/*
Theme Name: Venturos
Theme URI: http://colorlabsproject.com/themes/venturos/
Description:  Wordpress Theme created by <a href="http://colorlabsproject.com">ColorLabs & Company</a> 
Author: ColorLabs & Company
Author URI: http://colorlabsproject.com/
Version: 1.0.9
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: colabstheme
*/

/* #Basic HTML
================================================== */
body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
  background:#f8f8f8 url('images/pattern-body.png') repeat;
    padding-left: 20px;
  padding-right: 20px;
  line-height: 18px;
  color:#9e9e9e;
}


p {
    line-height: 1.8;
  color:#9e9e9e;
  font-size: 13px;
  
}
/* Separator */
.separator {
    height: 0;
    margin: 40px 20px 20px 20px;
    border-top: 6px solid #e8e7e5;
  text-align:center;
}

.container {
  background-color:#FFF;
}
.column {
    margin-bottom: 15px;
}
.sticky {}

/* #Typography
================================================== */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 20px;
  color:#333;
}

small {
    font-size: 12px
}

ol {
    list-style: none;
  line-height: 2;
}

ul {
    list-style: none;
  line-height: 2;
}

li {
    margin-left: 30px
}


em {
    font-style: italic
}

a {
    color: #333;
    text-decoration: none
}


pre, code {
    background: #ECECEC;
    font-size: 12px;
    overflow: auto;
}

blockquote, q {
  quotes: none;
  color: #9e9e9e;
  padding-left: 30px;
  margin: 20px;
  font-style:italic;
  line-height:1.5;
}

.main-content img{
  max-width:100%;
  height:auto;
}

iframe{
  width:100%;
}
.alignleft {
    float: left;
    margin: 5px 10px 10px 0
}

.alignright {
    float: right;
    margin: 5px 0 10px 10px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto
}


/*======================================================
# Header Block 
========================================================*/
.header-wrapper{
  position:relative;
  display:block;
}
.header{
  background:#222;
  opacity:0.7;
  border-top:2px solid #000;
  border-bottom:1px solid #000;
  padding:20px;
  position:absolute;
  top: 40px;
  z-index: 100;
  right: 0;
  left: 0;
}
.no-slider .header,
.no-header-image .header {
  top: auto;
  position: relative;
}

.header .column {
  margin-bottom:0;
}
.header h1{
  color:#eebf1c;
  font-size:35px;
  text-transform:uppercase;
  margin-bottom:0;
}

.header .logo{
  border-right:2px solid #FFF;
  float:left;
}

/* Top Navigation 
-----------------------------------------*/
.topnav li{
  display:inline-block;
  padding-top:4px;
  margin:0;
}
.topnav a:hover{
  color:#eebf1c;
}
.topnav a{
  color:#fff;
  font-weight:bold;
}

.sub-menu{
  margin:0;
}

.select-menu {
  width: 96%;
  padding: 7px;
  margin: 15px auto;
  display: none;
  background: #eee url(images/icon-arrow-select.png) no-repeat 98% center;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Search Box
-----------------------------------------*/

.header .searchbox{
  margin-left:0;
  float:right;
}

.searchbox input{
  background-color: #222;
  border: 1px solid #FFF;
  float: right;
  padding: 5px;
  color:#FFF;
}


/*================================================ 
# Top SLider
================================================== */

.top-slider {
  background-color: #ccc;
}

.top-slider li {
  color: #999;
  display: block;
  float: left;
  margin:0;
}
.top-slider img {
  display: block;
  max-width:100%;
  height:auto;
}

/* Portfolio Slider
--------------------------------------------------------*/

.portfolio .entry-image li {
  color: #999;
  display: block;
  float: left;
  margin:0;
}

.post-block .portfolio .pager {
  display: block;
  line-height: 2;
  background: rgba(0,0,0,0.5);
  left: 0;
  bottom: 0;
  padding: 10px;
}

.post-block .portfolio .pager a{
  background:#000;
  border:1px solid #a8a8a8;
  width:10px;
  height:10px;
}

.post-block .portfolio .pager .selected{
  background:#FFF;
}

.portfolio-header{
  position:relative;
}

.single-portfolio .portfolio-header li{
  color: #999;
  display: block;
  float: left;
  margin:0;
}

.single-portfolio .portfolio-header .pager {
  display: block;
  line-height: 2;
  background: rgba(0,0,0,0.5);
  left: 0;
  bottom: 38px;
  padding: 10px;
}

.single-portfolio .portfolio-header .pager .selected{
  background:#FFF;
}

.single-portfolio .portfolio-header .pager a{
  background:#000;
  border:1px solid #a8a8a8;
  width:10px;
  height:10px;
}

.single-portfolio .main-content .title{
  float:left;
}

.single-portfolio .content{
  margin-top:10px;
}
/* COntrol SLider
----------------------------------------------------------*/
.pager {
    width: 97%;
    position: absolute;
    bottom: -25px;
    text-align: center;
  left:100px;
}


.pager a {
    background-color: #e8e8e8;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    text-indent: -9999px;
    width: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  margin:0 5px;
}

.pager a:hover {
    background-color: #000;
}

.pager .selected {
    background-color: #000;
    cursor: default;
}   

.control-prev{
  background: url("images/nav-slider.png") left 0px no-repeat;
  display: inline-block;
  height: 50px;
  width: 37px;
  text-indent: 999px;
  overflow: hidden;
  float: left;
  margin-bottom: 1px;
}

.control-next{
  background: url("images/nav-slider.png") -38px no-repeat;
  display: inline-block;
  height: 50px;
  width: 37px;
  text-indent: 999px;
  overflow: hidden;
  float: left;
}

/* Sooperfish
-----------------------------------------------------------*/

.topnav.sub-menu {
  display: none
}
.topnav .sf-menu .sf-arrow {
  margin-left: 8px;
  font-size: 16px;
  line-height: 0;
  position: absolute;
  top: 17px;
  right: 13px;
  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.topnav .sf-parent > a {
  padding-right: 25px
}
.topnav ul ul {
  display: none;
}
.topnav ul ul a {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.sf-menu li:hover > a .sf-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Framework for proper showing/hiding/positioning */
/* DO NOT EDIT FROM HERE */
ul.sf-menu
,ul.sf-menu * {
  margin:0;
  padding:0;
}

ul.sf-menu {
  display:block;
  position:relative;
}
ul.sf-menu li {
  display:block;
  list-style:none;
  float:left;
  position:relative;
}
ul.sf-menu li:hover {
  visibility:inherit; /* fixes IE7 'sticky bug' */
}
.nav-collapse a {
  position:relative;
  padding: 10px;
}
ul.sf-menu ul {
  position:absolute;
  left:0;
  width:170px;
  top:auto;
  left:-999999px;
  background: #222;
  background: rgba(0,0,0,0.75);
  padding:5px 0;
}
ul.sf-menu ul a {
  zoom:1; /* IE6/7 fix */
}
ul.sf-menu ul li {
  float:left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width:170px;
  padding:5px 0;
}
ul.sf-menu ul ul {
  top:0;
  margin:0 0 0 170px
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul { /*first level*/
  left:auto;
}
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul {
  left:-999999px;
}
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul {/*second level*/
  left:auto;
}
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul {
  left:-999999px;
}
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul {/*third level*/
  left:auto;
}
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul {
  left:-999999px;
}
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul {/*fourth level*/
  left:auto;
}
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul {
  left:-999999px;
}



/* Text SLider
----------------------------------------------------------*/
.text-wrapper { 
  position: absolute;
  width: 400px;
  background-color: #eebf1c;
  bottom: -50px;
  padding: 5px 20px;
}

.slider-control a{
  display:block;
}

.text-slider .title{
  font-weight:bold;
  font-size:18px;
}

.text-slider li{
  font-size:13px;
  float:left;
  width: 400px;
  margin-top:2px;
}

.text-slider li > p{
    color: #000;
}

/*======================================================
# Social Block
=======================================================*/
.soc-net{
  float:right;
  margin-top:10px;
  border-left:2px solid #e8e8e8;
  padding-left:5px;
  padding-right: 25px;
  position: relative;
}

.soc-net a{
  width:32px;
  height:32px;
  display: inline-block;
  text-indent: 999px;
  overflow: hidden;
  float: left;
  margin-left:20px;
  opacity:0.5;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}


.soc-net a:hover{
  opacity:1;
  
}

/*======================================================
# Main Content
=======================================================*/

.main-content{
  background:#FFF url('images/diagonal-pattern.png')repeat-x;
  border:1px solid #d0d0d0;
  border-top:none;
  padding:80px 20px 10px 20px;
}

.main-content p{
  margin-bottom:20px;
}
.content{
  margin-left:0;
  min-height:600px;
  margin: 30px 0;
  margin-top:10px;
  border-bottom: 2px dotted #d0d0d0;
  padding-bottom: 20px;
  position: relative;
  overflow:hidden;
}


.content:after{
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px dotted #f0f0f0;
  bottom: -6px;
  left: 0;
}
.entry-icon{
  font-size: 30px;
  text-align: center;
  background: #fff url('images/diamond-pattern.png');
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -86px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color:#a8a8a8;
}

.entry-icon i{
  position: absolute;
  top: 20px;
}
.search .entry-icon{
  display:none;
}
.entry-content{
  margin-left:0;
  overflow:hidden;
}

.text {
  text-align: center;
  font-size: 25px;
  padding: 0 15%;
}

.text p{
  font-size:25px;
}

.color{
  color:#eebf1c;
}

.main-content .section-block{
  margin:30px 0;
  border-bottom:2px dotted #d0d0d0;
  padding-bottom:20px;
  position:relative;
}

.main-content .section-block:after{
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px dotted #f0f0f0;
  bottom: -6px;
  left: 0;
}

.section-block .title{
  font-size:20px;
  font-weight:bold;
  margin-bottom:15px;
}

.featured-block .title, .portfolio .title{
    float:left;
}

/* FEatured Block 
--------------------------------------------*/

.featured-block li{
  width: 200px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 5px solid #C0c0c0;
  margin: 20px 7px;
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  float:left;
  box-shadow: inset 0 -130px 87px -17px #e8e8e8;
   -webkit-box-shadow: inset 0 -130px 87px -17px #e8e8e8;
   -moz-box-shadow: inset 0 -130px 87px -17px #e8e8e8;

}
.featured-control{
  float:right;
}
.featured-block li:hover{
  border-bottom: 5px solid #eebf1c;

}

.featured-block li > img{
  display: block;
  margin: 0 auto;
  width: 70px;
}

.featured-block  span.entry-title{
  font-weight:bold;
  line-height:5;
}

.nav-control-prev{
  background: url("images/nav-featured.png") left 0px no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: 999px;
  overflow: hidden;
  float: left;
  margin-right: 3px;
}

.nav-control-next{
  background: url("images/nav-featured.png") -24px no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-indent: 999px;
  overflow: hidden;
  float: left;
}

.view{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color:#E8E7E5;
  padding:0 5px;
  margin-left:15px;
}

.view-all{
  float: right;
  margin-right: 15px;
  font-size:12px;
  position:relative;
}

.view-all a:after {
  content: "\f061";
  position: absolute;
  font-family: FontAwesome;
  font-size: 12px;
  right: -17px;
  color: #333;
  top: 2px;
}
/*==========================================================
 # Caroufredsel 
 ===========================================================*/

.featured-block .disabled{
  opacity:0.5;
  cursor:default;
}

/* portfolio block
-----------------------------------------------------*/
.page .main-content .section-block.portfolio{
  margin-top:10px;
}

.page h2{
  line-height:48px;
  clear:both;
}

.gallery-thumb{
  float:left;
  margin:10px;
  position:relative;
}

.gallery-thumb.square {
  margin-left:0;
}

.sort{
  float:right;
}

.sort a{
  padding: 0 10px 5px;
}

.sort a:hover, .sort .active a{
  border-bottom:1px solid #eebf1c;
}

.sort li{
  display: inline-block;
  padding-top: 4px;
}

.portfolio .content-title{
  float:left
}

.portfolio .entry-meta{
  color:#333;
}

.client-say {
  font-style:italic;
}

.box-say{
  padding:20px;
  font-size:13px;
  background:#f0f0f0;
  margin-bottom:20px;
  background:url('images/testimonial_bg.png')no-repeat;
  background-size:100%;
}

.box-say .entry{
  color:#333;
  line-height:1.9;
  padding-top: 23px;
}

.box-say .author{
  margin-bottom:0;
}

.entry-portfolio{
  overflow:hidden;
  margin:20px 0 40px;
}

.portfolio-desc .entry-title{
  margin-bottom:10px;
} 

.reload{
  margin: 50px auto 70px;
text-align: center;
}

.reload img{
  background: #e8e8e8;
  padding: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

/* Portofolio Overlay
-----------------------------------------------------------*/
.gallery-thumb .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 10;
  background: rgba(0,0,0,.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 0 100px 10px rgba(0,0,0,.7) inset;
     -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 0 100px 10px rgba(0,0,0,.7) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 0 100px 10px rgba(0,0,0,.7) inset;
  -webkit-transition: opacity 0.4s ease-in;
     -moz-transition: opacity 0.4s ease-in;
          transition: opacity 0.4s ease-in;
}
.gallery-thumb:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-thumb .overlay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  padding: 10px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
          border-radius: 45px;
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5);
     -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
          box-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.gallery-thumb  .overlay a:hover {
   background-color: #eebf1c;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.5)
     -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5)
          box-shadow: 0 1px 10px rgba(0,0,0,.5)
}


/*=============================================================
# Archive Block
===============================================================*/

.page-template-template-sitemap-php .archive{
  margin-bottom:30px;
  overflow:hidden;
}

.archive.by-month a, .archive.by-category a, .archive.by-tag a{
  color:#eebf1c;
}

.archive .title{
  color:#9e9e9e;
}

.sub-archive {
  float:left;
  margin-left:20px;
}

.sub-archive li{
  display:inline-block;
  padding:0 10px;
}

.by-month li{
  overflow:hidden;
}

.by-month li > a{
  float:left;
}

.archive .sub-archive a{
  float:none;
}
.archive li{
  margin-left:0;
  color:#9e9e9e;
}

.by-category li{
  margin-left:20px;
  padding-left:20px;
  background:url('images/right-arrow.png')no-repeat 0px;
  margin-left:20px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.by-tag li{
  padding-left:20px;
  background:url('images/cat.png')no-repeat 0px;
  margin-left:15px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width:115px;
  float:left;
}

.shortcode-google-plusone {
  float: left;
}


/*=============================================================
# Located Section
===============================================================*/

.located li > img{
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border:1px solid #cfcfcf;
}
.located-section li > img{
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border:1px solid #cfcfcf;
}

.located-section{
  border-top:1px dotted #e8e8e8;
  padding-top:20px;
  position:relative;
}
.located .widget-title{
  color:#FFF;
}

.located .widget p {
  color: #DDD;
  font-size:12px;
}
.located-section:before{
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dotted #f0f0f0;
  top:3px;
  left: 0;
}

/*============================================================
# Footer Block
==============================================================*/
.footer-block .menu li{
  display: inline-block;
  padding-top: 4px;
  padding:10px 10px 10px 0;
  margin-left:0;
}

.footer-block a:hover{
  color:#eebf1c;
}

.footer-block{
  font-size:12px;
  overflow: hidden;
  border-top: 2px dotted #d0d0d0;
  position: relative;
  padding-top:10px;
}
.footer-block:before{
  content:"";
  position:absolute;
  width:100%;
  top:2px;
  left:0;
  border-top: 2px dotted #f0f0f0;
}

.footer-block .menu{
  float:left;
}

.footer-block .copy{
  float:right;
  padding-top:10px;
  color:#333;
}

/*==========================================================
# Blog Section
==========================================================*/
.header-wrapper{
  border-bottom:3px solid #000;
}
.home .header-wrapper{
  border:none;
}

.post{
  margin-left:85px;
  margin-bottom:50px;
  position:relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-meta a{
  color:#eebf1c;
  margin-left:5px;
}
.post .entry-meta a:first-child{
  margin-left:0;
}

.post .entry-title{
  font-size:23px;
  margin-bottom:20px;
  line-height:1.2;
  color:#333;
}
.post-entry .more{
  border-bottom: 1px dotted #e8e8e8;
  margin-top:10px;
}
.post-entry .more a{
  border-bottom: 1px solid #eebf1c;
  padding-bottom: 5px;
  padding-right:20px;
}

.entry-image img{
  width:100%;
  display:block;
}

.post-meta{
  margin-top:30px;
}
.entry-meta{
  margin-bottom:5px;
  font-size:12px;
}
.entry-categories {
  background:url('images/cat.png')no-repeat;
  margin-right: 15px;
  padding-left:25px;
  text-indent: 999px;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.post.image .entry-image img, .post.video .entry-video img, .post.music .entry-music img{
  border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
}

.format-quote .post-entry{
  padding:30px 20px 0;
  background: #f8f8f8;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  position:relative;
  font-style:italic;
}
.format-quote .post-entry:before {
  position: absolute;
  left: 10px;
  color:#fff;
  top: 35px;
  content: "\201C";
  font-size: 100px;
  font-family: georgia;
}

.quote-author {
  font-weight: bold;
  font-style: normal;
}

.format-quote .post-entry p{
  font-size: 20px;
}


/*Layout Page
--------------------------------------------------------------*/
.post blockquote{
  padding:10px;
  padding-left: 20px;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6{
  margin-bottom:20px;
}

.post ol {
    list-style: decimal;
  line-height: 2;
  color:#9e9e9e;
}

.post ul {
    list-style: disc;
  line-height: 2;
  color:#9e9e9e;
}

.post-image{
  float: left;
  margin: 10px 20px 0px 0;
  background:#f0f0f0;
  text-align:center;
  border:5px solid #f0f0f0;
}

.post-image img{
  display:block;
}
.post-entry .archive li{
  list-style:none;
}
.post-enty .archive{
  display: block;
  float: none;
  overflow: hidden;
}
.image-caption {
  font-style: italic;
}
.post-header{
  margin-bottom:15px;
}
.social_share {
  overflow: hidden;
  margin-top: 20px;
}

#singlead {
  margin:30px 0 20px;
}

#singlead img{
  text-align: center;
  margin: 0 auto;
}

/* Pagination
-------------------------------------------------------------*/

.pagination {
  padding:35px 0 20px;
  text-align:center;
  font-size:14px;
  text-align:left;
  margin-left:85px;
}

.pagination a{
  background:#e8e8e8;
  padding: 5px 10px;
  margin-right:5px;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}
.pagination .current{
  margin-right:5px;
}
.pagination a:hover, .pagination .current{
  color: #fff;
  background:#eebf1c;
  padding: 5px 10px;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.pagination .next{
  float:right;
}

/* Breadcrumb
------------------------------------------------------------*/

.breadcrumb{
  float:left;
  margin:10px 20px;
  font-size:14px;
  color:#99999;
}

.breadcrumb i{
  font-size:18px;
  color:#999999;
}

.breadcrumb a, .breadcrumb span{
  color:#999999;
}

/*==========================================================
#Contact Section
==========================================================*/

.contact .entry {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 10px;
}

.location .enlarge {
  margin-top:20px;
}
.location .enlarge a{
  opacity:1 !important;
}
/*=========================================================
# Sidebar
===========================================================*/
.main-content .sidebar ul{
  list-style:none;
  margin-left:0px;
  margin-bottom:0px;
}
.sidebar .widget ul ul{
  margin-left:20px;
}
.widget.ads{
  border:none;
  overflow:hidden
}
.widget{
  margin-bottom:30px;
  border-bottom:1px dotted #e8e8e8;
  position:relative;
}

.sidebar .widget:before{
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #f0f0f0;
  visibility: visible ;
  bottom: -4px;
}

.sidebar .widget input[type="text"]{
  padding:5px;
  width:76%;
}

.sidebar .widget input[type="submit"]{
  padding:5px 10px;
}

.widget .entry-title{
  font-weight:bold;
  font-size:16px;
  color:#333;
  margin-bottom:10px;
}
#calendar_wrap #wp-calendar td{
  padding:10px;
}

#wp-calendar {
  width: 100%;
  text-align: center;
}

.widget li{
  margin-left:0;
  margin-bottom:5px;
} 

.widget .widget_rss li{
  margin-bottom:10px;
}

.widget select{
  width:100%;
  height: 28px;
  border: 1px solid #ccc;
}

.widget p{
  word-wrap:break-word;
}

.widget .soc-net {
  border: none;
  padding: 0;
  text-align: center;
  float: none;
}

.widget iframe{
  width:100% !important;
}

.widget .back li{
  border-bottom:1px dotted #DDD;
}
.time {
  display: block;
  text-align: right;
  font-style: italic;
}
.sidebar .widget .content{
  border-bottom:none;
}
/*  Widget Tab  
---------------------------------------------------------------------*/

.widget_colabs_tabs #tabs {
  padding: 0;
  background: #F8F8F8;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
     border-radius: 3px;
   border:1px solid #e8e8e8;
}

.widget_colabs_tabs .colabsTabs {
  padding-bottom: 0;
  background: #FFF url('images/diagonal-pattern.png');
  border-bottom: 1px solid #E8E8E8;
}
.widget_colabs_tabs ul {
  margin: 0;
  bottom: -1px;
  overflow: hidden;
  position: relative;
  list-style:none;
}
.widget_colabs_tabs .colabsTabs li {
  float: left;
  margin-bottom:0;
}
.widget_colabs_tabs .colabsTabs a {
  color: #a8a8a8;
  border: none;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  position: relative;
  margin: 0 -1px 0 0;
  text-transform: uppercase;
  line-height:2;
}
.widget_colabs_tabs .colabsTabs a:hover, 
.widget_colabs_tabs .colabsTabs .selected {
  color: #222;
  text-shadow: none;
  border-bottom:1px solid #eebf1c;
  text-decoration: none;
}
#tabs .boxes{
  padding:5px 10px;
  margin-top:5px;
}
#tabs .boxes a{
  color:#333;
}

#tabs .boxes .meta{
  color:#999;
  font-size:12px;
}

#tabs .boxes li:last-child{
  border-bottom:none;
}
#tabs .number{
  float: left;
  padding-right: 5px;
}
#tabs .tabs-content {
  overflow:hidden;
}
.widget_colabs_tabs .box img {
  float: left;
  margin: 5px 10px 0 0;
  padding: 2px;
  background: #F2F2F2;
  border: 1px solid #DDD;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.widget_colabs_tabs .box li {
  margin-right: 0;
  margin-bottom:0;
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px dotted #DDD;
}

/* Widget RSS
------------------------------------------------------------------- */
.widget_rss .widget-title img {
  display:  inline;
}
.widget_rss li {
  margin-bottom: 10px;
}
.widget_rss li .rsswidget {
  font-weight: bold;
  display: block
}
.widget_rss .rsswidget,
.widget_rss .rssSummary {
  line-height: 18px;
}
.widget_rss cite {
  font-style: italic;
}


/* ===================================================================
  Comments
===================================================================*/

.panel #comments {
  margin-left: 0
}

.commentlist, .commentlist .children {
  margin: 0;
  list-style: none;
}
.post .commentlist {
  position: relative;
  margin-left:0;
  list-style: none;
}
.commentlist, .commentlist .children {
  list-style: none;
}
.commentlist .children {
  margin: 0 0 0 85px;
}
.commentlist li {
  margin-left: 0;
  overflow: visible;
}
.commentlist .comment div.avatar {
  float: left;
  margin: 5px 18px 0 0;
}
.pingback .comment-entry,
.comment .comment-entry {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom:1px dotted #e8e8e8;
}
.pingback .comment-avatar {
  display: none;
}
.comment-reply-link {
  color: #999;
  float: right;
  padding-left: 20px;
}
.comment-reply-link:hover {
  color: #555;
  text-decoration: none;
}
.comment-author {
  margin: 0 10px 0 0;
}

.comment-author .author-name{
  margin: 0;
}

.comment-author img {
  width: 70px;
}
img.avatar {
  background: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.author-name, .comment-meta {
  display: block;
}
.author-name {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.comment-meta {
  color: #bbb;
  margin-bottom: 10px;
  font-size:12px;
}
.comment-content {
  overflow: hidden;
}
.comment-entry p:last-child {
  margin-bottom: 0
}

#comments, #comments #respond{
  border-top:2px dotted #e8e8e8;
  margin-top:20px;
}
/* Comment header 
--------------------------------------------------------------------*/
.comment-header {
  overflow: hidden;
  padding-top: 18px;
  margin-bottom: 24px;
}

/* Comment Form 
--------------------------------------------------------------------*/
#respond {
  margin-bottom: 18px;
  padding-top:20px;
}
.comment #respond {
  padding-bottom: 18px;
}
.comment #respond:before {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}
.comment #respond .comment-form-author, 
.comment #respond .comment-form-email, 
.comment #respond .comment-form-url {
  width: 100%;
  margin-left: 0;
}
.comment-avatar{
  float:left;
}
.comment .comment-inner{
  margin-left:70px;
}
#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: 5px 10px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  resize:none;
}
#respond label {
  color: #999;
  font-size: 14px;
}
#respond .required {
  display: none;
}
#respond input[type="submit"], .location .enlarge a {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
  background:#eebf1c;
  border:none;
}

.form-left{
  float:left;
  width:40%;
  margin-right:20px;
}

.form-right{
  float:left;
  width:56%
}

.form-submit {
  float: right;
}

/*===========================================
#Layout 
============================================================*/

.one-col .post-block{
  /*width: 63.63636%;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%
}


.two-col-left .post-block {
  float: left;
}

.two-col-right .post-block{
  float: right;
}
.two-col-right .sidebar {
  margin-left: 0
}

.two-col-left.tax-portfolio-category .post-block,
.two-col-right.tax-portfolio-category .post-block, .two-col-left.tax-portfolio-skill .post-block,
.two-col-right.tax-portfolio-skill  .post-block, .two-col-left.post-type-archive-portfolio .post-block,
.two-col-right.post-type-archive-portfolio  .post-block  {
  width: 100%;
}
.tax-portfolio-category .type-portfolio, .tax-portfolio-skill .type-portfolio{
  overflow:hidden;
  margin-bottom:20px;
}

.entry-title{
  line-height:1.5;
}
.tax-portfolio-category .type-portfolio .entry-meta, .tax-portfolio-skill .type-portfolio .entry-meta{
  margin:0;
}
/* Format Chat
--------------------------------------------------------------------*/
.chat-transcript {
  overflow: hidden;
  list-style: none;
  margin-left: -18px;
  margin-right: -20px;
}

dl.chat-transcript{
  margin:0px;
}
.chat-transcript dt, .chat-transcript dd {
    padding: 5px 20px;
  }
.chat-transcript strong {
  margin-right: 5px
}
.chat-transcript li {
  padding: 0 20px 0 18px;
  list-style:none;
  margin: 0px 20px;
}
.chat-highlight {
  background: #f0f0f0;
}

.forms input, .forms textarea {
max-width: 96%;
}

/*===================================================================
# Revision
==================================================================== */

body .section-block .title {
  font-size: 25px;
  line-height: 1;
  color:#333;
}
body .view-all {
  float: none;
  display: block;
  text-align: right
}
a {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
}


/* Top Nav
------------------------------------------------------------------- */
body .header {
  opacity: 1;
  background: #222;
  background: rgba(0,0,0,.75);
}
body .header h1 {
  line-height: 1
}
body .topnav {
  margin-top: 3px;
  font-size: 14px
}
body .topnav a {
  font-weight: normal;
}
.main-content {
  /*background-image: url(../../images/diagonal-pattern.png);*/
  background-repeat: repeat-x;
}


/* Search Form
------------------------------------------------------------------- */
body .searchbox input {
  background: none;
  margin: 0;
  width: 100%;
  padding: 7px 27px 7px 7px;
  border: 1px solid #858585;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color:#ccc;
}
.searchbox i {
  position: absolute;
  color: #fff;
  font-size: 15px;
  right: 7px;
  top: 4px;
}



/* Header Slider
------------------------------------------------------------------- */
body .top-slider > .caroufredsel_wrapper {
  border-bottom: 3px solid #000
}
body .top-slider .slides a {
  display: block;
  position: relative;
}
body .top-slider .overlay-pattern {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: url(../../images/diamond-pattern.png);
}
body .text-wrapper {
  padding: 15px;
}
body .text-slider .title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1;
}
body .text-slider li p {
  line-height: 19px;
  padding-bottom: 10px;
  height:30px;
  overflow:hidden;
  margin-top:-2px;
}
.slider-control {
  right: -40px;
  background: #000;
  bottom: 0;
  top: 0;
  position: absolute;
}
body .slider-control a {
  height: 49.5%;
}
body .slider-control span {
  height: 100%;
  width: 40px;
}
body .control-prev {
  background-position: left center;
  border-bottom: 1px solid #322a0f
}
body .control-next {
  background-position: right center
}
body .pager {
  width: auto;
  right: 0;
  bottom: -35px;
}
body .pager a {
  background-color: #b1b0b0
}

.section-block.text {
  padding: 0 70px;
}
.section-block.text p {
  font-size: 29px;
  color: #333;
  line-height: 1.3
}
.section-block.text a,
.section-block.text strong {
  color: #EEBF1C
}


/* Featured Block
------------------------------------------------------------------- */
body .featured-block li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  border-left: none;
  border-right: none;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 0;

  width: 219px;
  border-bottom: 2px solid #dbdbdb;

  background: -webkit-linear-gradient(#fff 15%, #efefef, #eae8e8);
  background: -moz-linear-gradient(#fff 15%, #efefef, #eae8e8);
  background: -o-linear-gradient(#fff 15%, #efefef, #eae8e8);
  background: -ms-linear-gradient(#fff 15%, #efefef, #eae8e8);
  background: linear-gradient(#fff 15%, #efefef, #eae8e8);
}
body .featured-block li:hover {
  border-bottom-width: 2px;
}
body .featured-block img {
  display: block;
  margin: 0 auto;
  width: 70px;
}
body .featured-block .entry-inner {
  padding: 10px;
  background: #eeecec;
  background: -webkit-linear-gradient(#fff 85%, #eeecec);
  background: -moz-linear-gradient(#fff 85%, #eeecec);
  background: -o-linear-gradient(#fff 85%, #eeecec);
  background: -ms-linear-gradient(#fff 85%, #eeecec);
  background: linear-gradient(#fff 85%, #eeecec);
}
body .featured-block .caroufredsel_wrapper {
  clear: both
}
body .featured-block i {
  display: block;
  margin: 0 auto;
  color: #f0eaea;
  line-height: 1;
  font-size: 65px;
  text-shadow: 0 -1px rgba(0, 0, 0, .2);
}
body .featured-block a:hover i {
  color: #535352;
}
body .featured-block i,
body .featured-block span.entry-title {
  margin-bottom: 18px
}
body .featured-block span.entry-title {
  display: block;
  font-size: 14px;
  line-height: 1;
}
body .featured-block .entry-title a {
  color: #656464;
}


/* Social Icon
------------------------------------------------------------------- */
body .soc-net {
  line-height: 1
}
body .soc-net a {
  text-indent: 0;
  width: auto;
  height: auto;
  font-size: 36px;
  overflow: visible;
}


/* Latest Portfolio
------------------------------------------------------------------- */
.latest-portfolio {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  min-height: 193px;
}
.gallery-thumb img {
  display: block;
}

.gallery-thumb .overlay .portfolio-zoom{
  color: #fff;
  width: 40px;
  height: 40px;
  margin-top: -30px;
  background: #000;
  left: 50%;
  font-size: 30px;
  margin-left: -70px
}

.gallery-thumb .overlay .portfolio-link {
  color: #fff;
  width: 40px;
  height: 40px;
  margin-top: -30px;
  background: #000;
  left: 50%;
  font-size: 30px;
  margin-left: 10px
}

.gallery-thumb .overlay .portfolio-link i {
  line-height: 1;
  position: absolute;
  top: 16px;
} 

.gallery-thumb .overlay .portfolio-zoom i {
  line-height: 1;
  position: absolute;
  top: 16px;
} 


/* Single Portfolio
------------------------------------------------------------------- */
.single .portfolio-header .caroufredsel_wrapper {
  margin-bottom: 20px !important
}


/* Post Format
------------------------------------------------------------------- */
body .entry-icon {
  color: #aaa;
  font-size: 36px;
  text-shadow: 1px 1px #fff;
}
body .entry-icon i {
  top: 21px;
  left: 0;
  right: 0;
}
body .post .more a {
  top: -2px;
  position: relative;
  border-bottom-width: 2px;
}
body .entry-categories {
  text-indent: 0;
  position: relative;
  padding-left: 0
}
.entry-categories:before {
  content: "\f02c";
  margin-right: 10px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}


/* Widget
------------------------------------------------------------------- */
.widget {
  padding-bottom: 15px
}


/* Footer WIdget
---------------- */
.located .widget_colabs_about {
  position: relative;
  padding: 0;
}
.located .widget_colabs_about .widget-title {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index:10;
}
.located .widget_colabs_about img {
  display: block;
}
.located .widget_colabs_about p {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 15px;
  margin: 0;
  line-height: 18px;
}
.located .widget_colabs_about .contentboxfront:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background:rgba(0,0,0,0.5);
}
#colabsmap {
  width: 99% !important;
  height: 0;
  padding-bottom: 52.5%;
  border:2px solid #a8a8a8;
}

.page-template-default.page h2 {
  margin-bottom: 0px !important;
}

.post-entry .last{
  margin-bottom:20px;
}
.page .content{
  margin-top:10px;
}
/*==========================================================
# Responsive Mobile
==========================================================*/

@media only screen and (max-width: 479px) {
  body{
    padding: 0 20px;
  }
  img{
    height:auto;
  }
  .main-wrapper{
    padding:0;
    background:#FFF;
    border:1px solid #d0d0d0;
    border-top:none;
  }

  .header h1{
    font-size:25px;
  }
  .home .main-content{
    background-image:none;
  }
  .header .logo{
    display: block;
    float: none;
    width: 40%;
    border-right:none;
  }
  .text-wrapper{
    display:none;
  }
  .home .pager{
    bottom:-45px;
    left:0;
  }
  .pager a{
    width:15px;
    height:15px;
  }
  .gallery-thumb, .gallery-thumb img{
    width:100%;
    margin-left:0;
  }
  .nav-control-next, .nav-control-prev{
    margin-top: 0;
  }
  .breadcrumb{
    float: none;
    overflow: hidden;
    clear: both;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .section-block.text{
    padding:0 0 20px;
  }
  .home .soc-net{
    margin-top:100px;
  }
  .post-block, .sidebar{
    width:100%;
  }
  .post{
    margin-left:45px;
  }
  .pagination .next{
    float:none;
  }
  .post .post-entry .twitter-tweet-rendered, .post .twt-border{
    width:100% !important;
  }
  .post .twt-border{
    min-width:auto !important;
  }
  body .entry-icon{
    font-size:23px;
    left:-45px;
    width:30px;
    height:30px;
  }
  body .entry-icon i{
    top:6px;
  }
  .soc-net{
    overflow: hidden;
    display: block;
    float:none;
    border:none;
    padding:0;
    margin-bottom:20px;
  }
  .title , .entry-title{
    line-height:1.2;
  }

  .main-content{
    padding-top:0;
    background:none;
  }
  .entry-content{
    display: block;
    width: 100%;
  }
  .located .widget{
    width:100%;
    margin-left:0;
  }
  .located #colabsmap{
    width:100%;
  }
  .pagination{
    margin-left:0;
    text-align:center;
  }
  .gallery-icon {
    margin-right: 10px;
  }
  .social_share .fl{
    display: block;
    width: 100%;
  }
  .form-left, .form-right{
    display:block;
    width:100%;
  }
  .location{
    width:100%;
    margin-left:0;
  }
  .location .enlarge {
    margin-bottom: 30px;
  }
  .located .widget_colabs_about .widget-title{
    top:14px;
    font-size:16px;
  }
  .located .widget_colabs_about p{
    padding: 0 15px 15px;
    bottom:0;
    line-height: 13px;
  }
  .located .widget p {
    font-size: 12px;
  }
  
  .post.contact-form{
    margin-left:0;
  }
  .post .contact-form .forms textarea, .post .contact-form .forms input.txt{
    width:100%;
  }
  .text-slider li{
    margin-bottom: 17px;
  }
  .footer-block{
    font-size:11px;
    text-align:center;
  }
  .footer-block .menu {
    float:none;
  }
  .footer-block .menu li{
    padding:0 4px;
  }
  .footer-block .copy {
    line-height: 1.5;
    text-align: center;
  }
  #colabsmap {
    width: 98% !important;
  }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .text-wrapper .text-slider li{
    width:385px !important;
    margin-right:10px;
  }
  
  body .slider-control{
    right: -10px;
  }
  .breadcrumb{
    position:relative;
    top:0;
  }
  .gallery-thumb:first-child{
    width:95%;
  }
  .gallery-thumb{
    width:45%;
  }
  .header .logo{
    border-right:none;
  }
  .topnav .sub-menu, .sort .sub-menu{
    display:none;
  }
  .select-menu {
    display: block;
    width:100%;
  }
  .soc-net {
    border-left: none;
    float: none;
    margin-top:0;
  }
  .page-template-template-portfolio-php .soc-net{
    float:right;
    margin-right:55px;
  }

  .soc-net a{
    margin:50px 10px 20px 10px;
  }
  .section-block .select-menu{
    width:96%;
  }
  .section-block{
    clear:both;
  }
  .located .widget_colabs_about{
      margin:0 0 15px;
  }
  .located .widget_colabs_about img{
    width:100%;
  }
  .footer-block{
    text-align:center;
  }
  .footer-block .menu, .footer-block .copy{
    float:none;
    margin:5px 0;
    padding:5px 0;
  }
  #colabsmap {
    width: 96% !important;
  }
  .single-portfolio .soc-net{
    float:right;
  }
  .single-portfolio .content {
    width: 100%;
  }
  .single-portfolio .soc-net a{
    margin:15px 13px;
    font-size: 21px;
  }
}


@media only screen and (max-width: 768px){

  .topnav .sub-menu, .sort .sub-menu{
    display:none;
  }
  .select-menu {
    display: block;
    width:100%;
  }
  .main-content{
    border:none;
  }
  .post-block, .sidebar{
    width:100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .header{
    position:relative;
    top:0;
    overflow:hidden;
  }
  .contentboxfront p {
    display: none;
  }
  .back .time{
    margin-right:20px
  }
  .form-left, .form-right {
    width:100%;
  }

}
@media only screen and (min-width: 768px) and (max-width: 959px){

  .header .logo{
    margin-bottom: 20px;
    padding-right: 20px;
    border-right:none;
  }
    .header .searchbox {
    width:100%;
  }
  .searchbox input{
    width:98%;
  }
  
  .header .select-menu {
    display: block;
    width:100%;
  }
  .topnav .sub-menu{
    display:none;
  }
  .text-wrapper .text-slider li{
    width:360px !important;
    margin-right:20px;
  }
  .home .pager{
    display:none !important;
  }
  body .slider-control{
    right:0px
  }
  .gallery-thumb:first-child{
    width: 62%;
  }
  .gallery-thumb{
    width: 29.6%;
  }
}


.clearfix, .header {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.header:before, .header:after {
  display: table;
  content: "";
}
.clearfix:after,
.header:after {
  clear: both;
}


/* #Mobile Menu
================================================== */
.btn-navbar {
  display: none;
  color: #fff;
  border: 1px solid #000;
  background-color: #111;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #111111), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(#111111, #222222);
  background-image: -moz-linear-gradient(#111111, #222222);
  background-image: linear-gradient(#111111, #222222);
  float: right;
  margin: 7px 5px;
  padding: 7px 10px;
  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) {
  body .topnav {
    margin: 0;
    width: 100%;
  }
  body .header {
    background: #222;
  }
  .second-nav { 
    padding: 3px 20px
  }
  .header .searchbox {
    width:100%;
    margin-top: 20px;
  }
  .searchbox input{
    width:97%;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse ul, .nav-collapse .sf-menu, .nav-collapse .sf-menu li {
    float: none;
    display: block;
  }
  .nav-collapse ul.sf-menu, .nav-collapse .sf-menu li {
    border: none;
  }
  .nav-collapse .sf-menu li {
    padding: 0;
  }
  .nav-collapse .sf-menu li a {
    padding: 4px 0;
    display: block;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .btn-navbar {
    display: block;
    margin-top: -34px;
  }
  .nav-collapse li a:hover:after, 
  .nav-collapse .sf-menu > li:hover > a:after, 
  .nav-collapse .current-menu-item > a:after {
    display: none;
  }

  /* Sub Menu
  ----------------------------------------------------------------- */
  .nav-collapse ul ul {
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    position: static;
    border: none;
    padding: 0;
    background: none;
    margin-left: 20px;
    width: auto;
    float: none;
  }
  .nav-collapse ul ul li {
    border: none;
    width: auto;
  }
  .nav-collapse .sf-arrow {
    display: none;
  } 
}

/* #Table
=================================================================== */

table{ 
  border-bottom: 1px solid #ddd; 
  margin: 0 0 1.625em;
  width: 100%;
}
th {
  color: #666; 
  font-size: 10px; 
  font-weight: 500; 
  letter-spacing: 0.1em; 
  line-height: 2.6em; 
  text-transform: uppercase;
  border:1px solid #DDD; 
  background:#eee;
  text-align:center;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0; 
  border-right: 1px solid #ddd; 
  border-left: 1px solid #ddd; 
  padding-left:5px;
} 

.content ul, .content ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}


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;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  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: #000;
  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;
}

/* COmment Nav*/

.comment-nav{
  overflow:hidden;
}

.gallery-item img {
  display: block;
  margin: 0 auto;
}


/* #BuddyPress Compatibility
=================================================================== */
div#buddypress form#whats-new-form #whats-new-submit {
  margin-top: 6px;
}
#buddypress a.activity-time-since {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#buddypress div#item-header img.avatar,
#buddypress .activity-list .activity-content .activity-header img.avatar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}