/*
 * Theme Name:  Viralious v3-21
*/
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,600";
@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/pR0sBQVcY0JZc_ciXjFsK5Rby8KfwQsaipLBqMCVNtM.woff") format("woff");
}
@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 700;
    src: local("Libre Baskerville Bold"), local("LibreBaskerville-Bold"), url("http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/kH7K4InNTm7mmOXXjrA5vz8SLKRGgamuUl1hIefMyNI.woff") format("woff");
}
@font-face {
    font-family: "Libre Baskerville";
    font-style: italic;
    font-weight: 400;
    src: local("Libre Baskerville Italic"), local("LibreBaskerville-Italic"), url("http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/QHIOz1iKF3bIEzRdDFaf5dgliI79_bmRXH6crmREtCo.woff") format("woff");
}
body {
  display: block;
}
body {
  color: #4b4b4b;
  background-color: #F2F2F2 !important;
}
.td-page-wrap {
  background-color: white;
  border-top: none;
  border-bottom: none;
}
.td-grid-wrap {
  padding: 48px 0px 0px 0px;
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.td-page-meta {
  display: none;
}
::-moz-selection {
  background: #7bc6f1;
  color: #fff;
}
::selection {
  background: #7bc6f1;
  color: #fff;
}
/*  ----------------------------------------------------------------------------
    used by the breadcrumbs
*/
.column_container {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    bread crumbs
*/
.entry-crumbs {
  left: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #d0d0d0;
  /* responsive phone */
}
.entry-crumbs a {
  color: #d0d0d0;
}
.entry-crumbs a:hover {
  color: #cbcbcb !important;
}
/*  ----------------------------------------------------------------------------
    Page title
*/
.td-page-title {
  /* post title */
  margin: 10px 0px 3px 0px;
  line-height: 30px !important;
  position: relative;
  top: -16px;
}
.td-page-title a,
.td-page-title span {
  color: #444444 !important;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.td-page-title .td-search-query {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    Description on tag page and category page
*/
.category .entry-content,
.tag .entry-content {
  background-color: #fcfcfc;
  border-top: 2px solid #4db2ec;
  margin-bottom: 22px;
  padding: 16px 23px 18px 23px;
  font-style: italic;
  color: #808080;
  position: relative;
  top: -2px;
}
.category .entry-content p,
.tag .entry-content p {
  margin-bottom: 0px;
}
/*  ----------------------------------------------------------------------------
    404
*/
.td-404-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 60px;
  color: #4d4d4d;
  text-align: center;
  line-height: 60px;
  padding: 30px 0px 17px 0px ;
  /* responsive phone */
}
.td-404-sub-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
  font-size: 24px;
  line-height: 30px;
  color: #a6a6a6;
  text-align: center;
  padding: 0 0 40px 0;
}
.td-404-sub-sub-title {
  text-align: center;
  margin-bottom: 70px;
}
.td-404-sub-sub-title a {
  color: white;
  padding: 7px 14px 8px 14px;
  margin-left: 10px;
  background-color: #4db2ec;
}
.td-404-sub-sub-title a:hover {
  color: white;
  background-color: #555555;
  text-decoration: none !important;
}
.td-404-head {
  text-align: center;
}
/*  ----------------------------------------------------------------------------
    Search page
*/
/* responsive phone */
.search-page-search-wrap {
  padding-top: 19px;
}
.search-page-search-wrap .td-search-form-widget {
  margin-bottom: 10px;
}
.search-page-search-wrap .td-widget-search-input {
  background-color: #FCFCFC !important;
  height: 24px;
  border: 1px solid #F5F5F5 !important;
  box-shadow: none !important;
  outline: medium none;
  color: #555555;
}
.search-page-search-wrap .btn {
  background-color: #4db2ec;
  height: 34px;
  padding-top: 5px !important;
  padding-bottom: 7px !important;
}
.td_search_subtitle {
  padding-bottom: 42px;
  /* responsive phone */
}
.search-page-search-wrap .td-widget-search-input {
  width: 553px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
  /* responsive phone */
  /* desktop small */
}
/*  ----------------------------------------------------------------------------
    Author page
*/
.author .td-page-title {
  /* responsive phone */
}
.td-author-counters {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
  color: white;
  margin-bottom: 17px;
}
.td-author-counters span {
  padding: 2px 7px 3px 7px;
  margin-right: 10px;
}
.td-author-counters .td-author-post-count {
  background-color: #878787;
}
.td-author-counters .td-author-comments-count {
  background-color: #a8a8a8;
}
.author-page .desc {
  top: 3px;
  position: relative;
}
.author-page .desc .td-author-social {
  margin-top: 9px;
}
.td-author-url {
  margin: 7px 0 0 0;
}
.td-author-url a,
.td-author-url a:hover {
  color: #C7C7C7;
}
/*  ----------------------------------------------------------------------------
    category page
*/
.td-category-page-subcats {
  margin-bottom: 10px !important;
  top: -12px;
}
.td-category-page-sub-ind {
  border-left: 1px solid #959595;
  border-bottom: 1px solid #959595;
  width: 8px;
  height: 8px;
  display: block;
  margin-top: 1px;
  margin-left: 6px;
  position: relative;
  left: 2px;
}
/*  ----------------------------------------------------------------------------
    Page navigation - pagination
*/
.page-nav {
  padding: 31px 0px 68px 0px;
  /* responsive phone */
}
.page-nav a,
.page-nav span {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #f5f5f5;
  margin-right: 5px;
  padding: 5px 10px 5px 10px;
  min-width: 10px;
  display: inline-block;
  text-align: center;
  /* responsive phone */
}
.page-nav a:hover {
  text-decoration: none !important;
}
.page-nav .extend {
  border: none;
}
.page-nav .pages {
  float: right;
  margin: 0px;
  padding: 4px 0px 6px 0px;
  border: none;
  /* responsive portrait tablet */
  /* responsive phone */
}
.page-nav .current {
  background-color: #4db2ec;
  border: 1px solid #4db2ec;
  color: white;
}
.page-nav .right-arrow {
  padding-left: 5px;
}
.page-nav .left-arrow {
  padding-right: 5px;
}
.page-nav-post {
  padding: 20px 0 0;
}
.page-nav-post a {
  padding: 0px;
  border: none;
  margin: 0px;
}
.page-nav-post a span {
  background-color: white;
  border: 1px solid #f5f5f5;
  color: #4b4b4b;
}
.page-nav-post span {
  border: 1px solid #4db2ec;
  background-color: #4db2ec;
  color: white;
  margin: 0px;
}
.page-nav-post a:last-child {
  margin-left: 4px;
}
/* no pagination spacer */
.td-no-pagination {
  margin-bottom: 51px;
}
/*  ----------------------------------------------------------------------------
    attachement page
*/
.td-attachment-page-image {
  margin-bottom: 21px;
  margin-top: 10px;
}
.td-attachment-page-content {
  margin-bottom: 21px;
}
/*  ----------------------------------------------------------------------------
    video - only in posts !
*/
.post embed,
.post iframe,
.post object,
.post video,
.post audio {
  max-width: 100%;
}
/*  ----------------------------------------------------------------------------
    twitter embed
*/
.twitter-tweet-rendered {
  width: 100% !important;
  max-width: 100% !important;
}
/*  ----------------------------------------------------------------------------
    admin bar
*/
/*  ----------------------------------------------------------------------------
    admin bar
*/
.td-admin-bar-red {
  color: red !important;
  text-shadow: none !important;
}
/*  ----------------------------------------------------------------------------
    google plus oauth iframe used by ff & chrome
*/
body > iframe {
  display: none;
}
/*  ----------------------------------------------------------------------------
    header background
*/
.td-full-layout .td-header-bg {
  background-color: #ffffff;
}
.td-boxed-layout .td-logo-rec-wrap {
  background-color: #ffffff;
}
/*  ----------------------------------------------------------------------------
    header-style-3
*/
.header-style-3 .td-grid-wrap {
  padding-top: 0px;
}
.header-style-3 .td_rec {
  padding: 12px 0 0 0;
  /* responsive phone */
}
.header-style-3 .container-fluid {
  text-align: center;
}
.header-style-3 .td-logo img {
  padding-top: 12px;
}
.header-style-3 .td_mod_wrap {
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    text logo
*/
.header-logo-wrap {
  margin-top: 20px;
}
.header-logo-wrap .td-logo-wrap-align {
  display: block;
  height: 100px;
  position: relative;
  /* responsive portrait tablet */
}
.header-logo-wrap a.td-logo-wrap {
  display: block;
  left: 16px;
  padding-top: 15px;
  position: relative;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.header-logo-wrap a.td-logo-wrap:hover {
  text-decoration: none !important;
}
.header-logo-wrap .td-logo-text {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  color: #444444;
  line-height: 45px;
  margin-right: 10px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.header-logo-wrap .td-tagline-text {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #444444;
  line-height: 21px;
  margin-right: 10px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.header-logo-wrap img {
  margin-left: 15px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.td_responsive .header-logo-wrap {
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    header menu
*/
.td-full-layout .td-header-menu-wrap,
.td-boxed-layout .td-header-menu-wrap .container {
  background-color: #4c4c4c;
  padding: 2px 0 4px 0px;
}
.td-header-menu-wrap {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  color: #dddddd;
  /* responsive phone */
}
.td-header-menu-wrap .menu-post-and-page-settings-container .menu {
  margin: 0px 0px 0px 0px !important;
  text-align: right;
}
.top-header-menu,
.td-header-menu-wrap .menu-post-and-page-settings-container .menu {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 25px;
}
.top-header-menu li,
.td-header-menu-wrap .menu-post-and-page-settings-container .menu li {
  display: inline-block;
  position: relative;
  zoom: 1;
}
.top-header-menu li a,
.td-header-menu-wrap .menu-post-and-page-settings-container .menu li a {
  color: #dddddd;
  padding: 0px 15px 0px 15px;
}
.top-header-menu li a:before,
.td-header-menu-wrap .menu-post-and-page-settings-container .menu li a:before {
  position: absolute;
  top: 10px;
  left: -1px;
  display: block;
  content: '';
  height: 7px;
  width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #7d7d7d;
}
.top-header-menu li:first-child a,
.td-header-menu-wrap .menu-post-and-page-settings-container .menu li:first-child a {
  padding-left: 0px;
}
.top-header-menu li:first-child a:before,
.td-header-menu-wrap .menu-post-and-page-settings-container .menu li:first-child a:before {
  display: none;
}
.td-header-menu-wrap .menu-top-container {
  display: inline-block;
}
.td-header-menu-wrap .td_data_time {
  display: inline-block;
  margin: 0px 0px 0px 25px;
}
/*  ----------------------------------------------------------------------------
    social widget top
*/
.td-header-menu-wrap .td_mod_wrap {
  text-align: right !important;
}
.td-header-menu-wrap .td-social-wrap {
  padding-bottom: 0px !important;
  text-align: right !important;
  margin-right: 15px;
  /* responsive monitor */
}
.td-header-menu-wrap .td-social-icon-wrap {
  margin: 0px 0px 0px 14px;
  position: relative;
  top: 5px;
}
/*  ----------------------------------------------------------------------------
    variablez
*/
/*  ----------------------------------------------------------------------------
    diverse
*/
.td-menu-placeholder {
  height: 51px;
  position: relative;
}
.td-full-layout .td-menu-background,
.td-boxed-layout .td-menu-wrap {
  background-color: white;
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGCAQAAACoGTy6AAAAF0lEQVQImWNgYGIAIWYGBhYGBlYGBjYAAKAAF4mj2TgAAAAASUVORK5CYII=') repeat-x;
  background-position: bottom;
  border-bottom: 4px solid white;
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
}
.td-full-layout .td-menu-background:after,
.td-boxed-layout .td-menu-wrap:after {
  position: absolute;
  bottom: -16px;
  left: 0px;
  display: block;
  content: '';
  height: 12px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAJFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACmWAJHAAAADHRSTlMYFREODAoHBgQDAgGDBS5qAAAAIElEQVR4XmNgYBBgUGAwYHBgCGBIYChgaGCYwLCAYQMAH7gEIQV1/xQAAAAASUVORK5CYII=') repeat-x;
  pointer-events: none;
}
.td-boxed-layout .td-menu-wrap:after {
  opacity: 0.5;
}
.td-boxed-layout .affix .td-menu-wrap:after {
  opacity: 0.9;
}
.td-menu-background {
  position: relative;
}
.affix {
  left: 0;
  right: 0;
  top: 0px;
  height: 48px;
  z-index: 9999;
  position: fixed !important;
}
/*  ----------------------------------------------------------------------------
    affix transparenta pe full
*/
.td-full-layout .affix {
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
  background-color: rgba(254, 254, 253, 0.95) !important;
}
.td-full-layout .affix .sub-menu {
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
  background-color: rgba(254, 254, 253, 0.95);
}
.td-full-layout .affix .dropdown-menu {
  opacity: 0.99;
}
/*  ----------------------------------------------------------------------------
    affix transperenta pe boxed
*/
.td-boxed-layout .affix .sub-menu {
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
  background-color: rgba(254, 254, 253, 0.98);
}
.td-boxed-layout .affix .td-menu-wrap {
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
  background-color: rgba(254, 254, 253, 0.98) !important;
}
.td-menu-wrap {
  position: relative;
  height: 48px;
}
.td-menu-wrap #td-top-menu {
  padding-left: 15px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
/*
  SF menu
*/
/*
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 52px;
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0;
}*/
/*** DEMO SKIN ***/
.sf-menu {
  float: left;
}
/*  ----------------------------------------------------------------------------
    All the links
*/
.sf-menu a {
  text-decoration: none !important;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
.sf-menu a:hover {
  text-decoration: none !important;
}
/*  ----------------------------------------------------------------------------
    Top menus
*/
/* remove the down arrow on links with  (icosn menus) */
.td-no-down-arrow > a {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
.td-no-down-arrow > a .sf-sub-indicator {
  display: none;
}
.sf-menu > li > a {
  padding: 0px 11px 0px 11px;
  height: 48px;
  line-height: 51px;
  font-size: 16px;
  color: #202020 !important;
  border-bottom: 4px solid transparent;
  z-index: 9999;
  /* responsive portrait tablet */
}
/* menu icons */
.sf-menu .menu_icon {
  position: relative;
  top: 13px;
  float: left;
}
.sf-menu .sub-menu .menu_icon {
  top: 0px;
}
.sf-menu .menu_hidden {
  display: none !important;
}
/* hover and current menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
  border-bottom: 4px solid #4db2ec;
}
/*  ----------------------------------------------------------------------------
    submenu
*/
/*
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.sf-menu ul a {
  padding: 5px 14px 7px 13px;
  font-size: 14px;
  color: #3d4449;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sf-menu ul a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-menu-item > a {
  color: #ffffff !important;
  background: #4db2ec;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}*/
/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu a.sf-with-ul {
  padding-right: 29px;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
/* top menu down white */
.sf-sub-indicator {
  position: absolute;
  right: 12px;
  top: 24px;
  /* IE6 only */
  text-indent: -999em;
  overflow: hidden;
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
}
/* top menu down hover */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
}
.sf-menu ul a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -876px;
}
/* right white ( hover) */
.sf-menu ul .sf-sub-indicator {
  top: 14px;
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
/* hover right white */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator,
.sf-menu ul .current-menu-ancestor > a > .sf-sub-indicator,
.sf-menu ul .current-menu-item > a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
/*  ----------------------------------------------------------------------------
    Mobile menu
*/
.td_mobile_menu_wrap {
  display: none !important;
  margin: 0px 0px 0px 0px !important;
  vertical-align: top;
  position: relative;
  top: 12px;
  left: -6px;
  /* responsive phone */
}
.td_mobile_menu_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 200px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.td_mobile_menu_wrap:before,
.td_mobile_menu_wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}
.td_mobile_menu_wrap:before {
  border-bottom-style: solid;
  border-top: none;
}
.td_mobile_menu_wrap:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}
#mobileMenu_menu-top {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2;
  /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important;
  /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
#mobileMenu_menu-top:focus {
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mobileMenu_menu-top > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}
/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 #mobileMenu_menu-top {
  z-index: 1;
}
.lt-ie9 #mobileMenu_menu-top {
  z-index: -1;
}
.lt-ie9 #mobileMenu_menu-top:focus {
  z-index: 3;
}
/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  #mobileMenu_menu-top {
    padding-left: 6px;
  }
}
/*  ----------------------------------------------------------------------------
    Search
*/
.header-search-wrap {
  /* search toggle button */
  /* the drop down */
}
.header-search-wrap .header-search {
  z-index: 3;
}
.header-search-wrap #search-button {
  height: 48px;
  line-height: 51px;
  width: 40px;
  text-align: left;
  display: inline-block;
}
.header-search-wrap #search-button .td-sp-ico-search {
  position: relative;
  left: 6px;
  top: 16px;
  /* responsive monitor */
}
.header-search-wrap .dropdown-menu {
  padding: 0px;
  top: 46px;
  border-radius: 0px;
  border: none;
  width: 342px;
  left: -302px;
  background: #ffffff;
  box-shadow: 0.9px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
  border-top: 4px solid #4db2ec;
  /* search form */
  /* triangle top */
  /* responsive phone */
}
.header-search-wrap .dropdown-menu .btn {
  height: 33px;
}
.header-search-wrap .dropdown-menu:before {
  position: absolute;
  top: -9px;
  right: 15px;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #4db2ec transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* responsive phone */
}
.header-search-wrap .dropdown-menu #td-header-search {
  background-color: #FCFCFC !important;
  width: 225px;
  height: 23px;
  margin: 0px;
}
.header-search-wrap .dropdown-menu .td-aj-search-results {
  background-color: #fcfcfc;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0 11px 0;
}
.header-search-wrap .dropdown-menu .td-aj-search-results .td_mod_aj_search {
  padding: 10px 21px 0px 21px;
  margin: 1px 0px 0px 0px;
  min-height: 56px;
}
.header-search-wrap .dropdown-menu .td-search-form {
  margin: 21px 20px 21px 21px;
  /* responsive phone */
}
.header-search-wrap .dropdown-menu .result-msg {
  text-align: center;
  padding: 5px 0 6px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  font-style: italic;
}
.header-search-wrap .dropdown-menu .result-msg a {
  color: #4d4d4d;
}
.header-search-wrap .dropdown-menu .no-result {
  background-color: #fcfcfc;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.header-search-wrap .dropdown-menu .meta-info {
  line-height: 14px;
  top: 2px;
}
.header-search-wrap .td-aj-cur-element {
  background-color: #f5f5f5;
}
#td-top-search {
  width: 40px;
  position: absolute;
  top: 0px;
  right: 16px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
/* custom stuff */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* toggle button */
#td-top-mobile-toggle {
  display: none;
  top: 0px;
  left: 0px;
  /* responsive phone */
}
#td-top-mobile-toggle li:before {
  display: none;
}
/* hide mobile nav */
#td-mobile-nav {
  display: none;
}
/* the wraps  */
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#inner-wrap {
  position: relative;  
}
/*  ----------------------------------------------------------------------------
    mobile menu style
*/
/* close */
.td-mobile-close {
  position: relative;
}
.td-mobile-close a {
  display: block;
  width: 100%;
  padding: 15px 0px 17px 0px;
  text-align: center;
  background-color: #4db2ec;
  color: white;
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
  z-index: -1;
  -webkit-box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
}
.td-mobile-close a:hover {
  text-decoration: none !important;
  color: white;
  opacity: 0.8;
}
.td-mobile-close .td-nav-triangle {
  position: absolute;
  right: 0px;
  top: 19px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* menu content */
.td-mobile-content {
  /* first submenu */
  /* hide the icons */
}
.td-mobile-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.td-mobile-content li {
  float: none;
}
.td-mobile-content li a {
  display: block;
  border-top: 1px solid white;
  border-bottom: 1px solid #e8e8e8;
  line-height: 21px;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 12px 13px 14px 17px;
  /* responsive phone */
}
.td-mobile-content li a:hover {
  text-decoration: none !important;
  color: #4db2ec;
  background-color: #fafafa;
}
.td-mobile-content .current-menu-item > a {
  color: #4db2ec !important;
  background-color: #fafafa;
}
.td-mobile-content .sub-menu {
  /* 2nd level submenu */
}
.td-mobile-content .sub-menu a {
  padding: 7px 8px 9px 36px !important;
  line-height: 19px;
  font-size: 13px;
}
.td-mobile-content .sub-menu .sub-menu {
  /* 3rd level submenu */
}
.td-mobile-content .sub-menu .sub-menu a {
  padding-left: 55px !important;
}
.td-mobile-content .sub-menu .sub-menu .sub-menu a {
  padding-left: 74px !important;
}
.td-mobile-content .menu_icon {
  display: none;
}
/*  ----------------------------------------------------------------------------
    theme specific type
*/
.h5-caps-title {
  font-family: 'Open Sans', arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
a:active,
a:focus {
  /* IE remove focus */
  outline: none;
}
a {
  /* normal link */
  color: #4db2ec;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
  color: #1f9ee7;
}
ins {
  background: white;
  text-decoration: none;
}
code {
  position: relative;
  top: -1px;
  border: none;
}
pre {
  background-color: transparent;
  padding: 0px;
  border: none;
  border-radius: 0px;
  margin-top: 24px;
}
/*  ----------------------------------------------------------------------------
    quote
*/
blockquote {
  padding: 0px;
  position: relative;
  border-left: none;
  margin: 42px 0 42px 0;
}
blockquote p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px !important;
  line-height: 40px !important;
  font-weight: normal !important;
  font-style: italic;
  text-align: center;
  color: #4db2ec;
}
blockquote p:first-child {
  padding-top: 0px;
}
blockquote small,
blockquote cite {
  margin-top: 5px;
  display: block;
  font-size: 14px !important;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  color: #444444;
}
cite {
  font-size: 14px !important;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  color: #444444;
}
cite a {
  color: #444444;
}
cite a:hover {
  color: #444444 !important;
}
blockquote.pull-right {
  padding-left: 20px;
  border-right: none;
}
blockquote.pull-right:after {
  border-right: 2px solid #FB5502;
  width: 40px;
  right: -40px;
}
/*  ----------------------------------------------------------------------------
    ul li
*/
ul {
  list-style: disc url('images/icons/li.png');
}
ul li ul {
  /* sub ul */
  padding-top: 0px;
}
ul li {
  margin: 0px;
  line-height: 24px;
}
ol {
  /* ordered list */
  line-height: 25px;
}
ol li ol {
  padding-top: 0px;
}
ol li {
  margin: 0px;
  line-height: 20px;
}
.dl-horizontal a {
  font-weight: 500 !important;
}
.dl-horizontal dt {
  width: 70px;
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
}
.dl-horizontal dd {
  margin-left: 90px;
  line-height: 24px;
  font-size: 14px;
}
/*  ----------------------------------------------------------------------------
    h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  font-weight: normal;
  margin: 25px 0px 7px 0px;
}
h1 {
  font-size: 30px;
  line-height: 37px;
}
h2 {
  font-size: 26px;
  line-height: 33px;
}
h3 {
  font-size: 22px;
  line-height: 29px;
}
h4 {
  font-size: 20px;
  line-height: 27px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
/*  ----------------------------------------------------------------------------
    text and Images align
*/
.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
.alignleft {
  float: left;
  margin-right: 21px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.alignright {
  float: right;
  margin-left: 21px;
  margin-top: 6px;
  margin-bottom: 6px;
}
/*  ----------------------------------------------------------------------------
     caption
*/
.wp-caption-text {
  text-align: left;
  margin: 0px !important;
  padding: 5px 0px 15px 0px;
  font-family: 'Open Sans', arial, sans-serif !important;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #444444;
}
.wp-caption {
  text-align: center;
  max-width: 100% !important;
}
.alignnone img,
.aligncenter img {
  width: 100%;
}
.wp-caption img {
  max-width: 100% !important;
}
/* tables */
.table-color th {
  background-color: #EBEBEB;
}
address {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-top: 24px;
}
.post {
  position: relative;
  padding-bottom: 46px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post header {
  position: relative;
  margin-bottom: 12px;
  top: -16px;
}
.post header h1 {
  /* post title */
  color: #444444;
  margin: 10px 0px 7px 0px;
  line-height: 37px !important;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post header h1 a {
  color: #444444;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post p {
  margin-bottom: 21px;
}
.post .img {
  height: auto !important;
  /* overide default wordpress height */
}
.post .td-sub-title {
  color: #969696;
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  top: -7px;
  margin-bottom: 14px;
}
.td-bread-sep {
  display: inline-block !important;
  zoom: 1;
  margin: 0px 4px 0px 4px;
}
/*  ----------------------------------------------------------------------------
    post views and coments
*/
.post .entry-comments-views {
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 0px;
}
.post .meta-info {
  max-width: 530px;
  line-height: 19px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
  /* responsive phone */
}
.post time {
  font-style: normal !important;
}
/*  ----------------------------------------------------------------------------
    post category
*/
ul.td-category {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
  float: left;
}
ul.td-category li {
  float: left;
  zoom: 1;
  margin-right: 10px;
}
ul.td-category a {
  line-height: 15px;
  display: inline-block;
  padding: 2px 8px 3px 8px;
  margin-bottom: 4px;
  color: white;
  background-color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    post author (top)
*/
.td-clear-author {
  display: none;
  *zoom: 1;
  /* responsive portrait tablet */
}
.td-clear-author:before,
.td-clear-author:after {
  display: table;
  content: "";
  line-height: 0;
}
.td-clear-author:after {
  clear: both;
}
.post .entry-author-date {
  max-width: 545px;
  /* responsive monitor */
}
.post .entry-author-date span {
  white-space: nowrap;
  position: relative;
  top: -1px;
}
.post .entry-comments-views {
  font-style: normal;
}
/*  ----------------------------------------------------------------------------
    social sharing
*/
.td-social-sharing ul {
  margin: 28px 0 0px 0;
}
.td-social-sharing ul li {
  display: inline;
  list-style: none;
  /* responsive phone */
}
.td-social-sharing ul .td-social-facebook {
  top: 0px;
  position: relative;
}
.td-social-sharing ul .td-social-pinterest {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    post wrap
*/
.post .thumb-wrap {
  text-align: center;
  margin-bottom: 23px;
  background-color: #f2f2f2;
}
.td-featured-image-caption {
  background-color: white;
}
/*  ----------------------------------------------------------------------------
    post tags
*/
.td-tags {
  left: -8px;
  /* to fix the post-cat-box left padding */
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 27px 0 5px 0;
  /* responsive phone */
}
.td-tags li {
  float: left;
  margin-bottom: 4px;
  zoom: 1;
  /* responsive phone */
}
.td-tags a {
  padding: 1px 8px 3px 8px;
  margin-left: 8px;
  background-color: #b3b3b3;
  color: white !important;
  text-decoration: none !important;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.td-tags a:hover {
  background-color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    source and via
*/
.post-source-via {
  font-family: 'PT Sans', sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-style: italic;
  margin: 7px 0 44px 0;
  position: relative;
  top: 5px;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    author box
*/
.author-box-wrap {
  background-color: #fcfcfc;
  position: relative;
  padding: 21px 20px 16px 20px;
  margin-top: 40px;
  border: 1px solid #f5f5f5;
}
.author-box-wrap .td-social-icon-wrap {
  margin-bottom: 0px;
}
.author-box-wrap h5 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.author-box-wrap .avatar, .clotsy-author-box-wrap .avatar {
  float: left;
}
.author-box-wrap .desc {
  margin-left: 80px;
}
.author-box-wrap .td-author-social {
  margin-top: 16px;
}
.author-box-wrap .more-articles {
  text-align: right;
  position: relative;
  top: -4px;
}
.author-box-wrap .td-author-name {
  padding-bottom: 7px;
}
.author-box-wrap .td-author-name a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #4db2ec;
}
.author-box-wrap .td-social-icon-wrap {
  margin-left: 0px;
  margin-right: 14px;
}
/* Landscape phone to portrait tablet */
/*  ----------------------------------------------------------------------------
    author page
*/
body.author .author-box-wrap {
  margin-top: 0px;
  margin-bottom: 48px;
}
/*  ----------------------------------------------------------------------------
    Post next-prev
*/
.next-prev {
  padding: 31px 0 0 0;
}
.next-prev .next-post {
  text-align: right;
}
.prev-post div,
.next-post div {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
}
.prev-post a,
.next-post a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #9a9a9a;
  display: block;
  line-height: 21px;
}
.prev-post img {
  position: relative;
  padding-right: 7px;
}
.prev-post a {
  padding-right: 30px;
}
.next-post img {
  position: relative;
  padding-left: 7px;
}
.next-post a {
  padding-left: 30px;
}
/*  ----------------------------------------------------------------------------
    similar articles
*/
.similar-articles {
  padding-bottom: 20px;
}
/*  ----------------------------------------------------------------------------
    more link
*/
.more-link-wrap {
  margin-bottom: 0px;
}
.more-link-wrap a {
  text-decoration: none !important;
  color: white;
}
.more-link-wrap a:hover {
  color: white;
}
/*  ----------------------------------------------------------------------------
    post formats
*/
/* quote */
.format-quote p {
  text-align: center;
}
.format-quote .entry-meta {
  position: relative;
  top: -3px;
}
.format-quote p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  position: relative;
}
/* link */
.format-link p {
  text-align: center;
}
.format-link .entry-meta {
  position: relative;
  top: -3px;
}
.format-link p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.format-link p a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px !important;
  line-height: 40px !important;
  font-weight: normal !important;
  font-style: italic;
  text-align: center;
  color: #4db2ec;
  text-decoration: underline !important;
}
/* video? */
.format-video p {
  padding-top: 11px !important;
}
/* image */
/* aside */
.format-aside p:first-child {
  padding-top: 0px;
}
/*  ----------------------------------------------------------------------------
    misc
*/
/* sticky post */
.sticky {
  zoom: 1;
}
.bypostauthor {
  zoom: 1;
}
/* no results */
.no-results {
  margin-bottom: 130px;
}
.no-results h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  margin-top: 3px;
}
/*  ----------------------------------------------------------------------------
    jetpack sharing
*/
.page .sharedaddy {
  display: none;
}
.sharedaddy {
  padding-top: 6px;
}
.sharedaddy .sd-title {
  display: none;
}
.sharedaddy .sd-block {
  border-top: none !important;
  padding: 0px !important;
}
.sharedaddy .sd-content {
  float: left !important;
  width: 100% !important;
}
#wpstats {
  display: none;
}
#respond .reply-title {
  text-transform: uppercase !important;
}
/* ------------------------------------------------------------------------------
   pasword post
*/
.post-password-required label {
  float: left;
  /* responsive phone */
}
.post-password-required input[type="password"] {
  background-color: #FCFCFC;
  border: 1px solid #F5F5F5;
  height: 24px !important;
  width: 200px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 4px 6px;
  /* responsive phone */
}
.post-password-required input[type="password"]:focus {
  border-color: #EDEDED !important;
}
.post-password-required input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  background: #4db2ec;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 34px;
  padding: 5px 11px 4px 11px;
  margin-bottom: 4px;
  clear: both;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.post-password-required input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.td-sp,
.td-scroll-up-visible {
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
}
/*ad Dan request: we don't display the scroll up arrow*/
.td-scroll-up-visible {display: none !important;}
.td-sp-block-next {
  width: 15px;
  height: 15px;
  background-position: -20px -20px;
}
.td-sp-block-prev {
  width: 15px;
  height: 15px;
  background-position: -20px -75px;
}
.td-sp-blog-arrow-left {
  width: 38px;
  height: 38px;
  background-position: -20px -130px;
}
.td-sp-blog-arrow-right {
  width: 38px;
  height: 38px;
  background-position: -20px -208px;
}
.td-sp-gallery-close {
  width: 38px;
  height: 38px;
  background-position: -20px -286px;
}
.td-sp-ico-categ {
  width: 25px;
  height: 25px;
  background-position: -20px -364px;
}
.td-sp-ico-comments {
  width: 14px;
  height: 10px;
  background-position: -20px -429px;
}
.td-sp-ico-home {
  width: 25px;
  height: 25px;
  background-position: -20px -479px;
}
.td-sp-ico-search {
  width: 25px;
  height: 25px;
  background-position: -20px -544px;
}
.td-sp-ico-video-large {
  width: 40px;
  height: 40px;
  background-position: -20px -609px;
}
.td-sp-ico-view {
  width: 14px;
  height: 10px;
  background-position: -20px -689px;
}
.td-sp-li {
  width: 5px;
  height: 9px;
  background-position: -20px -739px;
}
.td-sp-load-more {
  width: 9px;
  height: 5px;
  background-position: -20px -788px;
}
.td-sp-menu-arrow-down-white {
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
}
.td-sp-menu-right-dark {
  width: 5px;
  height: 8px;
  background-position: -20px -876px;
}
.td-sp-menu-right-white {
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
.td-sp-similar-left {
  width: 5px;
  height: 9px;
  background-position: -20px -970px;
}
.td-sp-similar-right {
  width: 5px;
  height: 9px;
  background-position: -20px -1019px;
}
.td-sp-slide-arrow-left {
  width: 28px;
  height: 28px;
  background-position: -20px -1068px;
}
.td-sp-slide-arrow-right {
  width: 28px;
  height: 28px;
  background-position: -20px -1136px;
}
.td-sp-star-off {
  width: 17px;
  height: 17px;
  background-position: -20px -1204px;
}
.td-sp-star-on {
  width: 17px;
  height: 17px;
  background-position: -20px -1261px;
}
.td-sp-up {
  width: 35px;
  height: 35px;
  background-position: -28px -1326px;
}
.td-sp-up-hover {
  width: 51px;
  height: 51px;
  background-position: -20px -1409px;
}
.td-sp-video-small {
  width: 20px;
  height: 20px;
  background-position: -20px -1500px;
}
.td-sp-breadcrumb-arrow {
  width: 4px;
  height: 7px;
  background-position: -20px -1560px;
}
.td-sp-ico-social {
  width: 25px;
  height: 25px;
  background-position: -20px -1587px;
}
.td-sp-ico-contact {
  width: 25px;
  height: 25px;
  background-position: -20px -1632px;
}
.td-sp-ico-menu {
  width: 25px;
  height: 25px;
  background-position: -20px -1677px;
}
.td-sp-ico-video {
  width: 25px;
  height: 25px;
  background-position: -20px -1722px;
}
/*  ----------------------------------------------------------------------------
    module general
*/
.td_mod_wrap {
  /* all modules have a margin bottom */
  margin-bottom: 15px;
  /*
  .entry-title a:hover {
    background-color: #F6F6F6;
    text-decoration: none !important;
  }
  */
}
.td_mod_wrap .entry-title a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333 !important;
  font-weight: normal;
}
.td_mod_wrap .entry-title {
  margin: 0px;
}
.td_mod_wrap .updated {
  background-color: transparent !important;
  border: none !important;
}
.td_mod_wrap .meta-info {
  /* entry category + comments + td_mvc */
  position: relative;
}
/*  ----------------------------------------------------------------------------
    admin edit
*/
.td-admin-edit {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 3px 5px;
}
.td-admin-edit:hover {
  color: white;
}
.thumb-wrap:hover .td-admin-edit {
  display: block;
}
.td_mod4 .td-admin-edit {
  left: auto;
  right: 0px;
}
/*  ----------------------------------------------------------------------------
    play button
*/
.thumb-wrap {
  position: relative;
}
.thumb-wrap .video-play-icon-big {
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.thumb-wrap .video-play-icon {
  position: absolute;
  top: 42px;
  left: 77px;
}
/*  ----------------------------------------------------------------------------
    author + date
*/
.meta-info {
  font-family: 'Ubuntu', sans-serif;
  color: #cbcbcb;
  font-size: 12px;
}
.meta-info time {
  font-style: italic;
  white-space: nowrap;
}
/*  ----------------------------------------------------------------------------
    comments and views
*/
.entry-comments-views {
  display: inline-block;
  color: #cbcbcb;
  font-size: 12px;
  font-style: italic;
}
.entry-comments-views .td-sp {
  /* the small icons */
  padding-right: 6px;
  margin-left: 14px;
  display: inline-block !important;
  position: relative;
  top: 2px;
}
.entry-comments-views a {
  color: #cbcbcb;
}
.entry-comments-views a:hover {
  color: #cbcbcb;
  text-decoration: none !important;
}
/*  ----------------------------------------------------------------------------
    category
*/
.entry-category {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  line-height: 10px;
}
.entry-category a {
  color: #4b4b4b;
}
.entry-category span {
  font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;
  font-size: 18px !important;
  line-height: 10px;
  margin-right: 5px;
}
/*  ----------------------------------------------------------------------------
    stars
*/
.td-review-star {
  display: inline-block !important;
}
/*  ----------------------------------------------------------------------------
    The modules with Image + meta+ text below meta info align, title, author-date general
*/
.td_mod2 .thumb-wrap,
.td_mod5 .thumb-wrap,
.td_mod6 .thumb-wrap {
  margin-bottom: 11px;
}
.td_mod2 .entry-title a,
.td_mod5 .entry-title a,
.td_mod6 .entry-title a,
.td_mod2 .entry-title,
.td_mod5 .entry-title,
.td_mod6 .entry-title {
  font-size: 21px;
  line-height: 25px;
}
.td_mod2 .meta-info,
.td_mod5 .meta-info,
.td_mod6 .meta-info {
  margin: 2px 0px 6px 0px;
}
.td_mod2 .entry-comments-views,
.td_mod5 .entry-comments-views,
.td_mod6 .entry-comments-views {
  line-height: 11px;
  top: 2px;
}
.td_mod2 .entry-author-date,
.td_mod5 .entry-author-date,
.td_mod6 .entry-author-date {
  padding-bottom: 7px;
}
.td_mod2 .entry-review-stars,
.td_mod5 .entry-review-stars,
.td_mod6 .entry-review-stars {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 2px;
}
/*  ----------------------------------------------------------------------------
    module 2
*/
.td_mod2 {
  margin-bottom: 43px;
}
.td_mod2 .thumb-wrap {
  text-align: center;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module 3
*/
.td_mod3 {
  min-height: 76px;
  /* responsive portrait tablet */
  *zoom: 1;
}
.td_mod3:before,
.td_mod3:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod3:after {
  clear: both;
}
.td_mod3 .entry-title a,
.td_mod3 .entry-title {
  font-size: 15px;
  line-height: 21px;
  position: relative;
  /* responsive portrait tablet */
}
.td_mod3 .meta-info {
  margin-top: 1px;
  /* responsive portrait tablet */
}
.td_mod3 .entry-author-date {
  position: relative;
  top: 3px;
  padding-bottom: 3px;
}
.td_mod3 .entry-category {
  position: relative;
  top: 5px;
}
.td_mod3 .entry-review-stars {
  padding-top: 2px;
}
.td_mod3 .thumb-wrap img {
  position: absolute;
}
.td_mod3 .item-details {
  margin-left: 117px;
  position: relative;
  top: -2px;
}
/* no thumb */
.td_mod3.td_mod_no_thumb .item-details {
  margin-left: 0px;
}
/*  ----------------------------------------------------------------------------
    module 4
*/
.td_mod4 {
  min-height: 76px;
  /* responsive portrait tablet */
  *zoom: 1;
  /* thumb */
  /* play icon */
}
.td_mod4:before,
.td_mod4:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod4:after {
  clear: both;
}
.td_mod4 .entry-title a,
.td_mod4 .entry-title {
  font-size: 15px;
  line-height: 21px;
  position: relative;
  /* responsive portrait tablet */
}
.td_mod4 .meta-info {
  margin-top: 1px;
  /* responsive portrait tablet */
}
.td_mod4 .entry-author-date {
  position: relative;
  top: 3px;
  padding-bottom: 3px;
}
.td_mod4 .entry-category {
  position: relative;
  top: 5px;
}
.td_mod4 .entry-review-stars {
  padding-top: 2px;
}
.td_mod4 .thumb-wrap img {
  position: absolute;
  right: 0px;
}
.td_mod4 .video-play-icon {
  right: 3px !important;
  left: auto !important;
}
.td_mod4 .item-details {
  margin-right: 117px;
  position: relative;
  top: -2px;
}
.td_mod4.td_mod_no_thumb .item-details {
  margin-right: 0px;
}
/* on portrait tablets - custom style */
/*  ----------------------------------------------------------------------------
    module 5
*/
.td_mod5 {
  margin-bottom: 43px;
}
.td_mod5 .thumb-wrap {
  text-align: center;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module 6
*/
.td_mod6 {
  margin-bottom: 31px;
}
.td_mod6 .thumb-wrap {
  text-align: center;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module td_module_aj_search
*/
.td-search-form {
  margin: 16px 21px 16px 21px;
}
.td_mod_aj_search {
  min-height: 67px;
  margin: 0px 21px 0px 21px;
  *zoom: 1;
}
.td_mod_aj_search:before,
.td_mod_aj_search:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod_aj_search:after {
  clear: both;
}
.td_mod_aj_search .entry-title a,
.td_mod_aj_search .entry-title {
  font-size: 13px;
  line-height: 17px;
  position: relative;
}
.td_mod_aj_search .entry-author-date {
  position: relative;
  top: 3px;
  padding-bottom: 3px;
}
.td_mod_aj_search .entry-category {
  position: relative;
  top: 5px;
}
.td_mod_aj_search .entry-review-stars {
  padding-bottom: 3px;
}
.td_mod_aj_search .thumb-wrap img {
  position: absolute;
}
.td_mod_aj_search .entry-thumb {
  width: 70px;
  height: 46px;
}
.td_mod_aj_search .item-details {
  margin-left: 90px;
  top: -2px;
  position: relative;
}
.td_mod_aj_search .video-play-icon {
  top: 24px;
  left: 48px;
}
/*  ----------------------------------------------------------------------------
    mod 8 and 9
*/
.td_mod8 .entry-review-stars,
.td_mod9 .entry-review-stars {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 2px;
}
/*  ----------------------------------------------------------------------------
    module 8
*/
.td_mod8 {
  min-height: 235px;
  margin-bottom: 49px;
  *zoom: 1;
  /* responsive phone */
}
.td_mod8:before,
.td_mod8:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod8:after {
  clear: both;
}
.td_mod8 .thumb-wrap img {
  position: absolute;
  max-width: 326px;
  max-height: 235px;
  /* responsive phone */
}
.td_mod8 .item-details {
  margin-left: 366px;
  top: -2px;
  position: relative;
  /* responsive phone */
}
.td_mod8 .item-details .meta-info {
  top: 1px;
  margin-bottom: 7px;
}
.td_mod8 .video-play-icon-big {
  top: 186px;
  left: 276px;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module 9
*/
.td_mod9 {
  min-height: 187px;
  margin-bottom: 49px;
  *zoom: 1;
  /* responsive phone */
  /* responsive portrait tablet */
}
.td_mod9:before,
.td_mod9:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod9:after {
  clear: both;
}
.td_mod9 .thumb-wrap img {
  position: absolute;
  max-width: 260px;
  max-height: 187px;
  /* responsive phone */
}
.td_mod9 .item-details {
  margin-left: 300px;
  top: -2px;
  position: relative;
  /* responsive phone */
}
.td_mod9 .item-details .meta-info {
  top: 1px;
  margin-bottom: 7px;
}
.td_mod9 .video-play-icon-big {
  top: 140px;
  left: 208px;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    td_module_search - used on the search page
*/
.td_mod_search {
  min-height: 120px;
  margin-bottom: 40px;
  *zoom: 1;
  /* responsive phone */
}
.td_mod_search:before,
.td_mod_search:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod_search:after {
  clear: both;
}
.td_mod_search .thumb-wrap img {
  position: absolute;
  max-width: 120px;
  max-height: 120px;
  /* responsive phone */
}
.td_mod_search .item-details {
  margin-left: 146px;
  top: -2px;
  position: relative;
  /* responsive phone */
}
.td_mod_search .item-details .meta-info {
  top: 1px;
  margin-bottom: 7px;
}
.td_mod_search .entry-crumbs {
  position: relative;
  top: auto;
  display: inline-block;
  margin-right: 20px;
}
.td_mod_search .video-play-icon {
  top: 96px;
  left: 94px;
  /* responsive phone */
}
/* block title + line */
.block-title {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  border-bottom: 2px solid #4db2ec;
  font-size: 20px;
  margin: 0px 0px 26px 0px;
  line-height: 30px;
  font-weight: normal;
}
.block-title a,
.block-title span,
.block-title label {
  /* label is for jetpack */
  background-color: #4db2ec;
  z-index: 1;
  color: white !important;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 3px 10px 3px 10px;
}
/*  ----------------------------------------------------------------------------
    style 1 headers
*/
.td_title_style_1 {
  border-bottom: 2px solid #e7e7e7;
  font-size: 18px;
  position: relative;
  top: -3px;
  margin-bottom: 23px;
}
.td_title_style_1 a,
.td_title_style_1 span,
.td_title_style_1 label {
  background-color: transparent !important;
  color: #444444 !important;
  padding-left: 0px;
  padding-bottom: 3px !important;
  padding-top: 0px;
  display: inline-block;
}
.block-title-subcats.td_title_style_1 {
  margin-bottom: 8px;
}
/* block title with subcategories */
.block-title-subcats {
  margin-bottom: 11px;
}
/*  ----------------------------------------------------------------------------
    subcategories
*/
/* the block subcategories */
.block-child-cats {
  list-style: none;
  text-align: right;
  padding: 0px 0px;
  position: relative;
  line-height: 15px;
  margin: 0px 0px 12px 0px;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.block-child-cats li {
  display: inline-block;
  position: relative;
  zoom: 1;
  line-height: 15px;
}
.block-child-cats a {
  color: #333333;
  font-family: 'Ubuntu', sans-serif;
  margin: 0px 0px 0px 26px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  /* responsive phone */
}
.block-child-cats a:hover {
  color: #333333;
}
.td_block_wrap:hover .block-child-cats {
  opacity: 1;
}
.cur-sub-cat {
  color: #4db2ec !important;
}
.td_block_wrap {
  position: relative;
  padding-bottom: 34px;
}
/*  ----------------------------------------------------------------------------
    loader
*/
.td-loader-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  /* Half the height */
  margin-left: -32px;
  /* Half the width */
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    pagination
*/
.ajax-page-disabled {
  opacity: 0.5;
}
/*  ----------------------------------------------------------------------------
    load more
*/
.td-load-more-wrap {
  position: relative;
  top: -15px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.td-load-more-wrap a,
.td-load-more-wrap a:hover {
  color: #333333;
}
.td-load-more-img-wrap {
  line-height: 4px;
}
.td-load-more-img {
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 5px;
  background-position: -20px -788px;
  display: inline-block;
  zoom: 1;
}
/*  ----------------------------------------------------------------------------
    next prev
*/
.td_ajax-prev-page {
  position: absolute;
  top: 7px;
  right: 20px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-position: -20px -75px;
  /* responsive phone */
}
.td-ajax-next-page {
  position: absolute;
  top: 7px;
  right: 0px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-position: -20px -20px;
  /* responsive phone */
}
.td_block_inner_overflow {
  overflow: hidden;
}
/*  ----------------------------------------------------------------------------
    custom blocks
*/
/* block space bottom */
.td_block1,
.td_block2,
.td_block3,
.td_block4,
.td_block5 {
  padding-bottom: 23px;
}
.td-page-wrap .td_rec,
.td-social-wrap {
  padding-bottom: 34px !important;
}
.td_popular_categories {
  margin-bottom: 14px !important;
}
.td_text_with_title {
  padding-bottom: 20px !important;
}
.td_block3 {
  padding-bottom: 12px;
}
/* block 1 */
.td_block1 .td_mod2 {
  margin-bottom: 20px;
}
/* block 2 */
.td_block2 .td_mod5 {
  margin-bottom: 20px;
}
.iosSlider {
  width: 100%;
  /* this height ends up being your maximum height,
 * if you want it to scale forever, set it to
 * a very high number */
  height: 1500px;
}
.iosSlider {
  background-color: #f2f2f2;
}
.iosSlider .slider {
  width: 100%;
  height: 100%;
}
.iosSlider .slider .item {
  float: left;
  width: 100%;
  position: relative;
}
.iosSlider .entry-thumb {
  height: auto;
}
.iosSlider .entry-thumb:hover {
  opacity: 1 !important;
}
.iosSlider .thumb-wrap {
  text-align: center;
}
/*  ----------------------------------------------------------------------------
    custom slide
*/
.iosSlider:hover .prevButton {
  opacity: 0.7;
}
.iosSlider:hover .nextButton {
  opacity: 0.7;
}
.iosSlider .prevButton {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1068px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -14px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.iosSlider .prevButton:hover {
  opacity: 1;
}
.iosSlider .nextButton {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1136px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -14px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.iosSlider .nextButton:hover {
  opacity: 1;
}
/*  ----------------------------------------------------------------------------
    1 column
*/
.iosSlider-col-1,
.iosSlider-col-1 .item {
  height: 365px !important;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.iosSlider-col-1 .td-sbig-title-wrap a,
.iosSlider-col-1 .item .td-sbig-title-wrap a {
  font-size: 16px !important;
  line-height: 6px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.iosSlider-col-1 .slide-info-wrap {
  width: 100%;
}
.iosSlider-col-1 .entry-review-stars {
  display: inline-block;
  position: relative;
  top: 4px;
}
/*  ----------------------------------------------------------------------------
    2 columns
*/
.iosSlider-col-2,
.iosSlider-col-2 .item {
  height: 317px !important;
  /* responsive monitor */
}
.iosSlider-col-2 .td-sbig-title-wrap a,
.iosSlider-col-2 .item .td-sbig-title-wrap a {
  font-size: 20px !important;
  line-height: 15px;
  /* responsive phone */
}
.iosSlider-col-2 .entry-review-stars {
  display: inline-block;
  position: relative;
  top: 4px;
}
/*  ----------------------------------------------------------------------------
    3 columns
*/
.iosSlider-col-3,
.iosSlider-col-3 .item {
  height: 433px !important;
  /* responsive monitor */
}
/*  ----------------------------------------------------------------------------
    slide on mobile
*/
.iosSlider-col-3 .entry-review-stars {
  display: inline-block;
  position: relative;
  top: 4px;
}
.slide-info-wrap {
  position: absolute;
  left: 0px;
  bottom: -110px;
  width: 326px;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-wrap-active {
  opacity: 1;
  bottom: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iosSlider {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iosSlider .slide-title {
  padding: 4px 10px 5px 9px;
}
.iosSlider .slide-line {
  /* using data-uri for transparent background */
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU1QzIzNzdCNkU5MTFFMjgyMDY4NTFBQkY5Q0Q1RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU1QzIzNzhCNkU5MTFFMjgyMDY4NTFBQkY5Q0Q1RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NTVDMjM3NUI2RTkxMUUyODIwNjg1MUFCRjlDRDVGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NTVDMjM3NkI2RTkxMUUyODIwNjg1MUFCRjlDRDVGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoAQD2sAAAAPSURBVHjaYlBUVPwKEGAAAiMBWb6+NxsAAAAASUVORK5CYII=') repeat;
  height: 3px;
}
.iosSlider .slide-meta {
  position: absolute;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  color: white;
  top: 12px;
}
.iosSlider .slide-meta-cat {
  display: inline-block;
  background-color: #4db2ec;
  line-height: 28px;
  padding: 0 10px 0 10px;
  height: 29px;
}
.iosSlider .slide-meta-cat a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: white;
}
.iosSlider .slide-meta-author {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  padding: 0 10px 0 10px;
  height: 29px;
}
.iosSlider .slide-meta-author a {
  color: white;
}
.iosSlider .entry-title a,
.iosSlider .entry-title {
  font-size: 20px;
  line-height: 24px;
  color: white !important;
}
.iosSlider .entry-category a {
  color: white !important;
}
/*  ----------------------------------------------------------------------------
    slides titles
*/
.td-sbig-title-wrap {
  position: absolute;
  bottom: 21px;
  left: 0px;
  /* responsive phone */
  /* separator for title */
  /* slide title line (one line only) */
}
.td-sbig-title-wrap .td-sbig-sep {
  display: block !important;
}
.td-sbig-title-wrap .td-sbig-title {
  background-color: #4db2ec;
  background-color: rgba(77, 178, 236, 0.7);
  display: inline-block;
  float: left;
  padding: 9px 9px;
}
.td-sbig-title-wrap a {
  font-family: 'Oswald', sans-serif !important;
  font-size: 26px !important;
  color: white !important;
  text-transform: uppercase;
  /* responsive portrait tablet */
  /* responsive phone */
}
.td-sbig-title-wrap a:hover span {
  text-decoration: underline !important;
}
/*  ----------------------------------------------------------------------------
    main item
*/
/* main item from slide */
.td-slide-item-main {
  background-color: white;
  width: 670px;
  height: 433px;
  border-right: 3px solid white;
  position: relative;
  /* responsive monitor */
  /* responsive portrait tablet */
}
/*  ----------------------------------------------------------------------------
    secondary items
*/
/* secondary items wrap */
.td-slide-sec-items-wrap {
  float: right;
}
/* secondary items */
.td-slide-item-sec {
  background-color: white;
  width: 293px;
  height: 143px;
  position: relative;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td-slide-item-sec a {
  font-size: 16px !important;
  color: white;
}
.td-slide-item-sec .td-sbig-title-wrap {
  /* responsive phone */
  bottom: 0px;
  display: inline-block;
  background-color: #4db2ec;
  background-color: rgba(77, 178, 236, 0.7);
  padding: 5px 5px 3px 5px;
}
/*  ----------------------------------------------------------------------------
    small items - each of them
*/
/* top item */
.td-slide-item-sec-1 {
  border-bottom: 3px solid white;
  /* responsive portrait tablet */
}
/* mid item */
.td-slide-item-sec-2 {
  /* responsive portrait tablet */
}
/* bottom item */
.td-slide-item-sec-3 {
  border-top: 3px solid white;
  /* responsive portrait tablet */
}
.td-slide-item-sec-3 .td-sbig-title-wrap {
  /* responsive portrait tablet */
}
/*  ----------------------------------------------------------------------------
    wrap
*/
.td_block_slide_big .iosSlider-col-3 {
  /* responsive portrait tablet */
}
.td-desktop-post {
  /* responsive phone */
}
.td-mobile-post {
  display: none;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    mobile slide
*/
.td-mobile-post .td-sbig-title-wrap a {
  background-color: #4db2ec;
  background-color: rgba(77, 178, 236, 0.7);
  padding: 3px 5px 3px 5px;
  font-size: 15px !important;
}
/*  ----------------------------------------------------------------------------
    shadow - when the slide is used with a background
*/
.td-full-layout .td-big-slide-background,
.td-boxed-layout .td-big-slide-background .container {
  position: relative;
}
.td-full-layout .td-big-slide-background .iosSlider,
.td-boxed-layout .td-big-slide-background .container .iosSlider {
  -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.5);
}
.td-full-layout .td-big-slide-background:after,
.td-boxed-layout .td-big-slide-background .container:after {
  position: absolute;
  bottom: -14px;
  left: 0px;
  display: block;
  content: '';
  height: 28px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url('images/header/bg-shadow.png') repeat-x transparent;
}
.td-full-layout .td-big-slide-background:before,
.td-boxed-layout .td-big-slide-background .container:before {
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 0px;
  display: block;
  content: '';
  height: 13px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: black;
  background: url('images/header/bg-shadow-top.png') repeat-x transparent;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flexslider a:hover {
  text-decoration: none !important;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides .entry-thumb {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0px;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 43%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*  ----------------------------------------------------------------------------
    custom gallery code
*/
.flex-direction-nav .flex-next {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1136px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -14px;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1068px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.flexslider li {
  margin-right: 10px;
  margin-left: 10px;
}
.flex-caption {
  position: relative;
  display: block;
  height: 43px;
  padding: 4px 10px;
  color: white;
  font-size: 16px;
  font-family: 'Open Sans', arial, sans-serif;
  line-height: 20px;
  text-decoration: none !important;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.flex-slide-wrap {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    2 and 3 cols image fix
*/
.flex-viewport li {
  max-width: 213px;
  /* responsive landscape */
}
/*  ----------------------------------------------------------------------------
    1 column
*/
.td_gallery-col-1 li {
  max-width: 127px;
  /* responsive monitor */
  /* responsive landscape */
}
/*  ----------------------------------------------------------------------------
    2 col
*/
.td_gallery-col-2 {
  /* responsive landscape */
}
.td_block_gallery .td_block_inner {
  margin-bottom: 15px;
}
.td_rec .td_mod_wrap {
  text-align: center;
}
.td_rec_left {
  float: left;
  margin-right: 21px;
  position: relative;
  top: 5px;
}
.td_rec_left .td_mod_wrap {
  margin-bottom: 21px;
}
/*  ----------------------------------------------------------------------------
    header top ad spot
*/
.td_responsive .td-rec-default {
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.td-logo-rec-wrap {
  /* adsense responsive */
}
.td-logo-rec-wrap .td-rec-default {
  padding-right: 46px;
  padding-top: 32px;
  left: -2px;
  position: relative;
  z-index: 9999;
}
.td-logo-rec-wrap .td-g-rec {
  padding-right: 20px;
  padding-top: 24px;
  left: -6px;
  position: relative;
  z-index: 9999;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.td-logo-rec-wrap .td_rec {
  padding-bottom: 0px;
  z-index: 9999;
}
.td-logo-rec-wrap .td_mod_wrap {
  margin-bottom: 0px;
}
.td-logo-rec-wrap .td-rec-phone {
  display: none;
  /* responsive phone */
}
.td-logo-rec-wrap .td-rec-tablet-p {
  display: none;
  padding-top: 29px;
  /* responsive portrait tablet */
}
.td-logo-rec-wrap .td-rec-tablet-l {
  display: block;
  padding-top: 24px;
  padding-right: 50px;
  /* responsive phone */
  /* responsive portrait tablet */
  /* responsive monitor */
}
.td-logo-rec-wrap .td-rec-monitor {
  display: none;
  padding-right: 46px;
  padding-top: 25px;
  left: -2px;
  position: relative;
  /* responsive monitor */
}
/*  ----------------------------------------------------------------------------
    responsive ads
*/
.td-rec-phone {
  display: none;
  /* responsive phone */
}
.td-rec-tablet-p {
  display: none;
  /* responsive portrait tablet */
}
.td-rec-tablet-l {
  display: block;
  /* responsive phone */
  /* responsive portrait tablet */
  /* responsive monitor */
}
.td-rec-monitor {
  display: none;
  /* responsive monitor */
}
/*  ----------------------------------------------------------------------------
    inline ads
*/
.post .td_rec {
  padding-bottom: 0px !important;
}
.td-social-wrap .td_mod_wrap {
  margin-bottom: 1px;
  text-align: center;
  line-height: 11px;
}
.td-social-icon-wrap {
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  display: inline-block;
  zoom: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.td-social-icon-wrap:hover {
  opacity: 0.8;
}
.td-footer-wrap .td-social-wrap .td_mod_wrap {
  text-align: left;
}
.td-footer-wrap .td-social-icon-wrap {
  margin-left: 0px;
  margin-right: 14px;
}
/*  ----------------------------------------------------------------------------
    16
*/
.td-social-s1-16 {
  background-image: url('images/icons/social/sprite/style1-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
.td-social-s2-16 {
  background-image: url('images/icons/social/sprite/style2-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
.td-social-s3-16 {
  background-image: url('images/icons/social/sprite/style3-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
.td-social-s4-16 {
  background-image: url('images/icons/social/sprite/style4-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
/*  ----------------------------------------------------------------------------
    32
*/
.td-social-s1-32 {
  background-image: url('images/icons/social/sprite/style1-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
.td-social-s2-32 {
  background-image: url('images/icons/social/sprite/style2-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
.td-social-s3-32 {
  background-image: url('images/icons/social/sprite/style3-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
.td-social-s4-32 {
  background-image: url('images/icons/social/sprite/style4-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
/*  ----------------------------------------------------------------------------
    64
*/
.td-social-s1-64 {
  background-image: url('images/icons/social/sprite/style1-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
.td-social-s2-64 {
  background-image: url('images/icons/social/sprite/style2-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
.td-social-s3-64 {
  background-image: url('images/icons/social/sprite/style3-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
.td-social-s4-64 {
  background-image: url('images/icons/social/sprite/style4-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
/*  ----------------------------------------------------------------------------
    16px
*/
.td-s-s-16-addthis {
  background-position: 0 0;
}
.td-s-s-16-behance {
  background-position: -16px 0;
}
.td-s-s-16-blogger {
  background-position: -32px 0;
}
.td-s-s-16-delicious {
  background-position: -48px 0;
}
.td-s-s-16-deviantart {
  background-position: -64px 0;
}
.td-s-s-16-digg {
  background-position: -80px 0;
}
.td-s-s-16-dopplr {
  background-position: -96px 0;
}
.td-s-s-16-dribbble {
  background-position: 0 -16px;
}
.td-s-s-16-evernote {
  background-position: -16px -16px;
}
.td-s-s-16-facebook {
  background-position: -32px -16px;
}
.td-s-s-16-flickr {
  background-position: -48px -16px;
}
.td-s-s-16-forrst {
  background-position: -64px -16px;
}
.td-s-s-16-github {
  background-position: -80px -16px;
}
.td-s-s-16-google {
  background-position: -96px -16px;
}
.td-s-s-16-googledrive {
  background-position: 0 -32px;
}
.td-s-s-16-googlemaps {
  background-position: -16px -32px;
}
.td-s-s-16-googleplus {
  background-position: -32px -32px;
}
.td-s-s-16-grooveshark {
  background-position: -48px -32px;
}
.td-s-s-16-html5 {
  background-position: -64px -32px;
}
.td-s-s-16-instagram {
  background-position: -80px -32px;
}
.td-s-s-16-lastfm {
  background-position: -96px -32px;
}
.td-s-s-16-linkedin {
  background-position: 0 -48px;
}
.td-s-s-16-mail {
  background-position: -16px -48px;
}
.td-s-s-16-myspace {
  background-position: -32px -48px;
}
.td-s-s-16-path {
  background-position: -48px -48px;
}
.td-s-s-16-paypal {
  background-position: -64px -48px;
}
.td-s-s-16-picasa {
  background-position: -80px -48px;
}
.td-s-s-16-pinterest {
  background-position: -96px -48px;
}
.td-s-s-16-posterous {
  background-position: 0 -64px;
}
.td-s-s-16-reddit {
  background-position: -16px -64px;
}
.td-s-s-16-rss {
  background-position: -32px -64px;
}
.td-s-s-16-sharethis {
  background-position: -48px -64px;
}
.td-s-s-16-skype {
  background-position: -64px -64px;
}
.td-s-s-16-slashdot {
  background-position: -80px -64px;
}
.td-s-s-16-soundcloud {
  background-position: -96px -64px;
}
.td-s-s-16-spotify {
  background-position: 0 -80px;
}
.td-s-s-16-stackoverflow {
  background-position: -16px -80px;
}
.td-s-s-16-steam {
  background-position: -32px -80px;
}
.td-s-s-16-stumbleUpon {
  background-position: -48px -80px;
}
.td-s-s-16-tehnorati {
  background-position: -64px -80px;
}
.td-s-s-16-tumblr {
  background-position: -80px -80px;
}
.td-s-s-16-twitter {
  background-position: -96px -80px;
}
.td-s-s-16-viddler {
  background-position: 0 -96px;
}
.td-s-s-16-vimeo {
  background-position: -16px -96px;
}
.td-s-s-16-virb {
  background-position: -32px -96px;
}
.td-s-s-16-windows {
  background-position: -48px -96px;
}
.td-s-s-16-woordpress {
  background-position: -64px -96px;
}
.td-s-s-16-yahoo {
  background-position: -80px -96px;
}
.td-s-s-16-youtube {
  background-position: -96px -96px;
}
.td-s-s-16-zerply {
  background-position: -112px 0;
}
/*  ----------------------------------------------------------------------------
    32px social sprite
*/
.td-s-s-32-addthis {
  background-position: 0 0;
}
.td-s-s-32-behance {
  background-position: -32px 0;
}
.td-s-s-32-blogger {
  background-position: -64px 0;
}
.td-s-s-32-delicious {
  background-position: -96px 0;
}
.td-s-s-32-deviantart {
  background-position: -128px 0;
}
.td-s-s-32-digg {
  background-position: -160px 0;
}
.td-s-s-32-dopplr {
  background-position: -192px 0;
}
.td-s-s-32-dribbble {
  background-position: 0 -32px;
}
.td-s-s-32-evernote {
  background-position: -32px -32px;
}
.td-s-s-32-facebook {
  background-position: -64px -32px;
}
.td-s-s-32-flickr {
  background-position: -96px -32px;
}
.td-s-s-32-forrst {
  background-position: -128px -32px;
}
.td-s-s-32-github {
  background-position: -160px -32px;
}
.td-s-s-32-google {
  background-position: -192px -32px;
}
.td-s-s-32-googledrive {
  background-position: 0 -64px;
}
.td-s-s-32-googlemaps {
  background-position: -32px -64px;
}
.td-s-s-32-googleplus {
  background-position: -64px -64px;
}
.td-s-s-32-grooveshark {
  background-position: -96px -64px;
}
.td-s-s-32-html5 {
  background-position: -128px -64px;
}
.td-s-s-32-instagram {
  background-position: -160px -64px;
}
.td-s-s-32-lastfm {
  background-position: -192px -64px;
}
.td-s-s-32-linkedin {
  background-position: 0 -96px;
}
.td-s-s-32-mail {
  background-position: -32px -96px;
}
.td-s-s-32-myspace {
  background-position: -64px -96px;
}
.td-s-s-32-path {
  background-position: -96px -96px;
}
.td-s-s-32-paypal {
  background-position: -128px -96px;
}
.td-s-s-32-picasa {
  background-position: -160px -96px;
}
.td-s-s-32-pinterest {
  background-position: -192px -96px;
}
.td-s-s-32-posterous {
  background-position: 0 -128px;
}
.td-s-s-32-reddit {
  background-position: -32px -128px;
}
.td-s-s-32-rss {
  background-position: -64px -128px;
}
.td-s-s-32-sharethis {
  background-position: -96px -128px;
}
.td-s-s-32-skype {
  background-position: -128px -128px;
}
.td-s-s-32-slashdot {
  background-position: -160px -128px;
}
.td-s-s-32-soundcloud {
  background-position: -192px -128px;
}
.td-s-s-32-spotify {
  background-position: 0 -160px;
}
.td-s-s-32-stackoverflow {
  background-position: -32px -160px;
}
.td-s-s-32-steam {
  background-position: -64px -160px;
}
.td-s-s-32-stumbleUpon {
  background-position: -96px -160px;
}
.td-s-s-32-tehnorati {
  background-position: -128px -160px;
}
.td-s-s-32-tumblr {
  background-position: -160px -160px;
}
.td-s-s-32-twitter {
  background-position: -192px -160px;
}
.td-s-s-32-viddler {
  background-position: 0 -192px;
}
.td-s-s-32-vimeo {
  background-position: -32px -192px;
}
.td-s-s-32-virb {
  background-position: -64px -192px;
}
.td-s-s-32-windows {
  background-position: -96px -192px;
}
.td-s-s-32-woordpress {
  background-position: -128px -192px;
}
.td-s-s-32-yahoo {
  background-position: -160px -192px;
}
.td-s-s-32-youtube {
  background-position: -192px -192px;
}
.td-s-s-32-zerply {
  background-position: -224px 0;
}
/*  ----------------------------------------------------------------------------
    64px
*/
.td-s-s-64-addthis {
  background-position: 0 0;
}
.td-s-s-64-behance {
  background-position: -64px 0;
}
.td-s-s-64-blogger {
  background-position: -128px 0;
}
.td-s-s-64-delicious {
  background-position: -192px 0;
}
.td-s-s-64-deviantart {
  background-position: -256px 0;
}
.td-s-s-64-digg {
  background-position: -320px 0;
}
.td-s-s-64-dopplr {
  background-position: -384px 0;
}
.td-s-s-64-dribbble {
  background-position: 0 -64px;
}
.td-s-s-64-evernote {
  background-position: -64px -64px;
}
.td-s-s-64-facebook {
  background-position: -128px -64px;
}
.td-s-s-64-flickr {
  background-position: -192px -64px;
}
.td-s-s-64-forrst {
  background-position: -256px -64px;
}
.td-s-s-64-github {
  background-position: -320px -64px;
}
.td-s-s-64-google {
  background-position: -384px -64px;
}
.td-s-s-64-googledrive {
  background-position: 0 -128px;
}
.td-s-s-64-googlemaps {
  background-position: -64px -128px;
}
.td-s-s-64-googleplus {
  background-position: -128px -128px;
}
.td-s-s-64-grooveshark {
  background-position: -192px -128px;
}
.td-s-s-64-html5 {
  background-position: -256px -128px;
}
.td-s-s-64-instagram {
  background-position: -320px -128px;
}
.td-s-s-64-lastfm {
  background-position: -384px -128px;
}
.td-s-s-64-linkedin {
  background-position: 0 -192px;
}
.td-s-s-64-mail {
  background-position: -64px -192px;
}
.td-s-s-64-myspace {
  background-position: -128px -192px;
}
.td-s-s-64-path {
  background-position: -192px -192px;
}
.td-s-s-64-paypal {
  background-position: -256px -192px;
}
.td-s-s-64-picasa {
  background-position: -320px -192px;
}
.td-s-s-64-pinterest {
  background-position: -384px -192px;
}
.td-s-s-64-posterous {
  background-position: 0 -256px;
}
.td-s-s-64-reddit {
  background-position: -64px -256px;
}
.td-s-s-64-rss {
  background-position: -128px -256px;
}
.td-s-s-64-sharethis {
  background-position: -192px -256px;
}
.td-s-s-64-skype {
  background-position: -256px -256px;
}
.td-s-s-64-slashdot {
  background-position: -320px -256px;
}
.td-s-s-64-soundcloud {
  background-position: -384px -256px;
}
.td-s-s-64-spotify {
  background-position: 0 -320px;
}
.td-s-s-64-stackoverflow {
  background-position: -64px -320px;
}
.td-s-s-64-steam {
  background-position: -128px -320px;
}
.td-s-s-64-stumbleUpon {
  background-position: -192px -320px;
}
.td-s-s-64-tehnorati {
  background-position: -256px -320px;
}
.td-s-s-64-tumblr {
  background-position: -320px -320px;
}
.td-s-s-64-twitter {
  background-position: -384px -320px;
}
.td-s-s-64-viddler {
  background-position: 0 -384px;
}
.td-s-s-64-vimeo {
  background-position: -64px -384px;
}
.td-s-s-64-virb {
  background-position: -128px -384px;
}
.td-s-s-64-windows {
  background-position: -192px -384px;
}
.td-s-s-64-woordpress {
  background-position: -256px -384px;
}
.td-s-s-64-yahoo {
  background-position: -320px -384px;
}
.td-s-s-64-youtube {
  background-position: -384px -384px;
}
.td-s-s-64-zerply {
  background-position: -448px 0;
}
.td_text_with_title .td_mod_wrap p {
  top: -9px;
  position: relative;
}
.td_img_first .td_mod_wrap p {
  top: 0px;
  position: static;
}
dl.dl-horizontal,
dt,
dd {
  -webkit-margin-before: 0px !important;
  -webkit-margin-after: 0px !important;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
body .wpb_alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
h3.ui-accordion-header a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 500;
  background: #f6f6f6;
  padding: 8px 15px 8px 30px !important;
  margin-bottom: 15px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.ui-accordion-header-active a {
  background: #4db2ec !important;
  color: white !important;
}
div.ui-accordion-content {
  padding: 0px !important;
}
.wpb_button,
.form-submit input,
.wpcf7-submit {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none;
  background: #4db2ec !important;
  color: white;
  border: none;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.wpb_button:hover,
.form-submit input:hover,
.wpcf7-submit:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.form-submit input,
.wpcf7-submit {
  height: 34px !important;
}
/* page builder buttons */
body .wpb_btn-primary {
  color: white;
  background: #33a0d0 !important;
}
body .wpb_btn-info {
  color: white;
  background: #63c6f2 !important;
}
body .wpb_btn-success {
  color: white;
  background: #75b840 !important;
}
body .wpb_btn-warning {
  color: white;
  background: #ffd74e !important;
}
body .wpb_btn-danger {
  color: white;
  background: #ec4d4d !important;
}
.wpb_btn-inverse {
  color: white;
  background: #4db2ec !important;
}
.more-link-wrap {
  display: inline-block;
}
.wpb_default {
  color: white;
  background: #4db2ec !important;
}
.wpb_gray {
  color: white;
  background: #777777 !important;
}
.wpb_black {
  color: white;
  background: #000000 !important;
}
.wpb_lime {
  color: white;
  background: #a4c400 !important;
}
.wpb_green {
  color: white;
  background: #60a917 !important;
}
.wpb_emerald {
  color: white;
  background: #008a00 !important;
}
.wpb_teal {
  color: white;
  background: #00aba9 !important;
}
.wpb_cobalt {
  color: white;
  background: #0050ef !important;
}
.wpb_blue {
  color: white;
  background: #0e70a8 !important;
}
.wpb_indigo {
  color: white;
  background: #6a00ff !important;
}
.wpb_violet {
  color: white;
  background: #aa00ff !important;
}
.wpb_pink {
  color: white;
  background: #f472d0 !important;
}
.wpb_magenta {
  color: white;
  background: #d80073 !important;
}
.wpb_crimson {
  color: white;
  background: #a20025 !important;
}
.wpb_red {
  color: white;
  background: #EC4D4D !important;
}
.wpb_orange {
  color: white;
  background: #fa6800 !important;
}
.wpb_amber {
  color: white;
  background: #f0a30a !important;
}
.wpb_yellow {
  color: white;
  background: #e3c800 !important;
}
.wpb_brown {
  color: white;
  background: #825a2c !important;
}
.wpb_olive {
  color: white;
  background: #6d8764 !important;
}
.wpb_steel {
  color: white;
  background: #647687 !important;
}
.wpb_mauve {
  color: white;
  background: #76608a !important;
}
.wpb_taupe {
  color: white;
  background: #87794e !important;
}
.wpb_cyan {
  color: white;
  background: #4DB2EC !important;
}
.wpb_size_small {
  font-size: 13px;
  padding: 2px 8px !important;
}
.wpb_size_large {
  font-size: 16px;
  padding: 10px 26px !important;
}
.wpb_default2 {
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.wpb_default2:hover {
  box-shadow: none;
}
.wpb_size_small2 {
  font-size: 13px;
  padding: 2px 8px !important;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.wpb_size_small2:hover {
  box-shadow: none;
}
.wpb_size_large2 {
  font-size: 16px;
  padding: 10px 26px !important;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.wpb_size_large2:hover {
  box-shadow: none;
}
.wpb_button_a:hover {
  text-decoration: none !important;
}
/* tab navigation */
.ui-tabs {
  padding: 0px !important;
}
.ui-tabs-nav {
  border-bottom: 2px solid #4DB2EC;
  list-style: none;
  margin: 0px 0px 26px 0;
  padding: 0px !important;
}
.ui-tabs-nav li {
  float: left;
  margin: 0px !important;
  border-left: 1px solid white;
}
.ui-tabs-nav li:first-child {
  border-left: none !important;
}
.ui-tabs-nav a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #4b4b4b !important;
  background: #f6f6f6;
  padding: 4px 15px 4px 15px !important;
  display: block;
  float: left;
}
.ui-tabs-nav a:hover {
  text-decoration: none !important;
}
.ui-tabs-nav .ui-tabs-active a {
  color: white !important;
  background: #4db2ec !important;
}
/* tab content */
.wpb_tab {
  padding: 0px !important;
  background-color: transparent !important;
  margin-top: 12px;
}
/* one column tabs */
.col-md-4 .ui-tabs-nav li {
  max-width: 50%;
}
.col-md-4 .ui-tabs-nav a {
  white-space: normal;
}
/* vertical tabs */
.wpb_tour .ui-tabs-nav {
  width: 34.8% !important;
}
.wpb_tour .ui-tabs-nav li {
  width: 87% !important;
}
.wpb_tour .ui-tabs-panel {
  width: 65.2% !important;
}
.wpb_tour .ui-tabs-nav {
  background-image: none;
}
.col-md-4 .wpb_tour .ui-tabs-nav ul {
  width: 100% !important;
}
.col-md-4 .wpb_tour .ui-tabs-nav li {
  max-width: 100%;
}
.col-md-4 .wpb_tour .ui-tabs-nav a {
  white-space: normal;
}
/* responsive phone */
.wpb_video_wrapper iframe {
  width: 100% !important;
}
.td-page-wrap .wpcf7 {
  padding-bottom: 23px;
}
.wpcf7-text {
  width: 98%;
  /* responsive portrait tablet */
  /* responsive phone */
}
.wpcf7-textarea {
  width: 98%;
  /* responsive portrait tablet */
  /* responsive phone */
}
h4.wpb_toggle {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.wpb_map_wraper {
  padding: 5px 0px 44px 0px;
}
/*  ----------------------------------------------------------------------------
   flickr
*/
.flickr_badge_image {
  display: inline-block;
  padding: 3px;
}
ol li {
  line-height: 24px;
}
.td_top_authors {
  padding-bottom: 23px;
}
.td_top_authors img {
  position: absolute;
  max-width: 70px;
}
.td_top_authors .item-details {
  margin-left: 85px;
  position: relative;
  height: 70px;
  top: 3px;
}
.td_top_authors .item-details span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
  color: white;
  padding: 2px 7px 3px 7px;
  margin-right: 10px;
  /* responsive portrait tablet */
}
.td_top_authors .td-active {
  background-color: #fafafa;
}
.td_top_authors .td_mod_wrap {
  min-height: 70px;
  margin-bottom: 26px;
}
.td_top_authors .td_mod_wrap:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.td_top_authors .td-authors-url {
  padding-top: 1px;
  /* responsive portrait tablet */
}
.td_top_authors .td-authors-url a {
  color: #d0d0d0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
}
.td_top_authors .td-authors-name a {
  padding-bottom: 4px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #202020;
  line-height: 18px;
}
.td_top_authors .td-author-post-count {
  background-color: #878787;
}
.td_top_authors .td-author-comments-count {
  background-color: #a8a8a8;
}
/*  ----------------------------------------------------------------------------
    revolution slider
*/
.rev_slider_wrapper {
  padding: 0px !important;
}
/*  ----------------------------------------------------------------------------
    widgets global
*/
.widget form {
  margin-bottom: 0px;
}
.widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -17px;
}
.widget ul li > a {
  padding: 6px 10px 3px 12px;
}
.widget a {
  color: #4b4b4b;
}
.widget_recent_entries,
.widget_archive,
.widget_categories,
.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_rss_links,
.widget_top-posts,
.widget_recent_comments {
  margin-bottom: 48px;
}
.widget_recent_entries .block-title,
.widget_archive .block-title,
.widget_categories .block-title,
.widget_nav_menu .block-title,
.widget_meta .block-title,
.widget_pages .block-title,
.widget_rss_links .block-title,
.widget_top-posts .block-title,
.widget_recent_comments .block-title {
  padding-bottom: 0px;
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_rss_links a,
.widget_top-posts a,
.widget_recent_comments a {
  display: block;
}
.widget_archive .block-title,
.widget_categories .block-title,
.widget_meta .block-title,
.widget_pages .block-title,
.widget_recent_entries .block-title {
  margin-bottom: 0px;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul {
  padding-bottom: 1px;
  position: relative;
  top: 6px;
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a {
  padding: 9px 10px 0 12px;
}
.widget_archive ul li a .td-widget-no,
.widget_categories ul li a .td-widget-no,
.widget_meta ul li a .td-widget-no,
.widget_pages ul li a .td-widget-no,
.widget_recent_entries ul li a .td-widget-no,
.widget_archive ul li a .td-cat-no,
.widget_categories ul li a .td-cat-no,
.widget_meta ul li a .td-cat-no,
.widget_pages ul li a .td-cat-no,
.widget_recent_entries ul li a .td-cat-no {
  float: right;
}
.widget_archive select,
.widget_categories select,
.widget_meta select,
.widget_pages select,
.widget_recent_entries select {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  margin-top: 26px;
  width: 100%;
  outline: none;
  margin-bottom: 1px;
}
.widget_archive .current_page_item a,
.widget_categories .current_page_item a,
.widget_meta .current_page_item a,
.widget_pages .current_page_item a,
.widget_recent_entries .current_page_item a {
  color: #4db2ec;
}
.widget_archive .post-date,
.widget_categories .post-date,
.widget_meta .post-date,
.widget_pages .post-date,
.widget_recent_entries .post-date {
  padding-left: 12px;
  font: 'Ubuntu', sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #CBCBCB;
  position: relative;
  top: -3px;
}
/*  ----------------------------------------------------------------------------
    custom menu default widget
*/
.widget_nav_menu {
  margin-bottom: 40px;
}
.widget_nav_menu ul {
  top: 0px;
}
.widget_nav_menu .block-title {
  margin-bottom: 10px;
}
.widget_nav_menu .sub-menu {
  padding-left: 12px;
}
/*  ----------------------------------------------------------------------------
    search
*/
.widget_search {
  margin-bottom: 48px;
}
.widget_search #s,
.widget_search #s:focus {
  background-color: #fcfcfc !important;
  height: 24px;
}
.widget_search .btn {
  height: 34px;
  padding-top: 5px !important;
  padding-bottom: 7px !important;
}
.td-search-form-widget div {
  text-align: center;
}
.td-widget-search-input {
  margin-bottom: 0px !important;
  width: 213px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
/*  ----------------------------------------------------------------------------
    categories
*/
.widget_categories .children {
  top: 0px;
  padding-left: 21px;
}
.widget_categories .current-cat > a {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    calendar
*/
.widget_calendar {
  margin-bottom: 33px;
}
.widget_calendar table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.widget_calendar td,
.widget_calendar td {
  padding: 10px;
  text-align: center;
  /* responsive portrait tablet */
}
.widget_calendar td a {
  color: #4db2ec;
}
.widget_calendar caption {
  font-weight: bold;
  margin-bottom: 10px;
}
/*  ----------------------------------------------------------------------------
    menu widgets
*/
.widget_nav_menu .menu_icon {
  display: none;
}
/*  ----------------------------------------------------------------------------
    text widget
*/
.widget_text {
  margin-bottom: 43px;
}
.widget_text .block-title {
  margin-bottom: 17px;
}
.widget_text ul {
  list-style: disc url('images/icons/li.png');
  top: 0px;
}
/*  ----------------------------------------------------------------------------
    tag widget
*/
.widget_tag_cloud {
  margin-bottom: 43px;
}
/*  ----------------------------------------------------------------------------
    jetpack twitter
*/
.widget_twitter {
  margin-bottom: 31px;
}
.widget_twitter li {
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 4px;
  padding-bottom: 5px;
  position: relative;
  top: -6px;
  font-size: 14px;
  line-height: 20px;
}
.widget_twitter li:last-child {
  border-bottom: none !important;
}
.widget_twitter a {
  color: #00aced;
  padding: 0px !important;
}
.widget_twitter .timesince {
  color: #cbcbcb;
  font-size: 12px;
  font-style: italic;
  display: block;
}
/*  ----------------------------------------------------------------------------
    jetpack facebook
*/
.widget_facebook_likebox {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.widget_facebook_likebox iframe {
  width: 105% !important;
  position: relative;
  left: -5px;
  height: 309px !important;
  /* responsive portrait tablet */
  /* responsive phone */
}
.widget_facebook_likebox .block-title {
  margin: 0px 0px 17px 0px;
}
.widget_facebook_likebox .block-title a {
  padding: 0px;
}
/*  ----------------------------------------------------------------------------
    jetpack smily face
*/
img#wpstats {
  display: none;
}
/*  ----------------------------------------------------------------------------
    jetpack subscription email
*/
.jetpack_subscription_widget {
  margin-bottom: 48px;
}
.jetpack_subscription_widget label {
  display: inline;
  padding: 0px !important;
  font-size: 20px;
}
.jetpack_subscription_widget .block-title {
  margin-bottom: 17px;
}
.jetpack_subscription_widget .block-title label {
  background: none;
}
.jetpack_subscription_widget p {
  margin: 0px 14px 21px 0px;
}
.jetpack_subscription_widget #subscribe-field {
  width: 100% !important;
  padding: 6px !important;
  margin-bottom: 5px;
}
.jetpack_subscription_widget input[type="submit"] {
  padding: 5px 12px !important;
  color: white !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none;
  border: none;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: white;
  background: #4db2ec !important;
  margin-bottom: 0px;
}
.jetpack_subscription_widget input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/*  ----------------------------------------------------------------------------
    jetpack widget-grofile avatar profile
*/
.widget-grofile {
  margin-bottom: 45px;
  text-align: center;
}
.widget-grofile .block-title {
  text-align: left;
}
.widget-grofile .grofile-thumbnail {
  height: 150px;
  width: 150px;
}
.widget-grofile .grofile-meta h4 {
  margin: 0px;
  text-transform: capitalize;
}
.widget-grofile h4 {
  margin: 5px !important;
}
.widget_jetpack_readmill_widget {
  margin-bottom: 42px;
}
/*  ----------------------------------------------------------------------------
    jetpack image
*/
.widget_image {
  margin-bottom: 37px;
}
.widget_image img {
  margin-top: 0px !important;
}
/*  ----------------------------------------------------------------------------
    jetpack rss
*/
.widget_rss {
  margin-bottom: 48px;
}
/*  ----------------------------------------------------------------------------
    most viewed bars
*/
.widget_most_viewed_bars {
  padding-bottom: 47px;
}
.widget_most_viewed_bars ul {
  width: 90% !important;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.widget_most_viewed_bars ul a {
  line-height: 21px !important;
}
.popular_posts_bars_comment_count_hold a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
/*  ----------------------------------------------------------------------------
    recent comments
*/
.widget_recent_comments {
  margin-bottom: 23px;
}
.widget_recent_comments ul {
  top: -14px;
}
.widget_recent_comments li {
  padding: 3px 0px 6px 0px;
}
.widget_recent_comments .recentcomments {
  margin-left: 10px;
}
.widget_recent_comments .recentcomments .url {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    tags
*/
.widget_tag_cloud .tagcloud a {
  background-color: #B3B3B3;
  color: white !important;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px !important;
  font-weight: normal;
  margin: 0 2px 5px 0;
  padding: 1px 8px 3px;
  text-decoration: none !important;
  display: inline-block;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    pages
*/
.widget_pages .current_page_parent > a {
  color: #4db2ec;
}
.wpb_tabs {
  margin-bottom: 0px;
}
.widget.socialbox {
  margin-bottom: 48px;
}
.socialbox-style-tutsflavor p {
  font-family: 'Open Sans', arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #545454 !important;
  display: none !important;
}
.socialbox-style-tutsflavor p span {
  font-weight: 600 !important;
}
.socialbox-style-tutsflavor a {
  border-radius: 0px !important;
  border: none !important;
  background-image: none !important;
  text-shadow: none !important;
  background-color: #eaeaea !important;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  position: relative;
  top: 2px;
}
.socialbox {
  margin-top: 24px !important;
}
/* Large desktop */
.popular_posts_bars {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  list-style: none !important;
  margin-bottom: 0.5em !important;
}
.popular_posts_bars .popular_posts_bars_li {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: visible !important;
  margin: 0 0 -6px 0 !important;
  padding: 15px 0 15px 5px !important;
  background: #ccc !important;
  background: rgba(200, 200, 200, 0.9) !important;
  width: 76% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_red {
  background: #f45 !important;
  background: rgba(255, 57, 65, 0.9) !important;
  width: 100% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_orange {
  background: #f74 !important;
  background: rgba(255, 103, 57, 0.9) !important;
  width: 95% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_yellow {
  background: #fd4 !important;
  background: rgba(255, 218, 57, 0.9) !important;
  width: 89% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_green {
  background: #cf5 !important;
  background: rgba(193, 241, 78, 0.9) !important;
  width: 84% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_blue {
  background: #3cf !important;
  background: rgba(29, 195, 246, 0.9) !important;
  width: 80% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_no-color {
  background: #ccc !important;
  background: rgba(200, 200, 200, 0.9) !important;
  width: 76% !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link {
  clear: both !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link:after {
  display: block !important;
  clear: both !important;
  content: '' !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail img {
  padding: 0 3px !important;
  font-size: 0 !important;
}
.popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  width: auto !important;
  min-height: 30px !important;
  margin-right: 25px !important;
}
.popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link:hover {
  color: #fff !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  position: absolute !important;
  width: 40px !important;
  top: 10px !important;
  right: -17px !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold a.popular_posts_bars_comment_count {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  width: 40px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: bold !important;
  padding: 0.5em 0.2em !important;
  background: #333 !important;
  white-space: nowrap !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold .popular_posts_bars_comment_count_triangle {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  width: 0 !important;
  height: 0 !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid #333 !important;
  border-left: 0 solid transparent !important;
  margin: 0 auto !important;
  top: 0 !important;
}
.popular_posts_bars .popular_posts_bars_li img {
  position: static !important;
  float: left !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.popular_posts_bars.most_viewed_bars a.popular_posts_bars_link {
  margin-right: 50px !important;
}
.popular_posts_bars.most_viewed_bars .popular_posts_bars_comment_count_hold,
.popular_posts_bars.most_viewed_bars a.popular_posts_bars_comment_count {
  min-width: 70px !important;
}
.btn {
  padding: 5px 12px !important;
  color: white !important;
  margin-bottom: 0px;
}
/*  ----------------------------------------------------------------------------
    Comment form
*/
#commentform #author,
#commentform #email,
#commentform #url {
  width: 100%;
  max-width: 100%;
}
.comment-form-input-wrap {
  padding-right: 14px;
}
#commentform textarea {
  width: 100%;
}
#cancel-comment-reply-link {
  position: absolute;
  right: 0px;
  top: 7px;
}
/*  ----------------------------------------------------------------------------
    comment list
*/
.comments-title-wrap {
  position: relative;
}
.comments-title:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.comments-title:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.single-post .comments #respond {
  padding-bottom: 40px;
}
ol.comment-list a {
  color: #cbcbcb;
}
ol.comment-list a.url {
  color: #333333;
}
cite {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 21px;
}
ol.comment-list a:hover {
  text-decoration: underline !important;
}
ol.comment-list {
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0px;
}
.comment {
  /* each comment wrapper */
  *zoom: 1;
  padding: 21px 0 6px;
  border-top: 1px solid #F5F5F5;
}
.comment:before,
.comment:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment:after {
  clear: both;
}
.comment-list .avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
  /* responsive portrait tablet */
}
.comment-list .comment-content {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  /* responsive portrait tablet */
}
.res p:first-child {
  padding-top: 0px;
}
.comment-meta {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  position: relative;
  top: -9px;
}
.comment-link {
  padding: 4px 10px 14px 0;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 16px;
}
/* reply comments */
ol.comment-list .children {
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  margin-left: 50px;
  padding: 0;
  border-top: 1px solid #F5F5F5;
  /* responsive portrait tablet */
  /* responsive phone */
}
ol.comment-list .comment:first-child {
  border-top: none !important;
}
/* by post author */
/* comment respond box */
#respond {
  position: relative;
}
.comment #respond {
  /* responsive portrait tablet */
  /* responsive phone */
}
#respond #reply-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  margin: 13px 0px 17px 0px;
}
.logged-in-as {
  font-size: 12px;
  color: #cbcbcb;
  margin-bottom: 2px;
}
#content #respond #reply-title {
  padding: 8px 10px 9px 10px;
  position: relative;
  left: -10px;
}
#content #respond #reply-title:after {
  right: -10px;
  width: 10px;
}
.td_block_wrap.comment_reply_text {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.td_block_wrap.comment_reply_text .block-title {
  top: 0px;
  padding-bottom: 14px;
}
/*  ----------------------------------------------------------------------------
    jetpack subscribe to comment
*/
.comment-subscription-form {
  margin-bottom: 5px;
}
.comment-subscription-form .subscribe-label {
  position: relative;
  top: 3px;
  font-size: 12px;
  color: #cbcbcb;
}
.td_social_type {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.td_social_type .td-social-icon-wrap {
  margin: 0px 12px 0px 0px;
}
.td_social_type .td_social_info {
  display: inline-block;
  position: relative;
  top: -11px;
  margin-left: 5px;
}
.td_social_type .td_social_button {
  float: right;
  position: relative;
  top: 5px;
  /* responsive phone */
  /* responsive portrait tablet */
}
.td_social_type .td_social_button a {
  background-color: #4db2ec;
  padding: 6px 12px 7px 12px;
  color: white;
}
.td_social_type .td_social_button a:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease 0s;
  text-decoration: none !important;
}
.td_social {
  padding-bottom: 39px;
}
.buddypress .td-page-title .bp-title-button {
  float: right;
  padding: 0px;
}
.buddypress #buddypress {
  /* responsive phone */
}
.buddypress #buddypress #whats-new-post-in,
.buddypress #buddypress #whats-new-submit {
  margin-top: 6px !important;
}
.buddypress #buddypress #whats-new:focus {
  border: 1px solid #EAEAEA !important;
}
.buddypress #buddypress .message-search {
  display: inline !important;
  float: right !important;
  width: 280px;
  margin-right: 0px !important;
  margin-top: 43px !important;
}
.buddypress #buddypress #item-header #item-header-content .highlight {
  font-size: 100% !important;
}
.buddypress #buddypress #item-header #item-header-content #item-meta {
  font-size: 100% !important;
}
.buddypress #buddypress #item-header #item-header-content #item-meta p {
  color: #4b4b4b !important;
}
.buddypress #buddypress #item-header #item-actions {
  position: relative;
  top: -8px;
}
.buddypress #buddypress div.dir-search,
.buddypress #buddypress .message-search {
  float: none;
  margin-top: -18px;
  height: 60px;
}
.buddypress #buddypress div.dir-search input[type="text"],
.buddypress #buddypress .message-search input[type="text"] {
  background-color: #FCFCFC;
  border: 1px solid #F5F5F5;
  height: 24px !important;
  width: 200px;
  margin-bottom: 0px;
  padding: 4px 6px;
  float: left;
  /* responsive phone */
}
.buddypress #buddypress div.dir-search input[type="text"]:focus,
.buddypress #buddypress .message-search input[type="text"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress div.dir-search input[type="submit"],
.buddypress #buddypress .message-search input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  background: #4db2ec;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 34px;
  float: left;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress div.dir-search input[type="submit"]:hover,
.buddypress #buddypress .message-search input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress .activity #message {
  border-top: 1px solid #f5f5f5;
}
.buddypress #buddypress .activity .activity-content .activity-header {
  line-height: 21px !important;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  margin-right: 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-header a {
  font-family: 'Roboto Condensed', sans-serif;
}
.buddypress #buddypress .activity .activity-content .activity-header a img {
  margin: 0 6px 0px 6px !important;
  position: relative;
  top: -1px;
}
.buddypress #buddypress .activity .activity-content .activity-header a span {
  font-family: 'PT Sans', sans-serif;
  color: #888888 !important;
}
.buddypress #buddypress .activity .activity-content .activity-inner {
  margin-top: 11px;
}
.buddypress #buddypress .activity .activity-content .activity-inner p {
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-meta {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-meta a {
  border: none !important;
  padding: 4px 8px 4px 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-meta a:hover,
.buddypress #buddypress .activity .activity-content .activity-meta a:focus {
  background: none !important;
}
.buddypress #buddypress .activity ul.item-list {
  padding-top: 9px;
}
.buddypress #buddypress .activity ul.item-list li {
  border: none !important;
}
.buddypress #buddypress .activity .activity-comments ul {
  padding: 0px !important;
}
.buddypress #buddypress .activity .activity-comments ul .acomment-avatar img {
  width: 40px !important;
  height: 40px !important;
}
.buddypress #buddypress .activity .activity-comments form {
  padding: 0px !important;
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-comments .acomment-content,
.buddypress #buddypress .activity .activity-comments .acomment-content p {
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-comments .acomment-options {
  margin: 0px 0px 5px 49px !important;
}
.buddypress #buddypress .activity .created_group .activity-avatar img,
.buddypress #buddypress .activity .joined_group .activity-avatar img,
.buddypress #buddypress .activity .friendship_created .activity-avatar img {
  width: 50px !important;
  height: 50px !important;
  margin: 0 10px 0 0 !important;
}
.buddypress #buddypress .activity .created_group .activity-header p,
.buddypress #buddypress .activity .joined_group .activity-header p,
.buddypress #buddypress .activity .friendship_created .activity-header p {
  font-size: 14px !important;
}
.buddypress #buddypress .activity .created_group .activity-meta,
.buddypress #buddypress .activity .joined_group .activity-meta,
.buddypress #buddypress .activity .friendship_created .activity-meta {
  margin-top: 2px !important;
}
.buddypress #buddypress .activity .ac-reply-avatar img {
  display: none;
}
.buddypress #buddypress .activity .ac-reply-content {
  padding-left: 0px !important;
}
.buddypress #buddypress .activity .ac-reply-content input[type="submit"] {
  margin-top: 0px !important;
}
.buddypress #buddypress .activity .ac-reply-content .ac-textarea {
  border: none !important;
  padding: 0px !important;
}
.buddypress #buddypress .activity .ac-reply-content .ac-textarea textarea {
  border: 1px solid #EDEDED !important;
  width: 98% !important;
}
.buddypress #buddypress #message p {
  margin-top: 30px !important;
}
.buddypress #buddypress .standard-form input[type="checkbox"] {
  position: relative;
  top: -3px;
}
.buddypress #buddypress .item-list-tabs ul li.selected a {
  color: #ffffff !important;
  background-color: #4db2ec !important;
}
.buddypress #buddypress .item-list-tabs ul li.selected span {
  color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none !important;
}
.buddypress #buddypress .item-list-tabs ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal !important;
  padding: 5px 12px 5px 12px !important;
  opacity: 1 !important;
  color: #777777 !important;
  margin-right: 5px;
}
.buddypress #buddypress .item-list-tabs ul li a:hover {
  text-decoration: none !important;
  opacity: 0.8 !important;
}
.buddypress #buddypress .item-list-tabs ul li a span {
  border-radius: 0px !important;
  font-size: 100% !important;
  padding: 3px 9px !important;
  vertical-align: none !important;
  border: none !important;
  background-color: #f2f2f2 !important;
  margin: 0px 0px 0px 5px !important;
  position: relative;
  right: -5px;
}
.buddypress #buddypress .item-list-tabs .last {
  margin-top: 10px !important;
  padding: 50px 0px 10px 0px;
}
.buddypress #buddypress .item-list-tabs .last label {
  display: inline-block;
  top: -3px;
  position: relative;
  margin-right: 10px;
}
.buddypress #buddypress .radio {
  list-style: none;
}
.buddypress #buddypress .groups .pagination {
  font-size: 100% !important;
}
.buddypress #buddypress .groups .pagination .pag-count {
  margin-left: 0px !important;
}
.buddypress #buddypress .groups .item-list .item-title span {
  font-size: 100% !important;
}
.buddypress #buddypress .groups .item-list .action {
  top: 31px !important;
  /* responsive phone */
}
.buddypress #buddypress .groups .item-list .item {
  margin-left: 0px !important;
}
.buddypress #buddypress .groups .item-title {
  width: auto !important;
  display: inline-block;
  font-size: 16px !important;
  font-family: 'Roboto Condensed', sans-serif;
  margin-right: 10px !important;
}
.buddypress #buddypress .groups .item-meta {
  float: right;
  color: #4db2ec !important;
  /* responsive phone */
}
.buddypress #buddypress .groups .item-desc {
  display: block;
  margin: 0px !important;
  width: 66% !important;
}
.buddypress #buddypress .groups .item-desc p {
  margin-bottom: 0px !important;
  line-height: 21px;
  font-size: 14px !important;
}
.buddypress #buddypress .groups .action {
  position: static !important;
}
.buddypress #buddypress .members .item-list {
  /* responsive phone */
}
.buddypress #buddypress .members .item-list .item-title span {
  font-size: 100% !important;
}
.buddypress #buddypress .item-list h5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.buddypress #buddypress .standard-form input[type="text"],
.buddypress #buddypress .standard-form input[type="password"] {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  height: 24px !important;
  margin-bottom: 0px !important;
  padding: 4px 6px !important;
}
.buddypress #buddypress .standard-form input[type="text"]:focus,
.buddypress #buddypress .standard-form input[type="password"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress .standard-form input[type="password"] {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  height: 24px !important;
  margin: 5px 0 5px 0px !important;
  padding: 4px 6px !important;
}
.buddypress #buddypress .standard-form input[type="password"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress .standard-form textarea {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  margin-bottom: 0px !important;
  padding: 4px 6px !important;
}
.buddypress #buddypress .standard-form textarea:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress #avatar-upload {
  padding-top: 6px;
}
.buddypress #buddypress input[type="file"] {
  font-size: 14px;
  vertical-align: baseline;
  height: auto !important;
}
.buddypress #buddypress .generic-button a,
.buddypress #buddypress .submit input[type="submit"],
.buddypress #buddypress .ac-reply-content input[type="submit"],
.buddypress #buddypress .standard-form input[type="submit"],
.buddypress #buddypress .standard-form .button-nav .current a,
.buddypress #buddypress .standard-form .button,
.buddypress #buddypress input[type="submit"],
.buddypress #buddypress a.accept,
.buddypress #buddypress .standard-form #group-create-body input[type="button"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #4db2ec !important;
  color: white !important;
  border: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress .generic-button a:hover,
.buddypress #buddypress .submit input[type="submit"]:hover,
.buddypress #buddypress .ac-reply-content input[type="submit"]:hover,
.buddypress #buddypress .standard-form input[type="submit"]:hover,
.buddypress #buddypress .standard-form .button-nav .current a:hover,
.buddypress #buddypress .standard-form .button:hover,
.buddypress #buddypress input[type="submit"]:hover,
.buddypress #buddypress a.accept:hover,
.buddypress #buddypress .standard-form #group-create-body input[type="button"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress #activate-page .standard-form input[type="text"] {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  height: 24px !important;
  width: 400px !important;
  margin-bottom: 0px;
  padding: 4px 6px !important;
  float: left;
  /* responsive phone */
}
.buddypress #buddypress #activate-page .standard-form input[type="text"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress #activate-page .standard-form .submit {
  padding: 0px !important;
}
.buddypress #buddypress #activate-page .standard-form input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  color: #ffffff !important;
  background: #4db2ec !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 34px;
  float: left;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress #activate-page .standard-form input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress .pagination {
  font-size: 100% !important;
}
.buddypress #buddypress .pagination .pag-count {
  margin-left: 0px !important;
}
.entry-crumbs .bp-title-button {
  display: none;
}
.td-page-title .bp-title-button {
  border: none;
}
.woocommerce-page .page-title {
  color: #444444;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 37px;
  text-decoration: none !important;
  word-wrap: break-word;
  margin: 0px;
  position: relative;
  top: -6px;
}
.woocommerce form,
.woocommerce .shop_table {
  border-radius: 0px !important;
}
.woocommerce .woocommerce.widget_product_search input[type="text"] {
  height: 31px !important;
}
.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering {
  float: none !important;
  margin-top: 16px !important;
}
.woocommerce #tab-reviews .star-rating {
  top: 10px;
  color: #4B4B4B;
}
.woocommerce .comment-text .star-rating {
  top: 0px !important;
  color: #4B4B4B !important;
}
.woocommerce .products .star-rating {
  color: #4B4B4B;
}
.woocommerce aside .star-rating {
  line-height: 12px;
}
.woocommerce ul.products li.product a:hover {
  text-decoration: none !important;
}
.woocommerce ul.products li.product h3 {
  line-height: 21px;
  padding: 5px 0 2px !important;
  font-size: 15px !important;
  /* responsive phone */
}
.woocommerce ul.products li.product:hover h3 {
  text-decoration: underline;
}
.woocommerce ul.products li.product:hover img {
  border: 1px solid #F5F5F5;
}
.woocommerce ul.products li.product a img {
  box-shadow: none !important;
  border: 1px solid white;
}
.woocommerce ul.products li.product .price {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  margin-bottom: 6px !important;
}
.woocommerce ul.products li.product .price del .amount {
  font-size: 13px;
}
.woocommerce .img {
  border: 1px solid #F5F5F5;
}
.woocommerce .images img {
  box-shadow: none !important;
}
.woocommerce .button,
.woocommerce .form-submit #submit {
  background-image: none;
  background: #4db2ec !important;
  color: white !important;
  border: none !important;
  text-shadow: none !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  line-height: 21px !important;
  /* responsive phone */
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.woocommerce .button:hover,
.woocommerce .form-submit #submit:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.woocommerce .single_add_to_cart_button {
  padding: 5px 12px 7px 12px !important;
  font-size: 14px !important;
}
.woocommerce span.onsale {
  box-shadow: none !important;
  color: white;
}
.woocommerce .product {
  margin-top: 8px;
}
.woocommerce .product p {
  margin-bottom: 16px;
}
.woocommerce .product .images,
.woocommerce .product .entry-summary {
  /* responsive phone */
}
.woocommerce .product .images .product_meta,
.woocommerce .product .entry-summary .product_meta {
  margin-bottom: 16px;
}
.woocommerce .product .summary .price {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 10px 0px 6px 0px !important;
}
.woocommerce .product .summary .price .amount {
  font-size: 21px;
}
.woocommerce .product .summary .price del .amount {
  font-size: 15px;
}
.woocommerce .product .quantity {
  margin-right: 21px !important;
}
.woocommerce .product .quantity input {
  box-shadow: none !important;
  border-radius: 0px !important;
}
.woocommerce .product .quantity .qty {
  height: 31px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 16px !important;
  margin: 0px;
}
.woocommerce .product .quantity .plus,
.woocommerce .product .quantity .minus {
  height: 17px !important;
}
.woocommerce .product .posted_in {
  display: block;
}
.woocommerce .product .related ul li.product {
  width: 22.05% !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #4DB2EC;
  list-style: none outside none;
  margin: 0 0 26px;
  padding: 0 !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs:before {
  border-bottom: none !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li {
  border-left: 1px solid white;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: none !important;
  background-image: none !important;
  color: white !important;
  text-shadow: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li.active {
  background-color: #4db2ec !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li:after,
.woocommerce .product .woocommerce-tabs ul.tabs li:before {
  height: 0px !important;
  width: 0px !important;
  border: none !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li a {
  font-weight: normal !important;
  padding: 7px 0px !important;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
.woocommerce .product #tab-reviews .comment-text {
  border-radius: 0px !important;
}
.woocommerce .product #comments h2 {
  margin: 25px 0px 14px 0px;
}
.woocommerce .pp_woocommerce .pp_content_container {
  padding: 40px 0 3px !important;
  border-radius: 0px !important;
}
.woocommerce .pp_woocommerce .pp_close,
.woocommerce .pp_woocommerce .pp_expand,
.woocommerce .pp_woocommerce .pp_contract,
.woocommerce .pp_woocommerce .pp_arrow_previous,
.woocommerce .pp_woocommerce .pp_arrow_next {
  border: none !important;
  margin-left: 10px;
  background: #4db2ec;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffffff !important;
  width: 33px !important;
  height: 33px !important;
  border-radius: 0px !important;
  right: 0px !important;
  top: 0px !important;
}
.woocommerce .pp_woocommerce .pp_close:hover,
.woocommerce .pp_woocommerce .pp_expand:hover,
.woocommerce .pp_woocommerce .pp_contract:hover,
.woocommerce .pp_woocommerce .pp_arrow_previous:hover,
.woocommerce .pp_woocommerce .pp_arrow_next:hover {
  color: #ffffff !important;
}
.woocommerce .pp_woocommerce .pp_close:before,
.woocommerce .pp_woocommerce .pp_expand:before,
.woocommerce .pp_woocommerce .pp_contract:before,
.woocommerce .pp_woocommerce .pp_arrow_previous:before,
.woocommerce .pp_woocommerce .pp_arrow_next:before {
  right: -1px !important;
  top: 5px !important;
}
.woocommerce .pp_woocommerce .pp_next:before,
.woocommerce .pp_woocommerce .pp_previous:before {
  border: none !important;
  background: #4db2ec;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  padding: 9px;
  top: 60% !important;
}
.woocommerce .pp_woocommerce .pp_next:before {
  right: 0px !important;
}
.woocommerce .pp_woocommerce .pp_previous:before {
  left: 0px !important;
}
.woocommerce .pp_woocommerce .pp_arrow_previous,
.woocommerce .pp_woocommerce .pp_arrow_next {
  border: none !important;
  margin-left: 10px;
  background: #4db2ec;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffffff !important;
  width: 33px !important;
  height: 33px !important;
  border-radius: 0px !important;
  right: 0px !important;
  top: -5px !important;
}
.woocommerce .pp_woocommerce .pp_arrow_previous:before,
.woocommerce .pp_woocommerce .pp_arrow_next:before {
  top: 7px !important;
}
.woocommerce .pp_woocommerce .ppt,
.woocommerce .pp_woocommerce .pp_top {
  display: none !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 23px 18px 23px 68px !important;
  line-height: 30px;
  /* responsive phone */
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  border-radius: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 18px !important;
  height: 33px !important;
  left: 18px !important;
  line-height: 32px !important;
  padding-top: 0px !important;
  top: 21px !important;
  width: 33px !important;
  /* responsive phone */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  margin: 0px 0px 0px 10px !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  background: #FCFCFC !important;
  border-top: 2px solid #4db2ec !important;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  background: #4db2ec !important;
}
.woocommerce-cart table.shop_table {
  border-radius: 0px !important;
  /* responsive phone */
}
.woocommerce-cart table.shop_table td {
  /* responsive phone */
}
.woocommerce-cart table.shop_table .product-subtotal {
  /* responsive phone */
}
.woocommerce-cart table.shop_table #coupon_code {
  /* responsive phone */
}
.woocommerce-cart .product-subtotal,
.woocommerce-cart .product-price {
  text-align: right;
}
.woocommerce-cart .shop_table .actions {
  padding-top: 10px;
}
.woocommerce-cart .cart_totals {
  width: 100% !important;
}
.woocommerce-cart .cart_totals table {
  float: right;
}
.woocommerce-cart .shipping_calculator {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce input[type="text"],
.woocommerce-cart .woocommerce input[type="text"] {
  height: 31px !important;
}
.woocommerce-checkout #payment label,
.woocommerce-cart #payment label {
  display: inline;
  position: relative;
  top: 2px;
}
.woocommerce-checkout .shop_table tfoot td,
.woocommerce-cart .shop_table tfoot td {
  text-align: right;
}
.woocommerce-checkout .shop_table .product-total,
.woocommerce-cart .shop_table .product-total {
  text-align: right;
}
.widget_shopping_cart,
.widget_best_sellers,
.widget_featured_products,
.widget_layered_nav,
.widget_onsale,
.widget_price_filter,
.widget_product_categories,
.widget_product_search,
.widget_random_products,
.widget_recently_viewed_products,
.widget_recent_reviews,
.widget_top_rated_products {
  margin-bottom: 28px;
}
.widget_shopping_cart ul,
.widget_best_sellers ul,
.widget_featured_products ul,
.widget_layered_nav ul,
.widget_onsale ul,
.widget_price_filter ul,
.widget_product_categories ul,
.widget_product_search ul,
.widget_random_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
  padding-top: 13px !important;
}
.widget_shopping_cart a,
.widget_best_sellers a,
.widget_featured_products a,
.widget_onsale a,
.widget_price_filter a,
.widget_random_products a,
.widget_recently_viewed_products a,
.widget_recent_reviews a,
.widget_top_rated_products a {
  line-height: 21px;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
}
.widget_product_tag_cloud {
  margin-bottom: 42px;
}
.widget_product_search {
  margin-bottom: 42px;
}
.widget_product_search .screen-reader-text {
  display: none;
}
.widget_product_search #s,
.widget_product_search #s:focus {
  background-color: #fcfcfc !important;
  height: 24px !important;
  margin-bottom: 0px;
  width: 213px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.widget_product_search input[type="submit"] {
  border-radius: 0px;
  height: 34px !important;
  background: #4db2ec !important;
  color: white;
  border: none;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 12px 7px 12px !important;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget_product_search input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget_price_filter {
  margin-bottom: 45px;
}
.widget_price_filter .ui-slider-range {
  background: #dddddd !important;
  box-shadow: none !important;
}
.widget_price_filter .ui-slider-handle {
  border-radius: 0px !important;
}
.widget_price_filter .price_slider_amount {
  font-size: 14px !important;
}
.widget_price_filter .price_slider {
  border-radius: 0px !important;
  margin: 26px 0 30px 0 !important;
}
.widget_shopping_cart .widget_shopping_cart_content .total,
.widget_shopping_cart .widget_shopping_cart_content .buttons {
  text-align: right;
}
.widget_shopping_cart .attachment-shop_thumbnail,
.widget_best_sellers .attachment-shop_thumbnail,
.widget_featured_products .attachment-shop_thumbnail,
.widget_onsale .attachment-shop_thumbnail,
.widget_random_products .attachment-shop_thumbnail,
.widget_recently_viewed_products .attachment-shop_thumbnail,
.widget_recent_reviews .attachment-shop_thumbnail,
.widget_top_rated_products .attachment-shop_thumbnail {
  box-shadow: none !important;
  margin-left: 0px !important;
  float: left !important;
  width: 80px !important;
  margin-right: 15px;
}
.widget_shopping_cart a,
.widget_best_sellers a,
.widget_featured_products a,
.widget_onsale a,
.widget_random_products a,
.widget_recently_viewed_products a,
.widget_recent_reviews a,
.widget_top_rated_products a {
  padding: 0px;
  font-weight: normal !important;
}
.mx-review-header-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
}
.td-review {
  width: 100%;
  margin-top: 36px;
}
.td-review-header td {
  padding: 15px 15px 15px 19px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
  background: #f6f6f6;
}
.td-review-summary h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
  margin: 0 0 8px;
}
/*  ----------------------------------------------------------------------------
    footer
*/
.td-review-summary {
  padding: 15px 15px 14px 19px;
  border-right: 1px solid #dbdbdb;
  background: #f6f6f6;
}
.td-review-score {
  background-color: #f7f7f7;
  padding: 15px;
  width: 100px;
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  text-align: center;
  background: #f6f6f6;
}
.td_review_with_bars td {
  height: 28px;
}
/*  ----------------------------------------------------------------------------
    stars
*/
.td-review-stars {
  width: 100px;
  text-align: center;
  line-height: 11px;
}
.td-review-row-stars td {
  background-color: #fcfcfc;
  border-bottom: 1px solid #eae9e8;
  padding: 12px 19px 12px 19px;
}
.td-review-row-stars .td-review-desc {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
}
.td-review-final-score {
  padding: 20px 0;
}
/*  ----------------------------------------------------------------------------
    review bars
*/
.td-rating-bar-wrap {
  height: 20px;
  background: #f6f6f6;
  margin-bottom: 1px;
}
.td-rating-bar-wrap div {
  height: 20px;
  background: #4db2ec;
}
.td-review-row-bars .td-review-desc {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #333333;
  padding-top: 8px;
}
.td-review-row-bars td {
  padding: 0px;
}
/*  ----------------------------------------------------------------------------
    percent
*/
.td-review-percent-sign {
  font-size: 30px;
}
.td-full-layout .td-footer-wrap,
.td-boxed-layout .td-footer-wrap .col-md-12 {
  background: #fafafa url("images/footer/top-shadow.png") repeat-x top;
}
.td-full-layout .td-footer-wrap .td-grid-wrap,
.td-boxed-layout .td-footer-wrap .col-md-12 .td-grid-wrap {
  padding: 13px 13px 0px 13px;
}
.footer-logo-wrap {
  /*padding-bottom: 5px;*/
  position: relative;
  top: 0px;
}
.footer-text-wrap {
  padding-bottom: 21px;
}
.footer-email-wrap {
  padding-bottom: 24px;
}
/*  ----------------------------------------------------------------------------
    sub footer
*/
.td-full-layout .td-sub-footer-wrap,
.td-boxed-layout .td-sub-footer-wrap .container {
  background-color: #4c4c4c;
}
.td-full-layout .td-sub-footer-wrap .td-grid-wrap,
.td-boxed-layout .td-sub-footer-wrap .container .td-grid-wrap {
  padding: 6px 0 10px 0;
}
.td-sub-footer-copy {
  font-size: 12px;
  color: white;
  /* responsive phone */
}
.td-sub-footer-menu {
  text-align: right;
  /* responsive phone */
}
.td-sub-footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.td-sub-footer-menu li {
  display: inline-block;
  position: relative;
  zoom: 1;
}
.td-sub-footer-menu li a {
  color: #f5f5f5;
  font-size: 12px;
  padding: 0px 10px 0px 10px;
  /* responsive phone */
}
.td-sub-footer-menu li a:before {
  position: absolute;
  top: 9px;
  left: -1px;
  display: block;
  content: '';
  height: 9px;
  width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #a5a5a5;
}
.td-sub-footer-menu li:first-child a:before {
  display: none;
}
/*  ----------------------------------------------------------------------------
    default wordpress gallery
*/
/*  ----------------------------------------------------------------------------
    gallery
*/
.gallery:after,
.gallery:before {
  clear: both;
  content: "";
  display: table;
}
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
.gallery {
  margin-bottom: 21px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item {
  text-align: center;
  max-width: 36.75%;
  max-width: -webkit-calc(32.75%);
  max-width: calc(96%);
  /* responsive portrait tablet */
}
.gallery-columns-2 .gallery-item {
  text-align: center;
  max-width: 50%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  height: 170px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-3 .gallery-item {
  text-align: center;
  max-width: 36.5%;
  max-width: -webkit-calc(32.5%);
  max-width: calc(32.5%);
  height: 110px;
  /* responsive portrait tablet */
  /* responsive monitor */
  /* responsive phone */
}
.gallery-columns-4 .gallery-item {
  text-align: center;
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
  height: 85px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-5 .gallery-item {
  text-align: center;
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
  height: 60px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-5 .gallery-item .gallery-caption {
  display: none;
}
.gallery-columns-6 .gallery-item {
  text-align: center;
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
  height: 50px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-6 .gallery-item .gallery-caption {
  display: none;
}
.gallery-columns-7 .gallery-item {
  text-align: center;
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
  height: 40px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-8 .gallery-item {
  text-align: center;
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
  height: 35px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-9 .gallery-item {
  text-align: center;
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
  height: 30px;
  /* responsive phone */
}
.gallery-item {
  /* responsive phone */
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* responsive phone */
/*  ----------------------------------------------------------------------------
    jetpack tile gallery
*/
.post .type-rectangular .tiled-gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.3;
  margin: 0 0 2px 2px;
  max-height: 50%;
  padding: 4px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: auto;
  white-space: normal;
  text-indent: 0px;
  /* responsive phone */
  /* responsive portrait tablet */
}
.post .type-rectangular .tiled-gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.post .type-square img {
  margin: 0px !important;
}
.post .type-square .tiled-gallery-item {
  overflow: hidden;
  margin: 1px;
  height: 120px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.post .type-square .tiled-gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.3;
  max-height: 50%;
  padding: 4px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: auto;
  white-space: normal;
  text-indent: 0px;
  /* responsive phone */
  /* responsive portrait tablet */
}
.post .type-square .tiled-gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* responsive phone */
  /* responsive portrait tablet */
}
.jetpack-slideshow {
  overflow: hidden;
  /* responsive phone */
}
.jetpack-slideshow {
  background-color: transparent !important;
  margin: 0px !important;
  border: none !important;
  margin-bottom: 21px !important;
  border-radius: 0px !important;
  /* responsive phone */
}
div.slideshow-slide {
  width: 100% !important;
}
.jetpack-slideshow .slideshow-slide,
.jetpack-slideshow .slideshow-slide img {
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.td-scroll-up {
  position: fixed;
  bottom: -25px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 35px;
  height: 35px;
  background-position: -28px -1326px;
  width: 10px;
  height: 10px;
  background-position: -40px -1332px;
}
.td-scroll-up:hover {
  cursor: pointer;
  opacity: 1;
}
.td-scroll-up-visible {
  opacity: 0.5;
  display: block;
  background-color: #4db2ec;
  -webkit-backface-visibility: hidden;
  width: 38px;
  height: 38px;
  bottom: 4px;
  right: 5px;
  background-position: -27px -1325px;
  z-index: 9999;
  /* responsive phone */
}
/*
    =======================================================================================================
    Name          : Custom colorbox style
    File          : colorbox.css
    =======================================================================================================
*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#colorbox:focus {
  outline: 0;
}
#cboxContent {
  background: #fff;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(images/controls.png) -16px -15px no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxPrevious.hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) -9px -65px no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxNext.hover {
  background-position: -50px -25px;
}
#cboxLoadingGraphic {
  background: url("images/colorbox/loading.gif") center center no-repeat;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) -25px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose.hover {
  background-position: -25px -25px;
}
/*  ----------------------------------------------------------------------------
    Gallery popup
*/
#cboxLoadedContent {
  overflow: hidden !important;
}
#cboxOverlay {
  background: #3c3c3c;
}
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxCurrent {
  display: none !important;
}
#cboxNext {
  position: absolute;
  bottom: 10px;
  left: auto !important;
  right: 10px;
  width: 38px;
  height: 38px;
  border: none;
}
#cboxPrevious {
  position: absolute;
  bottom: 10px;
  left: auto !important;
  right: 48px;
  width: 38px;
  height: 38px;
  border: none;
}
#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('images/colorbox/gallery-close.png') no-repeat transparent;
  width: 38px;
  height: 38px;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-style: none;
}
#cboxClose.hover,
#cboxPrevious.hover {
  opacity: 0.8;
}
#cboxNext.hover {
  opacity: 0.8;
}
#cboxContent {
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
}
#cboxLoadedContent {
  margin-bottom: 0px;
}
#cboxTitle {
  display: none !important;
}
/* theme style customizer */
#td-theme-settings {
  /* responsive phone */
  position: absolute;
  top: 251px;
  left: 0px;
  width: 60px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 5px 5px 6px 5px;
  z-index: 2;
  height: 257px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#td-theme-settings .td-set-color {
  width: 20px;
  height: 20px;
  background-color: #f3eeee;
  margin: 5px;
  float: left;
}
#td-theme-settings .td-set-color:hover {
  cursor: pointer;
}
#td-theme-settings .td-set-hide-show {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}
#td-theme-settings .td-set-hide-show a {
  color: black;
}
body .td-theme-settings-small {
  opacity: 0.8;
  left: -60px !important;
  height: 30px !important;
  cursor: pointer;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#td-theme-settings.td-theme-settings-no-transition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.td-customizer-change-layout {
  height: 20px;
  width: 50px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}
.td-customizer-change-layout span {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  position: relative;
  top: -1px;
  font-size: 12px;
}
/* bg */
.td-change-to-boxed {
  background-color: #E0E0E0;
}
.td-change-to-full {
  background-color: #E4FFD8;
}
.td-theme-settings-show-bg {
  height: 332px !important;
}
.td-bg-changer {
  height: 18px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background-color: #fcfcfc;
  opacity: 0;
  height: 0;
  margin: 0px;
  border: none;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  z-index: -1;
}
.td-bg-changer span {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  position: relative;
  top: -3px;
  font-size: 12px;
  display: none;
}
.td-theme-settings-show-bg .td-bg-changer {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  height: 18px;
  margin: 5px;
  border: 1px solid #E0E0E0;
  z-index: 0;
}
.td-theme-settings-show-bg .td-bg-changer span {
  display: block;
}
.mx_image_background {
  background-color: #f2f2f2;
}
.td-visibility-hidden {
  visibility: hidden;
}
/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* quotes */
.td_quote_right {
  float: right;
  width: 50%;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 21px;
  margin-top: 21px;
}
.td_quote_left {
  float: left;
  width: 50%;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.td_quote_left p {
  text-align: left;
}
.td_quote_box {
  margin: 0px;
  background-color: #FCFCFC;
  border-left: 2px solid #4DB2EC;
  padding: 15px 23px 0 32px;
  position: relative;
  top: 6px;
}
.td_quote_box p {
  font-family: 'PT Sans', sans-serif !important;
  color: #808080;
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: left;
  padding-bottom: 16px;
  margin: 0px;
}
.td_box_left {
  width: 40%;
  float: left;
  margin: 0px 34px 20px 0px;
  /* responsive phone */
}
.td_box_right {
  width: 30%;
  float: right;
  margin: 0px 0px 20px 34px;
}
.td_box_center {
  margin: 0px 0px 29px 0px;
}
.td_pull_quote {
  margin: 0px;
  position: relative;
  top: 6px;
}
.td_pull_quote p {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #4db2ec;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: center;
  margin: 0px;
}
.td_pull_quote p:before {
  position: absolute;
  background: url('images/icons/pull-quote-left.png') no-repeat;
  left: 0px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td_pull_quote p:after {
  position: absolute;
  background: url('images/icons/pull-quote-right.png') no-repeat;
  bottom: 10px;
  right: 0px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td_pull_left {
  width: 40%;
  float: left;
  margin: 0px 34px 5px 0px;
  padding: 17px 25px 18px 25px;
  /* responsive phone */
}
.td_pull_right {
  width: 30%;
  float: right;
  margin: 0px 0px 10px 34px;
  padding: 17px 25px 18px 25px;
}
.td_pull_center {
  margin: 17px 0px;
  padding: 0px 50px 15px 50px;
  /* responsive phone */
}
/* dropcaps */
.dropcap {
  float: left;
  display: block;
  font-size: 31px;
  line-height: 34px;
  height: 35px;
  width: 35px;
  background-color: #4db2ec;
  color: white;
  text-align: center;
  margin: 9px 13px 0 0;
  padding: 3px;
  font-family: 'PT Sans', sans-serif;
}
.dropcap1 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.dropcap2 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 38px;
  height: 24px;
  margin: 3px 9px 0px 4px;
}
.dropcap3 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 38px;
  font-weight: bold;
  height: 24px;
  margin: 3px 9px 0px 4px;
}
.post .row {
  padding-bottom: 21px;
}
.ie9 .iosSlider .slide-meta-cat,
.ie10 .iosSlider .slide-meta-cat {
  line-height: 27px !important;
}
.ie9 .td-sbig-title-wrap .td-sbig-title,
.ie10 .td-sbig-title-wrap .td-sbig-title {
  float: none;
}
.ie8 .td-sbig-title-wrap .td-sbig-title {
  float: none;
}
.ie8 .page-nav img {
  display: none;
}
.ie8 .td-social-sharing {
  display: none;
}
/*  ----------------------------------------------------------------------------
    980 fix (responsive and not)
*/
.td_980_fix .td-grid-wrap {
  padding: 48px 0px 0px 0px !important;
}
.td_980_fix .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.td_980_fix .iosSlider-col-3,
.td_980_fix .iosSlider-col-3 .item {
  height: 433px !important;
}
.td_980_fix .td-slide-item-main {
  width: 670px;
  height: 433px;
}
.td_980_fix .td-slide-item-sec {
  width: 293px;
  height: 143px;
}
.td_980_fix .top-header-menu {
  margin: 0px 0px 0px 25px;
}
.td_980_fix #td-top-menu {
  padding-left: 15px;
}
.td_980_fix #td-top-search {
  right: 6px !important;
}
.td_980_fix .header-logo-wrap img {
  margin-left: 15px;
}
.td_980_fix .search-page-search-wrap .td-widget-search-input {
  width: 553px;
}
/*  ----------------------------------------------------------------------------
    not responsive version 980
*/
.td_980_not_resp .td-grid-wrap {
  padding: 48px 0px 0px 0px !important;
}
.td_980_not_resp .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.td_980_not_resp .iosSlider-col-3,
.td_980_not_resp .iosSlider-col-3 .item {
  height: 433px !important;
}
.td_980_not_resp .td-slide-item-main {
  width: 670px;
  height: 433px;
}
.td_980_not_resp .td-slide-item-sec {
  width: 293px;
  height: 143px;
}
.td_980_not_resp .top-header-menu {
  margin: 0px 0px 0px 25px;
}
.td_980_not_resp #td-top-menu {
  padding-left: 15px;
}
.td_980_not_resp #td-top-search {
  right: 6px !important;
}
.td_980_not_resp .header-logo-wrap img {
  margin-left: 15px;
}
.td_980_not_resp .search-page-search-wrap .td-widget-search-input {
  width: 553px;
}
.td_980_not_resp .td-desktop-post {
  display: block !important;
}
.td_980_not_resp .td-mobile-post {
  display: none !important;
}
.td_980_not_resp .header-logo-wrap img {
  width: auto !important;
}
/*  ----------------------------------------------------------------------------
    not responsive version 1170px
*/
.td_1170_not_resp .td-grid-wrap {
  padding: 49px 13px 0px 13px;
}
.td_1170_not_resp .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.td_1170_not_resp .top-header-menu {
  margin-left: 49px;
}
.td_1170_not_resp #td-top-menu {
  padding-left: 48px;
}
.td_1170_not_resp #td-top-search {
  right: 48px !important;
}
.td_1170_not_resp .header-logo-wrap img {
  margin-left: 48px;
}
.td_1170_not_resp .iosSlider-col-3,
.td_1170_not_resp .iosSlider-col-3 .item {
  height: 483px !important;
}
.td_1170_not_resp .td-slide-item-main {
  width: 745px;
  height: 483px;
}
.td_1170_not_resp .td-slide-item-sec {
  width: 326px;
  height: 159px;
}
.td_1170_not_resp .td-desktop-post {
  display: block !important;
}
.td_1170_not_resp .td-mobile-post {
  display: none !important;
}
.td_1170_not_resp .td-slide-item-main .td-sbig-title-wrap a {
  font-size: 26px !important;
}
.td_1170_not_resp .header-logo-wrap img {
  width: auto !important;
}
/*  ----------------------------------------------------------------------------
    not responsive global overrides
*/
.td_980_not_resp #td-top-menu,
.td_1170_not_resp #td-top-menu {
  display: block !important;
}
.td_980_not_resp #td-top-mobile-toggle,
.td_1170_not_resp #td-top-mobile-toggle {
  display: none !important;
}
.td_980_not_resp .td-header-menu-wrap,
.td_1170_not_resp .td-header-menu-wrap {
  display: block !important;
}
.td_980_not_resp #outer-wrap{
    /*width:980px!important;*/
}
.td_1170_not_resp #outer-wrap{
    /*width:1170px!important;*/
}
.td_980_not_resp #outer-wrap,
.td_1170_not_resp #outer-wrap {
  overflow: visible !important;
}
/*
--------------------------------------------
Social Share button
--------------------------------------------
*/
.youtube_container {position: relative;}
#shareOverlay {list-style: none outside none;margin: 1em 0 0 -13px;display: none;padding: 0;position: absolute;top: 7.5em;transition: opacity 0.4s ease 0s, top 0.25s ease 0s;z-index: 500;}
#shareOverlay:after {background: url("images/icons/social_edge.png") no-repeat scroll right top #FFFFFF;bottom: -31px;content: " ";display: block;height: 30px;left: 0;position: absolute;width: 12px;}
ul.share li {
  display: block;
    padding: 0;
    vertical-align: middle;
}
#shareOverlay li a {
    border: 1px solid #FFFFFF;
    border-radius: 0 4px 4px 0;
    box-shadow: 3px 3px 4px rgba(58, 45, 30, 0.7);
  text-align: center;
}
ul.share li a {
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
    padding: 13px 15px;
    vertical-align: top;
}
a.btn-share {
    cursor: pointer;
    font-weight: normal;
}
a:hover, a:active {
  outline: 0 none;
}
a.facebook_button {
    -moz-user-select: none;
    background-color: #3E5EA1;
    background-image: linear-gradient(to bottom, #4466AE, #37538D);
    background-repeat: repeat-x;
    border-color: #37538D;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 0 1px #283D68;
}
a.facebook_button:hover, a.facebook_button:focus {
    border-color: #30487B;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(5, 15, 30, 0.3);
    text-shadow: 0 1px 1px #213256;
}
a.facebook_button:hover, a.facebook_button:focus, a.facebook_button:active, a.facebook_button.active, a.facebook_button.disabled, a.facebook_button[disabled] {
    background-color: #37538D;
    color: #FFFFFF;
}
a.twitter_button {
    -moz-user-select: none;
    background-color: #01BBEE;
    background-image: linear-gradient(to bottom, #02C9FF, #00A6D4);
    background-repeat: repeat-x;
    border-color: #00A6D4;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 0 1px #007EA1;
}
#shareOverlay a.facebook_button, #shareOverlay a.twitter_button {
  width: 100px;
  font-weight: bold;
}
a.twitter_button:hover, a.twitter_button:focus {
    border-color: #0092BA;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(5, 15, 30, 0.3);
    text-shadow: 0 1px 1px #006A87;
}
a.twitter_button:hover, a.twitter_button:focus, a.twitter_button:active, a.twitter_button.active, a.twitter_button.disabled, a.twitter_button[disabled] {
    background-color: #00A6D4;
    color: #FFFFFF;
}
.btn:hover, .btn:focus {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
iframe:hover  ul#shareOverlay {opacity: 1;}
#shareTop:before, #shareTop:after {
    content: "";
    display: table;
    line-height: 0;
}
#shareTop:after {
    clear: both;
}
#shareTop:before, #shareTop:after {
    content: "";
    display: table;
    line-height: 0;
}
#shareTop {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    z-index: 4;
    top: -10px;
}
#shareTop a {
    -moz-user-select: none;
    display: inline-block;
    margin-right: 2px;
    padding: 9px 16px;
    vertical-align: top;
  border-radius: 4px;
}
#shareTop a.facebook_button .icon:before {
    color: #FFFFFF;
    content: "?"; 
    font-size: 1.2em;
    line-height: 1em;
    margin-left: -5px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.icon:before, .icon:after {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-weight: normal !important;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
}
/**, *:before, *:after {
    -moz-box-sizing: border-box;
}*/
#shareTop a .textNode {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    margin-top: -5px;
    vertical-align: middle;
}
#shareTop a.twitter_button .icon:before {
    color: #FFFFFF;
    content: "?";
    font-size: 1.2em;
    line-height: 1em;
    margin-left: -5px;
    margin-right: 6px;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
#shareTop a, #shareOverlay a {text-decoration: none !important;}
.loadmore {display: none;}
.td-social-facebook-number {display: none !important; }
.td-social-mobile-msg {display: none !important;}
.td-social-pinterest {display: none !important;}
.top-menu-social {display: none;}
.top-menu-social {position: absolute; top: 0; left: 0;}
.td-social-sharing {text-align: center;}
.td-social-facebook {left: -110px;position: relative;}
.td-social-likefb {left: -73px;position: relative;top: -3px;}
.td-social-twitter {left: -32px;position: relative;}
.td-social-google {position: relative;top: 3px;}
.td-social-facebook {display: inline-block !important; width: 84px;}
.td-social-facebook a {/*background: url('images/icons/social/ico-share-m.png');*/ width: 84px; height: 23px; display: block;border-radius: 4px;}
.td-social-twitter a {/*background: url('images/icons/social/ico-tweeter.png');*/ width: 84px; height: 23px; display: inline-block;border-radius: 4px;}
.td-social-facebook a .icon:before {color: #FFFFFF;content: "";font-size: 1.2em;line-height: 1em;margin-left: -5px;margin-right: 8px;padding: 0;position: relative;top: -1px;vertical-align: middle;}
.td-social-twitter a .icon:before {color: #FFFFFF;content: "";font-size: 1.2em;line-height: 1em;margin-left: -5px;margin-right: 6px;padding: 0;position: relative;top: -1px;vertical-align: middle;}
.td-social-likefb iframe {width: 120px;}
.fly {width: 326px;}
.post iframe {
    max-width: none !important;
}
p.td-sub-title:first-letter {
    background: #3A97D9;
    color: white;
    display: block;
    float: left;
    font-size: 21px;
    height: 23px;
    line-height: 23px;
    margin: 3px 7px 0 0;
    padding: 9px 14px;
    position: relative;
    text-align: center;
    top: 20px;
}
.paragraph_ul {list-style: none;}
.bullet_no {background: none repeat scroll 0 0 #03b1e3;bottom: 0;color: #FFFFFF;font-size: 18px;left: 0;line-height: 32px;position: absolute;text-align: center;width: 28px;}
.bullet_no:after {content: ".";}
.paragraph_ul li > div:nth-child(1) {border-bottom: 1px solid #03b1e3;padding-left: 40px;position: relative;}
.paragraph_title {font-size: 18px;}
.ld_suggest_thumbnail, .ld_bottom_suggest_thumbnail {float: left; margin-right: 10px;position: relative;}
.ld_suggest_thumbnail:last-child, .ld_bottom_suggest_thumbnail:last-child  {margin-right: 0px;}
.ld_suggest_thumbnail h4, .ld_bottom_suggest_thumbnail h4 {position: absolute; background: url("images/bg-gallery-span.png") repeat scroll 0 0 rgba(0, 0, 0, 0);bottom: -7px;color: #E6E6E6;display: none;font-size: 14px;left: 0;line-height: 16px;padding: 5px 0;position: absolute;text-align: center;width: 100%;}
.home.page .td-footer-wrap, .viralious-layout .td-footer-wrap {padding: 10px 0px;}
body {background: #fff !important;}
.container.td-page-wrap  {margin-top: 20px;}
/*.td-slide-item-main .td-sbig-title-wrap {bottom: 0 !important;left: 3px !important;width: 100%;}*/
/*--------------- For clotsy layout --------------------------*/
body.clotsy-layout {background: #F2F2F2 !important;}
.clotsy-layout .container.td-page-wrap {margin-top: 0px !important;}
.clotsy-layout, .clotsy-layout .td-page-wrap, .clotsy-layout .td-header-bg {background-color: #f1f1f1;}
.clotsy-layout .td-page-wrap .column_container, .clotsy-layout .td-page-wrap .thumb-wrap,
.clotsy-layout .td-footer-wrap .col-md-10 {background-color: #fff;}
.post-pagination {height: 50px;margin-bottom: 25px;
}
.post-pagination a, a:visited {color: #F51D50;}
.pag-btn {background: url("images/menu-fade.png") repeat-x scroll center bottom #F51D50;border: 0 none;border-radius: 1px;box-shadow: 0 2px 7px -3px #000000;color: #FFFFFF !important;display: inline-block;font-family: 'Oswald',sans-serif;font-size: 15px;font-weight: normal;letter-spacing: 1px;line-height: 48px;height: 48px;margin-bottom: 20px;text-align: center;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);width: 100px;}
.page-number {color: #CCCCCC;float: left;font-size: 14px;font-weight: bold;padding-top: 10px;width: 65px;}
.clotsy-layout .clotsy-author-box-wrap {margin-top: 40px;padding: 21px 20px 16px;position: relative;}
.clotsy-layout .clotsy-author-box-wrap img {border-radius: 70px;width: 140px;height: 140px;}
.clotsy-layout .clotsy-author-box-wrap  .td-author-name a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.clotsy-layout .clotsy-author-desc {
  padding-top: 20px;
}
.clotsy-layout .clotsy-author-box-wrap .desc {
  margin-left: 170px;
}
.clotsy-layout .clotsy-footer {
    background: none !important;
}
.clotsy-layout .clotsy-footer .col-md-10 {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  line-height: 31px;
}
.clotsy-layout .clotsy-footer a{color: #ccc; font-weight: bold;}
.clotsy-sub-footer-wrap {text-align: center;}
.clotsy-sub-footer-wrap ul {margin: 0;}
.clotsy-sub-footer-wrap li {display: inline-block; margin: 0 !important;}
.clotsy-sub-footer-wrap li:first-child {margin: 0 20px !important;}
.clotsy-sub-footer-wrap .menu-td_demo_footer-container {display: inline-block;}
.clotsy-footer .col-md-10 a:nth-child(1) {float: left;margin-left: 25%;}
.clotsy-footer .col-md-10 a:nth-child(2) {float: right;margin-right: 25%;}
.clotsy-sub-footer-wrap .td-sub-footer-copy a {
  line-height: 31px;  
  text-align: center;
  color: #000;
}
.clotsy-layout .td-sub-footer-menu a, .clotsy-sub-footer-wrap .td-sub-footer-copy a {text-decoration: none !important;}
.clotsy-sub-footer-wrap {background: none !important;}
.clotsy-sub-footer-wrap .td-sub-footer-copy, .clotsy-sub-footer-wrap ul li a {color: #000;}
.clotsy-sub-footer-wrap .td-sub-footer-menu li a:before {content: none;}
.clotsy-sub-footer-wrap ul#menu-td_demo_footer li:nth-child(2) {
  margin-left: 15%;
}
.clotsy-sub-footer-wrap ul#menu-td_demo_footer li, .clotsy-sub-footer-wrap .td-sub-footer-copy a {
  border-bottom: 1.5px solid #ccc;
  line-height: 16px;
}
.clotsy-sub-footer-wrap .td-sub-footer-copy, .clotsy-sub-footer-wrap ul#menu-td_demo_footer li a, .clotsy-sub-footer-wrap .col-md-10 a:nth-child(1) {
  font-size: 12px;
  color: #000;
}
.clotsy-sub-footer-wrap .col-md-10 {background-color: #fff;}
.clotsy-sub-footer-wrap .col-md-10 a:nth-child(1) {border-bottom: 1px solid #ccc;}
.clotsy-layout .clotsy-sub-post-wrap header h1 {
  /* clotsy post title */
  color: #000000;
  margin: 10px 0px 7px 0px;
  line-height: 37px !important;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.clotsy-layout .clotsy-sub-post-wrap header h1 a {
  color: #000000;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.clotsy-layout .clotsy-sub-post-wrap .paragraph_title {  
  font-size: 18px;
  color: #869690;
}
.clotsy-layout .clotsy-sub-post-wrap  p {    
  color: #869690;
}
.clotsy-layout .clotsy-sub-post-wrap .td-social-twitter {
    left: -2px;
    position: relative;
}
.clotsy-layout .clotsy-sub-post-wrap .td-social-facebook {
    left: -22px;
    position: relative;
}
.clotsy-layout .clotsy-sub-post-wrap .td-social-google {
  width: 65px;
  left:  18px;
}
.clotsy-layout .td-social-likefb {display: none;}
.clotsy-layout .td-footer-wrap .td-grid-wrap {padding-top: 0px;}
.clotsy-layout .td-sub-footer-wrap .td-grid-wrap {padding: 0px 13px;}
.clotsy-layout .td-sub-footer-menu, .clotsy-sub-footer-wrap  .td-sub-footer-menu {text-align: left !important;}
.clotsy-layout .td-page-wrap .td-grid-wrap:nth-child(1) {padding-top: 0px !important;}
.clotsy-layout .header-logo-wrap {text-align: center;}
.clotsy-layout .col-md-10 article {padding: 20px 20px 0px;}
.clotsy-layout .ld_suggest_thumbnail .suggestTbImg img {width: 169.3px;}
.clotsy-layout article img {text-align: center;clear: both;display: block;margin-left: auto;margin-right: auto;margin-top: 6px;margin-bottom: 6px;}
.clotsy-layout .margin-left50 {margin-left: 50%;}
.clotsy-layout .margin-left30 {margin-left: 30%;}
.clotsy-layout-page {margin-bottom: 0px;padding: 15px;}
.single-post.td_responsive.clotsy-layout  .header-logo-wrap img {margin-left: 0px;display: block;margin-left: auto;margin-right: auto;}
/*----------------- For Mirosto Layout ---------------------------------*/
.mirosto-layout article .entry-title {color: #000;font-family: "Libre Baskerville",Helvetica;font-size: 26px; border-bottom: 1px solid #E0E0E0}
.mirosto-layout .td-header-menu-wrap, .mirosto-layout-home .td-header-menu-wrap {display:none;}
.mirosto-layout .mirosto-posted-time {font-family: "Open Sans",sans-serif; color: #909090; font-size: 80%;letter-spacing :1px;}
.mirosto-layout .artpagination {background-color: #FFFFFF;display: block;height: auto;margin: 20px 0;padding: 5px 0;text-align: left;width: 644px;}
.mirosto-layout .roboto {font-family: 'Roboto';}
.mirosto-layout .mediumtext2 {font-size: 14px;line-height: 18px;}
.mirosto-layout .blacktext {color: #000000;}
.mirosto-layout .artpagination a {color: #FF0000;text-decoration: none;}
.mirosto-layout .nodecor {text-decoration: none !important;}
.mirosto-layout .whitetext {color: #FFFFFF;}
.mirosto-layout .pagelink {background-color: #D2D2D2;display: inline-block;height: auto;margin: 0 3px 5px;padding: 5px;text-align: center;}
.mirosto-layout .pageactive {background-color: #000000;display: inline-block;height: auto;margin: 0 3px 5px;padding: 5px;text-align: center;}
.mirosto-layout .header-logo-wrap {margin-top: 0px;padding: 20px 20px 20px;color: #FFFFFF;font-size: 60px;font-weight: bold;text-align: left;background: #CC0066;line-height: 60px;}
.mirosto-layout .header-logo-wrap  a {color: #FFFFFF;text-decoration:none !important;}
.mirosto-layout .span_title_border{border-bottom: 2px solid #FF0000;}
.mirosto-layout article .entry-title span {border-bottom: 3px solid #FF0000;display: inline-block;margin-bottom: -1px;}
.mirosto-layout .mirosto-sidebar-title {position: relative;font-family: 'Roboto Condensed', sans-serif;border-bottom: 1px solid #808080;font-size: 26px;margin: 0px 0px 15px 0px;line-height: 30px;font-weight: normal;color: #000000;}
.mirosto-layout .td-block-author  a {color: #FF399C;}
.mirosto-layout .mirosto-sidebar-title span {border-bottom: 3px solid #FF0000;display: inline-block;margin-bottom: -1px; }
.mirosto-layout .td-sub-footer-wrap  {background: #FFFFFF;}
.mirosto-layout .td-sub-footer-copy {color: #000000; font-weight: bold;}
.mirosto-layout .td-sub-footer-menu li a:before {content: none;}
.mirosto-layout ul#menu-td_demo_footer li:nth-child(2) {margin-left: 12%; }
.mirosto-layout .td-sub-footer-wrap  .td-grid-wrap {padding: 2px 0 4px;}
.mirosto-layout .td-sub-footer-menu li a {color: #000000;font-weight: bold; }
.mirosto-layout .related-title{border-bottom: 1px solid #E0E0E0;color: #000000;font-family: "Libre Baskerville",Helvetica;font-size: 26px;font-weight: bold;}
.mirosto-layout .ld_suggest_thumbnail .suggestTbImg img {width: 169.3px;}
.mirosto-layout .related-title span {border-bottom: 3px solid #FF0000;margin-left: 30px;margin-top: 7px; margin-bottom: -1px; display: inline-block;}
.mirosto-layout .related-thumbnail {margin-top: 15px;margin-right: 10px;xammargin-left: 27px;}
.mirosto-layout .related-thumbnail img {width: 207px;height: 138px;border: 1px solid #ccc;} 
.mirosto-layout .related-thumbnail h4 {font-size: 16px;margin-top: 0px !important;line-height: 20px;} 
.mirosto-layout .col-md-3{width: 230px;}
.mirosto-layout .mirosto-sidebar-img {}
.mirosto-layout .mirosto-sidebar-img ul li {margin-bottom: 15px;}
.mirosto-layout .mirosto-sidebar-img img {border: 8px solid #E0E0E0;width: 307px;height: 245px;}
.mirosto-layout .td-grid-wrap {padding: 0px;}
.mirosto-layout .td-logo-rec-wrap .row {border-right: 1px solid #CC0066;border-left: 1px solid #CC0066}
.mirosto-layout .td-page-wrap .row, .mirosto-layout .mirosto-related-posts-container .row {border-right: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5}
.mirosto-layout .td-page-wrap .row {padding-top: 20px}
.mirosto-layout .td-page-wrap .col-md-8 {padding-left: 10px;}
.mirosto-layout .td-page-wrap .col-md-4 {padding-right: 10px;}
.mirosto-layout .td-sub-footer-wrap .td-grid-wrap {padding-top: 0px;}
.mirosto-layout .td-sub-footer-wrap .row {border-top: 1px solid #D5D5D5; border-left: 1px solid #D5D5D5; border-right: 1px solid #D5D5D5;}
.mirosto-layout, .mirosto-layout .td-header-bg, .mirosto-layout .td-sub-footer-wrap, .mirosto-layout .td-page-wrap {background-color: #f2f2f2 !important;}
.mirosto-layout .row {background-color: #fff;}
.mirosto-layout .fly {width: 323px;}
.mirosto-layout .mirosto-sidebar-img a {padding-left: 0px;}
.tp-bannershadow.tp-shadow2 {height: 30px !important; bottom: -30px !important;}
/*----------------- For Mirosto Layout home page---------------------------------*/
.mirosto-layout-home .header-logo-wrap {margin-top: 0px;padding: 20px 20px 20px;color: #FFFFFF;font-size: 60px;font-weight: bold;text-align: left;background: #CC0066;line-height: 60px;}
.mirosto-layout-home .header-logo-wrap  a {color: #FFFFFF;text-decoration:none !important;}
.mirosto-layout-home .td-sub-footer-wrap  {background: #FFFFFF; border-top: 1px solid #D5D5D5; }
.mirosto-layout-home .td-sub-footer-copy {color: #000000; font-weight: bold;}
.mirosto-layout-home .td-sub-footer-menu li a:before {content: none;}
.mirosto-layout-home ul#menu-td_demo_footer li:nth-child(2) {margin-left: 12%; }
.mirosto-layout-home .td-sub-footer-wrap  .td-grid-wrap {padding: 2px 0 4px;}
.mirosto-layout-home .td-sub-footer-menu li a {color: #000000;font-weight: bold;    }
.mirosto-layout-home .td-sub-footer-wrap .td-grid-wrap {padding-top: 0px;}
.mirosto-layout .container.td-page-wrap {margin-top: 0px;}
.mirosto-layout .stMainServices {height: 22px !important;}
/*----------------- For Advills ---------------------------------*/
.Advills  article .entry-title {color: #000;font-family: 'FranklinGothic,Helvetica,sans-serif';font-size: 36px; font-weight: bold; margin-left: 20px; margin-top: 40px;}
.Advills .td-block-author a {color: #999999;font-weight: bold;font-family: Helvetica,sans-serif;font-size: 12px;margin-left: 20px;}
.Advills  p{color: #333333;font-weight: normal;font-family: Helvetica,sans-serif;font-size: 16px;    margin-left: 20px;margin-right: 20px;}
.Advills article .paragraph_ul li div {border-bottom: 0px;padding-left: 40px;position: relative;font-weight: bold;color: #333333;text-align: left;font-family: Helvetica,sans-serif;}
.Advills, .Advills .td-header-bg, .Advills .td-sub-footer-wrap, .Advills .td-page-wrap, .Advills .row  {background-image: url("images/gr_pattern_bkg.png") !important;}
.Advills .td-page-wrap .col-md-8 {background-color: #fff;box-shadow: 0 0 15px #CCCCCC;}
.Advills .row .col-md-4 {margin-left: 1.478%;width: 30.3483%;}
.Advills h1 {margin-left: 20px;}
.Advills .mirosto-sidebar-title{color: #868D94;font-family: 'FranklinGothic-med',Helvetica,sans-serif;font-size: 15px;font-weight: normal;line-height: 28px;text-shadow: 0 1px 0 #FFFFFF;text-transform: uppercase;  margin-bottom: 15px;border-bottom: 1px solid #d5d5d5;font-weight: bold;}
.Advills .headline {background-color: rgba(19, 21, 28, 0.85);bottom: 30px;padding: 15px 0;position: absolute;width: 100%;}
.Advills .headline, .thumbnail_row .headline {color: #262933;font-family: 'FranklinGothic',Helvetica,sans-serif;font-weight: normal;}
.Advills .byline {background-color: #FFFFFF;color: #A2ACB6;font-size: 10px;line-height: 10px;padding: 11px 16px 9px;}
.Advills .byline, .posted {color: #999999;font-size: 11px;}
* { margin: 0;  padding: 0;}
.Advills .article_box {margin-bottom: 20px;}
.Advills .article_box, div#stream .article_box {list-style: none outside none;}
* {
    margin: 0;
    padding: 0;
}
.Advills .article_box_wrap {
    position: relative;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}
.Advills .byline .comment_count {
    float: right;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .fa-comments:before {
    content: "";
}
.Advills .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .headline .dek {
    color: #868D94;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 15px 4px;
    max-height: 18px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .headline h3 {
    color: #E9E9E9;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.08;
    margin: 0 15px;
    max-height: 78px;
    min-height: 26px;
    overflow: hidden;
}
.Advills .fly {width: 297px;}
.Advills  .post-pagination {
  z-index: 10000010;
   background-color: #FFFFFF;
    position: absolute;
    right: 22px;
    z-index: 10000010;
}
.Advills .pag-btn {
  color: #FFFFFF;
  float: left;
  font-size: 15px;
  height: 24px;
  padding: 7px 0 0;
  width: 40px;
  background-color: #C64F00 !important;
  background-image: linear-gradient(#FE8738, #C64F00);
  background-repeat: repeat-x;
  border-color: #C64F00 #C64F00 #AA4400;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 40px;
  margin-right: 20px;
}
.Advills .pag-btn .fa-chevron-left:before {
    content: "";
}
.Advills .pag-btn .fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.Advills .pag-btn  .fa-chevron-right:before {
    content: "";
}
.Advills .pag-btn  .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.Advills .page-number {
  color: #999999;
  float: left;
  font-family: 'FranklinGothic',Helvetica,sans-serif;
  font-size: 14px;
  margin: 1px 8px 0;
  text-align: center;
  width: 58px;
  padding-top: 3px;
}
.Advills  .column_container .col-md-6 { width: 53.571%; }
.Advills .td-social-facebook {
    left: 10px;
    position: relative;
}
.Advills .td-social-likefb {
    left: 24px;
    position: relative;
    top: -3px;
}
.Advills .td-social-twitter {
    left: 36px;
    position: relative;
}
.Advills .td-social-google {
    left: 46px;
}
.Advills .row .col-md-2 {
    margin-left: 4.47761%;
    width: 41.429%;
}
.Advills .post-pagination {
    margin-left: 22px;
    margin-top: 10px;
    height: 29px;
    border-left: 1px solid #D5D5D5; 
}
.Advills .shareSocialArticle { 
  border-top: 1px solid #D5D5D5; 
  border-bottom: 1px solid #D5D5D5; 
  height: 49px;
} 
.Advills .td-social-sharing ul {
    margin: 10px !important;
}
/*-------------------------- upgrade version to bootstrap 3 for theme ------------------*/
.single-post.td_responsive.viralious-layout .td-page-wrap > .row:nth-child(2) {padding-top: 20px;}
.single-post.td_responsive.viralious-layout .entry-crumbs {padding-bottom: 10px;}
article img {max-width: 100%;}
/*----------------- For Clotly 2 ---------------------------------*/
.clotsy2-layout .td-page-wrap {
  border-left: 1px solid #d5d5d5; 
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.clotsy2-layout .td-logo-rec-wrap {
  border-left: 1px solid #d5d5d5; 
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  background-color: #ffffff;
}
.clotsy2-layout .td-header-bg {
    background-color: #F2F2F2;
}
.clotsy2-layout .header-logo-wrap img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.clotsy2-layout .slider-img {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px #CCCCCC;
    margin-top: 12px;
    margin-bottom: 20px;
}
.clotsy2-layout .col-md-10 {
  text-align: center;
  margin-top:10px; 
 }
.clotsy2-layout .col-md-10 a  {
  color: #000000;
  font-size: 12px;
  text-align: center;
  border-bottom: 1.5px solid #CCCCCC;
  margin-left: 16px;
}
.clotsy2-layout .column_separate {
  border-bottom: 1px solid #d5d5d5 !important;
  border-top: 1px solid #d5d5d5 !important;
  padding: 0 4px 0 25px;
}
.clotsy2-layout h1 {margin: 9px 0 7px;}
.clotsy2-layout .td-social-likefb {display: none !important;}
.clotsy2-layout .td-social-google {display: none !important;}
.td-social-twitter {left: 0px; margin-left: 36px;}
.clotsy2-layout a.facebook_button {
    -moz-user-select: none;
    background-image: url("images/facebook_btn.jpg") !important ;
    background-repeat: repeat-x;
    width: 224px;
    height: 41px;
    border: 2px solid #d5d5d5; 
}
.clotsy2-layout a.twitter_button {
    -moz-user-select: none;
    background-image: url("images/twifter_btn.jpg") !important ;
    background-repeat: repeat-x;
    width: 164px;
    height: 40px;
    margin-left: 30px;
    border: 2px solid #d5d5d5; 
}
.clotsy2-layout .td-social-facebook span {display: none !important;}
.clotsy2-layout .td-social-twitter span {display: none !important;}
.clotsy2-layout .clotsy-author-box-wrap {border: 1px solid #d5d5d5; width: 596px;}
.clotsy2-layout .clotsy-author-box-wrap img {margin-right: 10px;}
.clotsy2-layout .td-author-name a {
  font-size: 16px; 
  color: #000000; 
  font-weight: bold;
  margin-left: 10px;
  line-height: 30px;
}
.clotsy2-layout .author-box-wrap {
    background-color: #FFFFFF !important;
}    
.clotsy2-layout .clotsy-author-desc {
  font-size: 14px; 
  color: #000000; 
  margin-bottom: 10px; 
}
.clotsy2-layout .related-thumbnail {
 
  margin-bottom: 46px;
}
.clotsy2-layout .related-thumbnail img{
  width: 315px;
  height: 244px;
  margin-top: 19px; 
  margin-bottom: 0px;
  box-shadow: 0 0 10px #CECAC9;
}
.clotsy2-layout .related-backgroud {background: #F2F2F2; border: 1px solid #d5d5d5;margin-bottom: 0px;}
.clotsy2-layout .td-social-sharing {
    text-align: center;
    width: 595px;
}
.clotsy2-layout .col-md-4 .post-pagination {
  box-shadow: inset 0px 0px 4px #F1F1F1;
  border-radius:10px;
  background-color: #f1f1f1;
  border: 1px solid #d5d5d5; 
  margin-top: 20px;
} 
.clotsy2-layout h4 {
  font-family:  verdana;
  font-size: 19px;
  color: #000000;
  border: 1px solid #d5d5d5;
  width: 300px;
  height: 70px;
  padding: 5px 5px 5px 5px;
  margin-left:7px;
  margin-bottom: -20px;
  margin-top: -1px;
   background-color: #FFFFFF;
}
.clotsy2-layout .td-sub-footer-wrap {
    background-color: #F1F1F1;
    height: 40px;
}
.clotsy2-home .td-sub-footer-wrap {background: #fff; height: 40px; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5;width: 115%;}
.clotsy2-layout .td-sub-footer-wrap .row {
     border: 1px solid #d5d5d5;
     background-color: #ffffff;
}
.clotsy2-layout .menu-td_demo_footer-container, .clotsy2-home .menu-td_demo_footer-container {
    display: inline-block;
}
* {
    margin: 0;
    padding: 0;
}
.clotsy2-layout li:first-child {  margin: 0 20px;}
.clotsy2-layout .menu-td_demo_footer-container li, .clotsy2-home .menu-td_demo_footer-container li {
    display: inline-block;
    margin: 0 5px !important;
    border-bottom: 2px solid #c8cccb;
    height: 23px;
}
.clotsy2-layout .col-md-6{text-align: right;}
.clotsy2-post-nav {background: url('images/clotsy2_post_nav_bg.png') repeat-x; width: 100%; border: 1px solid #bbb;border-radius: 3px;height: 38px; line-height: 38px;}
.clotsy2-post-nav span {color: #5b233c; position: absolute; left: 32%;}
.clotsy2-post-nav a, .clotsy2-post-nav a:hover {color: #000; font-size: 14px; font-weight: bold; text-decoration: none !important;}
.clotsy2-post-nav .post_prev {float: left;margin-left: 20px;}
.clotsy2-post-nav .post_next {float: right;margin-right: 20px;}
body.single-post.clotsy2-layout {background: #F2F2F2 !important;}
.single-post.clotsy2-layout .container.td-page-wrap {margin-top: 0px;}
.clotsy2-home .col-xs-4, .col-xs-4.clotsy2-post-sidebar {background: #fff; border: none;}
.clotsy2-layout .related-backgroud .col-xs-4 {background-color: #F2F2F2; border: none;}
.clotsy2-home .td-sub-footer-wrap .col-xs-12 > a:nth-child(1), .clotsy2-layout .td-sub-footer-wrap .col-xs-12 > a:nth-child(1) {float: left; border-bottom: 2px solid #c8cccb;display: block;height: 30px;}
.clotsy2-home .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container, .clotsy2-layout .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container {float: right; margin-right: 30px;}
.clotsy2-home .td-sub-footer-wrap .col-xs-12, .clotsy2-layout .td-sub-footer-wrap .col-xs-12 {line-height: 40px;}
.clotsy2-home .td-sub-footer-wrap a, .clotsy2-layout .td-sub-footer-wrap a {color: #000; font-size: 12px;}
.clotsy2-home .td-header-menu-wrap, .clotsy2-layout .td-header-menu-wrap {display: none;}
.clotsy2-home #outer-wrap, .clotsy2-layout #outer-wrap {overflow: visible;}
.clotsy2-home .td-menu-background:after {width: 115%;}
.clotsy2-layout .clotsy2-post-sidebar .td_rec {padding-bottom: 0px !important;}
.clotsy2-layout .margin-left50 { margin-left: 45%;}
.clotsy2-layout  .page-number {margin-left: 12%;}
.clotsy2-layout .margin-left50 { margin-left: 45%;}
.clotsy2-layout .arrowprevimg { background-color: #F8F8F8 !important; border: 1px solid #F8F8F8;position: relative;}
.clotsy2-layout .arrowprevimg a {text-decoration: none !important;}
.clotsy2-layout .gallery-image {background-color: #F8F8F8 !important; border-radius: 3px; line-height: 300px; min-height: 300px;}
.clotsy2-layout a.gallery-pagination-previous, .clotsy2-layout a.gallery-pagination-next {
    background-image: linear-gradient(#56BBB7, #409E9B);
    background-size: 100% auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 58px;
    height: 80px;
    line-height: 60px;
    opacity: 0.9;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    width: 40px;
    z-index: 10;
    text-align: center;
    font-family: sans-serif;
}
.clotsy2-layout a.gallery-pagination-previous:hover, .clotsy2-layout a.gallery-pagination-next:hover {text-decoration: none;}
.clotsy2-layout a.gallery-pagination-previous { border-radius: 0 80px 80px 0;  left: 0;}
.clotsy2-layout a.gallery-pagination-next {border-radius: 80px 0 0 80px;right: 0;}
.clotsy2-layout .aligncenter {margin: 0px auto;}
.clotsy2-layout a.gallery-pagination-previous:hover {margin-top: -5px;  opacity: 1; }
.clotsy2-layout a.gallery-pagination-next:hover {    margin-top: -5px; opacity: 1;}
.clotsy2-layout .gallery-pagination-next span {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;line-height: 60px;font-size: 80px;margin-left: 5px;}
.clotsy2-layout .gallery-pagination-previous span {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;line-height: 60px;font-size: 80px;margin-right: 5px;}
.clotsy3-layout .td_mod_wrap {
    margin-left: -35px !important;
}
.home.clotsy2-home .block-title {display: none;}
.viralious-layout .related-title {
    border-bottom: 1px solid #E0E0E0;
    color: #000000;
    font-family: "Libre Baskerville",Helvetica;
    font-size: 26px;
    font-weight: bold;
    margin-left: 40px;
}
.viralious-layout .related-title span {
    border-bottom: 3px solid #FF0000;
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 30px;
    margin-top: 7px;
}
.viralious-layout .col-md-3 {
    width: 230px;
}
.viralious-layout .related-thumbnail {
    margin-right: 10px;
    margin-top: 15px;
}
.viralious-layout .related-thumbnail img {
    border: 1px solid #CCCCCC;
    height: 138px;
    width: 207px;
}
.mirosto-layout .td-page-wrap .row, .mirosto-layout .mirosto-related-posts-container .row {border-right: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5 ;}
/*======================== Hoang layout =============================*/
.hoang-layout .td_mod_wrap {
    margin-bottom: 5px;
}
body.single-post.hoang-layout {
    background: none repeat scroll 0 0 #8CA0E5 !important;
}
.hoang-layout .col-xs-4, .col-xs-4.hoang-post-sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
}
.hoang-layout h1 {
  background-color: #F2F2F2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.hoang-layout .arrowprevimg {
    background-color: #F8F8F8 !important;
    border: 1px solid #F8F8F8;
    position: relative;
}
.hoang-layout .arrowprevimg a {
    text-decoration: none !important;
}
.hoang-layout .mirosto-sidebar-title{color: #435C63;font-family: 'FranklinGothic-med',Helvetica,sans-serif;font-size: 24px;font-weight: normal;line-height: 28px;text-shadow: 0 1px 0 #FFFFFF;margin-bottom: 15px;margin-top: 30px;font-weight: bold;}
.hoang-layout ul li a {
    padding: 0;
}
.hoang-layout .mirosto-sidebar-img h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom:24px;
    padding-bottom: 10px;
    color: #71716F;
    font-size: 18px;
    width: 300px;
    border-bottom: 1px dotted #F1F1F1;
}
.hoang-layout .mirosto-sidebar-img img {width: 300px;height: 160px;}
.hoang-layout .col-xs-4 {
  padding-left: 0px;
}
.hoang-layout .td-page-wrap .td_rec {
    padding-bottom: 0 !important;
}
.hoang-layout .post header {
    margin-bottom: 0px;
    top: -16px;
}
.hoang-layout .td_rec .td_mod_wrap {
    text-align: left;
}
.hoang-layout .gallery-pagination-previous span {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 80px;
    line-height: 60px;
    margin-right: 5px;
}
.hoang-layout a.gallery-pagination-next {
    border-radius: 80px 0 0 80px;
    right: 70px;
}
.hoang-layout a.gallery-pagination-previous {
    border-radius: 0 80px 80px 0;
    left: 70px;
}
.hoang-layout .gallery-pagination-next span {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 80px;
    line-height: 60px;
    margin-left: 5px;
}
.hoang-layout a.gallery-pagination-previous, .hoang-layout a.gallery-pagination-next {
    background-size: 100% auto;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 58px;
    height: 80px;
    line-height: 60px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    width: 40px;
    z-index: 10;
}
.hoang-layout .td-sub-footer-wrap {
    background-color: #8CA0E5;
    height: 27px;
}
.hoang-home .td-sub-footer-wrap .col-xs-12 > a:nth-child(1), .hoang-layout .td-sub-footer-wrap .col-xs-12 > a:nth-child(1) {
    display: block;
    float: left;
    height: 30px;
}
.hoang-home .td-sub-footer-wrap a, .hoang-layout .td-sub-footer-wrap a {
    color: #000000;
    font-size: 12px;
}
.hoang-home .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container, .hoang-layout .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container {
    float: left;
    margin-right: 30px;
    font-size: 16px;
}
.hoang-layout .menu-td_demo_footer-container, .hoang-home .menu-td_demo_footer-container {
    display: inline-block;
}
.hoang-layout .menu-td_demo_footer-container li, .hoang-home .menu-td_demo_footer-container li {
    display: inline-block;
    height: 23px;
    margin: 0 5px !important;
}
.hoang-layout .td-sub-footer-wrap li:first-child {
    margin: 0 20px;
}
.hoang-home .td-sub-footer-wrap a, .hoang-layout .td-sub-footer-wrap a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.hoang-home .td-sub-footer-wrap .col-xs-12 {
  padding-top: 15px;
}
/* ============================= Viralious layout 2 ============================= */
.viralious2-layout .ld_suggest_thumbnail_1 {
  float: left;
  margin-right: 9px;
  position: relative;
  height: 160px;
}
.viralious2-layout .ld_suggest_thumbnail_1 h4{
  position: absolute;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000000;
  display: none;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 10px;
}
.viralious2-layout .fly {
  margin-top: 20px;
}
.viralious2-layout .theme_social_text .td-social-facebook {margin-left: 110px;float: left;}
.viralious2-layout .theme_social_text .td-social-likefb {display: none !important; }
.viralious2-layout .theme_social_text .td-social-pinterest {display: none !important;}
.viralious2-layout .theme_social_text .td-social-twitter  {display: block !important; float: left;}
.viralious2-layout .theme_social_text .td-social-mobile-msg {display: block !important;float: left; margin-left: -80px;} 
.viralious2-layout .theme_social_text .td-social-facebook-number{display: block !important;float: left; margin-left: 30px; margin-top: -3px;}
.viralious2-layout .theme_social_text .td-social-google { margin-left: 20px;  float: left; }
.viralious2-layout .loadmore {display: none;}
.viralious2-layout .theme_social_viralious .td-social-likefb {display: none !important; }
.viralious2-layout .theme_social_viralious .td-social-pinterest {
    display: block !important;
    top: -49px;
    width: 229px;
    left: 476px !important;    
  }
.viralious2-layout .theme_social_viralious .td-social-twitter  {display: block !important; float: left;}
.viralious2-layout .theme_social_viralious .td-social-mobile-msg {display: none !important;} 
.viralious2-layout .theme_social_viralious .td-social-facebook-number{display: none !important;}
.viralious2-layout .theme_social_viralious .td-social-google {display: none !important; }
.viralious2-layout .theme_social_viralious ul {
  height: 70px;
}
.viralious2-layout .theme_social_viralious a.facebook_button {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    border-radius: 0px;
    margin-left: -74px;
    
}
.viralious2-layout .theme_social_viralious a{
    text-decoration: none !important;
}
.viralious2-layout .theme_social_viralious .textNode {
    font-size: 20px;
    line-height: 2.5em;    
}
.viralious2-layout .theme_social_viralious a.twitter_button  {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    margin-left: -36px;
    border-radius: 0px;
  }
.viralious2-layout .theme_social_viralious .td-social-pinterest a {
    -moz-user-select: none;
    background: #E84C3D !important ;
    background-image:  url('images/Pinterest_viralious.png') !important ;
    background-repeat: repeat-x !important;
    width: 229px !important ;
    height: 49px !important ;
    border: 0px solid #d5d5d5 !important ; 
    background-size: 229px 49px !important;
    background-position: 0 0px !important;
    
}
.viralious2-layout .td-scroll-up-visible {display: block !important; opacity: 0.8;}
.viralious-layout .td-scroll-up-visible {display: block !important; opacity: 0.8;} 
.viralious-home .td-scroll-up-visible {display: block !important; opacity: 0.8;} 
.viralious2-home .td-scroll-up-visible {display: block !important; opacity: 0.8;} 
.viralious-layout .theme_social_viralious .td-social-likefb {display: none !important; }
.viralious-layout .theme_social_viralious .td-social-pinterest {
    display: block !important;
    top: -49px;
    width: 229px;
    left: 476px !important;    
  }
.viralious-layout .theme_social_viralious .td-social-twitter  {display: block !important; float: left;}
.viralious-layout .theme_social_viralious .td-social-mobile-msg {display: none !important;} 
.viralious-layout .theme_social_viralious .td-social-facebook-number{display: none !important;}
.viralious-layout .theme_social_viralious .td-social-google {display: none !important; }
.viralious-layout .theme_social_viralious a.facebook_button {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    border-radius: 0px;
    margin-left: -74px;
    
}
.viralious-layout .theme_social_viralious a{
    text-decoration: none !important;
}
.viralious-layout .theme_social_viralious .textNode {
    font-size: 20px;
    line-height: 2.5em;    
}
.viralious-layout .theme_social_viralious a.twitter_button  {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    margin-left: -36px;
    border-radius: 0px;
  }
.viralious-layout .theme_social_viralious .td-social-pinterest a {
    -moz-user-select: none;
    background: #E84C3D !important ;
    background-image:  url('images/Pinterest_viralious.png') !important ;
    background-repeat: repeat-x !important;
    width: 229px !important ;
    height: 49px !important ;
    border: 0px solid #d5d5d5 !important ;
    background-size: 229px 49px !important;
    background-position: 0 0px !important;
}
.viralious-layout .author-box-wrap {
  margin-top: 0px;
}
.viralious2-top-nav-post {width: 364px;display: inline-block;text-align: right;}
.viralious2-layout #shareTop .page-nav.page-nav-post a {padding: 0px; border: none; margin: 0px;}
.viralious2-layout .author-box-wrap {
  background-color: #fcfcfc;
  position: relative;
  padding: 0px 6px 1px 18px;
  margin-top: 0px;
  border: 1px solid #f5f5f5;
}
.viralious2-layout  .entry-crumbs {
  line-height: 26px;
}
.viralious2-layout .td-footer-wrap {
padding: 10px 0px;
}
.viralious2-layout .page-nav-post span {
  margin: 2px;
}
.viralious2-layout .td-header-bg .col-md-8 {padding-left: 0px;}
.viralious2-layout .header-logo-wrap img {margin-left: 0px;}
.viralious2-layout .entry-crumb:visited {color: #0000FF;}
.paragraph_ul .td_rec {padding-left: 0px; border: none;}
.td_rec_right {
  float: right;
  /*margin-right: 21px;*/
  position: relative;
  top: 5px;
}
.ads_inside_content {float: right; margin: 6px 0 15px 15px; border: none !important; padding: 0 !important;}
.ads_inside_content div {border: none !important; padding: 0 !important;}
.viralious2-home .td-menu-wrap #td-top-menu, .viralious2-layout .td-menu-wrap #td-top-menu {padding-left: 0px;}
.viralious2-home .header-logo-wrap img {margin-left: 0px;}
.viralious2-home .block-title {display:none;}
.img-lady{
  width: 360px;
  height: 300px;
}
.img-lady_na {
  width: 305px;
  height: 195px;
}
.correct_point, .wrong_point {font-size: 55px;width: 40px;text-align: center;}
.correct_point {color: #00a3ed;}
.wrong_point {color: #f21921;}
.spotlady_separator {text-align: center;}
.spotladyimg_container .col-md-4 {padding-left: 0px;}
.spot_lady_title { color: #1d3753;font-family: "Open Sans",sans-serif;font-size: 2.8125rem;font-weight: 300;line-height: 1.06667;text-align: center;}
.flip-container {
    display: block;
    height: 300px;
    max-width: 576px;
    perspective: 1000px;
    position: relative;
    width: 360px;
}
.flip-container .flipper {
    position: relative;
    transform-style: preserve-3d;
}
/*.flip-container:hover .front-card, .flip-container.hover .front-card {
    transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.flip-container:hover .back-card, .flip-container.hover .back-card {
    transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}*/
.flip-front-hover {transform: rotateX(180deg) !important;-webkit-transform: rotateX(180deg) !important;}
.flip-back-hover {transform: rotateX(0deg) !important;-webkit-transform: rotateX(0deg) !important;}
.flip-container .front-card {transform: rotateX(0deg);-webkit-transform: rotateX(0deg);z-index: 2px;}
.flip-container .back-card {transform: rotateX(180deg);-webkit-transform: rotateX(180deg);padding: 20px;}
.flip-container .front-card, .flip-container .back-card {
    backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    transition: all 600ms ease 0s;
    width: 100%;
}
.flip-container .description {
    font-family: "Open Sans",sans-serif;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.3;
  color: #1d3753;
  text-align: left;
}
.flip-container .next_round {
    border-color: #ff9600;
    bottom: 20px;
    color: #ff9600;
    left: 20px;
    padding: 8px 0;
    position: absolute;
    right: 20px;
}
.next_round {
    border: 1px solid #096898;
    border-radius: 3px;
    color: #096898;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: background 250ms ease 0s;
  cursor: pointer;
}
.flip-container .next_round:hover {background-color: rgba(255,150,0,.06);}
.caliser-top-post .top-post-header{
    border-color: darkgray;
    background: none repeat scroll 0 0 transparent;
    border-style: none;
    border-width: 0;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 0 0 6px;
    text-decoration: none;
}
.caliser-top-post .top-post-header span{
    float:none;
    margin-left:0;
}
.caliser-top-post .top-post-containt .item{
    float: left;
    margin: 0 0 2% 2%;
    position: relative;
    width: 31.95%;
}
.caliser-top-post .top-post-containt .item.first{
    margin:0;
}
.caliser-top-post .top-post-containt .item .title{
    color: #333;
    font-family: 'Roboto Condensed',?sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
/*.widget .thumbs-4r .trc_rbox_header {height: 30px; }
.widget .thumbs-4r [class*="span"] {float: left; width: 155px; height: 30px;}
.widget .thumbs-4r .trc_header_left_column {text-align: left; padding: 0 10px; font-size: 16px;  width: 155px; line-height: 30px; height: 30px;}*/
/*
  SF menu
*/
.sf-menu,
.sf-menu ul,
.sf-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu .td-not-mega > a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 52px;
  /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
  float: left;
}
/*  ----------------------------------------------------------------------------
    All the links
*/
.sf-menu .td-not-mega > a {
  text-decoration: none !important;
  font-family: 'Ubuntu', sans-serif;
}
.sf-menu .td-not-mega > a:hover {
  text-decoration: none !important;
}
.sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat:hover {
  background-color: #FFFFFF;
}
/*  ----------------------------------------------------------------------------
    Top menus
*/
/* remove the down arrow on links with  (icosn menus) */
.td-no-down-arrow > a {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
.td-no-down-arrow > a .sf-sub-indicator {
  display: none;
}
.sf-menu > li > a {
  padding: 0px 11px 0px 11px;
  height: 48px;
  line-height: 51px;
  font-size: 16px;
  color: #202020;
  border-bottom: 4px solid transparent;
  z-index: 9999;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu > li > a {
    font-size: 14px;
  }
}
/* menu icons */
.sf-menu .menu_icon {
  position: relative;
  top: 13px;
  float: left;
  /* responsive phone */
}
@media (max-width: 767px) {
  .sf-menu .menu_icon {
    top: 11px;
  }
}
.sf-menu .sub-menu .menu_icon {
  top: 0px;
}
.sf-menu .menu_hidden {
  display: none !important;
}
/* hover and current menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
  border-bottom: 4px solid #4db2ec;
}
.td_980_resp .td_mod_mega_menu {
  margin-left: 19px;
}
.td_980_resp .td-mega-menu ul {
  left: 0px !important;
}
.td_980_resp .td-mega-menu .td_block_inner {
  width: 800px !important;
}
.td_980_resp .td-mega-menu .td-mega-grid,
.td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_resp .td-mega-menu ul {
  width: 996px !important;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_980_resp .td_mod_mega_menu {
    margin-left: 14px !important;
  }
  .td_980_resp .td-mega-menu ul {
    left: 0px !important;
  }
  .td_980_resp .td-mega-menu .td_block_inner {
    width: 600px !important;
  }
  .td_980_resp .td-mega-menu .td-mega-grid,
  .td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
  .td_980_resp .td-mega-menu ul {
    width: 748px !important;
  }
}
.td_980_not_resp .td_mod_mega_menu {
  margin-left: 19px;
}
.td_980_not_resp .td-mega-menu ul {
  left: 0px !important;
}
.td_980_not_resp .td-mega-menu .td_block_inner {
  width: 800px !important;
}
.td_980_not_resp .td-mega-menu .td-mega-grid,
.td_980_not_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_not_resp .td-mega-menu ul {
  width: 996px !important;
}
/*  ----------------------------------------------------------------------------
    submenu
*/
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.sf-menu ul .td-not-mega > a {
  padding: 5px 14px 7px 13px;
  color: #3d4449;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sf-menu ul .td-not-mega > a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-menu-item > a {
  color: #ffffff !important;
  background: #4db2ec;
}
.block-mega-child-cats a:hover {
  background-color: #4db2ec;
}
.td_mega_menu_sub_cats .block-mega-child-cats a:hover {
  color: #FFFFFF;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}
/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu a.sf-with-ul {
  padding-right: 29px;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
/* top menu down white */
.sf-sub-indicator {
  position: absolute;
  right: 12px;
  top: 24px;
  /* IE6 only */
  text-indent: -999em;
  overflow: hidden;
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
}
/* top menu down hover */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
}
.sf-menu ul a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -876px;
}
/* right white ( hover) */
.sf-menu ul .sf-sub-indicator {
  top: 14px;
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
/* hover right white */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator,
.sf-menu ul .current-menu-ancestor > a > .sf-sub-indicator,
.sf-menu ul .current-menu-item > a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
/*  ----------------------------------------------------------------------------
    Mega Menu
*/
.td-mega-menu {
  position: static !important;
}
.td-mega-menu .sub-menu {
  /* hover fix */
  display: none !important;
}
/* hover fix */
.td-mega-menu.sfHover .sub-menu {
  display: block !important;
}
.td-mega-menu ul {
  position: absolute !important;
  width: 996px !important;
  /* responsive monitor */
  /* responsive portrait tablet */
  height: auto !important;
  top: 0px;
  left: 0px !important;
  display: none;
  /* responsive monitor */
}
@media (min-width: 1200px) {
  .td-mega-menu ul {
    width: 1122px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-menu ul {
    width: 748px !important;
  }
}
@media (min-width: 1200px) {
  .td-mega-menu ul {
    /*left: 27px !important;*/
    left:0!important;
  }
}
.td-sp-mega-menu-left {
  width: 22px;
  height: 22px;
  background-position: -20px -1948px;
}
.td-sp-mega-menu-right {
  width: 22px;
  height: 22px;
  background-position: -20px -1990px;
}
/*  ----------------------------------------------------------------------------
    td-mega-menu - the mega menu module
*/
.td_mod_mega_menu {
  width: 22.0703125%;
  float: left;
  margin-bottom: 53px;
  padding-top: 21px;
  margin-left: 2.34375%;
}
.td_mod_mega_menu .item-details h4 {
  margin-top: 6px;
  line-height: 23px;
  font-size: 15px;
}
.td_mod_mega_menu .item-details a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 15px;
  line-height: 21px;
}
.td_mod_mega_menu .item-details a:hover {
  background-color: transparent !important;
}
.td-no-subcats .td_mod_mega_menu {
  width: 17.73991031390135%;
  margin-left: 1.883408071748879%;
}
/*  ----------------------------------------------------------------------------
    block td_mega_menu
*/
.td_block_mega_menu {
  padding-bottom: 0px;
  background-color: #f2f2f2;
  /* pagination */
  /* pagination */
}
.td_block_mega_menu .td_block_inner {
  float: left;
  position: relative;
  padding-bottom: 0px;
  background-color: white;
  min-height: 253px;
  width: 800px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td_block_inner {
    width: 896px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td_block_inner {
    width: 601px;
  }
}
.td_block_mega_menu .td_ajax-prev-page {
  top: auto;
  right: auto;
  bottom: 21px;
  left: 214px;
  background-color: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('images/sprite/elements2.png');
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -20px -1948px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td_block_mega_menu .td_ajax-prev-page:hover {
  background-color: #4db2ec;
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td_ajax-prev-page {
    left: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td_ajax-prev-page {
    left: 161px;
  }
}
.td_block_mega_menu .td-ajax-next-page {
  top: auto;
  right: auto;
  bottom: 21px;
  left: 241px;
  background-color: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('images/sprite/elements2.png');
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -20px -1990px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td_block_mega_menu .td-ajax-next-page:hover {
  background-color: #4db2ec;
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td-ajax-next-page {
    left: 267px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td-ajax-next-page {
    left: 190px;
  }
}
.td_block_mega_menu .ajax-page-disabled {
  background-color: #e1e1e1 !important;
}
/* mega menu with no subcategories */
.td-no-subcats .td_block_inner {
  width: 996px !important;
  /* responsive monitor */
  /* responsive portrait tablet */
}
@media (min-width: 1200px) {
  .td-no-subcats .td_block_inner {
    width: 1122px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-no-subcats .td_block_inner {
    width: 748px !important;
  }
}
.td-no-subcats .td_ajax-prev-page {
  left: 21px !important;
}
.td-no-subcats .td-ajax-next-page {
  left: 48px !important;
}
/* style the mega menu subcategories */
.block-mega-child-cats {
  text-align: right;
  margin-top: 23px;
}
.block-mega-child-cats a {
  padding: 6px 21px 6px 0px;
  display: block;
  color: #1e1e1e;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
}
.block-mega-child-cats a:hover {
  text-decoration: none !important;
  color: #FFFFFF;
}
.block-mega-child-cats a.cur-sub-cat {
  background-color: white;
  color: #4db2ec;
}
.block-mega-child-cats a.cur-sub-cat:hover {
  color: #4db2ec;
}
.td_mega_menu_sub_cats {
  width: 19.62331838565023%;
  float: left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.facebook-title{margin-right:5px;}
.news_thumbnail img {max-width: 100%;}
.news_item.box_contents .news_thumbnail {margin-left: -10px; margin-right: -10px;}
.news_item.box_contents .news_thumbnail img {width: 100%; height: auto;}
#shareTop{top: 0; margin-top: 15px; margin-bottom: 15px; text-align: left; position: static;}
#shareTop a {vertical-align: middle;}
.entry-category a {}
.box_container {padding: 10px 25px; background: #F6F5F3; border: 1px solid #E7E6E4; border-radius: 5px; margin-bottom: 10px;}
.box_contents {border: 1px solid #E7E6E4; padding: 10px; border-radius: 5px; background: #fff; margin-top: 10px;}
.news_item.box_contents {padding-bottom: 0;}
.box_contents:first-child {margin-top: 0;}
p.td-sub-title:first-letter {font-style: italic;}
.box_contents h1.entry-title {margin-top: 0;}
.viralious2-layout .page-nav-post.box_contents {text-align: center; margin-top: 10px;}
.viralious2-layout .page-nav-post.box_contents a span {margin: 0;}
.viralious2-layout .page-nav-post.box_contents a, .viralious2-layout .page-nav-post.box_contents > span.current {margin-right: 4px;}
.page-nav-post a:last-child {margin-left: 0;}
.sf-menu .td-not-mega > a {position: static;}
.caliser-gallery {cursor: pointer; border: 1px #000 solid; padding: 10px; position: relative;width: 620px;}
.caliser-gallery-pictures {display: none; overflow: hidden;}
.caliser-gallery-pictures .carousel-inner {background: rgba(0, 0, 0, 0.1);height: 450px;}
.caliser-gallery-pictures .carousel-control {background: #313131; color: #fff; opacity: 1; display: block; width: auto;height: 80px;top: 40%;width: 40px;text-decoration: none !important;}
.caliser-gallery-pictures .left.carousel-control {border-radius: 0 80px 80px 0;}
.caliser-gallery-pictures .right.carousel-control {border-radius: 80px 0 0 80px;}
.caliser-gallery-pictures .carousel-control span.icon_left, .caliser-gallery-pictures .carousel-control span.icon_right {top: 0; margin: 0; font-size: 80px;line-height: 60px;position: static;font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;text-decoration: none;}
.caliser-gallery-pictures .carousel .item span {display: none;} 
.caliser-gallery-pictures h1, .caliser-gallery-pictures .gallery_item_text h3 {margin-top: 0px;}
.caliser-gallery-pictures .gallery_item_text p {min-height: 123px;}
.caliser-gallery-pictures .caliser_gallery_recommend_ads {padding-top: 20px;}
.caliser-gallery .cta-overlay {font-size: 13px; height: 100%; left: 0; position: absolute; top: 0; transition: background-color 0.24s linear 0s; width: 100%;}
.caliser-gallery .cta-overlay:hover {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);}
.caliser-gallery .cta-overlay:hover .cta-text {opacity: 1;}
.caliser-gallery .cta-overlay .title.cta-text {left: 5px; top: 5px;  white-space: pre-wrap;  width: 90%;}
.caliser-gallery .cta-overlay .cta-text { color: white; font-weight: normal; opacity: 0; position: absolute; text-align: left; transition: opacity 0.24s linear 0s;}
.caliser-gallery .cta-overlay .large.cta-text { margin-top: 35px; position: relative; text-align: center;  top: 50%;}
.caliser-gallery .cta-overlay .cta-text { color: white;  font-weight: normal;  opacity: 0;  position: absolute;  text-align: left;  transition: opacity 0.24s linear 0s;}
.caliser-gallery .icon-white-slideshow { margin-left: -38px;  margin-top: -27px;}
.caliser-gallery .icon-white-slideshow{border-radius: 7px;  left: 50%;  top: 50%;}
.caliser-gallery .icon-slideshow { background-color: #324fe1;  cursor: pointer;  position: absolute;  z-index: 1; opacity: 0; transition: opacity 0.16s linear 0s;}
.caliser-gallery .icon-white-slideshow {background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI3NnB4IiBoZWlnaHQ9IjU0cHgiIHZpZXdCb3g9IjAgMCA3NiA1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNzYgNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBpZD0iU1ZHSURfM18iIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MS45MDUsMTQuM0gzNC44NDJjLTIuMjg2LDAtMy43OTIsMS40MjItMy43OTIsMy43NjF2My43NjJoLTcuNTgzCiAgICAgICAgICAgICAgICBjLTIuMjg1LDAtMy43OTIsMS40MjMtMy43OTIsMy43NjNWMzYuODdjMCwyLjMzOCwxLjUwNywzLjc2MywzLjc5MiwzLjc2M0g0MC41M2MyLjI4NywwLDMuNzkzLTEuNDI1LDMuNzkzLTMuNzYzdi0zLjc2NGg3LjU4MgogICAgICAgICAgICAgICAgYzIuMjg0LDAsMy43OTMtMS40MjIsMy43OTMtMy43NlYxOC4wNkM1NS42OTgsMTUuNzIyLDU0LjE4OSwxNC4zLDUxLjkwNSwxNC4zTDUxLjkwNSwxNC4zeiBNNDAuNTI4LDM2Ljg3MUgyMy40NjVWMjUuNTg2aDE3LjA2MwogICAgICAgICAgICAgICAgVjM2Ljg3MUw0MC41MjgsMzYuODcxeiBNNTEuOTA1LDI5LjM0OWgtNy41ODJ2LTMuNzYyYzAtMi4zNDEtMS41MDYtMy43NjMtMy43OTMtMy43NjNoLTUuNjg4di0zLjc2MmgxNy4wNjNWMjkuMzQ5CiAgICAgICAgICAgICAgICBMNTEuOTA1LDI5LjM0OXoiLz4KICAgICAgICA8L2c+CiAgICA8L2c+CjwvZz4KPC9zdmc+");}
.caliser-gallery .icon-white-slideshow { height: 54px;  width: 76px;}
.caliser-gallery .cta-overlay:hover .icon-slideshow {opacity: 1;}
.galleries_page > .container {background: #fff;}
.galleries_page .caliser-gallery > img {width: 304px; height: 140px;}
.galleries_page .caliser-gallery {width: 326px;margin: 10px 0;border: none;}
.galleries_page .caliser-gallery > h5 {margin: 5px 0 0 0;}
.post_featured_input .cus-media-dump span {width: 75px; height: 75px; border: 1px solid #eee;}
.post_featured_input .custom_metabox_upload_remove {width: 75px; height: 75px; overflow: hidden;}
.post_featured_input .custom_metabox_upload_remove img {width: 100%; height: auto;}
.wp-editor-tabs:after {clear: both;}
.news_contents_input .wp-switch-editor {height: auto !important;}
.post_featured_input {position: relative;}
.regular_edit_post_header a {float: right; color: #4b4b4b;}
.regular_edit_post_header {padding: 0;}
.cus-questions .news_featured_input {margin-top: 15px;}
.news_actions {padding: 15px 0; text-align: right;}
.news_actions input[name="submit_post"] {padding: 5px 10px; }
.news_title {font-size: 14px; font-weight: bold;}
.news_title .news_number {float: left; font-size: 30px; line-height: 1; margin-right: 10px;}
.fb_iframe_widget {vertical-align: middle;}
.theme_social_viralious .facebook-title {display: inline-block; vertical-align: middle;}
.viralious2-layout .box_contents  .theme_social_viralious a.facebook_button {width: 200px; margin-left: -50px;}
.viralious2-layout .box_contents .theme_social_viralious a.twitter_button {width: 200px; margin-left: -30px;}
.viralious2-layout .box_contents .theme_social_viralious .td-social-pinterest a {width: 200px !important;}
.viralious2-layout .box_contents .theme_social_viralious .td-social-pinterest  {left: 407px !important;}
.viralious2-layout .theme_social_viralious ul {height: 50px; margin-top: 0;}
.gellery_thumb_wrap img {visibility: hidden; opacity: 0; width: 304px; height: 140px;}
.gellery_thumb_wrap {background:#fff url('images/loading.gif') center center no-repeat; width: 304px; height: 140px; overflow: hidden;}
.viralious2-layout .author-box-wrap {padding: 0; margin: 0; background-color: #fff; border: 0;}
.row-fluid .new-block4-layout .photoholder {width: 450px; float: left; height: 270px;}
.row-fluid .new-block4-layout .td_mod3 .thumb-wrap .image_thumb {width: 450px; position: static; height: 270px; display: block;}
.row-fluid .new-block4-layout .item-details {margin-left: 0; float: left; max-width: 325px; margin-left: 15px;}
.row-fluid .new-block4-layout .td_mod3 .entry-title a {font-size: 35px; line-height: 1; font-weight: 700; margin-top: 35px; display: block; }
.row-fluid .new-block4-layout .td_mod_wrap {margin-bottom: 20px;}
.row-fluid .new-block4-layout .td_mod3 .meta-info {margin-top: 25px; font-size: 14px;}
.row-fluid .new-block4-layout .separate_bullet {background: #ADADAF; list-style-type: disc; width: 3px; height: 3px; display: inline-block; vertical-align: middle; margin: 0 10px;}
.row-fluid .new-block4-layout .meta-info time {color: #ADADAF; font-style: normal; font-size: 14px;}
.row-fluid .span3 .photoholder {width: auto; height: auto;}
.row-fluid .span9 {width: 75%; float: left;}
.row-fluid .span3 {width: 20%; float: left; margin-left: 50px;}
.block-2.layout-1{margin-top:15px;margin-bottom:20px;}
.block-3.layout-1{margin-bottom:20px;}
.block-2.layout-1 .item a{color: #333;font-family: 'Roboto Condensed',?sans-serif;font-size: 20px;font-weight: normal;line-height: 27px;max-height: 81px;text-decoration: none;}
.layout-1.block-footer{margin-top:20px;margin-bottom:20px;}
.layout-1.block-footer .item{margin-bottom:10px;border:1px solid #DDD;padding:5px;}
.layout-1.block-footer .item .thumb{width:100px;display:inline-block;float:left;margin-right:10px;}
.layout-1.block-footer .item img{max-width: 100%;display:block;}
.layout-1.block-footer .item h3{margin-top:0;padding-top:0;}
.layout-1.block-footer .item h3 a{color: #000000;font-family: 'Roboto Condensed',?sans-serif;font-size: 14px;font-weight: bold;line-height: 19px;max-height: 38px;text-decoration: none;}
.layout-1.block-footer .item .read-more{font-size:12px;}
.layout-1.post-pagination .text-center{color:#373737;font-size:27px;font-weight:bold;}
.layout-1.post-pagination a,.layout-1.post-pagination a:hover,.layout-1.post-pagination a:visited{background-color:#363636;background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-radius:9px;font-size:31px;padding:12px 20px;text-shadown:0 -1px 0 rgba(0, 0, 0, 0.25);color:#FFF;text-decoration: none !important;}
.edit_message {padding: 15px; font-size: 14px; background: #eee; border: 1px solid #DDD; display: none;}
.layout-2.post-pagination{margin-top:12px;margin-right:35px;}
.fa-angle-double-left:before {content: "?"; }
.fa-angle-double-right:before {content: "?"; }
.layout-2.post-pagination .text-right a,.layout-2.post-pagination .text-left a{ background-color: #fb8a2e;border-color: #fb8a2e;border-radius: 3px;color: #fff;font-size: 30px;height: auto;line-height: 53px;padding: 0 10px;text-align: center;top: 0;width: 230px;display:inline-block;}
.layout-2.post-pagination .text-right a:hover,.layout-2.post-pagination .text-left a:hover{text-decoration: none;}
.image_wrapper_for_share{}
.image_wrapper_for_share:after{
    background-image: url("images/next-arrow.png");
    background-position: 380px 95px;
    background-repeat: no-repeat;
    color: yellow;
    content: "Click the Next button";
    font-size: 60px;
    font-weight: 600;
    left: 20px;
    padding-bottom: 250px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    top: 250px;
}
/*.bg-layout-2 .row .col-md-12,.bg-layout-2 .footer-ad-layout-2{background: #F5F5F5}*/
.bg-layout-2 .row .col-md-12{padding:0;}
.top-ad-layout-2{padding:10px;background:#f5f5f5}
.right-ad-layout-2,.left-ad-layout-2{padding:10px;padding-top:0;} 
.right-ad-layout-2 .fly{width:270px;background:#f5f5f5;margin-top:0}
.left-ad-layout-2 .fly{width:175px;background:#f5f5f5;margin-top: 0;}
.inside-ad-layout-2{background:#d2d2d2;padding:10px;}
.below2-ad-layout-2{background:#e2ccf0;padding:10px;}
.footer-ad-layout-2 {
    background: url("images/bgfooter1.png") no-repeat center top;
    padding-top: 31px;
}
.footer-ad-layout-2 .footer-1{
    background: #d2d2d2;
}
.footer-ad-layout-2 .footer-2{text-align: center;display: block;margin-top: 15px;background:#f5f5f5;}
.footer-ad-layout-2 .footer-2 .col-md-12{float:none;clear:both;}
.col-md-8.wpb_column.column_container img{max-width: 100%;} 
#sticky-logo-mobile{display:none;}
/*Dzung: 27/10/2014 - generate ads based on current mode (only generate desktop/tablet/mobile)*/
@media (max-width: 767px) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: none;
    /* responsive phone */
  }
}
/*ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1018px) 
and (orientation : landscape) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: block;
    padding-top: 24px;
    padding-right: 50px;
    /* responsive phone */
    /* responsive landscape tablet */
  }
  /*.viralious2-layout .td-social-facebook {left: -298px;}*/
  .viralious2-layout .td-logo-rec-wrap .col-md-9, .viralious2-home .td-logo-rec-wrap .col-md-9 {width: 75%; float: left;}
  .viralious2-layout .td-logo-rec-wrap .col-md-3, .viralious2-home .td-logo-rec-wrap .col-md-3 {width: 25%; float: left;}
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1018px) 
and (orientation : portrait) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: block;
    padding-top: 29px;
    /* responsive phone */
    /* responsive landscape tablet */
  }
  /*.viralious2-layout .td-social-facebook {left: -298px;}*/
  .viralious2-layout .td-logo-rec-wrap .col-md-9, .viralious2-home .td-logo-rec-wrap .col-md-9 {width: 75%; float: left;}
  .viralious2-layout .td-logo-rec-wrap .col-md-3, .viralious2-home .td-logo-rec-wrap .col-md-3 {width: 25%; float: left;}
}
.td-logo-rec-wrap .td-rec-logo-ads {padding-top: 25px;}
/* End Dzung: 27/10/2014 - generate ads based on current mode (only generate desktop/tablet/mobile)*/
.mega_menu_image_thumb {width: 100%; height: 114px; overflow: hidden; display: block;}
.td-no-subcats .td_mod_mega_menu {width: 30%; margin-left: 20px; max-width: 268px;}
.td_mod_mega_menu .item-details a:hover {text-decoration: underline !important;}
.archive.category .block-title{display: none;}
/*
 * Theme Name:  Viralious v3-2
*/
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,600";
@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/pR0sBQVcY0JZc_ciXjFsK5Rby8KfwQsaipLBqMCVNtM.woff") format("woff");
}
@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 700;
    src: local("Libre Baskerville Bold"), local("LibreBaskerville-Bold"), url("http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/kH7K4InNTm7mmOXXjrA5vz8SLKRGgamuUl1hIefMyNI.woff") format("woff");
}
@font-face {
    font-family: "Libre Baskerville";
    font-style: italic;
    font-weight: 400;
    src: local("Libre Baskerville Italic"), local("LibreBaskerville-Italic"), url("http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/QHIOz1iKF3bIEzRdDFaf5dgliI79_bmRXH6crmREtCo.woff") format("woff");
}
body {
  display: block;
}
body {
  color: #4b4b4b;
  background-color: #F2F2F2 !important;
}
.td-page-wrap {
  background-color: white;
  border-top: none;
  border-bottom: none;
}
.td-grid-wrap {
  padding: 48px 0px 0px 0px;
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.td-page-meta {
  display: none;
}
::-moz-selection {
  background: #7bc6f1;
  color: #fff;
}
::selection {
  background: #7bc6f1;
  color: #fff;
}
/*  ----------------------------------------------------------------------------
    used by the breadcrumbs
*/
.column_container {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    bread crumbs
*/
.entry-crumbs {
  left: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #d0d0d0;
  /* responsive phone */
}
.entry-crumbs a {
  color: #d0d0d0;
}
.entry-crumbs a:hover {
  color: #cbcbcb !important;
}
/*  ----------------------------------------------------------------------------
    Page title
*/
.td-page-title {
  /* post title */
  margin: 10px 0px 3px 0px;
  line-height: 30px !important;
  position: relative;
  top: -16px;
}
.td-page-title a,
.td-page-title span {
  color: #444444 !important;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.td-page-title .td-search-query {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    Description on tag page and category page
*/
.category .entry-content,
.tag .entry-content {
  background-color: #fcfcfc;
  border-top: 2px solid #4db2ec;
  margin-bottom: 22px;
  padding: 16px 23px 18px 23px;
  font-style: italic;
  color: #808080;
  position: relative;
  top: -2px;
}
.category .entry-content p,
.tag .entry-content p {
  margin-bottom: 0px;
}
/*  ----------------------------------------------------------------------------
    404
*/
.td-404-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 60px;
  color: #4d4d4d;
  text-align: center;
  line-height: 60px;
  padding: 30px 0px 17px 0px ;
  /* responsive phone */
}
.td-404-sub-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
  font-size: 24px;
  line-height: 30px;
  color: #a6a6a6;
  text-align: center;
  padding: 0 0 40px 0;
}
.td-404-sub-sub-title {
  text-align: center;
  margin-bottom: 70px;
}
.td-404-sub-sub-title a {
  color: white;
  padding: 7px 14px 8px 14px;
  margin-left: 10px;
  background-color: #4db2ec;
}
.td-404-sub-sub-title a:hover {
  color: white;
  background-color: #555555;
  text-decoration: none !important;
}
.td-404-head {
  text-align: center;
}
/*  ----------------------------------------------------------------------------
    Search page
*/
/* responsive phone */
.search-page-search-wrap {
  padding-top: 19px;
}
.search-page-search-wrap .td-search-form-widget {
  margin-bottom: 10px;
}
.search-page-search-wrap .td-widget-search-input {
  background-color: #FCFCFC !important;
  height: 24px;
  border: 1px solid #F5F5F5 !important;
  box-shadow: none !important;
  outline: medium none;
  color: #555555;
}
.search-page-search-wrap .btn {
  background-color: #4db2ec;
  height: 34px;
  padding-top: 5px !important;
  padding-bottom: 7px !important;
}
.td_search_subtitle {
  padding-bottom: 42px;
  /* responsive phone */
}
.search-page-search-wrap .td-widget-search-input {
  width: 553px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
  /* responsive phone */
  /* desktop small */
}
/*  ----------------------------------------------------------------------------
    Author page
*/
.author .td-page-title {
  /* responsive phone */
}
.td-author-counters {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
  color: white;
  margin-bottom: 17px;
}
.td-author-counters span {
  padding: 2px 7px 3px 7px;
  margin-right: 10px;
}
.td-author-counters .td-author-post-count {
  background-color: #878787;
}
.td-author-counters .td-author-comments-count {
  background-color: #a8a8a8;
}
.author-page .desc {
  top: 3px;
  position: relative;
}
.author-page .desc .td-author-social {
  margin-top: 9px;
}
.td-author-url {
  margin: 7px 0 0 0;
}
.td-author-url a,
.td-author-url a:hover {
  color: #C7C7C7;
}
/*  --2s;
  background-color: rgba(254, 254, 253, 0.95);
}
.td-full-layout .affix .dropdown-menu {
  opacity: 0.99;
}
/*  ----------------------------------------------------------------------------
    affix transperenta pe boxed
*/
.td-boxed-layout .affix .sub-menu {
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
  background-color: rgba(254, 254, 253, 0.98);
}
.td-boxed-layout .affix .td-menu-wrap {
  -webkit-transition: background-color 2s;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
  background-color: rgba(254, 254, 253, 0.98) !important;
}
.td-menu-wrap {
  position: relative;
  height: 48px;
}
.td-menu-wrap #td-top-menu {
  padding-left: 15px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
/*
  SF menu
*/
/*
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 52px;
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0;
}*/
/*** DEMO SKIN ***/
.sf-menu {
  float: left;
}
/*  ----------------------------------------------------------------------------
    All the links
*/
.sf-menu a {
  text-decoration: none !important;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
.sf-menu a:hover {
  text-decoration: none !important;
}
/*  ----------------------------------------------------------------------------
    Top menus
*/
/* remove the down arrow on links with  (icosn menus) */
.td-no-down-arrow > a {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
.td-no-down-arrow > a .sf-sub-indicator {
  display: none;
}
.sf-menu > li > a {
  padding: 0px 11px 0px 11px;
  height: 48px;
  line-height: 51px;
  font-size: 16px;
  color: #202020 !important;
  border-bottom: 4px solid transparent;
  z-index: 9999;
  /* responsive portrait tablet */
}
/* menu icons */
.sf-menu .menu_icon {
  position: relative;
  top: 13px;
  float: left;
}
.sf-menu .sub-menu .menu_icon {
  top: 0px;
}
.sf-menu .menu_hidden {
  display: none !important;
}
/* hover and current menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
  border-bottom: 4px solid #4db2ec;
}
/*  ----------------------------------------------------------------------------
    submenu
*/
/*
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.sf-menu ul a {
  padding: 5px 14px 7px 13px;
  font-size: 14px;
  color: #3d4449;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sf-menu ul a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-menu-item > a {
  color: #ffffff !important;
  background: #4db2ec;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}*/
/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu a.sf-with-ul {
  padding-right: 29px;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
/* top menu down white */
.sf-sub-indicator {
  position: absolute;
  right: 12px;
  top: 24px;
  /* IE6 only */
  text-indent: -999em;
  overflow: hidden;
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
}
/* top menu down hover */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
}
.sf-menu ul a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -876px;
}
/* right white ( hover) */
.sf-menu ul .sf-sub-indicator {
  top: 14px;
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
/* hover right white */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator,
.sf-menu ul .current-menu-ancestor > a > .sf-sub-indicator,
.sf-menu ul .current-menu-item > a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
/*  ----------------------------------------------------------------------------
    Mobile menu
*/
.td_mobile_menu_wrap {
  display: none !important;
  margin: 0px 0px 0px 0px !important;
  vertical-align: top;
  position: relative;
  top: 12px;
  left: -6px;
  /* responsive phone */
}
.td_mobile_menu_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 200px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.td_mobile_menu_wrap:before,
.td_mobile_menu_wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}
.td_mobile_menu_wrap:before {
  border-bottom-style: solid;
  border-top: none;
}
.td_mobile_menu_wrap:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}
#mobileMenu_menu-top {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2;
  /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important;
  /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
#mobileMenu_menu-top:focus {
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mobileMenu_menu-top > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}
/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 #mobileMenu_menu-top {
  z-index: 1;
}
.lt-ie9 #mobileMenu_menu-top {
  z-index: -1;
}
.lt-ie9 #mobileMenu_menu-top:focus {
  z-index: 3;
}
/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  #mobileMenu_menu-top {
    padding-left: 6px;
  }
}
/*  ----------------------------------------------------------------------------
    Search
*/
.header-search-wrap {
  /* search toggle button */
  /* the drop down */
}
.header-search-wrap .header-search {
  z-index: 3;
}
.header-search-wrap #search-button {
  height: 48px;
  line-height: 51px;
  width: 40px;
  text-align: left;
  display: inline-block;
}
.header-search-wrap #search-button .td-sp-ico-search {
  position: relative;
  left: 6px;
  top: 16px;
  /* responsive monitor */
}
.header-search-wrap .dropdown-menu {
  padding: 0px;
  top: 46px;
  border-radius: 0px;
  border: none;
  width: 342px;
  left: -302px;
  background: #ffffff;
  box-shadow: 0.9px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
  border-top: 4px solid #4db2ec;
  /* search form */
  /* triangle top */
  /* responsive phone */
}
.header-search-wrap .dropdown-menu .btn {
  height: 33px;
}
.header-search-wrap .dropdown-menu:before {
  position: absolute;
  top: -9px;
  right: 15px;
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #4db2ec transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* responsive phone */
}
.header-search-wrap .dropdown-menu #td-header-search {
  background-color: #FCFCFC !important;
  width: 225px;
  height: 23px;
  margin: 0px;
}
.header-search-wrap .dropdown-menu .td-aj-search-results {
  background-color: #fcfcfc;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0 11px 0;
}
.header-search-wrap .dropdown-menu .td-aj-search-results .td_mod_aj_search {
  padding: 10px 21px 0px 21px;
  margin: 1px 0px 0px 0px;
  min-height: 56px;
}
.header-search-wrap .dropdown-menu .td-search-form {
  margin: 21px 20px 21px 21px;
  /* responsive phone */
}
.header-search-wrap .dropdown-menu .result-msg {
  text-align: center;
  padding: 5px 0 6px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  font-style: italic;
}
.header-search-wrap .dropdown-menu .result-msg a {
  color: #4d4d4d;
}
.header-search-wrap .dropdown-menu .no-result {
  background-color: #fcfcfc;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.header-search-wrap .dropdown-menu .meta-info {
  line-height: 14px;
  top: 2px;
}
.header-search-wrap .td-aj-cur-element {
  background-color: #f5f5f5;
}
#td-top-search {
  width: 40px;
  position: absolute;
  top: 0px;
  right: 16px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
/* custom stuff */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* toggle button */
#td-top-mobile-toggle {
  display: none;
  top: 0px;
  left: 0px;
  /* responsive phone */
}
#td-top-mobile-toggle li:before {
  display: none;
}
/* hide mobile nav */
#td-mobile-nav {
  display: none;
}
/* the wraps  */
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#inner-wrap {
  position: relative;  
}
/*  ----------------------------------------------------------------------------
    mobile menu style
*/
/* close */
.td-mobile-close {
  position: relative;
}
.td-mobile-close a {
  display: block;
  width: 100%;
  padding: 15px 0px 17px 0px;
  text-align: center;
  background-color: #4db2ec;
  color: white;
  font-size: 17px;
  font-family: 'Oswald', sans-serif;
  z-index: -1;
  -webkit-box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset -3px 0px 17px 0px rgba(0, 0, 0, 0.15);
}
.td-mobile-close a:hover {
  text-decoration: none !important;
  color: white;
  opacity: 0.8;
}
.td-mobile-close .td-nav-triangle {
  position: absolute;
  right: 0px;
  top: 19px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7.5px 8px 7.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* menu content */
.td-mobile-content {
  /* first submenu */
  /* hide the icons */
}
.td-mobile-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.td-mobile-content li {
  float: none;
}
.td-mobile-content li a {
  display: block;
  border-top: 1px solid white;
  border-bottom: 1px solid #e8e8e8;
  line-height: 21px;
  font-size: 15px;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 12px 13px 14px 17px;
  /* responsive phone */
}
.td-mobile-content li a:hover {
  text-decoration: none !important;
  color: #4db2ec;
  background-color: #fafafa;
}
.td-mobile-content .current-menu-item > a {
  color: #4db2ec !important;
  background-color: #fafafa;
}
.td-mobile-content .sub-menu {
  /* 2nd level submenu */
}
.td-mobile-content .sub-menu a {
  padding: 7px 8px 9px 36px !important;
  line-height: 19px;
  font-size: 13px;
}
.td-mobile-content .sub-menu .sub-menu {
  /* 3rd level submenu */
}
.td-mobile-content .sub-menu .sub-menu a {
  padding-left: 55px !important;
}
.td-mobile-content .sub-menu .sub-menu .sub-menu a {
  padding-left: 74px !important;
}
.td-mobile-content .menu_icon {
  display: none;
}
/*  ----------------------------------------------------------------------------
    theme specific type
*/
.h5-caps-title {
  font-family: 'Open Sans', arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
a:active,
a:focus {
  /* IE remove focus */
  outline: none;
}
a {
  /* normal link */
  color: #4db2ec;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
  color: #1f9ee7;
}
ins {
  background: white;
  text-decoration: none;
}
code {
  position: relative;
  top: -1px;
  border: none;
}
pre {
  background-color: transparent;
  padding: 0px;
  border: none;
  border-radius: 0px;
  margin-top: 24px;
}
/*  ----------------------------------------------------------------------------
    quote
*/
blockquote {
  padding: 0px;
  position: relative;
  border-left: none;
  margin: 42px 0 42px 0;
}
blockquote p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px !important;
  line-height: 40px !important;
  font-weight: normal !important;
  font-style: italic;
  text-align: center;
  color: #4db2ec;
}
blockquote p:first-child {
  padding-top: 0px;
}
blockquote small,
blockquote cite {
  margin-top: 5px;
  display: block;
  font-size: 14px !important;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  color: #444444;
}
cite {
  font-size: 14px !important;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  color: #444444;
}
cite a {
  color: #444444;
}
cite a:hover {
  color: #444444 !important;
}
blockquote.pull-right {
  padding-left: 20px;
  border-right: none;
}
blockquote.pull-right:after {
  border-right: 2px solid #FB5502;
  width: 40px;
  right: -40px;
}
/*  ----------------------------------------------------------------------------
    ul li
*/
ul {
  list-style: disc url('images/icons/li.png');
}
ul li ul {
  /* sub ul */
  padding-top: 0px;
}
ul li {
  margin: 0px;
  line-height: 24px;
}
ol {
  /* ordered list */
  line-height: 25px;
}
ol li ol {
  padding-top: 0px;
}
ol li {
  margin: 0px;
  line-height: 20px;
}
.dl-horizontal a {
  font-weight: 500 !important;
}
.dl-horizontal dt {
  width: 70px;
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
}
.dl-horizontal dd {
  margin-left: 90px;
  line-height: 24px;
  font-size: 14px;
}
/*  ----------------------------------------------------------------------------
    h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
  font-weight: normal;
  margin: 25px 0px 7px 0px;
}
h1 {
  font-size: 30px;
  line-height: 37px;
}
h2 {
  font-size: 26px;
  line-height: 33px;
}
h3 {
  font-size: 22px;
  line-height: 29px;
}
h4 {
  font-size: 20px;
  line-height: 27px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
/*  ----------------------------------------------------------------------------
    text and Images align
*/
.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
.alignleft {
  float: left;
  margin-right: 21px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.alignright {
  float: right;
  margin-left: 21px;
  margin-top: 6px;
  margin-bottom: 6px;
}
/*  ----------------------------------------------------------------------------
     caption
*/
.wp-caption-text {
  text-align: left;
  margin: 0px !important;
  padding: 5px 0px 15px 0px;
  font-family: 'Open Sans', arial, sans-serif !important;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  color: #444444;
}
.wp-caption {
  text-align: center;
  max-width: 100% !important;
}
.alignnone img,
.aligncenter img {
  width: 100%;
}
.wp-caption img {
  max-width: 100% !important;
}
/* tables */
.table-color th {
  background-color: #EBEBEB;
}
address {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-top: 24px;
}
.post {
  position: relative;
  padding-bottom: 46px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post header {
  position: relative;
  margin-bottom: 12px;
  top: -16px;
}
.post header h1 {
  /* post title */
  color: #444444;
  margin: 10px 0px 7px 0px;
  line-height: 37px !important;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post header h1 a {
  color: #444444;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post p {
  margin-bottom: 21px;
}
.post .img {
  height: auto !important;
  /* overide default wordpress height */
}
.post .td-sub-title {
  color: #969696;
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  top: -7px;
  margin-bottom: 14px;
}
.td-bread-sep {
  display: inline-block !important;
  zoom: 1;
  margin: 0px 4px 0px 4px;
}
/*  ----------------------------------------------------------------------------
    post views and coments
*/
.post .entry-comments-views {
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 0px;
}
.post .meta-info {
  max-width: 530px;
  line-height: 19px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
  /* responsive phone */
}
.post time {
  font-style: normal !important;
}
/*  ----------------------------------------------------------------------------
    post category
*/
ul.td-category {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
  float: left;
}
ul.td-category li {
  float: left;
  zoom: 1;
  margin-right: 10px;
}
ul.td-category a {
  line-height: 15px;
  display: inline-block;
  padding: 2px 8px 3px 8px;
  margin-bottom: 4px;
  color: white;
  background-color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    post author (top)
*/
.td-clear-author {
  display: none;
  *zoom: 1;
  /* responsive portrait tablet */
}
.td-clear-author:before,
.td-clear-author:after {
  display: table;
  content: "";
  line-height: 0;
}
.td-clear-author:after {
  clear: both;
}
.post .entry-author-date {
  max-width: 545px;
  /* responsive monitor */
}
.post .entry-author-date span {
  white-space: nowrap;
  position: relative;
  top: -1px;
}
.post .entry-comments-views {
  font-style: normal;
}
/*  ----------------------------------------------------------------------------
    social sharing
*/
.td-social-sharing ul {
  margin: 28px 0 0px 0;
}
.td-social-sharing ul li {
  display: inline;
  list-style: none;
  /* responsive phone */
}
.td-social-sharing ul .td-social-facebook {
  top: 0px;
  position: relative;
}
.td-social-sharing ul .td-social-pinterest {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    post wrap
*/
.post .thumb-wrap {
  text-align: center;
  margin-bottom: 23px;
  background-color: #f2f2f2;
}
.td-featured-image-caption {
  background-color: white;
}
/*  ----------------------------------------------------------------------------
    post tags
*/
.td-tags {
  left: -8px;
  /* to fix the post-cat-box left padding */
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin: 27px 0 5px 0;
  /* responsive phone */
}
.td-tags li {
  float: left;
  margin-bottom: 4px;
  zoom: 1;
  /* responsive phone */
}
.td-tags a {
  padding: 1px 8px 3px 8px;
  margin-left: 8px;
  background-color: #b3b3b3;
  color: white !important;
  text-decoration: none !important;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
}
.td-tags a:hover {
  background-color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    source and via
*/
.post-source-via {
  font-family: 'PT Sans', sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-style: italic;
  margin: 7px 0 44px 0;
  position: relative;
  top: 5px;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    author box
*/
.author-box-wrap {
  background-color: #fcfcfc;
  position: relative;
  padding: 21px 20px 16px 20px;
  margin-top: 40px;
  border: 1px solid #f5f5f5;
}
.author-box-wrap .td-social-icon-wrap {
  margin-bottom: 0px;
}
.author-box-wrap h5 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.author-box-wrap .avatar, .clotsy-author-box-wrap .avatar {
  float: left;
}
.author-box-wrap .desc {
  margin-left: 80px;
}
.author-box-wrap .td-author-social {
  margin-top: 16px;
}
.author-box-wrap .more-articles {
  text-align: right;
  position: relative;
  top: -4px;
}
.author-box-wrap .td-author-name {
  padding-bottom: 7px;
}
.author-box-wrap .td-author-name a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #4db2ec;
}
.author-box-wrap .td-social-icon-wrap {
  margin-left: 0px;
  margin-right: 14px;
}
/* Landscape phone to portrait tablet */
/*  ----------------------------------------------------------------------------
    author page
*/
body.author .author-box-wrap {
  margin-top: 0px;
  margin-bottom: 48px;
}
/*  ----------------------------------------------------------------------------
    Post next-prev
*/
.next-prev {
  padding: 31px 0 0 0;
}
.next-prev .next-post {
  text-align: right;
}
.prev-post div,
.next-post div {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
}
.prev-post a,
.next-post a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #9a9a9a;
  display: block;
  line-height: 21px;
}
.prev-post img {
  position: relative;
  padding-right: 7px;
}
.prev-post a {
  padding-right: 30px;
}
.next-post img {
  position: relative;
  padding-left: 7px;
}
.next-post a {
  padding-left: 30px;
}
/*  ----------------------------------------------------------------------------
    similar articles
*/
.similar-articles {
  padding-bottom: 20px;
}
/*  ----------------------------------------------------------------------------
    more link
*/
.more-link-wrap {
  margin-bottom: 0px;
}
.more-link-wrap a {
  text-decoration: none !important;
  color: white;
}
.more-link-wrap a:hover {
  color: white;
}
/*  ----------------------------------------------------------------------------
    post formats
*/
/* quote */
.format-quote p {
  text-align: center;
}
.format-quote .entry-meta {
  position: relative;
  top: -3px;
}
.format-quote p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  position: relative;
}
/* link */
.format-link p {
  text-align: center;
}
.format-link .entry-meta {
  position: relative;
  top: -3px;
}
.format-link p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.format-link p a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px !important;
  line-height: 40px !important;
  font-weight: normal !important;
  font-style: italic;
  text-align: center;
  color: #4db2ec;
  text-decoration: underline !important;
}
/* video? */
.format-video p {
  padding-top: 11px !important;
}
/* image */
/* aside */
.format-aside p:first-child {
  padding-top: 0px;
}
/*  ----------------------------------------------------------------------------
    misc
*/
/* sticky post */
.sticky {
  zoom: 1;
}
.bypostauthor {
  zoom: 1;
}
/* no results */
.no-results {
  margin-bottom: 130px;
}
.no-results h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  margin-top: 3px;
}
/*  ----------------------------------------------------------------------------
    jetpack sharing
*/
.page .sharedaddy {
  display: none;
}
.sharedaddy {
  padding-top: 6px;
}
.sharedaddy .sd-title {
  display: none;
}
.sharedaddy .sd-block {
  border-top: none !important;
  padding: 0px !important;
}
.sharedaddy .sd-content {
  float: left !important;
  width: 100% !important;
}
#wpstats {
  display: none;
}
#respond .reply-title {
  text-transform: uppercase !important;
}
/* ------------------------------------------------------------------------------
   pasword post
*/
.post-password-required label {
  float: left;
  /* responsive phone */
}
.post-password-required input[type="password"] {
  background-color: #FCFCFC;
  border: 1px solid #F5F5F5;
  height: 24px !important;
  width: 200px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 4px 6px;
  /* responsive phone */
}
.post-password-required input[type="password"]:focus {
  border-color: #EDEDED !important;
}
.post-password-required input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  background: #4db2ec;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 34px;
  padding: 5px 11px 4px 11px;
  margin-bottom: 4px;
  clear: both;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.post-password-required input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.td-sp,
.td-scroll-up-visible {
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
}
/*ad Dan request: we don't display the scroll up arrow*/
.td-scroll-up-visible {display: none !important;}
.td-sp-block-next {
  width: 15px;
  height: 15px;
  background-position: -20px -20px;
}
.td-sp-block-prev {
  width: 15px;
  height: 15px;
  background-position: -20px -75px;
}
.td-sp-blog-arrow-left {
  width: 38px;
  height: 38px;
  background-position: -20px -130px;
}
.td-sp-blog-arrow-right {
  width: 38px;
  height: 38px;
  background-position: -20px -208px;
}
.td-sp-gallery-close {
  width: 38px;
  height: 38px;
  background-position: -20px -286px;
}
.td-sp-ico-categ {
  width: 25px;
  height: 25px;
  background-position: -20px -364px;
}
.td-sp-ico-comments {
  width: 14px;
  height: 10px;
  background-position: -20px -429px;
}
.td-sp-ico-home {
  width: 25px;
  height: 25px;
  background-position: -20px -479px;
}
.td-sp-ico-search {
  width: 25px;
  height: 25px;
  background-position: -20px -544px;
}
.td-sp-ico-video-large {
  width: 40px;
  height: 40px;
  background-position: -20px -609px;
}
.td-sp-ico-view {
  width: 14px;
  height: 10px;
  background-position: -20px -689px;
}
.td-sp-li {
  width: 5px;
  height: 9px;
  background-position: -20px -739px;
}
.td-sp-load-more {
  width: 9px;
  height: 5px;
  background-position: -20px -788px;
}
.td-sp-menu-arrow-down-white {
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
}
.td-sp-menu-right-dark {
  width: 5px;
  height: 8px;
  background-position: -20px -876px;
}
.td-sp-menu-right-white {
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
.td-sp-similar-left {
  width: 5px;
  height: 9px;
  background-position: -20px -970px;
}
.td-sp-similar-right {
  width: 5px;
  height: 9px;
  background-position: -20px -1019px;
}
.td-sp-slide-arrow-left {
  width: 28px;
  height: 28px;
  background-position: -20px -1068px;
}
.td-sp-slide-arrow-right {
  width: 28px;
  height: 28px;
  background-position: -20px -1136px;
}
.td-sp-star-off {
  width: 17px;
  height: 17px;
  background-position: -20px -1204px;
}
.td-sp-star-on {
  width: 17px;
  height: 17px;
  background-position: -20px -1261px;
}
.td-sp-up {
  width: 35px;
  height: 35px;
  background-position: -28px -1326px;
}
.td-sp-up-hover {
  width: 51px;
  height: 51px;
  background-position: -20px -1409px;
}
.td-sp-video-small {
  width: 20px;
  height: 20px;
  background-position: -20px -1500px;
}
.td-sp-breadcrumb-arrow {
  width: 4px;
  height: 7px;
  background-position: -20px -1560px;
}
.td-sp-ico-social {
  width: 25px;
  height: 25px;
  background-position: -20px -1587px;
}
.td-sp-ico-contact {
  width: 25px;
  height: 25px;
  background-position: -20px -1632px;
}
.td-sp-ico-menu {
  width: 25px;
  height: 25px;
  background-position: -20px -1677px;
}
.td-sp-ico-video {
  width: 25px;
  height: 25px;
  background-position: -20px -1722px;
}
/*  ----------------------------------------------------------------------------
    module general
*/
.td_mod_wrap {
  /* all modules have a margin bottom */
  margin-bottom: 15px;
  /*
  .entry-title a:hover {
    background-color: #F6F6F6;
    text-decoration: none !important;
  }
  */
}
.td_mod_wrap .entry-title a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333 !important;
  font-weight: normal;
}
.td_mod_wrap .entry-title {
  margin: 0px;
}
.td_mod_wrap .updated {
  background-color: transparent !important;
  border: none !important;
}
.td_mod_wrap .meta-info {
  /* entry category + comments + td_mvc */
  position: relative;
}
/*  ----------------------------------------------------------------------------
    admin edit
*/
.td-admin-edit {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 3px 5px;
}
.td-admin-edit:hover {
  color: white;
}
.thumb-wrap:hover .td-admin-edit {
  display: block;
}
.td_mod4 .td-admin-edit {
  left: auto;
  right: 0px;
}
/*  ----------------------------------------------------------------------------
    play button
*/
.thumb-wrap {
  position: relative;
}
.thumb-wrap .video-play-icon-big {
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.thumb-wrap .video-play-icon {
  position: absolute;
  top: 42px;
  left: 77px;
}
/*  ----------------------------------------------------------------------------
    author + date
*/
.meta-info {
  font-family: 'Ubuntu', sans-serif;
  color: #cbcbcb;
  font-size: 12px;
}
.meta-info time {
  font-style: italic;
  white-space: nowrap;
}
/*  ----------------------------------------------------------------------------
    comments and views
*/
.entry-comments-views {
  display: inline-block;
  color: #cbcbcb;
  font-size: 12px;
  font-style: italic;
}
.entry-comments-views .td-sp {
  /* the small icons */
  padding-right: 6px;
  margin-left: 14px;
  display: inline-block !important;
  position: relative;
  top: 2px;
}
.entry-comments-views a {
  color: #cbcbcb;
}
.entry-comments-views a:hover {
  color: #cbcbcb;
  text-decoration: none !important;
}
/*  ----------------------------------------------------------------------------
    category
*/
.entry-category {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  line-height: 10px;
}
.entry-category a {
  color: #4b4b4b;
}
.entry-category span {
  font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;
  font-size: 18px !important;
  line-height: 10px;
  margin-right: 5px;
}
/*  ----------------------------------------------------------------------------
    stars
*/
.td-review-star {
  display: inline-block !important;
}
/*  ----------------------------------------------------------------------------
    The modules with Image + meta+ text below meta info align, title, author-date general
*/
.td_mod2 .thumb-wrap,
.td_mod5 .thumb-wrap,
.td_mod6 .thumb-wrap {
  margin-bottom: 11px;
}
.td_mod2 .entry-title a,
.td_mod5 .entry-title a,
.td_mod6 .entry-title a,
.td_mod2 .entry-title,
.td_mod5 .entry-title,
.td_mod6 .entry-title {
  font-size: 21px;
  line-height: 25px;
}
.td_mod2 .meta-info,
.td_mod5 .meta-info,
.td_mod6 .meta-info {
  margin: 2px 0px 6px 0px;
}
.td_mod2 .entry-comments-views,
.td_mod5 .entry-comments-views,
.td_mod6 .entry-comments-views {
  line-height: 11px;
  top: 2px;
}
.td_mod2 .entry-author-date,
.td_mod5 .entry-author-date,
.td_mod6 .entry-author-date {
  padding-bottom: 7px;
}
.td_mod2 .entry-review-stars,
.td_mod5 .entry-review-stars,
.td_mod6 .entry-review-stars {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 2px;
}
/*  ----------------------------------------------------------------------------
    module 2
*/
.td_mod2 {
  margin-bottom: 43px;
}
.td_mod2 .thumb-wrap {
  text-align: center;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module 3
*/
.td_mod3 {
  min-height: 76px;
  /* responsive portrait tablet */
  *zoom: 1;
}
.td_mod3:before,
.td_mod3:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod3:after {
  clear: both;
}
.td_mod3 .entry-title a,
.td_mod3 .entry-title {
  font-size: 15px;
  line-height: 21px;
  position: relative;
  /* responsive portrait tablet */
}
.td_mod3 .meta-info {
  margin-top: 1px;
  /* responsive portrait tablet */
}
.td_mod3 .entry-author-date {
  position: relative;
  top: 3px;
  padding-bottom: 3px;
}
.td_mod3 .entry-category {
  position: relative;
  top: 5px;
}
.td_mod3 .entry-review-stars {
  padding-top: 2px;
}
.td_mod3 .thumb-wrap img {
  position: absolute;
}
.td_mod3 .item-details {
  margin-left: 117px;
  position: relative;
  top: -2px;
}
/* no thumb */
.td_mod3.td_mod_no_thumb .item-details {
  margin-left: 0px;
}
/*  ----------------------------------------------------------------------------
    module 4
*/
.td_mod4 {
  min-height: 76px;
  /* responsive portrait tablet */
  *zoom: 1;
  /* thumb */
  /* play icon */
}
.td_mod4:before,
.td_mod4:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod4:after {
  clear: both;
}
.td_mod4 .entry-title a,
.td_mod4 .entry-title {
  font-size: 15px;
  line-height: 21px;
  position: relative;
  /* responsive portrait tablet */
}
.td_mod4 .meta-info {
  margin-top: 1px;
  /* responsive portrait tablet */
}
.td_mod4 .entry-author-date {
  position: relative;
  top: 3px;
  padding-bottom: 3px;
}
.td_mod4 .entry-category {
  position: relative;
  top: 5px;
}
.td_mod4 .entry-review-stars {
  padding-top: 2px;
}
.td_mod4 .thumb-wrap img {
  position: absolute;
  right: 0px;
}
.td_mod4 .video-play-icon {
  right: 3px !important;
  left: auto !important;
}
.td_mod4 .item-details {
  margin-right: 117px;
  position: relative;
  top: -2px;
}
.td_mod4.td_mod_no_thumb .item-details {
  margin-right: 0px;
}
/* on portrait tablets - custom style */
/*  ----------------------------------------------------------------------------
    module 5
*/
.td_mod5 {
  margin-bottom: 43px;
}
.td_mod5 .thumb-wrap {
  text-align: center;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module 6
*/
.td_mod6 {
  margin-bottom: 31px;
}
.td_mod6 .thumb-wrap {
  text-align: center;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module td_module_aj_search
*/
.td-search-form {
  margin: 16px 21px 16px 21px;
}
.td_mod_aj_search {
  min-height: 67px;
  margin: 0px 21px 0px 21px;
  *zoom: 1;
}
.td_mod_aj_search:before,
.td_mod_aj_search:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod_aj_search:after {
  clear: both;
}
.td_mod_aj_search .entry-title a,
.td_mod_aj_search .entry-title {
  font-size: 13px;
  line-height: 17px;
  position: relative;
}
.td_mod_aj_search .entry-author-date {
  position: relative;
  top: 3px;
  padding-bottom: 3px;
}
.td_mod_aj_search .entry-category {
  position: relative;
  top: 5px;
}
.td_mod_aj_search .entry-review-stars {
  padding-bottom: 3px;
}
.td_mod_aj_search .thumb-wrap img {
  position: absolute;
}
.td_mod_aj_search .entry-thumb {
  width: 70px;
  height: 46px;
}
.td_mod_aj_search .item-details {
  margin-left: 90px;
  top: -2px;
  position: relative;
}
.td_mod_aj_search .video-play-icon {
  top: 24px;
  left: 48px;
}
/*  ----------------------------------------------------------------------------
    mod 8 and 9
*/
.td_mod8 .entry-review-stars,
.td_mod9 .entry-review-stars {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 2px;
}
/*  ----------------------------------------------------------------------------
    module 8
*/
.td_mod8 {
  min-height: 235px;
  margin-bottom: 49px;
  *zoom: 1;
  /* responsive phone */
}
.td_mod8:before,
.td_mod8:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod8:after {
  clear: both;
}
.td_mod8 .thumb-wrap img {
  position: absolute;
  max-width: 326px;
  max-height: 235px;
  /* responsive phone */
}
.td_mod8 .item-details {
  margin-left: 366px;
  top: -2px;
  position: relative;
  /* responsive phone */
}
.td_mod8 .item-details .meta-info {
  top: 1px;
  margin-bottom: 7px;
}
.td_mod8 .video-play-icon-big {
  top: 186px;
  left: 276px;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    module 9
*/
.td_mod9 {
  min-height: 187px;
  margin-bottom: 49px;
  *zoom: 1;
  /* responsive phone */
  /* responsive portrait tablet */
}
.td_mod9:before,
.td_mod9:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod9:after {
  clear: both;
}
.td_mod9 .thumb-wrap img {
  position: absolute;
  max-width: 260px;
  max-height: 187px;
  /* responsive phone */
}
.td_mod9 .item-details {
  margin-left: 300px;
  top: -2px;
  position: relative;
  /* responsive phone */
}
.td_mod9 .item-details .meta-info {
  top: 1px;
  margin-bottom: 7px;
}
.td_mod9 .video-play-icon-big {
  top: 140px;
  left: 208px;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    td_module_search - used on the search page
*/
.td_mod_search {
  min-height: 120px;
  margin-bottom: 40px;
  *zoom: 1;
  /* responsive phone */
}
.td_mod_search:before,
.td_mod_search:after {
  display: table;
  content: "";
  line-height: 0;
}
.td_mod_search:after {
  clear: both;
}
.td_mod_search .thumb-wrap img {
  position: absolute;
  max-width: 120px;
  max-height: 120px;
  /* responsive phone */
}
.td_mod_search .item-details {
  margin-left: 146px;
  top: -2px;
  position: relative;
  /* responsive phone */
}
.td_mod_search .item-details .meta-info {
  top: 1px;
  margin-bottom: 7px;
}
.td_mod_search .entry-crumbs {
  position: relative;
  top: auto;
  display: inline-block;
  margin-right: 20px;
}
.td_mod_search .video-play-icon {
  top: 96px;
  left: 94px;
  /* responsive phone */
}
/* block title + line */
.block-title {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  border-bottom: 2px solid #4db2ec;
  font-size: 20px;
  margin: 0px 0px 26px 0px;
  line-height: 30px;
  font-weight: normal;
}
.block-title a,
.block-title span,
.block-title label {
  /* label is for jetpack */
  background-color: #4db2ec;
  z-index: 1;
  color: white !important;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 3px 10px 3px 10px;
}
/*  ----------------------------------------------------------------------------
    style 1 headers
*/
.td_title_style_1 {
  border-bottom: 2px solid #e7e7e7;
  font-size: 18px;
  position: relative;
  top: -3px;
  margin-bottom: 23px;
}
.td_title_style_1 a,
.td_title_style_1 span,
.td_title_style_1 label {
  background-color: transparent !important;
  color: #444444 !important;
  padding-left: 0px;
  padding-bottom: 3px !important;
  padding-top: 0px;
  display: inline-block;
}
.block-title-subcats.td_title_style_1 {
  margin-bottom: 8px;
}
/* block title with subcategories */
.block-title-subcats {
  margin-bottom: 11px;
}
/*  ----------------------------------------------------------------------------
    subcategories
*/
/* the block subcategories */
.block-child-cats {
  list-style: none;
  text-align: right;
  padding: 0px 0px;
  position: relative;
  line-height: 15px;
  margin: 0px 0px 12px 0px;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.block-child-cats li {
  display: inline-block;
  position: relative;
  zoom: 1;
  line-height: 15px;
}
.block-child-cats a {
  color: #333333;
  font-family: 'Ubuntu', sans-serif;
  margin: 0px 0px 0px 26px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  /* responsive phone */
}
.block-child-cats a:hover {
  color: #333333;
}
.td_block_wrap:hover .block-child-cats {
  opacity: 1;
}
.cur-sub-cat {
  color: #4db2ec !important;
}
.td_block_wrap {
  position: relative;
  padding-bottom: 34px;
}
/*  ----------------------------------------------------------------------------
    loader
*/
.td-loader-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  /* Half the height */
  margin-left: -32px;
  /* Half the width */
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    pagination
*/
.ajax-page-disabled {
  opacity: 0.5;
}
/*  ----------------------------------------------------------------------------
    load more
*/
.td-load-more-wrap {
  position: relative;
  top: -15px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.td-load-more-wrap a,
.td-load-more-wrap a:hover {
  color: #333333;
}
.td-load-more-img-wrap {
  line-height: 4px;
}
.td-load-more-img {
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 5px;
  background-position: -20px -788px;
  display: inline-block;
  zoom: 1;
}
/*  ----------------------------------------------------------------------------
    next prev
*/
.td_ajax-prev-page {
  position: absolute;
  top: 7px;
  right: 20px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-position: -20px -75px;
  /* responsive phone */
}
.td-ajax-next-page {
  position: absolute;
  top: 7px;
  right: 0px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  background-position: -20px -20px;
  /* responsive phone */
}
.td_block_inner_overflow {
  overflow: hidden;
}
/*  ----------------------------------------------------------------------------
    custom blocks
*/
/* block space bottom */
.td_block1,
.td_block2,
.td_block3,
.td_block4,
.td_block5 {
  padding-bottom: 23px;
}
.td-page-wrap .td_rec,
.td-social-wrap {
  padding-bottom: 34px !important;
}
.td_popular_categories {
  margin-bottom: 14px !important;
}
.td_text_with_title {
  padding-bottom: 20px !important;
}
.td_block3 {
  padding-bottom: 12px;
}
/* block 1 */
.td_block1 .td_mod2 {
  margin-bottom: 20px;
}
/* block 2 */
.td_block2 .td_mod5 {
  margin-bottom: 20px;
}
.iosSlider {
  width: 100%;
  /* this height ends up being your maximum height,
 * if you want it to scale forever, set it to
 * a very high number */
  height: 1500px;
}
.iosSlider {
  background-color: #f2f2f2;
}
.iosSlider .slider {
  width: 100%;
  height: 100%;
}
.iosSlider .slider .item {
  float: left;
  width: 100%;
  position: relative;
}
.iosSlider .entry-thumb {
  height: auto;
}
.iosSlider .entry-thumb:hover {
  opacity: 1 !important;
}
.iosSlider .thumb-wrap {
  text-align: center;
}
/*  ----------------------------------------------------------------------------
    custom slide
*/
.iosSlider:hover .prevButton {
  opacity: 0.7;
}
.iosSlider:hover .nextButton {
  opacity: 0.7;
}
.iosSlider .prevButton {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1068px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -14px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.iosSlider .prevButton:hover {
  opacity: 1;
}
.iosSlider .nextButton {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1136px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -14px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.iosSlider .nextButton:hover {
  opacity: 1;
}
/*  ----------------------------------------------------------------------------
    1 column
*/
.iosSlider-col-1,
.iosSlider-col-1 .item {
  height: 365px !important;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.iosSlider-col-1 .td-sbig-title-wrap a,
.iosSlider-col-1 .item .td-sbig-title-wrap a {
  font-size: 16px !important;
  line-height: 6px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.iosSlider-col-1 .slide-info-wrap {
  width: 100%;
}
.iosSlider-col-1 .entry-review-stars {
  display: inline-block;
  position: relative;
  top: 4px;
}
/*  ----------------------------------------------------------------------------
    2 columns
*/
.iosSlider-col-2,
.iosSlider-col-2 .item {
  height: 317px !important;
  /* responsive monitor */
}
.iosSlider-col-2 .td-sbig-title-wrap a,
.iosSlider-col-2 .item .td-sbig-title-wrap a {
  font-size: 20px !important;
  line-height: 15px;
  /* responsive phone */
}
.iosSlider-col-2 .entry-review-stars {
  display: inline-block;
  position: relative;
  top: 4px;
}
/*  ----------------------------------------------------------------------------
    3 columns
*/
.iosSlider-col-3,
.iosSlider-col-3 .item {
  height: 433px !important;
  /* responsive monitor */
}
/*  ----------------------------------------------------------------------------
    slide on mobile
*/
.iosSlider-col-3 .entry-review-stars {
  display: inline-block;
  position: relative;
  top: 4px;
}
.slide-info-wrap {
  position: absolute;
  left: 0px;
  bottom: -110px;
  width: 326px;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-wrap-active {
  opacity: 1;
  bottom: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iosSlider {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.iosSlider .slide-title {
  padding: 4px 10px 5px 9px;
}
.iosSlider .slide-line {
  /* using data-uri for transparent background */
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU1QzIzNzdCNkU5MTFFMjgyMDY4NTFBQkY5Q0Q1RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU1QzIzNzhCNkU5MTFFMjgyMDY4NTFBQkY5Q0Q1RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NTVDMjM3NUI2RTkxMUUyODIwNjg1MUFCRjlDRDVGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NTVDMjM3NkI2RTkxMUUyODIwNjg1MUFCRjlDRDVGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoAQD2sAAAAPSURBVHjaYlBUVPwKEGAAAiMBWb6+NxsAAAAASUVORK5CYII=') repeat;
  height: 3px;
}
.iosSlider .slide-meta {
  position: absolute;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  color: white;
  top: 12px;
}
.iosSlider .slide-meta-cat {
  display: inline-block;
  background-color: #4db2ec;
  line-height: 28px;
  padding: 0 10px 0 10px;
  height: 29px;
}
.iosSlider .slide-meta-cat a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: white;
}
.iosSlider .slide-meta-author {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  padding: 0 10px 0 10px;
  height: 29px;
}
.iosSlider .slide-meta-author a {
  color: white;
}
.iosSlider .entry-title a,
.iosSlider .entry-title {
  font-size: 20px;
  line-height: 24px;
  color: white !important;
}
.iosSlider .entry-category a {
  color: white !important;
}
/*  ----------------------------------------------------------------------------
    slides titles
*/
.td-sbig-title-wrap {
  position: absolute;
  bottom: 21px;
  left: 0px;
  /* responsive phone */
  /* separator for title */
  /* slide title line (one line only) */
}
.td-sbig-title-wrap .td-sbig-sep {
  display: block !important;
}
.td-sbig-title-wrap .td-sbig-title {
  background-color: #4db2ec;
  background-color: rgba(77, 178, 236, 0.7);
  display: inline-block;
  float: left;
  padding: 9px 9px;
}
.td-sbig-title-wrap a {
  font-family: 'Oswald', sans-serif !important;
  font-size: 26px !important;
  color: white !important;
  text-transform: uppercase;
  /* responsive portrait tablet */
  /* responsive phone */
}
.td-sbig-title-wrap a:hover span {
  text-decoration: underline !important;
}
/*  ----------------------------------------------------------------------------
    main item
*/
/* main item from slide */
.td-slide-item-main {
  background-color: white;
  width: 670px;
  height: 433px;
  border-right: 3px solid white;
  position: relative;
  /* responsive monitor */
  /* responsive portrait tablet */
}
/*  ----------------------------------------------------------------------------
    secondary items
*/
/* secondary items wrap */
.td-slide-sec-items-wrap {
  float: right;
}
/* secondary items */
.td-slide-item-sec {
  background-color: white;
  width: 293px;
  height: 143px;
  position: relative;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td-slide-item-sec a {
  font-size: 16px !important;
  color: white;
}
.td-slide-item-sec .td-sbig-title-wrap {
  /* responsive phone */
  bottom: 0px;
  display: inline-block;
  background-color: #4db2ec;
  background-color: rgba(77, 178, 236, 0.7);
  padding: 5px 5px 3px 5px;
}
/*  ----------------------------------------------------------------------------
    small items - each of them
*/
/* top item */
.td-slide-item-sec-1 {
  border-bottom: 3px solid white;
  /* responsive portrait tablet */
}
/* mid item */
.td-slide-item-sec-2 {
  /* responsive portrait tablet */
}
/* bottom item */
.td-slide-item-sec-3 {
  border-top: 3px solid white;
  /* responsive portrait tablet */
}
.td-slide-item-sec-3 .td-sbig-title-wrap {
  /* responsive portrait tablet */
}
/*  ----------------------------------------------------------------------------
    wrap
*/
.td_block_slide_big .iosSlider-col-3 {
  /* responsive portrait tablet */
}
.td-desktop-post {
  /* responsive phone */
}
.td-mobile-post {
  display: none;
  /* responsive phone */
}
/*  ----------------------------------------------------------------------------
    mobile slide
*/
.td-mobile-post .td-sbig-title-wrap a {
  background-color: #4db2ec;
  background-color: rgba(77, 178, 236, 0.7);
  padding: 3px 5px 3px 5px;
  font-size: 15px !important;
}
/*  ----------------------------------------------------------------------------
    shadow - when the slide is used with a background
*/
.td-full-layout .td-big-slide-background,
.td-boxed-layout .td-big-slide-background .container {
  position: relative;
}
.td-full-layout .td-big-slide-background .iosSlider,
.td-boxed-layout .td-big-slide-background .container .iosSlider {
  -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.5);
}
.td-full-layout .td-big-slide-background:after,
.td-boxed-layout .td-big-slide-background .container:after {
  position: absolute;
  bottom: -14px;
  left: 0px;
  display: block;
  content: '';
  height: 28px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url('images/header/bg-shadow.png') repeat-x transparent;
}
.td-full-layout .td-big-slide-background:before,
.td-boxed-layout .td-big-slide-background .container:before {
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 0px;
  display: block;
  content: '';
  height: 13px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: black;
  background: url('images/header/bg-shadow-top.png') repeat-x transparent;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flexslider a:hover {
  text-decoration: none !important;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides .entry-thumb {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0px;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 43%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*  ----------------------------------------------------------------------------
    custom gallery code
*/
.flex-direction-nav .flex-next {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1136px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -14px;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  background-position: -20px -1068px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.flexslider li {
  margin-right: 10px;
  margin-left: 10px;
}
.flex-caption {
  position: relative;
  display: block;
  height: 43px;
  padding: 4px 10px;
  color: white;
  font-size: 16px;
  font-family: 'Open Sans', arial, sans-serif;
  line-height: 20px;
  text-decoration: none !important;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.flex-slide-wrap {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    2 and 3 cols image fix
*/
.flex-viewport li {
  max-width: 213px;
  /* responsive landscape */
}
/*  ----------------------------------------------------------------------------
    1 column
*/
.td_gallery-col-1 li {
  max-width: 127px;
  /* responsive monitor */
  /* responsive landscape */
}
/*  ----------------------------------------------------------------------------
    2 col
*/
.td_gallery-col-2 {
  /* responsive landscape */
}
.td_block_gallery .td_block_inner {
  margin-bottom: 15px;
}
.td_rec .td_mod_wrap {
  text-align: center;
}
.td_rec_left {
  float: left;
  margin-right: 21px;
  position: relative;
  top: 5px;
}
.td_rec_left .td_mod_wrap {
  margin-bottom: 21px;
}
/*  ----------------------------------------------------------------------------
    header top ad spot
*/
.td_responsive .td-rec-default {
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.td-logo-rec-wrap {
  /* adsense responsive */
}
.td-logo-rec-wrap .td-rec-default {
  padding-right: 46px;
  padding-top: 32px;
  left: -2px;
  position: relative;
  z-index: 9999;
}
.td-logo-rec-wrap .td-g-rec {
  padding-right: 20px;
  padding-top: 24px;
  left: -6px;
  position: relative;
  z-index: 9999;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.td-logo-rec-wrap .td_rec {
  padding-bottom: 0px;
  z-index: 9999;
}
.td-logo-rec-wrap .td_mod_wrap {
  margin-bottom: 0px;
}
.td-logo-rec-wrap .td-rec-phone {
  display: none;
  /* responsive phone */
}
.td-logo-rec-wrap .td-rec-tablet-p {
  display: none;
  padding-top: 29px;
  /* responsive portrait tablet */
}
.td-logo-rec-wrap .td-rec-tablet-l {
  display: block;
  padding-top: 24px;
  padding-right: 50px;
  /* responsive phone */
  /* responsive portrait tablet */
  /* responsive monitor */
}
.td-logo-rec-wrap .td-rec-monitor {
  display: none;
  padding-right: 46px;
  padding-top: 25px;
  left: -2px;
  position: relative;
  /* responsive monitor */
}
/*  ----------------------------------------------------------------------------
    responsive ads
*/
.td-rec-phone {
  display: none;
  /* responsive phone */
}
.td-rec-tablet-p {
  display: none;
  /* responsive portrait tablet */
}
.td-rec-tablet-l {
  display: block;
  /* responsive phone */
  /* responsive portrait tablet */
  /* responsive monitor */
}
.td-rec-monitor {
  display: none;
  /* responsive monitor */
}
/*  ----------------------------------------------------------------------------
    inline ads
*/
.post .td_rec {
  padding-bottom: 0px !important;
}
.td-social-wrap .td_mod_wrap {
  margin-bottom: 1px;
  text-align: center;
  line-height: 11px;
}
.td-social-icon-wrap {
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  display: inline-block;
  zoom: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.td-social-icon-wrap:hover {
  opacity: 0.8;
}
.td-footer-wrap .td-social-wrap .td_mod_wrap {
  text-align: left;
}
.td-footer-wrap .td-social-icon-wrap {
  margin-left: 0px;
  margin-right: 14px;
}
/*  ----------------------------------------------------------------------------
    16
*/
.td-social-s1-16 {
  background-image: url('images/icons/social/sprite/style1-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
.td-social-s2-16 {
  background-image: url('images/icons/social/sprite/style2-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
.td-social-s3-16 {
  background-image: url('images/icons/social/sprite/style3-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
.td-social-s4-16 {
  background-image: url('images/icons/social/sprite/style4-16.png');
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 16px;
}
/*  ----------------------------------------------------------------------------
    32
*/
.td-social-s1-32 {
  background-image: url('images/icons/social/sprite/style1-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
.td-social-s2-32 {
  background-image: url('images/icons/social/sprite/style2-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
.td-social-s3-32 {
  background-image: url('images/icons/social/sprite/style3-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
.td-social-s4-32 {
  background-image: url('images/icons/social/sprite/style4-32.png');
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
/*  ----------------------------------------------------------------------------
    64
*/
.td-social-s1-64 {
  background-image: url('images/icons/social/sprite/style1-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
.td-social-s2-64 {
  background-image: url('images/icons/social/sprite/style2-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
.td-social-s3-64 {
  background-image: url('images/icons/social/sprite/style3-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
.td-social-s4-64 {
  background-image: url('images/icons/social/sprite/style4-64.png');
  background-repeat: no-repeat;
  display: block;
  width: 64px;
  height: 64px;
}
/*  ----------------------------------------------------------------------------
    16px
*/
.td-s-s-16-addthis {
  background-position: 0 0;
}
.td-s-s-16-behance {
  background-position: -16px 0;
}
.td-s-s-16-blogger {
  background-position: -32px 0;
}
.td-s-s-16-delicious {
  background-position: -48px 0;
}
.td-s-s-16-deviantart {
  background-position: -64px 0;
}
.td-s-s-16-digg {
  background-position: -80px 0;
}
.td-s-s-16-dopplr {
  background-position: -96px 0;
}
.td-s-s-16-dribbble {
  background-position: 0 -16px;
}
.td-s-s-16-evernote {
  background-position: -16px -16px;
}
.td-s-s-16-facebook {
  background-position: -32px -16px;
}
.td-s-s-16-flickr {
  background-position: -48px -16px;
}
.td-s-s-16-forrst {
  background-position: -64px -16px;
}
.td-s-s-16-github {
  background-position: -80px -16px;
}
.td-s-s-16-google {
  background-position: -96px -16px;
}
.td-s-s-16-googledrive {
  background-position: 0 -32px;
}
.td-s-s-16-googlemaps {
  background-position: -16px -32px;
}
.td-s-s-16-googleplus {
  background-position: -32px -32px;
}
.td-s-s-16-grooveshark {
  background-position: -48px -32px;
}
.td-s-s-16-html5 {
  background-position: -64px -32px;
}
.td-s-s-16-instagram {
  background-position: -80px -32px;
}
.td-s-s-16-lastfm {
  background-position: -96px -32px;
}
.td-s-s-16-linkedin {
  background-position: 0 -48px;
}
.td-s-s-16-mail {
  background-position: -16px -48px;
}
.td-s-s-16-myspace {
  background-position: -32px -48px;
}
.td-s-s-16-path {
  background-position: -48px -48px;
}
.td-s-s-16-paypal {
  background-position: -64px -48px;
}
.td-s-s-16-picasa {
  background-position: -80px -48px;
}
.td-s-s-16-pinterest {
  background-position: -96px -48px;
}
.td-s-s-16-posterous {
  background-position: 0 -64px;
}
.td-s-s-16-reddit {
  background-position: -16px -64px;
}
.td-s-s-16-rss {
  background-position: -32px -64px;
}
.td-s-s-16-sharethis {
  background-position: -48px -64px;
}
.td-s-s-16-skype {
  background-position: -64px -64px;
}
.td-s-s-16-slashdot {
  background-position: -80px -64px;
}
.td-s-s-16-soundcloud {
  background-position: -96px -64px;
}
.td-s-s-16-spotify {
  background-position: 0 -80px;
}
.td-s-s-16-stackoverflow {
  background-position: -16px -80px;
}
.td-s-s-16-steam {
  background-position: -32px -80px;
}
.td-s-s-16-stumbleUpon {
  background-position: -48px -80px;
}
.td-s-s-16-tehnorati {
  background-position: -64px -80px;
}
.td-s-s-16-tumblr {
  background-position: -80px -80px;
}
.td-s-s-16-twitter {
  background-position: -96px -80px;
}
.td-s-s-16-viddler {
  background-position: 0 -96px;
}
.td-s-s-16-vimeo {
  background-position: -16px -96px;
}
.td-s-s-16-virb {
  background-position: -32px -96px;
}
.td-s-s-16-windows {
  background-position: -48px -96px;
}
.td-s-s-16-woordpress {
  background-position: -64px -96px;
}
.td-s-s-16-yahoo {
  background-position: -80px -96px;
}
.td-s-s-16-youtube {
  background-position: -96px -96px;
}
.td-s-s-16-zerply {
  background-position: -112px 0;
}
/*  ----------------------------------------------------------------------------
    32px social sprite
*/
.td-s-s-32-addthis {
  background-position: 0 0;
}
.td-s-s-32-behance {
  background-position: -32px 0;
}
.td-s-s-32-blogger {
  background-position: -64px 0;
}
.td-s-s-32-delicious {
  background-position: -96px 0;
}
.td-s-s-32-deviantart {
  background-position: -128px 0;
}
.td-s-s-32-digg {
  background-position: -160px 0;
}
.td-s-s-32-dopplr {
  background-position: -192px 0;
}
.td-s-s-32-dribbble {
  background-position: 0 -32px;
}
.td-s-s-32-evernote {
  background-position: -32px -32px;
}
.td-s-s-32-facebook {
  background-position: -64px -32px;
}
.td-s-s-32-flickr {
  background-position: -96px -32px;
}
.td-s-s-32-forrst {
  background-position: -128px -32px;
}
.td-s-s-32-github {
  background-position: -160px -32px;
}
.td-s-s-32-google {
  background-position: -192px -32px;
}
.td-s-s-32-googledrive {
  background-position: 0 -64px;
}
.td-s-s-32-googlemaps {
  background-position: -32px -64px;
}
.td-s-s-32-googleplus {
  background-position: -64px -64px;
}
.td-s-s-32-grooveshark {
  background-position: -96px -64px;
}
.td-s-s-32-html5 {
  background-position: -128px -64px;
}
.td-s-s-32-instagram {
  background-position: -160px -64px;
}
.td-s-s-32-lastfm {
  background-position: -192px -64px;
}
.td-s-s-32-linkedin {
  background-position: 0 -96px;
}
.td-s-s-32-mail {
  background-position: -32px -96px;
}
.td-s-s-32-myspace {
  background-position: -64px -96px;
}
.td-s-s-32-path {
  background-position: -96px -96px;
}
.td-s-s-32-paypal {
  background-position: -128px -96px;
}
.td-s-s-32-picasa {
  background-position: -160px -96px;
}
.td-s-s-32-pinterest {
  background-position: -192px -96px;
}
.td-s-s-32-posterous {
  background-position: 0 -128px;
}
.td-s-s-32-reddit {
  background-position: -32px -128px;
}
.td-s-s-32-rss {
  background-position: -64px -128px;
}
.td-s-s-32-sharethis {
  background-position: -96px -128px;
}
.td-s-s-32-skype {
  background-position: -128px -128px;
}
.td-s-s-32-slashdot {
  background-position: -160px -128px;
}
.td-s-s-32-soundcloud {
  background-position: -192px -128px;
}
.td-s-s-32-spotify {
  background-position: 0 -160px;
}
.td-s-s-32-stackoverflow {
  background-position: -32px -160px;
}
.td-s-s-32-steam {
  background-position: -64px -160px;
}
.td-s-s-32-stumbleUpon {
  background-position: -96px -160px;
}
.td-s-s-32-tehnorati {
  background-position: -128px -160px;
}
.td-s-s-32-tumblr {
  background-position: -160px -160px;
}
.td-s-s-32-twitter {
  background-position: -192px -160px;
}
.td-s-s-32-viddler {
  background-position: 0 -192px;
}
.td-s-s-32-vimeo {
  background-position: -32px -192px;
}
.td-s-s-32-virb {
  background-position: -64px -192px;
}
.td-s-s-32-windows {
  background-position: -96px -192px;
}
.td-s-s-32-woordpress {
  background-position: -128px -192px;
}
.td-s-s-32-yahoo {
  background-position: -160px -192px;
}
.td-s-s-32-youtube {
  background-position: -192px -192px;
}
.td-s-s-32-zerply {
  background-position: -224px 0;
}
/*  ----------------------------------------------------------------------------
    64px
*/
.td-s-s-64-addthis {
  background-position: 0 0;
}
.td-s-s-64-behance {
  background-position: -64px 0;
}
.td-s-s-64-blogger {
  background-position: -128px 0;
}
.td-s-s-64-delicious {
  background-position: -192px 0;
}
.td-s-s-64-deviantart {
  background-position: -256px 0;
}
.td-s-s-64-digg {
  background-position: -320px 0;
}
.td-s-s-64-dopplr {
  background-position: -384px 0;
}
.td-s-s-64-dribbble {
  background-position: 0 -64px;
}
.td-s-s-64-evernote {
  background-position: -64px -64px;
}
.td-s-s-64-facebook {
  background-position: -128px -64px;
}
.td-s-s-64-flickr {
  background-position: -192px -64px;
}
.td-s-s-64-forrst {
  background-position: -256px -64px;
}
.td-s-s-64-github {
  background-position: -320px -64px;
}
.td-s-s-64-google {
  background-position: -384px -64px;
}
.td-s-s-64-googledrive {
  background-position: 0 -128px;
}
.td-s-s-64-googlemaps {
  background-position: -64px -128px;
}
.td-s-s-64-googleplus {
  background-position: -128px -128px;
}
.td-s-s-64-grooveshark {
  background-position: -192px -128px;
}
.td-s-s-64-html5 {
  background-position: -256px -128px;
}
.td-s-s-64-instagram {
  background-position: -320px -128px;
}
.td-s-s-64-lastfm {
  background-position: -384px -128px;
}
.td-s-s-64-linkedin {
  background-position: 0 -192px;
}
.td-s-s-64-mail {
  background-position: -64px -192px;
}
.td-s-s-64-myspace {
  background-position: -128px -192px;
}
.td-s-s-64-path {
  background-position: -192px -192px;
}
.td-s-s-64-paypal {
  background-position: -256px -192px;
}
.td-s-s-64-picasa {
  background-position: -320px -192px;
}
.td-s-s-64-pinterest {
  background-position: -384px -192px;
}
.td-s-s-64-posterous {
  background-position: 0 -256px;
}
.td-s-s-64-reddit {
  background-position: -64px -256px;
}
.td-s-s-64-rss {
  background-position: -128px -256px;
}
.td-s-s-64-sharethis {
  background-position: -192px -256px;
}
.td-s-s-64-skype {
  background-position: -256px -256px;
}
.td-s-s-64-slashdot {
  background-position: -320px -256px;
}
.td-s-s-64-soundcloud {
  background-position: -384px -256px;
}
.td-s-s-64-spotify {
  background-position: 0 -320px;
}
.td-s-s-64-stackoverflow {
  background-position: -64px -320px;
}
.td-s-s-64-steam {
  background-position: -128px -320px;
}
.td-s-s-64-stumbleUpon {
  background-position: -192px -320px;
}
.td-s-s-64-tehnorati {
  background-position: -256px -320px;
}
.td-s-s-64-tumblr {
  background-position: -320px -320px;
}
.td-s-s-64-twitter {
  background-position: -384px -320px;
}
.td-s-s-64-viddler {
  background-position: 0 -384px;
}
.td-s-s-64-vimeo {
  background-position: -64px -384px;
}
.td-s-s-64-virb {
  background-position: -128px -384px;
}
.td-s-s-64-windows {
  background-position: -192px -384px;
}
.td-s-s-64-woordpress {
  background-position: -256px -384px;
}
.td-s-s-64-yahoo {
  background-position: -320px -384px;
}
.td-s-s-64-youtube {
  background-position: -384px -384px;
}
.td-s-s-64-zerply {
  background-position: -448px 0;
}
.td_text_with_title .td_mod_wrap p {
  top: -9px;
  position: relative;
}
.td_img_first .td_mod_wrap p {
  top: 0px;
  position: static;
}
dl.dl-horizontal,
dt,
dd {
  -webkit-margin-before: 0px !important;
  -webkit-margin-after: 0px !important;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
body .wpb_alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
h3.ui-accordion-header a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 500;
  background: #f6f6f6;
  padding: 8px 15px 8px 30px !important;
  margin-bottom: 15px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.ui-accordion-header-active a {
  background: #4db2ec !important;
  color: white !important;
}
div.ui-accordion-content {
  padding: 0px !important;
}
.wpb_button,
.form-submit input,
.wpcf7-submit {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none;
  background: #4db2ec !important;
  color: white;
  border: none;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.wpb_button:hover,
.form-submit input:hover,
.wpcf7-submit:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.form-submit input,
.wpcf7-submit {
  height: 34px !important;
}
/* page builder buttons */
body .wpb_btn-primary {
  color: white;
  background: #33a0d0 !important;
}
body .wpb_btn-info {
  color: white;
  background: #63c6f2 !important;
}
body .wpb_btn-success {
  color: white;
  background: #75b840 !important;
}
body .wpb_btn-warning {
  color: white;
  background: #ffd74e !important;
}
body .wpb_btn-danger {
  color: white;
  background: #ec4d4d !important;
}
.wpb_btn-inverse {
  color: white;
  background: #4db2ec !important;
}
.more-link-wrap {
  display: inline-block;
}
.wpb_default {
  color: white;
  background: #4db2ec !important;
}
.wpb_gray {
  color: white;
  background: #777777 !important;
}
.wpb_black {
  color: white;
  background: #000000 !important;
}
.wpb_lime {
  color: white;
  background: #a4c400 !important;
}
.wpb_green {
  color: white;
  background: #60a917 !important;
}
.wpb_emerald {
  color: white;
  background: #008a00 !important;
}
.wpb_teal {
  color: white;
  background: #00aba9 !important;
}
.wpb_cobalt {
  color: white;
  background: #0050ef !important;
}
.wpb_blue {
  color: white;
  background: #0e70a8 !important;
}
.wpb_indigo {
  color: white;
  background: #6a00ff !important;
}
.wpb_violet {
  color: white;
  background: #aa00ff !important;
}
.wpb_pink {
  color: white;
  background: #f472d0 !important;
}
.wpb_magenta {
  color: white;
  background: #d80073 !important;
}
.wpb_crimson {
  color: white;
  background: #a20025 !important;
}
.wpb_red {
  color: white;
  background: #EC4D4D !important;
}
.wpb_orange {
  color: white;
  background: #fa6800 !important;
}
.wpb_amber {
  color: white;
  background: #f0a30a !important;
}
.wpb_yellow {
  color: white;
  background: #e3c800 !important;
}
.wpb_brown {
  color: white;
  background: #825a2c !important;
}
.wpb_olive {
  color: white;
  background: #6d8764 !important;
}
.wpb_steel {
  color: white;
  background: #647687 !important;
}
.wpb_mauve {
  color: white;
  background: #76608a !important;
}
.wpb_taupe {
  color: white;
  background: #87794e !important;
}
.wpb_cyan {
  color: white;
  background: #4DB2EC !important;
}
.wpb_size_small {
  font-size: 13px;
  padding: 2px 8px !important;
}
.wpb_size_large {
  font-size: 16px;
  padding: 10px 26px !important;
}
.wpb_default2 {
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.wpb_default2:hover {
  box-shadow: none;
}
.wpb_size_small2 {
  font-size: 13px;
  padding: 2px 8px !important;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.wpb_size_small2:hover {
  box-shadow: none;
}
.wpb_size_large2 {
  font-size: 16px;
  padding: 10px 26px !important;
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.wpb_size_large2:hover {
  box-shadow: none;
}
.wpb_button_a:hover {
  text-decoration: none !important;
}
/* tab navigation */
.ui-tabs {
  padding: 0px !important;
}
.ui-tabs-nav {
  border-bottom: 2px solid #4DB2EC;
  list-style: none;
  margin: 0px 0px 26px 0;
  padding: 0px !important;
}
.ui-tabs-nav li {
  float: left;
  margin: 0px !important;
  border-left: 1px solid white;
}
.ui-tabs-nav li:first-child {
  border-left: none !important;
}
.ui-tabs-nav a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #4b4b4b !important;
  background: #f6f6f6;
  padding: 4px 15px 4px 15px !important;
  display: block;
  float: left;
}
.ui-tabs-nav a:hover {
  text-decoration: none !important;
}
.ui-tabs-nav .ui-tabs-active a {
  color: white !important;
  background: #4db2ec !important;
}
/* tab content */
.wpb_tab {
  padding: 0px !important;
  background-color: transparent !important;
  margin-top: 12px;
}
/* one column tabs */
.col-md-4 .ui-tabs-nav li {
  max-width: 50%;
}
.col-md-4 .ui-tabs-nav a {
  white-space: normal;
}
/* vertical tabs */
.wpb_tour .ui-tabs-nav {
  width: 34.8% !important;
}
.wpb_tour .ui-tabs-nav li {
  width: 87% !important;
}
.wpb_tour .ui-tabs-panel {
  width: 65.2% !important;
}
.wpb_tour .ui-tabs-nav {
  background-image: none;
}
.col-md-4 .wpb_tour .ui-tabs-nav ul {
  width: 100% !important;
}
.col-md-4 .wpb_tour .ui-tabs-nav li {
  max-width: 100%;
}
.col-md-4 .wpb_tour .ui-tabs-nav a {
  white-space: normal;
}
/* responsive phone */
.wpb_video_wrapper iframe {
  width: 100% !important;
}
.td-page-wrap .wpcf7 {
  padding-bottom: 23px;
}
.wpcf7-text {
  width: 98%;
  /* responsive portrait tablet */
  /* responsive phone */
}
.wpcf7-textarea {
  width: 98%;
  /* responsive portrait tablet */
  /* responsive phone */
}
h4.wpb_toggle {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.wpb_map_wraper {
  padding: 5px 0px 44px 0px;
}
/*  ----------------------------------------------------------------------------
   flickr
*/
.flickr_badge_image {
  display: inline-block;
  padding: 3px;
}
ol li {
  line-height: 24px;
}
.td_top_authors {
  padding-bottom: 23px;
}
.td_top_authors img {
  position: absolute;
  max-width: 70px;
}
.td_top_authors .item-details {
  margin-left: 85px;
  position: relative;
  height: 70px;
  top: 3px;
}
.td_top_authors .item-details span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 12px;
  color: white;
  padding: 2px 7px 3px 7px;
  margin-right: 10px;
  /* responsive portrait tablet */
}
.td_top_authors .td-active {
  background-color: #fafafa;
}
.td_top_authors .td_mod_wrap {
  min-height: 70px;
  margin-bottom: 26px;
}
.td_top_authors .td_mod_wrap:hover {
  background-color: #fafafa;
  cursor: pointer;
}
.td_top_authors .td-authors-url {
  padding-top: 1px;
  /* responsive portrait tablet */
}
.td_top_authors .td-authors-url a {
  color: #d0d0d0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
}
.td_top_authors .td-authors-name a {
  padding-bottom: 4px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #202020;
  line-height: 18px;
}
.td_top_authors .td-author-post-count {
  background-color: #878787;
}
.td_top_authors .td-author-comments-count {
  background-color: #a8a8a8;
}
/*  ----------------------------------------------------------------------------
    revolution slider
*/
.rev_slider_wrapper {
  padding: 0px !important;
}
/*  ----------------------------------------------------------------------------
    widgets global
*/
.widget form {
  margin-bottom: 0px;
}
.widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -17px;
}
.widget ul li > a {
  padding: 6px 10px 3px 12px;
}
.widget a {
  color: #4b4b4b;
}
.widget_recent_entries,
.widget_archive,
.widget_categories,
.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_rss_links,
.widget_top-posts,
.widget_recent_comments {
  margin-bottom: 48px;
}
.widget_recent_entries .block-title,
.widget_archive .block-title,
.widget_categories .block-title,
.widget_nav_menu .block-title,
.widget_meta .block-title,
.widget_pages .block-title,
.widget_rss_links .block-title,
.widget_top-posts .block-title,
.widget_recent_comments .block-title {
  padding-bottom: 0px;
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_rss_links a,
.widget_top-posts a,
.widget_recent_comments a {
  display: block;
}
.widget_archive .block-title,
.widget_categories .block-title,
.widget_meta .block-title,
.widget_pages .block-title,
.widget_recent_entries .block-title {
  margin-bottom: 0px;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul {
  padding-bottom: 1px;
  position: relative;
  top: 6px;
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a {
  padding: 9px 10px 0 12px;
}
.widget_archive ul li a .td-widget-no,
.widget_categories ul li a .td-widget-no,
.widget_meta ul li a .td-widget-no,
.widget_pages ul li a .td-widget-no,
.widget_recent_entries ul li a .td-widget-no,
.widget_archive ul li a .td-cat-no,
.widget_categories ul li a .td-cat-no,
.widget_meta ul li a .td-cat-no,
.widget_pages ul li a .td-cat-no,
.widget_recent_entries ul li a .td-cat-no {
  float: right;
}
.widget_archive select,
.widget_categories select,
.widget_meta select,
.widget_pages select,
.widget_recent_entries select {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  margin-top: 26px;
  width: 100%;
  outline: none;
  margin-bottom: 1px;
}
.widget_archive .current_page_item a,
.widget_categories .current_page_item a,
.widget_meta .current_page_item a,
.widget_pages .current_page_item a,
.widget_recent_entries .current_page_item a {
  color: #4db2ec;
}
.widget_archive .post-date,
.widget_categories .post-date,
.widget_meta .post-date,
.widget_pages .post-date,
.widget_recent_entries .post-date {
  padding-left: 12px;
  font: 'Ubuntu', sans-serif;
  font-style: italic;
  font-size: 12px;
  color: #CBCBCB;
  position: relative;
  top: -3px;
}
/*  ----------------------------------------------------------------------------
    custom menu default widget
*/
.widget_nav_menu {
  margin-bottom: 40px;
}
.widget_nav_menu ul {
  top: 0px;
}
.widget_nav_menu .block-title {
  margin-bottom: 10px;
}
.widget_nav_menu .sub-menu {
  padding-left: 12px;
}
/*  ----------------------------------------------------------------------------
    search
*/
.widget_search {
  margin-bottom: 48px;
}
.widget_search #s,
.widget_search #s:focus {
  background-color: #fcfcfc !important;
  height: 24px;
}
.widget_search .btn {
  height: 34px;
  padding-top: 5px !important;
  padding-bottom: 7px !important;
}
.td-search-form-widget div {
  text-align: center;
}
.td-widget-search-input {
  margin-bottom: 0px !important;
  width: 213px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
/*  ----------------------------------------------------------------------------
    categories
*/
.widget_categories .children {
  top: 0px;
  padding-left: 21px;
}
.widget_categories .current-cat > a {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    calendar
*/
.widget_calendar {
  margin-bottom: 33px;
}
.widget_calendar table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.widget_calendar td,
.widget_calendar td {
  padding: 10px;
  text-align: center;
  /* responsive portrait tablet */
}
.widget_calendar td a {
  color: #4db2ec;
}
.widget_calendar caption {
  font-weight: bold;
  margin-bottom: 10px;
}
/*  ----------------------------------------------------------------------------
    menu widgets
*/
.widget_nav_menu .menu_icon {
  display: none;
}
/*  ----------------------------------------------------------------------------
    text widget
*/
.widget_text {
  margin-bottom: 43px;
}
.widget_text .block-title {
  margin-bottom: 17px;
}
.widget_text ul {
  list-style: disc url('images/icons/li.png');
  top: 0px;
}
/*  ----------------------------------------------------------------------------
    tag widget
*/
.widget_tag_cloud {
  margin-bottom: 43px;
}
/*  ----------------------------------------------------------------------------
    jetpack twitter
*/
.widget_twitter {
  margin-bottom: 31px;
}
.widget_twitter li {
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 4px;
  padding-bottom: 5px;
  position: relative;
  top: -6px;
  font-size: 14px;
  line-height: 20px;
}
.widget_twitter li:last-child {
  border-bottom: none !important;
}
.widget_twitter a {
  color: #00aced;
  padding: 0px !important;
}
.widget_twitter .timesince {
  color: #cbcbcb;
  font-size: 12px;
  font-style: italic;
  display: block;
}
/*  ----------------------------------------------------------------------------
    jetpack facebook
*/
.widget_facebook_likebox {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.widget_facebook_likebox iframe {
  width: 105% !important;
  position: relative;
  left: -5px;
  height: 309px !important;
  /* responsive portrait tablet */
  /* responsive phone */
}
.widget_facebook_likebox .block-title {
  margin: 0px 0px 17px 0px;
}
.widget_facebook_likebox .block-title a {
  padding: 0px;
}
/*  ----------------------------------------------------------------------------
    jetpack smily face
*/
img#wpstats {
  display: none;
}
/*  ----------------------------------------------------------------------------
    jetpack subscription email
*/
.jetpack_subscription_widget {
  margin-bottom: 48px;
}
.jetpack_subscription_widget label {
  display: inline;
  padding: 0px !important;
  font-size: 20px;
}
.jetpack_subscription_widget .block-title {
  margin-bottom: 17px;
}
.jetpack_subscription_widget .block-title label {
  background: none;
}
.jetpack_subscription_widget p {
  margin: 0px 14px 21px 0px;
}
.jetpack_subscription_widget #subscribe-field {
  width: 100% !important;
  padding: 6px !important;
  margin-bottom: 5px;
}
.jetpack_subscription_widget input[type="submit"] {
  padding: 5px 12px !important;
  color: white !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none;
  border: none;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: white;
  background: #4db2ec !important;
  margin-bottom: 0px;
}
.jetpack_subscription_widget input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/*  ----------------------------------------------------------------------------
    jetpack widget-grofile avatar profile
*/
.widget-grofile {
  margin-bottom: 45px;
  text-align: center;
}
.widget-grofile .block-title {
  text-align: left;
}
.widget-grofile .grofile-thumbnail {
  height: 150px;
  width: 150px;
}
.widget-grofile .grofile-meta h4 {
  margin: 0px;
  text-transform: capitalize;
}
.widget-grofile h4 {
  margin: 5px !important;
}
.widget_jetpack_readmill_widget {
  margin-bottom: 42px;
}
/*  ----------------------------------------------------------------------------
    jetpack image
*/
.widget_image {
  margin-bottom: 37px;
}
.widget_image img {
  margin-top: 0px !important;
}
/*  ----------------------------------------------------------------------------
    jetpack rss
*/
.widget_rss {
  margin-bottom: 48px;
}
/*  ----------------------------------------------------------------------------
    most viewed bars
*/
.widget_most_viewed_bars {
  padding-bottom: 47px;
}
.widget_most_viewed_bars ul {
  width: 90% !important;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.widget_most_viewed_bars ul a {
  line-height: 21px !important;
}
.popular_posts_bars_comment_count_hold a {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}
/*  ----------------------------------------------------------------------------
    recent comments
*/
.widget_recent_comments {
  margin-bottom: 23px;
}
.widget_recent_comments ul {
  top: -14px;
}
.widget_recent_comments li {
  padding: 3px 0px 6px 0px;
}
.widget_recent_comments .recentcomments {
  margin-left: 10px;
}
.widget_recent_comments .recentcomments .url {
  color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    tags
*/
.widget_tag_cloud .tagcloud a {
  background-color: #B3B3B3;
  color: white !important;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px !important;
  font-weight: normal;
  margin: 0 2px 5px 0;
  padding: 1px 8px 3px;
  text-decoration: none !important;
  display: inline-block;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    pages
*/
.widget_pages .current_page_parent > a {
  color: #4db2ec;
}
.wpb_tabs {
  margin-bottom: 0px;
}
.widget.socialbox {
  margin-bottom: 48px;
}
.socialbox-style-tutsflavor p {
  font-family: 'Open Sans', arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #545454 !important;
  display: none !important;
}
.socialbox-style-tutsflavor p span {
  font-weight: 600 !important;
}
.socialbox-style-tutsflavor a {
  border-radius: 0px !important;
  border: none !important;
  background-image: none !important;
  text-shadow: none !important;
  background-color: #eaeaea !important;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  position: relative;
  top: 2px;
}
.socialbox {
  margin-top: 24px !important;
}
/* Large desktop */
.popular_posts_bars {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  list-style: none !important;
  margin-bottom: 0.5em !important;
}
.popular_posts_bars .popular_posts_bars_li {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: visible !important;
  margin: 0 0 -6px 0 !important;
  padding: 15px 0 15px 5px !important;
  background: #ccc !important;
  background: rgba(200, 200, 200, 0.9) !important;
  width: 76% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_red {
  background: #f45 !important;
  background: rgba(255, 57, 65, 0.9) !important;
  width: 100% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_orange {
  background: #f74 !important;
  background: rgba(255, 103, 57, 0.9) !important;
  width: 95% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_yellow {
  background: #fd4 !important;
  background: rgba(255, 218, 57, 0.9) !important;
  width: 89% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_green {
  background: #cf5 !important;
  background: rgba(193, 241, 78, 0.9) !important;
  width: 84% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_blue {
  background: #3cf !important;
  background: rgba(29, 195, 246, 0.9) !important;
  width: 80% !important;
}
.popular_posts_bars .popular_posts_bars_li.popular_posts_bars_color_no-color {
  background: #ccc !important;
  background: rgba(200, 200, 200, 0.9) !important;
  width: 76% !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link {
  clear: both !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail a.popular_posts_bars_link:after {
  display: block !important;
  clear: both !important;
  content: '' !important;
}
.popular_posts_bars .popular_posts_bars_li.with_thumbnail img {
  padding: 0 3px !important;
  font-size: 0 !important;
}
.popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  width: auto !important;
  min-height: 30px !important;
  margin-right: 25px !important;
}
.popular_posts_bars .popular_posts_bars_li a.popular_posts_bars_link:hover {
  color: #fff !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  position: absolute !important;
  width: 40px !important;
  top: 10px !important;
  right: -17px !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold a.popular_posts_bars_comment_count {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  width: 40px !important;
  color: #fff !important;
  text-align: center !important;
  font-weight: bold !important;
  padding: 0.5em 0.2em !important;
  background: #333 !important;
  white-space: nowrap !important;
}
.popular_posts_bars .popular_posts_bars_li .popular_posts_bars_comment_count_hold .popular_posts_bars_comment_count_triangle {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: none !important;
  color: #333 !important;
  text-decoration: none !important;
  width: 0 !important;
  height: 0 !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid #333 !important;
  border-left: 0 solid transparent !important;
  margin: 0 auto !important;
  top: 0 !important;
}
.popular_posts_bars .popular_posts_bars_li img {
  position: static !important;
  float: left !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.popular_posts_bars.most_viewed_bars a.popular_posts_bars_link {
  margin-right: 50px !important;
}
.popular_posts_bars.most_viewed_bars .popular_posts_bars_comment_count_hold,
.popular_posts_bars.most_viewed_bars a.popular_posts_bars_comment_count {
  min-width: 70px !important;
}
.btn {
  padding: 5px 12px !important;
  color: white !important;
  margin-bottom: 0px;
}
/*  ----------------------------------------------------------------------------
    Comment form
*/
#commentform #author,
#commentform #email,
#commentform #url {
  width: 100%;
  max-width: 100%;
}
.comment-form-input-wrap {
  padding-right: 14px;
}
#commentform textarea {
  width: 100%;
}
#cancel-comment-reply-link {
  position: absolute;
  right: 0px;
  top: 7px;
}
/*  ----------------------------------------------------------------------------
    comment list
*/
.comments-title-wrap {
  position: relative;
}
.comments-title:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.comments-title:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.single-post .comments #respond {
  padding-bottom: 40px;
}
ol.comment-list a {
  color: #cbcbcb;
}
ol.comment-list a.url {
  color: #333333;
}
cite {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 21px;
}
ol.comment-list a:hover {
  text-decoration: underline !important;
}
ol.comment-list {
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0px;
}
.comment {
  /* each comment wrapper */
  *zoom: 1;
  padding: 21px 0 6px;
  border-top: 1px solid #F5F5F5;
}
.comment:before,
.comment:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment:after {
  clear: both;
}
.comment-list .avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
  /* responsive portrait tablet */
}
.comment-list .comment-content {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  /* responsive portrait tablet */
}
.res p:first-child {
  padding-top: 0px;
}
.comment-meta {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  position: relative;
  top: -9px;
}
.comment-link {
  padding: 4px 10px 14px 0;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 16px;
}
/* reply comments */
ol.comment-list .children {
  list-style-type: none;
  list-style: none;
  list-style-image: none;
  margin-left: 50px;
  padding: 0;
  border-top: 1px solid #F5F5F5;
  /* responsive portrait tablet */
  /* responsive phone */
}
ol.comment-list .comment:first-child {
  border-top: none !important;
}
/* by post author */
/* comment respond box */
#respond {
  position: relative;
}
.comment #respond {
  /* responsive portrait tablet */
  /* responsive phone */
}
#respond #reply-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  margin: 13px 0px 17px 0px;
}
.logged-in-as {
  font-size: 12px;
  color: #cbcbcb;
  margin-bottom: 2px;
}
#content #respond #reply-title {
  padding: 8px 10px 9px 10px;
  position: relative;
  left: -10px;
}
#content #respond #reply-title:after {
  right: -10px;
  width: 10px;
}
.td_block_wrap.comment_reply_text {
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
}
.td_block_wrap.comment_reply_text .block-title {
  top: 0px;
  padding-bottom: 14px;
}
/*  ----------------------------------------------------------------------------
    jetpack subscribe to comment
*/
.comment-subscription-form {
  margin-bottom: 5px;
}
.comment-subscription-form .subscribe-label {
  position: relative;
  top: 3px;
  font-size: 12px;
  color: #cbcbcb;
}
.td_social_type {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.td_social_type .td-social-icon-wrap {
  margin: 0px 12px 0px 0px;
}
.td_social_type .td_social_info {
  display: inline-block;
  position: relative;
  top: -11px;
  margin-left: 5px;
}
.td_social_type .td_social_button {
  float: right;
  position: relative;
  top: 5px;
  /* responsive phone */
  /* responsive portrait tablet */
}
.td_social_type .td_social_button a {
  background-color: #4db2ec;
  padding: 6px 12px 7px 12px;
  color: white;
}
.td_social_type .td_social_button a:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease 0s;
  text-decoration: none !important;
}
.td_social {
  padding-bottom: 39px;
}
.buddypress .td-page-title .bp-title-button {
  float: right;
  padding: 0px;
}
.buddypress #buddypress {
  /* responsive phone */
}
.buddypress #buddypress #whats-new-post-in,
.buddypress #buddypress #whats-new-submit {
  margin-top: 6px !important;
}
.buddypress #buddypress #whats-new:focus {
  border: 1px solid #EAEAEA !important;
}
.buddypress #buddypress .message-search {
  display: inline !important;
  float: right !important;
  width: 280px;
  margin-right: 0px !important;
  margin-top: 43px !important;
}
.buddypress #buddypress #item-header #item-header-content .highlight {
  font-size: 100% !important;
}
.buddypress #buddypress #item-header #item-header-content #item-meta {
  font-size: 100% !important;
}
.buddypress #buddypress #item-header #item-header-content #item-meta p {
  color: #4b4b4b !important;
}
.buddypress #buddypress #item-header #item-actions {
  position: relative;
  top: -8px;
}
.buddypress #buddypress div.dir-search,
.buddypress #buddypress .message-search {
  float: none;
  margin-top: -18px;
  height: 60px;
}
.buddypress #buddypress div.dir-search input[type="text"],
.buddypress #buddypress .message-search input[type="text"] {
  background-color: #FCFCFC;
  border: 1px solid #F5F5F5;
  height: 24px !important;
  width: 200px;
  margin-bottom: 0px;
  padding: 4px 6px;
  float: left;
  /* responsive phone */
}
.buddypress #buddypress div.dir-search input[type="text"]:focus,
.buddypress #buddypress .message-search input[type="text"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress div.dir-search input[type="submit"],
.buddypress #buddypress .message-search input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  background: #4db2ec;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 34px;
  float: left;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress div.dir-search input[type="submit"]:hover,
.buddypress #buddypress .message-search input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress .activity #message {
  border-top: 1px solid #f5f5f5;
}
.buddypress #buddypress .activity .activity-content .activity-header {
  line-height: 21px !important;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  margin-right: 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-header a {
  font-family: 'Roboto Condensed', sans-serif;
}
.buddypress #buddypress .activity .activity-content .activity-header a img {
  margin: 0 6px 0px 6px !important;
  position: relative;
  top: -1px;
}
.buddypress #buddypress .activity .activity-content .activity-header a span {
  font-family: 'PT Sans', sans-serif;
  color: #888888 !important;
}
.buddypress #buddypress .activity .activity-content .activity-inner {
  margin-top: 11px;
}
.buddypress #buddypress .activity .activity-content .activity-inner p {
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-meta {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-meta a {
  border: none !important;
  padding: 4px 8px 4px 0px !important;
}
.buddypress #buddypress .activity .activity-content .activity-meta a:hover,
.buddypress #buddypress .activity .activity-content .activity-meta a:focus {
  background: none !important;
}
.buddypress #buddypress .activity ul.item-list {
  padding-top: 9px;
}
.buddypress #buddypress .activity ul.item-list li {
  border: none !important;
}
.buddypress #buddypress .activity .activity-comments ul {
  padding: 0px !important;
}
.buddypress #buddypress .activity .activity-comments ul .acomment-avatar img {
  width: 40px !important;
  height: 40px !important;
}
.buddypress #buddypress .activity .activity-comments form {
  padding: 0px !important;
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-comments .acomment-content,
.buddypress #buddypress .activity .activity-comments .acomment-content p {
  margin: 0px !important;
}
.buddypress #buddypress .activity .activity-comments .acomment-options {
  margin: 0px 0px 5px 49px !important;
}
.buddypress #buddypress .activity .created_group .activity-avatar img,
.buddypress #buddypress .activity .joined_group .activity-avatar img,
.buddypress #buddypress .activity .friendship_created .activity-avatar img {
  width: 50px !important;
  height: 50px !important;
  margin: 0 10px 0 0 !important;
}
.buddypress #buddypress .activity .created_group .activity-header p,
.buddypress #buddypress .activity .joined_group .activity-header p,
.buddypress #buddypress .activity .friendship_created .activity-header p {
  font-size: 14px !important;
}
.buddypress #buddypress .activity .created_group .activity-meta,
.buddypress #buddypress .activity .joined_group .activity-meta,
.buddypress #buddypress .activity .friendship_created .activity-meta {
  margin-top: 2px !important;
}
.buddypress #buddypress .activity .ac-reply-avatar img {
  display: none;
}
.buddypress #buddypress .activity .ac-reply-content {
  padding-left: 0px !important;
}
.buddypress #buddypress .activity .ac-reply-content input[type="submit"] {
  margin-top: 0px !important;
}
.buddypress #buddypress .activity .ac-reply-content .ac-textarea {
  border: none !important;
  padding: 0px !important;
}
.buddypress #buddypress .activity .ac-reply-content .ac-textarea textarea {
  border: 1px solid #EDEDED !important;
  width: 98% !important;
}
.buddypress #buddypress #message p {
  margin-top: 30px !important;
}
.buddypress #buddypress .standard-form input[type="checkbox"] {
  position: relative;
  top: -3px;
}
.buddypress #buddypress .item-list-tabs ul li.selected a {
  color: #ffffff !important;
  background-color: #4db2ec !important;
}
.buddypress #buddypress .item-list-tabs ul li.selected span {
  color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none !important;
}
.buddypress #buddypress .item-list-tabs ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal !important;
  padding: 5px 12px 5px 12px !important;
  opacity: 1 !important;
  color: #777777 !important;
  margin-right: 5px;
}
.buddypress #buddypress .item-list-tabs ul li a:hover {
  text-decoration: none !important;
  opacity: 0.8 !important;
}
.buddypress #buddypress .item-list-tabs ul li a span {
  border-radius: 0px !important;
  font-size: 100% !important;
  padding: 3px 9px !important;
  vertical-align: none !important;
  border: none !important;
  background-color: #f2f2f2 !important;
  margin: 0px 0px 0px 5px !important;
  position: relative;
  right: -5px;
}
.buddypress #buddypress .item-list-tabs .last {
  margin-top: 10px !important;
  padding: 50px 0px 10px 0px;
}
.buddypress #buddypress .item-list-tabs .last label {
  display: inline-block;
  top: -3px;
  position: relative;
  margin-right: 10px;
}
.buddypress #buddypress .radio {
  list-style: none;
}
.buddypress #buddypress .groups .pagination {
  font-size: 100% !important;
}
.buddypress #buddypress .groups .pagination .pag-count {
  margin-left: 0px !important;
}
.buddypress #buddypress .groups .item-list .item-title span {
  font-size: 100% !important;
}
.buddypress #buddypress .groups .item-list .action {
  top: 31px !important;
  /* responsive phone */
}
.buddypress #buddypress .groups .item-list .item {
  margin-left: 0px !important;
}
.buddypress #buddypress .groups .item-title {
  width: auto !important;
  display: inline-block;
  font-size: 16px !important;
  font-family: 'Roboto Condensed', sans-serif;
  margin-right: 10px !important;
}
.buddypress #buddypress .groups .item-meta {
  float: right;
  color: #4db2ec !important;
  /* responsive phone */
}
.buddypress #buddypress .groups .item-desc {
  display: block;
  margin: 0px !important;
  width: 66% !important;
}
.buddypress #buddypress .groups .item-desc p {
  margin-bottom: 0px !important;
  line-height: 21px;
  font-size: 14px !important;
}
.buddypress #buddypress .groups .action {
  position: static !important;
}
.buddypress #buddypress .members .item-list {
  /* responsive phone */
}
.buddypress #buddypress .members .item-list .item-title span {
  font-size: 100% !important;
}
.buddypress #buddypress .item-list h5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.buddypress #buddypress .standard-form input[type="text"],
.buddypress #buddypress .standard-form input[type="password"] {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  height: 24px !important;
  margin-bottom: 0px !important;
  padding: 4px 6px !important;
}
.buddypress #buddypress .standard-form input[type="text"]:focus,
.buddypress #buddypress .standard-form input[type="password"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress .standard-form input[type="password"] {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  height: 24px !important;
  margin: 5px 0 5px 0px !important;
  padding: 4px 6px !important;
}
.buddypress #buddypress .standard-form input[type="password"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress .standard-form textarea {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  margin-bottom: 0px !important;
  padding: 4px 6px !important;
}
.buddypress #buddypress .standard-form textarea:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress #avatar-upload {
  padding-top: 6px;
}
.buddypress #buddypress input[type="file"] {
  font-size: 14px;
  vertical-align: baseline;
  height: auto !important;
}
.buddypress #buddypress .generic-button a,
.buddypress #buddypress .submit input[type="submit"],
.buddypress #buddypress .ac-reply-content input[type="submit"],
.buddypress #buddypress .standard-form input[type="submit"],
.buddypress #buddypress .standard-form .button-nav .current a,
.buddypress #buddypress .standard-form .button,
.buddypress #buddypress input[type="submit"],
.buddypress #buddypress a.accept,
.buddypress #buddypress .standard-form #group-create-body input[type="button"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #4db2ec !important;
  color: white !important;
  border: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress .generic-button a:hover,
.buddypress #buddypress .submit input[type="submit"]:hover,
.buddypress #buddypress .ac-reply-content input[type="submit"]:hover,
.buddypress #buddypress .standard-form input[type="submit"]:hover,
.buddypress #buddypress .standard-form .button-nav .current a:hover,
.buddypress #buddypress .standard-form .button:hover,
.buddypress #buddypress input[type="submit"]:hover,
.buddypress #buddypress a.accept:hover,
.buddypress #buddypress .standard-form #group-create-body input[type="button"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress #activate-page .standard-form input[type="text"] {
  background-color: #FCFCFC !important;
  border: 1px solid #F5F5F5 !important;
  height: 24px !important;
  width: 400px !important;
  margin-bottom: 0px;
  padding: 4px 6px !important;
  float: left;
  /* responsive phone */
}
.buddypress #buddypress #activate-page .standard-form input[type="text"]:focus {
  border-color: #EDEDED !important;
}
.buddypress #buddypress #activate-page .standard-form .submit {
  padding: 0px !important;
}
.buddypress #buddypress #activate-page .standard-form input[type="submit"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  color: #ffffff !important;
  background: #4db2ec !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  height: 34px;
  float: left;
  padding-bottom: 7px;
  padding-top: 5px;
  margin-bottom: 4px;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress #activate-page .standard-form input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.buddypress #buddypress .pagination {
  font-size: 100% !important;
}
.buddypress #buddypress .pagination .pag-count {
  margin-left: 0px !important;
}
.entry-crumbs .bp-title-button {
  display: none;
}
.td-page-title .bp-title-button {
  border: none;
}
.woocommerce-page .page-title {
  color: #444444;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 37px;
  text-decoration: none !important;
  word-wrap: break-word;
  margin: 0px;
  position: relative;
  top: -6px;
}
.woocommerce form,
.woocommerce .shop_table {
  border-radius: 0px !important;
}
.woocommerce .woocommerce.widget_product_search input[type="text"] {
  height: 31px !important;
}
.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering {
  float: none !important;
  margin-top: 16px !important;
}
.woocommerce #tab-reviews .star-rating {
  top: 10px;
  color: #4B4B4B;
}
.woocommerce .comment-text .star-rating {
  top: 0px !important;
  color: #4B4B4B !important;
}
.woocommerce .products .star-rating {
  color: #4B4B4B;
}
.woocommerce aside .star-rating {
  line-height: 12px;
}
.woocommerce ul.products li.product a:hover {
  text-decoration: none !important;
}
.woocommerce ul.products li.product h3 {
  line-height: 21px;
  padding: 5px 0 2px !important;
  font-size: 15px !important;
  /* responsive phone */
}
.woocommerce ul.products li.product:hover h3 {
  text-decoration: underline;
}
.woocommerce ul.products li.product:hover img {
  border: 1px solid #F5F5F5;
}
.woocommerce ul.products li.product a img {
  box-shadow: none !important;
  border: 1px solid white;
}
.woocommerce ul.products li.product .price {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  margin-bottom: 6px !important;
}
.woocommerce ul.products li.product .price del .amount {
  font-size: 13px;
}
.woocommerce .img {
  border: 1px solid #F5F5F5;
}
.woocommerce .images img {
  box-shadow: none !important;
}
.woocommerce .button,
.woocommerce .form-submit #submit {
  background-image: none;
  background: #4db2ec !important;
  color: white !important;
  border: none !important;
  text-shadow: none !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  padding: 5px 12px 7px 12px !important;
  margin-bottom: 4px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  line-height: 21px !important;
  /* responsive phone */
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.woocommerce .button:hover,
.woocommerce .form-submit #submit:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.woocommerce .single_add_to_cart_button {
  padding: 5px 12px 7px 12px !important;
  font-size: 14px !important;
}
.woocommerce span.onsale {
  box-shadow: none !important;
  color: white;
}
.woocommerce .product {
  margin-top: 8px;
}
.woocommerce .product p {
  margin-bottom: 16px;
}
.woocommerce .product .images,
.woocommerce .product .entry-summary {
  /* responsive phone */
}
.woocommerce .product .images .product_meta,
.woocommerce .product .entry-summary .product_meta {
  margin-bottom: 16px;
}
.woocommerce .product .summary .price {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 10px 0px 6px 0px !important;
}
.woocommerce .product .summary .price .amount {
  font-size: 21px;
}
.woocommerce .product .summary .price del .amount {
  font-size: 15px;
}
.woocommerce .product .quantity {
  margin-right: 21px !important;
}
.woocommerce .product .quantity input {
  box-shadow: none !important;
  border-radius: 0px !important;
}
.woocommerce .product .quantity .qty {
  height: 31px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 16px !important;
  margin: 0px;
}
.woocommerce .product .quantity .plus,
.woocommerce .product .quantity .minus {
  height: 17px !important;
}
.woocommerce .product .posted_in {
  display: block;
}
.woocommerce .product .related ul li.product {
  width: 22.05% !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #4DB2EC;
  list-style: none outside none;
  margin: 0 0 26px;
  padding: 0 !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs:before {
  border-bottom: none !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li {
  border-left: 1px solid white;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  border: none !important;
  background-image: none !important;
  color: white !important;
  text-shadow: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li.active {
  background-color: #4db2ec !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li:after,
.woocommerce .product .woocommerce-tabs ul.tabs li:before {
  height: 0px !important;
  width: 0px !important;
  border: none !important;
}
.woocommerce .product .woocommerce-tabs ul.tabs li a {
  font-weight: normal !important;
  padding: 7px 0px !important;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
.woocommerce .product #tab-reviews .comment-text {
  border-radius: 0px !important;
}
.woocommerce .product #comments h2 {
  margin: 25px 0px 14px 0px;
}
.woocommerce .pp_woocommerce .pp_content_container {
  padding: 40px 0 3px !important;
  border-radius: 0px !important;
}
.woocommerce .pp_woocommerce .pp_close,
.woocommerce .pp_woocommerce .pp_expand,
.woocommerce .pp_woocommerce .pp_contract,
.woocommerce .pp_woocommerce .pp_arrow_previous,
.woocommerce .pp_woocommerce .pp_arrow_next {
  border: none !important;
  margin-left: 10px;
  background: #4db2ec;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffffff !important;
  width: 33px !important;
  height: 33px !important;
  border-radius: 0px !important;
  right: 0px !important;
  top: 0px !important;
}
.woocommerce .pp_woocommerce .pp_close:hover,
.woocommerce .pp_woocommerce .pp_expand:hover,
.woocommerce .pp_woocommerce .pp_contract:hover,
.woocommerce .pp_woocommerce .pp_arrow_previous:hover,
.woocommerce .pp_woocommerce .pp_arrow_next:hover {
  color: #ffffff !important;
}
.woocommerce .pp_woocommerce .pp_close:before,
.woocommerce .pp_woocommerce .pp_expand:before,
.woocommerce .pp_woocommerce .pp_contract:before,
.woocommerce .pp_woocommerce .pp_arrow_previous:before,
.woocommerce .pp_woocommerce .pp_arrow_next:before {
  right: -1px !important;
  top: 5px !important;
}
.woocommerce .pp_woocommerce .pp_next:before,
.woocommerce .pp_woocommerce .pp_previous:before {
  border: none !important;
  background: #4db2ec;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  padding: 9px;
  top: 60% !important;
}
.woocommerce .pp_woocommerce .pp_next:before {
  right: 0px !important;
}
.woocommerce .pp_woocommerce .pp_previous:before {
  left: 0px !important;
}
.woocommerce .pp_woocommerce .pp_arrow_previous,
.woocommerce .pp_woocommerce .pp_arrow_next {
  border: none !important;
  margin-left: 10px;
  background: #4db2ec;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #ffffff !important;
  width: 33px !important;
  height: 33px !important;
  border-radius: 0px !important;
  right: 0px !important;
  top: -5px !important;
}
.woocommerce .pp_woocommerce .pp_arrow_previous:before,
.woocommerce .pp_woocommerce .pp_arrow_next:before {
  top: 7px !important;
}
.woocommerce .pp_woocommerce .ppt,
.woocommerce .pp_woocommerce .pp_top {
  display: none !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 23px 18px 23px 68px !important;
  line-height: 30px;
  /* responsive phone */
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  border-radius: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 18px !important;
  height: 33px !important;
  left: 18px !important;
  line-height: 32px !important;
  padding-top: 0px !important;
  top: 21px !important;
  width: 33px !important;
  /* responsive phone */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  margin: 0px 0px 0px 10px !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  background: #FCFCFC !important;
  border-top: 2px solid #4db2ec !important;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before {
  background: #4db2ec !important;
}
.woocommerce-cart table.shop_table {
  border-radius: 0px !important;
  /* responsive phone */
}
.woocommerce-cart table.shop_table td {
  /* responsive phone */
}
.woocommerce-cart table.shop_table .product-subtotal {
  /* responsive phone */
}
.woocommerce-cart table.shop_table #coupon_code {
  /* responsive phone */
}
.woocommerce-cart .product-subtotal,
.woocommerce-cart .product-price {
  text-align: right;
}
.woocommerce-cart .shop_table .actions {
  padding-top: 10px;
}
.woocommerce-cart .cart_totals {
  width: 100% !important;
}
.woocommerce-cart .cart_totals table {
  float: right;
}
.woocommerce-cart .shipping_calculator {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce input[type="text"],
.woocommerce-cart .woocommerce input[type="text"] {
  height: 31px !important;
}
.woocommerce-checkout #payment label,
.woocommerce-cart #payment label {
  display: inline;
  position: relative;
  top: 2px;
}
.woocommerce-checkout .shop_table tfoot td,
.woocommerce-cart .shop_table tfoot td {
  text-align: right;
}
.woocommerce-checkout .shop_table .product-total,
.woocommerce-cart .shop_table .product-total {
  text-align: right;
}
.widget_shopping_cart,
.widget_best_sellers,
.widget_featured_products,
.widget_layered_nav,
.widget_onsale,
.widget_price_filter,
.widget_product_categories,
.widget_product_search,
.widget_random_products,
.widget_recently_viewed_products,
.widget_recent_reviews,
.widget_top_rated_products {
  margin-bottom: 28px;
}
.widget_shopping_cart ul,
.widget_best_sellers ul,
.widget_featured_products ul,
.widget_layered_nav ul,
.widget_onsale ul,
.widget_price_filter ul,
.widget_product_categories ul,
.widget_product_search ul,
.widget_random_products ul,
.widget_recently_viewed_products ul,
.widget_recent_reviews ul,
.widget_top_rated_products ul {
  padding-top: 13px !important;
}
.widget_shopping_cart a,
.widget_best_sellers a,
.widget_featured_products a,
.widget_onsale a,
.widget_price_filter a,
.widget_random_products a,
.widget_recently_viewed_products a,
.widget_recent_reviews a,
.widget_top_rated_products a {
  line-height: 21px;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
}
.widget_product_tag_cloud {
  margin-bottom: 42px;
}
.widget_product_search {
  margin-bottom: 42px;
}
.widget_product_search .screen-reader-text {
  display: none;
}
.widget_product_search #s,
.widget_product_search #s:focus {
  background-color: #fcfcfc !important;
  height: 24px !important;
  margin-bottom: 0px;
  width: 213px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.widget_product_search input[type="submit"] {
  border-radius: 0px;
  height: 34px !important;
  background: #4db2ec !important;
  color: white;
  border: none;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 12px 7px 12px !important;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget_product_search input[type="submit"]:hover {
  text-shadow: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget_price_filter {
  margin-bottom: 45px;
}
.widget_price_filter .ui-slider-range {
  background: #dddddd !important;
  box-shadow: none !important;
}
.widget_price_filter .ui-slider-handle {
  border-radius: 0px !important;
}
.widget_price_filter .price_slider_amount {
  font-size: 14px !important;
}
.widget_price_filter .price_slider {
  border-radius: 0px !important;
  margin: 26px 0 30px 0 !important;
}
.widget_shopping_cart .widget_shopping_cart_content .total,
.widget_shopping_cart .widget_shopping_cart_content .buttons {
  text-align: right;
}
.widget_shopping_cart .attachment-shop_thumbnail,
.widget_best_sellers .attachment-shop_thumbnail,
.widget_featured_products .attachment-shop_thumbnail,
.widget_onsale .attachment-shop_thumbnail,
.widget_random_products .attachment-shop_thumbnail,
.widget_recently_viewed_products .attachment-shop_thumbnail,
.widget_recent_reviews .attachment-shop_thumbnail,
.widget_top_rated_products .attachment-shop_thumbnail {
  box-shadow: none !important;
  margin-left: 0px !important;
  float: left !important;
  width: 80px !important;
  margin-right: 15px;
}
.widget_shopping_cart a,
.widget_best_sellers a,
.widget_featured_products a,
.widget_onsale a,
.widget_random_products a,
.widget_recently_viewed_products a,
.widget_recent_reviews a,
.widget_top_rated_products a {
  padding: 0px;
  font-weight: normal !important;
}
.mx-review-header-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
}
.td-review {
  width: 100%;
  margin-top: 36px;
}
.td-review-header td {
  padding: 15px 15px 15px 19px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
  background: #f6f6f6;
}
.td-review-summary h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #333333;
  margin: 0 0 8px;
}
/*  ----------------------------------------------------------------------------
    footer
*/
.td-review-summary {
  padding: 15px 15px 14px 19px;
  border-right: 1px solid #dbdbdb;
  background: #f6f6f6;
}
.td-review-score {
  background-color: #f7f7f7;
  padding: 15px;
  width: 100px;
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  text-align: center;
  background: #f6f6f6;
}
.td_review_with_bars td {
  height: 28px;
}
/*  ----------------------------------------------------------------------------
    stars
*/
.td-review-stars {
  width: 100px;
  text-align: center;
  line-height: 11px;
}
.td-review-row-stars td {
  background-color: #fcfcfc;
  border-bottom: 1px solid #eae9e8;
  padding: 12px 19px 12px 19px;
}
.td-review-row-stars .td-review-desc {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
}
.td-review-final-score {
  padding: 20px 0;
}
/*  ----------------------------------------------------------------------------
    review bars
*/
.td-rating-bar-wrap {
  height: 20px;
  background: #f6f6f6;
  margin-bottom: 1px;
}
.td-rating-bar-wrap div {
  height: 20px;
  background: #4db2ec;
}
.td-review-row-bars .td-review-desc {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #333333;
  padding-top: 8px;
}
.td-review-row-bars td {
  padding: 0px;
}
/*  ----------------------------------------------------------------------------
    percent
*/
.td-review-percent-sign {
  font-size: 30px;
}
.td-full-layout .td-footer-wrap,
.td-boxed-layout .td-footer-wrap .col-md-12 {
  background: #fafafa url("images/footer/top-shadow.png") repeat-x top;
}
.td-full-layout .td-footer-wrap .td-grid-wrap,
.td-boxed-layout .td-footer-wrap .col-md-12 .td-grid-wrap {
  padding: 13px 13px 0px 13px;
}
.footer-logo-wrap {
  /*padding-bottom: 5px;*/
  position: relative;
  top: 0px;
}
.footer-text-wrap {
  padding-bottom: 21px;
}
.footer-email-wrap {
  padding-bottom: 24px;
}
/*  ----------------------------------------------------------------------------
    sub footer
*/
.td-full-layout .td-sub-footer-wrap,
.td-boxed-layout .td-sub-footer-wrap .container {
  background-color: #4c4c4c;
}
.td-full-layout .td-sub-footer-wrap .td-grid-wrap,
.td-boxed-layout .td-sub-footer-wrap .container .td-grid-wrap {
  padding: 6px 0 10px 0;
}
.td-sub-footer-copy {
  font-size: 12px;
  color: white;
  /* responsive phone */
}
.td-sub-footer-menu {
  text-align: right;
  /* responsive phone */
}
.td-sub-footer-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.td-sub-footer-menu li {
  display: inline-block;
  position: relative;
  zoom: 1;
}
.td-sub-footer-menu li a {
  color: #f5f5f5;
  font-size: 12px;
  padding: 0px 10px 0px 10px;
  /* responsive phone */
}
.td-sub-footer-menu li a:before {
  position: absolute;
  top: 9px;
  left: -1px;
  display: block;
  content: '';
  height: 9px;
  width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #a5a5a5;
}
.td-sub-footer-menu li:first-child a:before {
  display: none;
}
/*  ----------------------------------------------------------------------------
    default wordpress gallery
*/
/*  ----------------------------------------------------------------------------
    gallery
*/
.gallery:after,
.gallery:before {
  clear: both;
  content: "";
  display: table;
}
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
.gallery {
  margin-bottom: 21px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item {
  text-align: center;
  max-width: 36.75%;
  max-width: -webkit-calc(32.75%);
  max-width: calc(96%);
  /* responsive portrait tablet */
}
.gallery-columns-2 .gallery-item {
  text-align: center;
  max-width: 50%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  height: 170px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-3 .gallery-item {
  text-align: center;
  max-width: 36.5%;
  max-width: -webkit-calc(32.5%);
  max-width: calc(32.5%);
  height: 110px;
  /* responsive portrait tablet */
  /* responsive monitor */
  /* responsive phone */
}
.gallery-columns-4 .gallery-item {
  text-align: center;
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
  height: 85px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-5 .gallery-item {
  text-align: center;
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
  height: 60px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-5 .gallery-item .gallery-caption {
  display: none;
}
.gallery-columns-6 .gallery-item {
  text-align: center;
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
  height: 50px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-6 .gallery-item .gallery-caption {
  display: none;
}
.gallery-columns-7 .gallery-item {
  text-align: center;
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
  height: 40px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-8 .gallery-item {
  text-align: center;
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
  height: 35px;
  /* responsive portrait tablet */
  /* responsive phone */
}
.gallery-columns-9 .gallery-item {
  text-align: center;
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
  height: 30px;
  /* responsive phone */
}
.gallery-item {
  /* responsive phone */
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* responsive phone */
/*  ----------------------------------------------------------------------------
    jetpack tile gallery
*/
.post .type-rectangular .tiled-gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.3;
  margin: 0 0 2px 2px;
  max-height: 50%;
  padding: 4px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: auto;
  white-space: normal;
  text-indent: 0px;
  /* responsive phone */
  /* responsive portrait tablet */
}
.post .type-rectangular .tiled-gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.post .type-square img {
  margin: 0px !important;
}
.post .type-square .tiled-gallery-item {
  overflow: hidden;
  margin: 1px;
  height: 120px;
  /* responsive monitor */
  /* responsive portrait tablet */
  /* responsive phone */
}
.post .type-square .tiled-gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.3;
  max-height: 50%;
  padding: 4px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: auto;
  white-space: normal;
  text-indent: 0px;
  /* responsive phone */
  /* responsive portrait tablet */
}
.post .type-square .tiled-gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* responsive phone */
  /* responsive portrait tablet */
}
.jetpack-slideshow {
  overflow: hidden;
  /* responsive phone */
}
.jetpack-slideshow {
  background-color: transparent !important;
  margin: 0px !important;
  border: none !important;
  margin-bottom: 21px !important;
  border-radius: 0px !important;
  /* responsive phone */
}
div.slideshow-slide {
  width: 100% !important;
}
.jetpack-slideshow .slideshow-slide,
.jetpack-slideshow .slideshow-slide img {
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.td-scroll-up {
  position: fixed;
  bottom: -25px;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 35px;
  height: 35px;
  background-position: -28px -1326px;
  width: 10px;
  height: 10px;
  background-position: -40px -1332px;
}
.td-scroll-up:hover {
  cursor: pointer;
  opacity: 1;
}
.td-scroll-up-visible {
  opacity: 0.5;
  display: block;
  background-color: #4db2ec;
  -webkit-backface-visibility: hidden;
  width: 38px;
  height: 38px;
  bottom: 4px;
  right: 5px;
  background-position: -27px -1325px;
  z-index: 9999;
  /* responsive phone */
}
/*
    =======================================================================================================
    Name          : Custom colorbox style
    File          : colorbox.css
    =======================================================================================================
*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#colorbox:focus {
  outline: 0;
}
#cboxContent {
  background: #fff;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url(images/controls.png) -16px -15px no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxPrevious.hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) -9px -65px no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxNext.hover {
  background-position: -50px -25px;
}
#cboxLoadingGraphic {
  background: url("images/colorbox/loading.gif") center center no-repeat;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) -25px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose.hover {
  background-position: -25px -25px;
}
/*  ----------------------------------------------------------------------------
    Gallery popup
*/
#cboxLoadedContent {
  overflow: hidden !important;
}
#cboxOverlay {
  background: #3c3c3c;
}
#cboxBottomRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxCurrent {
  display: none !important;
}
#cboxNext {
  position: absolute;
  bottom: 10px;
  left: auto !important;
  right: 10px;
  width: 38px;
  height: 38px;
  border: none;
}
#cboxPrevious {
  position: absolute;
  bottom: 10px;
  left: auto !important;
  right: 48px;
  width: 38px;
  height: 38px;
  border: none;
}
#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('images/colorbox/gallery-close.png') no-repeat transparent;
  width: 38px;
  height: 38px;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-style: none;
}
#cboxClose.hover,
#cboxPrevious.hover {
  opacity: 0.8;
}
#cboxNext.hover {
  opacity: 0.8;
}
#cboxContent {
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75) !important;
}
#cboxLoadedContent {
  margin-bottom: 0px;
}
#cboxTitle {
  display: none !important;
}
/* theme style customizer */
#td-theme-settings {
  /* responsive phone */
  position: absolute;
  top: 251px;
  left: 0px;
  width: 60px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 5px 5px 6px 5px;
  z-index: 2;
  height: 257px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#td-theme-settings .td-set-color {
  width: 20px;
  height: 20px;
  background-color: #f3eeee;
  margin: 5px;
  float: left;
}
#td-theme-settings .td-set-color:hover {
  cursor: pointer;
}
#td-theme-settings .td-set-hide-show {
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}
#td-theme-settings .td-set-hide-show a {
  color: black;
}
body .td-theme-settings-small {
  opacity: 0.8;
  left: -60px !important;
  height: 30px !important;
  cursor: pointer;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#td-theme-settings.td-theme-settings-no-transition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.td-customizer-change-layout {
  height: 20px;
  width: 50px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}
.td-customizer-change-layout span {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  position: relative;
  top: -1px;
  font-size: 12px;
}
/* bg */
.td-change-to-boxed {
  background-color: #E0E0E0;
}
.td-change-to-full {
  background-color: #E4FFD8;
}
.td-theme-settings-show-bg {
  height: 332px !important;
}
.td-bg-changer {
  height: 18px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background-color: #fcfcfc;
  opacity: 0;
  height: 0;
  margin: 0px;
  border: none;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  z-index: -1;
}
.td-bg-changer span {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  position: relative;
  top: -3px;
  font-size: 12px;
  display: none;
}
.td-theme-settings-show-bg .td-bg-changer {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  height: 18px;
  margin: 5px;
  border: 1px solid #E0E0E0;
  z-index: 0;
}
.td-theme-settings-show-bg .td-bg-changer span {
  display: block;
}
.mx_image_background {
  background-color: #f2f2f2;
}
.td-visibility-hidden {
  visibility: hidden;
}
/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* quotes */
.td_quote_right {
  float: right;
  width: 50%;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 21px;
  margin-top: 21px;
}
.td_quote_left {
  float: left;
  width: 50%;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 18px;
  margin-top: 18px;
}
.td_quote_left p {
  text-align: left;
}
.td_quote_box {
  margin: 0px;
  background-color: #FCFCFC;
  border-left: 2px solid #4DB2EC;
  padding: 15px 23px 0 32px;
  position: relative;
  top: 6px;
}
.td_quote_box p {
  font-family: 'PT Sans', sans-serif !important;
  color: #808080;
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: left;
  padding-bottom: 16px;
  margin: 0px;
}
.td_box_left {
  width: 40%;
  float: left;
  margin: 0px 34px 20px 0px;
  /* responsive phone */
}
.td_box_right {
  width: 30%;
  float: right;
  margin: 0px 0px 20px 34px;
}
.td_box_center {
  margin: 0px 0px 29px 0px;
}
.td_pull_quote {
  margin: 0px;
  position: relative;
  top: 6px;
}
.td_pull_quote p {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #4db2ec;
  font-size: 16px !important;
  line-height: 26px !important;
  text-align: center;
  margin: 0px;
}
.td_pull_quote p:before {
  position: absolute;
  background: url('images/icons/pull-quote-left.png') no-repeat;
  left: 0px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td_pull_quote p:after {
  position: absolute;
  background: url('images/icons/pull-quote-right.png') no-repeat;
  bottom: 10px;
  right: 0px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td_pull_left {
  width: 40%;
  float: left;
  margin: 0px 34px 5px 0px;
  padding: 17px 25px 18px 25px;
  /* responsive phone */
}
.td_pull_right {
  width: 30%;
  float: right;
  margin: 0px 0px 10px 34px;
  padding: 17px 25px 18px 25px;
}
.td_pull_center {
  margin: 17px 0px;
  padding: 0px 50px 15px 50px;
  /* responsive phone */
}
/* dropcaps */
.dropcap {
  float: left;
  display: block;
  font-size: 31px;
  line-height: 34px;
  height: 35px;
  width: 35px;
  background-color: #4db2ec;
  color: white;
  text-align: center;
  margin: 9px 13px 0 0;
  padding: 3px;
  font-family: 'PT Sans', sans-serif;
}
.dropcap1 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.dropcap2 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 38px;
  height: 24px;
  margin: 3px 9px 0px 4px;
}
.dropcap3 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 38px;
  font-weight: bold;
  height: 24px;
  margin: 3px 9px 0px 4px;
}
.post .row {
  padding-bottom: 21px;
}
.ie9 .iosSlider .slide-meta-cat,
.ie10 .iosSlider .slide-meta-cat {
  line-height: 27px !important;
}
.ie9 .td-sbig-title-wrap .td-sbig-title,
.ie10 .td-sbig-title-wrap .td-sbig-title {
  float: none;
}
.ie8 .td-sbig-title-wrap .td-sbig-title {
  float: none;
}
.ie8 .page-nav img {
  display: none;
}
.ie8 .td-social-sharing {
  display: none;
}
/*  ----------------------------------------------------------------------------
    980 fix (responsive and not)
*/
.td_980_fix .td-grid-wrap {
  padding: 48px 0px 0px 0px !important;
}
.td_980_fix .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.td_980_fix .iosSlider-col-3,
.td_980_fix .iosSlider-col-3 .item {
  height: 433px !important;
}
.td_980_fix .td-slide-item-main {
  width: 670px;
  height: 433px;
}
.td_980_fix .td-slide-item-sec {
  width: 293px;
  height: 143px;
}
.td_980_fix .top-header-menu {
  margin: 0px 0px 0px 25px;
}
.td_980_fix #td-top-menu {
  padding-left: 15px;
}
.td_980_fix #td-top-search {
  right: 6px !important;
}
.td_980_fix .header-logo-wrap img {
  margin-left: 15px;
}
.td_980_fix .search-page-search-wrap .td-widget-search-input {
  width: 553px;
}
/*  ----------------------------------------------------------------------------
    not responsive version 980
*/
.td_980_not_resp .td-grid-wrap {
  padding: 48px 0px 0px 0px !important;
}
.td_980_not_resp .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.td_980_not_resp .iosSlider-col-3,
.td_980_not_resp .iosSlider-col-3 .item {
  height: 433px !important;
}
.td_980_not_resp .td-slide-item-main {
  width: 670px;
  height: 433px;
}
.td_980_not_resp .td-slide-item-sec {
  width: 293px;
  height: 143px;
}
.td_980_not_resp .top-header-menu {
  margin: 0px 0px 0px 25px;
}
.td_980_not_resp #td-top-menu {
  padding-left: 15px;
}
.td_980_not_resp #td-top-search {
  right: 6px !important;
}
.td_980_not_resp .header-logo-wrap img {
  margin-left: 15px;
}
.td_980_not_resp .search-page-search-wrap .td-widget-search-input {
  width: 553px;
}
.td_980_not_resp .td-desktop-post {
  display: block !important;
}
.td_980_not_resp .td-mobile-post {
  display: none !important;
}
.td_980_not_resp .header-logo-wrap img {
  width: auto !important;
}
/*  ----------------------------------------------------------------------------
    not responsive version 1170px
*/
.td_1170_not_resp .td-grid-wrap {
  padding: 49px 13px 0px 13px;
}
.td_1170_not_resp .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}
.td_1170_not_resp .top-header-menu {
  margin-left: 49px;
}
.td_1170_not_resp #td-top-menu {
  padding-left: 48px;
}
.td_1170_not_resp #td-top-search {
  right: 48px !important;
}
.td_1170_not_resp .header-logo-wrap img {
  margin-left: 48px;
}
.td_1170_not_resp .iosSlider-col-3,
.td_1170_not_resp .iosSlider-col-3 .item {
  height: 483px !important;
}
.td_1170_not_resp .td-slide-item-main {
  width: 745px;
  height: 483px;
}
.td_1170_not_resp .td-slide-item-sec {
  width: 326px;
  height: 159px;
}
.td_1170_not_resp .td-desktop-post {
  display: block !important;
}
.td_1170_not_resp .td-mobile-post {
  display: none !important;
}
.td_1170_not_resp .td-slide-item-main .td-sbig-title-wrap a {
  font-size: 26px !important;
}
.td_1170_not_resp .header-logo-wrap img {
  width: auto !important;
}
/*  ----------------------------------------------------------------------------
    not responsive global overrides
*/
.td_980_not_resp #td-top-menu,
.td_1170_not_resp #td-top-menu {
  display: block !important;
}
.td_980_not_resp #td-top-mobile-toggle,
.td_1170_not_resp #td-top-mobile-toggle {
  display: none !important;
}
.td_980_not_resp .td-header-menu-wrap,
.td_1170_not_resp .td-header-menu-wrap {
  display: block !important;
}
.td_980_not_resp #outer-wrap{
    /*width:980px!important;*/
}
.td_1170_not_resp #outer-wrap{
    /*width:1170px!important;*/
}
.td_980_not_resp #outer-wrap,
.td_1170_not_resp #outer-wrap {
  overflow: visible !important;
}
/*
--------------------------------------------
Social Share button
--------------------------------------------
*/
.youtube_container {position: relative;}
#shareOverlay {list-style: none outside none;margin: 1em 0 0 -13px;display: none;padding: 0;position: absolute;top: 7.5em;transition: opacity 0.4s ease 0s, top 0.25s ease 0s;z-index: 500;}
#shareOverlay:after {background: url("images/icons/social_edge.png") no-repeat scroll right top #FFFFFF;bottom: -31px;content: " ";display: block;height: 30px;left: 0;position: absolute;width: 12px;}
ul.share li {
  display: block;
    padding: 0;
    vertical-align: middle;
}
#shareOverlay li a {
    border: 1px solid #FFFFFF;
    border-radius: 0 4px 4px 0;
    box-shadow: 3px 3px 4px rgba(58, 45, 30, 0.7);
  text-align: center;
}
ul.share li a {
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
    padding: 13px 15px;
    vertical-align: top;
}
a.btn-share {
    cursor: pointer;
    font-weight: normal;
}
a:hover, a:active {
  outline: 0 none;
}
a.facebook_button {
    -moz-user-select: none;
    background-color: #3E5EA1;
    background-image: linear-gradient(to bottom, #4466AE, #37538D);
    background-repeat: repeat-x;
    border-color: #37538D;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 0 1px #283D68;
}
a.facebook_button:hover, a.facebook_button:focus {
    border-color: #30487B;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(5, 15, 30, 0.3);
    text-shadow: 0 1px 1px #213256;
}
a.facebook_button:hover, a.facebook_button:focus, a.facebook_button:active, a.facebook_button.active, a.facebook_button.disabled, a.facebook_button[disabled] {
    background-color: #37538D;
    color: #FFFFFF;
}
a.twitter_button {
    -moz-user-select: none;
    background-color: #01BBEE;
    background-image: linear-gradient(to bottom, #02C9FF, #00A6D4);
    background-repeat: repeat-x;
    border-color: #00A6D4;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
    text-shadow: 0 0 1px #007EA1;
}
#shareOverlay a.facebook_button, #shareOverlay a.twitter_button {
  width: 100px;
  font-weight: bold;
}
a.twitter_button:hover, a.twitter_button:focus {
    border-color: #0092BA;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 1px 1px rgba(5, 15, 30, 0.3);
    text-shadow: 0 1px 1px #006A87;
}
a.twitter_button:hover, a.twitter_button:focus, a.twitter_button:active, a.twitter_button.active, a.twitter_button.disabled, a.twitter_button[disabled] {
    background-color: #00A6D4;
    color: #FFFFFF;
}
.btn:hover, .btn:focus {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
iframe:hover  ul#shareOverlay {opacity: 1;}
#shareTop:before, #shareTop:after {
    content: "";
    display: table;
    line-height: 0;
}
#shareTop:after {
    clear: both;
}
#shareTop:before, #shareTop:after {
    content: "";
    display: table;
    line-height: 0;
}
#shareTop {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    z-index: 4;
    top: -10px;
}
#shareTop a {
    -moz-user-select: none;
    display: inline-block;
    margin-right: 2px;
    padding: 9px 16px;
    vertical-align: top;
  border-radius: 4px;
}
#shareTop a.facebook_button .icon:before {
    color: #FFFFFF;
    content: "?"; 
    font-size: 1.2em;
    line-height: 1em;
    margin-left: -5px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.icon:before, .icon:after {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-weight: normal !important;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
}
/**, *:before, *:after {
    -moz-box-sizing: border-box;
}*/
#shareTop a .textNode {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    margin-top: -5px;
    vertical-align: middle;
}
#shareTop a.twitter_button .icon:before {
    color: #FFFFFF;
    content: "?";
    font-size: 1.2em;
    line-height: 1em;
    margin-left: -5px;
    margin-right: 6px;
    padding: 0;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
#shareTop a, #shareOverlay a {text-decoration: none !important;}
.loadmore {display: none;}
.td-social-facebook-number {display: none !important; }
.td-social-mobile-msg {display: none !important;}
.td-social-pinterest {display: none !important;}
.top-menu-social {display: none;}
.top-menu-social {position: absolute; top: 0; left: 0;}
.td-social-sharing {text-align: center;}
.td-social-facebook {left: -113px;position: relative;}
.td-social-likefb {left: -73px;position: relative;top: -3px;}
.td-social-twitter {left: -32px;position: relative;}
.td-social-google {position: relative;top: 3px;}
.td-social-facebook {display: inline-block !important; width: 84px;}
.td-social-facebook a {/*background: url('images/icons/social/ico-share-m.png');*/ width: 84px; height: 23px; display: block;border-radius: 4px;}
.td-social-twitter a {/*background: url('images/icons/social/ico-tweeter.png');*/ width: 84px; height: 23px; display: inline-block;border-radius: 4px;}
.td-social-facebook a .icon:before {color: #FFFFFF;content: "";font-size: 1.2em;line-height: 1em;margin-left: -5px;margin-right: 8px;padding: 0;position: relative;top: -1px;vertical-align: middle;}
.td-social-twitter a .icon:before {color: #FFFFFF;content: "";font-size: 1.2em;line-height: 1em;margin-left: -5px;margin-right: 6px;padding: 0;position: relative;top: -1px;vertical-align: middle;}
.td-social-likefb iframe {width: 120px;}
.fly {width: 326px;}
.post iframe {
    max-width: none !important;
}
p.td-sub-title:first-letter {
    background: #3A97D9;
    color: white;
    display: block;
    float: left;
    font-size: 21px;
    height: 23px;
    line-height: 23px;
    margin: 3px 7px 0 0;
    padding: 9px 14px;
    position: relative;
    text-align: center;
    top: 20px;
}
.paragraph_ul {list-style: none;}
.bullet_no {background: none repeat scroll 0 0 #03b1e3;bottom: 0;color: #FFFFFF;font-size: 18px;left: 0;line-height: 32px;position: absolute;text-align: center;width: 28px;}
.bullet_no:after {content: ".";}
.paragraph_ul li > div:nth-child(1) {border-bottom: 1px solid #03b1e3;padding-left: 40px;position: relative;}
.paragraph_title {font-size: 18px;}
.ld_suggest_thumbnail, .ld_bottom_suggest_thumbnail {float: left; margin-right: 10px;position: relative;}
.ld_suggest_thumbnail:last-child, .ld_bottom_suggest_thumbnail:last-child  {margin-right: 0px;}
.ld_suggest_thumbnail h4, .ld_bottom_suggest_thumbnail h4 {position: absolute; background: url("images/bg-gallery-span.png") repeat scroll 0 0 rgba(0, 0, 0, 0);bottom: -7px;color: #E6E6E6;display: none;font-size: 14px;left: 0;line-height: 16px;padding: 5px 0;position: absolute;text-align: center;width: 100%;}
.home.page .td-footer-wrap, .viralious-layout .td-footer-wrap {padding: 10px 0px;}
body {background: #fff !important;}
.container.td-page-wrap  {margin-top: 20px;}
/*.td-slide-item-main .td-sbig-title-wrap {bottom: 0 !important;left: 3px !important;width: 100%;}*/
/*--------------- For clotsy layout --------------------------*/
body.clotsy-layout {background: #F2F2F2 !important;}
.clotsy-layout .container.td-page-wrap {margin-top: 0px !important;}
.clotsy-layout, .clotsy-layout .td-page-wrap, .clotsy-layout .td-header-bg {background-color: #f1f1f1;}
.clotsy-layout .td-page-wrap .column_container, .clotsy-layout .td-page-wrap .thumb-wrap,
.clotsy-layout .td-footer-wrap .col-md-10 {background-color: #fff;}
.post-pagination {height: 50px;margin-bottom: 25px;
}
.post-pagination a, a:visited {color: #F51D50;}
.pag-btn {background: url("images/menu-fade.png") repeat-x scroll center bottom #F51D50;border: 0 none;border-radius: 1px;box-shadow: 0 2px 7px -3px #000000;color: #FFFFFF !important;display: inline-block;font-family: 'Oswald',sans-serif;font-size: 15px;font-weight: normal;letter-spacing: 1px;line-height: 48px;height: 48px;margin-bottom: 20px;text-align: center;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);width: 100px;}
.page-number {color: #CCCCCC;float: left;font-size: 14px;font-weight: bold;padding-top: 10px;width: 65px;}
.clotsy-layout .clotsy-author-box-wrap {margin-top: 40px;padding: 21px 20px 16px;position: relative;}
.clotsy-layout .clotsy-author-box-wrap img {border-radius: 70px;width: 140px;height: 140px;}
.clotsy-layout .clotsy-author-box-wrap  .td-author-name a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.clotsy-layout .clotsy-author-desc {
  padding-top: 20px;
}
.clotsy-layout .clotsy-author-box-wrap .desc {
  margin-left: 170px;
}
.clotsy-layout .clotsy-footer {
    background: none !important;
}
.clotsy-layout .clotsy-footer .col-md-10 {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  line-height: 31px;
}
.clotsy-layout .clotsy-footer a{color: #ccc; font-weight: bold;}
.clotsy-sub-footer-wrap {text-align: center;}
.clotsy-sub-footer-wrap ul {margin: 0;}
.clotsy-sub-footer-wrap li {display: inline-block; margin: 0 !important;}
.clotsy-sub-footer-wrap li:first-child {margin: 0 20px !important;}
.clotsy-sub-footer-wrap .menu-td_demo_footer-container {display: inline-block;}
.clotsy-footer .col-md-10 a:nth-child(1) {float: left;margin-left: 25%;}
.clotsy-footer .col-md-10 a:nth-child(2) {float: right;margin-right: 25%;}
.clotsy-sub-footer-wrap .td-sub-footer-copy a {
  line-height: 31px;  
  text-align: center;
  color: #000;
}
.clotsy-layout .td-sub-footer-menu a, .clotsy-sub-footer-wrap .td-sub-footer-copy a {text-decoration: none !important;}
.clotsy-sub-footer-wrap {background: none !important;}
.clotsy-sub-footer-wrap .td-sub-footer-copy, .clotsy-sub-footer-wrap ul li a {color: #000;}
.clotsy-sub-footer-wrap .td-sub-footer-menu li a:before {content: none;}
.clotsy-sub-footer-wrap ul#menu-td_demo_footer li:nth-child(2) {
  margin-left: 15%;
}
.clotsy-sub-footer-wrap ul#menu-td_demo_footer li, .clotsy-sub-footer-wrap .td-sub-footer-copy a {
  border-bottom: 1.5px solid #ccc;
  line-height: 16px;
}
.clotsy-sub-footer-wrap .td-sub-footer-copy, .clotsy-sub-footer-wrap ul#menu-td_demo_footer li a, .clotsy-sub-footer-wrap .col-md-10 a:nth-child(1) {
  font-size: 12px;
  color: #000;
}
.clotsy-sub-footer-wrap .col-md-10 {background-color: #fff;}
.clotsy-sub-footer-wrap .col-md-10 a:nth-child(1) {border-bottom: 1px solid #ccc;}
.clotsy-layout .clotsy-sub-post-wrap header h1 {
  /* clotsy post title */
  color: #000000;
  margin: 10px 0px 7px 0px;
  line-height: 37px !important;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.clotsy-layout .clotsy-sub-post-wrap header h1 a {
  color: #000000;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.clotsy-layout .clotsy-sub-post-wrap .paragraph_title {  
  font-size: 18px;
  color: #869690;
}
.clotsy-layout .clotsy-sub-post-wrap  p {    
  color: #869690;
}
.clotsy-layout .clotsy-sub-post-wrap .td-social-twitter {
    left: -2px;
    position: relative;
}
.clotsy-layout .clotsy-sub-post-wrap .td-social-facebook {
    left: -22px;
    position: relative;
}
.clotsy-layout .clotsy-sub-post-wrap .td-social-google {
  width: 65px;
  left:  18px;
}
.clotsy-layout .td-social-likefb {display: none;}
.clotsy-layout .td-footer-wrap .td-grid-wrap {padding-top: 0px;}
.clotsy-layout .td-sub-footer-wrap .td-grid-wrap {padding: 0px 13px;}
.clotsy-layout .td-sub-footer-menu, .clotsy-sub-footer-wrap  .td-sub-footer-menu {text-align: left !important;}
.clotsy-layout .td-page-wrap .td-grid-wrap:nth-child(1) {padding-top: 0px !important;}
.clotsy-layout .header-logo-wrap {text-align: center;}
.clotsy-layout .col-md-10 article {padding: 20px 20px 0px;}
.clotsy-layout .ld_suggest_thumbnail .suggestTbImg img {width: 169.3px;}
.clotsy-layout article img {text-align: center;clear: both;display: block;margin-left: auto;margin-right: auto;margin-top: 6px;margin-bottom: 6px;}
.clotsy-layout .margin-left50 {margin-left: 50%;}
.clotsy-layout .margin-left30 {margin-left: 30%;}
.clotsy-layout-page {margin-bottom: 0px;padding: 15px;}
.single-post.td_responsive.clotsy-layout  .header-logo-wrap img {margin-left: 0px;display: block;margin-left: auto;margin-right: auto;}
/*----------------- For Mirosto Layout ---------------------------------*/
.mirosto-layout article .entry-title {color: #000;font-family: "Libre Baskerville",Helvetica;font-size: 26px; border-bottom: 1px solid #E0E0E0}
.mirosto-layout .td-header-menu-wrap, .mirosto-layout-home .td-header-menu-wrap {display:none;}
.mirosto-layout .mirosto-posted-time {font-family: "Open Sans",sans-serif; color: #909090; font-size: 80%;letter-spacing :1px;}
.mirosto-layout .artpagination {background-color: #FFFFFF;display: block;height: auto;margin: 20px 0;padding: 5px 0;text-align: left;width: 644px;}
.mirosto-layout .roboto {font-family: 'Roboto';}
.mirosto-layout .mediumtext2 {font-size: 14px;line-height: 18px;}
.mirosto-layout .blacktext {color: #000000;}
.mirosto-layout .artpagination a {color: #FF0000;text-decoration: none;}
.mirosto-layout .nodecor {text-decoration: none !important;}
.mirosto-layout .whitetext {color: #FFFFFF;}
.mirosto-layout .pagelink {background-color: #D2D2D2;display: inline-block;height: auto;margin: 0 3px 5px;padding: 5px;text-align: center;}
.mirosto-layout .pageactive {background-color: #000000;display: inline-block;height: auto;margin: 0 3px 5px;padding: 5px;text-align: center;}
.mirosto-layout .header-logo-wrap {margin-top: 0px;padding: 20px 20px 20px;color: #FFFFFF;font-size: 60px;font-weight: bold;text-align: left;background: #CC0066;line-height: 60px;}
.mirosto-layout .header-logo-wrap  a {color: #FFFFFF;text-decoration:none !important;}
.mirosto-layout .span_title_border{border-bottom: 2px solid #FF0000;}
.mirosto-layout article .entry-title span {border-bottom: 3px solid #FF0000;display: inline-block;margin-bottom: -1px;}
.mirosto-layout .mirosto-sidebar-title {position: relative;font-family: 'Roboto Condensed', sans-serif;border-bottom: 1px solid #808080;font-size: 26px;margin: 0px 0px 15px 0px;line-height: 30px;font-weight: normal;color: #000000;}
.mirosto-layout .td-block-author  a {color: #FF399C;}
.mirosto-layout .mirosto-sidebar-title span {border-bottom: 3px solid #FF0000;display: inline-block;margin-bottom: -1px; }
.mirosto-layout .td-sub-footer-wrap  {background: #FFFFFF;}
.mirosto-layout .td-sub-footer-copy {color: #000000; font-weight: bold;}
.mirosto-layout .td-sub-footer-menu li a:before {content: none;}
.mirosto-layout ul#menu-td_demo_footer li:nth-child(2) {margin-left: 12%; }
.mirosto-layout .td-sub-footer-wrap  .td-grid-wrap {padding: 2px 0 4px;}
.mirosto-layout .td-sub-footer-menu li a {color: #000000;font-weight: bold; }
.mirosto-layout .related-title{border-bottom: 1px solid #E0E0E0;color: #000000;font-family: "Libre Baskerville",Helvetica;font-size: 26px;font-weight: bold;}
.mirosto-layout .ld_suggest_thumbnail .suggestTbImg img {width: 169.3px;}
.mirosto-layout .related-title span {border-bottom: 3px solid #FF0000;margin-left: 30px;margin-top: 7px; margin-bottom: -1px; display: inline-block;}
.mirosto-layout .related-thumbnail {margin-top: 15px;margin-right: 10px;xammargin-left: 27px;}
.mirosto-layout .related-thumbnail img {width: 207px;height: 138px;border: 1px solid #ccc;} 
.mirosto-layout .related-thumbnail h4 {font-size: 16px;margin-top: 0px !important;line-height: 20px;} 
.mirosto-layout .col-md-3{width: 230px;}
.mirosto-layout .mirosto-sidebar-img {}
.mirosto-layout .mirosto-sidebar-img ul li {margin-bottom: 15px;}
.mirosto-layout .mirosto-sidebar-img img {border: 8px solid #E0E0E0;width: 307px;height: 245px;}
.mirosto-layout .td-grid-wrap {padding: 0px;}
.mirosto-layout .td-logo-rec-wrap .row {border-right: 1px solid #CC0066;border-left: 1px solid #CC0066}
.mirosto-layout .td-page-wrap .row, .mirosto-layout .mirosto-related-posts-container .row {border-right: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5}
.mirosto-layout .td-page-wrap .row {padding-top: 20px}
.mirosto-layout .td-page-wrap .col-md-8 {padding-left: 10px;}
.mirosto-layout .td-page-wrap .col-md-4 {padding-right: 10px;}
.mirosto-layout .td-sub-footer-wrap .td-grid-wrap {padding-top: 0px;}
.mirosto-layout .td-sub-footer-wrap .row {border-top: 1px solid #D5D5D5; border-left: 1px solid #D5D5D5; border-right: 1px solid #D5D5D5;}
.mirosto-layout, .mirosto-layout .td-header-bg, .mirosto-layout .td-sub-footer-wrap, .mirosto-layout .td-page-wrap {background-color: #f2f2f2 !important;}
.mirosto-layout .row {background-color: #fff;}
.mirosto-layout .fly {width: 323px;}
.mirosto-layout .mirosto-sidebar-img a {padding-left: 0px;}
.tp-bannershadow.tp-shadow2 {height: 30px !important; bottom: -30px !important;}
/*----------------- For Mirosto Layout home page---------------------------------*/
.mirosto-layout-home .header-logo-wrap {margin-top: 0px;padding: 20px 20px 20px;color: #FFFFFF;font-size: 60px;font-weight: bold;text-align: left;background: #CC0066;line-height: 60px;}
.mirosto-layout-home .header-logo-wrap  a {color: #FFFFFF;text-decoration:none !important;}
.mirosto-layout-home .td-sub-footer-wrap  {background: #FFFFFF; border-top: 1px solid #D5D5D5; }
.mirosto-layout-home .td-sub-footer-copy {color: #000000; font-weight: bold;}
.mirosto-layout-home .td-sub-footer-menu li a:before {content: none;}
.mirosto-layout-home ul#menu-td_demo_footer li:nth-child(2) {margin-left: 12%; }
.mirosto-layout-home .td-sub-footer-wrap  .td-grid-wrap {padding: 2px 0 4px;}
.mirosto-layout-home .td-sub-footer-menu li a {color: #000000;font-weight: bold;    }
.mirosto-layout-home .td-sub-footer-wrap .td-grid-wrap {padding-top: 0px;}
.mirosto-layout .container.td-page-wrap {margin-top: 0px;}
.mirosto-layout .stMainServices {height: 22px !important;}
/*----------------- For Advills ---------------------------------*/
.Advills  article .entry-title {color: #000;font-family: 'FranklinGothic,Helvetica,sans-serif';font-size: 36px; font-weight: bold; margin-left: 20px; margin-top: 40px;}
.Advills .td-block-author a {color: #999999;font-weight: bold;font-family: Helvetica,sans-serif;font-size: 12px;margin-left: 20px;}
.Advills  p{color: #333333;font-weight: normal;font-family: Helvetica,sans-serif;font-size: 16px;    margin-left: 20px;margin-right: 20px;}
.Advills article .paragraph_ul li div {border-bottom: 0px;padding-left: 40px;position: relative;font-weight: bold;color: #333333;text-align: left;font-family: Helvetica,sans-serif;}
.Advills, .Advills .td-header-bg, .Advills .td-sub-footer-wrap, .Advills .td-page-wrap, .Advills .row  {background-image: url("images/gr_pattern_bkg.png") !important;}
.Advills .td-page-wrap .col-md-8 {background-color: #fff;box-shadow: 0 0 15px #CCCCCC;}
.Advills .row .col-md-4 {margin-left: 1.478%;width: 30.3483%;}
.Advills h1 {margin-left: 20px;}
.Advills .mirosto-sidebar-title{color: #868D94;font-family: 'FranklinGothic-med',Helvetica,sans-serif;font-size: 15px;font-weight: normal;line-height: 28px;text-shadow: 0 1px 0 #FFFFFF;text-transform: uppercase;  margin-bottom: 15px;border-bottom: 1px solid #d5d5d5;font-weight: bold;}
.Advills .headline {background-color: rgba(19, 21, 28, 0.85);bottom: 30px;padding: 15px 0;position: absolute;width: 100%;}
.Advills .headline, .thumbnail_row .headline {color: #262933;font-family: 'FranklinGothic',Helvetica,sans-serif;font-weight: normal;}
.Advills .byline {background-color: #FFFFFF;color: #A2ACB6;font-size: 10px;line-height: 10px;padding: 11px 16px 9px;}
.Advills .byline, .posted {color: #999999;font-size: 11px;}
* { margin: 0;  padding: 0;}
.Advills .article_box {margin-bottom: 20px;}
.Advills .article_box, div#stream .article_box {list-style: none outside none;}
* {
    margin: 0;
    padding: 0;
}
.Advills .article_box_wrap {
    position: relative;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}
.Advills .byline .comment_count {
    float: right;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .fa-comments:before {
    content: "";
}
.Advills .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .headline .dek {
    color: #868D94;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 15px 4px;
    max-height: 18px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
}
* {
    margin: 0;
    padding: 0;
}
.Advills .headline h3 {
    color: #E9E9E9;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.08;
    margin: 0 15px;
    max-height: 78px;
    min-height: 26px;
    overflow: hidden;
}
.Advills .fly {width: 297px;}
.Advills  .post-pagination {
  z-index: 10000010;
   background-color: #FFFFFF;
    position: absolute;
    right: 22px;
    z-index: 10000010;
}
.Advills .pag-btn {
  color: #FFFFFF;
  float: left;
  font-size: 15px;
  height: 24px;
  padding: 7px 0 0;
  width: 40px;
  background-color: #C64F00 !important;
  background-image: linear-gradient(#FE8738, #C64F00);
  background-repeat: repeat-x;
  border-color: #C64F00 #C64F00 #AA4400;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-left: 40px;
  margin-right: 20px;
}
.Advills .pag-btn .fa-chevron-left:before {
    content: "";
}
.Advills .pag-btn .fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.Advills .pag-btn  .fa-chevron-right:before {
    content: "";
}
.Advills .pag-btn  .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.Advills .page-number {
  color: #999999;
  float: left;
  font-family: 'FranklinGothic',Helvetica,sans-serif;
  font-size: 14px;
  margin: 1px 8px 0;
  text-align: center;
  width: 58px;
  padding-top: 3px;
}
.Advills  .column_container .col-md-6 { width: 53.571%; }
.Advills .td-social-facebook {
    left: 10px;
    position: relative;
}
.Advills .td-social-likefb {
    left: 24px;
    position: relative;
    top: -3px;
}
.Advills .td-social-twitter {
    left: 36px;
    position: relative;
}
.Advills .td-social-google {
    left: 46px;
}
.Advills .row .col-md-2 {
    margin-left: 4.47761%;
    width: 41.429%;
}
.Advills .post-pagination {
    margin-left: 22px;
    margin-top: 10px;
    height: 29px;
    border-left: 1px solid #D5D5D5; 
}
.Advills .shareSocialArticle { 
  border-top: 1px solid #D5D5D5; 
  border-bottom: 1px solid #D5D5D5; 
  height: 49px;
} 
.Advills .td-social-sharing ul {
    margin: 10px !important;
}
/*-------------------------- upgrade version to bootstrap 3 for theme ------------------*/
.single-post.td_responsive.viralious-layout .td-page-wrap > .row:nth-child(2) {padding-top: 20px;}
.single-post.td_responsive.viralious-layout .entry-crumbs {padding-bottom: 10px;}
article img {max-width: 100%;}
/*----------------- For Clotly 2 ---------------------------------*/
.clotsy2-layout .td-page-wrap {
  border-left: 1px solid #d5d5d5; 
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.clotsy2-layout .td-logo-rec-wrap {
  border-left: 1px solid #d5d5d5; 
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  background-color: #ffffff;
}
.clotsy2-layout .td-header-bg {
    background-color: #F2F2F2;
}
.clotsy2-layout .header-logo-wrap img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}
.clotsy2-layout .slider-img {
    background-color: #FFFFFF;
    box-shadow: 0 0 15px #CCCCCC;
    margin-top: 12px;
    margin-bottom: 20px;
}
.clotsy2-layout .col-md-10 {
  text-align: center;
  margin-top:10px; 
 }
.clotsy2-layout .col-md-10 a  {
  color: #000000;
  font-size: 12px;
  text-align: center;
  border-bottom: 1.5px solid #CCCCCC;
  margin-left: 16px;
}
.clotsy2-layout .column_separate {
  border-bottom: 1px solid #d5d5d5 !important;
  border-top: 1px solid #d5d5d5 !important;
  padding: 0 4px 0 25px;
}
.clotsy2-layout h1 {margin: 9px 0 7px;}
.clotsy2-layout .td-social-likefb {display: none !important;}
.clotsy2-layout .td-social-google {display: none !important;}
.td-social-twitter {left: 0px; margin-left: 36px;}
.clotsy2-layout a.facebook_button {
    -moz-user-select: none;
    background-image: url("images/facebook_btn.jpg") !important ;
    background-repeat: repeat-x;
    width: 224px;
    height: 41px;
    border: 2px solid #d5d5d5; 
}
.clotsy2-layout a.twitter_button {
    -moz-user-select: none;
    background-image: url("images/twifter_btn.jpg") !important ;
    background-repeat: repeat-x;
    width: 164px;
    height: 40px;
    margin-left: 30px;
    border: 2px solid #d5d5d5; 
}
.clotsy2-layout .td-social-facebook span {display: none !important;}
.clotsy2-layout .td-social-twitter span {display: none !important;}
.clotsy2-layout .clotsy-author-box-wrap {border: 1px solid #d5d5d5; width: 596px;}
.clotsy2-layout .clotsy-author-box-wrap img {margin-right: 10px;}
.clotsy2-layout .td-author-name a {
  font-size: 16px; 
  color: #000000; 
  font-weight: bold;
  margin-left: 10px;
  line-height: 30px;
}
.clotsy2-layout .author-box-wrap {
    background-color: #FFFFFF !important;
}    
.clotsy2-layout .clotsy-author-desc {
  font-size: 14px; 
  color: #000000; 
  margin-bottom: 10px; 
}
.clotsy2-layout .related-thumbnail {
 
  margin-bottom: 46px;
}
.clotsy2-layout .related-thumbnail img{
  width: 315px;
  height: 244px;
  margin-top: 19px; 
  margin-bottom: 0px;
  box-shadow: 0 0 10px #CECAC9;
}
.clotsy2-layout .related-backgroud {background: #F2F2F2; border: 1px solid #d5d5d5;margin-bottom: 0px;}
.clotsy2-layout .td-social-sharing {
    text-align: center;
    width: 595px;
}
.clotsy2-layout .col-md-4 .post-pagination {
  box-shadow: inset 0px 0px 4px #F1F1F1;
  border-radius:10px;
  background-color: #f1f1f1;
  border: 1px solid #d5d5d5; 
  margin-top: 20px;
} 
.clotsy2-layout h4 {
  font-family:  verdana;
  font-size: 19px;
  color: #000000;
  border: 1px solid #d5d5d5;
  width: 300px;
  height: 70px;
  padding: 5px 5px 5px 5px;
  margin-left:7px;
  margin-bottom: -20px;
  margin-top: -1px;
   background-color: #FFFFFF;
}
.clotsy2-layout .td-sub-footer-wrap {
    background-color: #F1F1F1;
    height: 40px;
}
.clotsy2-home .td-sub-footer-wrap {background: #fff; height: 40px; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5;width: 115%;}
.clotsy2-layout .td-sub-footer-wrap .row {
     border: 1px solid #d5d5d5;
     background-color: #ffffff;
}
.clotsy2-layout .menu-td_demo_footer-container, .clotsy2-home .menu-td_demo_footer-container {
    display: inline-block;
}
* {
    margin: 0;
    padding: 0;
}
.clotsy2-layout li:first-child {  margin: 0 20px;}
.clotsy2-layout .menu-td_demo_footer-container li, .clotsy2-home .menu-td_demo_footer-container li {
    display: inline-block;
    margin: 0 5px !important;
    border-bottom: 2px solid #c8cccb;
    height: 23px;
}
.clotsy2-layout .col-md-6{text-align: right;}
.clotsy2-post-nav {background: url('images/clotsy2_post_nav_bg.png') repeat-x; width: 100%; border: 1px solid #bbb;border-radius: 3px;height: 38px; line-height: 38px;}
.clotsy2-post-nav span {color: #5b233c; position: absolute; left: 32%;}
.clotsy2-post-nav a, .clotsy2-post-nav a:hover {color: #000; font-size: 14px; font-weight: bold; text-decoration: none !important;}
.clotsy2-post-nav .post_prev {float: left;margin-left: 20px;}
.clotsy2-post-nav .post_next {float: right;margin-right: 20px;}
body.single-post.clotsy2-layout {background: #F2F2F2 !important;}
.single-post.clotsy2-layout .container.td-page-wrap {margin-top: 0px;}
.clotsy2-home .col-xs-4, .col-xs-4.clotsy2-post-sidebar {background: #fff; border: none;}
.clotsy2-layout .related-backgroud .col-xs-4 {background-color: #F2F2F2; border: none;}
.clotsy2-home .td-sub-footer-wrap .col-xs-12 > a:nth-child(1), .clotsy2-layout .td-sub-footer-wrap .col-xs-12 > a:nth-child(1) {float: left; border-bottom: 2px solid #c8cccb;display: block;height: 30px;}
.clotsy2-home .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container, .clotsy2-layout .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container {float: right; margin-right: 30px;}
.clotsy2-home .td-sub-footer-wrap .col-xs-12, .clotsy2-layout .td-sub-footer-wrap .col-xs-12 {line-height: 40px;}
.clotsy2-home .td-sub-footer-wrap a, .clotsy2-layout .td-sub-footer-wrap a {color: #000; font-size: 12px;}
.clotsy2-home .td-header-menu-wrap, .clotsy2-layout .td-header-menu-wrap {display: none;}
.clotsy2-home #outer-wrap, .clotsy2-layout #outer-wrap {overflow: visible;}
.clotsy2-home .td-menu-background:after {width: 115%;}
.clotsy2-layout .clotsy2-post-sidebar .td_rec {padding-bottom: 0px !important;}
.clotsy2-layout .margin-left50 { margin-left: 45%;}
.clotsy2-layout  .page-number {margin-left: 12%;}
.clotsy2-layout .margin-left50 { margin-left: 45%;}
.clotsy2-layout .arrowprevimg { background-color: #F8F8F8 !important; border: 1px solid #F8F8F8;position: relative;}
.clotsy2-layout .arrowprevimg a {text-decoration: none !important;}
.clotsy2-layout .gallery-image {background-color: #F8F8F8 !important; border-radius: 3px; line-height: 300px; min-height: 300px;}
.clotsy2-layout a.gallery-pagination-previous, .clotsy2-layout a.gallery-pagination-next {
    background-image: linear-gradient(#56BBB7, #409E9B);
    background-size: 100% auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 58px;
    height: 80px;
    line-height: 60px;
    opacity: 0.9;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    width: 40px;
    z-index: 10;
    text-align: center;
    font-family: sans-serif;
}
.clotsy2-layout a.gallery-pagination-previous:hover, .clotsy2-layout a.gallery-pagination-next:hover {text-decoration: none;}
.clotsy2-layout a.gallery-pagination-previous { border-radius: 0 80px 80px 0;  left: 0;}
.clotsy2-layout a.gallery-pagination-next {border-radius: 80px 0 0 80px;right: 0;}
.clotsy2-layout .aligncenter {margin: 0px auto;}
.clotsy2-layout a.gallery-pagination-previous:hover {margin-top: -5px;  opacity: 1; }
.clotsy2-layout a.gallery-pagination-next:hover {    margin-top: -5px; opacity: 1;}
.clotsy2-layout .gallery-pagination-next span {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;line-height: 60px;font-size: 80px;margin-left: 5px;}
.clotsy2-layout .gallery-pagination-previous span {font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;line-height: 60px;font-size: 80px;margin-right: 5px;}
.clotsy3-layout .td_mod_wrap {
    margin-left: -35px !important;
}
.home.clotsy2-home .block-title {display: none;}
.viralious-layout .related-title {
    border-bottom: 1px solid #E0E0E0;
    color: #000000;
    font-family: "Libre Baskerville",Helvetica;
    font-size: 26px;
    font-weight: bold;
    margin-left: 40px;
}
.viralious-layout .related-title span {
    border-bottom: 3px solid #FF0000;
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 30px;
    margin-top: 7px;
}
.viralious-layout .col-md-3 {
    width: 230px;
}
.viralious-layout .related-thumbnail {
    margin-right: 10px;
    margin-top: 15px;
}
.viralious-layout .related-thumbnail img {
    border: 1px solid #CCCCCC;
    height: 138px;
    width: 207px;
}
.mirosto-layout .td-page-wrap .row, .mirosto-layout .mirosto-related-posts-container .row {border-right: 1px solid #d5d5d5; border-left: 1px solid #d5d5d5 ;}
/*======================== Hoang layout =============================*/
.hoang-layout .td_mod_wrap {
    margin-bottom: 5px;
}
body.single-post.hoang-layout {
    background: none repeat scroll 0 0 #8CA0E5 !important;
}
.hoang-layout .col-xs-4, .col-xs-4.hoang-post-sidebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
}
.hoang-layout h1 {
  background-color: #F2F2F2;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.hoang-layout .arrowprevimg {
    background-color: #F8F8F8 !important;
    border: 1px solid #F8F8F8;
    position: relative;
}
.hoang-layout .arrowprevimg a {
    text-decoration: none !important;
}
.hoang-layout .mirosto-sidebar-title{color: #435C63;font-family: 'FranklinGothic-med',Helvetica,sans-serif;font-size: 24px;font-weight: normal;line-height: 28px;text-shadow: 0 1px 0 #FFFFFF;margin-bottom: 15px;margin-top: 30px;font-weight: bold;}
.hoang-layout ul li a {
    padding: 0;
}
.hoang-layout .mirosto-sidebar-img h4 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom:24px;
    padding-bottom: 10px;
    color: #71716F;
    font-size: 18px;
    width: 300px;
    border-bottom: 1px dotted #F1F1F1;
}
.hoang-layout .mirosto-sidebar-img img {width: 300px;height: 160px;}
.hoang-layout .col-xs-4 {
  padding-left: 0px;
}
.hoang-layout .td-page-wrap .td_rec {
    padding-bottom: 0 !important;
}
.hoang-layout .post header {
    margin-bottom: 0px;
    top: -16px;
}
.hoang-layout .td_rec .td_mod_wrap {
    text-align: left;
}
.hoang-layout .gallery-pagination-previous span {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 80px;
    line-height: 60px;
    margin-right: 5px;
}
.hoang-layout a.gallery-pagination-next {
    border-radius: 80px 0 0 80px;
    right: 70px;
}
.hoang-layout a.gallery-pagination-previous {
    border-radius: 0 80px 80px 0;
    left: 70px;
}
.hoang-layout .gallery-pagination-next span {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 80px;
    line-height: 60px;
    margin-left: 5px;
}
.hoang-layout a.gallery-pagination-previous, .hoang-layout a.gallery-pagination-next {
    background-size: 100% auto;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 58px;
    height: 80px;
    line-height: 60px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    width: 40px;
    z-index: 10;
}
.hoang-layout .td-sub-footer-wrap {
    background-color: #8CA0E5;
    height: 27px;
}
.hoang-home .td-sub-footer-wrap .col-xs-12 > a:nth-child(1), .hoang-layout .td-sub-footer-wrap .col-xs-12 > a:nth-child(1) {
    display: block;
    float: left;
    height: 30px;
}
.hoang-home .td-sub-footer-wrap a, .hoang-layout .td-sub-footer-wrap a {
    color: #000000;
    font-size: 12px;
}
.hoang-home .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container, .hoang-layout .td-sub-footer-wrap .col-xs-12 div.menu-td_demo_footer-container {
    float: left;
    margin-right: 30px;
    font-size: 16px;
}
.hoang-layout .menu-td_demo_footer-container, .hoang-home .menu-td_demo_footer-container {
    display: inline-block;
}
.hoang-layout .menu-td_demo_footer-container li, .hoang-home .menu-td_demo_footer-container li {
    display: inline-block;
    height: 23px;
    margin: 0 5px !important;
}
.hoang-layout .td-sub-footer-wrap li:first-child {
    margin: 0 20px;
}
.hoang-home .td-sub-footer-wrap a, .hoang-layout .td-sub-footer-wrap a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.hoang-home .td-sub-footer-wrap .col-xs-12 {
  padding-top: 15px;
}
/* ============================= Viralious layout 2 ============================= */
.viralious2-layout .ld_suggest_thumbnail_1 {
  float: left;
  margin-right: 9px;
  position: relative;
  height: 160px;
}
.viralious2-layout .ld_suggest_thumbnail_1 h4{
  position: absolute;
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000000;
  display: none;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 10px;
}
.viralious2-layout .fly {
  margin-top: 20px;
}
.viralious2-layout .theme_social_text .td-social-facebook {margin-left: 110px;float: left;}
.viralious2-layout .theme_social_text .td-social-likefb {display: none !important; }
.viralious2-layout .theme_social_text .td-social-pinterest {display: none !important;}
.viralious2-layout .theme_social_text .td-social-twitter  {display: block !important; float: left;}
.viralious2-layout .theme_social_text .td-social-mobile-msg {display: block !important;float: left; margin-left: -80px;} 
.viralious2-layout .theme_social_text .td-social-facebook-number{display: block !important;float: left; margin-left: 30px; margin-top: -3px;}
.viralious2-layout .theme_social_text .td-social-google { margin-left: 20px;  float: left; }
.viralious2-layout .loadmore {display: none;}
.viralious2-layout .theme_social_viralious .td-social-likefb {display: none !important; }
.viralious2-layout .theme_social_viralious .td-social-pinterest {
    display: block !important;
    top: -49px;
    width: 229px;
    left: 498px !important;    
  }
.viralious2-layout .theme_social_viralious .td-social-twitter  {display: block !important; float: left;}
.viralious2-layout .theme_social_viralious .td-social-mobile-msg {display: none !important;} 
.viralious2-layout .theme_social_viralious .td-social-facebook-number{display: none !important;}
.viralious2-layout .theme_social_viralious .td-social-google {display: none !important; }
.viralious2-layout .theme_social_viralious ul {
  height: 70px;
}
.viralious2-layout .theme_social_viralious a.facebook_button {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    border-radius: 0px;
    margin-left: -74px;
    
}
.viralious2-layout .theme_social_viralious a{
    text-decoration: none !important;
}
.viralious2-layout .theme_social_viralious .textNode {
    font-size: 20px;
    line-height: 2.5em;    
}
.viralious2-layout .theme_social_viralious a.twitter_button  {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    margin-left: -36px;
    border-radius: 0px;
  }
.viralious2-layout .theme_social_viralious .td-social-pinterest a {
    -moz-user-select: none;
    background: #E84C3D !important ;
    background-image:  url('images/Pinterest_viralious.png') !important ;
    background-repeat: repeat-x !important;
    width: 229px !important ;
    height: 49px !important ;
    border: 0px solid #d5d5d5 !important ; 
    background-size: 229px 49px !important;
    background-position: 0 0px !important;
    
}
.viralious2-layout .td-scroll-up-visible {display: block !important; opacity: 0.8;}
.viralious-layout .td-scroll-up-visible {display: block !important; opacity: 0.8;} 
.viralious-home .td-scroll-up-visible {display: block !important; opacity: 0.8;} 
.viralious2-home .td-scroll-up-visible {display: block !important; opacity: 0.8;} 
.viralious-layout .theme_social_viralious .td-social-likefb {display: none !important; }
.viralious-layout .theme_social_viralious .td-social-pinterest {
    display: block !important;
    top: -49px;
    width: 229px;
    left: 476px !important;    
  }
.viralious-layout .theme_social_viralious .td-social-twitter  {display: block !important; float: left;}
.viralious-layout .theme_social_viralious .td-social-mobile-msg {display: none !important;} 
.viralious-layout .theme_social_viralious .td-social-facebook-number{display: none !important;}
.viralious-layout .theme_social_viralious .td-social-google {display: none !important; }
.viralious-layout .theme_social_viralious a.facebook_button {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    border-radius: 0px;
    margin-left: -74px;
    
}
.viralious-layout .theme_social_viralious a{
    text-decoration: none !important;
}
.viralious-layout .theme_social_viralious .textNode {
    font-size: 20px;
    line-height: 2.5em;    
}
.viralious-layout .theme_social_viralious a.twitter_button  {
    -moz-user-select: none;
    background-color: #00BBF2 !important ;
    background-repeat: repeat-x;
    width: 229px;
    height: 49px;
    border: 0px solid #d5d5d5; 
    margin-left: -36px;
    border-radius: 0px;
  }
.viralious-layout .theme_social_viralious .td-social-pinterest a {
    -moz-user-select: none;
    background: #E84C3D !important ;
    background-image:  url('images/Pinterest_viralious.png') !important ;
    background-repeat: repeat-x !important;
    width: 229px !important ;
    height: 49px !important ;
    border: 0px solid #d5d5d5 !important ;
    background-size: 229px 49px !important;
    background-position: 0 0px !important;
}
.viralious-layout .author-box-wrap {
  margin-top: 0px;
}
.viralious2-top-nav-post {width: 364px;display: inline-block;text-align: right;}
.viralious2-layout #shareTop .page-nav.page-nav-post a {padding: 0px; border: none; margin: 0px;}
.viralious2-layout .author-box-wrap {
  background-color: #fcfcfc;
  position: relative;
  padding: 0px 6px 1px 18px;
  margin-top: 0px;
  border: 1px solid #f5f5f5;
}
.viralious2-layout  .entry-crumbs {
  line-height: 26px;
}
.viralious2-layout .td-footer-wrap {
padding: 10px 0px;
}
.viralious2-layout .page-nav-post span {
  margin: 2px;
}
.viralious2-layout .td-header-bg .col-md-8 {padding-left: 0px;}
.viralious2-layout .header-logo-wrap img {margin-left: 0px;}
.viralious2-layout .entry-crumb:visited {color: #0000FF;}
.paragraph_ul .td_rec {padding-left: 0px; border: none;}
.td_rec_right {
  float: right;
  /*margin-right: 21px;*/
  position: relative;
  top: 5px;
}
.ads_inside_content {float: right; margin: 6px 0 15px 15px; border: none !important; padding: 0 !important;}
.ads_inside_content div {border: none !important; padding: 0 !important;}
.viralious2-home .td-menu-wrap #td-top-menu, .viralious2-layout .td-menu-wrap #td-top-menu {padding-left: 0px;}
.viralious2-home .header-logo-wrap img {margin-left: 0px;}
.viralious2-home .block-title {display:none;}
.img-lady{
  width: 360px;
  height: 300px;
}
.img-lady_na {
  width: 305px;
  height: 195px;
}
.correct_point, .wrong_point {font-size: 55px;width: 40px;text-align: center;}
.correct_point {color: #00a3ed;}
.wrong_point {color: #f21921;}
.spotlady_separator {text-align: center;}
.spotladyimg_container .col-md-4 {padding-left: 0px;}
.spot_lady_title { color: #1d3753;font-family: "Open Sans",sans-serif;font-size: 2.8125rem;font-weight: 300;line-height: 1.06667;text-align: center;}
.flip-container {
    display: block;
    height: 300px;
    max-width: 576px;
    perspective: 1000px;
    position: relative;
    width: 360px;
}
.flip-container .flipper {
    position: relative;
    transform-style: preserve-3d;
}
/*.flip-container:hover .front-card, .flip-container.hover .front-card {
    transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.flip-container:hover .back-card, .flip-container.hover .back-card {
    transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}*/
.flip-front-hover {transform: rotateX(180deg) !important;-webkit-transform: rotateX(180deg) !important;}
.flip-back-hover {transform: rotateX(0deg) !important;-webkit-transform: rotateX(0deg) !important;}
.flip-container .front-card {transform: rotateX(0deg);-webkit-transform: rotateX(0deg);z-index: 2px;}
.flip-container .back-card {transform: rotateX(180deg);-webkit-transform: rotateX(180deg);padding: 20px;}
.flip-container .front-card, .flip-container .back-card {
    backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
    transition: all 600ms ease 0s;
    width: 100%;
}
.flip-container .description {
    font-family: "Open Sans",sans-serif;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.3;
  color: #1d3753;
  text-align: left;
}
.flip-container .next_round {
    border-color: #ff9600;
    bottom: 20px;
    color: #ff9600;
    left: 20px;
    padding: 8px 0;
    position: absolute;
    right: 20px;
}
.next_round {
    border: 1px solid #096898;
    border-radius: 3px;
    color: #096898;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: background 250ms ease 0s;
  cursor: pointer;
}
.flip-container .next_round:hover {background-color: rgba(255,150,0,.06);}
.caliser-top-post .top-post-header{
    border-color: darkgray;
    background: none repeat scroll 0 0 transparent;
    border-style: none;
    border-width: 0;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 0 0 6px;
    text-decoration: none;
}
.caliser-top-post .top-post-header span{
    float:none;
    margin-left:0;
}
.caliser-top-post .top-post-containt .item{
    float: left;
    margin: 0 0 2% 2%;
    position: relative;
    width: 31.95%;
}
.caliser-top-post .top-post-containt .item.first{
    margin:0;
}
.caliser-top-post .top-post-containt .item .title{
    color: #333;
    font-family: 'Roboto Condensed',?sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
/*.widget .thumbs-4r .trc_rbox_header {height: 30px; }
.widget .thumbs-4r [class*="span"] {float: left; width: 155px; height: 30px;}
.widget .thumbs-4r .trc_header_left_column {text-align: left; padding: 0 10px; font-size: 16px;  width: 155px; line-height: 30px; height: 30px;}*/
/*
  SF menu
*/
.sf-menu,
.sf-menu ul,
.sf-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu .td-not-mega > a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 52px;
  /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
  float: left;
}
/*  ----------------------------------------------------------------------------
    All the links
*/
.sf-menu .td-not-mega > a {
  text-decoration: none !important;
  font-family: 'Ubuntu', sans-serif;
}
.sf-menu .td-not-mega > a:hover {
  text-decoration: none !important;
}
.sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat:hover {
  background-color: #FFFFFF;
}
/*  ----------------------------------------------------------------------------
    Top menus
*/
/* remove the down arrow on links with  (icosn menus) */
.td-no-down-arrow > a {
  padding-right: 11px !important;
  padding-left: 11px !important;
}
.td-no-down-arrow > a .sf-sub-indicator {
  display: none;
}
.sf-menu > li > a {
  padding: 0px 11px 0px 11px;
  height: 48px;
  line-height: 51px;
  font-size: 16px;
  color: #202020;
  border-bottom: 4px solid transparent;
  z-index: 9999;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sf-menu > li > a {
    font-size: 14px;
  }
}
/* menu icons */
.sf-menu .menu_icon {
  position: relative;
  top: 13px;
  float: left;
  /* responsive phone */
}
@media (max-width: 767px) {
  .sf-menu .menu_icon {
    top: 11px;
  }
}
.sf-menu .sub-menu .menu_icon {
  top: 0px;
}
.sf-menu .menu_hidden {
  display: none !important;
}
/* hover and current menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
  border-bottom: 4px solid #4db2ec;
}
.td_980_resp .td_mod_mega_menu {
  margin-left: 19px;
}
.td_980_resp .td-mega-menu ul {
  left: 0px !important;
}
.td_980_resp .td-mega-menu .td_block_inner {
  width: 800px !important;
}
.td_980_resp .td-mega-menu .td-mega-grid,
.td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_resp .td-mega-menu ul {
  width: 996px !important;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_980_resp .td_mod_mega_menu {
    margin-left: 14px !important;
  }
  .td_980_resp .td-mega-menu ul {
    left: 0px !important;
  }
  .td_980_resp .td-mega-menu .td_block_inner {
    width: 600px !important;
  }
  .td_980_resp .td-mega-menu .td-mega-grid,
  .td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
  .td_980_resp .td-mega-menu ul {
    width: 748px !important;
  }
}
.td_980_not_resp .td_mod_mega_menu {
  margin-left: 19px;
}
.td_980_not_resp .td-mega-menu ul {
  left: 0px !important;
}
.td_980_not_resp .td-mega-menu .td_block_inner {
  width: 800px !important;
}
.td_980_not_resp .td-mega-menu .td-mega-grid,
.td_980_not_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_not_resp .td-mega-menu ul {
  width: 996px !important;
}
/*  ----------------------------------------------------------------------------
    submenu
*/
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.sf-menu ul .td-not-mega > a {
  padding: 5px 14px 7px 13px;
  color: #3d4449;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sf-menu ul .td-not-mega > a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-menu-item > a {
  color: #ffffff !important;
  background: #4db2ec;
}
.block-mega-child-cats a:hover {
  background-color: #4db2ec;
}
.td_mega_menu_sub_cats .block-mega-child-cats a:hover {
  color: #FFFFFF;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}
/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu a.sf-with-ul {
  padding-right: 29px;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
}
/* top menu down white */
.sf-sub-indicator {
  position: absolute;
  right: 12px;
  top: 24px;
  /* IE6 only */
  text-indent: -999em;
  overflow: hidden;
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
  background-image: url('images/sprite/elements.png');
  background-repeat: no-repeat;
  display: block;
}
/* top menu down hover */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  width: 9px;
  height: 6px;
  background-position: -20px -832px;
}
.sf-menu ul a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -876px;
}
/* right white ( hover) */
.sf-menu ul .sf-sub-indicator {
  top: 14px;
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
/* hover right white */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator,
.sf-menu ul .current-menu-ancestor > a > .sf-sub-indicator,
.sf-menu ul .current-menu-item > a > .sf-sub-indicator {
  width: 5px;
  height: 8px;
  background-position: -20px -923px;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.99;
  }
}
/*  ----------------------------------------------------------------------------
    Mega Menu
*/
.td-mega-menu {
  position: static !important;
}
.td-mega-menu .sub-menu {
  /* hover fix */
  display: none !important;
}
/* hover fix */
.td-mega-menu.sfHover .sub-menu {
  display: block !important;
}
.td-mega-menu ul {
  position: absolute !important;
  width: 996px !important;
  /* responsive monitor */
  /* responsive portrait tablet */
  height: auto !important;
  top: 0px;
  left: 0px !important;
  display: none;
  /* responsive monitor */
}
@media (min-width: 1200px) {
  .td-mega-menu ul {
    width: 1122px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-mega-menu ul {
    width: 748px !important;
  }
}
@media (min-width: 1200px) {
  .td-mega-menu ul {
    /*left: 27px !important;*/
    left:0!important;
  }
}
.td-sp-mega-menu-left {
  width: 22px;
  height: 22px;
  background-position: -20px -1948px;
}
.td-sp-mega-menu-right {
  width: 22px;
  height: 22px;
  background-position: -20px -1990px;
}
/*  ----------------------------------------------------------------------------
    td-mega-menu - the mega menu module
*/
.td_mod_mega_menu {
  width: 22.0703125%;
  float: left;
  margin-bottom: 53px;
  padding-top: 21px;
  margin-left: 2.34375%;
}
.td_mod_mega_menu .item-details h4 {
  margin-top: 6px;
  line-height: 23px;
  font-size: 15px;
}
.td_mod_mega_menu .item-details a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 15px;
  line-height: 21px;
}
.td_mod_mega_menu .item-details a:hover {
  background-color: transparent !important;
}
.td-no-subcats .td_mod_mega_menu {
  width: 17.73991031390135%;
  margin-left: 1.883408071748879%;
}
/*  ----------------------------------------------------------------------------
    block td_mega_menu
*/
.td_block_mega_menu {
  padding-bottom: 0px;
  background-color: #f2f2f2;
  /* pagination */
  /* pagination */
}
.td_block_mega_menu .td_block_inner {
  float: left;
  position: relative;
  padding-bottom: 0px;
  background-color: white;
  min-height: 253px;
  width: 800px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td_block_inner {
    width: 896px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td_block_inner {
    width: 601px;
  }
}
.td_block_mega_menu .td_ajax-prev-page {
  top: auto;
  right: auto;
  bottom: 21px;
  left: 214px;
  background-color: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('images/sprite/elements2.png');
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -20px -1948px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td_block_mega_menu .td_ajax-prev-page:hover {
  background-color: #4db2ec;
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td_ajax-prev-page {
    left: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td_ajax-prev-page {
    left: 161px;
  }
}
.td_block_mega_menu .td-ajax-next-page {
  top: auto;
  right: auto;
  bottom: 21px;
  left: 241px;
  background-color: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('images/sprite/elements2.png');
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -20px -1990px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td_block_mega_menu .td-ajax-next-page:hover {
  background-color: #4db2ec;
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td-ajax-next-page {
    left: 267px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td-ajax-next-page {
    left: 190px;
  }
}
.td_block_mega_menu .ajax-page-disabled {
  background-color: #e1e1e1 !important;
}
/* mega menu with no subcategories */
.td-no-subcats .td_block_inner {
  width: 996px !important;
  /* responsive monitor */
  /* responsive portrait tablet */
}
@media (min-width: 1200px) {
  .td-no-subcats .td_block_inner {
    width: 1122px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-no-subcats .td_block_inner {
    width: 748px !important;
  }
}
.td-no-subcats .td_ajax-prev-page {
  left: 21px !important;
}
.td-no-subcats .td-ajax-next-page {
  left: 48px !important;
}
/* style the mega menu subcategories */
.block-mega-child-cats {
  text-align: right;
  margin-top: 23px;
}
.block-mega-child-cats a {
  padding: 6px 21px 6px 0px;
  display: block;
  color: #1e1e1e;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
}
.block-mega-child-cats a:hover {
  text-decoration: none !important;
  color: #FFFFFF;
}
.block-mega-child-cats a.cur-sub-cat {
  background-color: white;
  color: #4db2ec;
}
.block-mega-child-cats a.cur-sub-cat:hover {
  color: #4db2ec;
}
.td_mega_menu_sub_cats {
  width: 19.62331838565023%;
  float: left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.facebook-title{margin-right:5px;}
.news_thumbnail img {max-width: 100%;}
.news_item.box_contents .news_thumbnail {margin-left: -10px; margin-right: -10px;}
.news_item.box_contents .news_thumbnail img {width: 100%; height: auto;}
#shareTop{top: 0; margin-top: 15px; margin-bottom: 15px; text-align: left; position: static;}
#shareTop a {vertical-align: middle;}
.entry-category a {}
.box_container {padding: 10px 25px; background: #F6F5F3; border: 1px solid #E7E6E4; border-radius: 5px; margin-bottom: 10px;}
.box_contents {border: 1px solid #E7E6E4; padding: 10px; border-radius: 5px; background: #fff; margin-top: 10px;}
.news_item.box_contents {padding-bottom: 0;}
.box_contents:first-child {margin-top: 0;}
p.td-sub-title:first-letter {font-style: italic;}
.box_contents h1.entry-title {margin-top: 0;}
.viralious2-layout .page-nav-post.box_contents {text-align: center; margin-top: 10px;}
.viralious2-layout .page-nav-post.box_contents a span {margin: 0;}
.viralious2-layout .page-nav-post.box_contents a, .viralious2-layout .page-nav-post.box_contents > span.current {margin-right: 4px;}
.page-nav-post a:last-child {margin-left: 0;}
.sf-menu .td-not-mega > a {position: static;}
.caliser-gallery {cursor: pointer; border: 1px #000 solid; padding: 10px; position: relative;width: 620px;}
.caliser-gallery-pictures {display: none; overflow: hidden;}
.caliser-gallery-pictures .carousel-inner {background: rgba(0, 0, 0, 0.1);height: 450px;}
.caliser-gallery-pictures .carousel-control {background: #313131; color: #fff; opacity: 1; display: block; width: auto;height: 80px;top: 40%;width: 40px;text-decoration: none !important;}
.caliser-gallery-pictures .left.carousel-control {border-radius: 0 80px 80px 0;}
.caliser-gallery-pictures .right.carousel-control {border-radius: 80px 0 0 80px;}
.caliser-gallery-pictures .carousel-control span.icon_left, .caliser-gallery-pictures .carousel-control span.icon_right {top: 0; margin: 0; font-size: 80px;line-height: 60px;position: static;font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;text-decoration: none;}
.caliser-gallery-pictures .carousel .item span {display: none;} 
.caliser-gallery-pictures h1, .caliser-gallery-pictures .gallery_item_text h3 {margin-top: 0px;}
.caliser-gallery-pictures .gallery_item_text p {min-height: 123px;}
.caliser-gallery-pictures .caliser_gallery_recommend_ads {padding-top: 20px;}
.caliser-gallery .cta-overlay {font-size: 13px; height: 100%; left: 0; position: absolute; top: 0; transition: background-color 0.24s linear 0s; width: 100%;}
.caliser-gallery .cta-overlay:hover {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);}
.caliser-gallery .cta-overlay:hover .cta-text {opacity: 1;}
.caliser-gallery .cta-overlay .title.cta-text {left: 5px; top: 5px;  white-space: pre-wrap;  width: 90%;}
.caliser-gallery .cta-overlay .cta-text { color: white; font-weight: normal; opacity: 0; position: absolute; text-align: left; transition: opacity 0.24s linear 0s;}
.caliser-gallery .cta-overlay .large.cta-text { margin-top: 35px; position: relative; text-align: center;  top: 50%;}
.caliser-gallery .cta-overlay .cta-text { color: white;  font-weight: normal;  opacity: 0;  position: absolute;  text-align: left;  transition: opacity 0.24s linear 0s;}
.caliser-gallery .icon-white-slideshow { margin-left: -38px;  margin-top: -27px;}
.caliser-gallery .icon-white-slideshow{border-radius: 7px;  left: 50%;  top: 50%;}
.caliser-gallery .icon-slideshow { background-color: #324fe1;  cursor: pointer;  position: absolute;  z-index: 1; opacity: 0; transition: opacity 0.16s linear 0s;}
.caliser-gallery .icon-white-slideshow {background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI3NnB4IiBoZWlnaHQ9IjU0cHgiIHZpZXdCb3g9IjAgMCA3NiA1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNzYgNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBpZD0iU1ZHSURfM18iIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MS45MDUsMTQuM0gzNC44NDJjLTIuMjg2LDAtMy43OTIsMS40MjItMy43OTIsMy43NjF2My43NjJoLTcuNTgzCiAgICAgICAgICAgICAgICBjLTIuMjg1LDAtMy43OTIsMS40MjMtMy43OTIsMy43NjNWMzYuODdjMCwyLjMzOCwxLjUwNywzLjc2MywzLjc5MiwzLjc2M0g0MC41M2MyLjI4NywwLDMuNzkzLTEuNDI1LDMuNzkzLTMuNzYzdi0zLjc2NGg3LjU4MgogICAgICAgICAgICAgICAgYzIuMjg0LDAsMy43OTMtMS40MjIsMy43OTMtMy43NlYxOC4wNkM1NS42OTgsMTUuNzIyLDU0LjE4OSwxNC4zLDUxLjkwNSwxNC4zTDUxLjkwNSwxNC4zeiBNNDAuNTI4LDM2Ljg3MUgyMy40NjVWMjUuNTg2aDE3LjA2MwogICAgICAgICAgICAgICAgVjM2Ljg3MUw0MC41MjgsMzYuODcxeiBNNTEuOTA1LDI5LjM0OWgtNy41ODJ2LTMuNzYyYzAtMi4zNDEtMS41MDYtMy43NjMtMy43OTMtMy43NjNoLTUuNjg4di0zLjc2MmgxNy4wNjNWMjkuMzQ5CiAgICAgICAgICAgICAgICBMNTEuOTA1LDI5LjM0OXoiLz4KICAgICAgICA8L2c+CiAgICA8L2c+CjwvZz4KPC9zdmc+");}
.caliser-gallery .icon-white-slideshow { height: 54px;  width: 76px;}
.caliser-gallery .cta-overlay:hover .icon-slideshow {opacity: 1;}
.galleries_page > .container {background: #fff;}
.galleries_page .caliser-gallery > img {width: 304px; height: 140px;}
.galleries_page .caliser-gallery {width: 326px;margin: 10px 0;border: none;}
.galleries_page .caliser-gallery > h5 {margin: 5px 0 0 0;}
.post_featured_input .cus-media-dump span {width: 75px; height: 75px; border: 1px solid #eee;}
.post_featured_input .custom_metabox_upload_remove {width: 75px; height: 75px; overflow: hidden;}
.post_featured_input .custom_metabox_upload_remove img {width: 100%; height: auto;}
.wp-editor-tabs:after {clear: both;}
.news_contents_input .wp-switch-editor {height: auto !important;}
.post_featured_input {position: relative;}
.regular_edit_post_header a {float: right; color: #4b4b4b;}
.regular_edit_post_header {padding: 0;}
.cus-questions .news_featured_input {margin-top: 15px;}
.news_actions {padding: 15px 0; text-align: right;}
.news_actions input[name="submit_post"] {padding: 5px 10px; }
.news_title {font-size: 14px; font-weight: bold;}
.news_title .news_number {float: left; font-size: 30px; line-height: 1; margin-right: 10px;}
.fb_iframe_widget {vertical-align: middle;}
.theme_social_viralious .facebook-title {display: inline-block; vertical-align: middle;}
.viralious2-layout .box_contents  .theme_social_viralious a.facebook_button {width: 200px; margin-left: -50px;}
.viralious2-layout .box_contents .theme_social_viralious a.twitter_button {width: 200px; margin-left: -30px;}
.viralious2-layout .box_contents .theme_social_viralious .td-social-pinterest a {width: 200px !important;}
.viralious2-layout .box_contents .theme_social_viralious .td-social-pinterest  {left: 407px !important;}
.viralious2-layout .theme_social_viralious ul {height: 50px; margin-top: 0;}
.gellery_thumb_wrap img {visibility: hidden; opacity: 0; width: 304px; height: 140px;}
.gellery_thumb_wrap {background:#fff url('images/loading.gif') center center no-repeat; width: 304px; height: 140px; overflow: hidden;}
.viralious2-layout .author-box-wrap {padding: 0; margin: 0; background-color: #fff; border: 0;}
.row-fluid .new-block4-layout .photoholder {width: 450px; float: left; height: 270px;}
.row-fluid .new-block4-layout .td_mod3 .thumb-wrap .image_thumb {width: 450px; position: static; height: 270px; display: block;}
.row-fluid .new-block4-layout .item-details {margin-left: 0; float: left; max-width: 325px; margin-left: 15px;}
.row-fluid .new-block4-layout .td_mod3 .entry-title a {font-size: 35px; line-height: 1; font-weight: 700; margin-top: 35px; display: block; }
.row-fluid .new-block4-layout .td_mod_wrap {margin-bottom: 20px;}
.row-fluid .new-block4-layout .td_mod3 .meta-info {margin-top: 25px; font-size: 14px;}
.row-fluid .new-block4-layout .separate_bullet {background: #ADADAF; list-style-type: disc; width: 3px; height: 3px; display: inline-block; vertical-align: middle; margin: 0 10px;}
.row-fluid .new-block4-layout .meta-info time {color: #ADADAF; font-style: normal; font-size: 14px;}
.row-fluid .span3 .photoholder {width: auto; height: auto;}
.row-fluid .span9 {width: 75%; float: left;}
.row-fluid .span3 {width: 20%; float: left; margin-left: 50px;}
.block-2.layout-1{margin-top:15px;margin-bottom:20px;}
.block-3.layout-1{margin-bottom:20px;}
.block-2.layout-1 .item a{color: #333;font-family: 'Roboto Condensed',?sans-serif;font-size: 20px;font-weight: normal;line-height: 27px;max-height: 81px;text-decoration: none;}
.layout-1.block-footer{margin-top:20px;margin-bottom:20px;}
.layout-1.block-footer .item{margin-bottom:10px;border:1px solid #DDD;padding:5px;}
.layout-1.block-footer .item .thumb{width:100px;display:inline-block;float:left;margin-right:10px;}
.layout-1.block-footer .item img{max-width: 100%;display:block;}
.layout-1.block-footer .item h3{margin-top:0;padding-top:0;}
.layout-1.block-footer .item h3 a{color: #000000;font-family: 'Roboto Condensed',?sans-serif;font-size: 14px;font-weight: bold;line-height: 19px;max-height: 38px;text-decoration: none;}
.layout-1.block-footer .item .read-more{font-size:12px;}
.layout-1.post-pagination .text-center{color:#373737;font-size:27px;font-weight:bold;}
.layout-1.post-pagination a,.layout-1.post-pagination a:hover,.layout-1.post-pagination a:visited{background-color:#363636;background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-radius:9px;font-size:31px;padding:12px 20px;text-shadown:0 -1px 0 rgba(0, 0, 0, 0.25);color:#FFF;text-decoration: none !important;}
.edit_message {padding: 15px; font-size: 14px; background: #eee; border: 1px solid #DDD; display: none;}
.layout-2.post-pagination{margin-top:12px;margin-right:35px;}
.fa-angle-double-left:before {content: "?"; }
.fa-angle-double-right:before {content: "?"; }
.layout-2.post-pagination .text-right a,.layout-2.post-pagination .text-left a{ background-color: #fb8a2e;border-color: #fb8a2e;border-radius: 3px;color: #fff;font-size: 30px;height: auto;line-height: 53px;padding: 0 10px;text-align: center;top: 0;width: 230px;display:inline-block;}
.layout-2.post-pagination .text-right a:hover,.layout-2.post-pagination .text-left a:hover{text-decoration: none;}
.image_wrapper_for_share{}
.image_wrapper_for_share:after{
    background-image: url("images/next-arrow.png");
    background-position: 380px 95px;
    background-repeat: no-repeat;
    color: yellow;
    content: "Click the Next button";
    font-size: 60px;
    font-weight: 600;
    left: 20px;
    padding-bottom: 250px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    top: 250px;
}
/*.bg-layout-2 .row .col-md-12,.bg-layout-2 .footer-ad-layout-2{background: #F5F5F5}*/
.bg-layout-2 .row .col-md-12{padding:0;}
.top-ad-layout-2{padding:10px;background:#f5f5f5}
.right-ad-layout-2,.left-ad-layout-2{padding:10px;padding-top:0;} 
.right-ad-layout-2 .fly{width:270px;background:#f5f5f5;margin-top:0}
.left-ad-layout-2 .fly{width:175px;background:#f5f5f5;margin-top: 0;}
.inside-ad-layout-2{background:#d2d2d2;padding:10px;}
.below2-ad-layout-2{background:#e2ccf0;padding:10px;}
.footer-ad-layout-2 {
    background: url("images/bgfooter1.png") no-repeat center top;
    padding-top: 31px;
}
.footer-ad-layout-2 .footer-1{
    background: #d2d2d2;
}
.footer-ad-layout-2 .footer-2{text-align: center;display: block;margin-top: 15px;background:#f5f5f5;}
.footer-ad-layout-2 .footer-2 .col-md-12{float:none;clear:both;}
.col-md-8.wpb_column.column_container img{max-width: 100%;} 
#sticky-logo-mobile{display:none;}
/*Dzung: 27/10/2014 - generate ads based on current mode (only generate desktop/tablet/mobile)*/
@media (max-width: 767px) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: none;
    /* responsive phone */
  }
}
/*ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1018px) 
and (orientation : landscape) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: block;
    padding-top: 24px;
    padding-right: 50px;
    /* responsive phone */
    /* responsive landscape tablet */
  }
  /*.viralious2-layout .td-social-facebook {left: -298px;}*/
  .viralious2-layout .td-logo-rec-wrap .col-md-9, .viralious2-home .td-logo-rec-wrap .col-md-9 {width: 75%; float: left;}
  .viralious2-layout .td-logo-rec-wrap .col-md-3, .viralious2-home .td-logo-rec-wrap .col-md-3 {width: 25%; float: left;}
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1018px) 
and (orientation : portrait) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: block;
    padding-top: 29px;
    /* responsive phone */
    /* responsive landscape tablet */
  }
  /*.viralious2-layout .td-social-facebook {left: -298px;}*/
  .viralious2-layout .td-logo-rec-wrap .col-md-9, .viralious2-home .td-logo-rec-wrap .col-md-9 {width: 75%; float: left;}
  .viralious2-layout .td-logo-rec-wrap .col-md-3, .viralious2-home .td-logo-rec-wrap .col-md-3 {width: 25%; float: left;}
}
.td-logo-rec-wrap .td-rec-logo-ads {padding-top: 25px;}
/* End Dzung: 27/10/2014 - generate ads based on current mode (only generate desktop/tablet/mobile)*/
.mega_menu_image_thumb {width: 100%; height: 114px; overflow: hidden; display: block;}
.td-no-subcats .td_mod_mega_menu {width: 30%; margin-left: 20px; max-width: 268px;}
.td_mod_mega_menu .item-details a:hover {text-decoration: underline !important;}
.viralious2-home .td-footer-wrap .col-md-8.wpb_column.column_container > .td_block_wrap {padding-bottom: 0px;}
.archive.category .block-title{display: none;}991031390135%;
  margin-left: 1.883408071748879%;
}
/*  ----------------------------------------------------------------------------
    block td_mega_menu
*/
.td_block_mega_menu {
  padding-bottom: 0px;
  background-color: #f2f2f2;
  /* pagination */
  /* pagination */
}
.td_block_mega_menu .td_block_inner {
  float: left;
  position: relative;
  padding-bottom: 0px;
  background-color: white;
  min-height: 253px;
  width: 800px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td_block_inner {
    width: 896px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td_block_inner {
    width: 601px;
  }
}
.td_block_mega_menu .td_ajax-prev-page {
  top: auto;
  right: auto;
  bottom: 21px;
  left: 214px;
  background-color: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('images/sprite/elements2.png');
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -20px -1948px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td_block_mega_menu .td_ajax-prev-page:hover {
  background-color: #4db2ec;
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td_ajax-prev-page {
    left: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td_ajax-prev-page {
    left: 161px;
  }
}
.td_block_mega_menu .td-ajax-next-page {
  top: auto;
  right: auto;
  bottom: 21px;
  left: 241px;
  background-color: #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url('images/sprite/elements2.png');
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  background-position: -20px -1990px;
  /* responsive monitor */
  /* responsive portrait tablet */
}
.td_block_mega_menu .td-ajax-next-page:hover {
  background-color: #4db2ec;
}
@media (min-width: 1200px) {
  .td_block_mega_menu .td-ajax-next-page {
    left: 267px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_block_mega_menu .td-ajax-next-page {
    left: 190px;
  }
}
.td_block_mega_menu .ajax-page-disabled {
  background-color: #e1e1e1 !important;
}
/* mega menu with no subcategories */
.td-no-subcats .td_block_inner {
  width: 996px !important;
  /* responsive monitor */
  /* responsive portrait tablet */
}
@media (min-width: 1200px) {
  .td-no-subcats .td_block_inner {
    width: 1122px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td-no-subcats .td_block_inner {
    width: 748px !important;
  }
}
.td-no-subcats .td_ajax-prev-page {
  left: 21px !important;
}
.td-no-subcats .td-ajax-next-page {
  left: 48px !important;
}
/* style the mega menu subcategories */
.block-mega-child-cats {
  text-align: right;
  margin-top: 23px;
}
.block-mega-child-cats a {
  padding: 6px 21px 6px 0px;
  display: block;
  color: #1e1e1e;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
}
.block-mega-child-cats a:hover {
  text-decoration: none !important;
  color: #FFFFFF;
}
.block-mega-child-cats a.cur-sub-cat {
  background-color: white;
  color: #4db2ec;
}
.block-mega-child-cats a.cur-sub-cat:hover {
  color: #4db2ec;
}
.td_mega_menu_sub_cats {
  width: 19.62331838565023%;
  float: left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.facebook-title{margin-right:5px;}
.photoholder {background:#fff url('images/loading.gif') center center no-repeat; overflow: hidden; display: block;}
.photoholder img {visibility: hidden; width: 100%; height: auto; opacity: 0;}
.image_thumb {visibility: hidden; opacity: 0; display: block; overflow: hidden;}
/*.image_thumb, .photoholder {width:374px; height:198px;}*/
.image_thumb, .photoholder {width:330px; height:140px;}
.news_thumbnail img {max-width: 100%;}
.news_item.box_contents .news_thumbnail {margin-left: -10px; margin-right: -10px;}
.news_item.box_contents .news_thumbnail img {width: 100%; height: auto;}
#shareTop{top: 0; margin-top: 15px; margin-bottom: 15px; text-align: left; position: static;}
#shareTop a {vertical-align: middle;}
.entry-category a {}
.box_container {padding: 10px 25px; background: #F6F5F3; border: 1px solid #E7E6E4; border-radius: 5px; margin-bottom: 10px;}
.box_contents {border: 1px solid #E7E6E4; padding: 10px; border-radius: 5px; background: #fff; margin-top: 10px;}
.news_item.box_contents {padding-bottom: 0;}
.box_contents:first-child {margin-top: 0;}
p.td-sub-title:first-letter {font-style: italic;}
.box_contents h1.entry-title {margin-top: 0;}
.viralious2-layout .page-nav-post.box_contents {text-align: center; margin-top: 10px;}
.viralious2-layout .page-nav-post.box_contents a span {margin: 0;}
.viralious2-layout .page-nav-post.box_contents a, .viralious2-layout .page-nav-post.box_contents > span.current {margin-right: 4px;}
.page-nav-post a:last-child {margin-left: 0;}
.sf-menu .td-not-mega > a {position: static;}
.caliser-gallery {cursor: pointer; border: 1px #000 solid; padding: 10px; position: relative;width: 620px;}
.caliser-gallery-pictures {display: none; overflow: hidden;}
.caliser-gallery-pictures .carousel-inner {background: rgba(0, 0, 0, 0.1);height: 450px;}
.caliser-gallery-pictures .carousel-control {background: #313131; color: #fff; opacity: 1; display: block; width: auto;height: 80px;top: 40%;width: 40px;text-decoration: none !important;}
.caliser-gallery-pictures .left.carousel-control {border-radius: 0 80px 80px 0;}
.caliser-gallery-pictures .right.carousel-control {border-radius: 80px 0 0 80px;}
.caliser-gallery-pictures .carousel-control span.icon_left, .caliser-gallery-pictures .carousel-control span.icon_right {top: 0; margin: 0; font-size: 80px;line-height: 60px;position: static;font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;text-decoration: none;}
.caliser-gallery-pictures .carousel .item span {display: none;} 
.caliser-gallery-pictures h1, .caliser-gallery-pictures .gallery_item_text h3 {margin-top: 0px;}
.caliser-gallery-pictures .gallery_item_text p {min-height: 123px;}
.caliser-gallery-pictures .caliser_gallery_recommend_ads {padding-top: 20px;}
.caliser-gallery .cta-overlay {font-size: 13px; height: 100%; left: 0; position: absolute; top: 0; transition: background-color 0.24s linear 0s; width: 100%;}
.caliser-gallery .cta-overlay:hover {background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);}
.caliser-gallery .cta-overlay:hover .cta-text {opacity: 1;}
.caliser-gallery .cta-overlay .title.cta-text {left: 5px; top: 5px;  white-space: pre-wrap;  width: 90%;}
.caliser-gallery .cta-overlay .cta-text { color: white; font-weight: normal; opacity: 0; position: absolute; text-align: left; transition: opacity 0.24s linear 0s;}
.caliser-gallery .cta-overlay .large.cta-text { margin-top: 35px; position: relative; text-align: center;  top: 50%;}
.caliser-gallery .cta-overlay .cta-text { color: white;  font-weight: normal;  opacity: 0;  position: absolute;  text-align: left;  transition: opacity 0.24s linear 0s;}
.caliser-gallery .icon-white-slideshow { margin-left: -38px;  margin-top: -27px;}
.caliser-gallery .icon-white-slideshow{border-radius: 7px;  left: 50%;  top: 50%;}
.caliser-gallery .icon-slideshow { background-color: #324fe1;  cursor: pointer;  position: absolute;  z-index: 1; opacity: 0; transition: opacity 0.16s linear 0s;}
.caliser-gallery .icon-white-slideshow {background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI3NnB4IiBoZWlnaHQ9IjU0cHgiIHZpZXdCb3g9IjAgMCA3NiA1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNzYgNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KICAgIDxnPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBpZD0iU1ZHSURfM18iIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MS45MDUsMTQuM0gzNC44NDJjLTIuMjg2LDAtMy43OTIsMS40MjItMy43OTIsMy43NjF2My43NjJoLTcuNTgzCiAgICAgICAgICAgICAgICBjLTIuMjg1LDAtMy43OTIsMS40MjMtMy43OTIsMy43NjNWMzYuODdjMCwyLjMzOCwxLjUwNywzLjc2MywzLjc5MiwzLjc2M0g0MC41M2MyLjI4NywwLDMuNzkzLTEuNDI1LDMuNzkzLTMuNzYzdi0zLjc2NGg3LjU4MgogICAgICAgICAgICAgICAgYzIuMjg0LDAsMy43OTMtMS40MjIsMy43OTMtMy43NlYxOC4wNkM1NS42OTgsMTUuNzIyLDU0LjE4OSwxNC4zLDUxLjkwNSwxNC4zTDUxLjkwNSwxNC4zeiBNNDAuNTI4LDM2Ljg3MUgyMy40NjVWMjUuNTg2aDE3LjA2MwogICAgICAgICAgICAgICAgVjM2Ljg3MUw0MC41MjgsMzYuODcxeiBNNTEuOTA1LDI5LjM0OWgtNy41ODJ2LTMuNzYyYzAtMi4zNDEtMS41MDYtMy43NjMtMy43OTMtMy43NjNoLTUuNjg4di0zLjc2MmgxNy4wNjNWMjkuMzQ5CiAgICAgICAgICAgICAgICBMNTEuOTA1LDI5LjM0OXoiLz4KICAgICAgICA8L2c+CiAgICA8L2c+CjwvZz4KPC9zdmc+");}
.caliser-gallery .icon-white-slideshow { height: 54px;  width: 76px;}
.caliser-gallery .cta-overlay:hover .icon-slideshow {opacity: 1;}
.galleries_page > .container {background: #fff;}
.galleries_page .caliser-gallery > img {width: 304px; height: 140px;}
.galleries_page .caliser-gallery {width: 326px;margin: 10px 0;border: none;}
.galleries_page .caliser-gallery > h5 {margin: 5px 0 0 0;}
.post_featured_input .cus-media-dump span {width: 75px; height: 75px; border: 1px solid #eee;}
.post_featured_input .custom_metabox_upload_remove {width: 75px; height: 75px; overflow: hidden;}
.post_featured_input .custom_metabox_upload_remove img {width: 100%; height: auto;}
.wp-editor-tabs:after {clear: both;}
.news_contents_input .wp-switch-editor {height: auto !important;}
.post_featured_input {position: relative;}
.regular_edit_post_header a {float: right; color: #4b4b4b;}
.regular_edit_post_header {padding: 0;}
.cus-questions .news_featured_input {margin-top: 15px;}
.news_actions {padding: 15px 0; text-align: right;}
.news_actions input[name="submit_post"] {padding: 5px 10px; }
.news_title {font-size: 14px; font-weight: bold;}
.news_title .news_number {float: left; font-size: 30px; line-height: 1; margin-right: 10px;}
.fb_iframe_widget {vertical-align: middle;}
.theme_social_viralious .facebook-title {display: inline-block; vertical-align: middle;}
.viralious2-layout .box_contents  .theme_social_viralious a.facebook_button {width: 200px; margin-left: -50px;}
.viralious2-layout .box_contents .theme_social_viralious a.twitter_button {width: 200px; margin-left: -30px;}
.viralious2-layout .box_contents .theme_social_viralious .td-social-pinterest a {width: 200px !important;}
.viralious2-layout .box_contents .theme_social_viralious .td-social-pinterest  {left: 407px !important;}
.viralious2-layout .theme_social_viralious ul {height: 50px; margin-top: 0;}
.gellery_thumb_wrap img {visibility: hidden; opacity: 0; width: 304px; height: 140px;}
.gellery_thumb_wrap {background:#fff url('images/loading.gif') center center no-repeat; width: 304px; height: 140px; overflow: hidden;}
.viralious2-layout .author-box-wrap {padding: 0; margin: 0; background-color: #fff; border: 0;}
.row-fluid .new-block4-layout .photoholder {width: 450px; float: left; height: 270px;}
.row-fluid .new-block4-layout .td_mod3 .thumb-wrap .image_thumb {width: 450px; position: static; height: 270px; display: block;}
.row-fluid .new-block4-layout .item-details {margin-left: 0; float: left; max-width: 325px; margin-left: 15px;}
.row-fluid .new-block4-layout .td_mod3 .entry-title a {font-size: 35px; line-height: 1; font-weight: 700; margin-top: 35px; display: block; }
.row-fluid .new-block4-layout .td_mod_wrap {margin-bottom: 20px;}
.row-fluid .new-block4-layout .td_mod3 .meta-info {margin-top: 25px; font-size: 14px;}
.row-fluid .new-block4-layout .separate_bullet {background: #ADADAF; list-style-type: disc; width: 3px; height: 3px; display: inline-block; vertical-align: middle; margin: 0 10px;}
.row-fluid .new-block4-layout .meta-info time {color: #ADADAF; font-style: normal; font-size: 14px;}
.row-fluid .span3 .photoholder {width: auto; height: auto;}
.row-fluid .span9 {width: 75%; float: left;}
.row-fluid .span3 {width: 20%; float: left; margin-left: 50px;}
.block-2.layout-1{margin-top:15px;margin-bottom:20px;}
.block-3.layout-1{margin-bottom:20px;}
.block-2.layout-1 .item a{color: #333;font-family: 'Roboto Condensed',?sans-serif;font-size: 20px;font-weight: normal;line-height: 27px;max-height: 81px;text-decoration: none;}
.layout-1.block-footer{margin-top:20px;margin-bottom:20px;}
.layout-1.block-footer .item{margin-bottom:10px;border:1px solid #DDD;padding:5px;}
.layout-1.block-footer .item .thumb{width:100px;display:inline-block;float:left;margin-right:10px;}
.layout-1.block-footer .item img{max-width: 100%;display:block;}
.layout-1.block-footer .item h3{margin-top:0;padding-top:0;}
.layout-1.block-footer .item h3 a{color: #000000;font-family: 'Roboto Condensed',?sans-serif;font-size: 14px;font-weight: bold;line-height: 19px;max-height: 38px;text-decoration: none;}
.layout-1.block-footer .item .read-more{font-size:12px;}
.layout-1.post-pagination .text-center{color:#373737;font-size:27px;font-weight:bold;}
.layout-1.post-pagination a,.layout-1.post-pagination a:hover,.layout-1.post-pagination a:visited{background-color:#363636;background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);border-radius:9px;font-size:31px;padding:12px 20px;text-shadown:0 -1px 0 rgba(0, 0, 0, 0.25);color:#FFF;text-decoration: none !important;}
.edit_message {padding: 15px; font-size: 14px; background: #eee; border: 1px solid #DDD; display: none;}
.layout-2.post-pagination{margin-top:12px;margin-right:35px;}
.fa-angle-double-left:before {content: "?"; }
.fa-angle-double-right:before {content: "?"; }
.layout-2.post-pagination .text-right a,.layout-2.post-pagination .text-left a{ background-color: #fb8a2e;border-color: #fb8a2e;border-radius: 3px;color: #fff;font-size: 30px;height: auto;line-height: 53px;padding: 0 10px;text-align: center;top: 0;width: 230px;display:inline-block;}
.layout-2.post-pagination .text-right a:hover,.layout-2.post-pagination .text-left a:hover{text-decoration: none;}
.image_wrapper_for_share{}
.image_wrapper_for_share:after{
    background-image: url("images/next-arrow.png");
    background-position: 380px 95px;
    background-repeat: no-repeat;
    color: yellow;
    content: "Click the Next button";
    font-size: 60px;
    font-weight: 600;
    left: 20px;
    padding-bottom: 250px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    top: 250px;
}
/*.bg-layout-2 .row .col-md-12,.bg-layout-2 .footer-ad-layout-2{background: #F5F5F5}*/
.bg-layout-2 .row .col-md-12{padding:0;}
.top-ad-layout-2{padding:10px;background:#f5f5f5}
.right-ad-layout-2,.left-ad-layout-2{padding:10px;padding-top:0;} 
.right-ad-layout-2 .fly{width:270px;background:#f5f5f5;margin-top:0}
.left-ad-layout-2 .fly{width:175px;background:#f5f5f5;margin-top: 0;}
.inside-ad-layout-2{background:#d2d2d2;padding:10px;}
.below2-ad-layout-2{background:#e2ccf0;padding:10px;}
.footer-ad-layout-2 {
    background: url("images/bgfooter1.png") no-repeat center top;
    padding-top: 31px;
}
.footer-ad-layout-2 .footer-1{
    background: #d2d2d2;
}
.footer-ad-layout-2 .footer-2{text-align: center;display: block;margin-top: 15px;background:#f5f5f5;}
.footer-ad-layout-2 .footer-2 .col-md-12{float:none;clear:both;}
.col-md-8.wpb_column.column_container img{max-width: 100%;} 
#sticky-logo-mobile{display:none;}
/*Dzung: 27/10/2014 - generate ads based on current mode (only generate desktop/tablet/mobile)*/
@media (max-width: 767px) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: none;
    /* responsive phone */
  }
}
/*ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1018px) 
and (orientation : landscape) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: block;
    padding-top: 24px;
    padding-right: 50px;
    /* responsive phone */
    /* responsive landscape tablet */
  }
  /*.viralious2-layout .td-social-facebook {left: -298px;}*/
  .viralious2-layout .td-logo-rec-wrap .col-md-9, .viralious2-home .td-logo-rec-wrap .col-md-9 {width: 75%; float: left;}
  .viralious2-layout .td-logo-rec-wrap .col-md-3, .viralious2-home .td-logo-rec-wrap .col-md-3 {width: 25%; float: left;}
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1018px) 
and (orientation : portrait) {
  .td-logo-rec-wrap .td-rec-logo-ads  {
    display: block;
    padding-top: 29px;
    /* responsive phone */
    /* responsive landscape tablet */
  }
  /*.viralious2-layout .td-social-facebook {left: -298px;}*/
  .viralious2-layout .td-logo-rec-wrap .col-md-9, .viralious2-home .td-logo-rec-wrap .col-md-9 {width: 75%; float: left;}
  .viralious2-layout .td-logo-rec-wrap .col-md-3, .viralious2-home .td-logo-rec-wrap .col-md-3 {width: 25%; float: left;}
}
.td-logo-rec-wrap .td-rec-logo-ads {padding-top: 25px;}
/* End Dzung: 27/10/2014 - generate ads based on current mode (only generate desktop/tablet/mobile)*/
.mega_menu_image_thumb {width: 100%; height: 114px; overflow: hidden; display: block;}
.td-no-subcats .td_mod_mega_menu {width: 30%; margin-left: 20px; max-width: 268px;}
.td_mod_mega_menu .item-details a:hover {text-decoration: underline !important;}
.viralious2-home .td-footer-wrap .col-md-8.wpb_column.column_container > .td_block_wrap {padding-bottom: 0px;}
.archive.category .block-title{display: none;}
.td_mega_menu_sub_cats .block-mega-child-cats a:hover {color: #4db2ec; background: #fff;}
.td_block_inner.animated.fadeInDown {opacity: 1 !important;}
.sub-menu .td_mod_mega_menu {min-width: 271px;}
/*.viralious2-home .thumb-wrap {border: 1px solid #fff;margin-bottom: 0px;}
.viralious2-home .home_thumb_container {position: relative;}
.viralious2-home .home_thumb_container h3.entry-title {position: absolute;top: 10px;text-align: center;width: 100%;}
.viralious2-home .home_thumb_container h3.entry-title a {color: #fff !important;}
.viralious2-home .td_mod6.td_mod_wrap {margin-bottom: 0px;}
.viralious2-home .home_thumb_container .home_thumb_fb_share {left: 75%;position: absolute;top: 80%;}*/
.viralious2-layout .col-md-8.column_container {padding: 0px 10px;}
