﻿
#facebook {
  background-image:url("../images/facebook1.png");
}
#google {
  background-image:url("../images/google.png");
}

#twitter{
  background-image:url("../images/tiwitter.png");
}
#youtube {
  background-image:url("../images/youtupe.png");
}
#message {
  background-image:url("../images/message.png");
}
#linkedin {
  background-image:url("../images/linkedin.png");
}



[class^="tieicon-"]:before, [class*=" tieicon-"]:before, .search-block .search-button:before, blockquote:before, .rss-cat-icon:before, #twitter-widget li:before, .flex-direction-nav a:before, .overlay-icon:before {
    display: inline-block;
    font-family: "tiefontello";
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: inherit;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-transform: none;
    width: 32px;
}
* {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    list-style: none outside none;
    outline: medium none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
html {
}
body {
    background: url("images/patterns/body-bg7.png") repeat scroll 0 0 #fff;
    color: #333;
    font-family: 'Droid Sans',Arial,Verdana,sans-serif;
    font-size: 13px;
}
pre, code {
    background: url("images/code-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #e1e1e1 #f0f0f0 #f0f0f0 #e1e1e1;
    border-style: solid;
    border-width: 1px;
    color: #666;
    direction: ltr;
    display: block;
    font: 11px/19px 'andale mono','lucida console',monospace;
    margin: 0 0 20px;
    overflow-x: visible;
    overflow-y: hidden;
    padding: 3px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
a {
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
a:hover {
    color: #000;
}
.clear {
    clear: both;
}
.post-title a, ul.slider-navigation li, .pagenavi a, a.more-link, .main-menu li a, .subscribe-icons a, .flickr_badge_image img, .mega-menu-item img {
    transition: all 0.2s ease-in-out 0s;
}
textarea, input[type="text"], input[type="password"], input[type="email"], select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    font-size: inherit;
}
input, select {
    cursor: pointer;
}
input[type="text"], input[type="password"], input[type="email"] {
    cursor: text;
}
textarea {
    overflow: auto;
}
textarea, input {
    outline: medium none;
    padding: 5px;
}
select {
    padding: 2px;
}
option {
    padding: 0 4px;
}
input[type="button"], button {
    cursor: pointer;
    padding: 4px;
    vertical-align: middle;
}
input.text_input, textarea.textarea {
    border: 1px solid #ccc;
    border-radius: 1px;
}
input.text_input:focus, textarea.textarea:focus {
    border: 1px solid #999;
}
.button, a.button, #main-content input[type="submit"], .form-submit #submit, #login-form .login-button, .widget-feedburner .feedburner-subscribe, input[type="submit"] {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: black;
    font-size: 13px;
    padding: 5px 15px;
    position: relative;
    text-shadow: 0 1px 0 white;
    transition: background 0.4s ease 0s;
    width: auto;
    top: 0px;
    left: 0px;
}
.button:hover, a.button:hover, #main-content input[type="submit"]:hover, .form-submit #submit:hover, #login-form .login-button:hover, .widget-feedburner .feedburner-subscribe:hover, input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #fff 0px, #f8f8f8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.button:active, a.button:active, #main-content input[type="submit"]:active, .form-submit #submit:active, #login-form .login-button:active, .widget-feedburner .feedburner-subscribe:active, input[type="submit"]:active {
    top: 2px;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #f9a386;
    color: #fff;
    text-shadow: none;
}
.background-cover {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
.container {
    margin: 0 auto;
    width: 1185px;
}
header#theme-header {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px white inset, 0 0 5px #cacaca;
    margin: 20px auto 25px;
    position: relative;
    width: 1185px;
}
header#theme-header:after, #signup_form:after, #buddypress:after, #main-nav:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.top-nav {
    background: none repeat scroll 0 0 #fbfbfb;
    border-bottom: 1px solid #ececec;
    border-top: 3px solid #f88c00;
    height: 30px;
}
.top-nav .menu-alert {
    color: #666;
    float: left;
    font-style: italic;
    padding: 8px 0;
}
.top-nav ul {
    float: left;
}
.top-nav ul li {
    display: inline-block;
    float: left;
    position: relative;
}
.top-nav ul li a {
    color: #838383;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-shadow: 0 1px 1px #fff;
}
.top-nav ul li a:hover {
    color: #000;
}
.top-nav ul ul {
    background: none repeat scroll 0 0 #fbfbfb;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    display: none;
    float: left;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 180px;
    z-index: 99999;
}
.top-nav ul ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    min-width: 180px;
    z-index: 99999;
}
.top-nav ul ul ul {
    left: 100%;
    right: auto;
    top: 0;
    z-index: 99999;
}
.top-nav ul ul a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #777 !important;
    display: block !important;
    height: auto !important;
    line-height: 1em;
    margin-right: 0 !important;
    padding: 10px;
    width: 160px;
    z-index: 99999;
}
.top-nav ul ul li.current-menu-item:after {
    display: none;
}
.top-nav ul li:hover > a, .top-nav ul *:hover > a, .top-nav ul li.current-menu-item a {
    color: #000;
}
.top-nav ul li.current-menu-item:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f88c00 transparent transparent;
    border-image: none;
    border-right: 4px solid transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 45%;
    top: 0;
    width: 0;
    z-index: 2;
}
.top-nav ul ul li:hover > a, .top-nav ul ul *:hover > a {
    color: #000 !important;
    padding: 10px 5px 10px 15px;
}
.top-nav ul li:hover > ul {
    display: block;
}
.today-date {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 2px;
    color: #333;
    float: left;
    font-size: 11px;
    margin: 4px 10px 0 5px;
    padding: 4px 10px;
}
.search-block {
    float: right;
    height: 30px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
}
.search-block:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #f88c00 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 0;
    z-index: 2;
}
.search-block #s {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ececec;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #c5c5c5;
    float: right;
    font: 11px tahoma;
    padding: 9px 12px 8px;
    transition: width 0.7s ease 0s, color 0.4s ease 0s;
    width: 90px;
}
.search-block #s:focus {
    color: #000;
    width: 150px;
}
.search-block .search-button {
    background: none repeat scroll 0 0 #f88c00 !important;
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    padding: 0;
    width: 30px;
}
.search-block .search-button:active {
    top: 0;
}
.search-block:hover .search-button, .search-block:hover #s {
    color: #444;
    opacity: 1;
}
.search-block button.search-button:before {
    color: #fff;
    content: "🔍";
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    width: 30px;
}
#tie_lang_switcher {
    float: right;
    padding: 9px 5px 0;
}
#tie_lang_switcher img {
    margin: 0 2px;
}
#tie_lang_switcher a {
    line-height: 0;
    opacity: 0.4;
}
#tie_lang_switcher a:hover {
    opacity: 1;
}
.top-nav .social-icons {
    float: right;
}
.top-nav .social-icons a, .footer-bottom .social-icons a {
    opacity: 0.8;
}
.top-nav .social-icons a:hover, .footer-bottom .social-icons a:hover {
    opacity: 1;
    top: 0;
}
.top-nav .social-icons a img {
    height: 25px;
    width: 25px;
}
.top-nav .social-icons [class^="tieicon-"]:before, .top-nav .social-icons [class*=" tieicon-"]:before, .footer-bottom .social-icons [class^="tieicon-"]:before, .footer-bottom .social-icons [class*=" tieicon-"]:before {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    width: 20px;
}
.header-content {
    padding: 20px 15px;
}
.logo {
    float: left;
}
.logo img {
    max-width: 100%;
}
.logo h1, .logo h2 {
    font: bold 32pt arial;
}
.logo strong {
    display: none;
}
.logo span {
    font-size: 14px;
    font-weight: normal;
}
#main-nav {
    background: url("images/main-menu-bg.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-bottom: 5px solid #f88c00;
    margin: 0 auto;
    min-height: 52px;
}
#main-nav .container, #main-nav-uber .container {
    position: relative;
}
#main-nav .menu-alert {
    color: #fff;
    float: left;
    font-style: italic;
    padding: 18px 0 0 10px;
}
#top-menu-mob, #main-menu-mob {
    display: none;
}
#main-nav .main-menu {
    margin-left: 10px;
}
#main-nav ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #222222;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 47px;
    margin-top: 5px;
    position: relative;
}
#main-nav ul li:first-child, #main-nav ul li:first-child a {
    border: 0 none;
}
#main-nav ul li:last-child a {
    border-right: 0 none;
}
#main-nav ul li a {
    border-left: 1px solid #383838;
    color: #ddd;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    padding: 0 10px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
#main-nav ul li.parent-list a {
    padding-right: 22px;
}
.top-menu ul li.parent-list a {
    padding-right: 18px;
}
#main-nav ul li a .sub-indicator, .top-menu ul li a .sub-indicator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd transparent transparent;
    border-image: none;
    border-right: 4px solid transparent;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: inline-block;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 7px;
    top: 50%;
    width: 0;
}
.top-menu ul li a .sub-indicator {
    border-top-color: #888;
}
#main-nav ul ul li a .sub-indicator, .top-menu ul ul li a .sub-indicator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #ddd;
    border-image: none;
    border-style: solid;
    border-width: 4px;
}
.top-menu ul ul li a .sub-indicator {
    border-left-color: #888;
}
#main-nav ul li a:hover {
}
#main-nav ul ul {
    background: none repeat scroll 0 0 #2d2d2d !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 2px solid #f88c00;
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    padding: 0;
    position: absolute;
    top: 47px;
    width: 180px;
    z-index: 99999;
}
#main-nav ul li.current-menu-item ul, #main-nav ul li.current-menu-parent ul, #main-nav ul li.current-page-ancestor ul {
    top: 52px;
}
#main-nav ul ul li, #main-nav ul ul li:first-child {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-color: #383838 -moz-use-text-color #222;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    font-size: 12px;
    height: auto;
    margin: 0;
    min-width: 180px;
    z-index: 99999;
}
#main-nav ul ul li:first-child, #main-nav ul li.current-menu-item ul li:first-child, #main-nav ul li.current-menu-parent ul li:first-child, #main-nav ul li.current-page-ancestor ul li:first-child {
    border-top: 0 none !important;
}
#main-nav ul ul ul, #main-nav ul li.current-menu-item ul ul, #main-nav ul li.current-menu-parent ul ul, #main-nav ul li.current-page-ancestor ul ul {
    left: 100%;
    right: auto;
    top: 0 !important;
    z-index: 99999;
}
#main-nav ul.sub-menu a, #main-nav ul ul li.current-menu-item a, #main-nav ul ul li.current-menu-parent a, #main-nav ul ul li.current-page-ancestor a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none;
    color: #ccc !important;
    display: block !important;
    height: auto !important;
    line-height: 1em;
    margin-right: 0 !important;
    padding: 10px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
    width: 160px;
    z-index: 99999;
}
#main-nav ul li.current-menu-item ul a, #main-nav ul li.current-menu-parent ul a, #main-nav ul li.current-page-ancestor ul a {
    color: #eee !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
}
#main-nav ul li:hover > a, #main-nav ul *:hover > a {
    color: #fff;
}
#main-nav ul ul li:hover > a, #main-nav ul ul *:hover > a {
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 5px !important;
}
#main-nav ul li:hover > ul {
    display: block;
}
#main-nav ul li.current-menu-item, #main-nav ul li.current-menu-parent, #main-nav ul li.current-page-ancestor {
    border-left: 0 none !important;
    height: 52px;
    margin-top: 0;
}
#main-nav ul li.current-menu-item ul.sub-menu a, #main-nav ul li.current-menu-item ul.sub-menu a:hover, #main-nav ul li.current-menu-parent ul.sub-menu a, #main-nav ul li.current-menu-parent ul.sub-menu a:hover #main-nav ul li.current-page-ancestor ul.sub-menu a, #main-nav ul li.current-page-ancestor ul.sub-menu a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover, #main-nav ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover, #main-nav ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover {
    background: none repeat scroll 0 0 #f88c00;
    border-left: 0 none !important;
    color: #fff;
    height: 52px;
    line-height: 52px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
#main-nav ul.sub-menu li.current-menu-item, #main-nav ul.sub-menu li.current-menu-item a, #main-nav li.current-menu-item ul.sub-menu a, #main-nav ul.sub-menu li.current-menu-parent, #main-nav ul.sub-menu li.current-menu-parent a, #main-nav li.current-menu-parent ul.sub-menu a, #main-nav ul.sub-menu li.current-page-ancestor, #main-nav ul.sub-menu li.current-page-ancestor a, #main-nav li.current-page-ancestor ul.sub-menu a {
    height: auto !important;
    line-height: 12px;
}
#main-nav ul li.menu-item-home a {
    background-image: url("images/home.png") !important;
    background-position: center -44px;
    background-repeat: no-repeat !important;
    height: 52px;
    padding: 0 10px;
    text-indent: -9999px;
    width: 35px;
}
#main-nav ul li.menu-item-home a .sub-indicator {
    display: none;
}
#main-nav ul li.menu-item-home.current-menu-item a {
    background-position: center 13px;
}
#main-nav ul li.menu-item-home ul li a, #main-nav ul ul li.menu-item-home a, #main-nav ul li.menu-item-home ul li a:hover {
    background-color: transparent !important;
    background-image: none !important;
    height: auto !important;
    text-indent: 0;
    width: auto;
}
#top-menu-mob {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #000;
    height: 26px;
    margin: 2px 0 0 10px;
    padding: 5px;
    width: 500px;
}
#main-menu-mob {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #000;
    color: #ddd;
    height: 27px;
    margin: 13px 0 0 10px;
    padding: 5px;
    width: 500px;
}
body.dark-skin #top-menu-mob {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #000;
    color: #ddd;
}
.fixed-nav {
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    position: fixed;
    top: -5px;
    width: 1045px;
    z-index: 999;
}
body.admin-bar .fixed-nav {
    top: 27px;
}
#main-nav ul li.mega-menu {
    position: static;
}
#main-nav ul li .mega-menu-block ul.sub-menu {
    border-bottom: 1px solid #383838;
    box-shadow: none;
    display: none;
    margin: 30px 0 30px 30px;
    position: static;
    top: 0 !important;
}
#main-nav ul li .mega-menu-block ul.sub-menu ul {
    margin: 0;
    position: absolute;
}
#main-nav ul li.mega-menu .mega-menu-block {
    background: none repeat scroll 0 0 #2d2d2d;
    border-top: 2px solid #f88c00;
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 99999;
}
.mega-menu-content {
    color: #fff;
    float: right;
    width: 835px;
}
.mega-menu-item {
    float: left;
    padding: 30px 0 30px 4%;
    width: 28%;
}
.mega-menu-item.last-column {
    padding-right: 4%;
}
.mega-menu-item img {
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}
.mega-menu-item img:hover {
    opacity: 1;
}
#main-nav ul li .mega-menu-item a, #main-nav ul li.current-menu-parent .mega-menu-item a, #main-nav ul li.current-menu-parent .mega-menu-item a:hover, #main-nav ul li.current-menu-item .mega-menu-item a, #main-nav ul li.current-menu-item .mega-menu-item a:hover {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none;
    display: inline-block;
    height: auto;
    line-height: 20px;
    padding: 0;
}
#main-nav ul > li.parent-list:hover > a:after {
    border-color: transparent transparent #f88c00;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    top: 40px;
    width: 0;
    z-index: 999;
}
#main-nav ul > li.current-menu-item.parent-list:hover > a:after {
    top: 45px;
}
#main-nav ul ul > li.parent-list:hover > a:after, #main-nav ul li .mega-menu-block ul.sub-menu:before {
    display: none;
}
#main-nav ul ul ul, #main-nav ul li .mega-menu-block ul.sub-menu {
    border-top: 0 none;
}
.full-mega-menu .mega-menu-content {
    width: 100%;
}
a.random-article {
    background: none repeat scroll 0 0 #494949;
    color: #fff;
    display: block;
    float: right;
    height: 47px;
    margin: 5px 0 0 10px;
    width: 42px;
}
a.random-article:before {
    font-size: 22px;
    line-height: 47px;
    width: 42px;
}
a.random-article:hover {
    background-color: #777;
}
#main-nav-uber a.random-article {
    height: 40px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
#main-nav-uber a.random-article:before {
    line-height: 40px;
}
header#theme-header.full-logo .header-content {
    padding: 0;
}
header#theme-header.full-logo .logo {
    float: none;
    margin-top: 0 !important;
}
header#theme-header.full-logo .logo a {
    display: block;
    line-height: 0;
}
header#theme-header.full-logo .logo img {
    height: auto;
    width: 100%;
}
header#theme-header.full-logo #main-nav {
    margin-top: -5px !important;
}
header#theme-header.center-logo .logo, header#theme-header.center-logo .ads-top {
    float: none;
    text-align: center;
}
.breaking-news {
    background: none repeat scroll 0 0 #fff;
    border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    height: 32px;
    margin: -5px auto 25px;
    overflow: hidden;
    position: relative;
    width: 1045px;
}
.breaking-news span {
    background: none repeat scroll 0 0 #ff0000;
    color: #fff;
    display: block;
    float: left;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 14pt;
    padding: 6px 10px 3px;
}
.breaking-news ul {
    float: left;
}
.breaking-news ul li {
    display: block;
}
.breaking-news ul a {
    display: block;
    padding: 8px;
    white-space: nowrap;
}
#main-content {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 5px #cacaca;
    margin: 20px auto 25px;
    padding: 20px 24px;
    position: relative;
    width: 1137px;
}
#main-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.full-width {
    background-image: none;
}
.content {
    float: left;
    width: 700px;
}
#crumbs, .woocommerce-breadcrumb {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
div.not-found {
    padding: 20px;
}
.full-width .content, body.error404 .content {
    float: none;
    width: auto;
}
.cat-box {
    margin-bottom: 35px;
}
.cat-box-title {
    overflow: hidden;
    padding: 3px 0;
}
.cat-box-title h2 {
    color: #5e5e5e;
    float: left;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 22px;
    margin-right: 10px;
}
.cat-box-title h2 a {
    color: #5e5e5e;
}
.cat-box-title h2 a:hover {
    color: #000;
}
.stripe-line {
    background: url("images/stripe.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.cat-box .entry {
    font-size: 13px;
}
.cat-box-content, #sidebar .widget-container, .post-listing {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border-color: #ddd #ddd #f88c00;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px 1px 4px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
}
.cat-box li.first-news .inner-content {
    overflow: hidden;
    padding: 20px;
}
p.post-meta {
    color: #aaa;
    font-size: 85%;
    margin: 7px 0;
}
p.post-meta a {
    color: #aaa;
}
p.post-meta a:hover {
    border-bottom: 1px dotted #000;
    color: #000;
    text-decoration: none;
}
.post-meta .stars-small {
    float: left;
    margin: -1px 10px 0 0;
}
a.more-link {
    font-weight: bold;
}
.cat-box.column2 {
    float: left;
    margin-right: 20px;
    width: 340px;
}
.column2.last-column {
    margin-left: 0;
    margin-right: 0;
}
.column2 li, li.other-news {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #fff;
    overflow: hidden;
    padding: 5px 20px;
    transition: all 0.4s ease 0s;
}
.column2 li:hover, li.other-news:hover {
    background: none repeat scroll 0 0 #f2f2f2;
}
.column2 li h3 {
    font-size: 13px;
    line-height: 1.5em;
}
li.first-news p {
    padding: 0;
}
.column2 li.first-news {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #eaeaea;
    padding: 0;
}
.wide-box li {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #fff;
    float: left;
    height: 61px;
    overflow: hidden;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    width: 288px;
}
.wide-box ul {
    background: none repeat scroll 0 0 #f7f7f7;
    overflow: hidden;
}
.wide-box li.first-news p.post-meta {
    margin: 10px 0;
}
.wide-box li.first-news {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #eaeaea;
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
}
.video-box li {
    float: right;
    margin-bottom: 9px;
    overflow: hidden;
    width: 160px;
}
.video-box .big-video-column {
    float: left;
    margin-bottom: 0;
    width: 448px;
}
.video-box .big-video-column iframe, .video-box .big-video-column embed {
    height: 240px;
}
.video-box .cat-box-content {
    padding: 20px 20px 10px;
}
.video-box.cat-box li .post-thumbnail {
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.video-box.cat-box li .overlay-icon:before {
    content: "▶";
}
.list-box, .wide-box {
    clear: both;
}
.list-box li {
    clear: right;
    float: right;
    overflow: hidden;
    padding: 7px 15px;
    width: 288px;
}
li.other-news {
    border-left: 3px solid #eaeaea;
}
.list-box li.first-news p.post-meta {
    margin: 10px 0;
}
.list-box li.first-news {
    float: left;
    padding: 13px;
    width: 310px;
}
.pic-box .cat-box-content {
    padding: 20px 20px 8px;
}
.pic-box li.first-pic {
    float: left;
    margin-left: 0;
    margin-right: 14px;
    padding: 0;
    width: 300px;
}
.pic-box li {
    float: left;
    margin-left: 6px;
    overflow: hidden;
    padding: 1px 0 3px;
}
.pic-box.cat-box li.first-pic .post-thumbnail h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 2px;
    left: 2px;
    line-height: 18px;
    padding: 10px;
    position: absolute;
    width: 272px;
}
.pic-box.cat-box li.first-pic .post-thumbnail {
    margin: 2px;
    position: relative;
}
.pic-box .post-thumbnail a {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
}
.pic-box.cat-box li .post-thumbnail {
    margin: 0 5px 7px 6px;
}
.cat-tabs-wrap {
    padding: 18px;
}
.cat-tabs-header {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 3px solid #eaeaea;
    height: 35px;
    padding: 8px 10px 0;
}
.cat-tabs-header li {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    line-height: 30px;
    margin-right: 10px;
    padding: 4px 15px;
}
.cat-tabs-header li.active {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 -1px 2px #d4d4d4;
}
.cat-tabs-wrap li {
    clear: right;
    float: right;
    overflow: hidden;
    padding: 5px 0;
    width: 286px;
}
.cat-tabs-wrap li.first-news {
    float: left;
    padding: 5px;
    width: 310px;
}
.cat-tabs-wrap li.first-news p.post-meta {
    margin: 10px 0;
}
.scroll-box {
    clear: both;
}
.scroll-box .cat-box-content {
    padding: 20px;
    position: relative;
}
.scroll-box .scroll-item {
    float: left;
    height: 190px;
    margin-right: 10px;
    padding: 3px;
    width: 140px;
}
.scroll-box .scroll-item .post-thumbnail {
    margin-left: 0;
    margin-right: 0;
}
.group_items {
    height: 196px;
    width: 614px;
}
.group_items-box {
    height: 196px;
    overflow: hidden;
}
.group_items .scroll-item:last-child {
    margin-right: 0;
}
.scroll-nav {
    background: none repeat scroll 0 0 #f7f7f7;
    margin: 10px -20px -20px;
    padding: 5px;
    text-align: center;
}
.scroll-nav a {
    background: none repeat scroll 0 0 #b4b4b4;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    margin: 2px 2px 0;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 10px;
}
.scroll-nav a:hover {
    background: none repeat scroll 0 0 #939393;
}
.scroll-nav a.activeSlide {
    background: none repeat scroll 0 0 #666;
}
.recent-box {
    clear: both;
}
.recent-box .cat-box-content {
    padding: 20px;
    position: relative;
}
.recent-box .recent-item {
    float: left;
    height: 190px;
    margin: 0 10px 10px 0;
    padding: 2px;
    width: 195px;
}
.recent-box .recent-item:nth-child(3n+3) {
    margin-right: 0;
}
.recent-box .item-list {
    padding: 10px 0;
}
.recent-box-pagination {
    margin: -35px 0 35px;
    position: relative;
}
.recent-box-pagination .pagination {
    margin: 0;
}
.divider {
    background: url("images/stripe.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 10px;
    margin: 10px 0 20px;
    overflow: hidden;
}
.page-head {
    overflow: hidden;
    padding: 3px 0;
}
.page-head .stripe-line {
    margin-top: 7px;
}
.page-title {
    color: #000;
    float: left;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 26px;
    margin-right: 10px;
}
a.rss-cat-icon {
    content: "";
    display: block;
    float: right;
    height: 16px;
    margin: 6px 0 0 4px;
    width: 16px;
}
.archive-meta {
    padding: 15px 0;
}
a.rss-cat-icon:before {
    color: #f8bc2e;
    content: "";
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
}
.author-bio {
    clear: both;
    overflow: hidden;
    padding: 15px 3px;
}
#author-avatar {
    float: left;
    margin-right: 15px;
}
#author-avatar img {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 0 2px #b5b5b5;
    padding: 2px;
}
.post-listing.post {
    margin-bottom: 20px;
}
.post-inner {
    padding: 20px;
}
.single-post-thumb {
    line-height: 0 !important;
    margin: 0 -1px !important;
}
.single-post-thumb img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.full-width .single-post-thumb {
    margin: 0 !important;
}
.head-lightbox a {
    cursor: zoom-in;
}
.head-lightbox a:hover {
    opacity: 0.8;
}
.single-post-caption {
    background: none repeat scroll 0 0 #eee;
    color: #555;
    font-size: 90%;
    padding: 5px;
    text-align: center;
}
.post-title {
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 28px;
    margin-bottom: 10px;
}
.post-inner p.post-meta {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
p.post-meta span {
    display: inline-block;
    margin-right: 10px;
}
.item-list {
    border-bottom: 1px solid #f2f2f2;
    clear: both;
    padding: 20px 20px 25px;
}
.item-list p.post-meta {
    margin: 10px 0;
}
.archive-wide-thumb {
    box-shadow: none !important;
    float: none !important;
    margin: -20px -20px 10px !important;
    padding: 0 !important;
}
.archive-wide-thumb a:hover img {
    opacity: 0.8;
}
.page-link {
    background: none repeat scroll 0 0 #f6f6f6;
    margin: 15px 0 0;
    padding: 10px;
}
.page-link a {
    background: none repeat scroll 0 0 #999;
    color: #fff;
    padding: 5px 6px;
}
.page-link a:hover {
    background: none repeat scroll 0 0 #777;
}
.edit-link {
    clear: both;
    display: block;
    margin-top: 10px;
}
.post-tag {
    margin: -10px 0 20px;
}
.post-tag a {
    background: -moz-linear-gradient(center top , #ffffff 0%, #f6f6f6 47%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow: 0 1px 1px #eaeaea, 0 1px 0 #fbfbfb inset;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}
.post-tag a:hover {
    background: none repeat scroll 0 0 #fff;
}
.sticky {
}
.post-thumbnail {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px #b5b5b5;
    line-height: 0;
    margin: 0 15px 10px 2px;
    padding: 2px;
    position: relative;
}
.post-thumbnail a {
    background: none repeat scroll 0 0 #000;
    display: block;
}
.post-thumbnail img {
    height: auto;
    max-width: 100%;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.post-thumbnail img.attachment-tie-small, .post-thumbnail img.avatar-50 {
    width: 55px !important;
}
.post-thumbnail a:hover img {
    opacity: 0.5;
}
.post-thumbnail a:hover .overlay-icon:before {
    opacity: 0.8;
    transform: scale(1);
}
.overlay-icon:before {
    color: #fff;
    content: "";
    display: block;
    font-size: 18px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    width: 30px;
}
.tie_map .overlay-icon:before {
    content: "";
}
.tie_slider .overlay-icon:before {
    content: "";
}
.tie_lightbox .overlay-icon:before {
    content: "🌄";
}
.tie_audio .overlay-icon:before, .tie_soundcloud .overlay-icon:before {
    content: "🔊";
}
.tie_video .overlay-icon:before {
    content: "🎥";
}
.archive-wide-thumb .overlay-icon:before, .first-news .overlay-icon:before {
    font-size: 26px;
}
.item-list .post-thumbnail {
    float: left;
    margin-bottom: 0;
}
.cat-box li .post-thumbnail {
    margin: 0 15px 0 2px;
}
.column2 .post-thumbnail {
    float: left;
}
.cat-box.column2 li.first-news .post-thumbnail {
    float: none;
    margin: 0 0 10px;
}
.wide-box li .post-thumbnail, .list-box li .post-thumbnail {
    float: left;
}
.wide-box li.first-news .post-thumbnail {
    width: 240px;
}
.list-box li.first-news .post-thumbnail {
    float: none;
    margin: 0 0 15px;
    width: 306px;
}
.cat-tabs-wrap li .post-thumbnail {
    float: left;
    margin-bottom: 0;
}
.cat-tabs-wrap li.first-news .post-thumbnail {
    float: none;
    margin: 0 0 10px;
    width: 306px;
}
.recent-item .post-thumbnail {
    margin: 0 0 10px;
}
.single-post-audio {
    min-height: 56px;
    position: relative;
}
.single-audio {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 20px;
    padding: 10px 5%;
    position: absolute;
    width: 90%;
}
.single-post-audio div.mejs-container {
    margin-bottom: 0;
}
.single-post-video iframe, .single-post-video embed, .video-box .big-video-column iframe, .video-box .big-video-column embed, .google-map iframe {
    width: 100%;
}
.share-post {
    background: none repeat scroll 0 0 #f7f7f7;
    border-top: 1px solid #eaeaea;
    clear: both;
    height: 20px;
    margin: 10px -20px -20px;
    padding: 10px 0 10px 10px;
}
.mini-share-post {
    clear: both;
    height: 20px;
    margin: 10px -20px -20px;
    padding: 10px 10px 10px 25px;
}
.mini-share-post .share-text, .entry .share-post .share-text {
    display: none;
}
.entry .share-post {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: auto;
    margin: 0 0 15px;
    padding: 0;
}
.entry .share-post li, .entry .share-post ul {
    list-style: none outside none;
    margin: 0;
}
.recent-box .mini-share-post {
    margin-bottom: -5px;
}
.share-post li, .mini-share-post li {
    float: left;
    width: 106px;
}
.entry .share-post li iframe, .share-post li iframe, .mini-share-post li iframe {
    max-width: none !important;
}
.share-post span.share-text {
    background: none repeat scroll 0 0 #ff8500;
    color: #fff;
    display: block;
    float: left;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 14pt;
    margin: -10px 10px -10px -10px;
    padding: 9px;
}
.entry {
    line-height: 1.5;
}
.content .entry iframe {
    max-width: 100%;
}
.entry p {
    padding-bottom: 1em;
    padding-top: 1em;
}
.entry img {
    height: auto;
    max-width: 100%;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-family: Helvetica;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 25px;
}
.entry h1 {
    font-size: 36px;
}
.entry h2 {
    font-size: 30px;
}
.entry h3 {
    font-size: 24px;
}
.entry h4 {
    font-size: 18px;
}
.entry h5 {
    font-size: 16px;
    font-weight: bold;
}
.entry h6 {
    font-size: 12px;
}
.entry ol, .entry ul {
    margin: 0 0 25px 10px;
}
.entry ul li {
    list-style: disc outside none;
}
.entry ol li {
    list-style: decimal outside none;
}
.entry li {
    margin: 0 0 5px 10px;
}
.entry #user-login ul li {
    list-style: disc inside none;
}
.entry #user-login ul {
    margin-bottom: -5px;
}
.entry table {
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    border-collapse: separate;
    border-radius: 3px;
    border-spacing: 0;
    color: #333;
    font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
    width: 100%;
}
.entry table td, .entry table th {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid white;
    color: #555;
}
.entry table th {
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
    padding: 7px 7px 8px;
    text-align: left;
    text-shadow: 0 1px 0 #fff;
}
.entry table td {
    font-size: 12px;
    padding: 4px 7px;
    vertical-align: top;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery .gallery-item img {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px #b5b5b5;
    height: auto;
    padding: 2px;
    transition: all 0.4s ease 0s;
    width: 88%;
}
.gallery .gallery-item a:hover img {
    box-shadow: 0 0 2px #666;
    margin: -5px 0 5px;
    opacity: 0.6;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 0 none !important;
}
.gallery-columns-2 .attachment-medium {
    height: auto;
    max-width: 92%;
}
.gallery-columns-4 .attachment-thumbnail {
    height: auto;
    max-width: 84%;
}
.gallery .gallery-caption {
    color: #888;
    margin: 0 0 12px;
}
.gallery br + br {
    display: none;
}
.attachment img {
    display: block;
    margin: 0 auto;
}
blockquote {
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    margin: 0 0 30px 40px;
    min-height: 60px;
    padding: 0 0 0 60px;
}
blockquote:before {
    color: #555;
    content: "❝";
    float: left;
    font-size: 55px;
    height: 55px;
    line-height: 55px;
    margin-left: -70px;
    margin-top: 10px;
    width: 55px;
}
#related_posts, #author-box {
    clear: both;
}
.block-head {
    overflow: hidden;
    padding: 3px 0 0;
}
.block-head h3 {
    float: left;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 22px;
    margin-right: 10px;
}
#related_posts .post-listing, #author-box .post-listing {
    margin-bottom: 20px;
    padding: 20px;
}
#related_posts li {
    background: url("images/sidebar-bullet.png") no-repeat scroll left 8px rgba(0, 0, 0, 0);
    line-height: 18px;
    overflow: hidden;
    padding: 0 12px 10px 0;
}
#related_posts li:hover {
    margin-right: 5px;
}
#related_posts .related-item {
    float: left;
    height: 180px;
    margin: 0 10px 10px 0;
    padding: 2px;
    width: 195px;
}
#related_posts .related-item:nth-child(3n+3) {
    margin-right: 0;
}
#related_posts .related-item .post-thumbnail {
    margin: 0 0 10px;
}
.navigation {
    clear: both;
    margin: 10px 0;
    overflow: hidden;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.post-navigation {
    clear: both;
    margin: 0 0 20px;
    overflow: hidden;
}
.post-navigation div {
    color: #999;
    display: block;
    font-size: 14px;
    position: relative;
    width: 245px;
}
.post-previous {
    float: left;
    padding-left: 40px;
}
.post-next {
    float: right;
    padding-right: 40px;
    text-align: right;
}
.post-navigation div span {
    color: #999;
    display: block;
    font-size: 80%;
}
.post-navigation div a:after {
    color: #ccc;
    font-size: 56px;
    height: 22px;
    line-height: 22px;
    margin-top: -11px;
    position: absolute;
    top: 34%;
}
.post-previous a:after {
    content: "«";
    left: 0;
}
.post-next a:after {
    content: "»";
    right: 0;
}
#sidebar {
    float: right;
    width: 410px;
}
.full-width #sidebar {
    display: none !important;
}
.sidebar-left #sidebar {
    float: left;
}
.sidebar-left .content {
    float: right;
}
.widget {
    clear: both;
    margin-bottom: 25px;
}
.widget-top {
    padding: 5px 0;
}
.widget-top h4 {
    float: left;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 20px;
    margin-right: 10px;
}
.widget-top h4 a {
    color: #333;
}
.widget-top h4 a:hover {
    color: #000;
}
.widget-container {
    clear: both;
    padding: 10px;
}
.widget-container h3 {
    font-size: inherit;
}
.widget-container li {
    background: url("images/sidebar-bullet.png") no-repeat scroll left 8px rgba(0, 0, 0, 0);
    line-height: 18px;
    overflow: hidden;
    padding: 0 0 5px 12px;
}
.widget-container p {
    padding-bottom: 1em;
}
.widget-container a:hover {
    text-decoration: underline;
}
.widget-container li span.date, .footer-widget-container li span.date {
    color: #aaa;
    font-size: 85%;
    margin: 5px 0;
}
.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail {
    float: left;
    margin-right: 10px;
}
.review-widget .review-box {
    margin: 0;
}
.review-widget .review-box h2.review-box-header {
    display: none;
}
.review-widget .review-box p {
    padding-bottom: 1em;
    padding-top: 1em;
}
.entry ul.best-reviews li {
    border-bottom: 1px solid #f2f2f2;
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
}
.entry ul.best-reviews .best-review-score {
    background: none repeat scroll 0 0 #aaa;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    margin: 15px 15px 0 0;
    text-align: center;
    width: 50px;
}
.entry ul.best-reviews {
    margin: 0;
}
.entry ul.best-reviews .post-thumbnail, .entry ul.best-reviews .best-reviews-content, .entry ul.best-reviews .best-review-score {
    float: left;
}
.entry ul.best-reviews h3 {
    margin: 2px 0 5px;
}
.entry ul.best-reviews .best-reviews-content {
    width: 442px;
}
.entry ul.best-reviews p.post-meta {
    border-bottom: 0 none;
    margin: 5px 0 0;
    padding: 0;
}
.entry ul.best-reviews .post-thumbnail {
    width: 90px;
}
.text-html-box {
    margin-bottom: 20px;
}
.widget_rss .widget-title img {
    height: 11px;
    width: 11px;
}
.widget.news-pic .post-thumbnail {
    margin: 3px 6px;
}
#tabbed-widget .tabs-wrap li:last-child, .comments-avatar .widget-container li:last-child, .posts-list .widget-container li:last-child, .categort-posts .widget-container li:last-child, .authors-posts .widget-container li:last-child {
    border-bottom: 0 none;
}
#tabbed-widget .tabs-wrap li, .comments-avatar .widget-container li, .posts-list .widget-container li, .categort-posts .widget-container li, .authors-posts .widget-container li, .widget.woocommerce .widget-container li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 0 4px;
}
.authors-posts .widget-container li strong {
    display: block;
    float: right;
}
.facebook-box {
    text-align: center;
}
.facebook-box iframe {
    width: 100% !important;
}
.google-box {
    overflow: hidden;
    position: relative;
    text-align: center;
}
#wp_tag_cloud div {
    line-height: 1.6em;
}
#twitter-widget ul {
    margin: 0 -10px;
}
#twitter-widget li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 10px 10px 30px;
}
#twitter-widget li:before {
    color: #45b0e3;
    float: left;
    margin-left: -30px;
    margin-top: -5px;
}
#twitter-widget li:last-child {
    border-bottom: 0 none;
}
#twitter-widget .tweet_list .tweet_avatar img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d6d6d6;
    float: right;
    margin-left: 5px;
    padding: 2px;
}
.twitter-timestamp {
    clear: both;
    color: #888;
    float: right;
    font-size: 10px;
    font-style: italic;
}
#tabbed-widget .widget-top {
    background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 3px solid #eaeaea;
    height: 35px;
    margin: -10px -10px 10px;
    padding: 8px 0 0 2px;
}
.tabs-wrap, .cat-tabs-wrap {
    clear: both;
    display: none;
}
#tab1.tabs-wrap, .cat-tabs-wrap.cat-tabs-wrap1 {
    display: block;
}
#tabbed-widget ul.tabs li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    line-height: 30px;
    margin-left: 3px;
    padding: 2px;
    position: relative;
}
#tabbed-widget ul.tabs li a {
    color: #666;
    display: inline-block;
    line-height: 30px;
    padding: 5px 9px 1px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}
#tabbed-widget ul.tabs li a:hover {
    color: #000;
}
#tabbed-widget ul.tabs li.active a {
    background: none repeat scroll 0 0 #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 -1px 2px #d4d4d4;
}
#tabbed-widget .tabs-wrap.tagcloud a {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 2px white inset, 0 0 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0 0 3px;
    padding: 6px 8px;
    text-shadow: 0 1px 0 white;
    transition-duration: 0.3s;
}
#tabbed-widget .tabs-wrap.tagcloud a:hover {
    background: none repeat scroll 0 0 #ededed;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: #222;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: center;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody .pad, footer #wp-calendar tbody .pad {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}
#wp-calendar tfoot #next {
    text-align: right;
}
footer #wp-calendar tbody td {
    background: none repeat scroll 0 0 #333;
    border-color: #555;
}
footer #wp-calendar caption {
    color: #fff;
}
.author-avatar img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 0 10px 5px 0;
    padding: 4px;
}
.author-description {
    font-size: 95%;
    line-height: 17px;
}
.author-social {
    float: left;
    margin-top: 10px;
}
.author-social a {
    margin-left: 2px;
    opacity: 0.7;
}
.author-social a:hover {
    opacity: 1;
}
.author-social a img {
    width: 18px;
}
.flickr-widget .flickr_badge_image {
    float: left;
    margin: 8px;
}
.flickr-widget .flickr_badge_image img {
    box-shadow: 0 0 2px #b2b2b2;
    height: 50px;
    opacity: 1;
    padding: 2px;
    width: 50px;
}
.flickr-widget .flickr_badge_image a:hover img {
    opacity: 0.6;
}
.social-icons {
    text-align: center;
}
.social-icons a {
    margin: 2px;
    position: relative;
}
.social-icons a:hover {
    top: -2px;
}
.social-icons.icon_24 img {
    height: 24px;
    width: 24px;
}
.social-icons.icon_16 img {
    height: 16px;
    width: 16px;
}
.search-widget input {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    clear: both;
    color: #999;
    margin-bottom: 20px;
    padding: 10px !important;
    width: 288px;
}
.search-widget input:hover, .search-widget input:focus {
    color: #000;
}
#sidebar .widget-counter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border-color: #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 1px;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.widget-counter.col1 li {
    border: 0 none !important;
    width: 100%;
}
.widget-counter.col2 li, .widget-counter.col4 li {
    border-width: 0 0 1px !important;
    width: 153px;
}
.widget-counter.col2 li:nth-child(2n+2), .widget-counter.col4 li:nth-child(2n+2) {
    border-left: 1px solid #ddd !important;
}
.widget-counter li {
    border-bottom: 1px solid #ddd;
    float: left;
    line-height: 15px;
    padding: 7px 0;
    transition: all 0.4s linear 0s;
    width: 102px;
}
.widget-counter li:nth-child(3n-1) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.widget-counter li a {
    display: block;
    text-align: center;
}
.widget-counter li a strong {
    background: none repeat scroll 0 0 #444;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 28px;
    height: 50px;
    margin: 8px auto;
    opacity: 0.6;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
}
.widget-counter li a strong:before {
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.widget-counter li a:hover strong {
    opacity: 1;
}
.widget-counter li:hover {
    background-color: #f8f8f8;
}
.widget-counter li:hover a {
    text-decoration: none;
}
.widget-counter li.rss-subscribers a:hover strong {
    background: none repeat scroll 0 0 #f8bc2e;
}
.rss-subscribers span {
    display: inline-block;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 14pt;
}
.widget-counter li.facebook-fans a:hover strong {
    background: none repeat scroll 0 0 #39599f;
}
.widget-counter li.twitter-followers a:hover strong {
    background: none repeat scroll 0 0 #45b0e3;
}
.widget-counter li.youtube-subs a:hover strong {
    background: none repeat scroll 0 0 #cc181e;
}
.widget-counter li.vimeo-subs a:hover strong {
    background: none repeat scroll 0 0 #3fbfce;
}
.widget-counter li.dribbble-followers a:hover strong {
    background: none repeat scroll 0 0 #d875a2;
}
.widget-counter li.soundcloud-followers a:hover strong {
    background: none repeat scroll 0 0 #f76700;
}
.widget-counter li.behance-followers a:hover strong {
    background: none repeat scroll 0 0 #1769ff;
}
.widget-counter li.instagram-followers a:hover strong {
    background: none repeat scroll 0 0 #517fa4;
}
.widget-counter li span {
    display: block;
    font-size: 21px;
}
.widget-counter li a small {
    color: #777;
}
#login-form {
    padding: 11px 11px 0;
}
#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email {
    background: none repeat scroll 0 0 #f9f9f9;
    border-color: #ddd #f1f1f1 #f1f1f1 #ddd;
    border-radius: 3px;
    color: #515151;
    display: block;
    font: 12px Tahoma;
    height: 24px;
    margin-bottom: 10px;
    padding: 4px 7px;
    width: 250px;
}
#login-form #log:hover, #login-form #pwd:hover, .widget-feedburner .feedburner-email:hover {
    color: #000;
}
#login-form #log:focus, #login-form #pwd:focus, .widget-feedburner .feedburner-email:focus {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}
#login-form .login-button {
    margin-right: 20px;
}
#login-form p {
    padding-bottom: 0;
}
ul.login-links {
    margin-top: 15px;
}
.welcome-text {
    margin-bottom: 10px;
}
.content .entry #login-form p {
    padding: 0;
}
.widget-feedburner-counter {
    padding: 11px;
}
.widget-container .ads125 {
    margin: 0 -7px -8px 13px;
    padding-left: 0;
}
.ads125 {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 22px;
}
.ads125 .ad-cell {
    display: block;
    float: left;
    height: 125px;
    margin: 3px 15px 12px 0;
    width: 125px;
}
.widget-container .ads120-90, .widget-container .ads120-60, .widget-container .ads120-600, .widget-container .ads120-240 {
    margin: 0 -7px -8px 18px;
    padding-left: 0;
}
.ads120-90, .ads120-60, .ads120-600, .ads120-240 {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 27px;
}
.ads120-90 .ad-cell, .ads120-60 .ad-cell, .ads120-600 .ad-cell, .ads120-240 .ad-cell {
    display: block;
    float: left;
    height: 90px;
    margin: 3px 15px 12px 0;
    width: 120px;
}
.ads120-60 .ad-cell {
    height: 60px;
}
.ads120-600 .ad-cell {
    height: 600px;
}
.ads120-240 .ad-cell {
    height: 240px;
}
.ads160-600, .ads250-250 {
    margin-bottom: 20px;
}
.widget-container .ads160-600, .widget-container .ads250-250 {
    margin-bottom: 0;
}
.ads160-600 .ad-cell {
    display: block;
    height: 600px;
    margin: 0 auto;
    width: 160px;
}
.ads250-250 .ad-cell {
    display: block;
    height: 250px;
    margin: 0 auto;
    width: 250px;
}
.ads300-100 {
    margin-bottom: 20px;
    padding-left: 5px;
}
.widget-container .ads300-100 {
    margin: 0 -5px -5px;
    padding-left: 0;
}
.ads300-100 .ad-cell {
    height: 100px;
    margin: 10px auto;
    width: 300px;
}
.ads300-250, .ads300-600 {
    margin-bottom: 20px;
    padding-left: 5px;
}
.widget-container .ads300-250, .widget-container .ads300-600 {
    margin: 0 -6px;
    padding-left: 0;
}
.ads300-250 .ad-cell {
    height: 250px;
    margin: 0 auto;
    width: 300px;
}
.ads-one {
    margin: 0 !important;
    padding-left: 0 !important;
}
.ads-one .ad-cell {
    clear: both !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
footer#theme-footer {
    background: none repeat scroll 0 0 #333;
    border-bottom: 1px solid #222;
    border-top: 8px solid #ff8500;
    box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.1);
    color: #ddd;
    margin-top: 20px;
    padding: 20px 0;
    position: relative;
    text-shadow: 0 0 1px #000;
}
footer#theme-footer a {
    color: #ccc;
}
footer#theme-footer a:hover {
    color: #fff;
}
#footer-widget-area {
    margin: 0 auto;
    width: 1045px;
}
.footer-widgets-box {
    float: left;
    margin-right: 4%;
}
.footer-1c .footer-widgets-box {
    width: 100%;
}
.footer-2c .footer-widgets-box {
    width: 48%;
}
.footer-3c .footer-widgets-box {
    width: 30.6667%;
}
.footer-4c .footer-widgets-box {
    width: 22%;
}
.narrow-wide-2c #footer-first, .wide-narrow-2c #footer-second {
    width: 32%;
}
.narrow-wide-2c #footer-second, .wide-narrow-2c #footer-first {
    width: 64%;
}
.wide-left-3c #footer-first, .wide-right-3c #footer-third {
    width: 46%;
}
.wide-left-3c .footer-widgets-box, .wide-right-3c .footer-widgets-box {
    width: 23%;
}
.footer-1c .footer-widgets-box, .narrow-wide-2c #footer-second, .wide-narrow-2c #footer-second, .footer-2c #footer-second, .footer-3c #footer-third, .footer-4c #footer-fourth, .wide-right-3c #footer-third, .wide-left-3c #footer-third {
    margin-right: 0;
}
.footer-widget-top {
    border-bottom: 1px solid #222;
    padding: 10px 0;
}
.footer-widget-top h4 {
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 22px;
}
.footer-widget-container {
    border-top: 1px solid #444;
    padding: 10px;
}
.footer-widget-container p {
    padding-bottom: 1em;
}
.footer-widget-container ul, footer#theme-footer .tabs-wrap ul {
    border-bottom: 1px solid #444;
}
.footer-widget-container li, footer#theme-footer #tabbed-widget .tabs-wrap li {
    border-bottom: 1px solid #232323 !important;
    border-top: 1px solid #444;
    line-height: 18px;
    overflow: hidden;
    padding: 6px 12px 6px 0;
}
.footer-widget-container li:first-child, footer#theme-footer #tabbed-widget .tabs-wrap li:first-child {
    border-top: 0 none;
}
footer#theme-footer #tabbed-widget .widget-top {
    background: none repeat scroll 0 0 transparent;
    border-bottom-color: #444;
    overflow: hidden;
}
footer#theme-footer #tabbed-widget ul.tabs li a {
    text-shadow: 0 1px 0 #000;
}
footer#theme-footer #tabbed-widget ul.tabs li a:hover {
    color: #fff;
}
footer#theme-footer #tabbed-widget ul.tabs li.active a {
    background: none repeat scroll 0 0 #444;
    box-shadow: 0 -1px 2px #111;
    color: #fff;
}
footer#theme-footer #tabbed-widget .tabs-wrap.tagcloud a {
    background: none repeat scroll 0 0 #444;
    border: 1px solid #222;
    box-shadow: 0 0 2px #888 inset, 0 0 2px #222;
    text-shadow: 0 1px 0 #000;
}
footer#theme-footer #tabbed-widget .tabs-wrap.tagcloud a:hover {
    background: none repeat scroll 0 0 #555;
}
footer#theme-footer .widget-counter li {
    border: 0 none !important;
    width: 33.4%;
}
footer#theme-footer .search-widget input {
    background: none repeat scroll 0 0 #414141;
    border: 1px solid #202020;
    box-shadow: 0 1px 3px 0 #313131;
    color: #222;
}
footer#theme-footer .search-widget input:hover, footer#theme-footer .search-widget input:focus {
    color: #000;
}
.footer-bottom {
    background: none repeat scroll 0 0 #2e2e2e;
    border-top: 1px solid #444;
    color: #ccc;
    line-height: 35px;
    position: relative;
}
.footer-bottom .social-icons {
    float: right;
    line-height: 0;
    margin: 3px 15px 0;
}
.footer-bottom .social-icons img {
    height: 25px;
    width: 25px;
}
.footer-bottom a {
    color: #ccc;
}
.footer-bottom a:hover {
    color: #fff;
}
#topcontrol {
    background: none repeat scroll 0 0 #ff8500;
    border-radius: 50px;
    bottom: -100px;
    cursor: pointer;
    height: 30px;
    overflow: auto;
    position: fixed;
    right: 10px;
    transition: all 0.7s ease-in-out 0s;
    width: 30px;
    z-index: 2;
}
#topcontrol:before {
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
#topcontrol:hover {
    background-color: #fb9826;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    height: auto;
    max-width: 100%;
}
img.centered, img.aligncenter {
    border: 1px solid #cbcdcc;
    display: block;
    margin: 2px auto;
    padding: 4px;
}
img.alignright {
    border: 1px solid #cbcdcc;
    display: inline;
    margin: 2px 3px 3px 8px;
    padding: 4px;
}
img.alignleft {
    border: 1px solid #cbcdcc;
    display: inline;
    margin: 2px 8px 3px 3px;
    padding: 4px;
}
.wp-caption {
    background: none repeat scroll 0 0 #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 100% !important;
    padding: 4px;
    text-align: center;
}
.wp-caption.alignleft {
    margin-right: 20px;
}
.wp-caption.alignright {
    margin-left: 20px;
}
.wp-caption img {
    max-width: 100% !important;
}
.wp-caption p.wp-caption-text {
    color: #888;
    margin: 5px;
    padding: 0;
}
.pagination {
    margin-bottom: 25px;
    overflow: hidden;
}
.pagination a, .pagination span.extend, .pagination span.current {
    color: #777;
    float: left;
    margin-right: 3px;
    padding: 6px 10px 3px;
    text-shadow: 0 1px 0 #fff;
}
.pagination a:hover {
    color: #000;
}
.pagination span.current {
    background-color: #f88c00;
    color: #fff;
    padding: 4px 10px 6px;
    text-shadow: 0 1px 0 #000;
}
.pagination .pages {
    display: block;
    float: right;
    font-size: 85%;
    padding: 7px 0 2px;
}
#comments-title {
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 22px;
    margin: 25px 0 10px;
}
#comments-title em {
    color: #333;
}
.commentlist li {
    clear: both;
    margin-bottom: 20px;
    position: relative;
}
.comment-avatar {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 0 3px #b5b5b5;
    float: left;
    height: 45px;
    margin: 0 10px 5px -30px;
    overflow: hidden;
    padding: 2px;
    width: 45px;
}
.author-comment {
    overflow: hidden;
    position: relative;
}
.author-comment cite {
    color: #3b3b3b;
    display: block;
    margin-bottom: 2px;
    padding-top: 4px;
    position: relative;
}
.commentmetadata {
    clear: both;
    display: block;
    font-size: 85%;
}
.commentmetadata a {
    color: #3b3b3b;
}
.commentmetadata a:hover {
    color: #000;
}
.comment-wrap {
    background: none repeat scroll 0 0 white;
    border-radius: 1px;
    box-shadow: 0 1px 3px 0 #b5b5b5;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}
.comment-content {
    clear: both;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}
.comment-content p {
    line-height: 17px;
    margin-bottom: 10px;
}
.nocomments {
    text-align: center;
}
.commentlist li ul li {
    margin-left: 4px;
}
.commentlist li.pingback {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}
.commentlist .children {
    margin-left: 50px;
    margin-top: 15px;
}
.commentlist .reply a {
    background: none repeat scroll 0 0 #ddd;
    bottom: 0;
    font-size: 11px;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 1px #fff;
}
.commentlist .reply a:hover {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.bypostauthor {
}
#respond {
    clear: both;
    margin: 20px 0 10px;
    overflow: hidden;
    position: relative;
}
.commentlist li #respond {
    margin: 10px 0 20px 70px !important;
}
#respond h3 {
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 22px;
}
#commentform {
    margin-top: 5px;
    overflow: hidden;
    padding: 0 5px;
}
#commentform .required {
    font-weight: bold;
}
#commentform label {
    color: #888;
}
#commentform p {
    margin: 10px 0;
}
textarea {
    overflow: auto;
    width: 97%;
}
#commentform textarea, #commentform input, textarea, input[type="text"], input[type="password"], input[type="email"], select {
    background: none repeat scroll 0 0 #f9f9f9;
    border-color: #ddd #f1f1f1 #f1f1f1 #ddd;
    border-radius: 3px;
    color: #515151;
    font: 12px Tahoma;
    margin-bottom: 7px;
    padding: 4px 7px;
}
#commentform input {
    display: block;
    width: 250px;
}
#commentform input[type="checkbox"] {
    clear: left;
    float: left;
    margin: 2px 7px 0 0;
}
#commentform textarea {
    width: 95%;
}
#commentform input:hover, #commentform textarea:hover {
}
#commentform input:focus, #commentform textarea:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus {
    background: none repeat scroll 0 0 #fff;
}
#commentform .form-allowed-tags, .comment-form-comment label {
    display: none;
}
.comment-form-email, .comment-form-url, .comment-form-url, .comment-form-comment {
    clear: both;
}
.comment-notes {
    margin-bottom: 10px;
}
input.error, textarea.error {
    border: 1px solid #ff0000 !important;
}
.ads-top {
    float: right;
    line-height: 0;
}
.ads-bottom {
    line-height: 0;
    margin: 15px auto 20px;
    position: relative;
    text-align: center;
}
.ads-post {
    line-height: 0;
    margin: 20px auto;
    text-align: center;
}
.home-ads {
    clear: both;
    margin: 20px auto;
    text-align: center;
}
.ads-top iframe, .ads-bottom iframe, .home-ads iframe, .ads-post iframe {
    margin: 0 auto;
}
.ads-top img, .ads-bottom img, .home-ads img, .ads-post img {
    height: auto;
    max-width: 100%;
}
.ads-top ins, .ads-bottom ins {
    height: 90px;
    width: 728px;
}
.home-ads ins, .ads-post ins {
    height: 60px;
    width: 468px;
}
a.ttip, a.tooldown {
    display: inline-block;
}
.tipsy {
    font-size: 10px;
    padding: 5px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    background-color: #000;
    border-radius: 3px;
    box-shadow: 0 0 2px #000000;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 4px;
    text-align: center;
}
.tipsy-arrow {
    border: 5px dashed #000;
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0;
}
.tipsy-arrow-n {
    border-bottom-color: #000;
}
.tipsy-arrow-s {
    border-top-color: #000;
}
.tipsy-arrow-e {
    border-left-color: #000;
}
.tipsy-arrow-w {
    border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: medium none;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tipsy-nw .tipsy-arrow {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: medium none;
    left: 10px;
    top: 0;
}
.tipsy-ne .tipsy-arrow {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: medium none;
    right: 10px;
    top: 0;
}
.tipsy-s .tipsy-arrow {
    border-bottom: medium none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tipsy-sw .tipsy-arrow {
    border-bottom: medium none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    bottom: 0;
    left: 10px;
}
.tipsy-se .tipsy-arrow {
    border-bottom: medium none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    bottom: 0;
    right: 10px;
}
.tipsy-e .tipsy-arrow {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-right: medium none;
    border-top-color: transparent;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tipsy-w .tipsy-arrow {
    border-bottom-color: transparent;
    border-left: medium none;
    border-right-style: solid;
    border-top-color: transparent;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.flexslider .slides > li, .full-width .content .flexslider .slides > li {
    display: none;
    height: 498px;
    position: relative;
}
.flexslider .slides img {
    display: block;
    height: 100%;
    width: 100%;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider, .full-width .content .flexslider {
    background: url("images/black-loader.gif") no-repeat scroll 50% 48% #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    height: 498px;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    width: 995px;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav a {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    top: 55%;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.flex-direction-nav .flex-next {
    right: -30px;
}
.flex-direction-nav .flex-next:before {
    content: "";
}
.flex-direction-nav .flex-prev {
    left: -30px;
}
.flex-direction-nav .flex-prev:before {
    content: "";
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    left: 5px;
    opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .disabled {
    cursor: default;
    opacity: 0.3 !important;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 100%;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .active {
    cursor: default;
    opacity: 1;
}
.flex-control-nav {
    bottom: -1px;
    height: 13px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0;
}
.flex-control-paging li a {
    background: none repeat scroll 0 0 #666;
    cursor: pointer;
    display: block;
    height: 13px;
    text-indent: -9999px;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.flex-control-paging li a:hover {
    background: none repeat scroll 0 0 #000;
}
.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #f88c00;
    cursor: default;
}
.slider-caption {
    background: none repeat scroll 0 0 #000;
    bottom: 13px;
    color: #fff;
    opacity: 0.8;
    padding: 15px 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.slider-caption h4 a, .slider-caption h4, .full-width .content .slider-caption h4 {
    color: #fff;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 35px;
}
.slider-caption h4, .slider-caption p {
    padding: 0 15px;
}
.content .flexslider {
    height: 330px;
    width: 660px;
}
.content .flexslider .slides > li {
    display: none;
    height: 330px;
    position: relative;
}
.content .flexslider .slides img {
    display: block;
    width: 100%;
}
.content .slider-caption h4 a, .content .slider-caption h4 {
    font-size: 22px;
}
.content .ei-slider {
    height: 330px;
}
.content .ei-slider-loading {
    line-height: 375px;
}
.content .ei-title h5 {
    font-size: 12px;
    line-height: 14px;
    width: 435px;
}
.content .ei-title h4 {
    font-size: 20px;
}
#sidebar .flexslider {
    clear: both;
    height: 204px;
    width: 310px;
}
#sidebar .flexslider .slides > li {
    height: 204px;
}
#sidebar .slider-caption {
    bottom: 0;
    padding: 0;
    width: 100%;
}
#sidebar .slider-caption h2 {
    line-height: 20px;
    padding: 3px 10px;
}
#sidebar .slider-caption h2 a {
    font-size: 18px;
}
.ei-slider {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    height: 498px;
    margin: 0 auto 35px;
    max-width: 995px;
    position: relative;
    width: 100%;
}
.ei-slider-loading {
    background: url("images/black-loader.gif") no-repeat scroll 50% 48% #000;
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 520px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9;
}
.ei-slider-large {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ei-slider-large li {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.ei-slider-large li img {
    width: 100%;
}
.ei-title {
    bottom: 25%;
    color: #fff;
    margin-left: 2%;
    margin-right: 0;
    opacity: 0.8;
    position: absolute;
    right: 10%;
}
.ei-title h2, .ei-title h3 {
    text-align: right;
}
.ei-title h2 {
    background: none repeat scroll 0 0 #000;
    color: #b5b5b5;
    float: right;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 35px;
    margin-bottom: 5px;
    padding: 5px;
}
.ei-title h3 {
    background: none repeat scroll 0 0 #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    width: 835px;
}
.ei-slider-thumbs {
    height: 13px;
    margin: 0 auto;
    max-width: 100% !important;
    position: relative;
}
.ei-title a {
    color: #fff;
}
.ei-slider-thumbs li {
    float: left;
    height: 100%;
    position: relative;
}
.ei-slider-thumbs li.ei-slider-element {
    background: none repeat scroll 0 0 #f88c00;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    z-index: 10;
}
.ei-slider-thumbs li a {
    background: none repeat scroll 0 0 #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block;
    height: 100%;
    text-indent: -9000px;
    transition: background 0.2s ease 0s;
    width: 100%;
}
.ei-slider-thumbs li a:hover {
    background-color: #f0f0f0;
}
.ei-slider-thumbs li img {
    bottom: 50px;
    max-height: 100px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 999;
}
.content .ei-slider-thumbs li img {
    max-height: 65px;
}
.ei-slider-thumbs li:hover img {
    bottom: 13px;
    opacity: 1;
}
.review-box {
    margin: 20px 0;
}
h2.review-box-header {
    border-bottom: 4px solid #333;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 22px;
    margin-bottom: 3px;
    margin-top: 0;
    padding: 10px 0 6px;
}
.review-item {
    opacity: 0.8;
    padding: 5px 0 8px;
    transition: all 0.2s ease-in-out 0s;
}
.review-item:hover {
    opacity: 1;
}
.review-item h5 {
    color: #555;
    font-size: inherit;
    margin-bottom: 5px;
    margin-top: 0;
}
.review-percentage .review-item span {
    background: none repeat scroll 0 0 #f2f2f2;
    display: block;
    height: 15px;
}
.review-percentage .review-item span span {
    background-color: #f88c00;
    background-image: url("images/stripes.png");
    display: block;
    height: 15px;
}
.review-stars .review-item, .user-rate-wrap {
    background: none repeat scroll 0 0 #f2f2f2;
    margin-bottom: 2px;
    overflow: hidden;
    padding: 5px;
}
.review-stars .review-item h5 {
    float: left;
    margin-top: 0;
    padding-top: 5px;
}
.review-stars .stars-large {
    float: right;
}
.review-final-score .stars-large {
    float: none !important;
    margin: 0 auto 10px;
}
.review-summary {
    background-color: #f2f2f2;
    margin-bottom: 3px;
    overflow: hidden;
}
.review-short-summary {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}
.review-final-score {
    background-color: #f88c00;
    color: #fff;
    display: table-cell;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
    width: 100px;
}
.review-final-score h3 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: -5px;
    margin-top: 0;
}
.review-final-score h3 span {
    font-size: 24px;
}
.review-final-score h4 {
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.review-top {
    float: left;
    margin-right: 20px;
    width: 55%;
}
.user-rate {
    float: right;
    width: 98px;
}
.user-rate-active span span {
    cursor: pointer;
}
.tie-rate-load {
    background: url("images/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 22px;
    width: 98px;
}
span.stars-large {
    background: url("images/stars-large.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    display: block;
    height: 22px;
    width: 98px;
}
span.stars-large span {
    background: url("images/stars-large.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 22px;
    width: 100%;
}
span.stars-small {
    background: url("images/stars-small.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 15px;
    margin: 2px 5px 0 0;
    width: 52px;
}
span.stars-small span {
    background: url("images/stars-small.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 15px;
    margin: 0 !important;
    width: 100%;
}
#sitemap {
    overflow: hidden;
    padding: 10px 0 0 15px;
}
.sitemap-col {
    float: left;
    margin: 0 2% 10px 0;
    width: 23%;
}
#sitemap .last {
    margin-right: 0;
}
.sitemap-col h2 {
    border-bottom: 1px solid #e9e9e9;
    color: #111;
    font-family: Georgia,serif;
    font-size: 20px;
    margin-bottom: -3px;
    padding-bottom: 10px;
}
.sitemap-col ul {
    margin-left: 0;
    padding-left: 0;
}
.sitemap-col ul li a {
    display: inline-block;
    padding: 4px 0;
}
ul.authors-wrap li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #f2f2f2;
    list-style: none outside none;
    margin: 0 -20px 10px;
    padding: 20px;
}
ul.authors-wrap li h3 {
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 22px;
    margin: 0 0 5px;
    text-transform: capitalize;
}
ul.timeline {
    border-left: 2px solid #dfdfe0;
    margin: 0 0 30px 35px;
    overflow: hidden;
}
h2.timeline-head {
    background: none repeat scroll 0 0 #dfdfe0;
    border-radius: 35px;
    display: inline-block;
    font-family: BebasNeueRegular,arial,Georgia,serif;
    font-size: 24px;
    margin-bottom: 0;
    padding: 3px 20px 0;
}
ul.timeline li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    padding: 2px 10px 2px 100px;
    position: relative;
}
ul.timeline li span {
    color: #999;
    display: inline-block;
    left: 0;
    position: absolute;
}
body.bbpress #crumbs {
    display: none;
}
body.dark-skin {
    background-color: #000;
    color: #bfbfbf;
}
body.dark-skin a, body.dark-skin .page-title, body.dark-skin .search-widget input {
    color: #ddd;
}
body.dark-skin .single-post-caption {
    background: none repeat scroll 0 0 #2f2f2f;
    color: #ccc;
}
body.dark-skin a:hover, body.dark-skin .widget-top h4 a:hover, body.dark-skin #tabbed-widget ul.tabs li a:hover, body.dark-skin .top-nav ul li a:hover, body.dark-skin .top-nav ul ul li:hover > a, body.dark-skin .top-nav ul ul *:hover > a, body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover, body.dark-skin .widget-feedburner .feedburner-subscribe:hover, body.dark-skin .password-protected input[type="submit"]:hover {
    color: #fff !important;
}
body.dark-skin header#theme-header, body.dark-skin #main-content, body.dark-skin .breaking-news {
    background: none repeat scroll 0 0 #3c3c3c;
    box-shadow: 0 0 5px #141414;
}
body.dark-skin .top-nav {
    background: none repeat scroll 0 0 #333;
    border-bottom-color: #444;
}
body.dark-skin .top-nav ul li a, body.dark-skin .commentlist .reply a {
    color: #999;
    text-shadow: 0 1px 1px #333;
}
body.dark-skin .top-nav ul li {
    border-right-color: #444;
}
body.dark-skin .cat-box-content, body.dark-skin #sidebar .widget-container, body.dark-skin .post-listing, body.dark-skin #sidebar .widget-counter, body.dark-skin .wide-box ul {
    background: none repeat scroll 0 0 #373737;
    border-left-color: #303030;
    border-right-color: #303030;
    border-top-color: #303030;
    box-shadow: 0 1px 3px 0 #141414;
}
body.dark-skin .item-list, body.dark-skin #tabbed-widget .tabs-wrap li, body.dark-skin .comments-avatar .widget-container li, body.dark-skin .posts-list .widget-container li, body.dark-skin .categort-posts .widget-container li, body.dark-skin .commentlist li.pingback, body.dark-skin #crumbs, body.dark-skin .post-inner p.post-meta, body.dark-skin #twitter-widget li, body.dark-skin .authors-posts .widget-container li {
    border-bottom-color: #303030;
}
body.dark-skin .ei-slider-thumbs li a {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 1px rgba(56, 56, 56, 0.5);
}
body.dark-skin .widget-counter li:nth-child(3n-1) {
    border-left-color: #303030;
    border-right-color: #303030;
}
body.dark-skin .widget-counter li {
    border-bottom-color: #303030;
    border-left-color: #303030;
}
body.dark-skin .widget-counter li:hover {
    background-color: #3c3c3c;
}
body.dark-skin #twitter-widget .tweet_list .tweet_avatar img, body.dark-skin .post-thumbnail img, body.dark-skin .comment-avatar, body.dark-skin .author-avatar img, body.dark-skin .review-stars .review-item, body.dark-skin .review-summary, body.dark-skin .commentlist .reply a {
    background-color: #272727;
}
body.dark-skin .pagination a, body.dark-skin .pagination span.extend, body.dark-skin .pagination span.current {
    text-shadow: 0 1px 0 #111;
}
body.dark-skin #tabbed-widget .widget-top, body.dark-skin .cat-tabs-header {
    background: none repeat scroll 0 0 #2e2e2e;
    border-bottom-color: #424242;
}
body.dark-skin #tabbed-widget ul.tabs li a {
    text-shadow: 0 1px 0 #000;
}
body.dark-skin #tabbed-widget ul.tabs li.active a, body.dark-skin .cat-tabs-header li.active {
    background: none repeat scroll 0 0 #424242;
    color: #999;
}
body.dark-skin .author-avatar img, body.dark-skin .author-info img.author-img {
    background: none repeat scroll 0 0 #424242;
    border-color: #222;
    box-shadow: none;
}
body.dark-skin .scroll-nav, body.dark-skin .top-nav ul ul {
    background: none repeat scroll 0 0 #303030;
}
body.dark-skin .column2 li.first-news, body.dark-skin .wide-box li.first-news {
    background: none repeat scroll 0 0 #373737;
    border-bottom-color: #292929;
    border-top-color: #444;
}
body.dark-skin .column2 li, body.dark-skin .wide-box li, body.dark-skin li.other-news {
    background: none repeat scroll 0 0 #333232;
    border-bottom-color: #202020;
    border-top-color: #4d4d4d;
}
body.dark-skin .column2 li:hover, body.dark-skin li.other-news:hover {
    background: none repeat scroll 0 0 #2e2e2e;
}
body.dark-skin li.other-news, body.dark-skin ul.timeline {
    border-left-color: #292929;
}
body.dark-skin .share-post {
    background: none repeat scroll 0 0 #303030;
    border-top-color: #444;
}
body.dark-skin textarea, body.dark-skin input[type="text"], body.dark-skin input[type="password"], body.dark-skin input[type="email"], body.dark-skin select, body.dark-skin #commentform textarea, body.dark-skin #commentform input, body.dark-skin #login-form #log, body.dark-skin #login-form #pwd, body.dark-skin .widget-feedburner .feedburner-email {
    background: none repeat scroll 0 0 #303030;
    border-color: #222 #555 #555 #222;
    color: #999;
}
body.dark-skin #commentform input:focus, body.dark-skin #commentform textarea:focus {
    background: none repeat scroll 0 0 #303030;
    color: #fff;
}
body.dark-skin .button, body.dark-skin a.button, body.dark-skin #main-content input[type="submit"], body.dark-skin .form-submit #submit, body.dark-skin .form-submit #submit, body.dark-skin #login-form .login-button, body.dark-skin .widget-feedburner .feedburner-subscribe, body.dark-skin .password-protected input[type="submit"], body.dark-skin .button:hover, body.dark-skin a.button:hover, body.dark-skin #main-content input[type="submit"]:hover, body.dark-skin .post-tag a, body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover, body.dark-skin .widget-feedburner .feedburner-subscribe:hover, body.dark-skin .password-protected input[type="submit"]:hover {
    background: none repeat scroll 0 0 #111;
    border: 1px solid #181818;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), 0 1px 0 rgba(0, 0, 0, 0.5) inset, 0 -1px 0 rgba(0, 0, 0, 0.02) inset, 0 -25px 25px rgba(0, 0, 0, 0.37) inset;
    color: #515151;
    text-shadow: 0 1px 0 #000;
}
body.dark-skin .comment-wrap, body.dark-skin .search-widget input {
    background: none repeat scroll 0 0 #373737;
    box-shadow: 0 1px 3px 0 #141414;
}
body.dark-skin .widget-counter li a strong {
    opacity: 1;
}
body.dark-skin .cat-box-title h2, body.dark-skin .cat-box-title h2 a, body.dark-skin .author-comment cite {
    color: #bfbfbf;
}
body.dark-skin .cat-box-title h2 a:hover, body.dark-skin .search-block #s:hover, body.dark-skin .search-block #s:focus {
    color: #fff;
}
body.dark-skin #tabbed-widget .tabs-wrap.tagcloud a {
    background: none repeat scroll 0 0 #303030;
    border: 1px solid #444;
    box-shadow: 0 0 2px #222 inset, 0 0 2px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgb(0, 0, 0);
}
body.dark-skin #tabbed-widget .tabs-wrap.tagcloud a:hover, body.dark-skin h2.timeline-head {
    background: none repeat scroll 0 0 #222;
}
body.dark-skin .search-block #s {
    background-color: #3a3a3a;
    border-left-color: #444;
}
body.dark-skin .search-widget input, body.dark-skin.woocommerce ul.products li.product .price, body.dark-skin.woocommerce-page ul.products li.product .price {
    border-color: #555;
}
body.dark-skin #twitter-widget .loading span {
    background: url("images/black-loader.gif") no-repeat scroll center top rgba(0, 0, 0, 0);
}
body.dark-skin .today-date {
    background-color: #222;
    color: #888;
}
body.dark-skin .highlight {
    color: #222;
}
body.dark-skin .page-link {
    background: none repeat scroll 0 0 #2b2b2b;
}
body.dark-skin .toggle, body.dark-skin .post-tabs .pane, body.dark-skin .post-tabs-ver .pane, body.dark-skin .author-info {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #222;
    border-color: #444 #444 #555;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
body.dark-skin .toggle h3 {
    text-shadow: 0 1px 1px #000;
}
body.dark-skin .post-tabs ul.tabs-nav li {
    background: none repeat scroll 0 0 #2d2d2d;
    border: 1px solid #444;
}
body.dark-skin .post-tabs ul.tabs-nav li.current {
    background: none repeat scroll 0 0 #222;
    border-bottom: 0 none;
}
body.dark-skin .post-tabs-ver ul.tabs-nav li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #2d2d2d;
    border-color: #444;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
}
body.dark-skin .post-tabs-ver ul.tabs-nav li.current {
    background: none repeat scroll 0 0 #222;
    border-right-width: 0;
}
body.dark-skin .box, body.dark-skin .box.shadow {
    box-shadow: 0 0 7px #111;
    color: #333;
}
body.dark-skin .review-item h5 {
    color: #ddd;
}
body.dark-skin .review-stars .review-item, body.dark-skin .user-rate-wrap {
    background: none repeat scroll 0 0 #222;
}
body.dark-skin h2.review-box-header {
    border-bottom-color: #222;
}
body.dark-skin.woocommerce .woocommerce-tabs ul.tabs li a {
    color: #777 !important;
}
body.dark-skin.woocommerce .woocommerce-tabs ul.tabs li a:hover {
    color: #000 !important;
}
body.dark-skin.woocommerce div.pp_overlay {
    background: none repeat scroll 0 0 #000;
}
body.dark-skin.woocommerce div.pp_woocommerce .pp_content_container {
    background: none repeat scroll 0 0 #222;
}
body.dark-skin #bbpress-forums li.bbp-header, body.dark-skin #bbpress-forums li.bbp-footer, body.dark-skin #bbpress-forums div.bbp-forum-header, body.dark-skin #bbpress-forums div.bbp-topic-header, body.dark-skin #bbpress-forums div.bbp-reply-header {
    background: none repeat scroll 0 0 #2e2e2e;
}
body.dark-skin #bbpress-forums ul.bbp-lead-topic, body.dark-skin #bbpress-forums ul.bbp-topics, body.dark-skin #bbpress-forums ul.bbp-forums, body.dark-skin #bbpress-forums ul.bbp-replies, body.dark-skin #bbpress-forums ul.bbp-search-results, body.dark-skin #bbpress-forums li.bbp-header, body.dark-skin #bbpress-forums li.bbp-footer, body.dark-skin #bbpress-forums li.bbp-body ul.forum, body.dark-skin #bbpress-forums li.bbp-body ul.topic, body.dark-skin #bbpress-forums div.bbp-forum-header, body.dark-skin #bbpress-forums div.bbp-topic-header, body.dark-skin #bbpress-forums div.bbp-reply-header, body.dark-skin #bbpress-forums fieldset.bbp-form, body.dark-skin .quicktags-toolbar, body.dark-skin .wp_themeSkin tr.mceFirst td.mceToolbar {
    border-color: #222;
}
body.dark-skin #bbpress-forums div.odd, body.dark-skin #bbpress-forums ul.odd {
    background-color: #414141;
}
body.dark-skin #bbpress-forums div.even, body.dark-skin #bbpress-forums ul.even {
    background-color: #474747;
}
body.dark-skin.bbp-topics-front ul.super-sticky, body.dark-skin .bbp-topics ul.super-sticky, body.dark-skin .bbp-topics ul.sticky, body.dark-skin .bbp-forum-content ul.sticky {
    background-color: #333 !important;
}
.google-map.alignleft {
    margin-right: 10px;
}
.google-map.alignright {
    margin-left: 10px;
}
.google-map.aligncenter {
    text-align: center;
}
.post-tooltip {
    border-bottom: 1px dotted #666;
    color: #ed5109;
    cursor: pointer;
    display: inline-block;
}
.post-tooltip:hover {
    border-bottom-color: #ed5109;
}
.highlight {
    background: none repeat scroll 0 0 #ff9;
}
.dropcap {
    display: block;
    float: left;
    font-family: Georgia,Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
    font-size: 50px;
    line-height: 50px;
    margin: 0 8px 0 0;
}
.starlist li, .checklist li {
    background-position: left top;
    background-repeat: no-repeat;
    list-style: none outside none !important;
    padding-left: 25px;
}
.starlist li {
    background-image: url("images/bullet_star.png");
}
.checklist li {
    background-image: url("images/bullet_check.png");
}
.box {
    background-color: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    word-wrap: break-word;
}
.box div.box-inner-block {
    min-height: 50px;
    padding-left: 60px;
}
.box .tieicon-boxicon {
    float: left;
    margin-left: -70px;
}
.box .tieicon-boxicon:before {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    width: 60px;
}
.box.shadow {
    border: 1px solid #aaa;
    box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
}
.box.shadow div {
    padding: 0;
}
.box.info {
    background: none repeat scroll 0 0 #d6f6ff;
    border-color: #bfe3ec;
}
.box.info .tieicon-boxicon:before {
    color: #2cb4da;
    content: "❗";
}
.box.success {
    background: none repeat scroll 0 0 #e2f2cb;
    border-color: #d1e4b7;
}
.box.success .tieicon-boxicon:before {
    color: #8ab84d;
    content: "✓";
}
.box.warning {
    background: none repeat scroll 0 0 #fffddb;
    border-color: #e9e59e;
}
.box.warning .tieicon-boxicon:before {
    color: #ecc21b;
    content: "⚠";
    font-size: 55px;
}
.box.error {
    background: none repeat scroll 0 0 #ffe6e2;
    border-color: #eebfb8;
}
.box.error .tieicon-boxicon:before {
    color: #f03317;
    content: "✕";
    font-size: 70px;
}
.box.download {
    background: none repeat scroll 0 0 #e2f2cb;
    border-color: #d1e4b7;
}
.box.download .tieicon-boxicon:before {
    color: #8ab84d;
    content: "";
}
.box.note {
    background: none repeat scroll 0 0 #fffddb;
    border-color: #e9e59e;
}
.box.note .tieicon-boxicon:before {
    color: #ecc21b;
    content: "";
}
a.shortc-button {
    background: -moz-linear-gradient(center top , #d4d4d4 0px, #c7c7c7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: white;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px 20px;
    padding: 0 10px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    transition: background 0.4s ease 0s;
}
a.shortc-button:hover {
    background: -moz-linear-gradient(center top , #d8d6d6 0px, #cdcdcd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button:active {
    top: 1px;
}
a.shortc-button.red {
    background: -moz-linear-gradient(center top , #f77087 0px, #e3414d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #b63540;
}
a.shortc-button.red:hover {
    background: -moz-linear-gradient(center top , #f8889b 0px, #e65762 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button.green {
    background: -moz-linear-gradient(center top , #a8d34e 0px, #6aad2d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #5e8c22;
}
a.shortc-button.green:hover {
    background: -moz-linear-gradient(center top , #b2d862 0px, #76c132 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button.blue {
    background: -moz-linear-gradient(center top , #00a2ff 0px, #028edf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #1e638b;
}
a.shortc-button.blue:hover {
    background: -moz-linear-gradient(center top , #3cb6fc 0px, #31a6ea 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button.orange {
    background: -moz-linear-gradient(center top , #ffa500 0px, #ed9900 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #be8a2b;
}
a.shortc-button.orange:hover {
    background: -moz-linear-gradient(center top , #ffb93a 0px, #f3ab26 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button.pink {
    background: -moz-linear-gradient(center top , #ff00a2 0px, #ed0097 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cc198b;
}
a.shortc-button.pink:hover {
    background: -moz-linear-gradient(center top , #ff6cc9 0px, #ea51b2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button.purple {
    background: -moz-linear-gradient(center top , #d700d7 0px, #b000b0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #833083;
}
a.shortc-button.purple:hover {
    background: -moz-linear-gradient(center top , #f969f9 0px, #c302c3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button.white {
    background: -moz-linear-gradient(center top , #fbfbfb 0px, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
a.shortc-button.white:hover {
    background: -moz-linear-gradient(center top , #fff 0px, #f8f8f8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
a.shortc-button.medium {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
a.shortc-button.big {
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
}
.flickr-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
}
.flickr-wrapper .flickr_badge_image {
    float: left;
    margin: 8px;
}
.flickr-wrapper .flickr_badge_image img {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px #b2b2b2;
    opacity: 1;
    padding: 4px;
}
.flickr-wrapper .flickr_badge_image a:hover img {
    opacity: 0.6;
}
#twitter-shortcode {
    margin-bottom: 10px;
}
#twitter-shortcode li {
    list-style: none outside none;
    overflow: hidden;
    padding: 5px 10px 5px 30px;
}
#twitter-shortcode li:last-child {
    border-bottom: 0 none;
}
#twitter-shortcode .tweet_list .tweet_avatar img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d6d6d6;
    float: right;
    margin-left: 5px;
    padding: 2px;
}
#twitter-shortcode .loading {
    padding: 10px;
    text-align: center;
}
.toggle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #e1e1e1 #e1e1e1 #979797;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 5px 10px;
    position: relative;
}
.toggle h3 {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0;
    text-shadow: 0 1px 1px #fff;
}
h3.toggle-head-close {
    display: none;
}
h3.toggle-head-open .tieicon-up, h3.toggle-head-close .tieicon-down {
    float: right;
    margin: -6px;
}
.toggle-content {
    padding-top: 15px;
}
.toggle.close .toggle-content, .toggle.close h3.toggle-head-open {
    display: none;
}
.toggle.close h3.toggle-head-close {
    display: block;
}
.author-info {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #e1e1e1 #e1e1e1 #979797;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
}
.author-info-content {
    padding-left: 100px;
}
.author-info-content h3 {
    margin-bottom: 15px;
    margin-top: 0;
}
.author-info img.author-img {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px #b2b2b2;
    float: left;
    margin-right: 15px;
    max-width: 70px;
    padding: 4px;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    margin-right: 4%;
    position: relative;
}
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66%;
}
.two_third {
    width: 65.33%;
}
.one_fourth {
    width: 22%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 67.2%;
}
.one_sixth {
    width: 13.33%;
}
.five_sixth {
    width: 82.67%;
}
.entry .last {
    clear: right;
    margin-right: 0 !important;
}
.post-tabs, .post-tabs-ver {
    margin-bottom: 20px;
}
.post-tabs ul.tabs-nav {
    height: 33px;
    margin: 0;
    padding-left: 20px;
}
.post-tabs ul.tabs-nav li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ddd;
    border-color: #e1e1e1 #e1e1e1 -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 32px;
    margin: 0 5px 0 0;
    padding: 0 16px;
    transition: background 0.5s ease 0s;
}
.post-tabs ul.tabs-nav li.current {
    background: none repeat scroll 0 0 #f6f6f6;
    height: 33px;
    z-index: 1;
}
.post-tabs .pane {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #e1e1e1 #e1e1e1 #979797;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 20px;
}
.post-tabs-ver ul.tabs-nav {
    float: left;
    margin: 0;
    padding-top: 10px;
    width: 170px;
}
.post-tabs-ver ul.tabs-nav li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ddd;
    border-color: #e1e1e1;
    border-image: none;
    border-radius: 4px 0 0 4px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0 16px;
    transition: background 0.5s ease 0s;
}
.post-tabs-ver ul.tabs-nav li.current {
    background: none repeat scroll 0 0 #f6f6f6;
    width: 138px;
    z-index: 1;
}
.post-tabs-ver .pane {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f6f6f6;
    border-color: #e1e1e1 #e1e1e1 #979797;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin-left: 170px;
    min-height: 180px;
    padding: 20px;
}
.mejs-container {
    background: none repeat scroll 0 0 #000;
    font-family: Helvetica,Arial;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}
.me-plugin {
    position: absolute;
}
.mejs-embed, .mejs-embed body {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.mejs-fullscreen {
    overflow: hidden !important;
}
.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    height: 100%;
    width: 100%;
}
.mejs-clear {
    clear: both;
}
.mejs-background {
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
}
:root .mejs-poster img {
    display: none;
}
.mejs-poster img {
    border: 0 none;
    padding: 0;
}
.mejs-overlay {
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-overlay-play {
    cursor: pointer;
}
.mejs-overlay-button {
    background: url("images/bigplay.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px !important;
    position: absolute;
    top: 50%;
    width: 100px;
}
.no-svg .mejs-overlay-button {
    background-image: url("images/bigplay.png");
}
.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}
.mejs-overlay-loading {
    background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
}
.mejs-overlay-loading span {
    background: url("images/loading.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 80px;
    width: 80px;
}
.mejs-container .mejs-controls {
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 30px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.mejs-container .mejs-controls div {
    background-image: none;
    border: 0 none;
    display: block;
    float: left;
    font-family: Helvetica,Arial;
    font-size: 11px;
    height: 26px;
    line-height: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 26px;
}
.mejs-controls .mejs-button button {
    background: url("images/controls.svg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 16px;
}
.no-svg .mejs-controls .mejs-button button {
    background-image: url("images/controls.png");
}
.mejs-container .mejs-controls .mejs-time {
    box-sizing: content-box;
    color: #fff;
    display: block;
    height: 17px;
    overflow: hidden;
    padding: 8px 3px 0;
    text-align: center;
    width: auto;
}
.mejs-container .mejs-controls .mejs-time span {
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 1px 2px 0 0;
    width: auto;
}
.mejs-controls .mejs-play button {
    background-position: 0 0;
}
.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    padding-top: 5px;
    width: 200px;
}
.mejs-controls .mejs-time-rail span {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 5px;
    position: absolute;
    width: 180px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    background: none repeat scroll 0 0 #706d6d;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
    margin: 7px 5px;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    animation: 2s linear 0s normal none infinite buffering-stripes;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}
@keyframes buffering-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 30px 0;
}
}
@keyframes buffering-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 30px 0;
}
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #333;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 10px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #333;
    color: #111;
    display: none;
    height: 17px;
    margin-left: -18px;
    position: absolute;
    text-align: center;
    top: -26px;
    width: 36px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee transparent transparent;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 5px;
    display: block;
    height: 0;
    left: 13px;
    line-height: 0;
    position: absolute;
    top: 15px;
    width: 0;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}
.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
    position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
    border-radius: 0;
    display: none;
    height: 115px;
    left: 0;
    margin: 0;
    position: absolute;
    top: -115px;
    width: 25px;
    z-index: 1;
}
.mejs-controls .mejs-volume-button:hover {
    border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 11px;
    margin: 0;
    position: absolute;
    top: 8px;
    width: 2px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    height: 100px;
    left: 11px;
    margin: 0;
    position: absolute;
    top: 8px;
    width: 2px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: n-resize;
    height: 6px;
    left: 4px;
    margin: 0;
    position: absolute;
    top: -3px;
    width: 16px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    position: relative;
    width: 60px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: none repeat scroll 0 0 #706d6d;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.4);
    font-size: 1px;
    height: 5px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 13px;
    width: 50px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    font-size: 1px;
    height: 5px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 13px;
    width: 50px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}
.mejs-controls .mejs-captions-button {
    position: relative;
}
.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 26px;
    height: 100px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: -10px;
    visibility: hidden;
    width: 130px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    display: block;
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    color: #fff;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    float: left;
    font-family: helvetica,arial;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 0 0;
    width: 100px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}
.mejs-chapters {
    left: 0;
    position: absolute;
    top: 0;
    width: 10000px;
    z-index: 1;
}
.mejs-chapters .mejs-chapter {
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    overflow: hidden;
    position: absolute;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    padding: 5px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: medium none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6)) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 0 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 12px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
}
.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
    font-size: 20px;
    font-weight: normal;
}
.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.mejs-captions-position-hover {
    bottom: 45px;
}
.mejs-captions-text {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.8);
    padding: 3px 5px;
}
.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}
.me-cannotplay span {
    display: block;
    padding: 15px;
}
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}
.mejs-contextmenu {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 4px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
    background: none repeat scroll 0 0 #333;
    font-size: 0;
    height: 1px;
    margin: 5px 6px;
}
.mejs-contextmenu .mejs-contextmenu-item {
    color: #333;
    cursor: pointer;
    font-family: Helvetica,Arial;
    font-size: 12px;
    padding: 4px 6px;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: none repeat scroll 0 0 #2c7c91;
    color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 26px;
    height: 100px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: -10px;
    visibility: hidden;
    width: 130px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    display: block;
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    color: #fff;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    float: left;
    font-family: helvetica,arial;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 0 0;
    width: 100px;
}
.mejs-postroll-layer {
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.mejs-postroll-layer-content {
    height: 100%;
    width: 100%;
}
.mejs-postroll-close {
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.7);
    color: #fff;
    cursor: pointer;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.mejs-container, .mejs-embed, .mejs-embed body {
    background: none repeat scroll 0 0 #464646;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none repeat scroll 0 0 #21759b;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: none repeat scroll 0 0 #d54e21;
}
.me-cannotplay {
    width: auto !important;
}
.wp-video-shortcode.mejs-container {
    height: auto !important;
    padding-top: 57% !important;
    width: 100% !important;
}
.wp-video-shortcode.mejs-container video, .mejs-layer {
    bottom: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px;
}
div.pp_default .pp_top .pp_left {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll -78px -93px rgba(0, 0, 0, 0);
}
div.pp_default .pp_top .pp_middle {
    background: url("images/prettyPhoto/sprite_x.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}
div.pp_default .pp_top .pp_right {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll -112px -93px rgba(0, 0, 0, 0);
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: url("images/prettyPhoto/sprite_y.png") repeat-y scroll -7px 0 rgba(0, 0, 0, 0);
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: url("images/prettyPhoto/sprite_y.png") repeat-y scroll right top rgba(0, 0, 0, 0);
    padding-right: 13px;
}
div.pp_default .pp_next:hover {
    background: url("images/prettyPhoto/sprite_next.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url("images/prettyPhoto/sprite_prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll 0 -29px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_expand:hover {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll 0 -56px rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll 0 -84px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_contract:hover {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll 0 -113px rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.pp_default .pp_close {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll 2px 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_gallery ul li a {
    background: url("images/prettyPhoto/default_thumb.png") repeat scroll center center #f8f8f8;
    border: 1px solid #aaa;
}
div.pp_default .pp_social {
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    left: auto;
    position: static;
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll -51px 1px rgba(0, 0, 0, 0);
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll -31px -3px rgba(0, 0, 0, 0);
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}
div.pp_default a.pp_arrow_next {
    background-position: -82px -3px;
    left: 52px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    position: relative;
    width: 110px;
}
div.pp_default .pp_nav .currentTextHolder {
    color: #999;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll -78px -127px rgba(0, 0, 0, 0);
}
div.pp_default .pp_bottom .pp_middle {
    background: url("images/prettyPhoto/sprite_x.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
}
div.pp_default .pp_bottom .pp_right {
    background: url("images/prettyPhoto/sprite.png") no-repeat scroll -112px -127px rgba(0, 0, 0, 0);
}
div.pp_default .pp_loaderIcon {
    background: url("images/prettyPhoto/loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
div.pp_pic_holder a:focus {
    outline: medium none;
}
div.pp_overlay {
    background: none repeat scroll 0 0 #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 150px;
}
.pp_social .twitter {
    float: left;
    width: 70px;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}
.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img {
    border: 0 none;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    transition: none 0s ease 0s ;
    width: 49%;
}
a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    transition: none 0s ease 0s ;
    width: 49%;
}
a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    display: block;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 0;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}
div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative;
}
.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}
.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_fade, .pp_gallery li.default a img {
    display: none;
}
.social-icons-widget .social-icons [class^="tieicon-"]:before, .social-icons-widget .social-icons [class*=" tieicon-"]:before {
    border-radius: 2px;
    color: #fff;
}
.social-icons-widget .social-icons.icon_24 [class^="tieicon-"]:before, .social-icons-widget .social-icons.icon_24 [class*=" tieicon-"]:before {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.tieicon-delicious:before {
    content: "";
}
.social-icons-widget .tieicon-delicious:before {
    background: none repeat scroll 0 0 #2567ee;
}
.tieicon-stumbleupon:before {
    content: "";
}
.social-icons-widget .tieicon-stumbleupon:before {
    background: none repeat scroll 0 0 #f42424;
}
.tieicon-fivehundredpx:before {
    content: "0";
}
.social-icons-widget .tieicon-fivehundredpx:before {
    background: none repeat scroll 0 0 #00adf1;
}
.tieicon-foursquare:before {
    content: "";
}
.social-icons-widget .tieicon-foursquare:before {
    background: none repeat scroll 0 0 #0d9ed1;
}
.tieicon-grooveshark:before {
    content: "8";
}
.social-icons-widget .tieicon-grooveshark:before {
    background: none repeat scroll 0 0 #248fd3;
}
.tieicon-forrst:before {
    content: ":";
}
.social-icons-widget .tieicon-forrst:before {
    background: none repeat scroll 0 0 #297e09;
}
.tieicon-digg:before {
    content: ";";
}
.social-icons-widget .tieicon-digg:before {
    background: none repeat scroll 0 0 #b2b2b2;
}
.tieicon-reddit:before {
    content: "";
}
.social-icons-widget .tieicon-reddit:before {
    background: none repeat scroll 0 0 #ff915c;
}
.tieicon-blogger:before {
    content: "";
}
.social-icons-widget .tieicon-blogger:before {
    background: none repeat scroll 0 0 #f39d38;
}
.tieicon-flickr:before {
    content: "";
}
.social-icons-widget .tieicon-flickr:before {
    background: none repeat scroll 0 0 #ff0084;
}
.tieicon-viadeo:before {
    content: "H";
}
.social-icons-widget .tieicon-viadeo:before {
    background: none repeat scroll 0 0 #f97618;
}
.tieicon-vimeo:before {
    content: "";
}
.social-icons-widget .tieicon-vimeo:before {
    background: none repeat scroll 0 0 #3fbfce;
}
.tieicon-myspace:before {
    content: "_";
}
.social-icons-widget .tieicon-myspace:before {
    background: none repeat scroll 0 0 #487ccd;
}
.tieicon-googleplay:before {
    content: "▶";
}
.social-icons-widget .tieicon-googleplay:before {
    background: none repeat scroll 0 0 #a0b532;
}
.tieicon-soundcloud:before {
    content: "";
}
.social-icons-widget .tieicon-soundcloud:before {
    background: none repeat scroll 0 0 #f76700;
}
.tieicon-yelp:before {
    content: "y";
}
.social-icons-widget .tieicon-yelp:before {
    background: none repeat scroll 0 0 #c1230d;
}
.tieicon-github:before {
    content: "";
}
.social-icons-widget .tieicon-github:before {
    background: none repeat scroll 0 0 #666;
}
.tieicon-youtube:before {
    content: "";
}
.social-icons-widget .tieicon-youtube:before {
    background: none repeat scroll 0 0 #cc181e;
}
.tieicon-xing:before {
    content: "";
}
.social-icons-widget .tieicon-xing:before {
    background: none repeat scroll 0 0 #00605e;
}
.tieicon-dropbox:before {
    content: "";
}
.social-icons-widget .tieicon-dropbox:before {
    background: none repeat scroll 0 0 #459ce6;
}
.tieicon-tumblr:before {
    content: "";
}
.social-icons-widget .tieicon-tumblr:before {
    background: none repeat scroll 0 0 #385a75;
}
.tieicon-apple:before {
    content: "";
}
.social-icons-widget .tieicon-apple:before {
    background: none repeat scroll 0 0 #7e878b;
}
.tieicon-dribbble:before {
    content: "";
}
.social-icons-widget .tieicon-dribbble:before {
    background: none repeat scroll 0 0 #d875a2;
}
.tieicon-skype:before {
    content: "";
}
.social-icons-widget .tieicon-skype:before {
    background: none repeat scroll 0 0 #00c6ff;
}
.tieicon-vkontakte:before {
    content: "";
}
.social-icons-widget .tieicon-vkontakte:before {
    background: none repeat scroll 0 0 #336699;
}
.tieicon-friendfeed:before {
    content: "";
}
.social-icons-widget .tieicon-friendfeed:before {
    background: none repeat scroll 0 0 #93b4dd;
}
.tieicon-deviantart:before {
    content: "";
}
.social-icons-widget .tieicon-deviantart:before {
    background: none repeat scroll 0 0 #5d6f6d;
}
.tieicon-lastfm:before {
    content: "";
}
.social-icons-widget .tieicon-lastfm:before {
    background: none repeat scroll 0 0 #f54a3d;
}
.tieicon-instagram:before {
    content: "";
}
.social-icons-widget .tieicon-instagram:before {
    background: none repeat scroll 0 0 #517fa4;
}
.tieicon-spotify:before {
    content: "";
}
.social-icons-widget .tieicon-spotify:before {
    background: none repeat scroll 0 0 #7fb718;
}
.tieicon-evernote:before {
    content: "";
}
.social-icons-widget .tieicon-evernote:before {
    background: none repeat scroll 0 0 #1c8328;
}
.tieicon-paypal:before {
    content: "";
}
.social-icons-widget .tieicon-paypal:before {
    background: none repeat scroll 0 0 #34aad2;
}
.tieicon-picasa:before {
    content: "";
}
.social-icons-widget .tieicon-picasa:before {
    background: none repeat scroll 0 0 #9d48a1;
}
.tieicon-behance:before {
    content: "";
}
.social-icons-widget .tieicon-behance:before {
    background: none repeat scroll 0 0 #1769ff;
}
.tieicon-wordpress:before {
    content: "";
}
.social-icons-widget .tieicon-wordpress:before {
    background: none repeat scroll 0 0 #2071ad;
}
.tieicon-twitter:before, #twitter-widget li:before {
    content: "";
}
.social-icons-widget .tieicon-twitter:before {
    background: none repeat scroll 0 0 #45b0e3;
    background-image:url("../img/youtupe.png");
}
.tieicon-facebook:before {
    content: "";
}
.social-icons-widget .tieicon-facebook:before {
    background: none repeat scroll 0 0 #39599f;
    background-image:url("../img/tiwitter.png");
}
.tieicon-rss:before {
    content: "";
}
.social-icons-widget .tieicon-rss:before {
    background: none repeat scroll 0 0 #f8bc2e;
    background-image:url("../img/facebook1.png");
}
.tieicon-pinterest-circled:before {
    content: "";
}
.social-icons-widget .tieicon-pinterest-circled:before {
    background: none repeat scroll 0 0 #f42424;
}
.tieicon-gplus:before {
    content: "";
}
.social-icons-widget .tieicon-gplus:before {
    background: none repeat scroll 0 0 #fa0101;

     background-image:url("../img/google.png");
}
.tieicon-linkedin:before {
    content: "";
}
.social-icons-widget .tieicon-linkedin:before {
    background: none repeat scroll 0 0 #65b7d2;
}
.tieicon-share:before {
    content: "";
}
.social-icons-widget .tieicon-share:before {
    background: none repeat scroll 0 0 #55ac60;
}
.tieicon-up-open:before {
    content: "";
}
.tieicon-search:before {
    content: "🔍";
}
.tieicon-shuffle:before {
    content: "🔀";
}
.tieicon-down:before {
    content: "";
}
.tieicon-up:before {
    content: "";
}
.content #dd_start {
    clear: none !important;
    left: 0;
    margin-left: 40px;
    position: absolute;
}
@media not all, not all {
#main-nav ul li.menu-item-home a {
    background-image: url("images/home@2x.png") !important;
    background-size: 30px 78px;
}
span.stars-large, span.stars-large span {
    background-image: url("images/stars-large@2x.png");
    background-size: 98px 44px;
}
span.stars-small, span.stars-small span {
    background-image: url("images/stars-small@2x.png");
    background-size: 52px 30px;
}
}
@media only screen and (max-width: 1024px) {
.container, header#theme-header, #main-nav, .container, .breaking-news, #footer-widget-area {
    width: 985px !important;
}
.flexslider, .ei-slider, .ei-slider-large li {
    width: 965px;
}
.flexslider, .flexslider .slides > li, .flexslider .slides img, .ei-slider {
    max-height: 482px;
}
.content .flexslider, .content .ei-slider, .content .ei-slider-large li {
    width: 640px;
}
.content .flexslider, .content .flexslider .slides > li, .content .flexslider .slides img, .content .ei-slider {
    max-height: 320px;
}
#main-content {
    padding: 10px;
    width: 965px !important;
}
.content {
    width: 640px;
}
.scroll-box .cat-box-content, .pic-box .cat-box-content, .recent-box .cat-box-content, .cat-tabs-wrap, .cat-box li.first-news .inner-content, .column2 li, .wide-box li, #related_posts .post-listing, #author-box .post-listing {
    padding: 10px;
}
.cat-box.column2 {
    width: 310px;
}
.list-box li {
    padding: 7px;
}
.list-box li.first-news {
    padding: 10px;
}
.scroll-nav {
    margin: 10px -10px -10px;
}
.flex-direction-nav .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flex-direction-nav .flex-prev {
    left: 5px;
    opacity: 0.8;
}
.mega-menu-content {
    width: 775px;
}
.video-box .big-video-column {
    width: 420px;
}
.logo {
    width: 220px;
}
#sidebar {
    float: right;
    width: 310px;
}
}
@media only screen and (max-width: 985px) and (min-width: 768px) {
header#theme-header, #main-nav, .container, .breaking-news, #footer-widget-area {
    width: 760px !important;
}
#main-content, .content, #sidebar, .flexslider, .ei-slider, .ei-slider-large li {
    width: 730px !important;
}
#main-content {
    padding: 15px;
}
.flexslider, .flexslider .slides > li {
    height: 330px !important;
}
.flex-direction-nav .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flex-direction-nav .flex-prev {
    left: 5px;
    opacity: 0.8;
}
.ei-slider, .ei-slider-large li {
    height: 330px;
}
.ei-slider-large li img {
    height: 330px !important;
    margin: 0 !important;
    width: 100% !important;
}
.ei-title h3 {
    width: 635px;
}
.logo img {
    margin: 0 !important;
}
#top-menu-mob, #main-menu-mob {
    display: block;
    float: left;
}
.main-menu ul.menu, .top-menu ul.menu {
    display: none;
}
#sidebar {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
}
.search-block #s {
    width: 150px;
}
.widget, #sidebar .flexslider, .search-widget input {
    clear: none !important;
    margin: 0 3px 20px;
}
.widget-container .post-thumbnail a, .footer-widget-container .post-thumbnail a {
    transition: none 0s ease 0s !important;
}
.widget-container .post-thumbnail, .footer-widget-container .post-thumbnail {
    position: inherit;
}
.widget-container .post-thumbnail img, .footer-widget-container .post-thumbnail img {
    opacity: 1 !important;
    transition: none 0s ease 0s !important;
}
.search-widget input {
    width: 332px;
}
#sidebar .widget-counter {
    width: 354px;
}
.widget-counter li {
    width: 117px;
}
.widget-counter.col2 li, .widget-counter.col4 li {
    width: 176px;
}
.recent-box .recent-item {
    margin-right: 55px;
}
.list-box li, .list-box li.first-news, .cat-tabs-wrap li, .cat-tabs-wrap li.first-news {
    width: 344px;
}
.list-box li.first-news .post-thumbnail, .cat-tabs-wrap li.first-news .post-thumbnail {
    width: 336px;
}
.cat-box.column2 {
    width: 355px;
}
.group_items-box, .group_items {
    height: 196px !important;
    width: 710px !important;
}
.scroll-box .scroll-item {
    margin-right: 39px;
}
.wide-box li {
    width: 335px;
}
#topcontrol, .today-date {
    display: none;
}
.footer-widgets-box {
    margin-right: 4% !important;
    width: 48% !important;
}
#footer-second, #footer-fourth {
    margin-right: 0 !important;
}
#tabbed-widget ul.tabs li a {
    padding: 5px 15px 1px;
}
.logo {
    float: none !important;
    text-align: center;
}
.ads-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none;
    clear: both;
    float: none !important;
    padding: 30px 0 0;
    text-align: center;
}
#related_posts .related-item {
    margin: 0 23px 10px 15px;
}
#sidebar .flexslider, #sidebar .slides > li {
    height: 238px !important;
    width: 354px !important;
}
#main-nav .main-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#sidebar .flexslider {
    position: static;
}
#sidebar .flex-direction-nav, #tie_lang_switcher {
    display: none !important;
}
.video-box li {
    width: 185px;
}
.video-box .big-video-column {
    width: 495px;
}
.video-box .big-video-column iframe, .video-box .big-video-column embed {
    height: 273px;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
#topcontrol, .today-date, .ei-slider-thumbs li img, .ei-title h3, .slider-caption p, .entry ul.best-reviews .post-thumbnail, .entry ul.best-reviews .best-review-score, #tie_lang_switcher, #main-nav-uber a.random-article {
    display: none !important;
}
header#theme-header, .container, #main-nav, .breaking-news, #footer-widget-area {
    width: 471px !important;
}
#main-content, .content, #sidebar, .flexslider, .ei-slider, .ei-slider-large li {
    width: 426px !important;
}
#main-content {
    padding: 22px;
}
.entry ul.best-reviews .best-reviews-content {
    width: 100%;
}
.ads-top {
    float: none !important;
    margin-left: -14px;
    margin-right: -14px;
    text-align: center;
}
.ads-post {
    margin-left: -21px;
    margin-right: -21px;
}
.flexslider, .flexslider .slides > li, .flexslider .slides img {
    max-height: 250px !important;
}
.ei-slider, .ei-slider-large li {
    height: 250px !important;
}
.ei-slider-large li img {
    height: 250px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
}
.ei-title h2, .slider-caption h2 a, .slider-caption h2 {
    font-size: 22px;
}
.single-post-thumb img {
    max-height: 210px;
}
.logo {
    float: none;
    text-align: center;
}
.fixed-nav {
    position: initial;
}
#top-menu-mob, #main-menu-mob {
    display: block;
    float: left;
}
.main-menu ul.menu, .top-menu ul.menu, .breaking-news, .ei-title h3 {
    display: none;
}
#top-menu-mob, #main-menu-mob {
    width: 210px;
}
.widget.news-pic .post-thumbnail {
    margin: 3px 4px;
}
.pic-box.cat-box li.first-pic {
    float: none;
    margin-right: 0;
    width: 100%;
}
.pic-box.cat-box li.first-pic .post-thumbnail {
    margin: 0 auto 5px;
    width: 294px;
}
.pic-box li {
    margin-left: 10px;
}
.widget, .search-widget input {
    clear: none;
    margin: 0 0 20px;
}
.search-widget input {
    width: 403px;
}
.recent-box .recent-item, .recent-box .recent-item:nth-child(3n+3) {
    margin-right: 5px;
}
.recent-box .recent-item:nth-child(2n+2) {
    margin-right: 0;
}
.list-box li.first-news .post-thumbnail, .cat-tabs-wrap li.first-news .post-thumbnail {
    margin: 0 auto 15px;
    width: 336px;
}
.cat-box.column2 {
    float: none;
    margin-right: 0;
    width: 425px;
}
.group_items-box, .group_items {
    height: 392px !important;
    width: 402px !important;
}
.scroll-box .scroll-item, .group_items .scroll-item:last-child {
    margin: 0 27px;
}
.wide-box li {
    width: 420px;
}
.cat-tabs-wrap li.first-news {
    border-bottom: 1px solid #ddd;
    float: none;
    margin: 0 0 10px;
    padding-bottom: 10px;
    width: 100%;
}
.list-box li.first-news {
    float: none;
    margin: 0 0 10px;
    padding: 20px 10px 10px;
    width: auto;
}
.list-box li {
    border-left: 0 none !important;
    border-right: 0 none !important;
    float: none !important;
    width: auto;
}
.cat-tabs-wrap li {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
}
body.dark-skin .cat-tabs-wrap li {
    border-bottom-color: #424242;
}
.footer-widgets-box {
    margin-right: 0 !important;
    width: 100% !important;
}
#tabbed-widget ul.tabs li a {
    padding: 5px 19px 1px;
}
.search-block {
    position: relative;
    right: 0;
    top: 0;
    width: 210px;
    z-index: 9999;
}
.search-block #s, .search-block #s:focus {
    width: 154px;
}
a.random-article {
    position: relative;
}
.top-nav .social-icons {
    position: relative;
    right: 0;
    top: 0;
    z-index: 9999;
}
.footer-bottom {
    font-size: 75%;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
}
.footer-bottom div {
    clear: both;
    float: none !important;
    margin: 5px auto;
}
.widget-counter li {
    width: 140px;
}
.widget-counter.col2 li, .widget-counter.col4 li {
    width: 211px;
}
.sitemap-col {
    float: none !important;
    width: auto !important;
}
#related_posts .post-listing, #author-box .post-listing {
    padding: 20px 10px 10px;
}
#related_posts .related-item, #related_posts .related-item:nth-child(3n+3) {
    margin-right: 5px !important;
}
#related_posts .related-item:nth-child(2n+2) {
    margin-right: 0 !important;
}
.share-post {
    height: 48px;
}
.share-post span.share-text {
    height: 50px;
    line-height: 48px;
}
.share-post li, .mini-share-post li {
    height: 31px;
    width: 110px !important;
}
.content .entry iframe, .google-map iframe {
    max-height: 250px;
}
.review-top {
    float: none !important;
    margin-right: 0 !important;
    width: auto !important;
}
.ads120-90 .ad-cell, .ads120-60 .ad-cell, .ads120-600 .ad-cell, .ads120-240 .ad-cell, .ads125 .ad-cell {
    display: inline-block;
    float: none;
}
.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125 {
    text-align: center;
}
.ads-top ins, .ads-bottom ins, .home-ads ins, .ads-post ins {
    height: 60px;
    width: 468px;
}
#sidebar .flexslider, #sidebar .slides > li, #sidebar .flexslider .slides img {
    height: 285.7px !important;
    max-height: 285.7px !important;
    width: 425px !important;
}
.google-map {
    float: none !important;
    margin: 0 !important;
}
#main-nav .main-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.author-info img.author-img {
    display: block;
    float: none;
    margin: 0 auto 15px;
    max-width: 70px;
}
.author-info-content {
    padding-left: 0;
    padding-right: 0;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
    float: none !important;
    width: 100% !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    float: none !important;
    width: 100% !important;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce table.cart input.button, .woocommerce-page table.cart input.button {
    height: 30px;
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-left: 4.8% !important;
    margin-right: 4.8% !important;
    width: 40.2% !important;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    margin: 0 -14px 24px !important;
}
.video-box .cat-box-content {
    padding: 10px 10px 0;
}
.video-box li {
    float: left;
    margin-right: 5px;
    width: 131px;
}
.video-box .big-video-column {
    width: 405px;
}
.video-box .big-video-column iframe, .video-box .big-video-column embed, .single-post-video iframe, .single-post-video embed, .video-box .big-video-column iframe, .video-box .big-video-column embed {
    height: 220px;
}
.video-box .videos-item4 {
    margin-left: 0;
    margin-right: 0;
}
.ei-title {
    bottom: 5%;
}
.ads-top {
    display: none;
}
}
@media only screen and (max-width: 479px) {
.woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.cart .product-price, #topcontrol, .today-date, .slider-caption p, #cats-tabs-box, .ei-slider-thumbs li img, .slider-caption p, a.random-article, .top-nav .social-icons, .search-block, .ei-title h3, .share-post span.share-text, .separator.sep-2, .entry ul.best-reviews .post-thumbnail, .entry ul.best-reviews .best-review-score, #tie_lang_switcher, .flex-direction-nav a {
    display: none !important;
}
header#theme-header, .container, #main-nav, .breaking-news, #footer-widget-area {
    width: 304px !important;
}
#main-content, .content, #sidebar, .flexslider, .ei-slider, .ei-slider-large li {
    width: 277px !important;
}
#main-content {
    padding: 15px;
}
.entry ul.best-reviews .best-reviews-content {
    width: 100%;
}
.ads-top {
    float: none !important;
    margin-left: -13px;
    margin-right: -13px;
    text-align: center;
}
.ads-post {
    margin-left: -21px;
    margin-right: -21px;
}
.ads300-100, .ads300-250, .ads300-600 {
    margin: 0 -12px 20px;
    padding: 0;
    width: 100%;
}
.widget-container .ads300-100 .ad-cell, .widget-container .ads300-250 .ad-cell, .widget-container .ads300-600 .ad-cell {
    height: auto;
    width: 100%;
}
#sidebar .ads300_250-widget .widget-container, #sidebar .ads300_100-widget .widget-container, #sidebar .ads300_600-widget .widget-container {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    box-shadow: none;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0;
}
.widget-container .ads300-250, .widget-container .ads300-100, .widget-container .ads300-600 {
    margin: 0;
    padding: 0;
}
.flexslider, .flexslider .slides > li, .flexslider .slides img {
    max-height: 140px !important;
}
.ei-slider, .ei-slider-large li {
    height: 150px !important;
}
.single-post-thumb img {
    max-height: 150px;
}
.fixed-nav {
    position: initial;
}
#main-nav {
    overflow: hidden;
}
.logo {
    float: none;
    text-align: center;
}
#top-menu-mob, #main-menu-mob {
    display: block;
    margin: 0 auto;
}
.main-menu ul.menu, .top-menu ul.menu, .breaking-news {
    display: none;
}
#top-menu-mob, #main-menu-mob {
    width: 277px;
}
#top-menu-mob {
    margin-top: 2px;
}
#main-menu-mob {
    margin-top: 13px;
}
#tabbed-widget .widget-top {
    overflow: hidden;
}
.share-post {
    height: auto;
    overflow: hidden;
}
#commentform textarea {
    padding: 0;
    width: 100%;
}
.pic-box li.first-pic {
    float: none;
    margin-right: 0;
    width: 100%;
}
.pic-box.cat-box li.first-pic .post-thumbnail {
    margin: 0 auto;
    width: 257px;
}
.pic-box.cat-box li.first-pic .post-thumbnail h2 {
    width: 236px;
}
.pic-box li {
    margin-left: 14px;
}
.widget, .search-widget input {
    clear: none;
    margin: 0 0 20px;
}
.search-widget input {
    width: 255px;
}
.recent-box .cat-box-content {
    padding: 5px 1px;
    position: relative;
}
.recent-box .recent-item {
    width: 131px;
}
.recent-box .recent-item, .recent-box .recent-item:nth-child(3n+3) {
    margin-right: 0;
}
.recent-item .post-thumbnail .overlay-icon {
    height: auto;
    width: auto;
}
.recent-item .post-thumbnail img {
    width: 100%;
}
.cat-tabs-wrap li.first-news .post-thumbnail {
    margin: 0 auto 15px;
    width: 100%;
}
.cat-box.column2 {
    float: none;
    margin-right: 0;
    width: 100%;
}
.scroll-box .cat-box-content {
    padding: 2px;
}
.group_items-box, .group_items {
    height: 392px !important;
    width: 272px !important;
}
.scroll-box .scroll-item {
    margin: 0 -1px;
    width: 131px;
}
.scroll-box .post-thumbnail {
    margin: 0 0 10px;
}
.scroll-nav {
    margin: 0;
}
.wide-box li {
    width: 260px;
}
.cat-tabs-wrap li.first-news {
    border-bottom: 1px solid #ddd;
    float: none;
    margin: 0 0 10px;
    padding-bottom: 10px;
    width: 100%;
}
.cat-tabs-wrap li {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
}
.list-box li.first-news {
    float: none;
    margin: 0 0 10px;
    padding: 10px;
    width: 247px;
}
.list-box li {
    border-left: 0 none !important;
    border-right: 0 none !important;
    float: none !important;
    width: auto;
}
.list-box li.first-news .post-thumbnail {
    margin: 0 auto 15px;
    width: 100%;
}
.footer-widgets-box {
    margin-right: 0 !important;
    width: 100% !important;
}
#tabbed-widget ul.tabs li a {
    padding: 5px 7px 1px;
}
.flickr-widget .flickr_badge_image {
    margin: 4px;
}
header#theme-header {
    min-height: 115px;
}
.logo img {
    margin: 0 !important;
}
.footer-bottom {
    font-size: 85%;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
}
.footer-bottom div {
    clear: both;
    float: none !important;
    margin: 5px auto;
}
.widget-counter li {
    width: 91px;
}
.widget.news-pic .post-thumbnail {
    margin: 3px 2px;
}
.sitemap-col {
    float: none !important;
    width: auto !important;
}
#related_posts .related-item {
    float: none;
    margin: 0 auto 10px !important;
}
.share-post {
    height: 50px;
    padding-left: 5px;
}
.share-post li, .mini-share-post li {
    height: 31px;
    width: 105px;
}
.widget-feedburner-counter, #login-form {
    padding-left: 5px;
    padding-right: 5px;
}
.content .entry iframe, .google-map iframe {
    max-height: 170px;
}
.google-box iframe {
    float: left;
    width: 250px !important;
}
#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email {
    width: 230px;
}
.review-top {
    float: none !important;
    margin-right: 0 !important;
    width: auto !important;
}
.widget-counter.col2 li, .widget-counter.col4 li {
    width: 137px;
}
.ads120-90 .ad-cell, .ads120-60 .ad-cell, .ads120-600 .ad-cell, .ads120-240 .ad-cell, .ads125 .ad-cell {
    display: inline-block;
    float: none;
    margin-right: 4px;
}
.widget-container .ads120-90, .widget-container .ads120-60, .widget-container .ads120-600, .widget-container .ads120-240, .widget-container .ads125 {
    margin: 0 -7px 0 0;
}
.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125 {
    padding-left: 5px;
    text-align: center;
}
.ads-top ins, .ads-bottom ins, .home-ads ins, .ads-post ins {
    height: 250px;
    width: 300px;
}
#sidebar .flexslider, #sidebar .slides > li, #sidebar .flexslider .slides img {
    height: 186px !important;
    max-height: 186px !important;
    width: 277px !important;
}
.google-map {
    float: none !important;
    margin: 0 !important;
}
#main-nav .main-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.item-list .post-thumbnail {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ad-cell img {
    height: auto;
    max-width: 100%;
}
.author-info img.author-img {
    display: block;
    float: none;
    margin: 0 auto 15px;
    max-width: 70px;
}
.author-info-content {
    padding-left: 0;
    padding-right: 0;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
    float: none !important;
    width: 100% !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator, .woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last, .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none !important;
    width: 100% !important;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
    padding: 0 !important;
}
.woocommerce-page table.cart .product-remove {
    padding: 0 !important;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce table.cart input.button, .woocommerce-page table.cart input.button {
    height: 30px;
    margin-bottom: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    width: 145px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-left: 3% !important;
    margin-right: 3% !important;
    width: 44% !important;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    margin: 0 -16px 24px !important;
}
.video-box .cat-box-content {
    padding: 10px 10px 0;
}
.video-box li {
    float: none;
    margin-bottom: 5px;
    width: 257px;
}
.video-box .big-video-column {
    margin-bottom: 2px;
    width: 257px;
}
.video-box .big-video-column iframe, .video-box .big-video-column embed, .single-post-video iframe, .single-post-video embed, .video-box .big-video-column iframe, .video-box .big-video-column embed {
    height: 150px;
}
.slider-caption {
    padding: 5px 0;
}
.content .slider-caption h2 a, .content .slider-caption h2 {
    font-size: 18px;
}
.ei-title {
    bottom: 5%;
}
.ads-top {
    display: none;
}
}











/*login*/


.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*.account-wall
{
    margin-top: 0px;
    padding: 0px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}*/
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}