/* ==========================================================================
   Admin styles
   ========================================================================== */

.onesixty-metabox-table label span {
  color: #999999;
  display: block;
  line-height: 20px;
  margin: 5px 0 0;
}


/* ==========================================================================
   Base
   ========================================================================== */

body { 
  font-family: 'Open Sans';
  font-size: 12px; 
}
.admin-bar-fix { min-height: 28px; } 
body.admin-bar .navbar-fixed-top { top: 28px !important; }

@-moz-document url-prefix() { 
  body { line-height: 15px!important; }
  .main-content, #footer, #call2action, #footer-credits, #page-header-bg, #fade-top-bar { line-height: 20px!important; }
}

a.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.rwpe-image img {
	margin: 0!important;
	height: auto!important;
	max-width: 640px!important;
	width: auto!important;
}

/* =============================================================================
   Box style
   ========================================================================== */

.widget-inner, .wpb_call_to_action, .wpb_tab, .descr, .wpb_toggle { 
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border-radius: 0 0 5px 5px!important;  
  border: 0px!important;
}

/* =============================================================================
   Ease in out effect
   ========================================================================== */

.view-first .mask, .icon-team:hover, .icon-xlarge:hover, .icon-large:hover, .rpwe-image:hover, .rpwe-image img:hover, .fade-menu-links li:hover {
  -webkit-transition: all 0.3s ease-in-out!important;
  -moz-transition: all 0.3s ease-in-out!important;
  -o-transition: all 0.3s ease-in-out!important;
  -ms-transition: all 0.3s ease-in-out!important;
  transition: all 0.3s ease-in-out!important;
}

/* =============================================================================
   Visual Composer overrides
   ========================================================================== */

.wpb_button {
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border-radius: 5px!important;  
  border: 0px!important;
}

.wpb_call_to_action, .wpb_tab {
  padding: 25px!important;
}

.wpb_alert {
  
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border-radius: 0 0 5px 5px!important;  
  border: 0px!important;
}

.messagebox_text {
  font-size: 16px;
  vertical-align: middle;
  line-height: 30px;
  padding-left: 50px!important;
  
}

.wpb_alert .messagebox_text {
  background: url('../img/icons/alert.png') no-repeat left center!important;
}
.wpb_alert-error .messagebox_text {
  background: url('../img/icons/error.png') no-repeat left center!important;
}
.wpb_alert-info .messagebox_text {
  background: url('../img/icons/info.png') no-repeat left center!important;
}
.wpb_alert-success .messagebox_text {
  background: url('../img/icons/success.png') no-repeat left center!important;
}

.ui-tabs-active { border-top: 2px solid #bd269a; }
.ui-tabs-anchor a { text-decoration: none!important; }
.wpb_tabs_nav li a { font-weight: normal; color: #444;}

.wpb_toggle { 
  padding: 10px 10px 10px 30px!important;
  background-position: 10px 12px!important;
  margin-bottom: 10px;
}

.wpb_toggle a { font-weight: bold;}

.wpb_toggle_content { margin-bottom: 10px!important; }

.wpb_separator, .vc_text_separator {
border-bottom: 1px solid #e7e7e7!important;
}

.wpb_accordion_content .ui-accordion-content, .ui-accordion-content-active {
  height: auto!important;
}

.post-thumb > .view-first > .link_image > img { width: 100%!important; }


/* =============================================================================
   Bootstrap overrides
   ========================================================================== */

.btn {
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border-radius: 5px!important;
  border: 0px!important;
  background-image: none!important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
  border-color: rgba(208, 208, 208, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(208, 208, 208, 0.6)!important;
  outline: 0 none;
}

input[type="submit"]{
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border-radius: 5px!important;
  border: 0px!important;
  background-image: none!important;
  background-color: #555;
  padding: 10px;
  color: #fff;
}

input.search-query, #s {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  background-color: #fff!important;
  width: 50%!important;
  margin-right: 10px;
  margin-bottom: 0px;
}

#searchsubmit {
  padding: 5px!important;
  text-shadow: none!important;
}

.navbar-inner {
  filter: none!important;
}

/* =============================================================================
   Woocommerce overrides / fixes
   ========================================================================== */

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty { margin-bottom: 0px; }


.woocommerce .button { 
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border-radius: 5px!important;
  border: 0px!important;
  background-image: none!important;
  color: #555555!important; 
  background-color: #EEEEEE!important; 
  text-shadow: none!important;
  padding: 9px!important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border-radius: 5px!important;
  border: 0px!important;
  background-image: none!important;
  background-color: #f7f7f7!important;
}

/* =============================================================================
   Header
   ========================================================================== */

.fade-top-bar .container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.topline-content { margin-bottom: 0px; }

.navbar-inner { padding-left: 0px; padding-right: 0px; }
.brand { margin-left: 0px !important; padding: 0 0 10px 0!important; }
.navbar .nav { margin: 0px!important; }

.navbar-inner {
  border: 0px;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.07)!important;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.07)!important;
  box-shadow: 0 2px 2px rgba(0,0,0,0.07)!important;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
  display: block; /* activates dropdown on hover */  
}

.navbar .nav a {
  text-shadow: none!important;
}

.nav .active a { 
  -webkit-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.07)!important;
  -moz-box-shadow: inset 1px 0px 0px rgba(0,0,0,0.07)!important;
  box-shadow: inset 1px 0px 0px rgba(0,0,0,0.07)!important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-image: none!important;
  background-color: #666!important;
  color: #eee;
}
.dropdown-menu { margin: -1px 0 0 0!important; }


.dropdown-menu { border-radius: 0px !important; }
.dropdown-menu { padding-top: 0px; padding-bottom: 0px; }
.dropdown-menu li  > a { line-height: 30px; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow:none!important; }
.dropdown-menu li { border-left: none!important; font-family: Open Sans!important; }
.dropdown-menu li:hover { border-bottom: none !important; }
.dropdown-menu li > a:hover { background-image: none !important; background-color: #666 !important; color: #fff!important; }
.dropdown-menu::before, .dropdown-menu::after {
  content: none !important; /* fixes the arrow on the dropdown menu */
  border: none !important;
}

.dropdown ul { 
  border: 0px!important; 
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15)!important;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.15)!important;
  box-shadow: 0 2px 2px rgba(0,0,0,0.15)!important;
  background-color: #555;
}
.dropdown-menu > li:first-child > a { 
  
  border-top: none!important;
  border-bottom: none!important;
}
.dropdown-menu > li > a { 
  color: #eee!important;
  border-top: 1px solid #666!important;
  border-bottom: none!important;
}


.fade-menu-links li:first-child {
  border-left: 0px; /* first menu item gets no line on the left */
}

#page-header-bg {
  height: 250px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: #fff;
}

#page-header-bg .title {  /* Header Title Style */
  color: #fff;     
  font-size: 36px;
  background: rgba(0,0,0,0.6);
  padding: 5px 10px 5px 10px;
  font-style: normal;
  font-weight: 300;
}

#page-header-bg .title-block {
  margin-top: 80px;
  
}

#page-header-bg .subtitle-block {
  margin-top: 20px;
  
}

#page-header-bg .subtitle {  /* Header Title Style */
  color: #fff;     
  font-size: 18px;
  background: rgba(0,0,0,0.6);
  padding: 5px 10px 5px 10px;
  font-style: normal;
  font-weight: 300;

}

#title-header-bg { background-color: #eee; }
#title-header-bg h2 { text-rendering: auto!important; }

.title-header-table {
  display: table-cell;
  
  vertical-align: middle;
}

.fw-image {
  
  
  height: 450px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  background-attachment: fixed;
  
}

.search-tooltip {
  opacity: 1;
  display: block;
  background-color: #ffffff;
  color: #808080;
  position: relative;
  z-index: 9999999;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  top: -4px;
  width: 250px;
}

.search-tooltip form, .search-tooltip input { 
  margin: 0px;
}

.search-tooltip input[type="text"]{
  width: 80%!important;
}

.search-close {
  color: #cccccc;
  font-size: 24px;
  margin-left: 5px;
  
}


/* RESPONSIVE FIXES */

@media (max-width: 979px) {
  body { padding-top: 0px!important; }
  .navbar-fixed-top { margin-bottom: 0px!important; }
}


/* ==========================================================================
   Content
   ========================================================================== */


.main {
  padding-top: 30px;
}

.main-content {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.main-content .container, #title-header-bg .container, .navbar-inner .container {
  box-sizing: border-box; 
  padding-left: 20px; 
  padding-right: 20px;
}


.title-text {
  color:#fff;     
  font-size:36px;
  background: rgba(0,0,0,0.6);
  padding:15px;
  
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
  margin-top: 30px;
}

.widget { margin-bottom: 20px; }

.widget .lined { margin-top: 3px; }

.widget-inner ul li {
padding: 5px 10px 5px 0px;
border-bottom: 1px dashed rgb(230, 230, 230);
list-style-image: url('../img/arrow-right-mini.png');
}

#footer .widget_nav_menu ul li {
  padding: 7px 0 7px 0;
  border-bottom: 1px dashed rgb(80, 80, 80);
}
#footer .widget_nav_menu ul { margin: 0 0 0 5px; }

.widget-inner {
  padding: 15px!important;
  padding-left: 20px;
}


/* ==========================================================================
   Posts
   ========================================================================== */

.entry-title { font-weight: bold!important; }

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

.glow {
  z-index: 201; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background-image: url('../img/patterns/glow.png'); 
  opacity: 0.8; 
  background-repeat:no-repeat; 
  background-position: top center;
}

#footer .glow { opacity: 0.15; }

#footer h4 {
  text-shadow: 1px 1px 1px #222;
}

#call2action {
  background-color: #EEE; position: relative; z-index: 200;
}

#call2action .container {
  position: relative;
  z-index: 202;
}

#call2action .span12 {
  padding: 20px 10px 30px 10px;
  text-align: center;
}

#call2action .span12 span {
  display: inline-block;
  font-size: 30px;
  color: #555;
}

#call2action .span12 a {
  color: #ffffff;
  text-shadow: none;
}

#footer .container, #footer-credits .container {
  box-sizing: border-box; 
  padding-left: 20px; 
  padding-right: 20px;  
}

#footer li {
  list-style-type: none;
}

#footer .row-fluid {
  padding: 0 0 20px 0;
}

#footer h4 {
  margin-top: 20px;
}

#footer {
  background-color: #333;
  color: #ddd;
  min-height: 200px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #222;
}

#footer .container {
  position: relative;
  z-index: 202;
}

#footer-credits {
  min-height: 40px;
  background-color: #222;
  color: #fff;
  border-top: 1px solid #3a3a3a;
}

#footer-credits p {
  padding-top: 10px;
}

.navbar-fixed-bottom {
  background-color: #333;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.blog-meta {
  border-bottom: 1px dashed rgb(233, 233, 233);
  padding-bottom: 8px;
  margin-bottom: 3px;
}

.blog-meta-block {
  border-right: 1px dashed rgb(233, 233, 233);
  padding-right: 8px;
}

.entry-content {
  margin-top: 20px;
}

label {
  font-size: 12px!important;
}

input[type="text"] ,input[type="email"], input[type="url"], textarea{
  border: 0px;
  border-bottom: 1px solid #fff;
  width: 98%;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #f7f7f7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.input-xlarge {
  
  width: 98%;
  border: 0px;
  border-bottom: 1px solid #fff;
  
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #f7f7f7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 5px 20px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 20px; }
figure.alignnone { margin: 10px 0 10px 0; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-style: italic; }
.sticky { margin-bottom: 20px; }
.gallery-caption {
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}
.bypostauthor { display: block; }

/* ==========================================================================
   Social media icons
   ========================================================================== */

.social-link { text-decoration: none!important; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
  .navbar-fixed-top { position: static!important; margin-left: 0px!important; margin-right: 0px!important; }
  /*#page-header-bg { margin-left: -20px; margin-right: -20px; }*/
  #page-header-bg { height: 160px!important; }
  .navbar-inner .container { padding-right: 0px; }
  .nav-main { float: left!important; }
  .nav-collapse .nav, .nav-collapse.collapse { width: 100%!important; }
  .brand { margin-bottom: -5px!important; }
  #fwslider, #googleMap { margin-top: 0px!important; }
  .nav-main > ul > li > a { height: auto!important; }
  #title-header-bg, #page-header-bg{ padding-top: 0px!important; }
  input.search-query { width: 85%!important; margin-bottom: 10px!important; }
  .navbar-inner .container { padding-left: 0px!important; }
}

@media (max-width: 767px) {
  body { padding-right: 0px!important; padding-left: 0px!important; }
  #page-header-bg { height: 150px!important; }
  .lined { white-space: normal!important; }
  #page-header-bg .subtitle { font-size: 14px; }
  #page-header-bg .title { font-size: 24px; }
}


@media (min-width: 768px) {
  .desktop-content { padding: 0px 0px 0px 20px; }
}

@media (min-width: 979px){
  .nav-main > ul > li > a { display: table-cell; vertical-align: middle; }
}

/* ==========================================================================
   Portfolio & Post Teaser
   ========================================================================== */

.view {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(105,193,231, 0.3);
}

.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=80);
   opacity: 0.8;
}

.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.portfolio_item .view-first .mask {
  background-color: rgba(0,0,0, 0.3);
}

.view a.link_title {
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.view .link-icon a {
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  
}


.descr {
  clear: both; 
  padding: 15px!important;
}

.descr h4 {
  margin-top: 0px;
}

/* ==========================================================================
   Portfolio & filter buttons
   ========================================================================== */
.block { 
	margin-bottom:30px !important;
}

#filters_sidebar a { display:block; margin-bottom:0px; border-bottom:1px dashed #ededed; line-height:20px;}
.filter_sidebar_current { color:#000000 !important;}

.portfolio-description h4 { font-weight:600; margin-bottom:0px;}

.filter_button { margin-right:10px; font-size:12px; padding:4px 8px; background-color:#f1f1f1; border-radius:3px; color:#666; box-shadow: 0 -2px rgba(0,0,0,0.1)inset!important;}
.filter_button:hover {background-color:#7c6698; color:#fff; text-shadow:none; text-decoration: none; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)"; filter: alpha(opacity=0.8); opacity: 0.8;}
.filter_current { background-color:#7c6698; color:#fff; text-shadow:none !important; box-shadow: 0 -3px rgba(0,0,0,0.2)inset!important;}

ul#filters { list-style:none;}
ul#filters li { float:left; padding-left:0px; margin-right:20px; }

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -moz-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }

/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }


.link-icon {
  margin-top: 100px; 
  width: 100%; 
  text-align: center;
  
}

.span6 .link-icon { margin-top: 150px; }

#portfolio .span3 { min-height: 100px;  }
#portfolio .span3 .portfolio_image { min-height: 140px; }
.portfolio_title { font-size: 14px!important; }

#portfolio .span4 { min-height: 150px; }
#portfolio .span4 .portfolio_image { min-height: 190px; }

#portfolio .span6 { min-height: 200px; }
#portfolio .span6 .portfolio_image { min-height: 240px; }

@media (max-width: 767px){
  .span3 .portfolio_image { height: 200px; }
  .span3 .portfolio_title { font-size: 18px!important; }
  
}
@media (min-width: 767px){
  .span3 .link-icon { margin-top: 70px; }
  .span6 .link-icon { margin-top: 120px; }
}
@media (min-width: 940px){
  .span12 { width: 900px!important; }
  #portfolio .span3 { width: 208px!important; }
  .span3 .portfolio_image { height: 170px; }
  .span3 .portfolio_title { font-size: 16px!important; }
  #portfolio .span4 { width: 280px!important; }
  .span4 .portfolio_image { height: 210px; }
  #portfolio .span6 { width: 430px!important; }
  .span3 .link-icon { margin-top: 100px; }
  .span4 .link-icon { margin-top: 100px; }
  .span6 .portfolio_image { height: 290px; }
  
}
@media (min-width: 1200px){  
  .span12 { width: 1130px!important; margin-left: 30px; }
  #portfolio .span3 { width: 258px!important; }
  .span3 .portfolio_image { height: 200px; }
  .span3 .portfolio_title { font-size: 18px!important; }
  #portfolio .span4 { width: 348px!important; }
  .span4 .portfolio_image { height: 240px; }
  .span4 .portfolio_title { font-size: 18px!important; }
  #portfolio .span6 { width: 545px!important; }
  .span6 .portfolio_image { height: 320px; }
  .span6 .portfolio_title { font-size: 18px!important; }
}


                                           

/* ==========================================================================
   Skill bars shortcode
   ========================================================================== */

.skillbar {
  
  position: relative;
  height: 12px;
  background-color: #eee;
  -webkit-border-radius:10px;
  border-radius:10px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2) inset;
  
}
.skillbar:before, .skillbar:after {
  content: '';
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.skillbar:before {
  bottom: 0;
  z-index: 2;
  border-radius: 4px 4px 0 0;
}
.skillbar:after {
  bottom: 45%;
  z-index: 3;
  border-radius: 4px;
  
}
.actual-bar {
    position:absolute;
    display:block;
    max-width: 97.5%;
    width:0px;
    height:12px;
    background: #9373bb;
    
    -webkit-border-radius:10px;
    border-radius:10px;
}
.skilltitle {
  color: #777;
  margin-top: 10px;
}

/* ==========================================================================
   Page break shortcode
   ========================================================================== */

.pagebreak {
  background-color: #eee;
  background-image: url('../img/patterns/subtlenet.png');
  position: relative;
  z-index: 100;
  
}

/* ==========================================================================
   Page break shortcode
   ========================================================================== */

.icon-team {
  font-size: 20px;
  margin-right: 5px;
}
.icon-team:hover { 
  opacity: 0.5;
}

.team-member hr { margin: 5px 0 10px 0; }
.team-member h4 { margin-bottom: 5px; }
.team-image { 
  width: 100%;
  background-size: cover; 
  background-position: center; 
  background-color: #f2f2f2; 
  min-height: 200px
} 

/* ==========================================================================
   Lined headers shortcode
   ========================================================================== */

.lined {
  display: table;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

.lined span {
  display: table-cell;
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 0 0 0;
}

.lined span:before {
  content: "";
  width: 100%;
  max-width: 20px;
  height: 3px;
  display: block;
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 3px;
}

.lined span:after {
  background: #ddd !important;
  content: "";
  height: 1px;
  display: block;
  width: 100%;
  margin: 1px 0 0 15px;
}

/* ==========================================================================
   Dropcap shortcode
   ========================================================================== */

.dropcap {
  font-size: 50px;
  line-height: 48px;
  float: left;
  padding: 0 10px 0 0;
}

.dropcap-boxed {
  color: #ffffff;
  font-size: 30px!important;
  line-height: 41px!important;
  padding: 0 5px!important;
  margin: 5px 10px -1px 0!important;
  min-width: 30px!important;
  text-align: center;
  background-color: #444;
  -moz-border-radius: 3px;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  float: left;
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  
  border: 0px!important;
}

/* ==========================================================================
   Icon shortcode
   ========================================================================== */

.icon-small { font-size: 14px; }

.icon-social { 
  font-size: 18px; 
  color: #fff; 
  opacity: 0.5; 
  margin-left: 5px; 
  margin-right: 5px;
}
.icon-portfolio { 
  font-size: 16px;   
  margin-right: 5px;
}

.icon-portfolio-overview { 
  font-size: 40px;   
  color: #ffffff;
  margin-left: -500px

}

.icon-medium { 
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  word-spacing: 1px;
}

.icon-large { 
  display: inline-block;
  font-size: 24px;
  height: 65px;
  line-height: 60px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 65px;
  word-spacing: 1px;
}

.icon-xlarge { 
  display: inline-block;
  font-size: 40px;
  height: 90px;
  line-height: 95px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  word-spacing: 1px;
  opacity: 0;
  margin-bottom: 10px!important;
}

.icon-backdrop {
  background-color: #f2f2f2;
  left: 1px;
  position: absolute;
  z-index: -1;
  top: 1px;
  height: 100%; 
  width: 100%;
  -webkit-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -3px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -3px rgba(0,0,0,0.15)inset!important;
  border: 0px!important;
  border-radius: 5px;
}

.icon-backdrop-medium {
  background-color: #f2f2f2;
  left: 1px;
  position: absolute;
  z-index: -1;
  top: 1px;
  height: 100%; 
  width: 100%;
  -webkit-box-shadow: 0 -2px 0px rgba(0,0,0,0.15)inset!important;
  -moz-box-shadow: 0 -2px 0px rgba(0,0,0,0.15)inset!important;
  box-shadow: 0 -2px rgba(0,0,0,0.15)inset!important;
  border: 0px!important;
  border-radius: 4px;
}

/* Dropcaps Shortcodes */

p.drop:first-letter {
font-size: 40px;
float: left;
margin:5px;
}



/* ==========================================================================
   Fade Theme Extended Posts Widget
   ========================================================================== */

.rpwe-ul {
  margin: 0px!important;
}

.rpwe-image {
  position: relative;
  overflow: hidden;
  border: 3px #CCCCCC solid;
}

.rpwe-mask {
  position: absolute; 
  top: 0px; 
  left: 0; 
  width: 100%;
  height: 100%;
}

.rpwe-image img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
  
}

/* ==========================================================================
   Fade Theme Contact Details Widget
   ========================================================================== */

.widget-contact {
  width: 15px;
  margin-bottom: 7px;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
}

.googleMap {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

/* ==========================================================================
   Tag Cloud Widget
   ========================================================================== */

.tagcloud a {
  padding: 5px;
  font-size: 12px!important;
  margin: 0px 4px 10px 0px;
  line-height: 35px;
  white-space: nowrap;
  border-radius: 4px;
}

#footer .tagcloud a { border: 1px solid #444; }
#footer .tagcloud a:hover{ border: 1px solid #666; }
.sidebar .tagcloud a { border: 1px solid #ddd; }
.sidebar .tagcloud a:hover { border: 1px solid #ccc; }

/* ==========================================================================
   Code block // video title
   ========================================================================== */

.code-block {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
  font-family: "Courier New";
  font-size: 14px;
}

.video-title {
  font-size: 16px;
  font-weight: bold;
}