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

 1.  Document Setup 
 2.  Widgets
 3.  Header
 4.  Navigation & Menus
 5.  Blog and Post Types
 6.  Comments
 7.  Portfolio
 8. Footer & Bottom Menu
 9. Form (contact & Comment)
10. Dark Skin
11. IE Styles

-----------------------------------------------------------------------------------*/
/*
  Mixins are slightly modified from Benjamin Doherty's first implementations: http://gist.github.com/377912
  rgba-background mixin can now be passed an option $dir variable
*/
/*-----------------------------------------------------------------------------------*/
/*  1. Document Setup
/*-----------------------------------------------------------------------------------*/
body {
  background: white url(../images/bg.png) repeat fixed top center;
}

body {
  font-size: 13px;
  line-height: 1.8em;
}

.wrapper {
  margin: 0 auto;
}

footer {
  position: relative;
  margin: 0 auto;
}

.wrapper, .row {
  width: 960px;
}

.wrapper, .row {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.content, aside {
  float: left;
}

.block {
  margin-bottom: 10px;
}

.inner {
  padding: 15px 20px;
}

.content {
  display: inline;
  margin-right: 10px;
  width: 640px;
}

.content img {
  max-width: 600px;
}

.content .preview img {
  max-width: 592px;
}

.content img.frame {
  max-width: 592px;
}

.fullwidth {
  width: 100%;
}

.fullwidth img {
  max-width: 100%;
}

aside {
  width: 310px;
}

aside img {
  max-width: 99%;
}

.widget_advert img {
  width: 98%;
}

a {
  text-decoration: none;
}

/* The main container */
#main-container {
  width: 100%;
}

p {
  margin: 20px 0;
}

.index-reviews p {
  margin-top: 0;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.4em;
}

h1 {
  font-size: 280%;
  line-height: 1.3em;
}

h2 {
  font-size: 235%;
}

h3 {
  font-size: 200%;
}

h4 {
  font-size: 180%;
}

h5 {
  font-size: 160%;
}

h6 {
  font-size: 140%;
}

/* Blockquote */
blockquote {
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 18px;
  border-left: 5px solid;
  padding-left: 15px;
  margin-left: 30px;
  font-family: georgia;
}

blockquote small, span.cite {
  font-size: 12px;
}

blockquote small:before, span.cite:before {
  content: '\2014 \00A0';
}

.featured-quote blockquote {
  font-size: 16px;
}

/* Fancy box image on hover */
.zoom {
  display: block;
  background: url("img/zoom.png") no-repeat center center;
}

/* Twitter: "about x days ago" & smooth caption (date etc...)*/
.tweet_time a, span.smooth, small.smooth {
  color: #4d4d4d !important;
}

/* For hover effect we disable the link background effect */
.effect {
  background: none!important;
}

.effect, .preview, span.icon, .blog-links a, .release-desc a, .social-icons a,
.widget-comment-thumb-link img, .tagcloud a, .author-social-links a,
.pagination a, #copyright a, #bottom-menu a {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.effect:hover, .preview:hover, span.icon:hover, .blog-links a:hover, .release-desc a:hover, .social-icons a:hover,
.widget-comment-thumb-link img:hover, .tagcloud a:hover, .author-social-links a:hover,
.pagination a:hover, #copyright a:hover, #bottom-menu a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* Tabs */
.tabgroup ul#tabs-menu, .ui-accordion-header {
  text-shadow: none;
  margin-bottom: 0;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.tabgroup {
  width: 100%;
}

.tabgroup ul#tabs-menu {
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: #e8e8e8 1px solid;
  height: 46px;
  font-size: 90%;
  text-shadow: none;
}

.tabgroup ul#tabs-menu a {
  color: #262626;
}

.tabgroup ul#tabs-menu a:hover {
  color: #000;
}

.tabgroup #tabs-container {
  border-top: white 1px solid;
  margin-top: -4px;
}

.tabs {
  margin-top: 8px;
}

.tabs h5 {
  margin: 15px 0 0;
}

.tabs p {
  margin: 0 0 0;
}

.tabgroup ul#tabs-menu li {
  background-color: #ebebeb;
  border-bottom: none;
  text-align: center;
  list-style-type: none;
  float: left;
  height: 40px;
  width: 95px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  position: relative;
  margin-right: 3px;
}

.tabgroup ul#tabs-menu li:hover {
  background-color: #f2f2f2;
}

.tabgroup ul#tabs-menu li a {
  color: #262626;
  border-bottom: none;
  position: absolute;
  line-height: 40px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.tabgroup ul#tabs-menu li.ui-tabs-selected {
  background-color: #fff;
  border: 1px solid #ababab;
  border-bottom: none;
}

.tabgroup ul#tabs-menu li.ui-tabs-selected a {
  color: #000;
}

/*Widget custom tabs in sidebar*/
aside .tabgroup ul#tabs-menu li, .dark aside .tabgroup ul#tabs-menu li {
  width: 80px;
}

/*Tables*/
table {
  width: 100%;
  background: #fff;
  text-shadow: none;
}

table a:hover {
  background: none!important;
}

table th, table td {
  padding: 10px;
  line-height: 18px;
  text-align: left;
}

table #prev {
  text-align: left;
}

table #next {
  text-align: right;
}

table caption {
  background-color: #303133;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303133), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#303133, #000000);
  background-image: -moz-linear-gradient(#303133, #000000);
  background-image: -o-linear-gradient(#303133, #000000);
  background-image: -ms-linear-gradient(#303133, #000000);
  background-image: linear-gradient(#303133, #000000);
  -moz-box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  -webkit-box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  -o-box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  padding: 5px 8px;
  font-weight: bold;
  color: #fff!important;
}

table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid white;
  color: #000;
}

table td {
  vertical-align: top;
  color: #000;
}

table th + th, table td + td {
  border-left: 1px solid #fafafa;
}

table tr + tr td {
  border-top: 1px solid #e8e8e8;
}

table tr + tr td {
  border-bottom: 1px solid #f5f5f5;
}

tbody tr:nth-child(odd) td {
  background-color: #e6e6e6;
}

tbody tr:hover td {
  background-color: #d9d9d9;
}

table.no-bg, table.no-bg th, table.no-bg th + th, table.no-bg td + td, table.no-bg tr + tr td, table.no-bg tbody tr:nth-child(odd) td, table.no-bg tbody tr:hover td {
  background: none!important;
  border: none!important;
}

/* ======================= SHORTCODES =================== */
/* standard */
/* clear floating after using grid*/
.clear {
  clear: both;
}

/* just hide an element (for javascript purpose)  */
.hide {
  display: none;
}

/* Text */
.justify {
  text-align: justify;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.middle {
  vertical-align: middle;
}

/*Drop caps */
span.dropcap, span.dropcap-bg {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 310%;
  line-height: 0.9em;
}

/* Default dropcap */
span.dropcap {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* Dropcap with background */
span.dropcap-bg {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 8px;
  display: inline-block;
  padding: 2px 10px 5px;
  text-shadow: none;
  color: #262626 !important;
}

/* Highlight text */
span.highlight-yellow {
  text-shadow: none;
  display: inline-block;
  padding: 0 3px;
  background-color: #ff0;
  color: #333333;
  line-height: 1.3em;
}

span.highlight-white {
  text-shadow: none;
  display: inline-block;
  padding: 0 3px;
  background-color: #fff;
  color: #0d0d0d;
  line-height: 1.3em;
}

span.highlight-red {
  text-shadow: none;
  display: inline-block;
  padding: 0 3px;
  background-color: #D45554;
  color: #fff;
  line-height: 1.3em;
}

span.highlight-green {
  text-shadow: none;
  display: inline-block;
  padding: 0 3px;
  background-color: #327627;
  color: #fff;
  line-height: 1.3em;
}

.tagcloud {
  text-align: justify!important;
  padding-top: 10px;
}

.tagcloud a {
  text-shadow: none;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
  background-color: #666666;
  color: #fff!important;
  font-size: 14px!important;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

/* IMAGE STYLES */
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

/* align an image to the left*/
img.left, img.alignleft {
  float: left!important;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* align an image to the right*/
img.right, img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* Wordpress class */
.wp-caption, .gallery-caption {
  text-align: center;
  margin: 10px 20px 20px 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

.wp-caption.aligncenter {
  margin: 20px auto;
}

.wp-caption.alignleft {
  margin-left: 0;
}

.wp-caption.alignright {
  margin-right: 0;
}

.wp-caption.alignnone {
  margin-left: 0;
}

.wp-caption img,
.wp-caption img a {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption
.wp-caption-text {
  margin: 0;
  padding: 5px;
}

.wp-smiley {
  max-height: 13px;
  margin: 0 !important;
}

.sticky {
  font-weight: normal;
}

/* align a video to the left*/
.video-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
}

/* align a video to the right*/
.video-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 25px;
}

.video-none {
  float: none;
  margin-bottom: 5px;
  margin-top: 25px;
}

/* Image frame */
.frame, .avatar {
  padding: 4px;
}

.widget-thumb-link img {
  width: 80px;
  height: 80px;
  margin: 2px 10px 10px 0;
  float: left;
}

/* Image shadow */
.shadow {
  -moz-box-shadow: 3px 3px 5px #cccccc;
  -webkit-box-shadow: 3px 3px 5px #cccccc;
  -o-box-shadow: 3px 3px 5px #cccccc;
  box-shadow: 3px 3px 5px #cccccc;
}

/* LIST STYLES */
ul.none {
  list-style-type: none;
}

ul.circle {
  list-style-type: circle;
}

ul.bull {
  list-style-type: disc;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul li, ol li {
  margin: 5px 0;
}

ul.arrowlist, ul.arrow {
  list-style-type: none;
}

/* put some space between elements when we need it */
.space_5 {
  height: 5px;
}

.space_10 {
  height: 10px;
}

.space_15 {
  height: 15px;
}

.space_20 {
  height: 15px;
}

.space_30 {
  height: 30px;
}

.space_60 {
  height: 60px;
}

.space_40 {
  height: 40px;
}

/***************stars******************/
.star-0-5, .star-1, .star-2, .star-3, .star-4, .star-5,
.star-1-5, .star-1-5, .star-2-5, .star-3-5, .star-4-5 {
  background-image: url("img/stars.png");
  width: 123px;
  height: 25px;
}

.star-1 {
  background-position: 0 -100px;
}

.star-2 {
  background-position: 0 -75px;
}

.star-3 {
  background-position: 0 -50px;
}

.star-4 {
  background-position: 0 -25px;
}

.star-5 {
  background-position: 0 0;
}

.star-0-5 {
  background-position: 0 -225px;
}

.star-1-5 {
  background-position: 0 -200px;
}

.star-2-5 {
  background-position: 0 -175px;
}

.star-3-5 {
  background-position: 0 -150px;
}

.star-4-5 {
  background-position: 0 -125px;
}

.small-star-0-5, .small-star-1, .small-star-2, .small-star-3, .small-star-4, .small-star-5,
.small-star-1-5, .small-star-1-5, .small-star-2-5, .small-star-3-5, .small-star-4-5 {
  background-image: url("img/stars-small.png");
  display: inline-block;
  width: 86px;
  height: 17px;
  margin: 0;
}

.small-star-1 {
  background-position: 0 -70px;
}

.small-star-2 {
  background-position: 0 -52px;
}

.small-star-3 {
  background-position: 0 -35px;
}

.small-star-4 {
  background-position: 0 -17px;
}

.small-star-5 {
  background-position: 0 -1px;
}

.small-star-0-5 {
  background-position: 0 -332px;
}

.small-star-1-5 {
  background-position: 0 -140px;
}

.small-star-2-5 {
  background-position: 0 -122px;
}

.small-star-3-5 {
  background-position: 0 -105px;
}

.small-star-4-5 {
  background-position: 0 -87px;
}

.stars-container {
  margin-left: 235px;
  margin-top: 10px;
}

.rates-box {
  width: 100px;
  height: 30px;
  bottom: 5px;
  right: 10px;
}

.featured-ribbon {
  position: absolute;
  width: 45px;
  height: 107px;
  top: -4px;
  right: 15px;
  background: url(img/featured-ribbon.png) no-repeat;
}

/* ================ END SHORTCODES =================== */
/* ======================= BUTTONS ======================= */
a.button {
  font-size: 100%;
  display: inline-block;
  height: auto;
  margin: 5px 10px 10px 0;
  font-weight: bold;
  padding: 5px 10px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  color: #737373 !important;
  border: 1px solid #8c8c8c !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #b3b3b3));
  background-image: -webkit-linear-gradient(#ebebeb, #b3b3b3);
  background-image: -moz-linear-gradient(#ebebeb, #b3b3b3);
  background-image: -o-linear-gradient(#ebebeb, #b3b3b3);
  background-image: -ms-linear-gradient(#ebebeb, #b3b3b3);
  background-image: linear-gradient(#ebebeb, #b3b3b3);
  text-shadow: 1px 1px 1px #f2f2f2;
  background-color: #cccccc;
  -moz-box-shadow: 0 1px 1px #8c8c8c;
  -webkit-box-shadow: 0 1px 1px #8c8c8c;
  -o-box-shadow: 0 1px 1px #8c8c8c;
  box-shadow: 0 1px 1px #8c8c8c;
  text-align: left;
  line-height: 18px;
  text-decoration: none!important;
}

a.button:hover {
  color: #666666!important;
  border: 1px solid #999999;
  background-color: #cccccc;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#c4c4c4, #d9d9d9);
  background-image: -moz-linear-gradient(#c4c4c4, #d9d9d9);
  background-image: -o-linear-gradient(#c4c4c4, #d9d9d9);
  background-image: -ms-linear-gradient(#c4c4c4, #d9d9d9);
  background-image: linear-gradient(#c4c4c4, #d9d9d9);
  text-shadow: 1px 1px 1px white;
}

a.button.yellow {
  color: #a77405 !important;
  border: 1px solid #d89607 !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcdfa0), color-stop(100%, #f8ba34));
  background-image: -webkit-linear-gradient(#fcdfa0, #f8ba34);
  background-image: -moz-linear-gradient(#fcdfa0, #f8ba34);
  background-image: -o-linear-gradient(#fcdfa0, #f8ba34);
  background-image: -ms-linear-gradient(#fcdfa0, #f8ba34);
  background-image: linear-gradient(#fcdfa0, #f8ba34);
  text-shadow: 1px 1px 1px #fce4af;
  background-color: #facb65;
  -moz-box-shadow: 0 1px 1px #d89607;
  -webkit-box-shadow: 0 1px 1px #d89607;
  -o-box-shadow: 0 1px 1px #d89607;
  box-shadow: 0 1px 1px #d89607;
}

a.button.yellow:hover {
  color: #8e6305 !important;
  border: 1px solid #f8b21b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fac656), color-stop(100%, #fbd37e));
  background-image: -webkit-linear-gradient(#fac656, #fbd37e);
  background-image: -moz-linear-gradient(#fac656, #fbd37e);
  background-image: -o-linear-gradient(#fac656, #fbd37e);
  background-image: -ms-linear-gradient(#fac656, #fbd37e);
  background-image: linear-gradient(#fac656, #fbd37e);
  text-shadow: 1px 1px 1px #fdecc8;
  background-color: #facb65;
  /*    @include box-shadow(0px 2px 1px darken($color, 25%));
  */
}

a.button.green {
  color: #0e2e0c !important;
  border: 1px solid #1a5617 !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ed356), color-stop(100%, #2d9326));
  background-image: -webkit-linear-gradient(#5ed356, #2d9326);
  background-image: -moz-linear-gradient(#5ed356, #2d9326);
  background-image: -o-linear-gradient(#5ed356, #2d9326);
  background-image: -ms-linear-gradient(#5ed356, #2d9326);
  background-image: linear-gradient(#5ed356, #2d9326);
  text-shadow: 1px 1px 1px #69d663;
  background-color: #39bb31;
  -moz-box-shadow: 0 1px 1px #1a5617;
  -webkit-box-shadow: 0 1px 1px #1a5617;
  -o-box-shadow: 0 1px 1px #1a5617;
  box-shadow: 0 1px 1px #1a5617;
  color: #fff!important;
}

a.button.green:hover {
  color: #081907 !important;
  border: 1px solid #277e21;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #35af2e), color-stop(100%, #43cb3a));
  background-image: -webkit-linear-gradient(#35af2e, #43cb3a);
  background-image: -moz-linear-gradient(#35af2e, #43cb3a);
  background-image: -o-linear-gradient(#35af2e, #43cb3a);
  background-image: -ms-linear-gradient(#35af2e, #43cb3a);
  background-image: linear-gradient(#35af2e, #43cb3a);
  text-shadow: 1px 1px 1px #7ddb77;
  background-color: #39bb31;
  /*    @include box-shadow(0px 2px 1px darken($color, 25%));
  */
  color: #fff!important;
}

a.button.blue {
  color: #001523 !important;
  border: 1px solid #013456 !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16a1fd), color-stop(100%, #0261a1));
  background-image: -webkit-linear-gradient(#16a1fd, #0261a1);
  background-image: -moz-linear-gradient(#16a1fd, #0261a1);
  background-image: -o-linear-gradient(#16a1fd, #0261a1);
  background-image: -ms-linear-gradient(#16a1fd, #0261a1);
  background-image: linear-gradient(#16a1fd, #0261a1);
  text-shadow: 1px 1px 1px #26a7fd;
  background-color: #0280d4;
  -moz-box-shadow: 0 1px 1px #013456;
  -webkit-box-shadow: 0 1px 1px #013456;
  -o-box-shadow: 0 1px 1px #013456;
  box-shadow: 0 1px 1px #013456;
  color: #fff!important;
}

a.button.blue:hover {
  color: #00060a !important;
  border: 1px solid #015288;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0277c5), color-stop(100%, #028fed));
  background-image: -webkit-linear-gradient(#0277c5, #028fed);
  background-image: -moz-linear-gradient(#0277c5, #028fed);
  background-image: -o-linear-gradient(#0277c5, #028fed);
  background-image: -ms-linear-gradient(#0277c5, #028fed);
  background-image: linear-gradient(#0277c5, #028fed);
  text-shadow: 1px 1px 1px #3fb1fd;
  background-color: #0280d4;
  /*    @include box-shadow(0px 2px 1px darken($color, 25%));
  */
  color: #fff!important;
}

a.button.red {
  color: #581613 !important;
  border: 1px solid #82201c !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e27d79), color-stop(100%, #c12f2a));
  background-image: -webkit-linear-gradient(#e27d79, #c12f2a);
  background-image: -moz-linear-gradient(#e27d79, #c12f2a);
  background-image: -o-linear-gradient(#e27d79, #c12f2a);
  background-image: -ms-linear-gradient(#e27d79, #c12f2a);
  background-image: linear-gradient(#e27d79, #c12f2a);
  text-shadow: 1px 1px 1px #e58986;
  background-color: #d74c47;
  -moz-box-shadow: 0 1px 1px #82201c;
  -webkit-box-shadow: 0 1px 1px #82201c;
  -o-box-shadow: 0 1px 1px #82201c;
  box-shadow: 0 1px 1px #82201c;
  color: #fff!important;
}

a.button.red:hover {
  color: #43100f !important;
  border: 1px solid #ac2a25;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4403a), color-stop(100%, #dc605c));
  background-image: -webkit-linear-gradient(#d4403a, #dc605c);
  background-image: -moz-linear-gradient(#d4403a, #dc605c);
  background-image: -o-linear-gradient(#d4403a, #dc605c);
  background-image: -ms-linear-gradient(#d4403a, #dc605c);
  background-image: linear-gradient(#d4403a, #dc605c);
  text-shadow: 1px 1px 1px #e99e9b;
  background-color: #d74c47;
  /*    @include box-shadow(0px 2px 1px darken($color, 25%));
  */
  color: #fff!important;
}

a.button.black {
  color: black !important;
  border: 1px solid black !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c2c2c), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#2c2c2c, #000000);
  background-image: -moz-linear-gradient(#2c2c2c, #000000);
  background-image: -o-linear-gradient(#2c2c2c, #000000);
  background-image: -ms-linear-gradient(#2c2c2c, #000000);
  background-image: linear-gradient(#2c2c2c, #000000);
  text-shadow: 1px 1px 1px #333333;
  background-color: #0d0d0d;
  -moz-box-shadow: 0 1px 1px black;
  -webkit-box-shadow: 0 1px 1px black;
  -o-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
  color: #fff!important;
}

a.button.black:hover {
  color: black !important;
  border: 1px solid black;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #050505), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#050505, #1a1a1a);
  background-image: -moz-linear-gradient(#050505, #1a1a1a);
  background-image: -o-linear-gradient(#050505, #1a1a1a);
  background-image: -ms-linear-gradient(#050505, #1a1a1a);
  background-image: linear-gradient(#050505, #1a1a1a);
  text-shadow: 1px 1px 1px #404040;
  background-color: #0d0d0d;
  /*    @include box-shadow(0px 2px 1px darken($color, 25%));
  */
  color: #fff!important;
}

a.button.primary {
  font-size: 120%;
  display: inline-block;
  height: 25px;
  margin: 5px 10px 10px 0;
  font-weight: bold;
  padding: 8px 10px 2px;
}

/* Read more */
.smooth-btn {
  border: 1px solid #DDD;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 1px white;
  -moz-box-shadow: 0 1px 1px white;
  -webkit-box-shadow: 0 1px 1px white;
  -o-box-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px white;
  font: bold 13px Sans-Serif;
  cursor: pointer;
  padding: 5px 10px;
  margin: 0 0 15px -2px;
  white-space: nowrap;
  vertical-align: middle;
  color: #666!important;
  background: transparent;
  cursor: pointer;
}

.smooth-btn:hover, .smooth-btn:focus {
  border-color: #999;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(#ffffff, #e0e0e0);
  background-image: -moz-linear-gradient(#ffffff, #e0e0e0);
  background-image: -o-linear-gradient(#ffffff, #e0e0e0);
  background-image: -ms-linear-gradient(#ffffff, #e0e0e0);
  background-image: linear-gradient(#ffffff, #e0e0e0);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px white;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px white;
}

.smooth-btn:active {
  border: 1px solid #AAA;
  border-bottom-color: #CCC;
  border-top-color: #999;
  -moz-box-shadow: inset 0 1px 2px #aaaaaa;
  -webkit-box-shadow: inset 0 1px 2px #aaaaaa;
  -o-box-shadow: inset 0 1px 2px #aaaaaa;
  box-shadow: inset 0 1px 2px #aaaaaa;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #dcdcdc));
  background-image: -webkit-linear-gradient(#e6e6e6, #dcdcdc);
  background-image: -moz-linear-gradient(#e6e6e6, #dcdcdc);
  background-image: -o-linear-gradient(#e6e6e6, #dcdcdc);
  background-image: -ms-linear-gradient(#e6e6e6, #dcdcdc);
  background-image: linear-gradient(#e6e6e6, #dcdcdc);
}

/* ======================= END BUTTONS ======================= */
/* ========================= NOTIFICATIONS ======================= */
.notif {
  width: 99%;
  margin: 0 auto 20px;
  background: #FFF no-repeat 5px center;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 3px 3px 5px #cccccc;
  -webkit-box-shadow: 3px 3px 5px #cccccc;
  -o-box-shadow: 3px 3px 5px #cccccc;
  box-shadow: 3px 3px 5px #cccccc;
}

.notif div {
  margin-top: 18px!important;
  margin-left: 48px!important;
  margin-right: 15px!important;
  margin-bottom: 15px!important;
}

.notif span {
  cursor: pointer;
}

.notif a {
  text-decoration: underline!important;
  font-weight: bold;
  opacity: 1!important;
}

.notif .close {
  position: absolute;
  top: 0px;
  right: 8px;
  width: 12px;
  height: 15px;
  display: inline-block;
  font-size: 150%;
  text-decoration: none!important;
  font-weight: bold;
  line-height: 1.5em;
}

.notif.info {
  color: #13bde9 !important;
  border: 1px solid #58d1f1 !important;
  text-shadow: 1px 1px 1px #fdfeff;
  background-color: #b6ebf9;
  background-image: url(img/notif/info.png);
}

.notif.info a, .notif.info strong {
  color: #13bde9 !important;
  border: none;
}

.notif.tip {
  color: #afa214 !important;
  border: 1px solid #e7d728 !important;
  text-shadow: 1px 1px 1px #f9f5c9;
  background-color: #f1e884;
  background-image: url(img/notif/tip.png);
}

.notif.tip a, .notif.tip strong {
  color: #afa214 !important;
  border: none;
}

.notif.success {
  color: #326c0f !important;
  border: 1px solid #51af18 !important;
  text-shadow: 1px 1px 1px #b0ef8a;
  background-color: #83e647;
  background-image: url(img/notif/success.png);
}

.notif.success a, .notif.success strong {
  color: #326c0f !important;
  border: none;
}

.notif.error {
  color: #581613 !important;
  border: 1px solid #972521 !important;
  text-shadow: 1px 1px 1px #e58986;
  background-color: #d74c47;
  background-image: url(img/notif/error.png);
}

.notif.error a, .notif.error strong {
  color: #581613 !important;
  border: none;
}

#bd-debug {
  box-shadow: none;
  color: #000!important;
  text-shadow: none;
  font-weight: bold;
}

/* ======================= END ALERTS ======================= */
/* ======================= ICONS ======================= */
span.icon {
  border: none!important;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("img/icons_dark.png");
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 0 3px;
}

span.icon a {
  border: none!important;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999999px;
  width: 16px;
  height: 16px;
}

span.icon.icon-1, span.icon.view {
  background-position: 0 0;
}

span.icon.icon-2, span.icon.trash {
  background-position: -16px 0;
}

span.icon.icon-3, span.icon.category {
  background-position: -32px 0;
}

span.icon.icon-4, span.icon.info {
  background-position: -48px 0;
}

span.icon.icon-5, span.icon.calendar {
  background-position: -64px 0;
}

span.icon.icon-6, span.icon.calendar2 {
  background-position: -80px 0;
}

span.icon.icon-7, span.icon.timer {
  background-position: -96px 0;
}

span.icon.icon-8, span.icon.settings {
  background-position: -112px 0;
}

span.icon.icon-9, span.icon.settings2 {
  background-position: -128px 0;
}

span.icon.icon-10, span.icon.tag {
  background-position: -144px 0;
}

span.icon.icon-11, span.icon.tags {
  background-position: -160px 0;
}

span.icon.icon-12, span.icon.home {
  background-position: -176px 0;
}

span.icon.icon-13, span.icon.price {
  background-position: -192px 0;
}

span.icon.icon-14, span.icon.paypal {
  background-position: -208px 0;
}

span.icon.icon-15, span.icon.print {
  background-position: -224px 0;
}

span.icon.icon-16, span.icon.location {
  background-position: -240px 0;
}

span.icon.icon-17, span.icon.pages {
  background-position: -256px 0;
}

span.icon.icon-18, span.icon.page {
  background-position: -272px 0;
}

span.icon.icon-19, span.icon.upload {
  background-position: -288px 0;
}

span.icon.icon-20, span.icon.download {
  background-position: -304px 0;
}

span.icon.icon-21, span.icon.rss {
  background-position: 0 -16px;
}

span.icon.icon-22, span.icon.twitter {
  background-position: -16px -16px;
}

span.icon.icon-23, span.icon.twitter2 {
  background-position: -32px -16px;
}

span.icon.icon-24, span.icon.facebook {
  background-position: -48px -16px;
}

span.icon.icon-25, span.icon.fb-like {
  background-position: -64px -16px;
}

span.icon.icon-26, span.icon.myspace {
  background-position: -80px -16px;
}

span.icon.icon-27, span.icon.youtube {
  background-position: -96px -16px;
}

span.icon.icon-28, span.icon.youtube2 {
  background-position: -112px -16px;
}

span.icon.icon-29, span.icon.digg {
  background-position: -128px -16px;
}

span.icon.icon-30, span.icon.digg2 {
  background-position: -144px -16px;
}

span.icon.icon-31, span.icon.delicious {
  background-position: -160px -16px;
}

span.icon.icon-32, span.icon.dribbble {
  background-position: -176px -16px;
}

span.icon.icon-33, span.icon.googlebuzz {
  background-position: -192px -16px;
}

span.icon.icon-34, span.icon.mobypicture {
  background-position: -208px -16px;
}

span.icon.icon-35, span.icon.stumbleupon {
  background-position: -224px -16px;
}

span.icon.icon-36, span.icon.skype {
  background-position: -240px -16px;
}

span.icon.icon-37, span.icon.tumblr {
  background-position: -256px -16px;
}

span.icon.icon-38, span.icon.vimeo {
  background-position: -272px -16px;
}

span.icon.icon-39, span.icon.vimeo2 {
  background-position: -288px -16px;
}

span.icon.icon-40, span.icon.dribbble2 {
  background-position: -304px -16px;
}

span.icon.icon-41, span.icon.plixi {
  background-position: 0 -32px;
}

span.icon.icon-42, span.icon.dropbox {
  background-position: -16px -32px;
}

span.icon.icon-43, span.icon.lastfm {
  background-position: -32px -32px;
}

span.icon.icon-44, span.icon.user {
  background-position: -48px -32px;
}

span.icon.icon-45, span.icon.comment {
  background-position: -64px -32px;
}

span.icon.icon-46, span.icon.comments {
  background-position: -80px -32px;
}

span.icon.icon-47, span.icon.women {
  background-position: -96px -32px;
}

span.icon.icon-48, span.icon.man {
  background-position: -112px -32px;
}

span.icon.icon-49, span.icon.pictures {
  background-position: -128px -32px;
}

span.icon.icon-50, span.icon.picture {
  background-position: -144px -32px;
}

span.icon.icon-51, span.icon.folder {
  background-position: -160px -32px;
}

span.icon.icon-52, span.icon.charts {
  background-position: -176px -32px;
}

span.icon.icon-53, span.icon.mail {
  background-position: -192px -32px;
}

span.icon.icon-54, span.icon.google-plus {
  background-position: -208px -32px;
}

span.icon.icon-55, span.icon.linkedin {
  background-position: -224px -32px;
}

span.icon.icon-55, span.icon.flickr {
  background-position: -240px -32px;
}

/* ===================== END ICONS ======================= */
/* ======================= 404 =================== */
h1.error {
  font-size: 500%;
  line-height: 1em;
}

h1.error span {
  font-size: 400%;
  line-height: 1em;
}

/* ===================== END 404 =================== */
/* ===================== OTHER =================== */
/****Selection highlight***/
::-moz-selection {
  background: #d16f4e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #d16f4e;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #d16f4e;
}

/* Code & Pre */
code, pre {
  margin: 15px 0;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  text-shadow: none;
  width: 80%;
  color: #0d0d0d;
  text-align: left;
}

code {
  background-color: #f5f5f5;
  padding: 2px 3px;
}

pre {
  background-color: #f5f5f5;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

p.fill-the-emptyness {
  margin: 0;
  padding: 0;
}

.mobile-hide {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  2. Widgets
/*-----------------------------------------------------------------------------------*/
.widget_meta a, .popular-posts a, .tweet_text a, #archives a,
.widget_recent_entries a, .widget_archive a, .widget_categories a,
.widget_nav_menu a, .widget_links a, .widget_recent_comments a,
.widget_sub_categories a, .widget_pages a, a.comment-reply-link, a.moar, a.hover, .post-nav a {
  text-decoration: none!important;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.widget_meta a:hover, .popular-posts a:hover, .tweet_text a:hover,
.widget_recent_entries a:hover, .widget_archive a:hover, .widget_categories a:hover,
.widget_nav_menu a:hover, .widget_links a:hover, .widget_recent_comments a:hover,
.widget_sub_categories a:hover, .widget_pages a:hover, a.comment-reply-link:hover, a.moar:hover, a.hover:hover,
.post-nav a:hover, #filter-portfolio li a.active {
  display: inline;
  background: #d16f4e;
  color: #fff!important;
  text-shadow: none;
}

.widget-row .block {
  background: none;
  box-shadow: none;
}

.widget-row .col_4 {
  width: 48.1%;
}

.widget-row div.col_4:first-child {
  margin-left: 0;
}

.widget-row div.col_4:nth-child(3) {
  margin-right: 0;
}

.grid_8 .widget-row div.grid_4:first-child {
  margin-left: 0;
}

.grid_8 .widget-row div.grid_4:nth-child(2) {
  margin-right: 0;
}

.twitter-widget ul li {
  margin: 1.5em 0;
  padding: 0 0 0 30px;
  background: url("img/quote.png") no-repeat left;
}

.tweet_time a {
  display: inline-block;
  width: 100%;
  border: none!important;
  text-decoration: none!important;
  font-size: 12px;
}

.tweet_list {
  margin-left: 0!important;
  margin-top: 0px!important;
  margin-bottom: 10px!important;
}

.widget_network .social-icons {
  text-align: left;
  margin-top: 10px;
}

.widget-thumbnails-list {
  margin-top: 10px;
}

.widget-thumbnails-list article {
  margin-bottom: 5px;
}

small.smooth, span.smooth {
  font-size: 11px;
}

.flickr-container {
  float: left;
  margin: 0 3px;
}

footer .flickr-container {
  float: left;
  margin: 0 1px;
}

.video-thumbnail-link {
  position: relative;
  display: block;
  width: 120px;
  height: 80px;
  float: left;
  margin: 0 8px 10px 0;
}

.post-types-widget .video-thumbnail span.play-button-thumb {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 30px;
  background: url(img/play_button_thumb.png);
  bottom: 5px;
  left: 0;
}

.post-types-widget .video-thumbnail img {
  width: 120px;
  height: 80px;
}

.post-types-widget, .widget_custom_tabs {
  line-height: 18px;
}

.social-counter span {
  font-size: 18px;
}

.social-counter .social-cell {
  padding: 10px 0;
  width: 30%;
  float: left;
  margin-right: 5%;
  text-align: center;
  -moz-box-shadow: inset 0 0 0 1px #d9d9d9;
  -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
  -o-box-shadow: inset 0 0 0 1px #d9d9d9;
  box-shadow: inset 0 0 0 1px #d9d9d9;
}

.dark .social-counter .social-cell {
  -moz-box-shadow: inset 0 0 0 1px #262626;
  -webkit-box-shadow: inset 0 0 0 1px #262626;
  -o-box-shadow: inset 0 0 0 1px #262626;
  box-shadow: inset 0 0 0 1px #262626;
}

.social-counter {
  font-weight: bold;
}

.widget_calendar th, .widget_calendar td {
  padding: 5px;
  text-align: center;
}

.widget_calendar .pad {
  border: none;
}

.widget ul, ul.popular-posts, ul.arrowlist, ul.disc, ul.square, ul.circle, ol {
  margin-left: 1.5em;
  margin-top: 5px;
  margin-bottom: 5px;
}

ul.arrowlist, .widget_recent_entries ul, .widget_meta ul, .widget_archive ul, .widget_categories ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_links ul, .widget_popular_posts ul,
.widget_pages ul, .widget_rss ul {
  list-style-type: square;
}

.widget_nav_menu ul.sub-menu {
  margin-left: 20px;
  margin-top: 0;
}

.widget_nav_menu ul.sub-menu li:before {
  content: '';
  background: none;
  width: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Header
/*-----------------------------------------------------------------------------------*/
#header-banner {
  height: 120px;

}

#logo-container {
  float: left;
}

#banner-container {
  margin-top: 20px;
  float: right;
}

#logo-container, #banner-container {
  width: 49%;
}

#logo-container img, #banner-container img {
  max-width: 100%;
}

/***************** Sliders ******************/
#videoblock-container, #fixheader-container {
  width: 100%;
  margin: 0 auto 10px;
  height: auto;
}

#fixheader-container img {
  max-width: 100%;
}

#fixheader-container {
  background-repeat: no-repeat!important;
  background-position: top center!important;
}

#fixheader-container {
  margin-bottom: 3px;
}

#fixheader img {
  max-width: 960px;
}

#videoblock-container, #videoblock-container iframe, #videoblock-container object, #videoblock-container embed {
  z-index: 0;
}

#flexslider {
  margin-top: -5px;
  margin-bottom: 0;
}

p.flex-caption {
  text-shadow: none!important;
  color: #fff!important;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNiqAcAAIgAgoGu+rEAAAAASUVORK5CYII=');
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 7px;
  margin: 10px;
}

.flex-control-nav {
  bottom: 20px;
  right: 5px;
  width: auto;
  padding: 7px;
  height: 10px;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}

.bigtweet {
  font-size: 180%;
  margin: 10px 0 30px;
  font-family: georgia;
}

.bigtweet {
  padding: 0 0 0 60px;
  background: url("img/big_quote.png") no-repeat left;
}

.bigtweet span.tweet_text {
  line-height: 140%;
}

.bigtweet span.tweet_time_big {
  font-size: 70%;
  margin-top: 18px;
}

/*-----------------------------------------------------------------------------------*/
/*  4. Navigation & Menus
/*-----------------------------------------------------------------------------------*/
/***************** Main Menu ******************/
#main-nav {
  padding: 0 0 0 10px;
  overflow: visible;
  height: auto;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#primary-menu, .default-menu {
  margin-top: 15px;
}

#primary-menu, #primary-menu ul, .default-menu {
  list-style-position: outside;
  position: relative;
  line-height: 35px;
  z-index: 999!important;
}

#primary-menu a, .default-menu a {
  display: block;
  padding: 0;
  text-decoration: none;
}

#primary-menu a:hover, .default-menu a:hover {
  /* put some style if you want to disable the js hover effect */
}

#primary-menu a.active, .default-menu a.active {
  opacity: 1!important;
}

#primary-menu li, .default-menu li {
  margin-right: 30px;
}

ul.sub-menu, ul.sub-menu ul {
  font-weight: normal;
}

ul.sub-menu li {
  margin-left: 0!important;
}

#primary-menu li, .default-menu li {
  float: left;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

#primary-menu ul {
  position: absolute;
  display: none;
  width: 185px;
  top: 28px;
  left: -10px;
  z-index: 9999!important;
}

#primary-menu li ul a {
  width: 170px;
  height: 38px;
  line-height: 38px;
  float: left;
  padding-left: 15px;
}

#primary-menu li ul li:last-child {
  border: none!important;
}

#primary-menu li ul {
  padding-top: 7px;
}

#primary-menu ul ul {
  top: auto;
}

#primary-menu li ul ul {
  left: 180px;
  padding: 0;
  margin: 0;
}

#primary-menu li:hover ul ul, #primary-menu li:hover ul ul ul, #primary-menu li:hover ul ul ul ul {
  display: none;
}

#primary-menu li:hover ul, #primary-menu li li:hover ul, #primary-menu li li li:hover ul, #primary-menu li li li li:hover ul {
  display: block;
}

/***************** Top Menu ******************/
nav#top-menu-bar {
  background-color: #303133;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #303133), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#303133, #000000);
  background-image: -moz-linear-gradient(#303133, #000000);
  background-image: -o-linear-gradient(#303133, #000000);
  background-image: -ms-linear-gradient(#303133, #000000);
  background-image: linear-gradient(#303133, #000000);
  -moz-box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  -webkit-box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  -o-box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  box-shadow: 0 -1px -1px 1px #444548, inset 0 -1px -1px 1px #242426;
  width: 100%;
  height: 36px;
  margin-bottom: 36px;
  /*  position:fixed;
    top:0;
    z-index:9999*/
}

nav#top-menu-bar .row {
  position: relative;
}

#top-menu a {
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#top-menu a:hover {
  color: #ccc;
}

#top-menu li {
  float: left;
  margin: 0;
  width: auto;
  height: 36px;
  position: relative;
  line-height: 36px;
}

#top-menu a {
  display: inline-block;
  margin: 0;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-weight: bold;
}

#top-menu a:hover {
  background: #171819;
}

#top-menu ul {
  position: absolute;
  display: none;
  width: 180px;
  top: 35px;
  left: 0px;
  z-index: 9999!important;
}

#top-menu li ul a {
  width: 155px;
  border-top: 1px dotted #000;
  height: 38px;
  line-height: 38px;
  float: left;
  padding-left: 15px;
  background: #171819;
}

#top-menu li ul ul {
  left: 180px;
  top: 0;
  margin: 0;
}

#top-menu li ul a:hover {
  background: #000;
}

#top-menu li:hover ul ul, #top-menu li:hover ul ul ul, #top-menu li:hover ul ul ul ul {
  display: none;
}

#top-menu li:hover ul, #top-menu li li:hover ul, #top-menu li li li:hover ul, #top-menu li li li li:hover ul {
  display: block;
}

#topmenu-search {
  position: absolute;
  right: 0;
  top: 0;
}

#topmenu-search-input {
  display: block;
  width: 100px;
  height: 15px;
  min-height: auto  9;
  padding: 5px 13px 5px 30px;
  font-size: 12px;
  line-height: 1;
  color: #626367;
  border: 0;
  margin: 3px 8px 0 0;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  -ms-border-radius: 13px;
  -khtml-border-radius: 13px;
  border-radius: 13px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #cccccc 9px 7px url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAAlElEQVR42oWQQRHEIAxF10ElVAISVgo3bCABCUhYCZWAhEpAQpoD6bzJhNnDO0DyyA8fEXkppXyVCpLViDUfyqVIQN9JFMY637hrlCySFauL21E7KVWbAIGx56rnSLqc5KPXSLo3kySalPhTygFhRDtFC09EIsMeZJSGBj7Qveh3OJW89syImiH%2BIO2BOJX0XwA2%2BQEL4pAhSX4aBQAAAABJRU5ErkJggg%3D%3D") no-repeat;
}

#topmenu-search-input:focus {
  background-color: #fff;
  color: #333;
  width: 165px;
}

span.menu-arrow {
  margin-left: 7px;
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url(img/menu-arrow.png);
}

.sub-menu span.menu-arrow {
  margin-top: 12px;
  float: right;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(img/menu-arrow-right.png);
}

.social-menu {
  margin: 6px 5px 0 0;
}

.social-menu img {
  width: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  5. Blog and Post Types
/*-----------------------------------------------------------------------------------*/
a.moar {
  font-weight: bold;
}

.post {
  position: relative;
}

.blog-links {
  margin: 5px 0 15px;
  font-size: 12px;
}

.blog-links a, .post h2 a {
  text-decoration: none!important;
}

span.blog-link {
  display: inline-block;
  line-height: 1em;
  padding-right: 7px;
  padding-left: 5px;
  border-right: 1px dotted #333;
}

span.blog-link:last-child, span.blog-link.last-blog-link {
  border: none;
  padding-right: 0;
}

span.blog-link:first-child, span.blog-link.first-blog-link {
  padding-left: 0;
}

.format-aside .blog-links {
  margin: 25px 0 30px;
}

.format-aside a.post-format-icon {
  top: -5px;
}

.movie-reviews .preview, .music-reviews .preview, .game-reviews .preview, .book-reviews .preview {
  margin-right: 15px;
  float: left;
}

/* Related Posts */
.module {
  margin-top: 10px;
}

.module-box {
  width: 180px;
  position: relative;
  float: left;
  margin-left: 25px;
}

.module-box:first-child {
  margin-left: 0;
}

.module-box img {
  width: 100%;
  height: auto;
}

.module-box a.preview {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.module-caption {
  display: none;
  background: #000;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 10px;
  width: 165px;
  height: 156px;
}

.module-caption h6, .module-caption {
  text-shadow: none!important;
  color: #fff!important;
}

/*  Pagination */
.pagination {
  margin-top: -10px;
  margin-bottom: 5px;
}

.pagination span, .pagination a {
  line-height: 26px;
  position: relative;
  color: #000;
  font-weight: bold;
  float: left;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 8px 5px 10px 0;
  text-align: center;
  text-shadow: none;
  text-decoration: none!important;
  border: none;
}

.pagination a {
  color: #fff!important;
  background-color: #737373;
}

.pagination span.current {
  background-color: #fff;
  -moz-box-shadow: inset 0 0 0 1px #d9d9d9;
  -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
  -o-box-shadow: inset 0 0 0 1px #d9d9d9;
  box-shadow: inset 0 0 0 1px #d9d9d9;
}

.social-buttons {
  display: none;
}

.social-buttons-container {
  min-height: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  6. Comments
/*-----------------------------------------------------------------------------------*/
#comments-container {
  overflow: hidden;
}

#comments-container .separator {
  margin: 10px 0;
}

span.comment-author a, span.comment-author {
  font-size: 20px;
  color: #000;
  text-decoration: none!important;
}

.comment-reply a {
  text-decoration: none!important;
}

.avatar {
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 80px;
  height: 80px;
}

.comment, .comment-info, .comment-content {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

.comment {
  width: 570px;
  padding-top: 30px;
}

.comment-info, .comment-content {
  /*width: 360px;*/
}

.comment-content p {
  margin: 15px 0;
}

.children .comment {
  margin-left: 8%;
}

.children .comment-info, .comment-content {
  width: 80%;
}

.children .children .comment {
  margin-left: 0;
}

.dark .comment-awaiting-moderation {
  color: #fff;
}

.bypostauthor {
  font-weight: normal;
}

.special-box, .special-box-in-content {
  background: #f2f2f2;
  -moz-box-shadow: inset 0 0 0 1px #d9d9d9;
  -webkit-box-shadow: inset 0 0 0 1px #d9d9d9;
  -o-box-shadow: inset 0 0 0 1px #d9d9d9;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.special-box-in-content {
  margin: 20px 0 0;
  padding: 5px 20px;
}

.author-info {
  margin-top: 20px;
}

.author-social-links {
  margin-top: 15px;
}

.release-desc {
  margin-top: 5px;
  margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  7. Portfolio
/*-----------------------------------------------------------------------------------*/
/*Filter*/
#filter-portfolio {
  margin-top: 0px;
}

#filter-portfolio li {
  float: left;
  padding: 0 10px 0 15px;
  background: url(img/filter-separator.gif) left no-repeat;
}

#filter-portfolio li:first-child {
  background: none!important;
  padding: 0 10px 0 10px;
}

#filter-portfolio li a {
  font-weight: bold;
  text-shadow: none;
  color: #262626;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline;
  padding: 1px 5px;
}

#filter-portfolio li a:hover, #filter-portfolio li a.active {
  /*background:$font; color:#fff; text-shadow:none*/
}

#portfolio-item-container {
  width: 990px!important;
}

#portfolio .flexslider .slides img, #portfolio .flexslider {
  width: auto;
}

.isotope-item {
  width: 300px;
  height: 330px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  text-shadow: none;
}

.isotope-item img {
  width: 300px;
  height: 225px;
}

.isotope-item p {
  margin: 4px 0;
}

.isotope-item a {
  /*height:200px;*/
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-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;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.isotope-item {
  z-index: 2;
}

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

.item-desc {
  margin-top: -10px;
  text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  9. Footer
/*-----------------------------------------------------------------------------------*/
footer .grid_3:first-child {
  margin-left: 0;
}

footer .grid_3:last-child {
  margin-right: 0;
}

footer .grid_4:first-child {
  margin-left: 0;
}

footer .grid_4:last-child {
  margin-right: 0;
}

/* Bottom menu */
#bottom-outside {
  margin-bottom: 30px;
}

#bottom-menu-container {
  float: left;
}

#bottom-menu li {
  height: 15px;
  line-height: 15px;
  float: left;
  padding-left: 10px;
  margin-right: 10px;
  text-shadow: none;
}

#bottom-menu li {
  border-left: 1px dotted #fff;
}

#bottom-menu li:first-child {
  border: none!important;
  padding-left: 0;
}

#bottom-menu li a {
  text-decoration: none;
  text-transform: uppercase;
}

#copyright, #bottom-menu {
  font-size: 11px;
  height: auto;
  text-align: right;
  float: right;
}

#copyright a {
  text-decoration: underline;
}

#bottom-outside, #bottom-outside a {
  color: #fff;
  text-shadow: 1px 1px #000;
}

a#top-arrow {
  display: none;
  width: 40px;
  height: 40px;
  background: url(img/top_arrow.png);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
}

#top {
  position: absolute;
  top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  10. Form (contact & comment)
/*-----------------------------------------------------------------------------------*/
/* Main style */
input, textarea {
  padding: 8px 10px;
  color: #555555;
  font-size: 13px;
  font-family: 'Droid Sans', sans-serif;
  background-color: #fdfdfd;
  border: 1px solid #c2c2c2;
}

input:hover, textarea:hover {
  border: 1px solid #a2a2a2;
  outline: none;
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

input:focus, textarea:focus {
  border: 1px solid #737373;
  outline: none;
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1) inset;
}

input[type=text], input[type=email], input[type=password], textarea {
  margin: 10px 0;
}

input[type=text], input[type=email], input[type=password] {
  height: 30px;
  padding: 0 5px;
}

textarea {
  padding: 5px;
  height: 150px;
  width: 70%;
}

input[type=submit] {
  padding: 8px 30px 7px 30px;
  margin: 5px 2px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  background-color: #303135;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b3d42), color-stop(100%, #303135));
  background-image: -webkit-linear-gradient(#3b3d42, #303135);
  background-image: -moz-linear-gradient(#3b3d42, #303135);
  background-image: -o-linear-gradient(#3b3d42, #303135);
  background-image: -ms-linear-gradient(#3b3d42, #303135);
  background-image: linear-gradient(#3b3d42, #303135);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #303030;
  text-shadow: 0px 1px 0px black;
  margin-right: 27px;
}

input[type=submit]:hover {
  background-color: #94BD2D;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #212124), color-stop(100%, #2c2d30));
  background-image: -webkit-linear-gradient(#212124, #2c2d30);
  background-image: -moz-linear-gradient(#212124, #2c2d30);
  background-image: -o-linear-gradient(#212124, #2c2d30);
  background-image: -ms-linear-gradient(#212124, #2c2d30);
  background-image: linear-gradient(#212124, #2c2d30);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #171717;
}

input[type=submit]:active {
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9) inset;
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9) inset;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9) inset;
  border: 1px solid #0b0b0b;
}

input[type=checkbox] {
  margin-top: 10px;
}

/* Comments */
#comments label, #comments span.required {
  display: inline-block;
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
}

#comments {
  width: 100%;
}

#comments input[type=text], #comments input[type=email], #comments input[type=password] {
  width: 51%;
  float: right;
}

#comments textarea {
  width: 98%;
}

#comments input[type=submit] {
  margin-right: 100px;
}

#comments span.required {
  /*display:inline*/
}

#cancel-comment-reply-link {
  margin-top: 0;
  float: right;
}

#reply-title {
  margin-top: 15px;
}

/*Contact from*/
.clearfix .input {
  display: inline-block!important;
  width: 80%;
}

.clearfix .input textarea {
  width: 98%;
  font-size: 13px!important;
}

.clearfix .input input {
  width: 70%;
}

.clearfix input[type=submit] {
  margin-right: 0px;
}

.clearfix label {
  display: inline-block;
  width: 15%;
  text-align: right;
  margin-top: 10px;
  margin-right: 4%;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
}

.clearfix.error input, .clearfix.error textarea {
  border: 1px solid #ff6e70;
}

select {
  height: 25px;
  margin-bottom: 5px;
}

.clearfix.error label {
  color: #FF0000;
}

div.help-inline {
  height: 30px;
  color: #FF0000;
}

.actions {
  width: 100%;
}

#contact-loader {
  padding-top: 10px;
}

/* to hide the antispam field in the contact form */
.hidden {
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  text-indent: -9999px;
  height: 0!important;
  line-height: 0!important;
  visibility: hidden;
  border: 0;
  display: block;
}

/* Search Form */
.search-form {
  margin: 20px 0 20px 4px;
  height: 30px;
  padding: 0 3px;
  color: #555555;
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
  background-color: #fdfdfd;
  border: 1px solid #c2c2c2;
  position: relative;
}

.search-form label, #searchform label {
  display: none;
}

.search-form input, #searchform input {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding-right: 3px;
  width: 100%;
  color: #434448;
}

.search-form input:focus, #searchform input:focus {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  width: 205px;
  color: #434448;
}

.search-form input[type=submit], #searchform input[type=submit] {
  text-indent: -9999px;
  border-radius: none;
  height: 16px;
  cursor: pointer;
  width: 16px;
  padding: 0;
  background: none;
  border: none!important;
  text-shadow: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAAlElEQVR42oWQQRHEIAxF10ElVAISVgo3bCABCUhYCZWAhEpAQpoD6bzJhNnDO0DyyA8fEXkppXyVCpLViDUfyqVIQN9JFMY637hrlCySFauL21E7KVWbAIGx56rnSLqc5KPXSLo3kySalPhTygFhRDtFC09EIsMeZJSGBj7Qveh3OJW89syImiH%2BIO2BOJX0XwA2%2BQEL4pAhSX4aBQAAAABJRU5ErkJggg%3D%3D") no-repeat;
  color: #333333!important;
  position: absolute;
  top: 8px;
  left: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*  11. IE styles
/*-----------------------------------------------------------------------------------*/
.ie nav#top-menu-bar {
  background: url(img/top_menu_bg.jpg) repeat-x;
}

.ie8 input {
  padding-top: 8px;
  padding-bottom: 5px;
  height: 20px;
}

.ie8 .social-buttons {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}


.timer{
background: rgba(255, 255, 255, 0.78) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 11px 12px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;}

.timer > div {
 color: #000;
    font-size: 17px;
    font-weight: bold;
    text-shadow: none;
}
.timer span {
    background: #000 none repeat scroll 0 0;
    border: 3px solid #ccc;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 4px 6px;
}
























