/*
* ColorLabs Responsive Layout Framework
* Copyright 2011, ColorLabs
* www.colorlabsproject.com
*/
/* #Base 978 Flexible Grid
================================================== */
img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

/* --- Grid --- */
.container {
  position: relative;
  padding: 0 15px;
}
.container:after, .clearfix:before, .clearfix:after,
.row:before, .row:after,
.widget:before, .widget:after {
  height: 0;
  clear: both;
  display: block;
  content: "\0020";
  visibility: hidden;
}

.row {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  position: relative;
  max-width: 978px;
}

.column {
  float: left;
  display: inline;
  min-height: 1px;
  position: relative;
  margin-left: 3.091%;
}
.column:first-child, .column .alpha, .column.one-third, .column.col12 {
  margin-left: 0;
}
.column.one-third {
  width: 33.333%;
}

/* --- Column Width --- */
.col1 {
  width: 5.5%;
}
.col1.centered {
  margin-left: 47.25%;
}

.col2 {
  width: 14.091%;
}
.col2.centered {
  margin-left: 42.955%;
}

.col3 {
  width: 22.682%;
}
.col3.centered {
  margin-left: 38.659%;
}

.col4 {
  width: 31.273%;
}
.col4.centered {
  margin-left: 34.364%;
}

.col5 {
  width: 39.864%;
}
.col5.centered {
  margin-left: 30.068%;
}

.col6 {
  width: 48.455%;
}
.col6.centered {
  margin-left: 25.773%;
}

.col7 {
  width: 57.045%;
}
.col7.centered {
  margin-left: 21.477%;
}

.col8 {
  width: 65.636%;
}
.col8.centered {
  margin-left: 17.182%;
}

.col9 {
  width: 74.227%;
}
.col9.centered {
  margin-left: 12.886%;
}

.col10 {
  width: 82.818%;
}
.col10.centered {
  margin-left: 8.591%;
}

.col11 {
  width: 91.409%;
}
.col11.centered {
  margin-left: 4.295%;
}

.col12 {
  width: 100%;
}
.col12.centered {
  margin-left: 0%;
}

/* --- Clearfix --- */
.row:after,
.clearfix:after,
.widget:after {
  clear: both;
}

/*  #Mobile Phone
================================================== */
@media only screen and (max-width: 767px) {
  .row {
    max-width: 767px;
  }
  .row > .column {
    margin-left: 0;
  }

  .column {
    width: 100%;
  }
}
/*
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(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(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(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(images/icon/rss-icon.png);
}
.soc-net .twitter {
  background-image: url(images/icon/twitter-icon.png);
}
.soc-net .facebook {
  background-image: url(images/icon/facebook-icon.png);
}
.soc-net .flickr {
  background-image: url(images/icon/flickr-icon.png);
}
.soc-net .linkedin {
  background-image: url(images/icon/linkedin-icon.png);
}
.soc-net .vimeo {
  background-image: url(images/icon/vimeo-icon.png);
}
.soc-net .youtube {
  background-image: url(images/icon/youtube-icon.png);
}
.soc-net .delicious {
  background-image: url(images/icon/delicious-icon.png);
}
.soc-net .stumbleupon {
  background-image: url(images/icon/stumbleupon-icon.png);
}
.soc-net .skype {
  background-image: url(images/icon/skype-icon.png);
}
.soc-net .googleplus {
  background-image: url(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;
}