/*
Theme Name: FoodMagz
Theme URI: http://colorlabsproject.com
Description:  Wordpress Theme created by <a href="http://colorlabsproject.com">ColorLabs & Company</a> 
Author: ColorLabs & Company 
Author URI: http://colorlabsproject.com/
Version: 1.1.2
Template: backbone
Tags: magazine, newspaper, food
*/
/* CSS Normalize
====================================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* Typography
====================================================================*/
p {
  margin: 0 0 18px;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
}
p small {
  color: #7d7d7d;
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}

h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  text-transform: uppercase;
}

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 9px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

blockquote {
  position: relative;
  padding: 10px 0 10px 23px;
  margin: 0 0 18px;
}
blockquote p {
  color: black;
  margin-bottom: 0;
  font-weight: 300;
  font-family: 'Georgia', serif;
  font-style: italic;
  line-height: 22.5px;
}
blockquote p:before {
  left: 0;
  content: "\201C";
  font-size: 36px;
  font-style: normal;
  font-family: sans-serif;
  position: absolute;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  display: inline;
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 18px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

label {
  margin-bottom: 5px;
  color: #333333;
}

input,
textarea,
select {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  border-color: #8f8f8f #b9b9b9 #cdcdcd;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}

input[type="image"] {
  border: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

select {
  width: 220px;
  background-color: white;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  height: auto;
  resize: vertical;
}

input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition-delay: 0, 0;
  -moz-transition: border linear 0.2s 0, box-shadow linear 0.2s 0;
  transition: border linear 0.2s 0, box-shadow linear 0.2s 0;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Structural Styles
====================================================================*/
body {
  margin: 0;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #efefef;
  background-image: url(vakuum/images/noise-texture.png);
  padding-top: 18px;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

/* Main row wrapper
------------------- */
.row-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1020px;
}

/* Main Content
--------------- */
.main-container {
  width: auto;
  padding: 20px;
  background: #fff;
  margin-bottom: 27px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.innercontainer {
  float: right;
}

/* Sidebar
---------- */
.sidebar-left {
  margin-left: 0;
  float: left;
}

/* Sidebar
---------- */
.footer {
  margin-bottom: 27px;
  *zoom: 1;
}
.footer:before, .footer:after {
  display: table;
  content: "";
}
.footer:after {
  clear: both;
}

/* Page Layout
------------------- */
.two-col-left .innercontainer {
  width: 100%;
}
.two-col-left .sidebar-left {
  float: right;
  width: 31.273%;
}

.two-col-right .innercontainer {
  width: 100%;
}
.two-col-right .content {
  float: right;
}
.two-col-right .sidebar-right {
  margin-left: 0;
}

.three-col-left .innercontainer,
.three-col-right .innercontainer,
.three-col-middle .innercontainer {
  width: 82.818%;
  float: left;
}
.three-col-left .content,
.three-col-right .content,
.three-col-middle .content {
  width: 57.045%;
}
.three-col-left .sidebar-right,
.three-col-right .sidebar-right,
.three-col-middle .sidebar-right {
  width: 39.864%;
}
.three-col-left .sidebar-left,
.three-col-right .sidebar-left,
.three-col-middle .sidebar-left {
  width: 14.091%;
  margin-left: 0;
  float: right;
}

.three-col-right .innercontainer,
.three-col-right .content {
  float: right;
}
.three-col-right .sidebar-left {
  float: left;
}
.three-col-right .sidebar-right {
  margin-left: 0;
}

.one-col .innercontainer {
  width: 100%;
}

.three-col-middle .innercontainer {
  float: right;
}
.three-col-middle .sidebar-left {
  float: left;
}

/* Header
====================================================================*/
.top-section {
  *zoom: 1;
}
.top-section:before, .top-section:after {
  display: table;
  content: "";
}
.top-section:after {
  clear: both;
}

/* Logo
--------------------------------------------------------------------*/
.logo {
  float: left;
}

.site-title {
  font-size: 60px;
  line-height: 50px;
  letter-spacing: -2px;
  font-family: Arvo, "serif";
}

.site-title a {
  color: #333333;
}
.site-title a:hover {
  text-decoration: none;
  color: #4d4d4d;
}

.site-tagline {
  font-size: 15px;
  font-weight: normal;
  color: #666666;
}

/* Search Form
--------------------------------------------------------------------*/
.input-submit, .search-box input[type="submit"],#respond input[type="submit"], .widget_colabs_subscribe input[type="submit"] {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-color: #d13a1d;
  background-color: #e14527;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e76b53), color-stop(100%, #e14527));
  background-image: -webkit-linear-gradient(#e76b53, #e14527);
  background-image: -moz-linear-gradient(#e76b53, #e14527);
  background-image: linear-gradient(#e76b53, #e14527);*/
  background-image: -webkit-linear-gradient(botto, transparent, rgba(255,255,255,.2));
  background-image: -moz-linear-gradient(botto, transparent, rgba(255,255,255,.2));
  background-image: -o-linear-gradient(botto, transparent, rgba(255,255,255,.2));
  background-image: -ms-linear-gradient(botto, transparent, rgba(255,255,255,.2));
  background-image: linear-gradient(botto, transparent, rgba(255,255,255,.2));
}

.search-box {
  float: right;
  padding: 10px 13px;
  background: #e1e1e1;
  background: rgba(225, 225, 225, 0.8);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.search-box p {
  margin: 0;
}
.search-box input {
  margin-bottom: 5px;
}
.search-box p, .search-box label {
  font-size: 11px;
  color: #666666;
}
.search-box label {
  margin: 0 4px;
}
.search-box input[type="radio"] {
  margin-right: 2px;
}
.search-box input[type="submit"] {
  padding-left: 13px;
  padding-right: 13px;
}

/* Navigations
====================================================================*/
/* Superfish Dropdown Menu essential styles
--------------------------------------------------------------------*/
.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: 200px;
  /* 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 a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 50px;
  /* 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: 200px;
  /* 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: 200px;
  /* match ul width */
  top: 0;
}

/* Main Navigation
--------------------------------------------------------------------*/
.main-nav {url   

background-color: #ffffff;
  background-image: (images/noise-texture.png);
  *zoom: 1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.main-nav:before, .main-nav:after {
  display: table;
  content: "";
}
.main-nav:after {
  clear: both;
}
.main-nav ul {
  margin: 0;
  list-style: none;
}
.main-nav li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.main-nav a {
  color: #fff;
  padding: 16px 15px;
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.main-nav a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}

/* Dropdown Menu Styles
--------------------------------------------------------------------*/
.main-nav .sfHover .sub-menu {
  display: block;
}

.main-nav .sub-menu {
  display: none;
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
}
.main-nav .sub-menu a {
  padding: 3px 0;
  color: #0088cc;
  font-weight: normal;
  font-size: 13px;
}
.main-nav .sub-menu a:hover {
  text-decoration: underline;
}

/* Submenu Indicator */
.sf-sub-indicator {
  padding: 0 7px;
  margin-left: 9px;
  line-height: 19px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* Mega Menu
--------------------------------------------------------------------*/
.main-nav .sfHover .colabs_mega_div {
  display: block;
}

.mega_div_arrow {
  top: -19px;
  position: absolute;
}

.main-nav .colabs_mega_div {
  width: 550px;
  z-index: 100;
  display: none;
  position: absolute;
}
.main-nav .colabs_mega_div ul {
  list-style: disc;
}
.main-nav .colabs_mega_div .sub-menu {
  width: auto;
  position: static;
  overflow: hidden;
}
.main-nav .colabs_mega_div .colabs_mega_text_block {
  color: #999;
}
.main-nav .colabs_mega_div [class*="colabs_mega_menu_columns_"] {
  float: left;
  width: 47.455%;
  margin-bottom: 18px;
  margin-left: 3.09%;
}
.main-nav .colabs_mega_div .colabs_mega_menu_columns_fist,
.main-nav .colabs_mega_div .colabs_mega_menu_columns_first {
  margin-left: 0;
}
.main-nav .colabs_mega_div h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.main-nav .colabs_mega_div .colabs_mega_hr {
  height: 0;
  clear: both;
  margin: 18px 0;
  border-top: 1px dotted #a9a9a9;
}
.main-nav .colabs_mega_div ul {
  padding: 20px;
}
.main-nav .colabs_mega_div ul ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: static;
  visibility: visible !important;
  display: block !important;
  border: none;
  overflow: visible !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-nav .colabs_mega_div ul ul li.menu-item-object-post {
  list-style: disc;
  float: none;
  margin-left: 20px;
}
.main-nav .colabs_mega_div ul ul a {
  padding: 2px 0;
}
.main-nav .colabs_mega_div ul ul a:hover {
  font-weight: normal;
  text-decoration: underline;
}

/* Content
====================================================================*/
/* Ads Top
--------------------------------------------------------------------*/
.ads-top {
  padding: 10px;
  background: #f3f3f3;
  margin-bottom: 18px;
}
.ads-top img {
  display: block;
  margin: 0 auto;
}

/* Carousel
====================================================================*/
.carousel-title {
  margin-bottom: 5px;
}

.top-carousel {
  width: auto;
  padding: 15px;
  background: #f3f3f3;
  margin-bottom: 18px;
}

.top-carousel > .caroufredsel_wrapper {
  border-bottom: 1px dotted #a9a9a9;
  padding-bottom: 18px;
}

.carousel-content {
  float: left;
}
.carousel-content .carousel-image {
  float: left;
  margin-right: 18px;
}
.carousel-content .carousel-text {
  overflow: hidden;
}
.carousel-content .entry-title {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 9px;
}

.carousel-thumb {
  position: relative;
  margin: 18px 0;
}
.carousel-thumb h5 {
  margin-top: 4px;
  font-weight: normal;
  font-size: 13px;
}
.carousel-thumb ul {
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.carousel-thumb li {
  float: left;
  width: 138px;
  margin: 5px;
}
.carousel-thumb li > a, .carousel-thumb img {
  display: block;
}
.carousel-thumb .selected .box-wrapper {
  -webkit-box-shadow: 0 0 0 5px #e4583d inset;
  -moz-box-shadow: 0 0 0 5px #e4583d inset;
  box-shadow: 0 0 0 5px #e4583d inset;
}
.carousel-thumb .nav-prev:hover, .carousel-thumb .nav-next:hover {
  background: #0088cc;
}
.carousel-thumb .nav-prev, .carousel-thumb .nav-next, .carousel-thumb .disabled:hover {
  top: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
  position: absolute;
  margin-top: -23px;
  text-decoration: none;
  background: #ccc;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 23px;
  height: 23px;
}
.carousel-thumb .nav-prev span, .carousel-thumb .nav-next span, .carousel-thumb .disabled:hover span {
  top: -2px;
  position: relative;
}
.carousel-thumb .disabled {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.carousel-thumb .nav-prev {
  left: -5px;
}
.carousel-thumb .nav-next {
  right: -5px;
}

/* Video Thumb */
.video-thumb {
  position: relative;
}
.video-thumb:hover .playicon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.playicon {
  position: absolute;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background: url(vakuum/images/icon/playicon.png);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* Entry Post
====================================================================*/
.section-title {
  margin-bottom: 9px;
}

.entry-post {
  position: relative;
}

.entry-top {
  margin-bottom: 9px;
}

.entry-meta {
  color: #a3a3a3;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.comment-count {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 35px;
  text-align: center;
  background: #e4583d;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comment-count, .comment-count:hover {
  color: #fff;
}

.entry-content {
  margin-bottom: 18px;
  *zoom: 1;
}
.entry-content:before, .entry-content:after {
  display: table;
  content: "";
}
.entry-content:after {
  clear: both;
}

/* Featured Post
--------------------------------------------------------------------*/
.featured-section {
  padding-bottom: 27px;
  margin-bottom: 27px;
  border-bottom: 1px dotted #a9a9a9;
}
.featured-section .entry-content p {
  margin: 0;
}

/* Post List
--------------------------------------------------------------------*/
.post-list .dynamictitle {
  font-size: 24px;
  margin-bottom: 18px;
}
.post-list .entry-post {
  margin-bottom: 9px;
}
.post-list .entry-top {
  float: left;
  margin: 5px 18px 0 0;
}
.post-list .entry-wrapper {
  overflow: hidden;
}
.post-list .entry-title,
.post-list .entry-meta {
  margin-right: 40px;
}

.social_share {
  overflow: hidden;
}

.colabs-sc-twitter,
.colabs-fblike,
.shortcode-google-plusone {
  float: left;
  width: 90px;
}

/* Breadcrumbs
====================================================================*/
.breadcrumb {
  padding: 6px;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  margin-bottom: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* Single Post
====================================================================*/
.single .entry-title, .page .entry-title {
  font-size: 25px;
  color: #0088cc;
  margin-bottom: 5px;
}
.single .entry-top,
.single .entry-post, .page .entry-top, .page .entry-post {
  margin-bottom: 18px;
}

.single .entry-meta {
  margin-bottom: 18px;
}
.single .entry-title,
.single .entry-meta {
  margin-right: 40px;
}

/* Single Ad */
#singlead {
  padding: 10px;
  text-align: center;
  background: #f3f3f3;
  margin-bottom: 18px;
}

/* Author Info */
.entry-author {
  padding: 10px;
  background: #f3f3f3;
  margin-bottom: 18px;
  border: 1px solid #d4d4d4;
}
.entry-author .profile-image {
  float: left;
  margin: 5px 18px 0 0;
}
.entry-author .profile-content {
  overflow: hidden;
}

/* Related Posts */
.related-posts {
  margin-bottom: 18px;
}

/* Post Entry Navigation */
.post-entries {
  overflow: hidden;
  border-top: #a9a9a9;
  padding-top: 18px;
}
.post-entries > div {
  width: 45%;
  float: left;
}
.post-entries .page-next {
  float: right;
  text-align: right;
}

/* Comments
====================================================================*/
.commentlist, .commentlist .children {
  margin: 0;
  list-style: none;
}

.commentlist {
  position: relative;
}

.commentlist, .commentlist .children {
  list-style: none;
}

.commentlist .children {
  margin: 0 0 0 40px;
}

.commentlist li {
  margin-left: 0;
  overflow: hidden;
}

.commentlist .comment div.avatar {
  float: left;
  margin: 5px 18px 0 0;
}

.comment .comment-entry {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comment-reply-link {
  color: #999;
  float: right;
  padding-left: 20px;
  background: url(vakuum/images/icon/reply-icon.png) no-repeat left center;
}
.comment-reply-link:hover {
  color: #555;
  text-decoration: none;
}

.comment-author {
  float: left;
  margin: 0 10px 0 0;
}
.comment-author img {
  width: 45px;
}

img.avatar {
  padding: 3px;
  background: #fff;
  border: 1px solid #d3d3d3;
}

.author-name, .comment-meta {
  display: block;
}

.author-name {
  font-size: 14px;
  color: #0088cc;
  font-weight: bold;
}

.comment-meta {
  color: #bbb;
  margin-bottom: 18px;
}

.comment-content {
  overflow: hidden;
}

.comment-entry:after {
  left: 0;
  height: 0;
  content: "";
  width: 100%;
  margin-top: 20px;
  position: absolute;
  border-bottom: 1px solid #eee;
}

/* Comment header */
.comment-header {
  overflow: hidden;
  padding-top: 18px;
  margin-bottom: 24px;
  border-top: 1px dotted #a5a5a5;
}

/* Comment Form */
#respond {
  margin-bottom: 18px;
}

.comment #respond {
  padding-bottom: 18px;
}
.comment #respond:before {
  content: "";
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0;
  height: 1px;
  background: #000;
  width: 100%;
}
.comment #respond .comment-form-author, .comment #respond .comment-form-email, .comment #respond .comment-form-url {
  width: 100%;
  margin-left: 0;
}

#reply-title {
  font-size: 15px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 31.273%;
  margin-left: 3.091%;
}

.comment-form-author {
  margin-left: 0;
}

#respond input[type="text"], #respond textarea {
  width: 100%;
  height: auto;
  padding: 8px 10px;
  margin-bottom: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#respond label {
  color: #999;
  font-size: 11px;
}

#respond .required {
  display: none;
}

#respond input[type="submit"] {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: capitalize;
}

/* Page Templates
====================================================================*/
/* Contact Page
--------------------------------------------------------------------*/
#frmcontact input[type="text"],
#frmcontact textarea {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#frmcontact textarea {
  width: 100%;
}
#frmcontact .input-text {
  position: relative;
}
#frmcontact .input-text label {
  top: 6px;
  left: 7px;
  color: #999;
  position: absolute;
}
#frmcontact input[type="checkbox"] {
  margin-top: 0;
}
#frmcontact .sendCopy {
  margin: 0 0 9px 5px;
}
#frmcontact .sendCopy, #frmcontact label.screenReader {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
#frmcontact input.screenReader {
  width: 30px;
  padding: 3px;
  margin: 0 0 0 5px;
}

/* #Pagination
=================================================================== */
.pagination {
  clear: both;
  padding: 27px 0;
  border-top: 1px dotted #a9a9a9;
}

.pagination a, .pagination span, .pagination span.dots {
  color: #0088cc;
  font-size: 12px;
  margin-right: 5px;
  padding: 7px 14px;
  font-weight: bold;
  border: 1px solid #0088cc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

.pagination a:hover, .pagination span {
  background: #ddd;
  text-decoration: none;
  color: #333333;
  border-color: #333333;
}

/* Footer
====================================================================*/
.logo-footer {
  float: left;
  margin-right: 18px;
  letter-spacing: -1px;
  font-size: 32px;
  font-family: Arvo, "serif";
}
.logo-footer a {
  color: #acacac;
}

.copyright {
  color: #acacac;
  float: left;
  font-size: 12px;
}

/* Footer Navigation
--------------------------------------------------------------------*/
.footer-nav {
  float: right;
}
.footer-nav ul {
  list-style: none;
  overflow: hidden;
}
.footer-nav li {
  float: left;
  border-left: 1px solid #acacac;
}
.footer-nav li:first-child {
  border-left: none;
}
.footer-nav a {
  color: #000000;
  display: block;
  padding: 0 13px;
}

/* Utilities
====================================================================*/
.single_video,
.widget_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.single_video iframe,
.widget_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
 * WordPress formatted content
 * Provided from WYSIWYG Editor Styles
 * Just change and make it suitable with your document
 */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption .wp-caption-text {
  margin: 0;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
}

.wp-caption-text:before {
  left: 0;
  top: 50%;
  content: "";
  height: 3px;
  width: 30px;
  margin-top: -1px;
  position: absolute;
  background: #ddd;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  border: none !important;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}
blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

/* Widgets
====================================================================*/
.widget {
  color: #555;
  word-wrap: break-word;
  margin-bottom: 18px;
}
.widget ul {
  margin: 0;
  list-style: none;
  *zoom: 1;
}
.widget ul:before, .widget ul:after {
  display: table;
  content: "";
}
.widget ul:after {
  clear: both;
}
.widget li {
  line-height: 21px;
}
.widget select {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.widget-title {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 5px;
  font-family: Arvo, "serif";
}

/* Right Sidebar widget */
.sidebar-right .widget {
  padding-bottom: 18px;
  border-bottom: 1px dotted #a9a9a9;
}
.sidebar-right .widget:last-child {
  border: none;
}

/* Widget Subscribe
--------------------------------------------------------------------*/
.widget_colabs_subscribe form {
  margin: 0;
}

/* Widget Gallery/Flickr
--------------------------------------------------------------------*/
.widget_colabs_flickr {
  padding-bottom: 0;
}
.widget_colabs_flickr a {
  float: left;
  padding: 3px;
  border: 1px solid #999;
  margin: 0 18px 18px 0;
}
.widget_colabs_flickr img {
  display: block;
}

/* Widget Ads
--------------------------------------------------------------------*/
.widget_ads {
  background: #f3f3f3;
  padding: 12px 7px;
  text-transform: uppercase;
  font-size: 11px;
}
.widget_ads img {
  display: block;
  margin-bottom: 12px;
}

/* Widget Favorite
--------------------------------------------------------------------*/
.widget_colabs_postcat li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #a9a9a9;
}
.widget_colabs_postcat li:last-child {
  border-bottom: none;
}
.widget_colabs_postcat p {
  margin: 0;
}
.sidebar-right .widget_colabs_postcat img {
  float: left;
  margin-right: 9px;
}
.sidebar-right .widget_colabs_postcat a {
  font-size: 16px;
}

/* Widget Social
--------------------------------------------------------------------*/
.soc-net li {
  float: left;
  margin: 0 5px 5px 0;
}
.soc-net a {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-repeat: no-repeat;
}
.soc-net .rss {
  background-image: url(vakuum/images/icon/rss-icon.png);
}
.soc-net .twitter {
  background-image: url(vakuum/images/icon/twitter-icon.png);
}
.soc-net .facebook {
  background-image: url(vakuum/images/icon/facebook-icon.png);
}
.soc-net .flickr {
  background-image: url(vakuum/images/icon/flickr-icon.png);
}
.soc-net .linkedin {
  background-image: url(vakuum/images/icon/linkedin-icon.png);
}
.soc-net .vimeo {
  background-image: url(vakuum/images/icon/vimeo-icon.png);
}
.soc-net .youtube {
  background-image: url(vakuum/images/icon/youtube-icon.png);
}
.soc-net .delicious {
  background-image: url(vakuum/images/icon/delicious-icon.png);
}
.soc-net .stumbleupon {
  background-image: url(vakuum/images/icon/stumbleupon-icon.png);
}
.soc-net .skype {
  background-image: url(vakuum/images/icon/skype-icon.png);
}
.soc-net .googleplus {
  background-image: url(vakuum/images/icon/googleplus-icon.png);
}

/* Widget Facebook
------------------------------------------------------------------- */
.widget_colabs_facebook iframe {
  width: 98% !important;
}

/* Widget Tabs
------------------------------------------------------------------- */
.widget_colabs_tabs #tabs {
  padding: 5px;
  background: #f0f0f0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.widget_colabs_tabs ul {
  margin: 0;
  bottom: -1px;
  overflow: hidden;
  position: relative;
}

.widget_colabs_tabs li {
  margin: 0;
}

.widget_colabs_tabs .colabsTabs {
  padding-top: 7px;
}

.widget_colabs_tabs .colabsTabs li {
  float: left;
}

.widget_colabs_tabs .colabsTabs a {
  font-size: 10px;
  padding: 3px 7px;
  position: relative;
  margin: 0 -1px 0 0;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-transform: uppercase;
  display: block;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.widget_colabs_tabs .colabsTabs a:hover, .widget_colabs_tabs .colabsTabs .selected {
  background: white;
  text-decoration: none;
}

.widget_colabs_tabs .colabsTabs .selected {
  top: -7px;
  padding-top: 10px;
  border-bottom: 1px solid white;
}

.widget_colabs_tabs .box {
  background: white;
  border: 1px solid #ddd;
  margin-top: -7px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.widget_colabs_tabs .box a {
  color: #7f7f7f;
}

.widget_colabs_tabs .box a:hover {
  color: #282828;
}

.widget_colabs_tabs .box li {
  overflow: hidden;
  padding: 14px 10px;
  border-bottom: 1px solid #ddd;
}

.widget_colabs_tabs .box img {
  float: left;
  margin: 5px 10px 0 0;
  padding: 2px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}

.widget_colabs_tabs #tab-tags {
  padding: 14px 10px;
}

.widget_colabs_tabs .meta {
  color: #aaa;
  font-size: 90%;
}

#tab-comm .author {
  font-weight: bold;
}

/* Wordpress Default Widgets
------------------------------------------------------------------- */
/* Widget Calendar
----------------------------- */
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar caption {
  margin-bottom: 9px;
}
#wp-calendar tfoot td {
  padding-top: 9px;
  padding-bottom: 0;
}
#wp-calendar tfoot a {
  width: auto;
  float: none;
  display: block;
  padding: 7px 5px;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

/* Widget Recent Comments
----------------------------- */
.widget_recent_comments li > a {
  display: inline;
}

/* Widget Rss
----------------------------- */
.widget_rss li {
  margin-bottom: 18px;
}
.widget_rss .rss-date {
  display: block;
  color: #a3a3a3;
}
.widget_rss .widget-inner-container li {
  margin-bottom: 18px;
}
.widget_rss cite {
  font-style: italic;
}

/* Widget List Pages
----------------------------- */
.widget_pages ul ul {
  margin-top: 5px;
  margin-left: 15px;
}
.widget_pages ul ul li {
  position: relative;
}
.widget_pages ul ul li:before, .widget_pages ul ul li:after {
  content: "";
  position: absolute;
  background: #c3c3c3;
}
.widget_pages ul ul li:before {
  top: 8px;
  left: -15px;
  width: 10px;
  height: 1px;
}
.widget_pages ul ul li:after {
  top: 2px;
  width: 1px;
  left: -15px;
  height: 6px;
}
.widget_pages a:hover {
  text-decoration: underline;
}

/* Widget which have a count
----------------------------- */
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_links li {
  clear: both;
  text-align: right;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_links a {
  float: left;
}

/* Responsive Section
====================================================================*/
/* Mobile Menu
--------------------------- */
.select-menu {
  width: 92%;
  height: auto;
  display: none;
  margin: 10px auto;
  border-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* For Tablet. Orientation: portrait
------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 977px) {
  /* Carousel
  --------------------------- */
  .carousel-content .carousel-image {
    width: 30%;
  }
}
/* For Mobile Phones. Orientation: landscape | portrait
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* Reset Page Layout Width
  --------------------------- */
  .three-col-left .innercontainer,
  .three-col-left .content,
  .three-col-left .sidebar-right,
  .three-col-left .sidebar-left,
  .three-col-right .innercontainer,
  .three-col-right .content,
  .three-col-right .sidebar-right,
  .three-col-right .sidebar-left,
  .three-col-middle .innercontainer,
  .three-col-middle .content,
  .three-col-middle .sidebar-right,
  .three-col-middle .sidebar-left {
    width: 100%;
  }

  .two-col-left .sidebar-left {
    width: 100%;
  }

  /* Top Logo 
  --------------------------- */
  .top-section .logo {
    margin-bottom: 9px;
  }
  .site-title {
    font-size: 40px
  }

  .search-box {
    width: 100%;
  }
  .search-box, .search-box input {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search-box input[type="text"] {
    width: 55%;
    margin-right: 3%;
  }
  .search-box input[type="submit"] {
    width: 40%;
  }

  /* Top Menu
  --------------------------- */
  .main-nav ul {
    display: none;
  }

  .select-menu {
    display: block;
  }

  /* Carousel
  --------------------------- */
  .carousel-content .carousel-image {
    width: 30%;
  }

  /* Footer Logo & Friends
  --------------------------- */
  .logo-footer {
    line-height: 1;
    margin: 0 0 9px 0;
  }

  .copyright, .logo-footer {
    float: none;
    text-align: center;
  }

  .footer-nav {
    text-align: center;
  }
  .footer-nav ul {
    margin: 0;
  }
  .footer-nav li {
    float: none;
    display: inline-block;
  }
  .footer-nav a {
    padding: 0 10px;
  }

  /* Comment Form
  --------------------------- */
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  #respond input[type="submit"] {
    width: 100%;
    margin-left: 0;
  }

  /* Widget Subscribe
  --------------------------- */
  .widget_colabs_subscribe input[type="text"] {
    width: 64%;
  }
  .widget_colabs_subscribe input[type="submit"] {
    width: 28%;
    float: right;
  }

  /* Contact Shortcode
  --------------------------- */
  #contactForm input[type="text"],
  #contactForm input[type="submit"],
  #contactForm textarea {
    margin: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contactForm input[type="text"],
  #contactForm input[type="submit"] {
    margin: 0;
    width: 100%;
    height: auto;
  }
  #contactForm input[type="checkbox"] {
    margin-left: 0;
  }
  
  /* Shortcode Grid
  --------------------------- */
  .twocol-one, .threecol-one, .threecol-two, .fourcol-one, 
  .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, 
  .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, 
  .sixcol-three, .sixcol-four, .sixcol-five {
    width: 100% !important;
    margin-left: 0 !important;
  }

}
/* For Mobile Phones. Orientation: Landscape
------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 766px) {

  /* Widget Favorite
  --------------------------- */
  .widget_colabs_postcat li {
    width: 29%;
    margin-right: 3%;
    vertical-align: top;
    display: inline-block;
    border: none;
  }

}

/* For Mobile Phones. Orientation: portrait
------------------------------------------------------------------- */
@media only screen and (min-width: 240px) and (max-width:479px) {
  /* Carousel
  --------------------------- */
  .carousel-content .carousel-image {
    width: 100%;
    margin: 0 0 9px;
  }
  .carousel-content .carousel-text {
    clear: both;
  }
  .carousel-content .entry-content,
  .carousel-content .social_share,
  .carousel-content .entry-meta {
    display: none;
  }
  .carousel-thumb li {
    width: 75px;
  }

  /* Post List
  ---------------------------- */
  .post-list .entry-top {
    width: 30%;
  }

  /* Widget Favorite
  --------------------------- */
  .widget_colabs_postcat li {
    width: 37%;
    margin-right: 3%;
    vertical-align: top;
    display: inline-block;
    border: none;
  }

  /* Widget Subscribe
  --------------------------- */
  .widget_subscribe input {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .widget_subscribe input[type="text"] {
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .widget_subscribe input[type="submit"] {
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
}



/* #Mobile Menu
=================================================================== */
.main-nav .btn-navbar {
  display: none;
  color: #fff;
  float: right;
  border: 1px solid #000;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -o-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  margin: 10px 20px;
  padding: 7px 10px !important;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  overflow: visible \9;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* Set Mobile menu style for tablet and below
------------------------------------------------------------------- */
@media (max-width: 977px) {
  .container {
    overflow-x: hidden;
  }
  .menu-select {
    text-align: center;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse ul, .navigation ul li {
    float: none !important;
    display: block !important;
  }
  .nav-collapse.collapse > div {
    margin-bottom: 20px;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .main-nav .btn-navbar {
    display: block;
  }

  /* Menu
  ----------------------------------------------------------------- */
  .main-nav li {
    float: none;
    border: none;
  }
  .main-nav .sub-menu {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .main-nav a,
  .main-nav .sub-menu a {
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-size: 15px;
  }
  .sf-sub-indicator {
    display: none;
  }

  /* Sub Menu
  ----------------------------------------------------------------- */
  .nav-collapse ul ul {
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    position: static;
    border: none;
    background: none;
    margin-left: 20px;
    width: auto;
    float: none;
    width: auto !important;
    opacity: 1 !important;
    position: static !important;
    background: none !important;
  }
  .nav-collapse ul ul li {
    border: none;
    width: auto;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important
  }
}

.clearfix, .header {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.header:before, .header:after {
  display: table;
  content: "";
}
.clearfix:after,
.header:after {
  clear: both;
}/*-----------------------------------------------------------------------------------

TABLE OF CONTENTS:

1. Info Boxes
2. Buttons
3. Columns
4. Tweetmeme
5. Twitter
6. Digg
7. Related Posts
8. Horizontal Rule
9. Quote
10. Icon Links
11. Facebook
12. Contact Form
13. Tabber
-13.1 Tabber Alternate Style - Boxed
-13.2 Tabber Alternate Style - Vertical
14. Dropcap
15. Content Toggle
-15.1 Toggle Alternate Style - White
16. Highlight and Abbreviation
17. List Styles - Unordered List
18. List Styles - Ordered List
19. Social Icon
20. Pulled Quote

-----------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 1. Info Boxes */
/*-------------------------------------------------------------------------------------------*/
p.colabs-sc-box, div.colabs-sc-box {margin:1em 0 1.5em 0; padding:9px 10px 9px 50px; border-width:1px 0 1px 0; border-style:solid;color:#555;text-shadow:none;}
.colabs-sc-box.none {border-width:0;}
.colabs-sc-box.full {border-width:1px;}
.colabs-sc-box.medium {padding:18px 20px 18px 50px; font-size:1.1em;}
.colabs-sc-box.large {padding:25px 27px 25px 50px; font-size:1.2em; }
.colabs-sc-box.rounded { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.colabs-sc-box.alert { border-color:#f0baa2; background:#ffd9c8 url(backbone/functions/images/ico-alert.png) no-repeat 20px 45%; }
.colabs-sc-box.download { border-color:#d4ebaf; background:#edfcd5 url(backbone/functions/images/ico-download.png) no-repeat 20px 45%; }
.colabs-sc-box.tick { border-color:#d4ebaf; background:#edfcd5 url(backbone/functions/images/ico-tick.png) no-repeat 20px 45%; }
.colabs-sc-box.info { border-color:#ccc; background:#eee url(backbone/functions/images/ico-info.png) no-repeat 20px 45%; }
.colabs-sc-box.note { border-color:#efe3ae; background:#fef6d2 url(backbone/functions/images/ico-note.png) no-repeat 20px 45%; }
.colabs-sc-box.normal { border-color:#ccc; background:#eee; padding:9px 15px;}


/*-------------------------------------------------------------------------------------------*/
/* 2. Buttons */
/*-------------------------------------------------------------------------------------------*/
a.colabs-sc-button {
	font-family: sans-serif;
	display: inline-block;
	line-height: 1em;
	padding: 6px 13px;
	margin:0 .6em 1.5em 0;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none !important;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background-color: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

a.colabs-sc-button.small { padding:2px 10px; font-size:0.9em;}
a.colabs-sc-button.large { padding:7px 16px; font-size:1.4em;}
a.colabs-sc-button.xl { padding:9px 20px; font-size:1.8em;}

a.colabs-sc-button:hover, 
a.colabs-sc-button.hover, 
a.colabs-sc-button.active {
	text-decoration: none !important;
	/*Background*/
	background: #0073d2; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #3e9ee5),
					color-stop(1, #1666ca)
				);
	background: -moz-linear-gradient(
					center top,
					#3e9ee5 20%,
					#1666ca 100%
				);
}

a.colabs-sc-button:active,
a.colabs-sc-button.active  {
	border-color: #20559a;
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

a.colabs-sc-button.dark span { color:#555; text-shadow:0 1px #fff;}
a.colabs-sc-button.custom:hover { opacity:0.85; }

a.colabs-sc-button span { line-height:1.2em; min-height: 16px; }
a.colabs-sc-button span.colabs-info { background:url("backbone/functions/images/ico-info.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.colabs-sc-button span.colabs-download { background:url("backbone/functions/images/ico-download.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.colabs-sc-button span.colabs-tick { background:url("backbone/functions/images/ico-tick.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.colabs-sc-button span.colabs-note { background:url("backbone/functions/images/ico-note.png") no-repeat 0 45%; padding-left:25px; display:block; }
a.colabs-sc-button span.colabs-alert { background:url("backbone/functions/images/ico-alert.png") no-repeat 0 45%; padding-left:25px; display:block; }

a.colabs-sc-button.red { 
	border-color: #af4040; border-bottom-color: #9a2020; background-color: #d72323;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e85252),color-stop(1, #cf2e2e));
	background: -moz-linear-gradient(center top,#e85252 20%,#cf2e2e 100%);
}
a.colabs-sc-button.red:hover { 
	background: #d20000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e53e3e),color-stop(1, #ca1616));
	background: -moz-linear-gradient(center top,#e53e3e 20%,#ca1616 100%);
}

a.colabs-sc-button.orange { 
	border-color: #af7440; border-bottom-color: #9a5420; background-color: #d76b23;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e88e52),color-stop(1, #cf6e2e));
	background: -moz-linear-gradient(center top,#e88e52 20%,#cf6e2e 100%);
}
a.colabs-sc-button.orange:hover { 
	background: #d25e00;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e57d3e),color-stop(1, #ca5116));
	background: -moz-linear-gradient(center top,#e57d3e 20%,#ca5116 100%);
}

a.colabs-sc-button.green { 
	border-color: #87bf00; border-bottom-color: #7ca122; background-color: #8dc11e;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #ace53e),color-stop(1, #8dca16));
	background: -moz-linear-gradient(center top,#ace53e 20%,#6bca16 100%);
}
a.colabs-sc-button.green:hover { 
	background: #87c000;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #a0d53a),color-stop(1, #60b513));
	background: -moz-linear-gradient(center top,#a0d53a 20%,#60b513 100%);
}

a.colabs-sc-button.aqua { 
	border-color: #40af96; border-bottom-color: #209a82; background-color: #23d7af;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52e8c6),color-stop(1, #2ecfab));
	background: -moz-linear-gradient(center top,#52e8c6 20%,#2ecfab 100%);
}
a.colabs-sc-button.aqua:hover { 
	background: #00d2a8;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ee5c0),color-stop(1, #16ca9e));
	background: -moz-linear-gradient(center top,#3ee5c0 20%,#16ca9e 100%);
}

a.colabs-sc-button.teal { 
	border-color: #23a6d6; border-bottom-color: #20799a; background-color: #23abd7;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #52c3e8),color-stop(1, #2eabcf));
	background: -moz-linear-gradient(center top,#52c3e8 20%,#2eabcf 100%);
}
a.colabs-sc-button.teal:hover { 
	background: #009ed2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3ebce5),color-stop(1, #16a2ca));
	background: -moz-linear-gradient(center top,#3ebce5 20%,#16a2ca 100%);
}

a.colabs-sc-button.purple { 
	border-color: #234dd6; border-bottom-color: #20489a; background-color: #2356d7;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #526ee8),color-stop(1, #2e58cf));
	background: -moz-linear-gradient(center top,#526ee8 20%,#2e58cf 100%);
}
a.colabs-sc-button.purple:hover { 
	background: #0036d2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #3e5ae5),color-stop(1, #1638ca));
	background: -moz-linear-gradient(center top,#3e5ae5 20%,#1638ca 100%);
}

a.colabs-sc-button.pink { 
	border-color: #d623cb; border-bottom-color: #9a2096; background-color: #d723d5;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e852e6),color-stop(1, #cd2ecf));
	background: -moz-linear-gradient(center top,#e852e6 20%,#cd2ecf 100%);
}
a.colabs-sc-button.pink:hover { 
	background: #bc00d2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #c83ee5),color-stop(1, #ae16ca));
	background: -moz-linear-gradient(center top,#c83ee5 20%,#ae16ca 100%);
}

a.colabs-sc-button.silver { 
	color: #444 !important;
	text-shadow:0 1px #fff;
	border-color: #bbb; border-bottom-color: #999; background-color: #d8d8d8;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e9e9e9),color-stop(1, #ccc));
	background: -moz-linear-gradient(center top,#e9e9e9 20%,#ccc 100%);
}
a.colabs-sc-button.silver:hover { 
	background: #ccc;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #e0e0e0),color-stop(1, #bebebe));
	background: -moz-linear-gradient(center top,#e0e0e0 20%,#bebebe 100%);
}


/*-------------------------------------------------------------------------------------------*/
/* 3. Columns */
/*-------------------------------------------------------------------------------------------*/
.twocol-one{width:48%;}
.threecol-one{width:30.66%;}
.threecol-two{width:65.33%;}
.fourcol-one{width:22%;}
.fourcol-two{width:48%;}
.fourcol-three{width:74%;}
.fivecol-one{width:16.8%;}
.fivecol-two{width:37.6%;}
.fivecol-three{width:58.4%;}
.fivecol-four{width:67.2%;}
.sixcol-one{width:13.33%;}
.sixcol-two{width:30.66%;}
.sixcol-three{width:47.99%;}
.sixcol-four{width:65.33%;}
.sixcol-five{width:82.67%;}
.twocol-one,.threecol-one,.threecol-two,.fourcol-one,.fourcol-two,.fourcol-three,.fivecol-one,.fivecol-two,.fivecol-three,.fivecol-four,.sixcol-one,.sixcol-two,.sixcol-three,.sixcol-four,.sixcol-five{float:left;margin-right:4%;position:relative;}
.last{clear:right;margin-right:0 !important;}


/*-------------------------------------------------------------------------------------------*/
/* 4. Tweetmeme */
/*-------------------------------------------------------------------------------------------*/
.colabs-tweetmeme.left { margin:0 1.5em 1.5em 0; float:left; }
.colabs-tweetmeme.none { margin:0 0 1.5em 0;  }
.colabs-tweetmeme.right { margin:0 0 1.5em 1.5em; float:right;  }

/*-------------------------------------------------------------------------------------------*/
/* 5. Twitter */
/*-------------------------------------------------------------------------------------------*/
.colabs-sc-twitter.left { float:left; }
.colabs-sc-twitter.none { margin:0 0 1.5em 0;  }
.colabs-sc-twitter.right { margin:0 0 1.5em 1.2em; float:right;  }

/*-------------------------------------------------------------------------------------------*/
/* 6. Digg */
/*-------------------------------------------------------------------------------------------*/
.colabs-digg.left { margin:0 1.5em 1.5em 0; float:left; }
.colabs-digg.none { margin:0 0 1.5em 0;  }
.colabs-digg.right { margin:0 0 1.5em 1.5em; float:right;  }

/*-------------------------------------------------------------------------------------------*/
/* 7. Related posts */
/*-------------------------------------------------------------------------------------------*/
.colabs-sc-related-posts .thumbnail { float:left; margin:0 1em 1em 0;}
.colabs-sc-related-posts li { clear:both; }

/*-------------------------------------------------------------------------------------------*/
/* 8. Horizontal Rule */
/*-------------------------------------------------------------------------------------------*/
.colabs-sc-hr { border-bottom:1px solid #e6e6e6; }
.colabs-sc-hr, .colabs-sc-divider { clear:both; display:block; margin-bottom:20px; padding-top:20px; width:100%; }
.colabs-sc-divider.flat { padding:0; margin:0; }

/*-------------------------------------------------------------------------------------------*/
/* 9. Quote */
/*-------------------------------------------------------------------------------------------*/
.colabs-sc-quote p { margin: 1em 20px; padding: 0 0 0 55px; background: url(backbone/functions/images/quote.png) no-repeat 0 3px; font-family: serif; font-size: 1.2em; font-style: italic; color:#777; min-height: 32px; }
.colabs-sc-quote.left { float:left; width:30%;}
.colabs-sc-quote.right { float:right; width:30%;}
.colabs-sc-quote.boxed { background: #f5f5f5; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.colabs-sc-quote.boxed.left { margin: 0 1.5em 1em 0;}
.colabs-sc-quote.boxed.right { margin: 0 0 1em 1.5em;}

/*-------------------------------------------------------------------------------------------*/
/* 10. Icon Links */
/*-------------------------------------------------------------------------------------------*/
.colabs-sc-ilink { padding:0 0.3em;  }
.colabs-sc-ilink a { padding-left:20px; text-decoration: underline; display: inline-block; }
.colabs-sc-ilink a:hover { text-decoration: none; }
.colabs-sc-ilink .download { background: url(backbone/functions/images/ico-download.png) no-repeat left 40%; }
.colabs-sc-ilink .tick { background: url(backbone/functions/images/ico-tick.png) no-repeat left 40%; }
.colabs-sc-ilink .info { background: url(backbone/functions/images/ico-info.png) no-repeat left 40%; }
.colabs-sc-ilink .note { background: url(backbone/functions/images/ico-note.png) no-repeat left 40%; }
.colabs-sc-ilink .alert { background: url(backbone/functions/images/ico-alert.png) no-repeat left 40%; }

/*-------------------------------------------------------------------------------------------*/
/* 11. Facebook */
/*-------------------------------------------------------------------------------------------*/
.colabs-fbshare.left { margin:0 1.5em 1.5em 0; float:left; }
.colabs-fbshare.none { margin:0 0 1.5em 0;  }
.colabs-fbshare.right { margin:0 0 1.5em 1.5em; float:right;  }

.colabs-fblike.left { margin:0 1.5em 1.5em 0; float:left; }
.colabs-fblike.none { margin:0 0 1.5em 0;  }
.colabs-fblike.right { margin:0 0 1.5em 1.5em; float:right;  }

/*-------------------------------------------------------------------------------------------*/
/* 12. Contact Form */
/*-------------------------------------------------------------------------------------------*/

.contact-form .screenReader { left: -9999px; position: absolute; top: -9999px; }
.contact-form .forms {float:left;list-style:none;width:100%;margin:10px 0 0;}
.contact-form .forms p {clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
.contact-form .forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
.contact-form .forms input.txt{width:214px;}
.contact-form .forms input#sendCopy{border:none;}
.contact-form .forms textarea{height:150px;width:400px;max-width: 100%;}
.contact-form .forms .error{font-size:12px;display:block;margin-left:120px;color:red;}
.contact-form .forms .textarea .error{display:block; margin-left:120px}
.contact-form .forms .screenReader{margin-bottom:0;}
.contact-form .forms .buttons .submit{margin: 15px 0 0 120px; cursor:pointer; }
.contact-form .forms .inline input{width:auto;margin-left:120px;}
.contact-form .forms .inline label{display:inline;float:none;width:auto;}
.entry .contact-form ol.forms li { list-style: none; } /* Added to accomodate the contact form shortcode */

.contact-form .submit {
	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

.contact-form .submit:hover {
	text-decoration: none !important;
	/*Background*/
	background: #0073d2; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #3e9ee5),
					color-stop(1, #1666ca)
				);
	background: -moz-linear-gradient(
					center top,
					#3e9ee5 20%,
					#1666ca 100%
				);
}

/*-------------------------------------------------------------------------------------------*/
/* 13. Tabber */
/*-------------------------------------------------------------------------------------------*/

.shortcode-tabs { background:#f0f0f0; background:rgba(0,0,0,.05); clear: both; height:auto; display: block; padding:5px; margin-bottom:30px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.shortcode-tabs ul.tab_titles { padding:0px; background:none; border:none; margin:0;}
.shortcode-tabs ul.tab_titles li.nav-tab { background:none; padding:0; float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer; }
.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover { background:#fff; text-decoration:none; }
.shortcode-tabs ul.tab_titles li.nav-tab a {	color:#777; display: block;float: left;padding: 8px; text-transform:uppercase; font:11px/18px sans-serif; }
.shortcode-tabs ul.tab_titles li.nav-tab.ui-tabs-selected a, .shortcode-tabs ul.tab_titles li.nav-tab a:hover { -moz-border-radius-topright:3px; -moz-border-radius-topleft:3px;-webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius:3px; border-top-right-radius:3px; border-top-left-radius:3px; }
.shortcode-tabs .tab { background:#fff; padding:10px; text-align: left; clear: both; }
.shortcode-tabs .tab li.nav-tab { background:#fff;  }
.shortcode-tabs .tab ul.tab_titles { margin:0; border: 1px solid #e6e6e6; border-width:1px 0 1px 0; }
.shortcode-tabs .tab li.nav-tab { border:1px solid #e6e6e6; border-width:0 1px 1px 1px; padding:10px; }
.shortcode-tabs .tab li.nav-tab a { color:#555; font:bold 12px/18px sans-serif; }
.shortcode-tabs .tab a:hover {}
.shortcode-tabs .ui-tabs-hide { display: none; }

/*-------------------------------------------------------------------------------------------*/
/* -13.1 Tabber Alternate Style - Boxed */
/*-------------------------------------------------------------------------------------------*/
	
.shortcode-tabs.boxed { background: #FFFFFF; }
	.shortcode-tabs.boxed ul.tab_titles { clear: both; float: left; background:none; border:none; border-left: 1px solid #EBEBEB; margin-bottom: 0px; position: relative; z-index: 2; }
		.shortcode-tabs.boxed ul.tab_titles li { background:none; padding:0; border-top: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB; }
		.shortcode-tabs.boxed ul.tab_titles li.ui-state-active { border-bottom: 1px solid #FFFFFF; }
	.shortcode-tabs.boxed .tab { border: 1px solid #EBEBEB; top: -2px; position: relative; z-index: 1; }
	
/*-------------------------------------------------------------------------------------------*/
/* -13.2 Tabber Alternate Style - Vertical */
/*-------------------------------------------------------------------------------------------*/
	
.shortcode-tabs.vertical { background: #FFFFFF; }
	.shortcode-tabs.vertical .tab_header { border: 1px solid #F0F0F0; border-bottom: 0px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; width: 25%; float: left; margin-bottom: -5px; color:#555; font:bold 12px/18px sans-serif; }
		.shortcode-tabs.vertical .tab_header {
			
			/* Gradient Background */
			background: #f5f5f5;
		  	background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
		  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
		  	
		  	border-bottom-left-radius: 0px;
			border-bottom-right-radius: 0px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			-webkit-border-bottom-left-radius: 0px;
			-webkit-border-bottom-right-radius: 0px;
		
		}
		.shortcode-tabs.vertical .tab_header span { display: block; padding: 8px 8px 12px 8px; border: 1px solid #EBEBEB; }
	.shortcode-tabs.vertical ul.tab_titles {  clear: left; float: left; background:none; border: 1px solid #F0F0F0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 0px; position: relative; z-index: 2; width: 25%; }
		.shortcode-tabs.vertical ul.tab_titles.has_title { border-top: 0px !important; margin-top: 5px; }
		.shortcode-tabs.vertical ul.tab_titles.has_title {
		
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
			-moz-border-radius-topright: 0px;
			-moz-border-radius-topkeft: 0px;
			-webkit-border-top-left-radius: 0px;
			-webkit-border-top-right-radius: 0px;
		
		}
		.shortcode-tabs.vertical ul.tab_titles li { clear: both; background:none; padding:0; border-bottom: 1px solid #EBEBEB; border-left: 1px solid #EBEBEB; border-right: 1px solid #EBEBEB; display: block !important; float: none !important; }
		.shortcode-tabs.vertical ul.tab_titles li.ui-state-active {}
			.shortcode-tabs.vertical ul.tab_titles li.ui-state-active a { background: #F0F0F0; background: rgba(0,0,0,.05); }
			.shortcode-tabs.vertical ul.tab_titles li a:link { display: block; float: none !important; }
			.shortcode-tabs.vertical ul.tab_titles li a:hover { background: #F0F0F0; background: rgba(0,0,0,.05); }
	.shortcode-tabs.vertical .tab { clear: right !important; top: 5px; position: relative; z-index: 1; margin-left: 30%; padding: 0px; }
	
/*-------------------------------------------------------------------------------------------*/
/* 14. Dropcap */
/*-------------------------------------------------------------------------------------------*/

span.dropcap { font-size: 300%; font-weight: bold; float: left; position: relative; margin:5px 7px 0 0; line-height: 0.7em; }

/*-------------------------------------------------------------------------------------------*/
/* 15. Content Toggle */
/*-------------------------------------------------------------------------------------------*/

.shortcode-toggle { margin: 0 0 1.2em;}
.shortcode-toggle h4 {margin: 0;}
.shortcode-toggle h4 a { display: block; padding: 3px 0 3px 10px; background: #f3f3f3 url(backbone/functions/images/shortcode-toggle-close.png) no-repeat 99% center; }
.shortcode-toggle.closed h4 a  { background-image: url(backbone/functions/images/shortcode-toggle-open.png); }
.shortcode-toggle .toggle-content  { padding: 10px 10px; background: #f9f9f9; }
.shortcode-toggle.closed .toggle-content { display: none; }
.shortcode-toggle.border { border: 1px solid #EBEBEB; }

/*-------------------------------------------------------------------------------------------*/
/* -15.1 Content Toggle Alternate Style - White */
/*-------------------------------------------------------------------------------------------*/

.shortcode-toggle.white h4 a { background-color: #FFFFFF; }
.shortcode-toggle.white .toggle-content { background-color: #FFFFFF; }

/*-------------------------------------------------------------------------------------------*/
/* 16. Highlight and Abbreviation */
/*-------------------------------------------------------------------------------------------*/

span.shortcode-highlight { background: #FFFFAA; padding: 3px 3px 1px; display: inline-block; margin-bottom: 15px }
p span.shortcode-highlight { margin:0; display: inline }
abbr { border-bottom: 1px dashed #999999; cursor: help; }

/*-------------------------------------------------------------------------------------------*/
/* 17. List Styles - Unordered List */
/*-------------------------------------------------------------------------------------------*/

.entry .shortcode-unorderedlist ul li, .shortcode-unorderedlist ul li, .entry .shortcode-unorderedlist ul li ul, .shortcode-unorderedlist ul li ul {
   list-style-type: none;
   padding-left:25px;
   background: url() no-repeat scroll left top;
}

.entry .shortcode-unorderedlist.tick ul li, .shortcode-unorderedlist.tick ul li { background: url(backbone/functions/images/shortcode-tick.png) no-repeat left top; }
.entry .shortcode-unorderedlist.red-x ul li, .shortcode-unorderedlist.red-x ul li { background: url(backbone/functions/images/shortcode-red-x.png) no-repeat left top; }
.entry .shortcode-unorderedlist.bullet ul li, .shortcode-unorderedlist.bullet ul li { background: url(backbone/functions/images/shortcode-bullet.png) no-repeat left top; }
.entry .shortcode-unorderedlist.green-dot ul li, .shortcode-unorderedlist.green-dot ul li { background: url(backbone/functions/images/shortcode-green-dot.png) no-repeat left top; }
.entry .shortcode-unorderedlist.arrow ul li, .shortcode-unorderedlist.arrow ul li { background: url(backbone/functions/images/shortcode-arrow.png) no-repeat left top; }
.entry .shortcode-unorderedlist.star ul li, .shortcode-unorderedlist.star ul li { background: url(backbone/functions/images/shortcode-star.png) no-repeat left top; }

/*-------------------------------------------------------------------------------------------*/
/* 18. List Styles - Ordered List */
/*-------------------------------------------------------------------------------------------*/

.entry .shortcode-orderedlist ol li, .entry .shortcode-orderedlist ol li ol, .shortcode-orderedlist ol li {
   list-style-type: none;
   margin-left: 25px;
   background: url() no-repeat scroll left top;
}

.entry .shortcode-orderedlist.armenian ol li, .shortcode-orderedlist.armenian ol li { list-style-type: armenian; }
.entry .shortcode-orderedlist.decimal ol li, .shortcode-orderedlist.decimal ol li { list-style-type: decimal; }
.entry .shortcode-orderedlist.decimal-leading-zero ol li, .shortcode-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
.entry .shortcode-orderedlist.georgian ol li, .shortcode-orderedlist.georgian ol li { list-style-type: georgian; }
.entry .shortcode-orderedlist.lower-alpha ol li, .shortcode-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
.entry .shortcode-orderedlist.lower-greek ol li, .shortcode-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
.entry .shortcode-orderedlist.lower-latin ol li, .shortcode-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
.entry .shortcode-orderedlist.lower-roman ol li, .shortcode-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
.entry .shortcode-orderedlist.upper-alpha ol li, .shortcode-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
.entry .shortcode-orderedlist.upper-latin ol li, .shortcode-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
.entry .shortcode-orderedlist.upper-roman ol li, .shortcode-orderedlist.upper-roman ol li { list-style-type: upper-roman; }

/*-------------------------------------------------------------------------------------------*/
/* 19. Social Icon */
/*-------------------------------------------------------------------------------------------*/

img.social-icon { border: none; }

/*-------------------------------------------------------------------------------------------*/
/* 20. Pulled Quote */
/*-------------------------------------------------------------------------------------------*/

.colabs-sc-pulledquote { 	
    font-family: Georgia;
	font-style: Italic;
	font-size: 18px;
	color: #333;
	line-height: 24px;
	width: 192px;
    }
    
.colabs-sc-pulledquote.left {
	text-align: right;
	margin: 0 15px 10px 0;
	padding-right: 15px;
	border-right: 1px solid #ddd;
    }
    
.colabs-sc-pulledquote.right {
    text-align: left;
	margin: 0 0 10px 15px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
    }

/*-------------------------------------------------------------------------------------------*/
/*  */
/*-------------------------------------------------------------------------------------------*/
