
@import "mystyle.css";
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url("http://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff") format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url("http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url("http://themes.googleusercontent.com/static/fonts/lato/v6/wkfQbvfT_02e2IWO3yYueQ.woff") format("woff");
}
*, *:before, *:after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    background-image: url("images/fond.jpg");
    color: #222;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    position: relative;
}
a img {
    border: medium none;
}
a {
    color: #E547C5;
    line-height: inherit;
    text-decoration: none;
}
a:hover {
    color: #FFC4E8;
}
a:focus {
    color: #2795b6;
}
p a, p a:visited {
    line-height: inherit;
}
.left {
    float: left;
}
.right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.hide {
    display: none;
}
.hide-override {
    display: none !important;
}
.highlight {
    background: none repeat scroll 0 0 #ff9;
}
#googlemap img, object, embed {
    max-width: none;
}
#map_canvas embed {
    max-width: none;
}
#map_canvas img {
    max-width: none;
}
#map_canvas object {
    max-width: none;
}
figure {
    margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    direction: ltr;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 17px;
}
p.lead {
    font-size: 17.5px;
    line-height: 1.6;
    margin-bottom: 17px;
}
aside p {
    font-size: 13px;
    font-style: italic;
    line-height: 1.35;
}
h1, h2, h3, h4, h5, h6 {
    color: #f25895;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 14px;
    margin-top: 14px;
    text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0;
}
h1 {
    font-size: 32px;
    padding-left: 15px;
}
h2 { font-size: 24px;
   
    padding-left: 15px;
}
h3 {
    font-size: 24px;
}
h4 {
      font-size: 24px;
}
h5 {
      font-size: 24px;
}
h6 {
       font-size: 24px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 22px 0 21px;
}
.subheader {
    color: #6f6f6f;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 17px;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
code {
    background: none repeat scroll 0 0 #ff9;
    font-weight: bold;
}
ul, ol, dl {
    font-size: 14px;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 17px;
    text-align: center;
}
ul li ul, ul li ol {
    margin-bottom: 0;
    margin-left: 20px;
}
ul.square, ul.circle, ul.disc {
    margin-left: 17px;
}
ul.square {
    list-style-type: square;
}
ul.square li ul {
    list-style: inherit;
}
ul.circle {
    list-style-type: circle;
}
ul.circle li ul {
    list-style: inherit;
}
ul.disc {
    list-style-type: disc;
}
ul.disc li ul {
    list-style: inherit;
}
ul.no-bullet {
    list-style: outside none none;
}
ul.large li {
    line-height: 21px;
}
ol {
    margin-left: 20px;
}
ol li ul, ol li ol {
    margin-bottom: 0;
    margin-left: 20px;
}
blockquote, blockquote p {
    color: #6f6f6f;
    line-height: 1.5;
}
blockquote {
    border-left: 1px solid #ddd;
    margin: 0 0 17px;
    padding: 9px 20px 0 19px;
}
blockquote cite {
    color: #555;
    display: block;
    font-size: 13px;
}
blockquote cite:before {
    content: "Ã¢â‚¬â€ ";
}
blockquote cite a, blockquote cite a:visited {
    color: #555;
}
abbr, acronym {
    border-bottom: 1px solid #ddd;
    color: #222;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase;
}
abbr {
    text-transform: none;
}
.print-only {
    display: none !important;
}
@media print {
* {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.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;
}
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;
}
.hide-on-print {
    display: none !important;
}
.print-only {
    display: block !important;
}
.hide-for-print {
    display: none !important;
}
.show-for-print {
    display: inherit !important;
}
}
form {
    margin: 0 0 19.4164px;
}
.row form .row {
    margin: 0 -6px;
}
.row form .row .column, .row form .row .columns {
    padding: 0 6px;
}
.row form .row.collapse {
    margin: 0;
}
.row form .row.collapse .column, .row form .row.collapse .columns {
    padding: 0;
}
label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}
label.right {
    float: none;
    text-align: right;
}
label.inline {
    line-height: 32px;
    margin: 0 0 12px;
}
.prefix, .postfix {
    display: block;
    height: 32px;
    line-height: 31px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
a.button.prefix, a.button.postfix {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
span.prefix, span.postfix {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ccc;
}
.prefix {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    left: 2px;
    overflow: hidden;
}
.postfix {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    right: 2px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 32px;
    margin: 0 0 12px;
    padding: 6px;
    transition: all 0.15s linear 0s;
    width: 100%;
}
input.oversize[type="text"], input.oversize[type="password"], input.oversize[type="date"], input.oversize[type="datetime"], input.oversize[type="email"], input.oversize[type="number"], input.oversize[type="search"], input.oversize[type="tel"], input.oversize[type="time"], input.oversize[type="url"], textarea.oversize {
    font-size: 17px;
    padding: 4px 6px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: none repeat scroll 0 0 #fafafa;
    border-color: #b3b3b3;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #ddd;
}
textarea {
    height: auto;
}
select {
    width: 100%;
}
fieldset {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 18px 0;
    padding: 12px;
}
fieldset legend {
    background: none repeat scroll 0 0 #fff;
    font-weight: bold;
    margin: 0 0 0 -3px;
    padding: 0 3px;
}
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
    background-color: rgba(198, 15, 19, 0.1);
    border-color: #c60f13;
}
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
    outline-color: #f5797c;
}
.error label, label.error {
    color: #c60f13;
}
.error small, small.error {
    background: none repeat scroll 0 0 #c60f13;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: -13px;
    padding: 6px 4px;
}
form.custom span.custom {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 2px;
    width: 16px;
}
form.custom span.custom.radio {
    border-radius: 100px;
}
form.custom span.custom.checkbox:before {
    color: #fff;
    content: "";
    display: block;
    font-size: 14px;
    height: 14px;
    left: 0;
    line-height: 0.8;
    position: absolute;
    text-align: center;
    top: 0;
    width: 14px;
}
form.custom span.custom.radio.checked:before {
    background: none repeat scroll 0 0 #222;
    border-radius: 100px;
    content: "";
    display: block;
    height: 8px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 8px;
}
form.custom span.custom.checkbox.checked:before {
    color: #222;
    content: "Ãƒâ€”";
}
form.custom div.custom.dropdown {
    display: block;
    height: 28px;
    margin-bottom: 9px;
    margin-top: 2px;
    position: relative;
    width: auto;
}
form.custom div.custom.dropdown ul {
    max-height: 200px;
    overflow-y: auto;
}
form.custom div.custom.dropdown a.current {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #141414;
    display: block;
    line-height: 26px;
    min-height: 28px;
    padding: 0 38px 0 6px;
    white-space: nowrap;
    width: auto;
}
form.custom div.custom.dropdown a.selector {
    border: 1px solid #ddd;
    display: block;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}
form.custom div.custom.dropdown a.selector:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #aaa transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;

    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #222 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
form.custom div.custom.dropdown.open ul {
    display: block;
    z-index: 10;
}
form.custom div.custom.dropdown.small {
    width: 134px !important;
}
form.custom div.custom.dropdown.medium {
    width: 254px !important;
}
form.custom div.custom.dropdown.large {
    width: 434px !important;
}
form.custom div.custom.dropdown.expand {
    width: 100% !important;
}
form.custom div.custom.dropdown.open.small ul {
    width: 134px !important;
}
form.custom div.custom.dropdown.open.medium ul {
    width: 254px !important;
}
form.custom div.custom.dropdown.open.large ul {
    width: 434px !important;
}
form.custom div.custom.dropdown.open.expand ul {
    width: 100% !important;
}
form.custom div.custom.dropdown ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 27px;
    width: auto;
}
form.custom div.custom.dropdown ul li {
    color: #555;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    list-style: outside none none;
    margin: 0;
    min-height: 18px;
    padding: 3px 38px 3px 6px;
    white-space: nowrap;
}
form.custom div.custom.dropdown ul li.selected {
    background: none repeat scroll 0 0 #cdebf5;
    color: #000;
}
form.custom div.custom.dropdown ul li.selected:after {
    content: "Ã¢â‚¬â€œ";
    position: absolute;
    right: 10px;
}
form.custom div.custom.dropdown ul li:hover {
    background-color: #cdebf5;
    color: #000;
}
form.custom div.custom.dropdown ul li:hover:after {
    color: #a3dbec;
    content: "Ã¢â‚¬â€œ";
    position: absolute;
    right: 10px;
}
form.custom div.custom.dropdown ul li.selected:hover {
    background: none repeat scroll 0 0 #cdebf5;
    color: #000;
    cursor: default;
}
form.custom div.custom.dropdown ul li.selected:hover:after {
    color: #000;
}
form.custom div.custom.dropdown ul.show {
    display: block;
}
form.custom .custom.disabled {
    background-color: #ddd;
}
@-moz-document url-prefix("") {
form.custom div.custom.dropdown a.selector {
    height: 28px;
}
}
.lt-ie9 form.custom div.custom.dropdown a.selector {
    height: 28px;
}
.row {
    margin: 0 auto;
    max-width: 100%;
    min-width: 768px;
    width: 1200px;
}
.row .row {
    margin: 0 -15px;
    max-width: none;
    min-width: 0;
    width: auto;
}
.row.collapse .column, .row.collapse .columns {
    padding: 0;
}
.row .row {
    margin: 0 -15px;
    max-width: none;
    min-width: 0;
    width: auto;
}
.row .row.collapse {
    margin: 0;
}
.column, .columns {
    float: right;
    min-height: 1px;
    padding: 0 0 0 15px;
    position: relative;
}
.column.centered, .columns.centered {
    float: none;
    margin: 0 auto;
}
[class*="column"] + [class*="column"]:last-child {
    float: left;
}
[class*="column"] + .end[class*="column"] {
    float: left;
}
.one, .row .one {
    width: 8.33333%;
}
.two, .row .two {
    width: 16.6667%;
}
.three, .row .three {
    width: 25%;
}
.four, .row .four {
    width: 24%;
}
.five, .row .five {
    width: 41.6667%;
}
.six, .row .six {
    width: 50%;
}
.seven, .row .seven {
    width: 75%;
}
.eight, .row .eight {
    width: 75%;
}
.nine, .row .nine {
    width: 75%;
}
.ten, .row .ten {
    width: 69.34%;
}
.eleven, .row .eleven {
    width: 91.6667%;
}
.twelve, .row .twelve {
    width: 100%;
}
.row .offset-by-one {
    margin-left: 8.33333%;
}
.row .offset-by-two {
    margin-left: 16.6667%;
}
.row .offset-by-three {
    margin-left: 25%;
}
.row .offset-by-four {
    margin-left: 33.3333%;
}
.row .offset-by-five {
    margin-left: 41.6667%;
}
.row .offset-by-six {
    margin-left: 50%;
}
.row .offset-by-seven {
    margin-left: 58.3333%;
}
.row .offset-by-eight {
    margin-left: 66.6667%;
}
.row .offset-by-nine {
    margin-left: 75%;
}
.row .offset-by-ten {
    margin-left: 83.3333%;
}
.push-two {
    left: 16.6667%;
}
.pull-two {
    right: 16.6667%;
}
.push-three {
    left: 25%;
}
.pull-three {
    right: 25%;
}
.push-four {
    left: 33.3333%;
}
.pull-four {
    right: 33.3333%;
}
.push-five {
    left: 41.6667%;
}
.pull-five {
    right: 41.6667%;
}
.push-six {
    left: 50%;
}
.pull-six {
    right: 50%;
}
.push-seven {
    left: 58.3333%;
}
.pull-seven {
    right: 58.3333%;
}
.push-eight {
    left: 66.6667%;
}
.pull-eight {
    right: 66.6667%;
}
.push-nine {
    left: 75%;
}
.pull-nine {
    right: 75%;
}
.push-ten {
    left: 83.3333%;
}
.pull-ten {
    right: 83.3333%;
}
img {
    height: auto;
}
img, object, embed {
    max-width: 100%;
}
img {
}
#map_canvas img, .map_canvas img {
    max-width: none !important;
}
.row {
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.block-grid {
    display: block;
    overflow: hidden;
    padding: 0;
}
.block-grid > li {
    display: block;
    float: left;
    height: auto;
}
.block-grid.one-up {
    margin: 0;
}
.block-grid.one-up > li {
    padding: 0 0 15px;
    width: 100%;
}
.block-grid.two-up {
    margin: 0 -15px;
}
.block-grid.two-up > li {
    padding: 0 15px 15px;
    width: 50%;
}
.block-grid.two-up > li:nth-child(2n+1) {
    clear: both;
}
.block-grid.three-up {
    margin: 0 -12px;
}
.block-grid.three-up > li {
    padding: 0 12px 12px;
    width: 33.3333%;
}
.block-grid.three-up > li:nth-child(3n+1) {
    clear: both;
}
.block-grid.four-up {
    margin: 0 -10px;
}
.block-grid.four-up > li {
    padding: 0 10px 10px;
    width: 25%;
}
.block-grid.four-up > li:nth-child(4n+1) {
    clear: both;
}
.block-grid.five-up {
    margin: 0 -8px;
}
.block-grid.five-up > li {
    padding: 0 8px 8px;
    width: 20%;
}
.block-grid.five-up > li:nth-child(5n+1) {
    clear: both;
}
.block-grid.six-up {
    margin: 0 -8px;
}
.block-grid.six-up > li {
    padding: 0 8px 8px;
    width: 16.6667%;
}
.block-grid.six-up > li:nth-child(6n+1) {
    clear: both;
}
.block-grid.seven-up {
    margin: 0 -8px;
}
.block-grid.seven-up > li {
    padding: 0 8px 8px;
    width: 14.2857%;
}
.block-grid.seven-up > li:nth-child(7n+1) {
    clear: both;
}
.block-grid.eight-up {
    margin: 0 -8px;
}
.block-grid.eight-up > li {
    padding: 0 8px 8px;
    width: 12.5%;
}
.block-grid.eight-up > li:nth-child(8n+1) {
    clear: both;
}
.block-grid.nine-up {
    margin: 0 -8px;
}
.block-grid.nine-up > li {
    padding: 0 8px 8px;
    width: 11.1111%;
}
.block-grid.nine-up > li:nth-child(9n+1) {
    clear: both;
}
.block-grid.ten-up {
    margin: 0 -8px;
}
.block-grid.ten-up > li {
    padding: 0 8px 8px;
    width: 10%;
}
.block-grid.ten-up > li:nth-child(10n+1) {
    clear: both;
}
.block-grid.eleven-up {
    margin: 0 -8px;
}
.block-grid.eleven-up > li {
    padding: 0 8px 8px;
    width: 9.09091%;
}
.block-grid.eleven-up > li:nth-child(11n+1) {
    clear: both;
}
.block-grid.twelve-up {
    margin: 0 -8px;
}
.block-grid.twelve-up > li {
    padding: 0 8px 8px;
    width: 8.33333%;
}
.block-grid.twelve-up > li:nth-child(12n+1) {
    clear: both;
}
.button {
    background: none repeat scroll 0 0 #2ba6cb;
    border: 1px solid #1e728c;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
}
.button:hover, .button:focus {
    background-color: #2284a1;
    color: #fff;
}
.button:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.button.large {
    font-size: 17px;
    padding: 15px 30px 16px;
}
.button.medium {
    font-size: 14px;
}
.button.small {
    font-size: 11px;
    padding: 7px 14px 8px;
}
.button.tiny {
    font-size: 10px;
    padding: 5px 10px 6px;
}
.button.expand {
    text-align: center;
    width: 100%;
}
.button.primary {
    background-color: #2ba6cb;
    border: 1px solid #1e728c;
}
.button.primary:hover, .button.primary:focus {
    background-color: #2284a1;
}
.button.success {
    background-color: #5da423;
    border: 1px solid #396516;
}
.button.success:hover, .button.success:focus {
    background-color: #457a1a;
}
.button.alert {
    background-color: #c60f13;
    border: 1px solid #7f0a0c;
}
.button.alert:hover, .button.alert:focus {
    background-color: #970b0e;
}
.button.secondary {
    background-color: #e9e9e9;
    border: 1px solid #c3c3c3;
    color: #1d1d1d;
}
.button.secondary:hover, .button.secondary:focus {
    background-color: #d0d0d0;
}
.button.radius {
    border-radius: 3px;
}
.button.round {
    border-radius: 1000px;
}
.button.full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
.button.left-align {
    text-align: left;
    text-indent: 12px;
}
.button.disabled, .button[disabled] {
    background: none repeat scroll 0 0 #2ba6cb;
    box-shadow: none;
    cursor: default;
    opacity: 0.6;
}
.button.disabled:hover, .button[disabled]:hover {
    background: none repeat scroll 0 0 #2ba6cb;
}
.button.disabled.success, .button.success[disabled] {
    background-color: #5da423;
}
.button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
    background-color: #5da423;
    outline: medium none;
}
.button.disabled.alert, .button.alert[disabled] {
    background-color: #c60f13;
}
.button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
    background-color: #c60f13;
    outline: medium none;
}
.button.disabled.secondary, .button.secondary[disabled] {
    background-color: #e9e9e9;
}
.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
    background-color: #e9e9e9;
    outline: medium none;
}
input.button[type="submit"], button.button {
}
@-moz-document url-prefix("") {
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: medium none;
    padding: 0;
}
input.tiny.button[type="submit"] {
    padding: 3px 10px 4px;
}
input.small.button[type="submit"] {
    padding: 5px 14px 6px;
}
input.button[type="submit"], input.medium.button[type="submit"] {
    padding: 8px 20px 9px;
}
input.large.button[type="submit"] {
    padding: 13px 30px 14px;
}
}
.button.dropdown {
    padding-right: 44px;
    position: relative;
}
.button.dropdown.large {
    padding-right: 60px;
}
.button.dropdown.small {
    padding-right: 28px;
}
.button.dropdown.tiny {
    padding-right: 20px;
}
.button.dropdown:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
}
.button.dropdown.large:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    display: block;
    height: 0;
    margin-top: -3px;
    right: 30px;
    width: 0;
}
.button.dropdown.small:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    margin-top: -2px;
    right: 14px;
    width: 0;
}
.button.dropdown.tiny:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    margin-top: -1px;
    right: 10px;
    width: 0;
}
.button.dropdown > ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-right: 1px solid #ccc;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-sizing: content-box;
    display: none;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    z-index: 40;
}
.button.dropdown > ul li {
    cursor: pointer;
    line-height: 18px;
    list-style: outside none none;
    margin: 0;
    min-height: 18px;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}
.button.dropdown > ul li a, .button.dropdown > ul li button {
    color: #555;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 14px;
    text-align: left;
}
.button.dropdown > ul li button {
    background: inherit;
    border: inherit;
    font-family: inherit;
    margin: inherit;
    width: 100%;
}
.button.dropdown > ul li:hover, .button.dropdown > ul li:focus {
    background-color: #e3f4f9;
    color: #222;
}
.button.dropdown > ul li.divider {
    background: none repeat scroll 0 0 #ededed;
    height: 1px;
    margin: 4px 0;
    min-height: 0;
    padding: 0;
}
.button.dropdown.up > ul {
    border-bottom: medium none;
    border-top: 1px solid #ccc;
}
.button.dropdown ul.no-hover.show-dropdown {
    display: block !important;
}
.button.dropdown:hover > ul.no-hover {
    display: none;
}
.button.dropdown.split {
    padding: 0;
    position: relative;
}
.button.dropdown.split:after {
    display: none;
}
.button.dropdown.split:hover, .button.dropdown.split:focus {
    background-color: #2ba6cb;
}
.button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus {
    background-color: #c60f13;
}
.button.dropdown.split.success:hover, .button.dropdown.split.success:focus {
    background-color: #5da423;
}
.button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus {
    background-color: #e9e9e9;
}
.button.dropdown.split > a {
    color: #fff;
    display: block;
    padding: 10px 50px 11px 20px;
    transition: background-color 0.15s ease-in-out 0s;
}
.button.dropdown.split > a:hover, .button.dropdown.split > a:focus {
    background-color: #2284a1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.dropdown.split.large > a {
    padding: 15px 75px 16px 30px;
}
.button.dropdown.split.small > a {
    padding: 7px 35px 8px 14px;
}
.button.dropdown.split.tiny > a {
    padding: 5px 25px 6px 10px;
}
.button.dropdown.split > span {
    background-color: #2ba6cb;
    border-left: 1px solid #1e728c;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease-in-out 0s;
    width: 30px;
}
.button.dropdown.split > span:hover, .button.dropdown.split > span:focus {
    background-color: #2284a1;
}
.button.dropdown.split > span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.button.dropdown.split.secondary > span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #1d1d1d transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.button.dropdown.split.large span {
    width: 45px;
}
.button.dropdown.split.small span {
    width: 21px;
}
.button.dropdown.split.tiny span {
    width: 15px;
}
.button.dropdown.split.large span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    display: block;
    height: 0;
    margin-left: -7px;
    margin-top: -3px;
    width: 0;
}
.button.dropdown.split.small span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    margin-left: -4px;
    margin-top: -1px;
    width: 0;
}
.button.dropdown.split.tiny span:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    height: 0;
    margin-left: -3px;
    margin-top: -1px;
    width: 0;
}
.button.dropdown.split.alert > span {
    background-color: #c60f13;
    border-left-color: #7f0a0c;
}
.button.dropdown.split.success > span {
    background-color: #5da423;
    border-left-color: #396516;
}
.button.dropdown.split.secondary > span {
    background-color: #e9e9e9;
    border-left-color: #c3c3c3;
}
.button.dropdown.split.secondary > a {
    color: #1d1d1d;
}
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus {
    background-color: #970b0e;
}
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus {
    background-color: #457a1a;
}
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus {
    background-color: #d0d0d0;
}
ul.button-group {
    list-style: outside none none;
    margin: 0 0 12px;
    padding: 0;
}
ul.button-group:before, ul.button-group:after {
    content: " ";
    display: table;
}
ul.button-group:after {
    clear: both;
}
ul.button-group li {
    float: left;
    margin: 0 0 0 -1px;
    padding: 0;
}
ul.button-group li:first-child {
    margin-left: 0;
}
ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded {
    border-radius: 0;
}
ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
ul.button-group.radius li:first-child .button.rounded {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
ul.button-group.radius li:last-child .button.rounded {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
ul.button-group.even .button {
    width: 100%;
}
ul.button-group.even.two-up li {
    width: 50%;
}
ul.button-group.even.three-up li {
    width: 33.3%;
}
ul.button-group.even.three-up li:first-child {
    width: 33.4%;
}
ul.button-group.even.four-up li {
    width: 25%;
}
ul.button-group.even.five-up li {
    width: 20%;
}
div.button-bar {
    overflow: hidden;
}
div.button-bar ul.button-group {
    float: left;
    margin-right: 8px;
}
div.button-bar ul.button-group:last-child {
    margin-left: 0;
}
.nav-bar {
    background: none repeat scroll 0 0 #4d4d4d;
    height: 40px;
    margin-left: 0;
    margin-top: 20px;
    padding: 0;
}
.nav-bar > li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333 -moz-use-text-color #333 #333;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
    display: block;
    float: left;
    line-height: 38px;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav-bar > li:first-child {
    box-shadow: 0 0 0;
}
.nav-bar > li:last-child {
    border-right: 1px solid #333;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2);
}
.nav-bar > li.active {
    background: none repeat scroll 0 0 #2ba6cb;
    border-color: #2284a1;
}
.nav-bar > li.active > a {
    color: #fff;
    cursor: default;
}
.nav-bar > li.active:hover {
    background: none repeat scroll 0 0 #2ba6cb;
    cursor: default;
}
.nav-bar > li:hover {
    background: none repeat scroll 0 0 #333;
}
.nav-bar > li > a {
    color: #FFFFFF;
}
.nav-bar > li ul {
    margin-bottom: 0;
}
.nav-bar > li .flyout {
    display: none;
}
.nav-bar > li.has-flyout > a:first-child {
    padding-right: 40px;
    position: relative;
}
.nav-bar > li.has-flyout > a:first-child:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 0;
}
.nav-bar > li.has-flyout > a.flyout-toggle {
    border-left: 0 none !important;
    display: block;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.nav-bar > li.has-flyout.is-touch > a:first-child {
    padding-right: 55px;
}
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
    border-left: 1px dashed #666;
}
.nav-bar > li > a:first-child {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
}
.nav-bar > li > input {
    margin: 0 10px;
}
.nav-bar.vertical {
    height: auto;
    margin-top: 0;
}
.nav-bar.vertical > li {
    border-bottom: medium none;
    border-right: 1px solid #333;
    box-shadow: none;
    float: none;
}
.nav-bar.vertical > li.has-flyout > a:first-child:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
.nav-bar.vertical > li .flyout {
    left: 100%;
    top: -1px;
}
.nav-bar.vertical > li .flyout.right {
    left: auto;
    right: 100%;
}
.nav-bar.vertical > li.active {
    border-right: 1px solid #2284a1;
}
.nav-bar.vertical > li:last-child {
    border-bottom: 1px solid #333;
}
.flyout {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    left: -1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 39px;
    width: 250px;
    z-index: 40;
}
.flyout p {
    font-size: 13px;
    line-height: 1.2;
}
.flyout *:first-child {
    margin-top: 0;
}
.flyout *:last-child {
    margin-bottom: 0;
}
.flyout.small {
    width: 166.667px;
}
.flyout.large {
    width: 437.5px;
}
.flyout.right {
    left: auto;
    right: -2px;
}
.flyout.left {
    left: -2px;
    right: auto;
}
.flyout.up {
    bottom: 39px;
    top: auto;
}
ul.flyout, .nav-bar li ul {
    list-style: outside none none;
    padding: 0;
}
ul.flyout li, .nav-bar li ul li {
    border-left: 3px solid #ccc;
}
ul.flyout li a, .nav-bar li ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f2f2f2;
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 20px;
}
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
    background: none repeat scroll 0 0 #ebebeb;
    color: #333;
}
ul.flyout li.active, .nav-bar li ul li.active {
    border-left: 4px solid #1a1a1a;
    border-top: 1px solid #4d4d4d;
    margin-top: 0;
}
ul.flyout li.active a, .nav-bar li ul li.active a {
    background: none repeat scroll 0 0 #4d4d4d;
    border: medium none;
    box-shadow: 0 0 0;
    color: #fff;
    height: auto;
    margin: 0;
    position: static;
    top: 0;
}
.orbit-wrapper {
    height: 1px;
    position: relative;
    width: 1px;
}
.orbit {
    height: 1px;
    margin-bottom: 17px;
    overflow: hidden;
    position: relative;
    width: 1px;
}
.orbit.with-bullets {
    margin-bottom: 40px;
}
.orbit .orbit-slide {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
}
.orbit a.orbit-slide {
    border: medium none;
    display: none;
    line-height: 0;
}
.orbit div.orbit-slide {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.orbit-wrapper .timer {
    cursor: pointer;
    height: 40px;
    opacity: 0.6;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 31;
}
.orbit-wrapper span.rotator {
    background: url("images/foundation/orbit/rotator-black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 3;
}
.orbit-wrapper span.rotator.move {
    left: 0;
}
.orbit-wrapper span.mask {
    display: block;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 2;
}
.orbit-wrapper span.mask.move {
    background: url("images/foundation/orbit/timer-black.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 0;
    width: 40px;
}
.orbit-wrapper span.pause {
    background: url("images/foundation/orbit/pause-black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 4;
}
.orbit-wrapper span.pause.active {
    background: url("images/foundation/orbit/pause-black.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
}
.orbit-wrapper .timer:hover span.pause, .orbit-wrapper .timer:focus span.pause, .orbit-wrapper span.pause.active {
    opacity: 1;
}
.orbit-caption {
    display: none;
    font-family: inherit;
}
.orbit-wrapper .orbit-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 30;
}
.orbit-wrapper .slider-nav {
    display: block;
}
.orbit-wrapper .slider-nav span {
    cursor: pointer;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 39px;
    z-index: 30;
}
.orbit-wrapper .slider-nav span.right {
    background: url("images/foundation/orbit/right-arrow.png") repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    right: 0;
}
.orbit-wrapper .slider-nav span.left {
    background: url("images/foundation/orbit/left-arrow.png") repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    left: 0;
}
.lt-ie9 .orbit-wrapper .slider-nav span.right {
    background: url("images/foundation/orbit/right-arrow-small.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lt-ie9 .orbit-wrapper .slider-nav span.left {
    background: url("images/foundation/orbit/left-arrow-small.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul.orbit-bullets {
    bottom: -40px;
    left: 50%;
    list-style: outside none none;
    margin-left: -50px;
    padding: 0;
    position: absolute;
    z-index: 30;
}
ul.orbit-bullets li {
    background: url("images/foundation/orbit/bullets.jpg") no-repeat scroll 4px 0 rgba(0, 0, 0, 0);
    color: #999;
    cursor: pointer;
    float: left;
    height: 12px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 13px;
}
ul.orbit-bullets li.active {
    background-position: -8px 0;
    color: #222;
}
ul.orbit-bullets li.has-thumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 75px;
    width: 100px;
}
ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
}
.orbit-slide-counter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    padding: 5px;
    position: absolute;
    z-index: 99;
}
.orbit img.fluid-placeholder {
    display: block;
    position: static;
    visibility: hidden;
    width: 100%;
}
.orbit, .orbit-wrapper {
    width: 100% !important;
}
.lt-ie9 .timer {
    display: none !important;
}
.lt-ie9 .orbit-caption {
    background: none repeat scroll 0 0 #000;
}
@media only screen and (max-width: 767px) {
.orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
}
.orbit.orbit-stack-on-small .orbit-slide {
    margin-bottom: 10px;
    position: static;
}
}
.reveal-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 40;
}
.reveal-modal {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: none;
    left: 50%;
    margin-left: -260px;
    padding: 30px;
    position: absolute;
    top: 100px;
    visibility: hidden;
    width: 520px;
    z-index: 41;
}
.reveal-modal .close-reveal-modal:not(.button) {
    color: #aaa;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
    right: 11px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    top: 8px;
}
.reveal-modal.small {
    margin-left: -15%;
    width: 30%;
}
.reveal-modal.medium {
    margin-left: -20%;
    width: 40%;
}
.reveal-modal.large {
    margin-left: -30%;
    width: 60%;
}
.reveal-modal.xlarge {
    margin-left: -35%;
    width: 70%;
}
.reveal-modal.expand {
    margin-left: -45%;
    width: 90%;
}
.reveal-modal .row {
    margin-bottom: 10px;
    min-width: 0;
}
.reveal-modal > *:first-child {
    margin-top: 0;
}
.reveal-modal > *:last-child {
    margin-bottom: 0;
}
@media print {
.reveal-modal {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
}
}
.tabs {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    height: 40px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0;
}
.tabs.contained {
    margin-bottom: 0;
    margin-left: 0;
}
.tabs dt, .tabs li.section-title {
    color: #b3b3b3;
    cursor: default;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 9px 0 20px;
    text-transform: uppercase;
    width: auto;
}
.tabs dt:first-child, .tabs li.section-title:first-child {
    padding: 0 9px 0 0;
}
.tabs dd, .tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.tabs dd a, .tabs li a {
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 23.8px;
}
.tabs dd a:focus, .tabs li a:focus {
    color: #2ba6cb;
    font-weight: bold;
}
.tabs dd.active, .tabs li.active {
    border-top: 3px solid #2ba6cb;
    margin-top: -3px;
}
.tabs dd.active a, .tabs li.active a {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #3c3c3c;
    cursor: default;
    font-weight: bold;
}
.tabs dd:first-child, .tabs li:first-child {
    margin-left: 0;
}
.tabs.vertical {
    border-bottom: 1px solid #e6e6e6;
    height: auto;
}
.tabs.vertical dt, .tabs.vertical dd, .tabs.vertical li {
    float: none;
    height: auto;
}
.tabs.vertical dd, .tabs.vertical li {
    border-left: 3px solid #ccc;
}
.tabs.vertical dd a, .tabs.vertical li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f2f2f2;
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 20px;
}
.tabs.vertical dd.active, .tabs.vertical li.active {
    border-left: 4px solid #1a1a1a;
    border-top: 1px solid #4d4d4d;
    margin-top: 0;
}
.tabs.vertical dd.active a, .tabs.vertical li.active a {
    background: none repeat scroll 0 0 #4d4d4d;
    border: medium none;
    box-shadow: 0 0 0;
    color: #fff;
    height: auto;
    margin: 0;
    position: static;
    top: 0;
}
.tabs.vertical dd:first-child a.active, .tabs.vertical li:first-child a.active {
    margin: 0;
}
.tabs.pill {
    border-bottom: medium none;
    margin-bottom: 10px;
}
.tabs.pill dd, .tabs.pill li {
    margin-right: 10px;
}
.tabs.pill dd:last-child, .tabs.pill li:last-child {
    margin-right: 0;
}
.tabs.pill dd a, .tabs.pill li a {
    background: none repeat scroll 0 0 #e6e6e6;
    border-radius: 1000px;
    color: #666;
    height: 26px;
    line-height: 26px;
}
.tabs.pill dd.active, .tabs.pill li.active {
    border: medium none;
    margin-top: 0;
}
.tabs.pill dd.active a, .tabs.pill li.active a {
    background-color: #2ba6cb;
    border: medium none;
    color: #fff;
}
.tabs.pill.contained {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}
.tabs.pill.two-up dd, .tabs.pill.two-up li, .tabs.pill.three-up dd, .tabs.pill.three-up li, .tabs.pill.four-up dd, .tabs.pill.four-up li, .tabs.pill.five-up dd, .tabs.pill.five-up li {
    margin-right: 0;
}
.tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a {
    overflow: hidden;
    padding: 0 17px;
    text-align: center;
}
.tabs.two-up dt, .tabs.two-up dd, .tabs.two-up li {
    width: 50%;
}
.tabs.three-up dt, .tabs.three-up dd, .tabs.three-up li {
    width: 33.33%;
}
.tabs.four-up dt, .tabs.four-up dd, .tabs.four-up li {
    width: 25%;
}
.tabs.five-up dt, .tabs.five-up dd, .tabs.five-up li {
    width: 20%;
}
ul.tabs-content {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
ul.tabs-content > li {
    display: none;
}
ul.tabs-content > li.active {
    display: block;
}
ul.tabs-content.contained {
    padding: 0;
}
ul.tabs-content.contained > li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e6e6e6;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 20px;
}
ul.tabs-content.contained.vertical > li {
    border-width: 1px;
}
.no-js ul.tabs-content > li {
    display: block;
}
div.alert-box {
    background-color: #2ba6cb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 6px 7px 7px;
    position: relative;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.success {
    background-color: #5da423;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.alert {
    background-color: #c60f13;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.secondary {
    background-color: #e9e9e9;
    color: #505050;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
div.alert-box a.close {
    color: #333;
    font-size: 17px;
    opacity: 0.2;
    padding: 4px;
    position: absolute;
    right: 4px;
    top: -1px;
}
div.alert-box a.close:hover, div.alert-box a.close:focus {
    opacity: 0.4;
}
.label {
    background: none repeat scroll 0 0 #2ba6cb;
    bottom: 1px;
    color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 1px 4px 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.label.radius {
    border-radius: 3px;
}
.label.round {
    border-radius: 1000px;
    padding: 1px 7px 2px;
}
.label.alert {
    background-color: #c60f13;
}
.label.success {
    background-color: #5da423;
}
.label.secondary {
    background-color: #e9e9e9;
    color: #505050;
}
.has-tip {
    border-bottom: 1px dotted #ccc;
    color: #333;
    cursor: help;
    font-weight: bold;
}
.has-tip:hover, .has-tip:focus {
    border-bottom: 1px dotted #196177;
    color: #2ba6cb;
}
.has-tip.tip-left, .has-tip.tip-right {
    float: none !important;
}
.tooltip {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    padding: 5px;
    position: absolute;
    z-index: 999;
}
.tooltip > .nub {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.85);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 0;
}
.tooltip.tip-override > .nub {
    border-color: transparent transparent rgba(0, 0, 0, 0.85) !important;
    top: -10px !important;
}
.tooltip.tip-top > .nub, .tooltip.tip-centered-top > .nub {
    border-color: rgba(0, 0, 0, 0.85) transparent transparent;
    bottom: -10px;
    top: auto;
}
.tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
}
.tooltip.tip-left > .nub {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.85);
    left: auto;
    right: -10px;


}
.tooltip.tip-right > .nub {
    border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent;
    left: -10px;
    right: auto;
}
.tooltip.noradius {
    border-radius: 0;
}
.tooltip.opened {
    border-bottom: 1px dotted #196177 !important;
    color: #2ba6cb !important;
}
.tap-to-close {
    color: #888;
    display: block;
    font-size: 1rem;
    font-weight: normal;
}
.panel {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #e6e6e6;
    margin: 0 0 22px;
    padding: 20px;
}
.panel > *:first-child {
    margin-top: 0;
}
.panel > *:last-child {
    margin-bottom: 0;
}
.panel.callout {
    background: none repeat scroll 0 0 #2ba6cb;
    border-color: #2284a1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
}
.panel.callout a {
    color: #fff;
}
.panel.callout .button {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #2ba6cb;
    text-shadow: none;
}
.panel.callout .button:hover, .panel.callout .button:focus {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.panel.radius {
    border-radius: 3px;
}
ul.accordion {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 22px;
}
ul.accordion > li {
    border-top: 1px solid #e9e9e9;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.accordion > li > div.title {
    background: none repeat scroll 0 0 #f6f6f6;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    cursor: pointer;
    margin: 0;
    padding: 15px;
    position: relative;
    transition: background 0.15s linear 0s;
}
ul.accordion > li > div.title h1, ul.accordion > li > div.title h2, ul.accordion > li > div.title h3, ul.accordion > li > div.title h4, ul.accordion > li > div.title h5 {
    margin: 0;
}
ul.accordion > li > div.title:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #9d9d9d transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: 21px;
    width: 0;
}
ul.accordion > li .content {
    display: none;
    padding: 15px;
}
ul.accordion > li.active {
    border-top: 3px solid #2ba6cb;
}
ul.accordion > li.active .title {
    background: none repeat scroll 0 0 #fff;
    padding-top: 13px;
}
ul.accordion > li.active .title:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #9d9d9d transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
}
ul.accordion > li.active .content {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    display: block;
}
ul.side-nav {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 17px 0;
}
ul.side-nav li {
    display: block;
    list-style: outside none none;
    margin: 0 0 7px;
}
ul.side-nav li a {
    display: block;
}
ul.side-nav li.active a {
    color: #4d4d4d;
    font-weight: bold;
}
ul.side-nav li.divider {
    border-top: 1px solid #e6e6e6;
    height: 0;
    padding: 0;
}
dl.sub-nav {
    display: block;
    margin: -4px 0 18px -9px;
    overflow: hidden;
    padding-top: 4px;
    width: auto;
}
dl.sub-nav dt, dl.sub-nav dd {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-left: 9px;
}
dl.sub-nav dt {
    color: #999;
    font-weight: normal;
}
dl.sub-nav dd a {
    border-radius: 1000px;
    text-decoration: none;
}
dl.sub-nav dd.active a {
    background: none repeat scroll 0 0 #2ba6cb;
    color: #fff;
    cursor: default;
    font-weight: bold;
    padding: 3px 9px;
}
ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px;
}
ul.pagination li {
    color: #999;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-left: 5px;
}
ul.pagination li a {
    color: #555;
    display: block;
    padding: 1px 7px;
}
ul.pagination li:hover a, ul.pagination li a:focus {
    background: none repeat scroll 0 0 #e6e6e6;
}
ul.pagination li.unavailable a {
    color: #999;
    cursor: default;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    background: none repeat scroll 0 0 transparent;
}
ul.pagination li.current a {
    background: none repeat scroll 0 0 #2ba6cb;
    color: #fff;
    cursor: default;
    font-weight: bold;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
    background: none repeat scroll 0 0 #2ba6cb;
}
div.pagination-centered {
    text-align: center;
}
div.pagination-centered ul > li {
    display: inline-block;
    float: none;
}
ul.breadcrumbs {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    display: block;
    margin-left: 0;
    overflow: hidden;
    padding: 6px 10px 7px;
}
ul.breadcrumbs li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 12px 0 0;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
    font-size: 1.1rem;
    padding-left: 12px;
    text-transform: uppercase;
}
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
    padding-left: 0;
}
ul.breadcrumbs li:before {
    color: #aaa;
    content: "/";
}
ul.breadcrumbs li:first-child:before {
    content: " ";
}
ul.breadcrumbs li.current a {
    color: #333;
    cursor: default;
}
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
    text-decoration: underline;
}
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
    text-decoration: none;
}
ul.breadcrumbs li.unavailable a {
    color: #999;
}
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus {
    color: #999;
    cursor: default;
    text-decoration: none;
}
ul.inline-list, ul.link-list {
    list-style: outside none none;
    margin: 0 0 17px -22px;
    overflow: hidden;
    padding: 0;
}
ul.inline-list > li, ul.link-list > li {
    display: block;
    float: left;
    list-style: outside none none;
    margin-left: 22px;
}
ul.inline-list > li > *, ul.link-list > li > * {
    display: block;
}
.keystroke, kbd {
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    font-family: "Consolas","Menlo","Courier",monospace;
    font-size: 13px;
    margin: 0;
    padding: 2px 4px 0;
}
.th {
    display: block;
}
.th img {
    border: 4px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: block;
    transition-duration: 300ms;
    transition-property: box-shadow;
}
.th:hover img, .th:focus img {
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}
.flex-video {
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 25px;
    position: relative;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
table {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 0 18px;
}
table thead, table tfoot {
    background: none repeat scroll 0 0 #f5f5f5;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
table thead tr th, table tfoot tr td {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px 9px;
}
table thead tr th:first-child, table tfoot tr td:first-child {
    border-left: medium none;
}
table thead tr th:last-child, table tfoot tr td:last-child {
    border-right: medium none;
}
table tbody tr.even, table tbody tr.alt {
    background: none repeat scroll 0 0 #f9f9f9;
}
table tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #f9f9f9;
}
table tbody tr td {
    border: medium none;
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
}
ul.vcard {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 0 12px;
    padding: 10px;
}
ul.vcard li {
    display: block;
    margin: 0;
}
ul.vcard li.fn {
    font-size: 15px;
    font-weight: bold;
}
p.vevent span.summary {
    font-weight: bold;
}
p.vevent abbr {
    border: medium none;
    cursor: default;
    font-weight: bold;
    padding: 0 1px;
    text-decoration: none;
}
div.progress {
    border: 1px solid #ccc;
    height: 25px;
    margin-bottom: 10px;
    padding: 2px;
}
div.progress .meter {
    background: none repeat scroll 0 0 #2ba6cb;
    display: block;
    height: 100%;
    width: 50%;
}
div.progress.secondary .meter {
    background: none repeat scroll 0 0 #e9e9e9;
}
div.progress.success .meter {
    background: none repeat scroll 0 0 #5da423;
}
div.progress.alert .meter {
    background: none repeat scroll 0 0 #c60f13;
}
div.progress.radius {
    border-radius: 3px;
}
div.progress.radius .meter {
    border-radius: 2px;
}
div.progress.round {
    border-radius: 1000px;
}
div.progress.round .meter {
    border-radius: 1000px;
}
.pricing-table {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-left: 0;
}
.pricing-table * {
    line-height: 1;
    list-style: outside none none;
}
.pricing-table .title {
    background-color: #ddd;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
}
.pricing-table .price {
    background-color: #eee;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 20px;
    text-align: center;
}
.pricing-table .description {
    background-color: #fff;
    border-bottom: 1px dotted #ddd;
    color: #777;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    padding: 15px;
    text-align: center;
}
.pricing-table .bullet-item {
    background-color: #fff;
    border-bottom: 1px dotted #ddd;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 15px;
    text-align: center;
}
.pricing-table .cta-button {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: center;
}
.top-bar-js-breakpoint {
    visibility: hidden;
    width: 1200px !important;
}
.contain-to-grid {
    background: none repeat scroll 0 0 #222;
    width: 100%;
}
.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sticky {
    float: left;
    overflow: hidden;
}
.sticky.fixed {
    float: none;
}
.top-bar {
    background: none repeat scroll 0 0 #222;
    line-height: 45px;
    margin: 0 0 30px;
    min-height: 45px;
    padding: 0;
    position: relative;
    width: 100%;
}
.contain-to-grid .top-bar {
    margin: 0 auto;
    max-width: 1200px;
}
.top-bar > ul .name h1 {
    line-height: 45px;
    margin: 0;
}
.top-bar > ul .name h1 a {
    font-size: 17px !important;
    font-weight: bold;
    padding: 0 22.5px;
}
.top-bar > ul .name img {
    margin-top: -5px;
    vertical-align: middle;
}
.top-bar.expanded {
    height: inherit;
}
.top-bar ul {
    display: inline;
    height: 45px;
    line-height: 45px;
    list-style: outside none none;
    margin-left: 0;
}
.top-bar ul > li {
    float: left;
}
.top-bar ul > li a:not(.button) {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;

    padding: 0 15px;
}
.top-bar ul > li:hover:not(.name), .top-bar ul > li.active:not(.name), .top-bar ul > li:focus:not(.name) {
    background: none repeat scroll 0 0 #000;
}
.top-bar ul > li:hover:not(.name) a, .top-bar ul > li.active:not(.name) a, .top-bar ul > li:focus:not(.name) a {
    color: #d9d9d9;
}
.top-bar ul > li.divider {
    background: none repeat scroll 0 0 #000;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    height: 100%;
    margin-right: 1px;
    width: 1px;
}
.top-bar ul > li.has-button a.button {
    margin: 0 11.25px;
}
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus {
    background: none repeat scroll 0 0 #222;
}
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a {
    color: #fff;
}
.top-bar ul > li.search {
    padding: 0 15px;
}
.top-bar ul > li.search form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 200px;
}
.top-bar ul > li.search form input[type="text"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    font-size: 13px;
    height: 22.5px;
    margin-bottom: 0;
    margin-top: -1px;
    width: 130px;
}
.top-bar ul > li.search form input[type="text"] + .button {
    border-bottom-left-radius: 0;
    border-left: medium none;
    border-top-left-radius: 0;
    float: left;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px;
}
.top-bar ul > li.search form input[type="search"] {
    font-size: 16px;
    margin-bottom: 0;
}
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus {
    background: none repeat scroll 0 0 #222;
}
.top-bar ul > li.login {
    padding: 0 15px;
}
.top-bar ul > li.login form {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 300px;
}
.top-bar ul > li.login form input {
    float: left;
    font-size: 13px;
    height: 22.5px;
    margin-bottom: 0;
    margin-top: -1px;
    width: auto;
}
.top-bar ul > li.login form input[type="text"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 120px;
}
.top-bar ul > li.login form input[type="password"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 0;
    width: 120px;
}
.top-bar ul > li.login form input[type="password"] + .button {
    border-left: medium none;
    border-radius: 0 2px 2px 0;
    float: left;
    font-size: 12px;
    margin-top: -1px;
    padding: 5px 12px 4px;
    width: 60px;
}
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus {
    background: none repeat scroll 0 0 #222;
}
.top-bar ul > li.toggle-topbar {
    display: none;
}
.top-bar ul > li.has-dropdown {
    position: relative;
}
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown {
    display: block;
    visibility: visible;
}
.top-bar ul > li.has-dropdown a {
    padding-right: 33.75px;
}
.top-bar ul > li.has-dropdown a:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    height: 0;
    margin-right: 15px;
    margin-top: -2.5px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
}
.top-bar ul > li.has-dropdown .dropdown {
    background: none repeat scroll 0 0 #222;
    left: 0;
    margin: 0;
    padding: 9px 0 0;
    position: absolute;
    visibility: hidden;
    z-index: 99;
}
.top-bar ul > li.has-dropdown .dropdown li {
    background: none repeat scroll 0 0 #222;
    line-height: 1;
    min-width: 100%;
    padding-bottom: 5px;
}
.top-bar ul > li.has-dropdown .dropdown li a {
    color: #fff;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    padding: 5px 17px 5px 15px;
    white-space: nowrap;
}
.top-bar ul > li.has-dropdown .dropdown li a:after {
    border: medium none;
}
.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus {
    background: none repeat scroll 0 0 #3c3c3c;
}
.top-bar ul > li.has-dropdown .dropdown li label {
    color: #6f6f6f;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
}
.top-bar ul > li.has-dropdown .dropdown li.divider {
    border-top: 1px solid #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    height: 10px;
    padding: 0;
    width: 100%;
}
.top-bar ul > li.has-dropdown .dropdown li:last-child {
    padding-bottom: 10px;
}
.top-bar ul > li.has-dropdown .dropdown li.active a {
    background: none repeat scroll 0 0 #000;
}
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a {
    padding-right: 30px;
}
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after {
    border: medium none;
    content: "Ã‚Â»";
    right: 5px;
    top: 6px;
}
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown {
    left: 100%;
    position: absolute;
    top: 0;
}
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown {
    display: block;
}
.top-bar ul.left {
    float: left;
    margin-bottom: 0;
    width: auto;
}
.top-bar ul.right {
    float: right;
    margin-bottom: 0;
    width: auto;
}
.top-bar ul.right .has-dropdown .dropdown {
    left: auto;
    right: 0;
}
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown {
    left: auto;
    right: 100%;
    width: 100%;
}
.top-bar .js-generated {
    display: none;
}
@-moz-document url-prefix("") {
.top-bar ul li .button.small {
    padding-bottom: 6px;
}
.top-bar ul li.search form input[type="search"] {
    font-size: 14px;
    height: 22px;
    padding: 3px;
}
}
.lt-ie9 .top-bar ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}
.lt-ie9 .top-bar ul li a.button {
    height: auto;
    line-height: 30px;
    margin-top: 7px;
}
.lt-ie9 .top-bar ul li a img {
    margin-top: -5px;
    vertical-align: middle;
}
.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus {
    color: #ccc;
}
.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus {
    background: none repeat scroll 0 0 #000;
}
.lt-ie9 .top-bar section > ul > li.search:hover, .lt-ie9 .top-bar section > ul > li.search:focus, .lt-ie9 .top-bar section > ul > li.has-button:hover, .lt-ie9 .top-bar section > ul > li.has-button:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lt-ie9 .top-bar section > ul > li.active {
    background: none repeat scroll 0 0 #000;
    color: #d9d9d9;
}
.lt-ie9 .top-bar ul li.has-dropdown {
    padding-right: 33.75px;
}
.lt-ie9 .top-bar ul li.has-dropdown > ul li {
    padding-right: 0;
}
#joyRideTipContent {
    display: none;
}
.joyride-tip-guide {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    color: #fff;
    display: none;
    font-family: inherit;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 101;
}
.joyride-content-wrapper {
    padding: 18px 20px 24px;
}
.joyride-tip-guide span.joyride-nub {
    border: 14px solid;
    display: block;
    height: 0;
    left: 22px;
    position: absolute;
    width: 0;
}
.joyride-tip-guide span.joyride-nub.top {
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -28px;
}
.joyride-tip-guide span.joyride-nub.bottom {
    border-color: rgba(0, 0, 0, 0.8) transparent transparent !important;
    bottom: -28px;
}
.joyride-tip-guide span.joyride-nub.right {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8) !important;
    left: auto;
    right: -28px;
    top: 22px;
}
.joyride-tip-guide span.joyride-nub.left {
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent !important;
    left: -28px;
    right: auto;
    top: 22px;
}
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
}
.joyride-tip-guide p {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 18px;
}
.joyride-timer-indicator-wrap {
    border: 1px solid #555;
    bottom: 16px;
    height: 3px;
    position: absolute;
    right: 17px;
    width: 50px;
}
.joyride-timer-indicator {
    background: none repeat scroll 0 0 #666;
    display: block;
    height: inherit;
    width: 0;
}
.joyride-close-tip {
    color: #777 !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 0.5 !important;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important;
}
.joyride-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.clearing-blackout {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.clearing-blackout .clearing-close {
    display: block;
}
.clearing-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.visible-img {
    height: 75%;
    position: relative;
}
.visible-img img {
    left: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
}
.visible-img .clearing-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 100px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.clearing-close {
    color: #fff;
    display: none;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
    color: #ccc;
}
.clearing-main-left, .clearing-main-right {
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
.clearing-main-left.disabled, .clearing-main-right.disabled {
    opacity: 0.5;
}
.clearing-main-left:active, .clearing-main-right:active {
    margin-top: -15px;
}
.clearing-main-left {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 16px;
    content: "";
    display: block;
    height: 0;
    left: 10px;
    width: 0;
}
.clearing-main-right {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 16px;
    content: "";
    display: block;
    height: 0;
    right: 10px;
    width: 0;
}
ul.block-grid.three-up[data-clearing] > li:nth-child(3n+1) {
    clear: none;
}
ul[data-clearing] li {
    cursor: pointer;
    display: block;
}
ul[data-clearing] li.clearing-feature ~ li {
    display: none;
}
.clearing-assembled .clearing-container .carousel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    height: 150px;
    margin-top: 5px;
}
.clearing-assembled .clearing-container .visible-img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    overflow: hidden;
}
.clearing-assembled .clearing-container ul[data-clearing] {
    height: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
    width: 200%;
    z-index: 999;
}
.clearing-assembled .clearing-container ul[data-clearing] li {
    background: none repeat scroll 0 0 #222;
    display: block;
    float: left;
    height: inherit;
    margin-right: 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 175px;
}
.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img {
    height: 100%;
    max-width: none;
    min-height: 100%;
}
.clearing-assembled .clearing-container ul[data-clearing] li img {
    cursor: pointer !important;
    min-width: 100% !important;
}
.clearing-assembled .clearing-container ul[data-clearing] li.visible {
    border-top: 4px solid #fff;
}
ul.block-grid[data-clearing] {
    overflow: visible;
}
.clearing-blackout ul.block-grid.two-up[data-clearing] > li:nth-child(2n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.three-up[data-clearing] > li:nth-child(3n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.four-up[data-clearing] > li:nth-child(4n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.five-up[data-clearing] > li:nth-child(5n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.six-up[data-clearing] > li:nth-child(6n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.seven-up[data-clearing] > li:nth-child(7n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.eight-up[data-clearing] > li:nth-child(8n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.nine-up[data-clearing] > li:nth-child(9n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.ten-up[data-clearing] > li:nth-child(10n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.eleven-up[data-clearing] > li:nth-child(11n+1) {
    clear: none;
}
.clearing-blackout ul.block-grid.twelve-up[data-clearing] > li:nth-child(12n+1) {
    clear: none;
}
.clearing-blackout .th img {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.clearing-blackout:hover img, .clearing-blackout:focus img {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print {
    display: none !important;
}
.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print {
    display: inherit !important;
}
.hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important;
}
.show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important;
}
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
.show-for-touch {
    display: none !important;
}
.hide-for-touch {
    display: inherit !important;
}
.touch .show-for-touch {
    display: inherit !important;
}
.touch .hide-for-touch {
    display: none !important;
}
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium {
    display: table !important;
}
.ps-container .ps-scrollbar-x-rail {
    border-radius: 4px;
    bottom: 3px;
    height: 8px;
    opacity: 0;
    position: absolute;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
}
.ps-container .ps-scrollbar-x-rail:hover, .ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
    opacity: 0.9;
}
.ps-container .ps-scrollbar-y-rail {
    border-radius: 4px;
    opacity: 0;
    position: absolute;
    right: 3px;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 8px;
}
.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
    opacity: 0.9;
}
.ps-container .ps-scrollbar-x {
    background-color: #aaa;
    border-radius: 4px;
    bottom: 0;
    height: 8px;
    position: absolute;
    transition: background-color 0.2s linear 0s;
}
.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}
.ps-container .ps-scrollbar-y {
    background-color: #aaa;
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: background-color 0.2s linear 0s;
    width: 8px;
}
.ps-container.ie .ps-scrollbar-y {
    font-size: 0;
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}
div.scrollingHotSpotLeft {
    background-image: url("images/big_transparent.gif");
    background-position: center center;
    background-repeat: repeat;
    cursor: url("images/cursors/cursor_arrow_left.png"), url("images/cursors/cursor_arrow_left.cur"), w-resize;
    height: 100%;
    left: 0;
    min-width: 75px;
    position: absolute;
    width: 10%;
    z-index: 200;
}
div.scrollingHotSpotLeftVisible {
    background-color: #fff;
    background-image: url("images/arrow_left.gif");
    background-repeat: no-repeat;
    opacity: 0.35;
}
div.scrollingHotSpotRight {
    background-image: url("images/big_transparent.gif");
    background-position: center center;
    background-repeat: repeat;
    cursor: url("images/cursors/cursor_arrow_right.png"), url("images/cursors/cursor_arrow_right.cur"), e-resize;
    height: 100%;
    min-width: 75px;
    position: absolute;
    right: 0;
    width: 10%;
    z-index: 200;
}
div.scrollingHotSpotRightVisible {
    background-color: #fff;
    background-image: url("images/arrow_right.gif");
    background-repeat: no-repeat;
    opacity: 0.35;
}
div.scrollWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
div.scrollableArea {
    height: 100%;
    position: relative;
    width: auto;
}
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px;
}
div.pp_default .pp_top .pp_left {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll -78px -93px rgba(0, 0, 0, 0);
}
div.pp_default .pp_top .pp_middle {
    background: url("images/prettyPhoto/default/sprite_x.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}
div.pp_default .pp_top .pp_right {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll -112px -93px rgba(0, 0, 0, 0);
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: url("images/prettyPhoto/default/sprite_y.png") repeat-y scroll -7px 0 rgba(0, 0, 0, 0);
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: url("images/prettyPhoto/default/sprite_y.png") repeat-y scroll right top rgba(0, 0, 0, 0);
    padding-right: 13px;
}
div.pp_default .pp_content {
    background-color: #fff;
}
div.pp_default .pp_next:hover {
    background: url("images/prettyPhoto/default/sprite_next.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url("images/prettyPhoto/default/sprite_prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll 0 -29px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_expand:hover {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll 0 -56px rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll 0 -84px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_contract:hover {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll 0 -113px rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_close {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll 2px 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    width: 30px;
}
div.pp_default #pp_full_res .pp_inline {
    color: #000;
}
div.pp_default .pp_gallery ul li a {
    background: url("images/prettyPhoto/default/default_thumb.png") repeat scroll center center #f8f8f8;
    border: 1px solid #aaa;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}
div.pp_default .pp_social {
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    left: auto;
    position: static;
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll -51px 1px rgba(0, 0, 0, 0);
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default .pp_details {
    position: relative;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll -31px -3px rgba(0, 0, 0, 0);
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}
div.pp_default a.pp_arrow_next {
    background-position: -82px -3px;
    left: 52px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    position: relative;
    width: 110px;
}
div.pp_default .pp_nav .currentTextHolder {
    color: #999;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll -78px -127px rgba(0, 0, 0, 0);
}
div.pp_default .pp_bottom .pp_middle {
    background: url("images/prettyPhoto/default/sprite_x.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
}
div.pp_default .pp_bottom .pp_right {
    background: url("images/prettyPhoto/default/sprite.png") no-repeat scroll -112px -127px rgba(0, 0, 0, 0);
}
div.pp_default .pp_loaderIcon {
    background: url("images/prettyPhoto/default/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
div.pp_pic_holder a:focus {
    outline: medium none;
}
div.pp_overlay {
    background: none repeat scroll 0 0 #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 55px;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}
.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}
.pp_gallery ul a img {
    border: 0 none;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    background: url("images/prettyPhoto/facebook/default_thumbnail.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    background: url("images/prettyPhoto/light_rounded/btnNext.png") no-repeat scroll 10000px 10000px rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_previous {
    background: url("images/prettyPhoto/light_rounded/btnNext.png") no-repeat scroll 10000px 10000px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    display: block;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 0;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}
.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_fade, .pp_gallery li.default a img {
    display: none;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("font/fontawesome-webfontd41d.eot?#iefix&v=4.0.1") format("embedded-opentype"), url("font/fontawesome-webfont9b1a.woff?v=4.0.1") format("woff"), url("font/fontawesome-webfont9b1a.ttf?v=4.0.1") format("truetype"), url("font/fontawesome-webfont9b1a.svg?v=4.0.1#fontawesomeregular") format("svg");
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    text-align: center;
    width: 1.28571em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2.14286em;
    position: absolute;
    text-align: center;
    top: 0.142857em;
    width: 2.14286em;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: 2s linear 0s normal none infinite running spin;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    transform: scale(1, -1);
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "Ã¯â‚¬â‚¬";
}
.fa-music:before {
    content: "Ã¯â‚¬Â";
}
.fa-search:before {
    content: "Ã¯â‚¬â€š";
}
.fa-envelope-o:before {
    content: "Ã¯â‚¬Æ’";
}
.fa-heart:before {
    content: "Ã¯â‚¬â€ž";
}
.fa-star:before {
    content: "Ã¯â‚¬â€¦";
}
.fa-star-o:before {
    content: "Ã¯â‚¬â€ ";
}
.fa-user:before {
    content: "Ã¯â‚¬â€¡";
}
.fa-film:before {
    content: "Ã¯â‚¬Ë†";
}
.fa-th-large:before {
    content: "Ã¯â‚¬â€°";
}
.fa-th:before {
    content: "Ã¯â‚¬Å ";
}
.fa-th-list:before {
    content: "Ã¯â‚¬â€¹";
}
.fa-check:before {
    content: "Ã¯â‚¬Å’";
}
.fa-times:before {
    content: "Ã¯â‚¬Â";
}
.fa-search-plus:before {
    content: "Ã¯â‚¬Å½";
}
.fa-search-minus:before {
    content: "Ã¯â‚¬Â";
}
.fa-power-off:before {
    content: "Ã¯â‚¬â€˜";
}
.fa-signal:before {
    content: "Ã¯â‚¬â€™";
}
.fa-gear:before, .fa-cog:before {
    content: "Ã¯â‚¬â€œ";
}
.fa-trash-o:before {
    content: "Ã¯â‚¬â€";
}
.fa-home:before {
    content: "Ã¯â‚¬â€¢";
}
.fa-file-o:before {
    content: "Ã¯â‚¬â€“";
}
.fa-clock-o:before {
    content: "Ã¯â‚¬â€”";
}
.fa-road:before {
    content: "Ã¯â‚¬Ëœ";
}
.fa-download:before {
    content: "Ã¯â‚¬â„¢";
}
.fa-arrow-circle-o-down:before {
    content: "Ã¯â‚¬Å¡";
}
.fa-arrow-circle-o-up:before {
    content: "Ã¯â‚¬â€º";
}
.fa-inbox:before {
    content: "Ã¯â‚¬Å“";
}
.fa-play-circle-o:before {
    content: "Ã¯â‚¬Â";
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "Ã¯â‚¬Å¾";
}
.fa-refresh:before {
    content: "Ã¯â‚¬Â¡";
}
.fa-list-alt:before {
    content: "Ã¯â‚¬Â¢";
}
.fa-lock:before {
    content: "Ã¯â‚¬Â£";
}
.fa-flag:before {
    content: "Ã¯â‚¬Â¤";
}
.fa-headphones:before {
    content: "Ã¯â‚¬Â¥";
}
.fa-volume-off:before {
    content: "Ã¯â‚¬Â¦";
}
.fa-volume-down:before {
    content: "Ã¯â‚¬Â§";
}
.fa-volume-up:before {
    content: "Ã¯â‚¬Â¨";
}
.fa-qrcode:before {
    content: "Ã¯â‚¬Â©";
}
.fa-barcode:before {
    content: "Ã¯â‚¬Âª";
}
.fa-tag:before {
    content: "Ã¯â‚¬Â«";
}
.fa-tags:before {
    content: "Ã¯â‚¬Â¬";
}
.fa-book:before {
    content: "Ã¯â‚¬Â­";
}
.fa-bookmark:before {
    content: "Ã¯â‚¬Â®";
}
.fa-print:before {
    content: "Ã¯â‚¬Â¯";
}
.fa-camera:before {
    content: "Ã¯â‚¬Â°";
}
.fa-font:before {
    content: "Ã¯â‚¬Â±";
}
.fa-bold:before {
    content: "Ã¯â‚¬Â²";
}
.fa-italic:before {
    content: "Ã¯â‚¬Â³";
}
.fa-text-height:before {
    content: "Ã¯â‚¬Â´";
}
.fa-text-width:before {
    content: "Ã¯â‚¬Âµ";
}
.fa-align-left:before {
    content: "Ã¯â‚¬Â¶";
}
.fa-align-center:before {
    content: "Ã¯â‚¬Â·";
}
.fa-align-right:before {
    content: "Ã¯â‚¬Â¸";
}
.fa-align-justify:before {
    content: "Ã¯â‚¬Â¹";
}
.fa-list:before {
    content: "Ã¯â‚¬Âº";
}
.fa-dedent:before, .fa-outdent:before {
    content: "Ã¯â‚¬Â»";
}
.fa-indent:before {
    content: "Ã¯â‚¬Â¼";
}
.fa-video-camera:before {
    content: "Ã¯â‚¬Â½";
}
.fa-picture-o:before {
    content: "Ã¯â‚¬Â¾";
}
.fa-pencil:before {
    content: "Ã¯Ââ‚¬";
}
.fa-map-marker:before {
    content: "Ã¯ÂÂ";
}
.fa-adjust:before {
    content: "Ã¯Ââ€š";
}
.fa-tint:before {
    content: "Ã¯ÂÆ’";
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "Ã¯Ââ€ž";
}
.fa-share-square-o:before {
    content: "Ã¯Ââ€¦";
}
.fa-check-square-o:before {
    content: "Ã¯Ââ€ ";
}
.fa-move:before {
    content: "Ã¯Ââ€¡";
}
.fa-step-backward:before {
    content: "Ã¯ÂË†";
}
.fa-fast-backward:before {
    content: "Ã¯Ââ€°";
}
.fa-backward:before {
    content: "Ã¯ÂÅ ";
}
.fa-play:before {
    content: "Ã¯Ââ€¹";
}
.fa-pause:before {
    content: "Ã¯ÂÅ’";
}
.fa-stop:before {
    content: "Ã¯ÂÂ";
}
.fa-forward:before {
    content: "Ã¯ÂÅ½";
}
.fa-fast-forward:before {
    content: "Ã¯ÂÂ";
}
.fa-step-forward:before {
    content: "Ã¯Ââ€˜";
}
.fa-eject:before {
    content: "Ã¯Ââ€™";
}
.fa-chevron-left:before {
    content: "Ã¯Ââ€œ";
}
.fa-chevron-right:before {
    content: "Ã¯Ââ€";
}
.fa-plus-circle:before {
    content: "Ã¯Ââ€¢";
}
.fa-minus-circle:before {
    content: "Ã¯Ââ€“";
}
.fa-times-circle:before {
    content: "Ã¯Ââ€”";
}
.fa-check-circle:before {
    content: "Ã¯ÂËœ";
}
.fa-question-circle:before {
    content: "Ã¯Ââ„¢";
}
.fa-info-circle:before {
    content: "Ã¯ÂÅ¡";
}
.fa-crosshairs:before {
    content: "Ã¯Ââ€º";
}
.fa-times-circle-o:before {
    content: "Ã¯ÂÅ“";
}
.fa-check-circle-o:before {
    content: "Ã¯ÂÂ";
}
.fa-ban:before {
    content: "Ã¯ÂÅ¾";
}
.fa-arrow-left:before {
    content: "Ã¯ÂÂ ";
}
.fa-arrow-right:before {
    content: "Ã¯ÂÂ¡";
}
.fa-arrow-up:before {
    content: "Ã¯ÂÂ¢";
}
.fa-arrow-down:before {
    content: "Ã¯ÂÂ£";
}
.fa-mail-forward:before, .fa-share:before {
    content: "Ã¯ÂÂ¤";
}
.fa-resize-full:before {
    content: "Ã¯ÂÂ¥";
}
.fa-resize-small:before {
    content: "Ã¯ÂÂ¦";
}
.fa-plus:before {
    content: "Ã¯ÂÂ§";
}
.fa-minus:before {
    content: "Ã¯ÂÂ¨";
}
.fa-asterisk:before {
    content: "Ã¯ÂÂ©";
}
.fa-exclamation-circle:before {
    content: "Ã¯ÂÂª";
}
.fa-gift:before {
    content: "Ã¯ÂÂ«";
}
.fa-leaf:before {
    content: "Ã¯ÂÂ¬";
}
.fa-fire:before {
    content: "Ã¯ÂÂ­";
}
.fa-eye:before {
    content: "Ã¯ÂÂ®";
}
.fa-eye-slash:before {
    content: "Ã¯ÂÂ°";
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "Ã¯ÂÂ±";
}
.fa-plane:before {
    content: "Ã¯ÂÂ²";
}
.fa-calendar:before {
    content: "Ã¯ÂÂ³";
}
.fa-random:before {
    content: "Ã¯ÂÂ´";
}
.fa-comment:before {
    content: "Ã¯ÂÂµ";
}
.fa-magnet:before {
    content: "Ã¯ÂÂ¶";
}
.fa-chevron-up:before {
    content: "Ã¯ÂÂ·";
}
.fa-chevron-down:before {
    content: "Ã¯ÂÂ¸";
}
.fa-retweet:before {
    content: "Ã¯ÂÂ¹";
}
.fa-shopping-cart:before {
    content: "Ã¯ÂÂº";
}
.fa-folder:before {
    content: "Ã¯ÂÂ»";
}
.fa-folder-open:before {
    content: "Ã¯ÂÂ¼";
}
.fa-resize-vertical:before {
    content: "Ã¯ÂÂ½";
}
.fa-resize-horizontal:before {
    content: "Ã¯ÂÂ¾";
}
.fa-bar-chart-o:before {
    content: "Ã¯â€šâ‚¬";
}
.fa-twitter-square:before {
    content: "Ã¯â€šÂ";
}
.fa-facebook-square:before {
    content: "Ã¯â€šâ€š";
}
.fa-camera-retro:before {
    content: "Ã¯â€šÆ’";
}

.fa-key:before {
    content: "Ã¯â€šâ€ž";
}
.fa-gears:before, .fa-cogs:before {
    content: "Ã¯â€šâ€¦";
}
.fa-comments:before {
    content: "Ã¯â€šâ€ ";
}
.fa-thumbs-o-up:before {
    content: "Ã¯â€šâ€¡";
}
.fa-thumbs-o-down:before {
    content: "Ã¯â€šË†";
}
.fa-star-half:before {
    content: "Ã¯â€šâ€°";
}
.fa-heart-o:before {
    content: "Ã¯â€šÅ ";
}
.fa-sign-out:before {
    content: "Ã¯â€šâ€¹";
}
.fa-linkedin-square:before {
    content: "Ã¯â€šÅ’";
}
.fa-thumb-tack:before {
    content: "Ã¯â€šÂ";
}
.fa-external-link:before {
    content: "Ã¯â€šÅ½";
}
.fa-sign-in:before {
    content: "Ã¯â€šÂ";
}
.fa-trophy:before {
    content: "Ã¯â€šâ€˜";
}
.fa-github-square:before {
    content: "Ã¯â€šâ€™";
}
.fa-upload:before {
    content: "Ã¯â€šâ€œ";
}
.fa-lemon-o:before {
    content: "Ã¯â€šâ€";
}
.fa-phone:before {
    content: "Ã¯â€šâ€¢";
}
.fa-square-o:before {
    content: "Ã¯â€šâ€“";
}
.fa-bookmark-o:before {
    content: "Ã¯â€šâ€”";
}
.fa-phone-square:before {
    content: "Ã¯â€šËœ";
}
.fa-twitter:before {
    content: "Ã¯â€šâ„¢";
}
.fa-facebook:before {
    content: "Ã¯â€šÅ¡";
}
.fa-github:before {
    content: "Ã¯â€šâ€º";
}
.fa-unlock:before {
    content: "Ã¯â€šÅ“";
}
.fa-credit-card:before {
    content: "Ã¯â€šÂ";
}
.fa-rss:before {
    content: "Ã¯â€šÅ¾";
}
.fa-hdd-o:before {
    content: "Ã¯â€šÂ ";
}
.fa-bullhorn:before {
    content: "Ã¯â€šÂ¡";
}
.fa-bell:before {
    content: "Ã¯Æ’Â³";
}
.fa-certificate:before {
    content: "Ã¯â€šÂ£";
}
.fa-hand-o-right:before {
    content: "Ã¯â€šÂ¤";
}
.fa-hand-o-left:before {
    content: "Ã¯â€šÂ¥";
}
.fa-hand-o-up:before {
    content: "Ã¯â€šÂ¦";
}
.fa-hand-o-down:before {
    content: "Ã¯â€šÂ§";
}
.fa-arrow-circle-left:before {
    content: "Ã¯â€šÂ¨";
}
.fa-arrow-circle-right:before {
    content: "Ã¯â€šÂ©";
}
.fa-arrow-circle-up:before {
    content: "Ã¯â€šÂª";
}
.fa-arrow-circle-down:before {
    content: "Ã¯â€šÂ«";
}
.fa-globe:before {
    content: "Ã¯â€šÂ¬";
}
.fa-wrench:before {
    content: "Ã¯â€šÂ­";
}
.fa-tasks:before {
    content: "Ã¯â€šÂ®";
}
.fa-filter:before {
    content: "Ã¯â€šÂ°";
}
.fa-briefcase:before {
    content: "Ã¯â€šÂ±";
}
.fa-fullscreen:before {
    content: "Ã¯â€šÂ²";
}
.fa-group:before {
    content: "Ã¯Æ’â‚¬";
}
.fa-chain:before, .fa-link:before {
    content: "Ã¯Æ’Â";
}
.fa-cloud:before {
    content: "Ã¯Æ’â€š";
}
.fa-flask:before {
    content: "Ã¯Æ’Æ’";
}
.fa-cut:before, .fa-scissors:before {
    content: "Ã¯Æ’â€ž";
}
.fa-copy:before, .fa-files-o:before {
    content: "Ã¯Æ’â€¦";
}
.fa-paperclip:before {
    content: "Ã¯Æ’â€ ";
}
.fa-save:before, .fa-floppy-o:before {
    content: "Ã¯Æ’â€¡";
}
.fa-square:before {
    content: "Ã¯Æ’Ë†";
}
.fa-reorder:before {
    content: "Ã¯Æ’â€°";
}
.fa-list-ul:before {
    content: "Ã¯Æ’Å ";
}
.fa-list-ol:before {
    content: "Ã¯Æ’â€¹";
}
.fa-strikethrough:before {
    content: "Ã¯Æ’Å’";
}
.fa-underline:before {
    content: "Ã¯Æ’Â";
}
.fa-table:before {
    content: "Ã¯Æ’Å½";
}
.fa-magic:before {
    content: "Ã¯Æ’Â";
}
.fa-truck:before {
    content: "Ã¯Æ’â€˜";
}
.fa-pinterest:before {
    content: "Ã¯Æ’â€™";
}
.fa-pinterest-square:before {
    content: "Ã¯Æ’â€œ";
}
.fa-google-plus-square:before {
    content: "Ã¯Æ’â€";
}
.fa-google-plus:before {
    content: "Ã¯Æ’â€¢";
}
.fa-money:before {
    content: "Ã¯Æ’â€“";
}
.fa-caret-down:before {
    content: "Ã¯Æ’â€”";
}
.fa-caret-up:before {
    content: "Ã¯Æ’Ëœ";
}
.fa-caret-left:before {
    content: "Ã¯Æ’â„¢";
}
.fa-caret-right:before {
    content: "Ã¯Æ’Å¡";
}
.fa-columns:before {
    content: "Ã¯Æ’â€º";
}
.fa-unsorted:before, .fa-sort:before {
    content: "Ã¯Æ’Å“";
}
.fa-sort-down:before, .fa-sort-asc:before {
    content: "Ã¯Æ’Â";
}
.fa-sort-up:before, .fa-sort-desc:before {
    content: "Ã¯Æ’Å¾";
}
.fa-envelope:before {
    content: "Ã¯Æ’Â ";
}
.fa-linkedin:before {
    content: "Ã¯Æ’Â¡";
}
.fa-rotate-left:before, .fa-undo:before {
    content: "Ã¯Æ’Â¢";
}
.fa-legal:before, .fa-gavel:before {
    content: "Ã¯Æ’Â£";
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "Ã¯Æ’Â¤";
}
.fa-comment-o:before {
    content: "Ã¯Æ’Â¥";
}
.fa-comments-o:before {
    content: "Ã¯Æ’Â¦";
}
.fa-flash:before, .fa-bolt:before {
    content: "Ã¯Æ’Â§";
}
.fa-sitemap:before {
    content: "Ã¯Æ’Â¨";
}
.fa-umbrella:before {
    content: "Ã¯Æ’Â©";
}
.fa-paste:before, .fa-clipboard:before {
    content: "Ã¯Æ’Âª";
}
.fa-lightbulb-o:before {
    content: "Ã¯Æ’Â«";
}
.fa-exchange:before {
    content: "Ã¯Æ’Â¬";
}
.fa-cloud-download:before {
    content: "Ã¯Æ’Â­";
}
.fa-cloud-upload:before {
    content: "Ã¯Æ’Â®";
}
.fa-user-md:before {
    content: "Ã¯Æ’Â°";
}
.fa-stethoscope:before {
    content: "Ã¯Æ’Â±";
}
.fa-suitcase:before {
    content: "Ã¯Æ’Â²";
}
.fa-bell-o:before {
    content: "Ã¯â€šÂ¢";
}
.fa-coffee:before {
    content: "Ã¯Æ’Â´";
}
.fa-cutlery:before {
    content: "Ã¯Æ’Âµ";
}
.fa-file-text-o:before {
    content: "Ã¯Æ’Â¶";
}
.fa-building:before {
    content: "Ã¯Æ’Â·";
}
.fa-hospital:before {
    content: "Ã¯Æ’Â¸";
}
.fa-ambulance:before {
    content: "Ã¯Æ’Â¹";
}
.fa-medkit:before {
    content: "Ã¯Æ’Âº";
}
.fa-fighter-jet:before {
    content: "Ã¯Æ’Â»";
}
.fa-beer:before {
    content: "Ã¯Æ’Â¼";
}
.fa-h-square:before {
    content: "Ã¯Æ’Â½";
}
.fa-plus-square:before {
    content: "Ã¯Æ’Â¾";
}
.fa-angle-double-left:before {
    content: "Ã¯â€žâ‚¬";
}
.fa-angle-double-right:before {
    content: "Ã¯â€žÂ";
}
.fa-angle-double-up:before {
    content: "Ã¯â€žâ€š";
}
.fa-angle-double-down:before {
    content: "Ã¯â€žÆ’";
}
.fa-angle-left:before {
    content: "Ã¯â€žâ€ž";
}
.fa-angle-right:before {
    content: "Ã¯â€žâ€¦";
}
.fa-angle-up:before {
    content: "Ã¯â€žâ€ ";
}
.fa-angle-down:before {
    content: "Ã¯â€žâ€¡";
}
.fa-desktop:before {
    content: "Ã¯â€žË†";
}
.fa-laptop:before {
    content: "Ã¯â€žâ€°";
}
.fa-tablet:before {
    content: "Ã¯â€žÅ ";
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "Ã¯â€žâ€¹";
}
.fa-circle-o:before {
    content: "Ã¯â€žÅ’";
}
.fa-quote-left:before {
    content: "Ã¯â€žÂ";
}
.fa-quote-right:before {
    content: "Ã¯â€žÅ½";
}
.fa-spinner:before {
    content: "Ã¯â€žÂ";
}
.fa-circle:before {
    content: "Ã¯â€žâ€˜";
}
.fa-mail-reply:before, .fa-reply:before {
    content: "Ã¯â€žâ€™";
}
.fa-github-alt:before {
    content: "Ã¯â€žâ€œ";
}
.fa-folder-o:before {
    content: "Ã¯â€žâ€";
}
.fa-folder-open-o:before {
    content: "Ã¯â€žâ€¢";
}
.fa-expand-o:before {
    content: "Ã¯â€žâ€“";
}
.fa-collapse-o:before {
    content: "Ã¯â€žâ€”";
}
.fa-smile-o:before {
    content: "Ã¯â€žËœ";
}
.fa-frown-o:before {
    content: "Ã¯â€žâ„¢";
}
.fa-meh-o:before {
    content: "Ã¯â€žÅ¡";
}
.fa-gamepad:before {
    content: "Ã¯â€žâ€º";
}
.fa-keyboard-o:before {
    content: "Ã¯â€žÅ“";
}
.fa-flag-o:before {
    content: "Ã¯â€žÂ";
}
.fa-flag-checkered:before {
    content: "Ã¯â€žÅ¾";
}
.fa-terminal:before {
    content: "Ã¯â€žÂ ";
}
.fa-code:before {
    content: "Ã¯â€žÂ¡";
}
.fa-reply-all:before {
    content: "Ã¯â€žÂ¢";
}
.fa-mail-reply-all:before {
    content: "Ã¯â€žÂ¢";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "Ã¯â€žÂ£";
}
.fa-location-arrow:before {
    content: "Ã¯â€žÂ¤";
}
.fa-crop:before {
    content: "Ã¯â€žÂ¥";
}
.fa-code-fork:before {
    content: "Ã¯â€žÂ¦";
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "Ã¯â€žÂ§";
}
.fa-question:before {
    content: "Ã¯â€žÂ¨";
}
.fa-info:before {
    content: "Ã¯â€žÂ©";
}
.fa-exclamation:before {
    content: "Ã¯â€žÂª";
}
.fa-superscript:before {
    content: "Ã¯â€žÂ«";
}
.fa-subscript:before {
    content: "Ã¯â€žÂ¬";
}
.fa-eraser:before {
    content: "Ã¯â€žÂ­";
}
.fa-puzzle-piece:before {
    content: "Ã¯â€žÂ®";
}
.fa-microphone:before {
    content: "Ã¯â€žÂ°";
}
.fa-microphone-slash:before {
    content: "Ã¯â€žÂ±";
}
.fa-shield:before {
    content: "Ã¯â€žÂ²";
}
.fa-calendar-o:before {
    content: "Ã¯â€žÂ³";
}
.fa-fire-extinguisher:before {
    content: "Ã¯â€žÂ´";
}
.fa-rocket:before {
    content: "Ã¯â€žÂµ";
}
.fa-maxcdn:before {
    content: "Ã¯â€žÂ¶";
}
.fa-chevron-circle-left:before {
    content: "Ã¯â€žÂ·";
}
.fa-chevron-circle-right:before {
    content: "Ã¯â€žÂ¸";
}
.fa-chevron-circle-up:before {
    content: "Ã¯â€žÂ¹";
}
.fa-chevron-circle-down:before {
    content: "Ã¯â€žÂº";
}
.fa-html5:before {
    content: "Ã¯â€žÂ»";
}
.fa-css3:before {
    content: "Ã¯â€žÂ¼";
}
.fa-anchor:before {
    content: "Ã¯â€žÂ½";
}
.fa-unlock-o:before {
    content: "Ã¯â€žÂ¾";
}
.fa-bullseye:before {
    content: "Ã¯â€¦â‚¬";
}
.fa-ellipsis-horizontal:before {
    content: "Ã¯â€¦Â";
}
.fa-ellipsis-vertical:before {
    content: "Ã¯â€¦â€š";
}
.fa-rss-square:before {
    content: "Ã¯â€¦Æ’";
}
.fa-play-circle:before {
    content: "Ã¯â€¦â€ž";
}
.fa-ticket:before {
    content: "Ã¯â€¦â€¦";
}
.fa-minus-square:before {
    content: "Ã¯â€¦â€ ";
}
.fa-minus-square-o:before {
    content: "Ã¯â€¦â€¡";
}
.fa-level-up:before {
    content: "Ã¯â€¦Ë†";
}
.fa-level-down:before {
    content: "Ã¯â€¦â€°";
}
.fa-check-square:before {
    content: "Ã¯â€¦Å ";
}
.fa-pencil-square:before {
    content: "Ã¯â€¦â€¹";
}
.fa-external-link-square:before {
    content: "Ã¯â€¦Å’";
}
.fa-share-square:before {
    content: "Ã¯â€¦Â";
}
.fa-compass:before {
    content: "Ã¯â€¦Å½";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "Ã¯â€¦Â";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "Ã¯â€¦â€˜";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "Ã¯â€¦â€™";
}
.fa-euro:before, .fa-eur:before {
    content: "Ã¯â€¦â€œ";
}
.fa-gbp:before {
    content: "Ã¯â€¦â€";
}
.fa-dollar:before, .fa-usd:before {
    content: "Ã¯â€¦â€¢";
}
.fa-rupee:before, .fa-inr:before {
    content: "Ã¯â€¦â€“";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "Ã¯â€¦â€”";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "Ã¯â€¦Ëœ";
}
.fa-won:before, .fa-krw:before {
    content: "Ã¯â€¦â„¢";
}
.fa-bitcoin:before, .fa-btc:before {
    content: "Ã¯â€¦Å¡";
}
.fa-file:before {
    content: "Ã¯â€¦â€º";
}
.fa-file-text:before {
    content: "Ã¯â€¦Å“";
}
.fa-sort-alpha-asc:before {
    content: "Ã¯â€¦Â";
}
.fa-sort-alpha-desc:before {
    content: "Ã¯â€¦Å¾";
}
.fa-sort-amount-asc:before {
    content: "Ã¯â€¦Â ";
}
.fa-sort-amount-desc:before {
    content: "Ã¯â€¦Â¡";
}
.fa-sort-numeric-asc:before {
    content: "Ã¯â€¦Â¢";
}
.fa-sort-numeric-desc:before {
    content: "Ã¯â€¦Â£";
}
.fa-thumbs-up:before {
    content: "Ã¯â€¦Â¤";
}
.fa-thumbs-down:before {
    content: "Ã¯â€¦Â¥";
}
.fa-youtube-square:before {
    content: "Ã¯â€¦Â¦";
}
.fa-youtube:before {
    content: "Ã¯â€¦Â§";
}
.fa-xing:before {
    content: "Ã¯â€¦Â¨";
}
.fa-xing-square:before {
    content: "Ã¯â€¦Â©";
}
.fa-youtube-play:before {
    content: "Ã¯â€¦Âª";
}
.fa-dropbox:before {
    content: "Ã¯â€¦Â«";
}
.fa-stack-overflow:before {
    content: "Ã¯â€¦Â¬";
}
.fa-instagram:before {
    content: "Ã¯â€¦Â­";
}
.fa-flickr:before {
    content: "Ã¯â€¦Â®";
}
.fa-adn:before {
    content: "Ã¯â€¦Â°";
}
.fa-bitbucket:before {
    content: "Ã¯â€¦Â±";
}
.fa-bitbucket-square:before {
    content: "Ã¯â€¦Â²";
}
.fa-tumblr:before {
    content: "Ã¯â€¦Â³";
}
.fa-tumblr-square:before {
    content: "Ã¯â€¦Â´";
}
.fa-long-arrow-down:before {
    content: "Ã¯â€¦Âµ";
}
.fa-long-arrow-up:before {
    content: "Ã¯â€¦Â¶";
}
.fa-long-arrow-left:before {
    content: "Ã¯â€¦Â·";
}
.fa-long-arrow-right:before {
    content: "Ã¯â€¦Â¸";
}
.fa-apple:before {
    content: "Ã¯â€¦Â¹";
}
.fa-windows:before {
    content: "Ã¯â€¦Âº";
}
.fa-android:before {
    content: "Ã¯â€¦Â»";
}
.fa-linux:before {
    content: "Ã¯â€¦Â¼";
}
.fa-dribbble:before {
    content: "Ã¯â€¦Â½";
}
.fa-skype:before {
    content: "Ã¯â€¦Â¾";
}
.fa-foursquare:before {
    content: "Ã¯â€ â‚¬";
}
.fa-trello:before {
    content: "Ã¯â€ Â";
}
.fa-female:before {
    content: "Ã¯â€ â€š";
}
.fa-male:before {
    content: "Ã¯â€ Æ’";
}
.fa-gittip:before {
    content: "Ã¯â€ â€ž";
}
.fa-sun-o:before {
    content: "Ã¯â€ â€¦";
}
.fa-moon-o:before {
    content: "Ã¯â€ â€ ";
}
.fa-archive:before {
    content: "Ã¯â€ â€¡";
}
.fa-bug:before {
    content: "Ã¯â€ Ë†";
}
.fa-vk:before {
    content: "Ã¯â€ â€°";
}
.fa-weibo:before {
    content: "Ã¯â€ Å ";
}
.fa-renren:before {
    content: "Ã¯â€ â€¹";
}
.fa-pagelines:before {
    content: "Ã¯â€ Å’";
}
.fa-stack-exchange:before {
    content: "Ã¯â€ Â";
}
.fa-arrow-circle-o-right:before {
    content: "Ã¯â€ Å½";
}
.fa-arrow-circle-o-left:before {
    content: "Ã¯â€ Â";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "Ã¯â€ â€˜";
}
.fa-dot-circle-o:before {
    content: "Ã¯â€ â€™";
}
.fa-wheelchair:before {
    content: "Ã¯â€ â€œ";
}
.fa-vimeo-square:before {
    content: "Ã¯â€ â€";
}
.fa-turkish-lira:before, .fa-try:before {
    content: "Ã¯â€ â€¢";
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "flexslider-icon";
    font-style: normal;
    font-weight: 400;
}
.flexslider {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 60px;
    padding: 0;
    position: relative;
}
.flexslider .slides > li {
    display: none;
}
.flexslider .slides img {
    display: block;
    width: 100%;
}
.flexslider .slides {
}
.flexslider:hover .flex-prev {
    left: 10px;
    opacity: 0.7;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
* html .slides {
    height: 1%;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    height: 0;
}
.flex-direction-nav a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 40%;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 10;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0 !important;
}
.flex-direction-nav a:before {

    content: "Ã¯â‚¬Â";
    display: inline-block;
    font-family: flexslider-icon;
    font-size: 40px;
}
.flex-direction-nav a.flex-next:before {
    content: "Ã¯â‚¬â€š";
}
.flex-pauseplay a {
    bottom: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 10px;
    opacity: 0.8;
    overflow: hidden;
    position: absolute;
    width: 20px;
    z-index: 10;
}
.flex-pauseplay a:before {
    content: "Ã¯â‚¬â€ž";
    display: inline-block;
    font-family: flexslider-icon;
    font-size: 20px;
}
.flex-pauseplay a.flex-play:before {
    content: "Ã¯â‚¬Æ’";
}
.flex-control-nav {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.flex-control-nav li {
    display: inline;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 100%;
}
.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
}
html[xmlns] .slides, .no-js .slides > li:first-child {
    display: block;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, .flex-pauseplay a:hover, .flex-control-thumbs img:hover {
    opacity: 1;
}
body {
    font-family: "Lato",arial;
    font-size: 14px;
}
a {
    color: #ffffff;
}
h3 {
    font-family: "Lato",arial;
    margin-bottom: 14px;
    margin-top: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lato",arial;
    margin-bottom: 14px;
    margin-top: 14px;
}
.clear {
    clear: both;
}
.white {
    background: none repeat scroll 0 0 #ffffff !important;

}
.black {
    background: none repeat scroll 0 0 #000000 !important;
}
h2.blocktitle {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    overflow: hidden;
    padding-left: 20px;
}
h3.blocktitle span {
    color: #ff0000;
    float: right;
    font-size: 14px;
    padding: 0;
    text-align: right;
}
h3.blocktitle span a {
    color: #ff0000;
}
#singlepost p {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 17px;
}
#maincontainer {
    background: none repeat scroll 0 0 #ffffff;
}
#maincontainer .tabs a {
    color: #000000;
}
#maincontainer a.button {
    border: 0 solid #1e728c;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5) inset;
    color: #ffffff;
}
dl.tabs {
    margin-bottom: 0;
}
.tabs dd a {
}
ul.tabs-content {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: block;
    margin: 0 0 20px;
    padding: 20px;
}
.tabs dd.active, .tabs li.active {
    border-top: 3px solid #f33c3c;
    margin-top: -3px;
}
ul.accordion > li.active {
    border-top: 3px solid #f33c3c;
}
ul.breadcrumbs {
    border-top: 0 none;
    margin-bottom: 0;
    opacity: 0;
    padding: 6px 10px 7px 20px;
}
ul.breadcrumbs a {
    color: #ff0000;
}
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
    font-family: "Lato";
    text-decoration: none;
}
ul.breadcrumbs a:hover {
    color: #000000;
}
.postrate {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    padding: 20px;
    right: 0;
    text-align: center;
    width: 80px;
}
.postrate i {
    color: #ff0000;
}
ul.pagination {
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 0 20px;
}
ul.pagination li.current a {
    background: none repeat scroll 0 0 #ff0000;
}
ul.pagination li.current a:hover {
    background: none repeat scroll 0 0 #000 !important;
}
#maincontainer ul.pagination li.current a {
    color: #ffffff;
}
#maincontainer ul.pagination li a {
    padding: 10px 17px;
}
.top-bar {
    background: none repeat scroll 0 0 #000;
    font-family: "Lato";
    height: 45px;
    line-height: 45px;
    margin: 0;
}
.top-bar ul {
    height: 45px;
    line-height: 45px;
}
.top-bar ul > li a:not(.button) {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
}
.top-bar ul > li {
    border-right: 1px solid #333;
}
.top-bar ul > li:hover:not(.name), .top-bar ul > li.active:not(.name), .top-bar ul > li:focus:not(.name) {
    background: none repeat scroll 0 0 #202020;
}
.top-bar ul.right {
    text-align: right;
}
.top-bar ul > li.has-dropdown a {
    padding-left: 35px;
    padding-right: 35px;
}
.top-bar ul > li ul.dropdown li a {
    padding: 10px 35px !important;
}
.nav-bar {
    background: none repeat scroll 0 0 #000000;
    height: 55px;
    margin-top: 10px;
}
.nav-bar li img.logo {
    float: left;
    margin: 13px 0 0;
}
.nav-bar > li.logo:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.nav-bar > li.logos:hover {
    background: none repeat scroll 0 0 #000000;
}
.nav-bar > li {
    border: medium none;
    line-height: 55px;
}
ul#logos {
    display: none;
}
.nav-bar > li > a:first-child {
    display: block;
    font-family: "Lato",arial;
    font-size: 18px;
    font-weight: 400 !important;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-bar > li:last-child, .nav-bar > li {
    border-right: medium none;
    box-shadow: none;
}
.nav-bar > li > a {
    font-weight: 400 !important;
}
ul.nav-bar {
    margin-bottom: 0;
}
ul.link-list {
    padding-left: 10px;
}
ul#mainnav.nav-bar > li {
    border-right: 1px solid #333;
}
ul#barnav.nav-bar > li {
    border-right: 0 solid #f39dbe;
}
.sf-menu, .sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    left: 100%;
    top: 0;
}
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: 15em;
}
.sf-menu a {
    border-right: 1px solid #f39dbe;
    border-top: 0 solid rgba(255, 255, 255, 0.5);
    padding: 0.75em 1em;
    text-decoration: none;
}
.sf-menu a {
    color: #ffffff;
}
.sf-menu li {
    background: none repeat scroll 0 0 #dc6b96;
    transition: background 0.2s ease 0s;
    white-space: nowrap;
}
.sf-menu ul li {
    background: none repeat scroll 0 0 #000000;
}
.sf-menu ul ul li {
    background: none repeat scroll 0 0 #000000;
}
.sf-menu li:hover, .sf-menu li.sfHover {
    background: none repeat scroll 0 0 #202020;
    transition: none 0s ease 0s ;
}
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
}
.sf-arrows .sf-with-ul:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}
.sf-arrows ul .sf-with-ul:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    margin-right: -3px;
    margin-top: -5px;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #333;
}
#tobar {
    left: -10px;
}
#topsearch {
    float: right;
}
.topbar {
    background: none repeat scroll 0 0 #000;
    font-family: "Lato";
    height: 45px;
    line-height: 45px;
    margin: 0;
}
.sf-mega {
    background-color: #cfdeff;
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
}
.sf-mega-section {
    border-right: 1px solid #b4c8f5;
    float: left;
    margin-right: 1em;
    padding: 0 1em 1em 0;
    width: 8em;
}
.sf-mega {
}
.sf-mega ul {
    list-style-type: auto;
    margin: 0;
    padding-left: 1.2em;
}
.sf-mega li {
    margin-left: 0;
}
.mainbar {
    background: none repeat scroll 0 0 #d6005e;
    font-family: "Lato";
    height: 55px;
    line-height: 55px;
    margin: 10px 0 0;
}
#mainbar img.logo {
    line-height: 55px;
    padding: 13px 0 0 5px;
}
.mainbar .sf-arrows .sf-with-ul:after, .mainbar .sf-arrows ul li:hover > .sf-with-ul:after, .mainbar .sf-arrows ul .sfHover > .sf-with-ul:after {
    border: 5px solid #ff0000 !important;
    margin-top: -6px;
    right: 0;
}
ul #mainnav li {
    display: block;
}
.nav-bar > li .flyout {
    margin-top: 0;
    top: 55px;
}
ul.flyout li, .nav-bar li ul li {
    border-left: 0 solid #ccc;
}
.nav-bar > li.active {
    background: none repeat scroll 0 0 #f25895;
    border-color: #e41382;
}
.nav-bar > li.has-flyout > a:first-child:after {
    border: 4px solid #ff0000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 20px;
    top: 23px;
    width: 0;
}
.nav-bar > li.active:hover {
    background: none repeat scroll 0 0 #ad0000;
    cursor: default;
}
.flyout.fullwidth {
    right: -132px;
    width: 1170px;
}
.flyout.halfwidth {
    right: -312px;
    width: 550px;
}
.flyout img {
    width: 100%;
}
.has-dropdown .dropdown {
    display: block;
    opacity: 0;
    visibility: hidden;
}
.has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
}
.icon-ph {
    bottom: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    position: absolute;
    right: 3px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    top: 2px;
    width: auto;
    z-index: 3;
}
input.custom-text {
    margin: 0 !important;
    padding: 6px !important;
    transition: all 0.5s ease-in-out 0s;
}
input.custom-text:focus {
    padding: 6px 60px 6px 6px !important;
}
.input-container {
    margin: 5px;
    position: relative;
}
#container {
    overflow: hidden;
    position: relative;
}
.menu-btn {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 30px;
    margin-right: 30px;
    padding: 0;
    text-align: center;
    width: 20px;
}
.menu-btn:hover {
    background: none repeat scroll 0 0 #00b4ff;
    color: #fff;
}
.pushy {
    background: none repeat scroll 0 0 #333332;
    box-shadow: -10px 0 6px -9px rgba(0, 0, 0, 0.7) inset;
    font-size: 0.9em;
    font-weight: bold;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 9999;
}
.pushy a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #b3b3b1;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
}
.pushy a:hover {
    background: none repeat scroll 0 0 #00b4ff;
    color: #fff;
}
.pushy-left {
    transform: translate3d(-200px, 0px, 0px);
}
.pushy-open {
    transform: translate3d(0px, 0px, 0px);
}
.container-push, .push-push {
    transform: translate3d(200px, 0px, 0px);
}
.pushy, #container, .push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99) 0s;
}
.site-overlay {
    display: none;
}
.pushy-active .site-overlay {
    bottom: 0;
    display: block;
    left: 200px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.pushy {
    overflow: hidden;
}
.pushy ul li ul {
    margin-left: 0;
}
.pushy ul li ul li {
    background: none repeat scroll 0 0 #242424;
    list-style: outside none none;
}
.pushy ul li ul.dropdown li a:before {
    border: 4px solid #ff0000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 20px;
    top: 23px;
    width: 0;
}
.trending {
    font-weight: bold;
    margin: -7px 0 0 -15px;
    text-transform: uppercase;
}
.tickercontainer {
    background: none repeat scroll 0 0 #fff;
    margin: -10px 0 0;
    overflow: hidden;
    padding: 0;
}
.tickercontainer .mask {
    overflow: hidden;
    position: relative;
}
ul.newsticker {
    font: bold 10px Verdana;
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsticker li {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin: 0;
    padding: 0;
}
ul.newsticker a {
    color: #ff0000;
    font: bold 10px Verdana;
    margin: 0 50px 0 0;
    padding: 0;
    white-space: nowrap;
}
ul.newsticker span {
    font: bold 10px Verdana;
    margin: 0 10px 0 0;
}
#catslide {
    background: none repeat scroll 0 0 #000000;
    margin-bottom: 1px;
    margin-top: 20px;
    min-height: 476px;
    padding: 10px;
}
.orbit-wrapper .slider-nav span.right {
    background-color: #000000;
    right: -45px;
}
.orbit-wrapper .slider-nav span.left {
    background-color: #000000;
    left: -45px;
}
.titlefeatured {
    background: none repeat scroll 0 0 #000000;
    margin-bottom: 1px;
    min-height: 45px;
}
.catf {
    float: left;
    width: 488px;
}
.catf .catf-caption {
    margin-top: -170px;
    position: absolute;
    width: 430px;
    z-index: 2;
}
.catf .catf-caption h2 {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    font-family: "Lato",arial;
    font-size: 36px;
    line-height: 36px;
    margin-left: 14px;
    padding: 10px;
}
.catf .catf-caption span.meta {
    background: none repeat scroll 0 0 #ff0000;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    margin-left: 14px;
    padding: 5px 10px 5px 5px;
}
.catf-format {
    color: #ffffff;
    margin-left: 14px;
    position: absolute;
    text-align: center;
    z-index: 2;
}
.catf-format .fp {
    background: none repeat scroll 0 0 #ff0000;
    font-size: 28px;
    height: 50px;
    padding: 10px;
    width: 50px;
}
.catf-format .fdate {
    background: none repeat scroll 0 0 #000000;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    line-height: 14px;
    padding-top: 10px;
    width: 50px;
}
.catf-format .fdate span {
    font-size: 12px;
}
.listcat {
    background: none repeat scroll 0 0 #212121;
    float: left;
    height: 455px;
    overflow: visible;
    padding: 15px;
    width: 270px;
}
.title-catf, .title-topcat {
    color: #ffffff;
    font-family: "Lato",arial;
    font-size: 24px;
    font-weight: 600;
}
ul.list-latestcat {
    margin-bottom: 0;
    margin-top: 20px;
}
ul.list-latestcat li {
    border-top: 1px solid #3d3d3d;
    font-size: 18px;
    line-height: 20px;
    list-style: outside none none;
    padding: 19px 0;
}
ul.list-latestcat li a {
    color: #a1a1a1;
}
ul.list-latestcat li a:hover {
    color: #ffffff;
}
.topcat {
    background: none repeat scroll 0 0 #ff0000;
    float: left;
    height: 455px;
    margin: 0 0 0 10px;
    overflow: hidden;
    width: 380px;
}
#slider {
    height: 455px !important;
}
#catslide ul {
    margin-left: 0 !important;
}
ul.list-topcat li {
    line-height: 0;
    list-style: outside none none;
}
ul.list-topcat li .caption-text {
    line-height: 18px;
}
.title-topcat {
    border-left: 3px solid #ffffff;
    line-height: 52px;
    margin: 10px;
    padding: 10px;
}
.topcat img {
    height: 121px;
    width: 380px;
}
.topcat .tthumb {
    position: relative;
}
.topcat .tthumb img {
    transition: all 0.5s ease-in-out 0s;
}
.topcat .tthumb img:hover {
}
.topcat .tthumb .overlay {
    color: #ffffff;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.topcat .overlay .number {
    background: none repeat scroll 0 0 #ff0000;
    float: left;
    font-size: 48px;
    font-weight: 300;
    height: 50px;
    line-height: 48px;
    margin-top: 10%;
    overflow: hidden;
    padding-left: 5px;
    width: 65px;
}
ul#slider {
    margin-bottom: 0;
}
.cright {
    float: right;
    font-size: 32px;
    text-align: right;
    width: 100px;
}
.rate {
    font-size: 36px;
    line-height: 36px;
    padding: 10px;
}
.stars {
    padding: 30px 10px 10px;
}
a > .number:hover {
    color: #ffffff;
}
.tcarousel {
    background: none repeat scroll 0 0 #000000;
    height: 45px;
    margin-top: 20px;
}
.titlefeatured {
    color: #ffffff;
    float: left;
    font-family: "Lato";
    font-size: 24px;
    line-height: 45px;
    padding: 0 0 0 10px;
    width: 200px;
}
ul.nav-carousel {
    margin-bottom: 0;
}
ul.nav-carousel li {
    float: left;
    line-height: 45px;
    list-style: outside none none;
    padding: 0 10px;
}
ul.nav-carousel li a {
    text-decoration: none;
}
ul.nav-carousel li > a:before {
    content: "/ ";
    font-weight: bold;
    left: -9px;
    position: relative;
}
ul.nav-carousel li:first-child > a:before {
    content: " ";
    font-weight: bold;
    left: -9px;
    position: relative;
}
#mixedContent .overlay, #mixedContent .overlay-active {
    color: #ffffff;
    height: 100%;
    margin-top: -172px;
    padding: 0 10px 10px;
    position: absolute;
    width: 100%;
}
.meta-carousel {
    text-align: right;
}
.rate-carousel {
    font-size: 44px;
    line-height: 44px;
    text-align: right;
}
.title-carousel {
    margin-top: 20px;
    padding: 10px;
}
.title-carousel a .ticarousel:hover {
    color: #ffffff;
}
.ticarousel {
    border-left: 3px solid #ff0000;
    margin-left: 10px;
    padding: 10px;
}
#mixedContent .overlay:hover > .title-carousel > a .ticarousel {
    border-left: 3px solid #ffffff !important;
}
#mixedContent .overlay:hover > .title-carousel {
    background: none repeat scroll 0 0 #ff0000;
}
#mixedContent .overlay-active > .title-carousel {
    background: none repeat scroll 0 0 #ff0000;
    opacity: 0.5;
}
#mixedContent .overlay-active .title-carousel > a .ticarousel {
    border-left: 3px solid #ffffff !important;
}
#makeMeScrollable {
    height: 330px;
    position: relative;
    width: 100%;
}
#makeMeScrollable div.scrollableArea img {
    -moz-user-select: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
#mixedContent {
    display: block;
    height: 172px;
    margin-bottom: 1px;
    position: relative;
    width: 100%;
}
#mixedContent .contentBox {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #000000;
    border: 0 solid #ccc;
    display: block;
    float: left;
    height: 172px;
    margin: 0 1px;
    position: relative;
    width: 291px;
}
#mixedContent .contentBox img {
    margin-bottom: 10px;
    opacity: 0.5;
    width: 100%;
}
#mixedContent .overlay:hover > .contentBox img {
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}
#mixedContent .contentBox p {
    font-size: 10px;
}
#maincontainer {
    border: 1px solid #d6d6d6;
    overflow: hidden;
    position: relative;
}
#content {
    border-left: 1px solid #d6d6d6;
    overflow: hidden;
}
#content.archive {
    border-right: 0 none;
}
ul#ticker01 {
    opacity: 0;
}
.toppage {
    bottom: 0;
    color: #808080;
    float: right;
    font-size: 20px;
    text-align: right;
}
.itemblog .overlay {
    color: #ffffff;
    float: right;
    padding: 20px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
}
#maincontainer {
    margin-top: 20px;
}
#maincontainer .column, #maincontainer .columns {
    padding: 0;
}
p.meta-date {
    color: #999999;
    font-size: 11px;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
}
.panel {
    margin: 0;
}
.lthumb {
    float: left;
    height: 219px;
    margin-right: 20px;
    overflow: hidden;
    width: 233px;
}
p.ntitle {
    display: inline;
    font-size: 17px;
	color:#000;
	font-weight:bold;
}
#maincontainer a {
  color:#000;
}
#maincontainer h2 a {
    color: #000000;
}
#maincontainer h2 a:hover {
    color: #ff0000;
}
#listnews ul li {
    border-bottom: 1px solid #d6d6d6;
    list-style: outside none none;
    margin-top: 20px;
    min-height: 280px;
    overflow: hidden;
    padding: 0 20px 20px;
}
#listnews .lthumb, #catnews .lthumb {
    position: relative;
}
#listnews.imgblock .lthumb {
    width: 100%;
}
#listnews .lthumb .overlay, #catnews .lthumb .overlay {
    color: #ffffff;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#listnews ul li:first-child {
    margin-top: 0;
}
#listnews ul li:last-child {
    border-bottom: 0 solid #d6d6d6;
}
#maincontainer #listnews ul {
    margin-bottom: 0;
}
#maincontainer .blogtwo {
    overflow: hidden;
    padding: 0 20px 20px;
}
#maincontainer .blogtwo .columns {
    padding: 10px;
}
.lthumb, .thumb {
    cursor: pointer;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.hover-wrap a {
    color: #ffffff !important;
}
.lthumb img, .thumb img {
    width: 100%;
}
.lthumb .hover-wrap, .thumb .hover-wrap {
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transform: rotateY(180deg) scale(0.5, 0.5);
    transition: all 450ms ease-out 0s;
    width: 100%;
}
.lthumb:hover .hover-wrap, .lthumb.active .hover-wrap, .thumb:hover .hover-wrap, .thumb.active .hover-wrap {
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.lthumb .hover-wrap .overlay-img, .thumb .hover-wrap .overlay-img {
    background: none repeat scroll 0 0 #de5e60;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
}
.lthumb .hover-wrap .overlay-text-thumb, .thumb .hover-wrap .overlay-text-thumb {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    margin: -16px 0 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
}
.overlay > .fa {
    transform: rotateY(180deg) scale(0.5, 0.5);
    transition: all 450ms ease-out 0s;
}
.overlay:hover > .fa {
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.othercat {
    margin-top: 20px;
    overflow: hidden;
}
.otitle {
    border-bottom: 1px solid #d6d6d6;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.oc-horizon li {
    float: left;
    font-weight: 600;
    list-style: outside none none;
    padding-bottom: 20px;
    width: 50%;
}
ul.oc-horizon li img {
    float: left;
    height: 80px;
    margin-right: 10px;
    overflow: visible;
    width: 80px;
}
ul.oc-horizon li .desc {
    display: inline;
}
ul.oc-horizon li .desc h4 {
    font-size: 16px;
    margin-top: 5px;
}
.othercat h4 a {
    color: #000000 !important;
}
.othercat h4 a:hover {
    color: #ff0000 !important;
}
#cat2news {
    overflow: hidden;
}
#cat2news .featured {
    float: left;
    margin-right: 2%;
    padding-right: 0;
    position: relative;
    width: 50%;
}
#cat2news .featured img {
    width: 100%;
}
#cat2news .thumb {
    height: 175px;
    overflow: hidden;
    width: 100%;
}
#cat2news .title-carousel {
    background: none repeat scroll 0 0 #000;
}
#cat2news .othercat {
    float: left;
    padding-left: 10px;
    width: 48%;
}
#cat2news .ticarousel {
    font-size: 18px;
    padding: 0 0 10px 10px;
}
#cat2news .othercat {
    margin-top: 0;
}
#cat2news ul.oc-horizon li {
    width: 100%;
}
#cat2news .overlay {
    color: #ffffff;
    padding: 20px;
    position: absolute;
    top: 0;
}
.line1 {
    border-bottom: 1px solid #d6d6d6;
    height: 1px;
    line-height: 1px;
}
.itemblog {
    border: 1px solid #fddcfd;
    border-radius: 0 0 10px 17px;
    height: 207px;
    overflow: hidden;
}
.itemblog .excerpt {
    height: 68px;
    padding: 5px;
}
#singlepost {
    border-right: 0 solid #d6d6d6;
}
#singlepost header {
    position: relative;
}
#singlepost .loverate a {
    color: #ffffff;
}
#singlepost .loverate:hover {
    background: none repeat scroll 0 0 #000000;
}
#singlepost .loverate {
    background: none repeat scroll 0 0 #ff0000;
    color: #ffffff;
    font-size: 32px;
    height: 95px;
    margin-top: -20px;
    padding-top: 45px;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 0;
    width: 60px;
}
#singlepost header h1 {
    border-left: 5px solid #ff0000;
    font-family: "Lato",arial;
    font-size: 34px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 20px;
    max-width: 900px;
    min-height: 66px;
    padding: 0 20px;
}
#singlepost .postmeta {
    background: none repeat scroll 0 0 #f5f5f5;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 20px;
}
#singlepost .postmeta .meta-date {
    float: left;
    font-size: 14px;
    width: 50%;
}
#singlepost .postmeta .share-post {
    float: right;
    font-weight: bold;
    text-align: right;
    width: 50%;
}
#singlepost .postmeta .share-post a {
    color: #000000;
    padding: 0 10px;
}
#singlepost .postmeta .share-post a:hover {
    color: #ff0000;
}
#singlepost .post-authorthumb {
    float: left;
    margin: 20px 0 20px 20px;
    width: 12%;
}
#singlepost .post-authorthumb h5 {
    font-size: 14px;
    margin-top: 5px;
}
#singlepost .post-content {
    float: right;
    margin-top: auto;
    padding: 20px;
    width: 85%;
}
#singlepost .post-author {
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 20px;
}
#singlepost .post-author .at-thumb {
    float: left;
    margin-right: 20px;
    width: 80px;
}
#singlepost .post-author .at-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#singlepost .post-author .at-text p {
    line-height: 18px;
}
.imgpost img, .banner8 img {
    width: 100%;
}
.vidpost {
    height: 350px;
    max-height: 650px;
    width: 100%;
}
#singlepost img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
#singlepost img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
#singlepost img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#singlepost a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
#singlepost a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
#singlepost a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#singlepost .imggallery .flexslider {
    margin: 0 !important;
}
#postwidget {
    overflow: hidden;
}
#postwidget .titlereview, #postwidget ul.listreview, #postwidget .nreview {
}
#postwidget .widget ul.listreview {
    padding-bottom: 0;
}
#postwidget .widget {
    border-right: 1px solid #d6d6d6;
}
#postwidget .widget {
    border-right: 1px solid #d6d6d6;
}
#boxvid {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d6d6d6;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    padding: 20px;
}
#boxvid h1 {
    border-left: 5px solid #ff0000;
    font-family: "Lato",arial;
    font-size: 34px;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 20px;
    max-width: 900px;
    min-height: 66px;
    padding: 0 0 0 20px;
}
.boxvid_desc {
    padding-left: 20px;
}
.button {
    background: none repeat scroll 0 0 #2ba6cb;
    border: 1px solid #1e728c;
    box-shadow: none;
    width: auto;
}
.listcomments {
    padding: 20px !important;
}
.listcomments p {
    padding: 0 10px 10px;
}
.listcomments .item-comments {
    overflow: hidden;
    padding: 10px 0;
}
h2.titlecomment {
    border-bottom: 1px solid #d6d6d6;
    font-family: "Lato",arial;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0 20px;
}
.banner8 {
    padding: 20px;
}
.flexhome {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    position: relative;
}
.flexhome .slides > li {
    display: none;
}
.flexhome .slides img {
    display: block;
    width: 100%;
}
.flexhome .slides {
}
.flexhome:hover .flex-prev {
    left: 10px;
    opacity: 0.7;
}
.flexhome:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexhome:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flexhome .flex-direction-nav a {
    top: 50%;
}
.reviewscore {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}
.reviewscore h3 {
    border-bottom: 1px solid #cccccc;
    margin-top: 0;
    padding-bottom: 10px;
}
.meter {
    background: none repeat scroll 0 0 #555;
    height: 20px;
    margin: 10px 0;
    padding: 5px;
    position: relative;
}
.meter > span {
    background-color: rgb(43, 194, 83);
    background-image: -moz-linear-gradient(center bottom , rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    display: block;
    height: 10px;
    overflow: hidden;
    position: relative;
}
.meter > span:after, .animate > span > span {
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.animate > span:after {
    display: none;
}
.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(center top , #f1a165, #f36d0a);
}
.red > span {
    background-color: #c0392b;
}
.nostripes > span > span, .nostripes > span:after {
    background-image: none;
}
.easyPieChart {
    position: relative;
    text-align: center;
}
.easyPieChart canvas {
    margin: 0;
}
.scorepie {
    border: 5px solid #cccccc;
    float: right;
    overflow: hidden;
    padding: 20px;
    width: 160px;
}
.meta-score {
    color: #cccccc;
    font-size: 14px;
    padding-top: 20px;
}
.scorepie h3 {
    font-family: "Opensans",arial;
    font-size: 20px;
    margin-top: 0;
}
.chart {
    display: inline-block;
    height: 110px;
    position: relative;
    text-align: center;
    width: 110px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent {
    display: inline-block;
    font-size: 24px;
    line-height: 110px;
    z-index: 2;
}
.percent:after {
    content: "";
    font-size: 0.8em;
    margin-left: 0.1em;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.authorpost {
    overflow: hidden;
    padding: 10px;
}
.authorpost .thumbauthor {
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    width: 80px;
}
.authorname {
    float: left;
    font-size: 24px;
    margin-left: 10px;
    width: 200px;
}
.authorname h3 {
    font-weight: normal !important;
    margin: 0;
}
.authorname span {
    color: #cccccc;
    font-size: 14px;
}
.thumbauthor img {
    border-radius: 10px;
}
.authorpost .share-post {
    margin-top: 0;
}
.authorpost .share-post i {
    padding: 0 10px 0 0;
}
#maincontainer .authorpost .share-post a {
    color: #000000;
}
#maincontainer .authorpost .share-post a:hover {
    color: #ff0000 !important;
}
.blogtwo .lthumb, #masonrystyle .lthumb {
    margin-bottom: 10px;
}
#masonrystyle .lthumb {
    height: auto;
    width: 100%;
}
#tiles {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#tiles li {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    padding: 4px;
    width: 354px;
}
#tiles li.inactive {
    opacity: 0;
    visibility: hidden;
}
#tiles li img {
    display: block;
}
#tiles li p {
    color: #666;
    font-size: 12px;
    margin: 7px 0 0 7px;
}
.wookmark-placeholder {
    background-color: #eee;
    border: 1px solid #dedede;
    border-radius: 2px;
    z-index: -1;
}
aside {
    border-left: 0 solid #d6d6d6;
    overflow: hidden;
}
aside.sideleft {
    border-left: 0 solid #d6d6d6;
    border-right: 0 solid #d6d6d6;
    overflow: hidden;
}
.sideright {
    border-left: 1px solid #d6d6d6;
    border-right: 0 none !important;
}
.widget .stars {
    color: #ff0000;
    padding: 0 10px 10px 0;
}
.widget .metawidget {
    float: left;
    width: 100px;
}
.widget h3 {
    font-size: 18px;
    text-align: center;
}
.widget a:hover {
    color: #ff0000;
}
.widget a h2.wtitle:hover {
    color: #ff0000;
}
.widget h2.wtitle {
    color: #383838;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
}
.getcat {
    padding: 0 20px;
}
.getcat img {
    width: 100%;
}
.getcat .lthumb {
    height: 163px;
    position: relative;
    width: 100%;
}
.getcat .lthumb .overlay {
    color: #ffffff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.getcat .overlay .stars {
    padding: 30px 0 10px 10px;
    text-align: right;
}
ul.catlist li {
    border-top: 1px solid #d6d6d6;
    list-style: outside none none;
}
ul.catlist {
    margin-bottom: 35px;
}
.catlist a {
    color: #000000;
}
.recentvid h3.blocktitle, .wtrending h3.blocktitle, .wcategory h3.blocktitle, .lreview h3.blocktitle {
}
.getvid, .titletrend, .listtrend, .wl-category, .listreview, .featured, .othercat, .titlereview {
}
.nreview {
    margin: 0 20px 20px;
}
ul.listtrend li {
    font-size: 18px;
    list-style: outside none none;
    margin-bottom: 1px;
    padding: 10px;
}
ul.listtrend li a {
    color: #ffffff !important;
}
.titletrend {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    margin: 0 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.wt1 {
    background: none repeat scroll 0 0 #f25895;
}
.wt2 {
    background: none repeat scroll 0 0 #ffa5c9;
}
.wt3 {
    background: none repeat scroll 0 0 #ca0c58;
}
.wt3active {
    background: none repeat scroll 0 0 #000000;
}
.wt4 {
    background: none repeat scroll 0 0 #9b003e;
}
.wt5 {
    background: none repeat scroll 0 0 #ca0c58;
}
.wt6 {
    background: none repeat scroll 0 0 #9b003e;
}
.wt1:hover, .wt2:hover, .wt3:hover, .wt4:hover, .wt5:hover, .wt6:hover {
    background: none repeat scroll 0 0 #000000;
}
ul.listtrend li, ul.listreview li, .nreview {
    transition: all 0.5s ease-in-out 0s;
}
ul.listtrend li:hover, ul.listreview li:hover, .nreview:hover {
    transform: scale(1.1);
}
ul.wl-category li {
    font-size: 18px;
    line-height: 50px;
    list-style: outside none none;
    margin-bottom: 2px;
    min-height: 50px;
    text-transform: uppercase;
}
ul.wl-category li .cc {
    background: none repeat scroll 0 0 #470202;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 50px;
    margin-right: 1px;
    padding-right: 10px;
    text-align: right;
    width: 54px;
}
ul.wl-category li .ctitle {
    background: none repeat scroll 0 0 #e5e5e5;
    font-family: "Lato",arial;
    font-weight: 600;
    line-height: 50px;
    padding: 14px 30px 14px 14px;
}
ul.wl-category li a {
    color: #000000 !important;
}
ul.wl-category li.active > .cc, ul.wl-category li:hover > .cc {
    background: none repeat scroll 0 0 #ff0000;
}
ul.wl-category li.active > .ctitle, ul.wl-category li:hover > .ctitle {
    background: none repeat scroll 0 0 #000000;
}
ul.wl-category li.active > a, ul.wl-category li:hover > a {
    color: #ffffff !important;
}
ul.wl-category li, ul.wl-category li .cc {
    transition: all 0.5s ease-in-out 0s;
}
ul.wl-category li:hover {
    margin-left: 10px;
}
ul.wl-category li .cc:hover {
    transform: rotateY(0deg) scale(1, 1);
}
ul.listreview li {
    background: none repeat scroll 0 0 #470202;
    font-size: 18px;
    line-height: 50px;
    list-style: outside none none;
    margin-bottom: 2px;
    min-height: 50px;
    text-transform: uppercase;
    width: 100%;
}
ul.listreview li .cc {
    border-right: 1px solid #ffffff;
    color: #ffffff;
    float: left;
    font-size: 18px;
    height: 50px;
    margin-right: 10px;
    padding-right: 10px;
    text-align: right;
    width: 54px;
}
ul.listreview li .ctitle {
    color: #ffffff;
    font-family: "Lato",arial;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    padding: 14px 30px 14px 14px;
}
ul.listreview li.active > a, ul.listreview li:hover > a {
    color: #ffffff !important;
}
.titlereview a {
    color: #000000 !important;
    font-size: 24px;
}
.nreview {
    background: none repeat scroll 0 0 #470202;
    overflow: hidden;
}
.descreview {
    color: #ffffff;
    float: left;
    line-height: 18px;
    padding: 20px;
    width: 70%;
}
.rateview {
    background: none repeat scroll 0 0 #ff0000;
    color: #ffffff;
    float: right;
    font-size: 50px;
    line-height: 50px;
    padding: 20px;
    text-align: right;
    width: 30%;
}
.tagcloud a {
    background: none repeat scroll 0 0 #ff0000;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    line-height: 45px;
    margin: 10px 6px 0 0;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.tagcloud a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #ff0000;
    transform: scale(1.2);
}
ul.listcomment li {
    list-style: outside none none;
    margin-bottom: 20px;
    overflow: hidden;
}
ul.listcomment li .cthumb {
    float: left;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    width: 70px;
}
ul.listcomment li .dcomment {
    display: inline;
    float: left;
    font-family: "Lato",arial;
    line-height: 18px;
    margin-top: -2px;
    max-width: 70%;
}
ul.listcomment li a {
    color: #ffffff;
}
ul.listcomment li a {
    display: inline-block;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
ul.listcomment li a:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
    transform: scale(1.05);
}
.dcontact p {
    color: #ffffff;
}
.sn {
    color: #ffffff;
    font-size: 20px;
}
.sn i {
    margin: 0 10px;
}
.sn a {
    border: 1px solid #ffffff;
    height: 30px;
    padding: 10px;
    width: 30px;
}
.sn a:hover {
    color: #ffffff;
}
.sn a .fa, .share-post a .fa, .loverate a .fa:hover {
    transition: all 0.5s ease-in-out 0s;
}
.sn a .fa:hover, .share-post a .fa:hover, .loverate a .fa:hover {
    color: #ffffff;
    transform: rotate(360deg);
}
.share-post a .fa:hover {
    color: #ff0000;
}
.widget ul.oc-horizon li {
    width: 100%;
}
.floatright {
    float: right !important;
}
.floatleft {
    float: left !important;
}
#footer {
    background: none repeat scroll 0 0 #000000;
    margin-top: 20px;
    overflow: hidden;
}
#footer h3.blocktitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: #ff0000 -moz-use-text-color -moz-use-text-color #ff0000;
    border-image: none;
    border-right: medium none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    color: #ffffff;
}
#footer h3.blocktitle span {
    color: #ffffff;
    float: left;
    font-size: 18px;
    text-align: center;
}
#footer .widget {
    border-right: 0 solid #363636;
    padding: 20px;
}
#footer .columns {
    padding: 0;
}
#footer .copyright {
    border-top: 1px solid #363636;
    color: #ffffff;
    padding: 20px;
    text-transform: uppercase;
}
#footer .gridfooter {
    border-left: 1px solid #363636;
    border-right: 1px solid #363636;
}
img.slidefeatured {
    height: 450px;
    width: 100%;
}
.catf {
    width: 45%;
}
.listcat {
    width: 24%;
}
.topcat {
    width: 30%;
}
.openedit {
    background: none repeat scroll 0 0 #000;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: -35px;
    top: 0;
}
.parentcontainer {
    transition: all 0.25s ease 0s;
}
.ganti {
    background: none repeat scroll 0 0 #fff;

    bottom: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    height: 400px;
    left: -173px;
    margin: auto 0;
    position: fixed;
    top: 0;
    width: 173px;
    z-index: 200000;
}
.slideleftha {
    overflow: hidden;
    padding: 15px;
    width: 84%;
}
.slideleftha h3 {
    font-size: 20px;
}
.ganti li {
    display: inline-block;
    height: 20px;
    width: 20px;
}
.ganti li img {
    height: 20px;
    width: 20px;
}
.chng {
    display: inline-block;
    float: left;
    height: 20px;
    margin: 5px 5px 5px 0;
    text-indent: -9999px;
    width: 20px;
}
.greenoriflat {
    background: none repeat scroll 0 0 #2ecc71 !important;
    color: #2ecc71;
}
.redflat {
    background: none repeat scroll 0 0 #e74c3c !important;
    color: #e74c3c;
}
.blueflat {
    background: none repeat scroll 0 0 #3498db !important;
    color: #3498db;
}
.greenseaflat {
    background: none repeat scroll 0 0 #16a085 !important;
    color: #16a085;
}
.orangeflat {
    background: none repeat scroll 0 0 #f39c12 !important;
    color: #f39c12;
}
.purpleflat {
    background: none repeat scroll 0 0 #8e44ad !important;
    color: #8e44ad;
}
.redori {
    background: none repeat scroll 0 0 #ff0000 !important;
    color: #ff0000;
}
body {
    transition: backgroun 0.25s ease 0s;
}
.text {
    padding: 10px;
    text-align: justify;
    margin-bottom: 15px;
}
.menu_top {
    margin-top: 20px;
}
.scrollbar {
    height: 150px;
    overflow-y: scroll;
    padding: 25px 25px 5px;
}
.force-overflow {
}
#wrapper {
    margin: auto;
    text-align: center;
    width: 500px;
}
.blockliste{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-left:50px;
	

}
