/*
Theme Name: InfoWay
Theme URI: https://wordpress.com/themes/infoway/
Description: InfoWay is clean, simple, elegant and responsive. Well-suited for general blogging, InfoWay highlights your featured content in style with a unique built-in slider. InfoWay is very simple to manage with the Theme Customizer; easily add your own logo image, as well as links to your social network pages. The sidebar and footer areas are widgetized to allow you infinite ways to customize your site, and InfoWay also includes a full-width page template. You will love having your site built on InfoWay.
Author: InkThemes
Author URI: http://www.inkthemes.com
Version: 1.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, orange, white, gray, dark, one-column, two-columns, responsive-layout,  custom-header, custom-background, theme-options, sticky-post, featured-images, featured-image-header, full-width-template, post-slider, custom-colors, custom-menu, blog, business, design, bright, clean, simple, modern, minimal
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5em;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
code, kbd, samp, var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: smaller;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
img {
    height: auto;
    max-width: 100%;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hovr, html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}
/* Links */
a {
    color: #e85a06;
    text-decoration:none;
}
a:visited {
    color: #e85a06;
}
a:hover,
a:focus,
a:active {
    color:#fd9557;
}
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
    display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-content,
.entry-summary {
    margin: .8em 0 0;
}
.entry-content ul ol,
.entry-content ul ol ul,
.entry-content ol ul,
.entry-content ul ul ol,
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol ul ol,
.entry-content ol ul ol ul{
    margin-bottom: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-meta{
    border-bottom:1px solid #e85a06;
    padding-bottom:12px;
    color:#e85a06;
}
.entry-meta .byline{
    margin-left:10px;
}
.entry-meta .cat-links{
    margin-left:6px;
    padding-left:18px;
    margin-left:10px;
}
.page-content p,.page-content li, .page-content span{
    line-height: 1.7em;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
body {
    font-family: 'Arvo', serif;
    font-size:14px;
    line-height:1.250em;
    color:#5a5d5e;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', serif;
    line-height: 1.5em;
}
h1 {
    font-size:24px;
    line-height:1.500em;
}
h2 {
    font-size:22px;
}
h3 {
    font-size:20px;
}
h4 {
    font-size:18px;
}
h5 {
    font-size:16px;
}
h6 {
    font-size:12px;
}
a img {
    border:none;
}
:focus {
    outline:none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
    margin-top:5px;
}
td, th {
    border: 1px solid #ccc;
    padding: 3px;
}
th {
    background: #cccccc;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
li {
    margin-left:30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    margin-bottom:15px;
    font-weight:normal;
}
/******************************************************************************************************************/
.wrapper {
    margin:0;
    padding:30px 0 60px 0;
    width:100%;
    overflow:hidden;
}
.body_wrapper {
    margin:0;
    padding:0;
    max-width:990px;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-shadow: 0px 0px 40px rgba(77, 70, 74, 0.69);
    -moz-box-shadow:    0px 0px 40px rgba(77, 70, 74, 0.69);
    box-shadow:         0px 0px 40px rgba(77, 70, 74, 0.69);
    background-color:#ffffff;
    padding-right:0;
}
.body_wrapper .top_wrapper {
    max-width:990px;
    margin:0 auto;

}
.topmain_wrapper {
    margin:0;
    padding:0;
    width:100%;
    margin:0 auto;
}
.topinfo-wrapper {
    position:relative;
    margin:0;
    background-color:#fff;
}
.topinfobar {
    background-color: #e85a05;
    position:relative;
    width:100%;
}
/* Social Logos
===========================================*/
ul.Social-links li {
    display:inline;
    margin:0;
}
ul.Social-links li a {
    margin:0 0px 0 0;
}
ul.Social-links li a:hover {
    transform:rotate(20deg);
    -ms-transform:rotate(20deg); /* IE 9 */
    -moz-transform:rotate(20deg); /* Firefox */
    -webkit-transform:rotate(20deg); /* Safari and Chrome */
    -o-transform:rotate(20deg); /* Opera */
}
ul.social_logos {
    list-style:none;
    list-style-type:none;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 9px;
}
.social_logos li {
    display:inline-block;
    margin:0 8px 0 0;
}
.social_logos li a {
    background-position: -55px 0;
}
.social_logos li a span {
    display: block;
    position: relative;
    padding: 5px;
    z-index: 10;
    color: #fff;
    background: rgb(255,255,255,0.5);
    background: rgba(255, 255, 255, .4);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.social_logos li .s-icon {
    font-size: 12px;
}
.social_logos li .icon-facebook.s-icon {
    padding-left: 8px;
    padding-right: 8px;
}
.social_logos li a:hover span {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.topinfobar span.info {
    color:#fefefe;
    display:block;
    margin-top:15px;
    margin-bottom: 11px;
    font-size:13px;
    min-height:10px;
    margin-left:-64px;
    text-align:center;
}
.topinfobar span.info span {
    color:#fefefe;
    font-size:13px;
    text-align:center;
    margin-top:11px;
}
.topinfobar .siteinfourl p {
    margin-top:8px;
    background-color:#973c05;
    color:#fff;
    width:100%;
    overflow:hidden;
    font-size:14px;
    margin-left:-10px;
    height:18px;
    text-align:center;
    padding:4px 0  3px 0;
    margin-bottom: 6px;
}
.topinfobar .siteinfourl a {
    width:130px;
    color:#fff;
    display:inline-block;
}
.topinfobar .toptip {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e85a06;
    position:absolute;
    bottom:-11px;
    left:465px;
}
.closeicon {
    margin:0;
    margin-top:12px;
    float:right;
    margin-right:-1px;
}
.header {
    width:100%;
    background-color:#fff;
    overflow:hidden;
    margin: 10px 0;
    padding:0;
}
.header .logo {
    margin-top:17px;
    margin-bottom:20px;
    position: relative;
}
.header .logo h1.site-title{
    font-size:27px;
    margin-bottom:11px;
}
.header .logo h1.site-title a{
    color:#444;
}
.header .logo h2.site-description{
    color:#444;
    font-size:15px;
    margin-top:0;
    margin-bottom:0;
}
.header .contactinfo {
    margin:0;
    margin-top:24px;
    position: absolute;
    top: 0;
    right: 5px;
}
.header .contactinfo .mobile-icon{
    margin-right: 6px;
}
.header .site-branding{
    margin-bottom: 20px;
}
.header .contactinfo span.calldetails {
    color:#3d3d3d;
    font-size:17px;
    font-weight:normal;
    line-height:1.188em;
    vertical-align:4px;
}
a.btn {
    background:#00CCCC;
    display:inline-block;
    visibility:hidden;
}
/* Menu Style
========================================================*/
.wrapper_menu {
    margin:0;
    width:100%;
    background-color:#fff;
}
.menu_container {
    margin:0;
    padding:0;
    max-width:100%;
    background-color:#fff;
}
.menu_bar {
    display:inline-block;
    width:100%;
    margin-left:0;
    background:url(../wp-content/themes/premium/infoway/images/dashline.png) repeat-x bottom, url(../wp-content/themes/premium/infoway/images/dashline.png) repeat-x top;
    padding-bottom:5px;
    padding-top:5px;
}
.navigation {
    position:relative;
}
.selectnav{
    display: none;
    margin: 0 auto;
}
:first-of-type .selectnav { /* Safari */
    margin: 0 auto !important;
    width: 200px;
}
.navigation ul {
    list-style-type:none;
}
.navigation {
    list-style:none;
    position:relative;
    z-index:100;
    margin: 0;
}
.navigation li {
    margin:0 !important;
    position:relative;
    display:block;
    float: left;
    margin-bottom:0;
    background:url(../wp-content/themes/premium/infoway/images/menu-sep.png) no-repeat left;
}
.navigation li:first-child {
    background-image:none;
}
.navigation li:last-child {
    border-bottom:none;
}
.navigation li a {
    color:#4B4A4A;
    text-decoration:none;
    padding:4px 18px 4px 18px;
    font-family: 'Arvo', serif;
    font-size:15px;
    line-height:1.750em;
    display:block;
    margin-left:5px;
    margin-right:5px;
}
.navigation li:first-child a {
    margin-left:0;
}
.navigation li:hover a, .navigation li a.selected, .navigation li.current_page_item a {
    color:#fff;
    background-color:#e85a05;
}
.navigation li a:hover {
    color:#fff;
}
.navigation li li a, .navigation li li a.selected, .navigation li li a:hover {
    border:none;
}
.navigation li.current-menu-item a:hover,
.navigation li.current-menu-parent a:hover,
.navigation li.current_page_parent a:hover,
.navigation li a:hover.selected {
    text-decoration:none;
}
.navigation li a:hover.selected {
    color:#fff;
}
.navigation li li:first-child {
    background-image:none;
}
.navigation li li:first-child:before {
    border:solid 1px #fff;
}
.navigation li li {
    background-color:#fff;
    margin:0;
    padding:0;
}
.navigation li li a {
    width:150px;
    height:auto;
    float:none;
    display:block;
    text-align:left;
    position:relative;
    margin:0;
    padding:5px 15px;
    text-shadow:none;
    border-left:none;
    font-family: 'Arvo', serif;
    font-size:16px;
    line-height:1.750em;
    text-transform:capitalize;
    color:#7b7b7b;
}
.navigation li li:last-child {
    padding-bottom:5px;
}
.navigation li li li:last-child {
    padding-bottom:3px;
    padding-top:3px;
}
.navigation li li a:after {
    width:100%;
    content:'';
    position:absolute;
    left:0;
    top:0;
}
.navigation li li li li:last-child a,
.navigation li li li li:last-child a:after {
    border-top:none;
}
.navigation li li:last-child a:after {
    width:100%;
    content:'';
    position:absolute;
    left:0;
    bottom:0;
}
* html .navigation li li a {
    display:inline-block;
}
.navigation li li a:link,
.navigation li li a:visited {
    color:#7b7b7b;
    background-image:none;
    background:#fff;
}
.navigation li li a.selected, .navigation li li a:hover {
    text-shadow:none;
}
.navigation li ul {
    position:absolute;
    left:0;
    margin-top:15px;
    margin-left:5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px #d9d9d9;
    background-image:none;
    padding-left:0px;
    padding-right:0px;
    background-color:#ffffff;
}
.navigation li ul li {
    display:list-item;
    float:none;
    border-top:none;
    border-bottom: dashed 1px #dbd8d8;
    background-image:none;
}
.navigation li ul li ul {
    padding-top:0;
    top:0;
    margin-top:-1px;;
    margin-left:0;
    margin-left:2px;
    z-index:333;
}
.navigation li ul li ul li:first-child {
    padding-top:0;
}
* html .navigation {
    height:1%;
}
.downarrowclass {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
    top:0;
    right:0;
    display:none!important;
}
.rightarrowclass {
    display:block;
    width:7px;
    height:5px;
    position:absolute;
    margin-top:-3px;
    top:50%;
    right:0;
}
.ddshadow {
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    display:none;
}
.navigation li li a:hover {
    color:#e15806;
}
/*=======================================================*/
/* Feature Slider Style */
/*=======================================================*/
.slider_wrapper {
    margin:0;
    padding:0;
    background-color:#fff;
    margin-top: 15px;
}
#featured {
    width:670px;
    padding-right:290px;
    position:relative;
    height:363px;
    overflow:hidden;
    padding-top:15px;
    margin-bottom:4px;
    background-color:#fff;
    z-index:10;
}
/* Showcase
-------------*/

.showcase-load {
    height:363px; /* Same as showcase javascript option */
    overflow: hidden;
}
/* Container when content is shown in slider */
.showcase {
    position: relative;
    margin: auto;
    /* tempoarary */
    height:363px;
    overflow:hidden
}
.showcase-content-container {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    width:950px !important;
}
/* Content */
.showcase-content {
    width:950px !important;
}
.showcase-content-wrapper {
    text-align: center;
    height: 444px;
    width: 950px;
    display: table-cell;
    vertical-align: middle;
}
.showcase-content img {
    width:950px;
    height:363px;
}
/* Thumbnails */
.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */ {
    background: url(https://s2.wp.com/wp-content/themes/premium/infoway/images/tbg.png) 40px -4px repeat-y;
    position: absolute;
    z-index: 20;
    top: 0px;
    bottom: 0px;
    right:315px;
    overflow: hidden;
    height: 363px !important;
}
.showcase-thumbnail-container .showcase-thumbnail-restriction {
    height:363px !important;
}
.showcase-thumbnail-wrapper {
    overflow: hidden;
}
.showcase-thumbnail {
    width: 404px;
    height: 73px;
    cursor: pointer;
    border: 0;
    position: relative;
    margin-left:30px;
}
.showcase-thumbnail-caption {
    position: absolute;
    bottom: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
}
.showcase-thumbnail-content {
    padding: 9px 10px 11px 15px;
    text-align: left;
    color:#fff;
    width:245px;
    height:53px;
    overflow:hidden;
    margin-left:11px;
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/slider-sepnew.png) left bottom repeat-x;
}
.showcase-thumbnail-content h3 {
    font-size: 17px;
    color:#fff;
    padding: 0;
    margin: 0;
    margin-bottom:6px;
    padding-left: 2px;
    text-shadow:none;
    vertical-align: middle;
    line-height: 1.563em;
}
.showcase-thumbnail-content p {
    color:#c9c9c9;
    font-size:13px;
    line-height:1.000em;
    margin-bottom:0;
}
.showcase-thumbnail-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.showcase-thumbnail:hover {
    border:none;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
}
.showcase-thumbnail.active {
    background: url(https://s2.wp.com/wp-content/themes/premium/infoway/images/slidertextbgnew.png) 4px 0 no-repeat;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
    display: none;
}
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
    margin-bottom: 0;
}
.showcase-thumbnail-button-backward,  .showcase-thumbnail-button-forward {
    display:none;
}
.showcase-thumbnail-button-forward span span,  .showcase-thumbnail-button-backward span span {
    display: none;
}
.slider_shadow {
    background:url(../wp-content/themes/premium/infoway/images/slidershadowbg.png) center no-repeat;
    background-size: 100%;
    height: 48px;
    margin-top: -5px;
    z-index:-1000;
}
.slider_wrapper .infotag {
    font-family: arvo, sans-serif;
    font-size:21px;
    line-height:2.125em;
    text-align:center;
    color:#4a4a4a;
    z-index:9999;
    margin:0;
    background-color:#fff;
    background:url(../wp-content/themes/premium/infoway/images/dashline.png) repeat-x bottom;
    padding-bottom:33px;
    margin-top:15px;
}
.slider_wrapper .infotag h1 {
    margin:0;
    padding:0;
    font-family: arvo, sans-serif;
    font-size:21px;
    line-height:2.125em;
    text-align:center;
    color:#4a4a4a;
}
.slider-video iframe{
    width:680px;
    height:363px;
}
.signinformbox1.widget {
    margin:0;
    padding:0;
    margin-top:27px;
    padding-left:25px;
}
.signinformbox1.widget img.widget-image{
    margin-left:14px;
}
.signinformbox1.widget h4 {
    margin:0;
    margin-left:20px;
    font-family: 'Arvo', serif;
    font-size:17px;
    line-height:1.250em;
    font-weight:normal;
    color:#3C3B3B;
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/titlesep.png) bottom left no-repeat;
    padding: 17px 0px;
    margin-bottom:12px;
}
.signinformbox1.widget ul {
    list-style:none;
    margin-left: 45px;
    margin-top: 12px;
}
.signinformbox1.widget ul li {
    color: #5C5959;
    /** margin-left:20px; **/
    margin-left: -22px;
    padding-right:15px;
    padding:8px 0px 8px 20px;
    font-size:15px;
    color:#2c2c2c;
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/inactivelink.png) 0 14px no-repeat;
    width:100%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.signinformbox1.widget ul li a {
    color: #2c2c2c;
    font-size:14px;
    line-height:1.375em;
    padding:5px 0;
}
.signinformbox1.widget ul li:hover {
    color:#f56021;
    margin-left:-20px;
    padding-right:15px;
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/activelink.png) 0 14px no-repeat;
    width:100%;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}
.signinformbox1.widget ul li a:hover {
    color:#f56021;
}
.signinformbox1.widget ul li a.selected:hover {
    color:#f56021;
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/activelink.png) 0 10px no-repeat;
    margin-left:20px;
    padding-right:15px;
    padding:7px 18px;
    width:100%;
}
.signinformbox1.widget div.textwidget {
    color:#010000;
}
.signinformbox1.widget #wp-calendar {
    margin-left:20px;
    width:93%;
}
.signinformbox1.widget #wp-calendar h4 {
    text-align:center;
}
.signinformbox1.widget div.textwidget h4 {
    text-align:center;
}
.signinformbox1.widget div.textwidget {
    padding-left:15px;
    padding-right:15px;
}
.signinformbox1.widget .searchform {
    margin-left:20px;
}
.signinformbox1.widget .searchform input[type="text"] {
    color:#E2E2E2;
}
.sucess-send h2{
    color:#424040;
}
.sucess-send a {
    margin-left: 125px;
    font-weight: bolder;
}
/* Testimonial
=======================================*/
.testimonial {
    margin:0;
    width:99%;
    background-color:#fff;
    overflow:hidden;
    padding-top:15px;
    padding-bottom:30px;
}
.testimonial h2 {
    margin:0;
    color:#514f4f;
    font-family: 'Arvo', serif;
    font-size:18px;
    font-weight:normal;
    line-height:1.500em;
    padding-bottom:20px;
}
.testimonial p {
    margin:0;
    margin-bottom:0px;
    width:90%;
    font-size:16px;
    line-height:1.375em;
    color:#5b5b5b;
    font-weight:normal;
    padding-left:75px;
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/commabox.png) no-repeat;
    min-height:49px;
}
.testimonial a {
    color:#d17c20;
    font-size:16px;
}
.testimonial .site-link {
    margin-left:75px;
}
/* Footer style
=========================================*/
.footer-wrapper {
    margin:0;
    padding:0;
    width:100%;
}
.footer-wrapper .footer {
    margin:0;
    width:100%;
    background-color:#d5580d;
}
.footer-wrapper .footer ul{
    margin-left:0;
}
.footer p {
    font-size:13px;
    text-shadow:none;
}
.footer .footer_widget {
    margin:25px 10px 0 10px;
    color:#fff;
}
.footer .footer_widget.first {
    margin-top:25px;
    margin-left:0;
}
.footer .footer_widget.last {
    margin-right:0;

}
.footer .footer_widget.second .searchform input[type="submit"] {
    position:absolute;
    right:30px;
}
.footer .footer_widget.third .searchform input[type="submit"] {
    position:absolute;
    right:30px;
}
.footer .footer_widget .searchform input[type="search"] {
    color:#E2E2E2;
    padding-left:10px;
}
.footer .footer_widget .searchform ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #E2E2E2;
}
.footer .footer_widget .searchform :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #E2E2E2;
}
.footer .footer_widget .searchform ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #E2E2E2;
}
.footer .footer_widget .searchform :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #E2E2E2;
}
.footer .footer_widget h1,
.footer .footer_widget h2,
.footer .footer_widget h3,
.footer .footer_widget h4,
.footer .footer_widget h5,
.footer .footer_widget h6{
    font-family: 'Arvo', serif;
    line-height:1.500em;
    font-weight:normal;
    padding-bottom:20px;
    background:url(../wp-content/themes/premium/infoway/images/footerheadsep.png) bottom repeat-x;
    color:#E2E2E2;
    display:block;
}
.footer .footer_widget div.tagcloud a{
    color:#010000;
}
.footer ul {
    list-style:none;
    list-style:disc;
}
.footer ul li,.footer ol li {
    margin-left:16px;
    color:#ffffff;
}
.footer ul li a {
    color:#010000;
    font-size:13px;
    line-height:1.375em;
}
.footer ul li a:hover {
    color:#fff;
}
.footersep {
    margin:0;
    overflow:hidden;
    background:url(../wp-content/themes/premium/infoway/images/footersep.png) top repeat-x;
    height:2px;
}
.footer-bottom {
    margin:0;
    overflow:hidden;
    background-color: #ab4103;
}
.footer-bottom .copyrightinfo {
    font-family: 'Arvo', serif;
    font-size:13px;
    line-height: 1.7em;
    margin-top: 14px;
    margin-bottom: 10px;
    color: #f4bd9c;
    padding-left: 8px;
    padding-right: 8px;
}
.footer-bottom .copyrightinfo P {
    font-size:13px;
    color:#f4bd9c;
}
.footer-bottom .copyrightinfo a {
    color:#f4bd9c;
}
.footer-bottom .copyright_right {
    margin:10px 0 10px 0;
    float:right;
}
span.colorway {
    float: left;
    font-family: 'Arvo', serif;
    color:#eee;
    font-size: 200%;
    line-height: 1.875em;
    margin-right: 10px;
    margin-bottom:5px;
}
.footer .signinformbox {
    width: 100%;
}
.footer .signupForm .signinForm #uname {
    width:158px;
    height: 43px;
    margin-left:18px;
    background: url(https://s2.wp.com/wp-content/themes/premium/infoway/images/textfieldbg-footer.png) no-repeat;
    border: none;
    padding-left: 10px;
    padding-right: 15px;
}
.footer .signupForm .signinForm #comments {
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/textareabg-footer.png) no-repeat;
    width:165px;
    padding-right:20px;
    margin-left:15px;
}
.footer .signupForm .signinForm .catchapanel {
    margin-left:15px;
    margin-right:15px;
}
.footer .footer_widget.second .signupForm .signinForm .catchapanel {
    margin-left:12px;
    margin-right:12px;
}
.footer .footer_widget.third .signupForm .signinForm .catchapanel {
    margin-left:12px;
    margin-right:12px;
}
.footer .signupForm .signinForm #vercode {
    margin-left:0;
    width:90px;
}
.footer .signupForm .signinForm input[type="submit"] {
    margin-left:0;
}
.footer .signupForm .signinForm input[type="submit"] {
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/submit-button-footer.png) 0 -24px no-repeat;
    width:180px;
    height:53px;
    margin-left:20px;
}
.footer .signupForm .signinForm input[type="submit"]:hover {
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/submit-button-footer.png) 0 -102px no-repeat;
    width:180px;
    height:53px;
}
.footer .footer_widget a{
    color: #fff;
}
.footer .footer_widget a:hover{
    color: #f99749;
}
.footer .wp-caption{
    color: #000;
}
/*Search bar
========================================*/
.footer .searchform input[type="search"] {
    width:165px;
    height:32px;
    background:transparent;
    border: 1px solid #ff8727;
    background-color:#db6202;  
    margin-bottom:5px;
}
.footer .searchform input[type="submit"] {
    position:absolute;
    right:0;
    top:4px;
    width:20px;
    height:30px;
    border:none;
    cursor:pointer;
    box-shadow:none;
    font-size:0;
    background: none;
}
/* Back top
======================================================*/
#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: -150px;
}
#back-top a {
    width: 108px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(https://s2.wp.com/wp-content/themes/premium/infoway/images/topscroll.png) no-repeat center center;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #777;
}
/*page heading
==============================*/
.heading_wrapper {
    margin:0;
    padding:0;
    background-color:#fff;
}
.heading_container {
    margin-bottom: 30px;
}
.heading_container.image-page{
    margin-bottom:26px;
}
.page-heading h1 a {
    color:#353434;
}
.entry-content.error h2{
    margin-top:25px;
}
.entry-content.error li{
    margin-left:4px;
}
.entry-content.error .searchform {
    margin-top:18px;
    margin-bottom:40px;
}
.entry-content.error .searchform input[type="search"] {
    width:84%;
    height:30px;
    background-color:#fff;
    border:solid 1px #CCCCCC;
    padding-left:10px;
    padding-right:55px;
    color:#c8c6c6;
    margin-top:15px;
    background:none;
}
.entry-content.error .searchform input[type="submit"] {
    position:absolute;
    right:0;
    top:16px;
    width:35px;
    height:30px;
    border:none;
    cursor:pointer;
    font-size:0;
}
/*Fullwidth Page
================================================== */
.fullwidth {
    padding:0;
    margin:30px 0 50px 0;
    background:#fff;
}
.fullwidth h1 {
    font-size:24px;
}
.fullwidth p {
    font-size:13px;
}

/*Blog Page
===================================================*/
.page-content {
    width:100%;
    overflow:hidden;
    background-color:#fff;
    padding-top:0px;
}
.content-bar {
    margin:0;
    padding:0;
    padding-bottom:15px;
    margin-top:33px;
}
.content-bar .post {
    margin:0;
    position:relative;
    margin-bottom:27px;
    overflow:hidden;
    background: url(../wp-content/themes/premium/infoway/images/dashline.png) repeat-x bottom;
    padding-bottom: 12px;
}
.content-bar .post .post_title {
    font-size:21px;
    line-height:1.750em;
    font-weight:normal;
    color:#010000;
    font-family: 'Arvo', serif;
}
.content-bar .post.single .post_title {
    padding-left:0;
}
.entry-title,
.entry-content{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.content-bar .post .post_title a {
    color:#4a4a4a;
}
.content-bar .post .post_title a:hover {
    color:#d65407;
}
.content-bar .post .post_content,.content-bar .entry-content{
    overflow:hidden;
    font-size:14px;
    line-height:1.250em;
    color:#555454;    
}
.content-bar .post.single .post_content.single {
    overflow:hidden;
    font-size:14px;
    line-height:1.250em;
    color:#555454;
    padding-left:0;
    padding-bottom:10px;
}
.content-bar .post .post_content{
    margin-bottom:10px;
}
.content-bar .post.single .post_content.single p {
    margin-top:15px;
}
.content-bar .post:last-child {
    background:none;
}
.content-bar .post .post_content img.postimg {
    width:202px;
    height: 141px;
}
.content-bar .post.single .post_content.single .singleimgbox {
    border-top:solid 1px #ee662c;
}
.content-bar .post .post_content .read_more {
    margin-top: 10px;
    display:inline-block;
    float:right;
    bottom:40px;
}
span.button-tip{
    width:5px;
    height:5px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    margin-left:3px;
    background:url(../wp-content/themes/premium/infoway/images/button-tip.png) no-repeat;
    display:inline-block;
}
.content-bar .post .post_content .read_more:hover span.button-tip {
    margin-left:8px;
}
.content-bar .post .box, 
.content-bar .page .box{
    width:220px;
    height:auto;
    border:solid 1px #e3e3e3;
    overflow:hidden;
    border-bottom:solid 1px #e85a05;
    float:left;
    margin:5px 20px 0 0;
}
.content-bar .post .box .postimgbox img.postimg {
    width:220px;
    height: 141px;
}
.content-bar .post .box .post_meta, 
.content-bar .page .post_meta {
    list-style-type:none;
    color:#8f8e8e;
    font-size:12px;
    font-family: 'Arvo', serif;
    width:210px;
    margin:15px 8px 12px 5px;
    padding:0;
    line-height:1.250em;
}
.content-bar .post .post_meta span,
.content-bar .page .post_meta span{
    color:#7e7d7d;
}
.content-bar .post .post_meta a, 
.content-bar .page .post_meta a {
    color:#d65407;
}
.content-bar .post.single .post_meta {
    list-style-type:none;
    width:100%;
    margin:15px 4px 15px 0;
}
.content-bar .post.single .post_meta li {
    display:inline;
    margin-right:5px;
    margin-left:0;
}
.content-bar .icon-time.meta-icon {
    margin-right: 5px;
}
.content-bar .post .post_meta li ,
.content-bar .page .post_meta li{
    display:block;
    margin:0 10px 5px 0;
    color:#d75507;
}
.content-bar .icon-user.meta-icon,.content-bar .icon-comment.meta-icon{
    margin-right: 5px;
}
.content-bar .post .post_meta .post_date,
.content-bar .page .post_meta .post_date{
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/datemeta-icon.png) center left no-repeat;
    padding-bottom:0;
    color:#d75507;
}
.content-bar .post.single .post_meta .post_date {
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/datemeta-icon.png) center left no-repeat;
}
.content-bar .post .post_meta .post_date a {
    color:#d65407;
    color:#d75507;
}
.content-bar .post .post_meta .post_date a:hover {
    opacity:0.5px;
}
.content-bar .post .post_meta .post_edit .meta-icon {
    margin-right: 9px;
}
.content-bar .post.single .post_meta .post_comment {
    border-left:none;
}
.content-bar .post .post_meta .post_comment a {
    color:#d65407;
}
.content-bar .post .post_meta li a:hover {
    opacity:0.5;
}
.content-bar .post .post_meta .posted_by a {
    color:#d65407;
}
.content-bar .post.single .post_meta .post_category {
    padding-left:17px;
}
.content-bar .post.single .post_meta .post_comment {
    margin:0;
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/commentmeta-icon.png) left center no-repeat;
    width:20px;
    height:17px;
    padding-left:10px;
    padding-bottom:0;
}
.content-bar .post .post_meta .post_category a {
    margin-left:2px;
}
.content-bar .post .post_meta .post_category a:hover {
    opacity:0.5;
}
.content-bar .post .tag {
    margin-bottom:10px;
    margin-top:10px;
}
/* Commentlist Style
========================================================*/
#commentsbox {
    margin:0;
    width:97%;
}
.comment-meta{
    display: block !important;
    overflow: hidden !important;
    clear: both;
    margin-bottom: 20px;
}
ol.comment-list {
    clear:both;
    list-style:none;
    margin:0;
    overflow:hidden;
    margin-top:10px;
    width:102%;
}
ol.comment-list li.comment {
    line-height:1.125em;
    margin:5px 0px 15px;
    padding:10px;
    margin-right:0;
    padding-right:0;
}
ol.comment-list li.comment .comment{
    padding: 5px;
}
ol.comment-list li.comment article{
    position:relative;
    background-color:#fef2eb;
    padding:7px 15px 3px 0;
    margin:0 0 25px 75px;
}
ol.comment-list li.comment .comment-author a:link, ol.commentlist li.comment .comment-author a:visited {
    text-decoration:none !important;
    padding-bottom:7px;
    display:inline-block;
    color:#b2490a;
    font-size:16px;
    line-height:1.375em;
    font-style:normal;
    margin-top:5px;
}
cite.fn {
    color:#b2490a;
    font-size:16px;
    line-height:1.375em;
    font-style:normal;
    padding:5px 10px 8px 0;
    margin-left:0;
}
ol.comment-list li .says {
    display:none;
}
.comment-author.vcard {
    display:inline;
}
ol.comment-list li.comment .comment-author .avatar {
    float:left;
    margin-bottom:10px;
    width:58px;
    height:58px;
    border:none;
    padding:0px 7px 1px 0;
    background-color:#f5f3f3;
    border:solid 1px #f96107;
    left: -84px;
    padding: 0;
    position: absolute;
    top: 0;
}
ol.comment-list li.comment .comment-meta a {
    color:#5d5d5c;
    text-decoration:none !important;
    position:absolute;
    top:24px;
    left:6px;
    margin-top:10px;
    margin-bottom:10px;
    font-family: 'Arvo', serif;
    font-size:12px;
}
ol.comment-list li.comment p {
    line-height:1.375em;
    color:#565656;
    margin-left:10px;
    padding-top:15px;
    margin-top:15px;
}
ol.comment-list li.comment ul.children li.depth-2 {
    margin:0 0 10px 40px;
}
ol.comment-list li.comment ul.children li.depth-3 {
    margin:0 0 15px 40px;
}
ol.comment-list li.comment ul.children li.depth-4 {
    margin:0 0 25px 40px;
}
ol.comment-list li.comment ul.children li.depth-5 {
    margin:0 0 25px 40px;
}
.comment-meta.commentmetadata {
    display:inline;
}
ol.comment-list li.comment .reply {
    
}
ol.comment-list li.comment .reply a {
    cursor:pointer;
}
ol.comment-list li.comment a.comment-reply-link {
    position:absolute;
    right:0px;
    top:0px;
    cursor:pointer;
    margin-bottom:10px;
    background-color:#e05909;
    padding:3px;
    color:#fff;
    display: block;
    font-size:14px;
    font-weight:normal;
    font-family: 'Arvo', serif;
    line-height:1.375em;
    padding-right:5px;
    padding-left:5px;
}
ol.comment-list li.comment a.comment-reply-link:hover {
    opacity:0.5;
}
ol.comment-list li.comment ul.children {
    list-style:none;
    text-indent:0;
    margin:1em 0 0;
}
.comment-nav {
    height:20px;
    padding:5px;
}
.comment-nav a:link, .comment-nav a:visited {
    color:#f96e02;
}
#respond {
    padding:0px 0px;
    margin:10px 0px;
    margin-left:0;
}
#respond h3 {
    font-size:22px;
    color:#000;
    font-weight:Normal;
    margin-left:0;

}
#commentform {
    margin-bottom:50px;
}
#commentform p {
    color:#444;
}
#commentform a {
    margin-top:15px;
    margin-bottom:0;
}
#respond label {
    margin-bottom:8px;
    color:#0d0d0d;
    font-size:15px;
    line-height:1.250em;
    font-family: 'Arvo', serif;
    display:block;
}
#respond label small {
    font-size:15px;
}
#respond input[type='text'] {
    width:65%;
    background:#fdf0e8;
    font-size:13px;
    padding:7px 6px;
    margin-bottom:0px;
    border:solid 1px #ecba9d;
    color:#c3530f;
    font-family: 'Arvo', serif;

}
textarea#comment {
    width:96%;
    padding-left:5px;
    background-color:#fdf0e8;
    border:solid 1px #ecba9d;
    color:#c3530f;
    height:181px;
    font-family: 'Arvo', serif;
}
#respond .required {
    display:none;
}
#commentform input#submit {
    margin-top:8px;
    margin-bottom:0px;
    display:inline-block;
    font-family: 'Arvo', serif;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid #ed7a37 1px;
    background: #e85805;
    width:130px;
    font-weight:normal;
    font-variant:normal;
    overflow:hidden;
    box-shadow:none;
}
#commentform input#submit:hover {
    color:#fff;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    background: #f79328;
}
h3#reply-title {
    font-family: 'Arvo', serif;
    color:#1c1b1b;
    font-size:22px;
    line-height:1.375em;
    margin-top:20px;
    padding-bottom:20px;
    font-weight:normal;

}
#commentform .comment-notes {
    display:none;
}
.comment-author .avatar {
    border: solid 1px #00FFFF;
    display:inline;
}
.form-allowed-tags {
    display:none;
}
#commentsbox h3 span {
    color:#1c1b1b;
    background-position:right 50%;
    padding-right:25px;
    text-decoration:none;
}
h3#comments {
    margin-left:0;
}
a.comment-edit-link {
    display:none;
}
.post-info{
    color:#1c1b1b;
    font-size:22px;
    line-height:1.375em;
    margin-top:20px;
    padding-bottom:20px;
    font-weight:normal;
}
h3#reply-title{
    display:none;
}
.comment-awaiting-moderation{
    display:none;
}
/*Sidebar
====================================================*/
.sidebar {
    margin:0;
    width:80%;
    padding:0 0 25px 68px;
}
.sidebar,
.footer {
    word-wrap: break-word;
}
.sidebar.single {
    margin:0;
    padding-left:30px;
    padding-top:0;
    width:80%;
}
.sidebar .searchform,
.content-bar .searchform, 
.signinformbox1.widget .searchform {
    margin-top:18px;
    margin-bottom:15px;
    max-width:231px;
    max-height:35px;
    position:relative;

}
.sidebar .searchform #s,
.content-bar .searchform #s{
    height: 30px;
}
.sidebar .searchform input[type="text"],
.content-bar .searchform input[type="text"],
.sidebar .searchform input[type="search"],
.signinformbox1.widget .searchform input[type="search"] {
    width:98%;
    height:30px;
    background-color:#fff;
    border:solid 1px #CCCCCC;
    padding-left:10px;
    color:#c8c6c6;
    background:none;
}
.sidebar .searchform input[type="submit"],
.content-bar .searchform input[type="submit"],
.signinformbox1.widget .searchform input[type="submit"] {
    position:absolute;
    right:0;
    top:0;    
    width:35px;
    height:30px;
    border:none;
    cursor:pointer;
    font-size:0;
    background: none;
    display:none;
}
.sidebar .searchform input[type="submit"]:before,
.signinformbox1.widget .searchform input[type="submit"]:before{
    content: "\f002" !important;
}
.sidebar h3 {
    padding-bottom: 9px;
    margin-top: 30px;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.563em;
    font-weight: normal;
    color: #585858;
    border-bottom: 2px solid #e85a06;
    position: relative;
}
.sidebar h3 .sidebar-arrow-down{
    position: absolute;
    left: 23px;
    bottom: -13px;
    color: #e85a06;
}
.sidebar h3 a {
    color:#585858;
}
.sidebar p {
    text-align:left;
    font-family: 'Arvo', serif;
    line-height:1.60em;
    color:#9e9d9d;
    padding-bottom:10px;
    margin-right:15px;
}
.sidebar ul {
    list-style:none;
}
.sidebar ul li{
    margin-right:15px;
    padding:3px 0;
    margin-left:0px;
    font-size:15px;
    color:#2c2c2c;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    width:86%;
    position: relative;
    padding-left: 15px;
}
.sidebar ol li{
    padding:3px 0;
    margin-left:15px;
    font-size:15px;
    color:#2c2c2c;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    position: relative;
}
.sidebar ul li .sidebar-arrow
{    
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 12px;
}
.sidebar .children{
    margin-bottom: 0;
}
.sidebar .children li{
    padding-bottom: 0;
}
.sidebar ol ol{
    margin-left: 15px;
}
.sidebar ul li:hover,
.sidebar ol li:hover {
    color:#ec5515;
    margin-right:15px;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}
.sidebar ul li a,
.sidebar ol li a {
    color:#615f5f;
    font-size:14px;
    font-family: 'Arvo', serif;
    padding-left:0px;
}
.sidebar ul li a:hover,
.sidebar ol li a:hover{
    color:#ec5515;
}
.sidebar ul ul,
.sidebar ul ul ul,
.sidebar ol ol,
.sidebar ol ol ol{
    margin-top:0;
    margin-bottom:0 !important;
}
.sidebar ul ul li:first-child {
    margin-top:0;
    padding-top:10px;
}
.sidebar ul ul li,.sidebar ol ol li  {
    margin-left:10px;
    color:#4c4a4a;
}
.sidebar img {
    max-width:100%;
    height: auto;
}
.sidebar ul.photostream {
    width:115%;
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    height:auto;
}
.sidebar ul.photostream li {
    list-style:none;
    display:inline;
}
.sidebar .photostream li img {
    float:left;
    width:50px;
    height:57px;
    margin-right:5px;
    margin-bottom:5px;
    border:solid 2px #e5e5e5;
    padding:2px
}
.sidebar ul.popular_post {
    list-style-type:none;
    margin:0;
    padding:0;
    width:90%;
}
.sidebar ul.popular_post li {
    list-style:none;
    font-size:12px;
    color:#444342;
    border:none;
    background:none;
}
.sidebar ul.popular_post li:hover {
    background-color:#e5e5e5;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
.sidebar .popular_post li img {
    float:left;
    width:65px;
    height:61px;
    margin-right:10px;
    margin-bottom:5px;
    clear:both;
    border:solid 5px #e5e5e5;
}
.sidebar .popular_post li p {
    margin-bottom:5px;
    padding-left:10px;
    color:#444342;
    font-size:12px;
    border:none;
}
.sidebar .popular_post li span.date {
    font-size:12px;
    margin-left:0;
    color:#057eb2;
}
.sidebar .popular_post li h4 {
    font-size:13px;
    font-family: 'Arvo', serif;
    color:#010101;
    line-height:1.250em;
    font-weight:normal;
    margin:0;
    padding:0;
}
.sidebar .popular_post h4 a {
    color:#010101;
    margin:0;
    padding:0;
}
.sidebar li.fwidget {
    border-bottom:1px solid #d5d5d8;
    margin-bottom:10px;
    margin-top:10px;
}
.sidebar li span.fwidgetlink {
    color:#106ca8;
}
.sidebar ul li:first-child {
    margin-top:-10px;
}
.sidebar div.tagcloud a{
    color:#615f5f;
}
.sidebar div.textwidget{
    color:#615f5f;
    width:98%;
}
.sidebar .signinformbox {
    width: 96%;
}
.sidebar .signupForm .signinForm #uname {
    width: 175px;
    height: 43px;
    margin-left: 18px;
    background: url(https://s2.wp.com/wp-content/themes/premium/infoway/images/textfieldbg-sidebar.png) no-repeat;
    border: none;
    padding-left: 12px;
    padding-right: 15px;
}
.sidebar .signupForm .signinForm #comments {
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/textareabg-sidebar.png) no-repeat;
    width:175px;
    padding-right:20px;
    margin-left:18px;
}
.sidebar .signupForm .signinForm .catchapanel {
    margin-left: 20px;
    margin-right:19px;
}
.sidebar .signupForm .signinForm #vercode {
    margin-left:0;
    width: 90px;
}
.sidebar .signupForm .signinForm input[type="submit"] {
    margin-left:0;
}
.sidebar .signupForm .signinForm input[type="submit"] {
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/submit-button-sidebar.png) 0 -24px no-repeat;
    width:200px;
    height:53px;
    margin-left:20px;
}
.sidebar .signupForm .signinForm input[type="submit"]:hover {
    background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/submit-button-sidebar.png) 0 -102px no-repeat;
    width:200px;
    height:53px;
}
/*--Style for wordpress.com social service icons--*/
.sidebar .grofile-accounts li,
.sidebar .grofile-accounts li:hover{
    margin-right: 0;
}
/*--Style for wordpress.com my community widget--*/
.sidebar .widgets-multi-column-grid li,
.footer .widgets-multi-column-grid li{
    display: inline-block;
    width: 48px;
    height: 55px;
    clear: both;
    margin-left: 0;    
    padding-left: 0; 
    margin-right:14px !important;
    float: none;
}
.sidebar .widgets-multi-column-grid li img,
.footer .widgets-multi-column-grid li img{
    width: 48px;
    height: 48px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
}
.sidebar .widgets-multi-column-grid li:hover,
.sidebar .widgets-multi-column-grid li{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    margin-right:5px;
}
/*--Style for recentcommentsavatar wp.com--*/
.sidebar .recentcommentsavatar td{
    vertical-align: top;
    padding-right: 10px;
    border: none;
}
.sidebar .recentcommentsavatar td img{
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #fff;
}
/* #WordPress Core Classes
================================================== */
blockquote {
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 11px 16px;
    line-height: 1.45em;
    border-left:5px solid #FF7F00;
    text-shadow: 0 1px 0 #fff;
    background:#dddddd;
}

blockquote cite {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}
.alignnone {
    margin: 5px 20px 20px 0;
    display: block;
    clear:both;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.gallery dl {
    margin: 0;
}
.gallery img{
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25); 
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);  
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC; 
}
.wp-caption {
    background:#fff;
    border:1px solid #f0f0f0;
    max-width:98%;
    text-align:center;
    padding:8px 3px 10px;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    max-width:98.5%;
    width:auto;
    margin:0;
    padding:0;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:1.063em;
    margin:0;
    padding:8px 4px 5px;
}
/*Calendar style*/
#wp-calendar {
    color: #555;
    width: 95%;
    text-align: center;
    color:fff;
}
#wp-calendar td,
#wp-calendar th{
    border: none;
    padding: 5px;
}
#wp-calendar a {
    color: #e85a06;
}
#wp-calendar a:hover{
    color: #000;
}
#wp-calendar td#today{
    background-color: #e85a06;
    color: #fff;
}

#wp-calendar caption, #wp-calendar td, #wp-calendar th {
    text-align: center;
}
#wp-calendar caption {
    font-size: 11px;
    font-weight: 500;
    padding: 5px 0 10px 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    background:#fff;
    color: #000;
    border-bottom: 2px solid #e6eef7;
}
#wp-calendar th {
    background: #fff;
    font-weight: bold;
}

#wp-calendar tfoot td {
    background:#fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color:#000;
}
#wp-calendar tbody td {
    color:c0c0c0;
}
#calendar_wrap {
    display: block;
    margin-bottom: 30px;
}
.footer #wp-calendar{
    background-color: #ccc;
}
.footer #wp-calendar caption{
    margin-bottom: 0;
} 
.footer #wp-calendar a{
    color: #fff;
}
.footer #wp-calendar td#today{
    background-color: #fff;
}
.footer #wp-calendar td#today a{
    color: #000;
}
.footer #wp-calendar tfoot a{
    color: #000;
}
#wp-calendar td#today a{
    color: #fff;
}
/*=======================================================*/
/* Responsive Dropdown Menu Style */
/*=======================================================*/
.navigation-main {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.navigation-main ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.navigation-main li {
    float: left;
    position: relative;
}
.navigation-main a {
    display: block;
    text-decoration: none;
}
.navigation-main ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    position: absolute;
    top: 1.3em;
    left: 0;
    z-index: 99999;
}
.navigation-main ul ul ul {
    left: 100%;
    top: 0;
}
.navigation-main ul ul a {
    width: 200px;
}
.navigation-main ul li:hover > ul {
    display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}
/* Small menu */
.main-small-navigation ul {
    display: none;
}
/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
    margin-top: 15px;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets
----------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}
/* Search widget */
.widget_search .submit {
    display: none;
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/* required styles for carouSlide */
.slider-wrapper {
    position:relative; 
    overflow:hidden; 
    width:950px; 
    height:400px;
}
.slider-holder {
    overflow:hidden; 
    width:950px; 
    display:block; 
    padding:0; 
    margin:0;
}
.slider-holder li {
    margin:0; 
    display:block; 
    width:950px; 
    height:363px;
    float:left; 
    list-style:none; 
    color:#000;
}
.slider-holder li.slider-no-img{
    background-color:#ccc;; 
}
.slider-holder li.slider-no-img div{
    padding-left: 33%;
    padding-top: 16%;
}
.slider-holder li.slider-no-img .no-picture{
    color:#e85a06;
}
.slider-holder li img{
    max-width: 950px;
    max-height: 363px;
}
.slider-holder ul ul {
    height:auto; 
    padding-left:18px;
}
.slider-holder li li {
    padding:0; 
    margin:0; 
    display:list-item; 
    width:auto; 
    height:auto; 
    float:none; 
    list-style:disc;
}
.s-active {
    position:relative; 
    top:0; 
    left:0;
}
/*customisation styles*/
.featured-slider {
    position:relative; 
    width:950px; 
    height:363px;
    overflow: hidden;
}
.featured-slider .slider-wrapper {
    position:relative;
    width:950px; 
    height:363px;
    background-color: #fff;
}
.featured-slider .slider-holder {
    width:950px; 
    display:block; 
    height:363px;
}
.featured-slider .slider-nav {
    position:absolute; 
    right:-1px; 
    top:0;
    z-index:10; 
    width:273px;
    height: 363px;
    padding:0; 
    margin:0; 
    border-width:1px 0 0 1px; 
    background:rgba(82,83,84,.8); 
}
.featured-slider .slideshow-back-next{    
    position: absolute;
    display: none;
    top: 45%;
    list-style-type: none;
    width: 100%;
}
.featured-slider .slideshow-back-next li{
    margin-left: 0;
    background:rgba(0,0,0,.5) ;
    width: 21px;
    padding: 5px;
    padding-left: 6px;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
}
.featured-slider .slideshow-back-next:hover li{
    background:rgba(0,0,0,1) ;
}
.featured-slider .slideshow-back-next .slide-nav{
    color: #fff;
}
.featured-slider .slideshow-back-next .slide-nav{
    font-size: 20px;
}
.featured-slider .slideshow-back-next .next-button{
    float: right;
}
.featured-slider .slideshow-back-next .back-button{
    float: left;
}
.featured-slider .slider-nav li {
    list-style:none; 
    margin:0; 
    padding:0;
    position: relative;
}
.featured-slider .slider-nav li a {
    display:block; 
    padding: 10px 10px 13px 10px;
    padding-bottom: 23px;
    border-bottom: 1px solid #818181;
    text-align: left;
    color: #fff;
    overflow: hidden;
    height: 39px;
    font-size: 16px;
    line-height: 1.563em;
}
.featured-slider .slider-nav li a .slider-arrow-left{
    position: absolute;
    left: -8px;
    top: 26px;
    color: #363739;
    font-size: 25px;
    visibility: hidden;
}
.featured-slider .slider-nav li:last-child a{
    background: none;
}
.featured-slider .slider-nav li.active a {
    background: #363739; 
}
.featured-slider .slider-nav li.active a .slider-arrow-left{
    visibility: visible;
}
/* Media Screen
====================================*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .body_wrapper {
        width:770px;
    }
    .topinfobar {
        background:#e85a05;
        position:relative;
        width:100%;
        padding-bottom: 5px;
    }
    .topinfobar span.info {
        color:#fff;
        display:block;
        margin-top:10px;
        width:80%;
    }
    .topinfobar .siteinfourl {
        width:100%;
        margin-left:-40px;
        margin-right:20px;
    }
    .topinfobar .siteinfourl a {
        color:#fff;
    }
    .topinfobar .toptip {
        height:17px;
        position:absolute;
        bottom:-29px;
        left:337px;

    }
    .topinfobar .socialicon{
        margin-left:20px;
    }
    .topinfobar .socialicon li {
        text-align:center;
        margin-bottom:3px;
    }
    .topinfobar span.info{
        margin-left:0;
    }

    .closeicon {
        margin:7px 20px 0 0;
    }
    .header {
        width: 98%;
        background-color: white;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .header .logo {
        margin:20px 0 30px 20px;
    }
    .header .logo img {
        width:250px;
    }
    .header .contactinfo {
        margin:0;
        margin-top:20px;
        float:right;
    }
    .wrapper_menu {
        margin:0;
        width:96%;
        background-color:#fff;
        padding-left:20px;
    }
    #menu .ddsmoothmenu li:first-child a {
        margin-left:0;
    }
    /* Feature slider */
    #featured {
        width:730px;
        padding-right:0;
        position:relative;
        height:284px;
        overflow:hidden;
        margin-left:17px;
        margin-right:17px;
    }
    #featured li.ui-tabs-nav-item {
        width:284px;
        display:block;
        vertical-align:middle;
    }
    #featured .ui-tabs-panel img {
        width:730px;
        height:284px;

    }
    #featured li.ui-tabs-nav-item a {
        display: block;
        height: 44px;
    }
    #featured ul.ui-tabs-nav li span p{
        display:none;
    }
    #featured ul.ui-tabs-nav li span h1 {
        width: 82%;
    }
    #featured ul.ui-tabs-nav {
        position:absolute;
        top:15px;
        left:420px;
        list-style:none;
        padding:0;
        margin:0;
        width:310px;
        height:364px;
        overflow:auto;
        overflow-x:hidden;
        z-index:999;
        overflow:scroll;
    }
    .slider_shadow {
        background:url(../wp-content/themes/premium/infoway/images/slidershadowbg.png) no-repeat top center;
        height:48px;
    }
    .slider-video iframe{
        width:461px;
        height:363px;
    }
    /* signupwidget area*/
    .signinformbox1.widget {
        margin: 0;
        padding: 0;
        margin-top: 27px;
        padding-left:0;
    }
    /* Sidebar */
    .sidebar h3 {
        margin-right:15px;
    }
    .sidebar .searchform input[type="search"] {
        width:65%;
        padding-left:10px;
        padding-right:43px;
        color:#c8c6c6;
        margin-top:0;
    }
    .sidebar .searchform input[type="submit"] {
        position:absolute;
        right:17px;
        top:1px;        
        width:35px;
        height:30px;
        border:none;
        cursor:pointer;
    }
    /* Search form */
    .searchform {
        max-width:205px;
        max-height:35px;
        position:relative;
        margin-top:10px;
    }
    .searchform input[type="search"] {
        width:100px;
        height:32px;
        background:transparent;
        background:#d5580d url(https://s2.wp.com/wp-content/themes/premium/infoway/images/searchbg-i.png) no-repeat;
        padding:0 0 0 5px;
        color:#9e440e;
        border:none;
        padding-right:41px;
    }
    .searchform input[type="submit"] {
        position:absolute;
        right:61px;
        top:1px;
        width:37px;
        height:30px;
        border:none;
        cursor:pointer;
        background: none;
    }
    /*Gallery page */
    .page-content .gallery .thumbnail li {
        margin-right:38px;
    }
    .content-bar .post .post_content .read_more {
        margin-right:20px;
        bottom:20px;
    }
    #commentform input#submit {
        width:145px;
        padding:5px 30px 5px 5px;
    }
    #carousel-full .carousel-posts li {
        height:auto;
    }
    #carousel-full .carousel-posts img {
        width: 210px;
    }
    .page-content .gallery1 .thumbnail li {
        margin-right:45px;
    }
    .footer .footer_widget.first .searchform input[type="submit"] {
        position:absolute;
        right:11px;
    }
    .footer .footer_widget.first .searchform input[type="search"] {
        width:85px;
        padding-left:5px;
    }
    .footer .footer_widget.second .searchform input[type="submit"] {
        position:absolute;
        right:10px;
    }
    .footer .footer_widget.third .searchform input[type="submit"] {
        position:absolute;
        right:10px;
    }
    .footer .footer_widget.second .searchform input[type="search"] {
        width:85px;
        padding-left:5px;
    }
    .footer .footer_widget.third .searchform input[type="search"] {
        width:85px;
        padding-left:5px;
    }
    .footer .footer_widget.last .searchform input[type="submit"] {
        position:absolute;
        right:24px;
    }
    .footer .footer_widget.last .searchform input[type="search"] {
        width:85px;
        padding-left:5px;
    }
    .content-bar {
        padding-left:20px;
    }
    .content-bar.sample {
        width:100%;
        padding-left:20px;
    }
    .sidebar {
        width:75%;
    }
    .sidebar.single {
        width:75%;

    }
    .footer .footer_widget{
        width:85%;
    }
    .footer .footer_widget.first{
        padding-left:10px;
    }
    .slider-holder li.slider-no-img div{
        padding-left: 30%;
        padding-top: 20%;
    }
    ul.social_logos{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 960px) {
    .featured-slider, .featured-slider img,.featured-slider .slider-wrapper,.featured-slider .slider-holder,.slider-holder li{
        width: 100%;
    }
    .fullwidth {
        padding-left: 17px;
        padding-right: 17px;
    }
}
@media only screen and (max-width: 767px) {
    .header .contactinfo{
        float: none;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }
    .topinfobar{
        overflow: hidden;
    }
    .featured-slider .slider-nav{
        top: 70%;
        width: 100%;
        height: auto;
        right: 0;
    }
    .featured-slider .slider-nav li{
        display: none;
    }
    .featured-slider .slider-nav li.active,
    .featured-slider .slider-nav li.active a{
        display: block; 

    }
    .featured-slider .slider-nav li.active a{
        background:rgba(0,0,0,.5) ;
    }
    .slider_shadow {
        background-position: center top;
    }
    .featured-slider .slideshow-back-next{
        display: block;
    }
    .featured-slider { 
        width: 470px;
        height: 288px;
    }
    .featured-slider .slider-wrapper {
        width:100%; 
        height:auto;
    }
    .featured-slider .slider-holder {
        width:100%; 
        height:auto;
    }
    .slider-wrapper {
        width:100%; 
        height:auto;
    }
    .slider-holder li {
        width:100%; 
        height:288px;
    }
    .slider-holder li img{
        width:100%; 
        height:auto;
    }
    .sidebar {
        padding-left:15px;
        padding-top:0;
        width:92%;
        margin-right:15px;
    }
    .content-bar{
        margin-top: 0;
        padding-left: 17px;
        padding-right: 17px;
    }
    .fullwidth {
        padding-left: 17px;
        padding-right: 17px;
        margin-top: 0;
    }
    .slider_wrapper .infotag{
        margin-bottom: 20px;
    }
    .social_logos{
        margin-top: 5px;
        text-align: center;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .body_wrapper {
        width:480px;
    }
    .header .logo {
        text-align:center;
        margin: 40px 0 21px 0px;
    }
    .header .logo img {
        width:250px;
    }
    .topinfobar {
        background:#e85a05;
        height:auto;
        position:relative;
        width:100%;
    }
    .topinfobar .toptip {
        display:none;
    }
    .topinfobar span.info {
        text-align:center;
        margin:0;
        margin-left:-5px;
        width:470px;
        padding-top:5px;
        padding-bottom:5px;
    }
    .topinfobar .siteinfourl {
        width:100%;
        text-align:center;
        margin:0;
        width:485px;
    }
    .topinfobar .siteinfourl p {
        margin-top:0;
    }
    .topinfo-wrapper .toptip {
        display:none;
    }
    .topinfobar .closeicon {
        position:absolute;
        top:0;
        right:5px;
    }
    .header .logo {
        margin-bottom: 15px;
        margin-left: 15px;
        text-align:center;
    }
    .header .logo img {
        text-align:center;
        width:250px;
    }
    a.btn {
        background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/tap-to-call.png) no-repeat;
        display:inline-block;
        visibility:visible;
        font-size:0px;
        width:160px;
        height:54px;
        text-indent:99999px;
        margin:20px 62px 10px 60px;
    }
    .featured-slider .slider-nav{
        top: 75%;
    }
    /* Feature Slider Style */
    #featured {
        width:438px;
        padding-right:0;
        position:relative;
        height:399px;
        overflow:hidden;
        margin-left:17px;
        margin-right:17lpx;
    }
    #featured ul.ui-tabs-nav {
        position:absolute;
        top:186px;
        left:0px;
        width:440px;
        list-style:none;
        padding:0;
        margin:0;
        height:228px;
        margin-left:0;
        background:#525354;
    }
    #featured ul.ui-tabs-nav li {
        padding-left:0px;
        margin-left:0;
        width:440px;
    }
    #featured ul.ui-tabs-nav li span h1 {
        padding-left:0px;
        padding-top:0;
    }
    #featured ul.ui-tabs-nav li span p {
        display:none;
    }
    #featured ul.ui-tabs-nav li span {
        line-height:1.375em;
        padding-left:0px;
        display:block;
        margin-top:0px;
    }
    #featured li.ui-tabs-nav-item {
        width:435px;
        display:block;
    }
    #featured li.ui-tabs-nav-item a {
        display:block;
        height:0px;
        background:#fff;
        padding:12px 0 34px 0;
        line-height:1.250em;
        text-align:center;
        background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/slider-sepnew.png) left bottom repeat-x;
    }
    #featured li.ui-tabs-selected {
        background: #373737;
        color:#fff;
    }
    #featured .ui-tabs-panel {
        width:438px;
        height:200px;
        position:relative;
    }
    #featured .ui-tabs-panel img {
        width:438px;
        height:171px;
    }
    .slider-video iframe{
        width:426px;
        height:171px;
    }
    .slider_shadow {
        height:48px;
    }
    /* signupwidget area*/
    .signinformbox1.widget {
        margin: 0;
        padding: 0;
        margin-top: 27px;
        padding-left:20px;
    }
    .searchform {
        margin-bottom:15px;
    }
    .signinformbox1.widget {
        padding-left:0;
        margin-left:-12px;
    }
    ol.comment-list {
        width:98%;
    }
    /*Footer */
    .footer .footer_widget.first {
        margin-left:25px;
        margin-right:30px;
    }
    .footer .footer_widget.second {
        margin-left:15px;
        margin-right:30px;
    }
    .footer .footer_widget.third {
        margin-left:15px;
        margin-right:30px;
    }
    .footer-bottom {
        background-color:#ab4203;
    }
    .footer-bottom .copyright_right {
    }
    .footer .footer_widget.second .searchform input[type="submit"] {
        position:absolute;
        right:30px;
    }
    .footer .footer_widget.third .searchform input[type="submit"] {
        position:absolute;
        right:30px;
    }
    .footer .footer_widget.third {
        margin-left:15px;
        margin-right:40px;
    }
    .footer .footer_widget.last {
        margin-left:15px;
        margin-right:40px;
    }
    /*Blog Page */
    .content-bar .post {
        position:relative;
    }
    .content-bar .post .post_title {
        margin:0;
        padding-top:0;
    }
    .content-bar .post .post_content {
        margin-right:17px;
    }
    .content-bar .post .post_content p {
        padding:0;
    }
    .content-bar .post.single .post_content.single p {
        margin:20px 20px 0 10px;
        padding:0;
        width:95%;
    }
    .content-bar .post.single .post_meta {
        width:430px;
        margin-left:20px;
    }
    .content-bar .post.single .post_title {
        width:425px;
        margin-left:20px;
    }
    .content-bar .post.single .post_content.single .singleimgbox {
        border-top:solid 1px #ee662c;
        width:95%;
    }
    .content-bar .post .post_content .read_more {
        margin-right:30px;
        margin-top:20px;
        bottom:20px;
    }
    .button:hover {
        background: c00505;
    }
    #commentsbox {
        width:90%;
    }
    #contactForm textarea {
        width:94%;
    }
    /* Sidebar */  
    .sidebar h3 {
        padding-bottom:15px;
        margin-top:22px;
        margin-bottom:15px;
        font-size:18px;
        line-height:1.563em;
        font-weight:normal;
        color:#585858;
    }
    .sidebar .searchform input[type="search"] {
        width:82%;
        height:30px;
        background-color:#fff;
        border:solid 1px #CCCCCC;
        background:#fff;
        padding-left:10px;
        padding-right:50px;
        color:#c8c6c6;
        margin-top:0;
    }
    .sidebar .searchform input[type="submit"] {
        position:absolute;
        right:-15px;
        top:1px;
        width:35px;
        height:30px;
        border:none;
        cursor:pointer;
        border-left:solid 1px #ccc;
    }
    /* Gallery page */
    .page-content .gallery .thumbnail li {
        margin-right:5px;
    }
    /*Search Form */
    .searchform {
        margin-bottom:15px;
    }
    .searchform {
        max-width:205px;
        max-height:35px;
        position:relative;
        margin-top:10px;
    }
    .searchform input[type="search"] {
        width:132px;
    }
    .searchform input[type="submit"] {
        right:23px;
    }
    .testimonial p {
        margin:0;
        width:75%;
    }
    #commentform input#submit {
        width:125px;
        padding:5px 30px 5px 5px;
    }
    .footer-bottom .copyright_right {
        margin-bottom: 10px;
        margin-right:10px;
    }
    .signupForm .signinForm .radiopanel {
        margin-right: 55px;
    }
    .signupForm .signinForm .checkpanel {
        margin-right: 55px;
    }
    .signupForm .signinForm .catchapanel {
        margin-right: 55px;

    }
    .footer .footer_widget div.tagcloud a{
        margin-right:20px;
    }
    .sidebar .signinformbox {
        width: 80%;
    }
    .footer .signinformbox {
        width: 80%;
    }
    .sidebar .signupForm .signinForm .catchapanel {
        margin-right: 82px;

    }
    .footer .signupForm .signinForm .catchapanel {
        margin-right: 94px;

    }
    .footer .signupForm .signinForm {
        margin-left:40px;
    }
    .sidebar .signupForm .signinForm {
        margin-left:40px;
    }
    .slider-holder li.slider-no-img div{
        padding-left: 43%;
        padding-top: 24%;
    }
}
@media only screen and (max-width: 480px) {
    .body_wrapper {
        width:300px;
    }
    .topinfobar {
        background:#e85a05 url(../wp-content/themes/premium/infoway/images/topinfobarbg.png) repeat-y;
        height:auto;
        position:relative;
        width:100%;
    }
    infobar .socialicon {
        text-align:center;
        margin-left:80px
    }
    .topinfobar span.info {
        width:100%;
        color:#fff;
        margin-top:7px;
        text-align:center;
        padding-top:5px;
        padding-bottom:10px;
        margin-left:-2px;
    }
    .topinfobar span.info p {
        margin-left:6px;
    }
    .topinfobar .siteinfourl {
        margin:0;
        text-align:center;
    }
    .topinfobar .siteinfourl p {
        margin-top:0;
        padding-right: 14px;
    }
    .topinfobar .toptip {
        display:none;
    }
    .topinfobar .closeicon {
        position:absolute;
        top:0;
        right:5px;
    }
    .header .logo {
        margin:15px;
        text-align:center;
    }
    .header .logo img {
        text-align:center;
        width:250px;
    }
    a.btn {
        background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/tap-to-call.png) no-repeat;
        display:inline-block;
        visibility:visible;
        font-size:0px;
        width:160px;
        height:59px;
        text-indent:99999px;
        margin:20px 63px 10px 50px;
    }
    /* Feature Slider Style*/
    #featured {
        width:260px;
        padding-right:0;
        position:relative;
        height:279px;
        overflow:hidden;
        margin-left:17px;
        margin-right:17lpx;
    }
    #featured .ui-tabs-panel {
        width:260px;
        height:101px;
        position:relative;
    }
    #featured .ui-tabs-panel img {
        width:260px;
        height:101px;
    }
    #featured ul.ui-tabs-nav {
        position:absolute;
        top:116px;
        left:0px;
        width:260px;
        list-style:none;
        padding:0;
        margin:0;
        height:178px;
        margin-left:0;
        background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/tbg.png) 40px -4px repeat;
    }
    #featured ul.ui-tabs-nav li {
        padding-left:0px;
        margin-left:0;
        width:260px;
    }
    #featured ul.ui-tabs-nav li span h1 {
        padding-left:0px;
        font-size:14px;
        padding-top:1px;
    }
    #featured ul.ui-tabs-nav li span p {
        display:none;
    }
    #featured ul.ui-tabs-nav li span {
        line-height:1.375em;
        padding-left:0px;
        display:block;
        margin-top:0px;
    }
    #featured li.ui-tabs-nav-item {
        width:260px;
        display:block;
    }
    #featured li.ui-tabs-nav-item a {
        display:block;
        height:0px;
        background:#fff;
        padding-top:6px;
        padding-bottom:30px;
        line-height:1.250em;
        font-size:14px;
        text-align:center;
        background:url(https://s2.wp.com/wp-content/themes/premium/infoway/images/slider-sepnew.png) left bottom repeat-x;
    }
    #featured li.ui-tabs-selected {
        background: #373737;
        color:#fff;
    }
    .slider_shadow {
        height:40px;
    }
    .slider-video iframe{
        width:257px;
        height:173px;
    }
    /* signupwidget area*/
    .signinformbox1.widget {
        margin: 0;
        padding:0 20px 0 0;
        margin-top: 27px;
    }
    /*Footer */
    .footer-bottom {
        background-color:#ab4203;
    }
    .footer-bottom .copyright_right {
    }
    .footer .footer_widget.first {
        margin-left:25px;
        margin-right:30px;
    }
    .footer .footer_widget.second {
        margin-left:15px;
        margin-right:20px;
    }
    .footer .footer_widget.third {
        margin-left:15px;
        margin-right:20px;
    }
    .footer .footer_widget.second .searchform input[type="submit"] {
        position:absolute;
        right:30px;
    }
    .footer .footer_widget.third .searchform input[type="submit"] {
        position:absolute;
        right:30px;
    }
    .footer .footer_widget.third {
        margin-left:15px;
        margin-right:40px;
    }
    .footer .footer_widget.last {
        margin-left:15px;
        margin-right:40px;
    }
    /*Blog Page */
    .content-bar .post,.content-bar .page{
        position:relative;
    }
    .content-bar .post .box,.content-bar .page .box {
        width:99%;
        height:auto;
        border:solid 1px #e3e3e3;
        overflow:hidden;
        margin:0;
        margin-bottom:0;
        border-bottom:solid 1px #e85a05;
        float:none;
    }
    .content-bar .post .box img,.content-bar .page .box img{
        width: 99% !important;
    }
    .content-bar .post .box .postimgbox, .content-bar .page .box .postimgbox {
        margin:0;
        width:265px;
    }
    .content-bar .post .box .postimgbox img.postimg ,.content-bar .page .box .postimgbox img.postimg{
        margin:0;
        width:254px;
    }
    .content-bar .post .post_content {
        padding-top:0;
        padding-left:0;
        float:left;
    }
    .content-bar .post .post_title {
        padding-left:0;
        margin:30px 15px 0 0;
    }
    .content-bar .post.single .post_title {
        margin-right:17px;
        margin-left:15px;
        padding-top:0;
    }
    .content-bar .post.single .post_meta {
        width:230px;
        margin-left:20px;
    }
    .content-bar .post.single .post_content.single .singleimgbox {
        border-top:solid 1px #ee662c;
        width:260px;
        clear:both;
    }
    .content-bar .post .post_content .read_more {
        float:right;
        padding:5px 15px 5px 10px;
        margin-right:20px;
        bottom:10px;
    }
    #commentsbox {
        width:90%;
    }
    ol.commentlist li.comment article{
        position: relative;
        padding-bottom: 15px;
        padding-right: 5px;
        margin-bottom: 5px;
        background-color: #FEF2EB;
        margin-left: 75px;
    }
    /*Sidebar */
    .sidebar {
        padding-left:15px;
        padding-top:0;
        width:90%;
        margin-right:15px;
    }
    .sidebar h3 {
        padding-bottom:15px;
        margin-top:22px;
        margin-bottom:15px;
    }
    .sidebar .searchform input[type="search"] {
        width:82%;
        padding-left:10px;
        padding-right:50px;
        color:#c8c6c6;
        margin-top:0;
    }
    .sidebar .searchform input[type="submit"] {
        position:absolute;
        right:-15px;
        top:1px;
        width:35px;
        height:30px;
        border:none;
        cursor:pointer;
        border-left:solid 1px #ccc;
    }
    .page-content .gallery .thumbnail {
        margin-left:35px;
    }
    #contactForm textarea {
        width:93%;
    }
    #commentform input#submit {
        width:125px;
        padding:5px 30px 5px 5px;
    }
    .searchform {
        margin-bottom:15px;
    }
    .searchform {
        max-width:205px;
        max-height:35px;
        position:relative;
        margin-top:10px;
    }
    .searchform input[type="search"] {
        width:132px;
    }
    .searchform input[type="submit"] {
        right:23px;
    }
    .testimonial p {
        margin:0;
        width:65%;
    }
    .testimonial p a {
        margin:0;
        display:none;
    }
    .footer .footer_widget div.tagcloud a{
        margin-right:20px;
    }
    .footer .footer_widget .signinformbox {
        margin:0;
        padding:0;
    }
    .footer .footer_widget.second .signinformbox {
        margin:0;
        padding:0;
        width:85%;
    }
    .footer .footer_widget.second .signupForm .signinForm .catchapanel {
        margin-right: 15px;
    }
    .footer .footer_widget.last .signinformbox {
        margin:0;
        padding:0;
        width:85%;
    }
    .featured-slider { 
        width: 300px;
        height: 194px;
    }
    .slider-holder li{
        height: 194px;
    }
    .featured-slider .slider-nav li a{
        padding-top: 5px;
    }
    .featured-slider .slideshow-back-next{
        top: 38%;
    }  
    .slider-holder li.slider-no-img div{
        padding-left: 41%;
        padding-top: 22%;
    }
    .footer-bottom .copyright_right {
        margin-right: 8px;
        margin-bottom: 8px;
    }
}
/*--Responsive Menu--*/
@media screen and ( max-width: 760px ) {  
    #menu { display: none; }
    .selectnav { 
        display: block; 
        height: 35px;
        font-family: Arvo;
        color: #646363;
    }
    .menu_bar{
        background: none;
    }
    /* END: Mobile Menu styles. */      
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../wp-content/themes/premium/infoway/css/font-awesome/font/fontawesome-webfont_v-3.2.1.eot);
  src: url(../wp-content/themes/premium/infoway/css/font-awesome/font/fontawesome-webfont.eot) format('embedded-opentype'), url(../wp-content/themes/premium/infoway/css/font-awesome/font/fontawesome-webfont_v-3.2.1.woff) format('woff'), url(../wp-content/themes/premium/infoway/css/font-awesome/font/fontawesome-webfont_v-3.2.1.ttf) format('truetype'), url(../wp-content/themes/premium/infoway/css/font-awesome/font/fontawesome-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa; //darken( $gray, 10% )
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px 
		rgba( 46, 68, 83, .1 ) inset, 0 1px 1px 
		rgba( 46, 68, 83, .05 ); //gray-dark
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
	top: 0;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}


/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Genericons';
	vertical-align: top;
	position: relative;
	top: 3px;
	text-align: center;
}

.sd-content ul li {
	margin: 0 !important;
	padding: 0;
}

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: 2px;
}
.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f214';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f209';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f204';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}


/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.googleplus1_button .g-plus {
	vertical-align: top !important;
}

.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-content li.share-custom a:hover span {
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0;
	height: 0;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 8px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}


/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url(../wp-content/mu-plugins/genericons/genericons/Genericons.eot);
  src: url(../wp-content/mu-plugins/genericons/genericons/Genericons.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(../wp-content/mu-plugins/genericons/genericons/Genericons.ttf) format("truetype"),
       url(../wp-content/mu-plugins/genericons/genericons/Genericons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(../wp-content/mu-plugins/genericons/genericons/Genericons.svg) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }




/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}