/* 

	Theme Name: Engo (MG fix)
	Theme URI: http://www.spab-rice.com 
	Description: Engo is a minimal, clean and creative Portfolio/Blog Theme. 
	Version: 1.2.1
	Author: Spab Rice 
	Author URI: http://www.spab-rice.com 
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, white, gray, one-column, two-columns, three-columns
	
*/

/*-----------------------------------------------------------------------------------

	0.  RESET & CLEARFIX
	1.  BASICS (body, headers, links, etc)
	2.  GENERAL ELEMENTS
	3.  TOP
	4.  HEADER
	5.  FOOTER
	6.  NAVIGATION & MENU
	7.  PAGE TITLE
	8.  SLIDER
	9.  MAIN
	10. MAP
	11. BLOG
	12. PORTFOLIO
	13. VIEWS / LIKES
	14. FILTER
	15. PAGINATION
	16. COMMENTS
	17. LEAVE COMMENT
	18. SHARE
	19. COLUMNS GRID
	20. ICONBOX
	21. ELEMENTS / SHORTCODES
	22. WIDGETS
	23. LOAD MORE
	24. TO TOP
	25. IMG OVERLAY
	26. NOT FOUND
	27. CONTACT FORM 7
	
-----------------------------------------------------------------------------------*/

/*---------------------------------------------- 
0. RESET & CLEARFIX
------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

/* deleting the default appearence for form elements */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
  height: 1%;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
  visibility: hidden;
}

/*---------------------------------------------- 
1. BASICS
------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  /*overflow-y: scroll; /* Force a scrollbar in non-IE */
  /*overflow-x: hidden;*/
  -webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
  position: relative;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #363535;
  text-align: left;
  line-height: 21px;
  letter-spacing: 0.018em;
  position: relative;
  background: #ffffff;
  height: 100%;
  overflow-x: hidden;
}
::selection {
  background: #000000;
  color: #fff;
}
::-moz-selection {
  background: #000000;
  color: #fff;
}
::-webkit-selection {
  background: #000000;
  color: #fff;
}

/* Headings
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu Condensed";
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.018em;
}

.colored {
  color: #53ae7a;
}
.colored-white {
  color: #ffffff;
}
.subtitle {
  margin-top: 12px;
  color: #4d4d4d !important;
}

h1 {
  font-size: 57px;
  line-height: 67px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  line-height: 25px;
}
h5 {
  font-size: 17px;
  line-height: 22px;
}
h6 {
  font-size: 14px;
  line-height: 18px;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: bold;
}

div h1,
div h2,
div h3,
div h4,
div h5,
div h6 {
  margin-top: 40px;
}

div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
div h5:first-child,
div h6:first-child {
  margin-top: 0px;
}

.title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  color: #a9adb3;
}

.title .subtitle {
  margin-top: 10px;
  color: #4d4d4d;
}

.title span.title-line {
  width: 40px;
  height: 3px;
  background: #4c4c4c;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -20px;
  z-index: 0;
}

/* Forms
---------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background: #ffffff;
  border: 3px solid #d9d9d9;
  line-height: 18px;
  height: 18px;
  color: #666666;
  padding: 10px 4px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0x;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #000000;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 340px;
  max-width: 97%;
} /* padding issue (240 + 2*5 = 250) */
textarea {
  width: 1100px;
  height: 150px;
  max-width: 97%;
  padding: 11px 5px 8px 5px;
  line-height: 22px;
} /* padding issue (395 + 2*5 = 405) */

input[type="submit"] {
  font-family: "Ubuntu Condensed";
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  background: transparent;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  color: #000000;
  cursor: pointer;
  border: 3px solid #000000;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
}

input[type="submit"]:hover {
  border-color: #53ae7a;
}

select {
  border: 3px solid #d9d9d9;
  height: 44px;
  width: auto;
  padding: 8px;
  color: #808080;
  border-radius: 0px;
  -moz-border-radius: 0x;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
}
select:hover {
  border-color: #00000;
}

select option {
  cursor: pointer;
  padding: 5px 7px;
}

label {
  font-weight: bold;
  line-height: 30px;
  width: 100%;
  display: block;
}

form {
  margin-top: 30px;
}

form .form-row {
  margin-top: 15px;
  position: relative;
}

form .form-submit {
  margin-top: 30px;
}

form .form-value {
  max-width: 100%;
  position: relative;
  display: inline-block;
}

div form:first-child,
form .form-row:first-child {
  margin-top: 0px;
}

/* Chech formular */
form .checkfalse {
  background: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3px;
  right: 0px;
}
form .checkfalse .falseicon {
  width: 40px;
  height: 40px;
  background: url(files/images/sprites.png) no-repeat -240px 0px;
  display: block;
  text-indent: -9999px;
}

form .textbox .checkfalse {
  top: 4px;
  left: 0px;
}

#form-note {
  display: none;
  overflow: hidden;
  margin-top: 40px;
}

/* Links
---------------------------------------- */
a {
  text-decoration: none;
  color: #53ae7a;
  cursor: pointer;
}

a:hover {
  color: #000000;
}

/* Embedded content
---------------------------------------- */
img,
object,
video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

img {
  width: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

p img {
  margin-top: 20px;
}
p img:first-child {
  margin-top: 0px;
}
img.alignleft {
  margin: 3px 20px 20px 0;
  float: left;
}
img.alignright {
  margin: 3px 0px 20px 20px;
  float: right;
}

.embeddedvideo {
  position: relative;
  padding-bottom: 55%;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
}

.masonry-item .embeddedvideo {
  padding-top: 5px;
}

.embeddedvideo iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Lists
---------------------------------------- */
ul {
  margin-top: 6px;
  margin-left: 15px;
  list-style: disc;
  font-size: 14px;
}
div ul:first-child,
li ul:first-child {
  margin-top: 0px;
}

ol {
  margin-top: 30px;
  margin-left: 30px;
  list-style: decimal;
}
div ol:first-child,
li ol:first-child {
  margin-top: 0px;
}

ul li,
ol li {
  line-height: 22px;
  margin-top: 10px;
}
ul li:first-child,
ol li:first-child {
  margin-top: 0px;
}

.list-arrow {
  list-style: none !important;
  margin-left: 15px !important;
}

.list-arrow > li {
  padding-left: 20px;
  background: transparent url(files/images/arrowright.png) 0 6px no-repeat;
}

.list-nostyle {
  list-style: none !important;
  margin-left: 15px !important;
}

/* Others
---------------------------------------- */
strong,
b,
dt {
  font-weight: bold;
}

i,
dfn,
em {
  font-style: italic;
}

strong i,
b i,
dt i,
strong em,
b em,
dt em {
  font-style: italic;
  font-weight: bold;
}

sub,
sup {
  font-size: 0.625em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* paragraph rules */
p {
  margin-top: 16px;
  font-size: 115%;
}
div p:first-child {
  margin-top: 0px;
}

.aligncenter {
  text-align: center;
}

blockquote {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding-left: 20px;
  margin-left: 20px;
  color: #000000;
  border-left: 1px solid #d9d9d9;
}
div blockquote:first-child {
  margin-top: 0px;
}

blockquote p {
  margin: 0;
}

address {
  padding: 15px;
  margin-top: 30px;
  font-size: 12px;
  background: #f5f5f5;
}
div address:first-child {
  margin-top: 0px;
}

pre,
code {
  padding: 20px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
  background: #f5f5f5;
  color: #808080;
  display: block;
}
div pre:first-child,
div code:first-child {
  margin-top: 0px;
}

/* WORDPRESS DEFAULT */

/*sticky*/
.sticky {
}

/*gallery captio*/
.gallery-caption {
}

/*by post author*/
.bypostauthor {
}

/*aligns*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

/*floats*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}

/*text style*/
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}

/*captions*/
.wp-caption {
  max-width: 100% !important;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  max-width: 100$;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/*smiley reset*/
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

/*blockquote*/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*img attachment*/
#img-attch-page {
  text-align: center;
  overflow: hidden;
}
#img-attch-page img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  border: 5px solid #d4d4d4; /*for IE*/
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
}
#img-attch-page a:hover img {
  border-color: #fc7251;
}

#img-attach-page-content {
  text-align: center;
  margin-top: 25px;
}

/*gallery*/
.gallery {
  width: 100%;
  padding-top: 20px !important;
}

.gallery-item {
  float: left;
}

.gallery-icon {
  text-align: center;
  display: inline-block;
}

.gallery-item .gallery-caption {
  margin-bottom: 0 !important;
  padding-right: 12%;
}

.gallery-item img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.gallery-item a {
  float: left;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gallery-item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}

/*---------------------------------------------- 
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
  overflow: hidden;
  margin: 0;
  min-width: 1100px;
  position: relative;
}
#page-content.fixed-header {
  padding-top: 100px; /* depending the height of the logo */
}

.wrapper {
  width: 1054px;
  margin: 0 auto;
}

.main-content {
  /* width: 740px; */
  width: 575px;
  margin-top: -47px;
}

aside {
  width: 240px;
  margin-bottom: 80px;
  padding: 40px;
  border: 1px solid #d9d9d9;
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.seperator {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin-top: 20px;
}

/*---------------------------------------------- 
4. HEADER
------------------------------------------------*/
header {
  background: #f5f5f5;
  width: 100%;
}

.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.fixed-header header.anim {
  border-bottom: 1px solid #e5e5e5;
}
.logged-in .fixed-header header {
  top: 28px;
}

#logo {
  padding: 20px 0;
  max-width: 100%;
}

#logo img {
  max-height: 100%;
}

#searchbox-header {
  background: #f5f5f5;
  height: 40px;
  min-width: 40px;
  margin-left: 20px;
  padding: 20px 0;
  position: relative;
  z-index: 51;
}

#searchbox-header .open-searchbox,
#searchbox-header .close-searchbox {
  height: 20px;
  width: 20px;
  display: block;
  background: transparent url(files/images/sprites.png);
  background-position: -200px -80px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
}

#searchbox-header .open-searchbox {
  background-position: -200px -80px;
}
#searchbox-header .open-searchbox:hover {
  background-position: -220px -80px;
}
#searchbox-header .close-searchbox {
  background-position: -240px -60px;
  display: none;
  left: -40px;
}
#searchbox-header .close-searchbox:hover {
  background-position: -240px -80px;
}

#searchbox-header .search-seperator {
  width: 1px;
  height: 20px;
  background: #000000;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0px;
}

#searchbox-header #s {
  background: none;
  padding: 0;
  border: 0;
  height: 20px;
  line-height: 20px;
  width: 200px;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0px;
  border-right: 1px solid #000000;
  display: none;
}

#menu-responsive #responsive-searchform {
  margin: 0 0 20px 0;
}

#menu-responsive #responsive-searchform input[type="text"] {
  display: block;
  width: 280px;
  max-width: 95%;
  border-color: #3d3e40;
  background: #000000;
  color: #a9adb3;
  margin: 0 auto;
}

#menu-responsive #responsive-searchform input[type="text"]:hover,
#menu-responsive #responsive-searchform input[type="text"]:focus {
  border-color: #ffffff;
}

/*---------------------------------------------- 
5. FOOTER
------------------------------------------------*/
footer {
  background: #242526;
  color: #a9adb3;
}

footer .footer-inner {
  padding-top: 80px;
}

.copyright {
  background: #18191a;
  padding: 40px 0;
  line-height: 20px;
  color: #a9adb3;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #ffffff;
}
footer .title h1,
footer .title h2,
footer .title h3,
footer .title h4,
footer .title h5,
footer .title h6 {
  color: #ffffff;
}
footer .subtitle {
  color: #787b80;
}
footer .title span.title-line {
  background: #ffffff;
}
footer a:hover {
  color: #ffffff;
}

/*---------------------------------------------- 
6. NAVIGATION & MENU
------------------------------------------------*/
.menu {
  position: relative;
}

nav#main-nav {
  z-index: 50;
  display: block;
}

nav#main-nav ul {
  position: relative;
  z-index: 49;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav#main-nav ul li {
  position: relative;
  z-index: 45;
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}

nav#main-nav > ul > li > a {
  display: block;
  font-family: Ubuntu;
  font-size: 13px;
  line-height: 40px;
  color: #000000;
  text-decoration: uppercase;
  position: relative;
  z-index: 45;
  padding: 20px 0;
  letter-spacing: 0.1em;
}

nav#main-nav > ul > li:hover {
  z-index: 46;
}

nav#main-nav > ul > li:hover > a {
  z-index: 48;
  color: #53ae7a;
}

nav#main-nav > ul > li.current-menu-item > a,
nav#main-nav > ul > li.current-menu-ancestor > a {
  color: #53ae7a;
}

nav#main-nav ul li .sub-menu {
  position: absolute;
  top: 80px;
  left: 0px;
  background: #000000;
  width: 200px;
  padding: 0;
  display: none;
  z-index: 47;
}

nav#main-nav ul .sub-menu li {
  float: none;
  border-top: 1px solid #262626;
  margin: 0;
}
nav#main-nav ul .sub-menu li:first-child {
  border-top: none;
}

nav#main-nav ul .sub-menu li a {
  color: #cccccc;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 20px;
  display: block;
}

nav#main-nav ul .sub-menu li:hover {
  background-color: #1a1a1a;
}

nav#main-nav ul .sub-menu li:hover a {
  color: #53ae7a;
}

nav#main-nav ul .sub-menu li.current-menu-item > a {
  color: #53ae7a;
}

nav#main-nav ul li ul li .sub-menu {
  border-top: none;
  position: absolute;
  top: 0px;
  left: 200px;
}

/* Responsive Nav (created by javascript)
------------------------------------------------*/
a.open-responsive-nav {
  width: 20px;
  height: 20px;
  display: block;
  background: transparent url(files/images/sprites.png);
  background-position: -300px -40px;
  text-indent: -9999px;
  display: none;
  margin: 40px 0;
}

a.close-responsive-nav {
  width: 100%;
  height: 20px;
  padding: 20px 0;
  text-align: center;
  display: block;
}

a.close-responsive-nav span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: transparent url(files/images/sprites.png);
  background-position: -280px -40px;
}

#menu-responsive {
  position: absolute;
  background: #000000;
  padding: 0;
  display: none;
  top: 0px;
  right: 0px;
  width: 0px;
  height: 2000px;
  z-index: 10000;
}

#menu-responsive-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav#responsive-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#responsive-nav > ul {
  border-bottom: 1px solid #262626;
}

nav#responsive-nav ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #262626;
}

nav#responsive-nav > ul > li > a {
  display: block;
  color: #cccccc;
  font-family: Ubuntu Condensed;
  font-size: 13px;
  line-height: 30px;
  padding: 10px 20px;
}
nav#responsive-nav > ul > li:last-child > a {
  border-bottom: none;
}

nav#responsive-nav > ul > li.current-menu-item > a,
nav#responsive-nav > ul > li.current-menu-ancestor > a {
  color: #ffffff;
  background-color: #1a1a1a;
}

nav#responsive-nav ul li.current-menu-ancestor > a {
  color: #cccccc !important;
  background: none !important;
}

nav#responsive-nav > ul > li > a:hover {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}

nav#responsive-nav .sub-menu {
  /*display: none;*/
}

nav#responsive-nav .sub-menu li {
  border-top: 1px solid #262626;
}

nav#responsive-nav .sub-menu li a {
  display: block;
  color: #cccccc;
  line-height: 20px;
  padding: 8px 20px 8px 40px;
  font-size: 12px;
}

nav#responsive-nav ul .sub-menu li a:hover,
nav#responsive-nav ul .sub-menu li.current-menu-item > a {
  background-color: #1a1a1a;
  color: #53ae7a;
}

nav#responsive-nav .sub-menu li ul li a {
  padding-left: 60px;
}
nav#responsive-nav .sub-menu li ul li ul li a {
  padding-left: 80px;
}

/*---------------------------------------------- 
7. PAGE TITLE
------------------------------------------------*/
#page-title {
  width: 100%;
  height: auto;
  padding-top: 80px;
  position: relative;
}
#page-title.withbackground {
  padding: 120px 0;
  overflow: hidden;
}

#page-title .pagetitle-background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#page-title .title-name {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}

.light-title h1,
.light-title h2,
.light-title h3,
.light-title h4,
.light-title h5,
.light-title h6 {
  color: #ffffff;
}

/*---------------------------------------------- 
8. SLIDER
------------------------------------------------*/
#main-slider {
  margin-top: 80px;
}

#main-slider.noslidermargin {
  margin-top: 0px;
}

.flexslider-container {
  position: relative;
}

/*---------------------------------------------- 
9. MAIN
------------------------------------------------*/
.main-inner {
  margin-top: 42px;
}

/*---------------------------------------------- 
10. MAP
------------------------------------------------*/
.google-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.google-map img {
  max-width: inherit;
  height: auto;
}

#mapheader {
  margin-top: 80px;
}

#mapheader.nomapmargin {
  margin-top: 0px;
}

/*---------------------------------------------- 
11. BLOG
------------------------------------------------*/
.blog-entry {
  padding-top: 80px;
  margin-bottom: 80px;
  border-top: 3px solid #000000;
}
div .blog-entry:first-child {
  padding-top: 0px;
  border-top: none;
}

.blog-media {
  margin-bottom: 20px;
}
#blog-single .blog-media {
  margin-bottom: 40px;
}

.blog-headline {
  margin-bottom: 20px;
  text-align: center;
}

.blog-headline a {
  color: #000000;
}
.blog-headline a:hover {
  color: #53ae7a;
}

.blog-headline .subline {
  color: #4c4c4c;
  margin-top: 10px;
}

.blog-headline h6.subline {
  margin-top: 5px;
}

.blog-readmore {
  margin-top: 20px;
  text-align: center;
}

.gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-list li {
  margin: 20px 0 0 0;
  padding: 0;
  background: 0;
  position: relative;
}
.gallery-list li:first-child {
  margin: 0;
}

/* Blog masonry
---------------------------------------- */
.blog-masonry {
  width: 110%;
  padding-bottom: 40px;
}

.blog-masonry .blog-entry {
  width: 350px;
  margin-right: 40px;
  float: left;
  border-top: none;
  border-bottom: 3px solid #000000;
  padding-top: 0px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.blog-masonry.masonry-col-3 .masonry-item {
  width: 340px;
}
.blog-masonry.masonry-col-2 .masonry-item {
  width: 530px;
}

.main-content .blog-masonry.masonry-col-3 .masonry-item {
  width: 350px;
}
.main-content .blog-masonry.masonry-col-2 .masonry-item {
  width: 350px;
}

/* Quote Format
---------------------------------------- */
.blog-quote {
  background: #000000;
  color: #ffffff;
  padding: 60px;
}
.blog-masonry .blog-quote {
  padding: 40px;
}

.blog-quote .quote-text {
  color: #ffffff !important;
  text-align: center;
}

.blog-quote .quote-author {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 20px;
  text-align: center;
}

/* Link Format
---------------------------------------- */
.blog-link {
  background: #f5f5f5;
  padding: 60px;
}
.blog-masonry .blog-link {
  padding: 40px;
}

.blog-link .link-target {
  text-align: center;
}

.blog-link .link-target a {
  color: #000000;
}
.blog-link .link-target a:hover {
  color: #53ae7a;
}

.blog-link .link-name {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 20px;
  text-align: center;
  color: #4c4c4c;
}

/* Blog Categories
---------------------------------------- */
.cat-link {
  color: #4d4d4d;
}

.cat-link:hover {
  color: #53ae7a;
}

/* Blog Tags
---------------------------------------- */
.blog-tags {
  margin-top: 40px;
}

.blog-tags a {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  color: #000000;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
  margin-right: 8px;
}

.blog-tags a:hover {
  border-color: #000000;
}

/* Blog Author
---------------------------------------- */
.blog-author {
  margin-top: 40px;
  padding: 20px 30px 18px 22px;
  border: 2px solid #cccccc;
  width: 575px;
}

.blog-author .author-image {
  width: 140px;
  float: left;
  padding-left: ;
}

.blog-author .author-bio {
  width: 545px;
  float: left;
}

/*---------------------------------------------- 
12. PORTFOLIO
------------------------------------------------*/
#portfolio-grid {
  width: 110%;
  padding-bottom: 40px;
}

.portfolio-entry {
  width: 220px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
}

#portfolio-grid.masonry-col-3 .masonry-item {
  width: 340px;
}
#portfolio-grid.masonry-col-2 .masonry-item {
  width: 530px;
}

.portfolio-entries .portfolio-entry .entry-thumb img {
  width: 100%;
  max-width: 100%;
}

.portfolio-entry .portfolio-content {
  border-bottom: 3px solid #000000;
  padding: 20px 0;
  text-align: center;
}

.portfolio-entry .portfolio-content h1 a,
.portfolio-entry .portfolio-content h2 a,
.portfolio-entry .portfolio-content h3 a,
.portfolio-entry .portfolio-content h4 a,
.portfolio-entry .portfolio-content h5 a,
.portfolio-content h6 a {
  color: #000000;
}
.portfolio-entry .portfolio-content h1 a:hover,
.portfolio-entry .portfolio-content h2 a:hover,
.portfolio-entry .portfolio-content h3 a:hover,
.portfolio-entry .portfolio-content h4 a:hover,
.portfolio-entry .portfolio-content h5 a:hover,
.portfolio-content h6 a:hover {
  color: #53ae7a;
}

.portfolio-entry .portfolio-content .subline {
  color: #4c4c4c;
  margin-top: 5px;
}

#portfolio-single .portfolio-media {
  margin-bottom: 60px;
  width: 100%;
}

#portfolio-single .portfolio-content p:last-child {
  margin-bottom: 80px;
}

.entry-media-item {
  margin-top: 40px;
}
div .entry-media-item:first-child {
  margin-top: 0px;
}

/*---------------------------------------------- 
13. SEARCH RESULTS
------------------------------------------------*/
#search-grid {
  width: 110%;
  margin-bottom: 40px;
}

.search-entry {
  width: 220px;
  margin-right: 40px;
  float: left;
  border-top: none;
  border-bottom: 3px solid #000000;
  padding-top: 0px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.search-headline {
  text-align: center;
}

.search-headline a {
  color: #000000;
}
.search-headline a:hover {
  color: #53ae7a;
}

.search-headline .subline {
  color: #4c4c4c;
  margin-top: 5px;
}

/*---------------------------------------------- 
13. VIEWS / LIKES
------------------------------------------------*/
.entry-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px !important;
}

.entry-meta li {
  margin: 0;
  padding: 0 8px !important;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: none;
}

.entry-likes .likes-icon,
.entry-views .views-icon,
.entry-comments .comments-icon {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  float: left;
  background: transparent url(files/images/sprites.png);
}

.entry-likes .likes-icon {
  background-position: -160px -60px;
}
.entry-views .views-icon {
  background-position: -160px -80px;
}
.entry-comments .comments-icon {
  background-position: -200px -60px;
}

.entry-likes .likes-value,
.entry-views .views-value,
.entry-comments .comments-value {
  font-size: 12px;
  color: #b3b3b3;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
}

.entry-likes a:hover .likes-value,
.entry-likes a.likesactive .likes-value {
  color: #ff4d88;
}
.entry-likes a:hover .likes-icon,
.entry-likes a.likesactive .likes-icon {
  background-position: -180px -60px;
}
.entry-views a:hover .views-value {
  color: #000000;
}
.entry-views a:hover .views-icon {
  background-position: -180px -80px;
}
.entry-comments a:hover .comments-value {
  color: #000000;
}
.entry-comments a:hover .comments-icon {
  background-position: -220px -60px;
}

/*---------------------------------------------- 
13. META AND SHARE
------------------------------------------------*/
.meta-and-share {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

.meta-and-share li {
  margin: 0;
  padding: 0 10px 0 12px;
  display: inline-block;
  position: relative;
  background: none;
  border-left: 1px solid #d9d9d9;
}
.meta-and-share li:first-child {
  border: none;
}

.meta-and-share .fb_share a,
.meta-and-share .tw_share a,
.meta-and-share .g_share a,
.meta-and-share .p_share a {
  height: 20px;
  width: 20px;
  display: block;
  /*text-indent: -9999px;*/
  background: transparent url(files/images/social-icons.png);
}

.meta-and-share .fb_share a {
  background-position: 0px top;
}
.meta-and-share .tw_share a {
  background-position: -20px top;
}
.meta-and-share .g_share a {
  background-position: -220px top;
}
.meta-and-share .p_share a {
  background-position: -240px top;
}

.meta-and-share .fb_share a:hover {
  background-position: 0px bottom;
}
.meta-and-share .tw_share a:hover {
  background-position: -20px bottom;
}
.meta-and-share .g_share a:hover {
  background-position: -220px bottom;
}
.meta-and-share .p_share a:hover {
  background-position: -240px bottom;
}

.meta-and-share .fb_share span,
.meta-and-share .tw_share span,
.meta-and-share .g_share span,
.meta-and-share .p_share span {
  color: #000000;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: absolute;
  top: 20px;
  left: -5px;
  width: 60px;
  text-align: center;
  text-indent: 0px;
  display: none;
}

/*.meta-and-share .fb_share:hover span, .meta-and-share .tw_share:hover span, .meta-and-share .g_share:hover span, .meta-and-share .p_share:hover span {
	display: block;
	}*/

/*---------------------------------------------- 
14. FILTER
------------------------------------------------*/
.filter {
  position: relative;
  margin-top: 40px;
  text-align: center;
}

.filter .filter-inner {
  display: inline-block;
}

.filter a.openfilter {
  width: 200px;
  padding: 0 20px;
  height: 40px;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Ubuntu";
  font-size: 14px;
  overflow: hidden;
}

.filter a.openfilter span.filter-icon {
  width: 20px;
  height: 40px;
  background: transparent url(files/images/sprites.png);
  display: inline-block;
  background-position: -280px -60px;
  float: left;
}

.filter a.openfilter span.filter-text {
  height: 40px;
  display: inline-block;
  float: right;
}

.filter ul {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 240px;
  top: 40px;
  left: 50%;
  margin-left: -120px;
  z-index: 100;
  display: none;
}

.filter ul li {
  margin: 0;
  padding: 0;
  z-index: 101;
}

.filter ul li a {
  border-top: 1px solid #262626;
  background: #000000;
  color: #cccccc;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 20px;
  display: block;
}

.filter ul li a:hover {
  color: #53ae7a;
}

.filter ul li a.active {
  background-color: #1a1a1a;
  color: #53ae7a;
}

/*---------------------------------------------- 
15. PAGINATION
------------------------------------------------*/
#entries-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
}
.page-template-template-portfolio-php #entries-pagination {
  border-top: none;
  padding-top: 0px;
}

#single-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
}

#blog-single #single-pagination {
  margin-top: 50px;
  margin-bottom: 0px;
}
.main-content #blog-single #single-pagination:last-child {
  margin-bottom: 80px;
}

#single-pagination li,
#entries-pagination li {
  float: right;
  margin: 0;
  padding: 0;
}
#single-pagination li.prev,
#entries-pagination li.prev-page {
  float: left;
}

#single-pagination li a,
#entries-pagination li a {
  display: block;
  overflow: hidden;
  color: #b3b3b3;
  line-height: 46px;
  font-size: 17px;
}

#single-pagination li a span,
#entries-pagination li a span {
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  border: 3px solid #000000;
  background: url(files/images/sprites.png) no-repeat;
}

#single-pagination li.next span,
#entries-pagination li.next-page span {
  float: right;
  margin-left: 20px;
  background-position: -80px -60px;
}
#single-pagination li.prev span,
#entries-pagination li.prev-page span {
  float: left;
  margin-right: 20px;
  background-position: -120px -60px;
}

#single-pagination li a:hover,
#entries-pagination li a:hover {
  color: #53ae7a;
}
#single-pagination li a:hover span,
#entries-pagination li a:hover span {
  border-color: #53ae7a;
}

/*---------------------------------------------- 
16. COMMENTS
------------------------------------------------*/
#comments {
  position: relative;
  margin-top: 58px;
}

#comments ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#comments .comment {
  background: none;
  padding: 0;
  margin-top: 40px;
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
}
#comments .comment-list > .comment:first-child {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}

#comments .children {
  padding-left: 40px;
}

#comments .children .comment {
  margin-top: 40px !important;
}

#comments .user {
  float: left;
  width: 50px;
  margin-right: 20px;
}

#comments .name {
  float: left;
}

#comments .comment h1,
#comments .comment h2,
#comments .comment h3,
#comments .comment h4,
#comments .comment h5,
#comments .comment h6 {
  margin: 0;
}

#comments .comment h4 {
  font-size: 19px;
}

#comments .comment-text {
  position: relative;
  margin-top: 30px;
}

#comments .comment-text p {
  font-size: 14.5px;
  letter-spacing: 0.018em;
}

#comments .comment .comment-date {
  margin-bottom: 5px;
  margin-top: 3px;
  color: #4c4c4c;
}

#comments .comment-date .comment-reply-link {
  margin-left: 20px;
}

/*---------------------------------------------- 
17. LEAVE COMMENT
------------------------------------------------*/
#leavecomment {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}

#leavecomment form .form-row {
  margin-left: 20px;
  margin-top: 0px;
  float: left;
  width: 233px;
}
#leavecomment form .form-row:first-child {
  margin-left: 0px;
}
.single-portfolio #leavecomment form .form-row,
.page #leavecomment form .form-row {
  width: 340px;
  margin-left: 40px;
}

#leavecomment form .form-row input[type="text"] {
  width: 219px;
  max-width: 219px;
}
.single-portfolio #leavecomment form .form-row input[type="text"],
.page #leavecomment form .form-row input[type="text"] {
  width: 326px;
  max-width: 326px;
}

#leavecomment form .form-row.textbox {
  margin-top: 30px;
  margin-left: 0px;
  float: left;
  width: 740px;
}
.single-portfolio #leavecomment form .form-row.textbox,
.page #leavecomment form .form-row.textbox {
  width: 1100px;
}

#leavecomment form .form-row textarea {
  width: 726px;
  max-width: 726px;
  height: 200px;
}
.single-portfolio #leavecomment form .form-row textarea,
.page #leavecomment form .form-row textarea {
  width: 1086px;
  max-width: 1086px;
}

.comment #respond {
  margin-top: 40px;
}

/*---------------------------------------------- 
19. COLUMNS GRID
------------------------------------------------*/
.column {
  float: left;
  padding-bottom: 80px;
  margin-right: 40px;
}

.one-full {
  width: 100%;
  float: none;
  margin-right: 0;
}
.one-half {
  width: 530px;
}
.one-third {
  width: 315px;
}
.two-third {
  width: 630px;
}
.one-fourth {
  width: 245px;
}
.two-fourth {
  width: 530px;
}
.three-fourth {
  width: 815px;
}
.one-fifth {
  width: 188px;
}
.two-fifth {
  width: 416px;
}
.three-fifth {
  width: 644px;
}
.four-fifth {
  width: 872px;
}

.main-content .one-half {
  width: 350px;
}
.main-content .one-third {
  width: 220px;
}
.main-content .two-third {
  width: 480px;
}
.main-content .one-fourth {
  width: 155px;
}
.main-content .two-fourth {
  width: 350px;
}
.main-content .three-fourth {
  width: 545px;
}
.main-content .one-fifth {
  width: 116px;
}
.main-content .two-fifth {
  width: 272px;
}
.main-content .three-fifth {
  width: 428px;
}
.main-content .four-fifth {
  width: 584px;
}

.last-col {
  margin-right: 0px !important;
}

/*---------------------------------------------- 
21. ELEMENTS / SHORTCODES
------------------------------------------------*/

/*	Spacer
------------------------------------------------*/
.spacer-1x {
  width: 100%;
  height: 40px;
  margin: 0;
}
.spacer-2x {
  width: 100%;
  height: 80px;
  margin: 0;
}

/*	Highlight Field
------------------------------------------------*/
.highlight-field {
  background: #000000;
  margin-bottom: 80px;
  padding: 40px;
  text-align: center;
}
.column .highlight-field {
  margin-bottom: 0px;
}

.highlight-grey-bordered {
  border: 3px solid #000000;
  background: none;
}

.highlight-default {
  color: #ffffff;
}

.highlight-default h1,
.highlight-default h2,
.highlight-default h3,
.highlight-default h4,
.highlight-default h5,
.highlight-default h6,
.highlight-default .subtitle {
  color: #ffffff !important;
}

/*	Toggle/Accordion
------------------------------------------------*/
.accordion {
  margin-top: 40px;
}
div .accordion:first-child {
  margin-top: 0px;
}

.toggle {
  margin-top: 0px;
  border-bottom: 1px solid #d9d9d9;
}
div .toggle:first-child {
  border-top: 1px solid #d9d9d9;
}

.toggle .toggle-title {
  min-height: 40px;
  width: 100%;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.small-toggle .toggle-title {
  min-height: 20px;
  padding: 20px 0;
}

.toggle .toggle-title .toggle-icon {
  height: 100%;
  width: 40px;
  float: left;
  position: absolute;
  top: 20px;
  left: 0;
}
.small-toggle .toggle-title .toggle-icon {
  width: 20px;
}

.toggle .toggle-title .toggle-icon span {
  display: block;
  height: 40px;
  width: 40px;
  background: url(files/images/sprites.png) -400px 0px no-repeat;
  border: 3px solid #000000;
}
.small-toggle .toggle-title .toggle-icon span {
  width: 20px;
  height: 20px;
  background-position: -240px -40px;
  border: 2px solid #000000;
}

.toggle .toggle-active .toggle-icon span {
  background-position: -440px -0px;
  border-color: #53ae7a;
}
.small-toggle .toggle-active .toggle-icon span {
  background-position: -260px -40px;
}

.toggle .toggle-title .toggle-name {
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding-left: 80px;
  padding-top: 10px;
}
.small-toggle .toggle-title .toggle-name {
  padding-left: 40px;
  padding-top: 0px;
}

.toggle .toggle-title:hover .toggle-name,
.toggle .toggle-active .toggle-name {
  color: #53ae7a;
}

.toggle .toggle-inner {
  padding: 0px 40px 20px 80px;
  display: none;
}
.small-toggle .toggle-inner {
  padding: 0px 20px 20px 40px;
}

/*	Tabs
------------------------------------------------*/
.tabs {
}

.tabs ul.tab_nav {
  height: auto;
  padding: 0;
  margin: 0;
  margin: 0 !important;
  list-style: none !important;
}

.tabs ul.tab_nav li {
  background: none;
  padding: 0 !important;
  float: left;
  margin: 0 1px 0 0 !important;
}

.tabs ul.tab_nav li a {
  font-family: Ubuntu Condensed;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  background: #000000;
  display: block;
  color: #ffffff;
}

.tabs ul.tab_nav li a:hover {
  background-color: #1a1a1a;
}

.tabs ul.tab_nav li a.active {
  background: #53ae7a;
  color: #ffffff !important;
}

.tabs .tab_container {
  border-top: none;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  height: auto;
}

.tabs .tab_container .tab_content {
  float: left;
  display: none;
}

.tabs .tab_container .active {
  display: block;
}

/*	Buttons
------------------------------------------------*/
a.sr-button {
  display: inline-block;
  font-family: "Ubuntu Condensed";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0x;
  -webkit-border-radius: 0px;
}

a.small-button {
  font-size: 14px;
  padding: 6px 15px;
}
a.medium-button {
  font-size: 16px;
  padding: 10px 20px;
}
a.big-button {
  font-size: 18px;
  padding: 15px 25px;
}

a.default-button1 {
  color: #ffffff;
  background: #53ae7a;
}
a.default-button1:hover {
  background: #000000;
}

a.default-button2 {
  color: #ffffff;
  background: #000000;
}
a.default-button2:hover {
  background: #53ae7a;
}

a.default-button3 {
  border: 3px solid #d9d9d9;
  color: #53ae7a;
  background: transparent;
}
a.default-button3.small-button {
  border: 2px solid #d9d9d9;
  padding: 4px 13px;
}
a.default-button3.medium-button {
  border: 2px solid #d9d9d9;
  padding: 8px 18px;
}
a.default-button3.big-button {
  padding: 12px 23px;
}
a.default-button3:hover {
  border-color: #53ae7a;
}

a.default-button4 {
  border: 3px solid #000000;
  color: #000000;
  background: transparent;
}
a.default-button4.small-button {
  border: 2px solid #000000;
  padding: 4px 13px;
}
a.default-button4.medium-button {
  border: 2px solid #000000;
  padding: 8px 18px;
}
a.default-button4.big-button {
  padding: 12px 23px;
}
a.default-button4:hover {
  border-color: #53ae7a;
}

a.default-button5 {
  border: 3px solid #53ae7a;
  color: #53ae7a;
  background: transparent;
}
a.default-button5.small-button {
  border: 2px solid #53ae7a;
  padding: 4px 13px;
}
a.default-button5.medium-button {
  border: 2px solid #53ae7a;
  padding: 8px 18px;
}
a.default-button5.big-button {
  padding: 12px 23px;
}
a.default-button5:hover {
  border-color: #000000 !important;
}

a.default-button6 {
  border: 3px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
a.default-button6.small-button {
  border: 2px solid #ffffff;
  padding: 4px 13px;
}
a.default-button6.medium-button {
  border: 2px solid #ffffff;
  padding: 8px 18px;
}
a.default-button6.big-button {
  padding: 12px 23px;
}
a.default-button6:hover {
  border-color: #000000;
  color: #ffffff !important;
}

a.white-button {
  color: #666666;
  border: solid 1px #d9d9d9;
  background: #ededed;
  background: -webkit-linear-gradient(top, #ffffff, #ededed);
  background: -moz-linear-gradient(top, #ffffff, #ededed);
  background: -o-linear-gradient(top, #ffffff, #ededed);
  background: linear-gradient(top, #ffffff, #ededed);
}
a.white-button:hover {
  background: #ffffff;
}

a.blue-button {
  color: #ffffff;
  border: solid 1px #0b5996;
  background: #438ac2;
  background: -webkit-linear-gradient(top, #438ac2, #1063a4);
  background: -moz-linear-gradient(top, #438ac2, #1063a4);
  background: -o-linear-gradient(top, #438ac2, #1063a4);
  background: linear-gradient(top, #438ac2, #1063a4);
}
a.blue-button:hover {
  background: #438ac2;
}

a.green-button {
  color: #ffffff;
  border: solid 1px #729200;
  background: #aecf39;
  background: -webkit-linear-gradient(top, #aecf39, #84a805);
  background: -moz-linear-gradient(top, #aecf39, #84a805);
  background: -o-linear-gradient(top, #aecf39, #84a805);
  background: linear-gradient(top, #aecf39, #84a805);
}
a.green-button:hover {
  background: #aecf39;
}

a.yellow-button {
  color: #ffffff;
  border: solid 1px #c5a900;
  background: #e8ce3f;
  background: -webkit-linear-gradient(top, #eedc7b, #dfbd00);
  background: -moz-linear-gradient(top, #eedc7b, #dfbd00);
  background: -o-linear-gradient(top, #eedc7b, #dfbd00);
  background: linear-gradient(top, #eedc7b, #dfbd00);
}
a.yellow-button:hover {
  background: #eedc7b;
}

a.orange-button {
  color: #ffffff;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-linear-gradient(top, #faa51a, #f47a20);
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  background: -o-linear-gradient(top, #faa51a, #f47a20);
  background: linear-gradient(top, #faa51a, #f47a20);
}
a.orange-button:hover {
  background: #faa51a;
}

a.red-button {
  color: #ffffff;
  border: solid 1px #920500;
  background: #c44844;
  background: -webkit-linear-gradient(top, #c44844, #a70c07);
  background: -moz-linear-gradient(top, #c44844, #a70c07);
  background: -o-linear-gradient(top, #c44844, #a70c07);
  background: linear-gradient(top, #c44844, #a70c07);
}
a.red-button:hover {
  background: #c44844;
}

/*	Alerts
------------------------------------------------*/
.alert {
  min-height: 40px;
  position: relative;
  margin-bottom: 10px;
}

.alert .alert-icon {
  position: relative;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.alert .alert-icon span {
  width: 40px;
  height: 40px;
  display: block;
  border: 3px solid #000000;
  background: url(files/images/sprites.png) 0px 0px no-repeat;
}

.alert .alert-message {
  margin-left: 60px;
  margin-right: 40px;
  padding-top: 10px;
}

.alert .alert-close {
  position: absolute;
  top: 10px;
  right: 0px;
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.alert-note {
  color: #dd9200;
}
.alert-note .alert-icon span {
  background-position: -320px 0px;
  border-color: #dd9200;
}
.alert-note .alert-close {
  color: #dd9200;
}

.alert-info {
  color: #2a95c1;
}
.alert-info .alert-icon span {
  background-position: -360px 0px;
  border-color: #2a95c1;
}
.alert-info .alert-close {
  color: #2a95c1;
}

.alert-confirm {
  color: #75bf16;
}
.alert-confirm .alert-icon span {
  background-position: -280px 0px;
  border-color: #75bf16;
}
.alert-confirm .alert-close {
  color: #75bf16;
}

.alert-error {
  color: #e61c2a;
}
.alert-error .alert-icon span {
  background-position: -240px 0px;
  border-color: #e61c2a;
}
.alert-error .alert-close {
  color: #e61c2a;
}

.alert .alert-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*	Skills
------------------------------------------------*/
.skill {
  margin-top: 20px;
}

div .skill:first-child {
  margin-top: 0px;
}

.skill .skill_bar {
  background: #f5f5f5;
  height: 60px;
  width: 100%;
  position: relative;
}
.skill-small .skill_bar {
  height: 40px;
  width: 100%;
}

.skill .skill_bar .skill_active {
  background: #53ae7a;
  height: 100%;
}

.skill .skill_bar span {
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 10px;
  line-height: 20px;
  font-weight: bold;
}
.skill-small .skill_bar span {
  top: 10px;
  left: 10px;
}

/*	Team member
------------------------------------------------*/
.team {
  border-bottom: 3px solid #000000;
  padding-bottom: 20px;
}

.team-pic {
  background: #cccccc;
}
.team-pic img {
  width: 100%;
  max-width: 100%;
}

.team-name {
  margin-top: 20px;
  text-align: center;
}

.team-role {
  color: #4c4c4c;
  margin-top: 5px;
  text-align: center;
}

.team-text {
  margin-top: 20px;
}

.team-social {
  margin: 20px 0 0 0;
  height: 20px;
  text-align: center;
}

.team-social li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px 0 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  padding-left: 0px;
}
.team-social li:first-child {
}

.team-social li a {
  height: 20px;
  width: 20px;
  display: block;
  text-indent: -9999px;
  background: transparent url(files/images/social-icons.png);
}

.team-social a.facebook {
  background-position: 0px top;
}
.team-social a.twitter {
  background-position: -20px top;
}
.team-social a.linkedin {
  background-position: -180px top;
}
.team-social a.googleplus {
  background-position: -220px top;
}
.team-social a.mail {
  background-position: -280px top;
}

.team-social a.facebook:hover {
  background-position: 0px bottom;
}
.team-social a.twitter:hover {
  background-position: -20px bottom;
}
.team-social a.linkedin:hover {
  background-position: -180px bottom;
}
.team-social a.googleplus:hover {
  background-position: -220px bottom;
}
.team-social a.mail:hover {
  background-position: -280px bottom;
}

/*	Gallery
------------------------------------------------*/
.gallery-grid {
  width: 102%;
  margin: 0 0 80px 0 !important; /* because of bottom margin of li */
  list-style: none !important;
}

.gallery-grid li {
  padding: 0 !important;
  width: 18%;
  float: left;
  margin: 0 !important;
}
.gallery-col-4 li {
  width: 22.9%;
  height: 22.9%;
  margin-right: 2.1% !important;
  margin-bottom: 2.1% !important;
}
.gallery-col-5 li {
  width: 18%;
  height: 18%;
  margin-right: 2% !important;
  margin-bottom: 2% !important;
}
.gallery-col-6 li {
  width: 14.6%;
  height: 14.6%;
  margin-right: 2.05% !important;
  margin-bottom: 2% !important;
}

.gallery-grid li img {
  display: block;
}

/*	Horizontal Section
------------------------------------------------*/
.horizontalsection {
  position: relative;
  padding-top: 80px;
  margin-bottom: 80px;
}
.main-inner .horizontalsection:last-child {
  margin-bottom: 0px;
}

.horizontalsection .section-bg {
  position: absolute;
  top: 0px;
  left: -50%;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}

.sectioncolor-grey .section-bg {
  background: #f5f5f5;
}
.sectioncolor-black .section-bg {
  background: #000000;
}
.sectioncolor-colored .section-bg {
  background: #53ae7a;
}

/*---------------------------------------------- 
22. WIDGETS
------------------------------------------------*/
.widget {
  position: relative;
  margin-top: 80px;
}

footer .widget {
  margin-top: 80px;
}

div .widget:first-child,
.copyright .widget {
  margin: 0px;
}

/*	Menu Widget
------------------------------------------------*/
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  padding: 7px 0 10px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 5px;
}
footer .widget ul li {
  border-color: #3d3e40;
}
.widget ul li:first-child {
  margin-top: 0px;
}

.widget ul li ul {
  padding-left: 20px;
}

.widget ul li ul li {
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
}
footer .widget ul li ul li {
  border-color: #3d3e40;
}

.widget select {
  width: 100%;
}
footer .widget select {
  width: 100%;
}

.widget ul li .post-date {
  display: block;
}

/*	Search Widget
------------------------------------------------*/
#searchform {
  margin: 0;
  display: block;
}

#searchform div {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#searchform label {
  display: none;
}

#searchform input[type="text"] {
  display: block;
  width: 226px;
  max-width: 100%;
}

footer #searchform input[type="text"] {
  width: 326px;
  border-color: #3d3e40;
  background: #242526;
  color: #a9adb3;
}

footer #searchform input[type="text"]:hover,
footer #searchform input[type="text"]:focus {
  border-color: #ffffff;
}

#searchform input[type="submit"] {
  filter: none;
  background: transparent url(files/images/sprites.png) -200px -80px no-repeat;
  text-indent: -9999px;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
#searchform input[type="submit"]:hover {
  background-position: -220px -80px;
}

footer #searchform input[type="submit"] {
  background-position: -260px -60px;
}
footer #searchform input[type="submit"]:hover {
  background-position: -260px -80px;
}

/*	Social Widget
------------------------------------------------*/
.socialmedia-widget {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer .socialmedia-widget {
  height: 20px;
}

.socialmedia-widget li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: none;
  padding: 0px !important;
  margin: 0;
  border: none !important;
  margin: 0 5px !important;
}

.socialmedia-widget li a {
  height: 20px;
  width: 20px;
  display: block;
  text-indent: -9999px;
  background: transparent url(files/images/social-icons.png);
  margin: 0;
}

.socialmedia-widget a.facebook {
  background-position: 0px top;
}
.socialmedia-widget a.twitter {
  background-position: -20px top;
}
.socialmedia-widget a.thumblr {
  background-position: -40px top;
}
.socialmedia-widget a.vimeo {
  background-position: -60px top;
}
.socialmedia-widget a.dribbble {
  background-position: -80px top;
}
.socialmedia-widget a.deviantart {
  background-position: -100px top;
}
.socialmedia-widget a.behance {
  background-position: -120px top;
}
.socialmedia-widget a.flickr {
  background-position: -140px top;
}
.socialmedia-widget a.forrst {
  background-position: -160px top;
}
.socialmedia-widget a.linkedin {
  background-position: -180px top;
}
.socialmedia-widget a.rss {
  background-position: -200px top;
}
.socialmedia-widget a.googleplus {
  background-position: -220px top;
}
.socialmedia-widget a.pinterest {
  background-position: -240px top;
}
.socialmedia-widget a.youtube {
  background-position: -260px top;
}
.socialmedia-widget a.mail {
  background-position: -280px top;
}
.socialmedia-widget a.instagram {
  background-position: -300px top;
}

.socialmedia-widget a.facebook:hover {
  background-position: 0px bottom;
}
.socialmedia-widget a.twitter:hover {
  background-position: -20px bottom;
}
.socialmedia-widget a.thumblr:hover {
  background-position: -40px bottom;
}
.socialmedia-widget a.vimeo:hover {
  background-position: -60px bottom;
}
.socialmedia-widget a.dribbble:hover {
  background-position: -80px bottom;
}
.socialmedia-widget a.deviantart:hover {
  background-position: -100px bottom;
}
.socialmedia-widget a.behance:hover {
  background-position: -120px bottom;
}
.socialmedia-widget a.flickr:hover {
  background-position: -140px bottom;
}
.socialmedia-widget a.forrst:hover {
  background-position: -160px bottom;
}
.socialmedia-widget a.linkedin:hover {
  background-position: -180px bottom;
}
.socialmedia-widget a.rss:hover {
  background-position: -200px bottom;
}
.socialmedia-widget a.googleplus:hover {
  background-position: -220px bottom;
}
.socialmedia-widget a.pinterest:hover {
  background-position: -240px bottom;
}
.socialmedia-widget a.youtube:hover {
  background-position: -260px bottom;
}
.socialmedia-widget a.mail:hover {
  background-position: -280px bottom;
}
.socialmedia-widget a.instagram:hover {
  background-position: -300px bottom;
}

/*	Recent Tweets Widget
------------------------------------------------*/
.tp_recent_tweets {
  max-width: 100%;
  width: 100%;
}

.widget .tp_recent_tweets li {
  border: 1px solid #d9d9d9;
  padding: 20px 20px 20px 50px;
  margin-top: 20px;
  background: url(files/images/tweet.png) 15px 22px no-repeat;
  max-width: 270px;
  word-wrap: break-word;
}
footer .widget .tp_recent_tweets li {
  border: 1px solid #3d3e40;
  background: url(files/images/tweet-light.png) 15px 22px no-repeat;
}
.widget .tp_recent_tweets li:first-child {
  margin-top: 0px;
}
.widget .tp_recent_tweets li:hover {
  border-color: #000000;
}
footer .widget .tp_recent_tweets li:hover {
  border-color: #ffffff;
}

.widget .tp_recent_tweets li a {
  font-weight: normal;
}

.widget .tp_recent_tweets .twitter_time {
  color: #b3b3b3;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

/*	Recent comment
------------------------------------------------*/
#recentcomments {
  padding: 0;
  margin: 0;
  list-style: none;
}

#recentcomments li {
  background: url(files/images/recentcomment.png) no-repeat 0px 7px;
  padding-left: 30px;
}

footer #recentcomments li {
  background-image: url(files/images/recentcomment-light.png);
}

#recentcomments li:first-child {
  margin-top: 0px;
}

/* Flickr Widget & Dribble Widget
------------------------------------------------*/
.flickr-widget,
.dribbble-widget {
}

.flickr-widget .flickr-list,
.dribbble-widget .dribbble-list {
  width: 107%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flickr-widget .flickr-list li,
.dribbble-widget .dribbble-list li {
  width: 28.5%;
  margin: 0 4% 4% 0;
  float: left;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
}

.flickr-widget .flickr-list li img,
.dribbble-widget .dribbble-list li img {
  display: block;
}

.flickr-widget .flickr-list li:hover,
.dribbble-widget .dribbble-list li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*	Tag Widget
------------------------------------------------*/
.tag-list a {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  color: #000000;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
  margin-right: 8px;
}
footer .tag-list a {
  color: #ffffff;
  border-color: #3d3e40;
}

.tag-list a:hover {
  border-color: #000000;
}
footer .tag-list a:hover {
  border-color: #ffffff;
}

/*---------------------------------------------- 
23. LOAD MORE
------------------------------------------------*/
#load-more {
  text-align: center;
  margin-bottom: 80px;
}

#load-more a {
  position: relative;
}

#load-more a span.loading-action {
  height: 40px;
  line-height: 40px;
  width: 200px;
  text-align: center;
  display: block;
  color: #4c4c4c;
  display: none;
  font-weight: normal;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -40px;
}

/*---------------------------------------------- 
24. TO TOP
------------------------------------------------*/
#totop {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  border: 3px solid #000000;
}

#totop span {
  width: 40px;
  height: 40px;
  display: block;
}

#totop .topicon {
  position: absolute;
  top: 0;
  left: 0;
  background: url(files/images/sprites.png) -300px -60px;
  z-index: 5;
  text-indent: -9999px;
}

/*---------------------------------------------- 
25. IMG OVERLAY
------------------------------------------------*/
.imgoverlay {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
  max-width: 100%;
}

.imgoverlay a .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.imgoverlay a .overlaycolor {
  width: 100%;
  height: 100%;
  background: #53ae7a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.imgoverlay a .overlayinfo {
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 70%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.imgoverlay a .overlayinfo h1,
.imgoverlay a .overlayinfo h2,
.imgoverlay a .overlayinfo h3,
.imgoverlay a .overlayinfo h4,
.imgoverlay a .overlayinfo h5,
.imgoverlay a .overlayinfo h6 {
  color: #fff;
  width: 100%;
  text-align: center;
}
.imgoverlay a .overlayinfo h5 {
  margin-top: 10px;
}
.imgoverlay a .overlayinfo h6 {
  margin-top: 5px;
}

/*---------------------------------------------- 
26. NOT FOUND
------------------------------------------------*/
#notfound-404 {
  margin-bottom: 80px;
  text-align: center;
}

#notfound-404 h2 {
  font-size: 300px;
  font-weight: bold;
  line-height: 310px;
  color: #000000;
}

#notfound-404 .subtitle {
  margin-top: 80px;
  color: #4d4d4d;
}

/*---------------------------------------------- 
27. CONTACT FORM 7
------------------------------------------------*/
.wpcf7-mail-sent-ok {
  background: #e7f7c2;
  color: #75bf16;
  font-weight: bold;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: none !important;
}

.wpcf7-validation-errors {
  background: #ffe2e2;
  color: #e61c2a;
  font-weight: bold;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border: none !important;
}

.wpcf7-not-valid {
  border-color: #e61c2a !important;
}

.wpcf7-not-valid-tip {
  width: 40px !important;
  height: 40px !important;
  background: url(files/images/sprites.png) no-repeat -240px 0px !important;
  text-indent: -9999px !important;
  border: none !important;
  padding: 0 !important;
  top: -14px !important;
  left: 0px !important;
}
