@keyframes left-right {
0% {
    transform: translateY(-20%) translateX(-10%);
}
100% {
    transform: translateY(0%) translateX(10%);
}
}
@keyframes left-right {
0% {
    transform: translateY(-20%) translateX(-10%);
}
100% {
    transform: translateY(0%) translateX(10%);
}
}
@keyframes right-left {
0% {
    transform: translateY(0%) translateX(10%);
}
100% {
    transform: translateY(-20%) translateX(-10%);
}
}
@keyframes right-left {
0% {
    transform: translateY(0%) translateX(10%);
}
100% {
    transform: translateY(-20%) translateX(-10%);
}
}
.sy-box.sy-loading {
    background: rgba(0, 0, 0, 0) url("http://static.studyin-uk.com/assets/img/sy-loader.gif") no-repeat scroll 50% 50% / 32px auto;
    min-height: 40px;
}
.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden;
}
.sy-slides-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}
.sy-slides-wrap:hover .sy-controls {
    display: block;
}
.sy-slides-crop {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.sy-list {
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.sy-list.horizontal {
    transition: left 0s ease 0s;
}
.sy-list.vertical {
    transition: top 0s ease 0s;
}
.sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.sy-slide.kenburns {
    left: -20%;
    width: 140%;
}
.sy-slide.kenburns.useCSS {
    transition-property: opacity;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(n) {
    animation-fill-mode: forwards;
    animation-name: left-right;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
    animation-fill-mode: forwards;
    animation-name: right-left;
}
.sy-slide.sy-active {
    z-index: 3;
}
.sy-slide > img {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sy-slide > a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sy-slide > a > img {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sy-controls {
    display: none;
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.sy-controls li {
    height: 100%;
    min-width: 4.2em;
    position: absolute;
    width: 10%;
    z-index: 33;
}
.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}
.sy-controls li.sy-prev a::after {
    background-position: -5% 0;
}
.sy-controls li.sy-next {
    right: 0;
    top: 0;
}
.sy-controls li.sy-next a::after {
    background-position: 105% 0;
}
.sy-controls li a {
    display: block;
    height: 100%;
    position: relative;
    text-indent: -9999px;
    width: 100%;
}
.sy-controls li a:link, .sy-controls li a:visited {
    opacity: 0.4;
}
.sy-controls li a:hover, .sy-controls li a:focus {
    opacity: 0.8;
    outline: medium none;
}
.sy-controls li a::after {
    background-color: #fff;
    background-image: url("http://static.studyin-uk.com/assets/img/arrows.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    color: #111;
    content: "";
    font-weight: 800;
    height: 2.8em;
    left: 50%;
    line-height: 2.8em;
    margin-left: -1.4em;
    margin-top: -1.4em;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 50%;
    width: 2.8em;
}
@media only screen and (max-device-width: 600px) {
.sy-controls {
    display: block;
}
.sy-controls li {
    min-width: 2.1em;
}
.sy-controls li a::after {
    height: 1.4em;
    margin-left: -0.7em;
    margin-top: -0.7em;
    width: 1.4em;
}
}
.sy-caption-wrap {
    bottom: 2em;
    left: 50%;
    position: absolute;
    z-index: 12;
}
.sy-caption-wrap .sy-caption {
    background-color: rgba(0, 0, 0, 0.54);
    border-radius: 1.2em;
    color: #fff;
    left: -50%;
    padding: 0.4em 1em;
    position: relative;
}
.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
    color: #e24b70;
    font-weight: 600;
    text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
    text-decoration: underline;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
.sy-caption-wrap {
    bottom: 0.4em;
    left: 0;
}
.sy-caption-wrap .sy-caption {
    border-radius: 0;
    font-size: 0.92em;
    left: 0;
    padding: 0.2em 0.4em;
}
}
.sy-pager {
    display: block;
    list-style: outside none none;
    margin: 1em 0 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}
.sy-pager li {
    border-radius: 50%;
    display: inline-block;
    height: 1.2em;
    margin: 0 1em 0 0;
    width: 1.2em;
}
.sy-pager li.sy-active a {
    background-color: #e24b70;
}
.sy-pager li a {
    background-color: #ccc;
    background-size: 2em auto;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}
.sy-pager li a:link, .sy-pager li a:visited {
    opacity: 1;
}
.sy-pager li a:hover, .sy-pager li a:focus {
    opacity: 0.6;
}
.sy-filler {
    width: 100%;
}
.sy-filler.ready {
    transition: padding 600ms ease 0s;
}
.highlight table td {
    padding: 5px;
}
.highlight table pre {
    margin: 0;
}
.highlight .cm {
    color: #999988;
    font-style: italic;
}
.highlight .cp {
    color: #999999;
    font-weight: bold;
}
.highlight .c1 {
    color: #999988;
    font-style: italic;
}
.highlight .cs {
    color: #999999;
    font-style: italic;
    font-weight: bold;
}
.highlight .c, .highlight .cd {
    color: #999988;
    font-style: italic;
}
.highlight .err {
    background-color: #e3d2d2;
    color: #a61717;
}
.highlight .gd {
    background-color: #ffdddd;
    color: #000000;
}
.highlight .ge {
    color: #000000;
    font-style: italic;
}
.highlight .gr {
    color: #aa0000;
}
.highlight .gh {
    color: #999999;
}
.highlight .gi {
    background-color: #ddffdd;
    color: #000000;
}
.highlight .go {
    color: #888888;
}
.highlight .gp {
    color: #555555;
}
.highlight .gs {
    font-weight: bold;
}
.highlight .gu {
    color: #aaaaaa;
}
.highlight .gt {
    color: #aa0000;
}
.highlight .kc {
    color: #000000;
    font-weight: bold;
}
.highlight .kd {
    color: #000000;
    font-weight: bold;
}
.highlight .kn {
    color: #000000;
    font-weight: bold;
}
.highlight .kp {
    color: #000000;
    font-weight: bold;
}
.highlight .kr {
    color: #000000;
    font-weight: bold;
}
.highlight .kt {
    color: #445588;
    font-weight: bold;
}
.highlight .k, .highlight .kv {
    color: #000000;
    font-weight: bold;
}
.highlight .mf {
    color: #009999;
}
.highlight .mh {
    color: #009999;
}
.highlight .il {
    color: #009999;
}
.highlight .mi {
    color: #009999;
}
.highlight .mo {
    color: #009999;
}
.highlight .m, .highlight .mb, .highlight .mx {
    color: #009999;
}
.highlight .sb {
    color: #d14;
}
.highlight .sc {
    color: #d14;
}
.highlight .sd {
    color: #d14;
}
.highlight .s2 {
    color: #d14;
}
.highlight .se {
    color: #d14;
}
.highlight .sh {
    color: #d14;
}
.highlight .si {
    color: #d14;
}
.highlight .sx {
    color: #d14;
}
.highlight .sr {
    color: #009926;
}
.highlight .s1 {
    color: #d14;
}
.highlight .ss {
    color: #990073;
}
.highlight .s {
    color: #d14;
}
.highlight .na {
    color: #008080;
}
.highlight .bp {
    color: #999999;
}
.highlight .nb {
    color: #0086b3;
}
.highlight .nc {
    color: #445588;
    font-weight: bold;
}
.highlight .no {
    color: #008080;
}
.highlight .nd {
    color: #3c5d5d;
    font-weight: bold;
}
.highlight .ni {
    color: #800080;
}
.highlight .ne {
    color: #990000;
    font-weight: bold;
}
.highlight .nf {
    color: #990000;
    font-weight: bold;
}
.highlight .nl {
    color: #990000;
    font-weight: bold;
}
.highlight .nn {
    color: #555555;
}
.highlight .nt {
    color: #000080;
}
.highlight .vc {
    color: #008080;
}
.highlight .vg {
    color: #008080;
}
.highlight .vi {
    color: #008080;
}
.highlight .nv {
    color: #008080;
}
.highlight .ow {
    color: #000000;
    font-weight: bold;
}
.highlight .o {
    color: #000000;
    font-weight: bold;
}
.highlight .w {
    color: #bbbbbb;
}
.highlight {
    background-color: #f8f8f8;
}
.highlight {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    font-family: "source-code-pro",monospace;
    font-size: 0.84em;
    overflow-x: auto;
    padding: 0.4em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
@keyframes jumpings {
0% {
    top: 2.4%;
}
100% {
    top: 30%;
}
}
@keyframes jumpings {
0% {
    top: 2.4%;
}
100% {
    top: 30%;
}
}
.restricted-width {
    margin-left: auto;
    margin-right: auto;
/*    padding: 0 2%;*/
}
@media only screen and (min-width: 1180px) {
.restricted-width {
    max-width: 960px;
}
}
a.button-link {
    background-color: #31ace2;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.25em 0.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: text-bottom;
}
a.button-link.download {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #31ace2;
    padding-right: 1.54em;
    position: relative;
}
@media only screen and (max-width: 600px) {
a.button-link.download {
    display: none;
}
}
a.button-link.download::after {
    content: "⬇";
    position: absolute;
    right: 4%;
    top: 15.4%;
}
a.button-link.download:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #31ace2;
}
a.button-link.download:hover::after {
    animation: 0.8s linear 0s normal none infinite running jumpings;
}
a.button-link:hover {
    background-color: #1c91c4;
    color: #fff;
}
@media only screen and (max-width: 600px) {
section {
    margin-bottom: 0;
}
}
#header {
    overflow: hidden;
}
#header a {
    text-decoration: none;
}
#header a.logo-link:hover {
    color: #444;
}
#header #site-name {
    float: left;
    font-size: 2em;
    padding: 0.75em 0;
}
#header nav {
    float: right;
    list-style: outside none none;
    margin: 3.2em 0;
    text-align: right;
}
#header nav li {
    display: inline-block;
    margin-left: 0.25em;
}
@media only screen and (min-width: 601px) {
#header nav {
    display: inline-block;
    float: right;
    margin: 3em 0;
    padding-right: 126px;
}
#header nav li {
    display: inline-block;
}
}
@media only screen and (min-width: 1280px) {
#header nav {
    padding-right: 0;
}
}
@media only screen and (max-width: 600px) {
#header .github-link {
    display: none;
}
}
#header .github-link img {
    border: 0 none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}
.sy-caption .red {
    color: #ff0048;
}
h2.slider-title {
    margin-top: 0;
}
.half {
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 600px) {
.half {
    width: 49.8%;
}
.half:nth-child(1) {
    padding-right: 1em;
}
.half:nth-child(2) {
    padding-left: 1em;
}
}
.third {
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 600px) {
.third {
    width: 33%;
}
.third:nth-child(1) {
    padding-right: 1em;
}
.third:nth-child(2) {
    padding: 0 0.5em;
}
.third:nth-child(3) {
    padding-left: 1em;
}
}
.twothird {
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 769px) {
.twothird {
    width: 66%;
}
.twothird:nth-child(1) {
    padding-right: 1em;
}
.twothird:nth-child(2) {
    padding: 0 0.5em;
}
.twothird:nth-child(3) {
    padding-left: 1em;
}
}
a.github-download {
    display: block;
    font-size: 2em;
    font-weight: 700;
    margin: 0.25em auto;
    width: 12em;
}
@media only screen and (max-width: 600px) {
a.github-download {
    font-size: 1.6em;
    width: 100%;
}
}
.big-number {
    clear: left;
    display: none;
    float: left;
    font-size: 6em;
    font-weight: 700;
    height: 100%;
    line-height: 0.8;
    margin-right: 0.25em;
}
.get-started {
    margin: 1em 0;
    overflow: hidden;
}
.get-started h3 {
    margin-top: 0;
}
code {
    background-color: #d9dee3;
    color: #3b454f;
    font-family: monospace;
    padding: 0.1em 0.2em;
}
#footer {
    background-color: #fff;
    color: #3b454f;
    padding-bottom: 2em;
    padding-top: 2em;
}
#footer .footer-content {
    overflow: hidden;
    text-align: center;
}
#footer .footer-content .githubs {
    float: left;
}
#footer .footer-content .right {
    float: right;
}
#footer .footer-content .block-link {
    display: inline-block;
    font-weight: 200;
    text-decoration: none;
}
#footer .footer-content .pixels-logo {
    height: 1.6em;
    vertical-align: middle;
}
#footer .footer-content .twitter-share-button {
    width: 92px !important;
}
@media only screen and (max-width: 550px) {
#footer .footer-content .right, #footer .footer-content .githubs {
    float: none;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}
}
.front-page .slide_box {
    max-height: 500px;
}
@media only screen and (min-width: 550px) {
#settings-jump {
    float: right;
}
}
#settings-jump li {
    border-top: 1px solid #fff;
    height: 2em;
}
#settings-jump li.default {
    border-top: 0 none;
    height: 1.6em;
}
#settings-jump li #select-setting {
    position: relative;
    text-transform: uppercase;
}
#settings-jump li #select-setting::after {
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    content: " ";
    display: inline-block;
    height: 0;
    margin-right: 0.5em;
    margin-top: 0.5em;
    position: absolute;
    right: 0;
    width: 0;
}
#settings-jump li.section-head {
    padding: 0.25em 0.5em;
}
#settings-jump li a {
    background-color: #31ace2;
    color: #fff;
    display: block;
    height: 2em;
    padding: 0.25em 0.5em;
    text-align: left;
    text-decoration: none;
}
#settings-jump li a:hover {
    background-color: #1c91c4;
}
#settings-jump.closed {
    height: 2em;
    overflow: hidden;
}
#settings-jump.closed #select-setting::after {
    border-top: 0.5em solid white;
}
#settings-jump.open {
    background-color: #fff;
    height: auto;
}
#settings-jump.open #select-setting::after {
    border-bottom: 0.5em solid white;
}
section.settings h4 {
    margin-top: 1.5em;
}
section.settings h3 {
    border-bottom: 1px solid #bcc5cd;
    margin-top: 2em;
}
.example-tiles .tile {
    background-color: #31ace2;
    color: #fff;
    display: inline-block;
    font-family: source-sans-pro,Verdana,sans-serif;
    font-size: 1.5em;
    margin: 1% 0;
    padding: 0.8em 1em;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.example-tiles .tile.large {
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.8;
    padding: 1.6em 1em;
    text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
}
.example-tiles .tile.large:hover {
    opacity: 1;
}
@media only screen and (min-width: 411px) {
.example-tiles .tile {
    width: 49%;
}
.example-tiles .tile:nth-child(2n+1) {
    margin: 1% 1% 1% 0;
}
.example-tiles .tile:nth-child(2n+2) {
    margin: 1% 0 1% 1%;
}
}
@media only screen and (min-width: 631px) {
.example-tiles .tile {
    width: 32%;
}
.example-tiles .tile:nth-child(3n+1) {
    margin: 1% 1% 1% 0;
}
.example-tiles .tile:nth-child(3n+2) {
    margin: 1%;
}
.example-tiles .tile:nth-child(3n+3) {
    margin: 1% 0 1% 1%;
}
}
.example-tiles .tile:hover {
    background-color: #1c91c4;
    color: #fff;
}
.example-tiles .tile.active {
    background-color: #1880ae;
}
.portfolio .sy-controls {
    display: block;
}
.portfolio .sy-pager {
    margin: 1.5em 0;
}
.portfolio .external-captions {
    background-color: #fff;
    padding: 1em;
}
.news-slider .text-content {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 0.75em;
    height: 100%;
    left: 0;
    padding: 1em;
    position: absolute;
    width: 40%;
}
.news-slider .text-content h2 {
    margin: 0;
}
.news-slider .text-content p {
    display: none;
}
.news-slider .text-content a.button-link {
    bottom: 1em;
    padding: 0.25em 0.5em;
    position: absolute;
    right: 1em;
}
.news-slider .text-content .read-more {
    bottom: 1em;
    float: right;
    position: absolute;
    right: 1em;
}
@media only screen and (min-width: 481px) {
.news-slider .text-content {
    font-size: 1em;
}
}
@media only screen and (min-width: 769px) {
.news-slider .text-content {
    width: 35%;
}
.news-slider .text-content p {
    display: block;
}
}
@media only screen and (min-width: 960px) {
.news-slider .text-content {
    width: 30%;
}
}
.news-slider .image-content {
    line-height: 0;
}
.news-slider .image-content img {
    max-width: 100%;
}
.news-slider .news-pager {
    display: block;
    list-style: outside none none;
    margin: 0.2em 0 0;
    padding: 0;
    text-align: right;
}
.news-slider .news-pager li {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 0.6em;
}
.news-slider .news-pager li.sy-active a {
    color: #31ace2;
}
.news-slider .news-pager li a {
    color: #222;
    display: block;
    font-weight: 500;
    text-decoration: none;
}
.shop .sy-box {
    overflow: hidden;
}
@media only screen and (min-width: 401px) {
.shop .sy-box .sy-slides-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 590px;
    min-width: 400px;
    width: 50%;
}
}
.shop .sy-box .sy-slides-crop {
    overflow: visible;
}
@media only screen and (max-width: 500px) {
.shop .sy-box .sy-controls {
    display: block;
}
.shop .sy-box .sy-controls li {
    min-width: 2.4em;
}
.shop .sy-box .sy-controls li a::after {
    height: 1.4em;
    line-height: 1.4em;
    margin-left: -0.7em;
    margin-top: -0.7em;
    width: 1.4em;
}
}
@media only screen and (min-width: 501px) {
.shop .sy-box .sy-controls li {
    width: 100%;
}
.shop .sy-box .sy-controls li.sy-prev {
    left: -100%;
}
.shop .sy-box .sy-controls li.sy-next {
    right: -100%;
}
.shop .sy-box .sy-controls li a::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
}
.shop .sy-box .sy-slide {
    opacity: 0.6;
    transition: opacity 1s ease 0s;
}
.shop .sy-box .sy-slide .product-info {
    height: 100%;
    left: 0;
    padding: 1em;
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 500px) {
.shop .sy-box .sy-slide .product-info {
    padding: 1em 2.4em;
}
}
.shop .sy-box .sy-slide .product-info p {
    margin-bottom: 1em;
}
.shop .sy-box .sy-slide .product-info p, .shop .sy-box .sy-slide .product-info .button-link {
    opacity: 0;
}
.shop .sy-box .sy-slide .product-info .button-link {
    bottom: 1em;
    position: absolute;
}
.shop .sy-box .sy-slide .product-info .buy-now {
    right: 1em;
}
@media only screen and (max-width: 500px) {
.shop .sy-box .sy-slide .product-info .buy-now {
    right: 2.4em;
}
}
.shop .sy-box .sy-slide .product-info .more-info {
    left: 1em;
}
@media only screen and (max-width: 500px) {
.shop .sy-box .sy-slide .product-info .more-info {
    left: 2.4em;
}
}
.shop .sy-box .sy-slide .image-content {
    line-height: 0;
}
.shop .sy-box .sy-slide .image-content .product-image {
    max-width: 100%;
}
.shop .sy-box .sy-slide.sy-active {
    opacity: 1;
}
.shop .sy-box .sy-slide.sy-active .buy-now {
    opacity: 1;
}
.shop .sy-box .sy-slide.sy-active:hover .product-image {
    opacity: 0.2;
}
.shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link {
    opacity: 1;
}
.shop .sy-box .sy-slide .product-info p, .shop .sy-box .sy-slide .product-info .button-link, .shop .sy-box .sy-slide .product-image, .shop .sy-box .sy-slide.sy-active, .shop .sy-box .sy-slide.sy-active .buy-now, .shop .sy-box .sy-slide.sy-active:hover .product-image, .shop .sy-box .sy-slide.sy-active:hover .product-info p, .shop .sy-box .sy-slide.sy-active:hover .product-info .button-link, .shop .sy-box .sy-slide.sy-active.transition {
    transition: opacity 1s ease 0s;
}
.shop .product-name, .shop .shop-slider .sy-slides-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media only screen and (min-width: 401px) {
.shop .product-name, .shop .shop-slider .sy-slides-wrap {
    max-width: 590px;
    min-width: 400px;
    width: 50%;
}
}
.thumb-box {
    margin-left: -1%;
/*    padding: 1.4em 0 1em;*/
    width: 102%;
}
.thumb-box .thumbs {
    overflow: hidden;
}
.thumb-box .thumbs li {
    float: left;
    padding: 0 1%;
    text-align: center;
    width: 25%;
}
.thumb-box .thumbs li img {
    border-bottom: 4px solid transparent;
    opacity: 0.8;
    transition: opacity 0.32s ease 0s;
    width: 100%;
}
.thumb-box .thumbs li img.active {
    border-color: #31ace2;
    opacity: 1;
}
.thumb-box .thumbs li:hover img {
    opacity: 1;
    transition: opacity 0.2s ease 0s;
}
.newsletter {
    border: 2px solid #e24b70;
    padding: 10px 15px;
}
.newsletter h3 {
    margin: 0;
}
#mc-embedded-subscribe {
    float: right;
}
#mc_embed_signup form {
    padding: 8px 0 0 !important;
}
#mc_embed_signup input.email, #mc_embed_signup #mc-embedded-subscribe {
    font-size: 18px;
    height: 48px;
    margin-bottom: 0 !important;
    min-width: auto;
}
.clear {
    overflow: hidden;
}
.carbonwrap {
    border: 2px solid #ccc;
    padding-bottom: 18px;
}
@media only screen and (max-width: 768px) {
.carbonwrap {
    display: none;
}
}
#carbonads {
    margin: 18px 10px;
}
.carbon-poweredby {
    font-size: 12px;
    margin-top: 5px !important;
    text-decoration: none;
}
@media only screen and (min-width: 840px) {
.carbon-poweredby {
    margin-left: 15px !important;
}
}
.carbon-poweredby::before {
    content: " ";
    overflow: hidden;
}
.carbon-img {
    float: left;
}
.carbon-text {
    display: block !important;
    font-size: 13px;
    margin-bottom: 2px !important;
    text-decoration: none;
    text-transform: none;
}
@media only screen and (min-width: 840px) {
.carbon-text {
    float: none !important;
    height: auto !important;
    margin-left: 145px !important;
    padding-top: 0 !important;
    width: auto !important;
}
}
div.thumb-box, ul.thumbs, ul.thumbs li {
   padding: 0;
   vertical-align: baseline;
}