	
	/* Ürünler Galeri Açıklama */
	ul#mtgallery_229_1 > li { position:relative; }
	ul#mtgallery_229_1 > li > div {
		position:absolute;
		top:10px;
		left:10px;
		color: #000;
		text-shadow:1px 2px 4px #eee;
		font-size:12px;
	}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after,
.clearfix:after {
	clear: both;
}
.row,
.clearfix {
	*zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* #Reset & Basics (Inspired by E. Meyers) */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
body {line-height: 1; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none; }
table {	border-collapse: collapse;border-spacing: 0; }
/* #Basic Styles */
body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* #Forms */
form {margin-bottom: 20px; }
fieldset {margin-bottom: 20px; }
input[type="text"],	input[type="password"],	input[type="email"],textarea,select {padding: 6px 4px;outline: none;margin: 0;display: block;margin-bottom: 20px;}
select { padding: 0; }
textarea {	min-height: 60px; }
label,	legend {font-weight: bold;font-size: 13px;  }
select {width: 220px; }
input[type="checkbox"] {display: inline; }
label span,	legend span {font-weight: normal;font-size: 13px;}

/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
	font: 14px/1.5em "Helvetica Neue", Arial, sans-serif;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
textarea,
select {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .page-title h1, .sf-menu a:not(.mt-button),
.description-inner h4 a, .lp-description h6, .mt-toggle .mt-toggle-title, .mt-tabs-nav li a,
.team-member .position {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
blockquote, blockquote p {
	font-family: Georgia, serif;
}
a {
	text-decoration:none;
}
.alignleft {
	float: left;
	margin: 5px 15px 0 0;
}
.alignright {
	float: right;
	margin: 5px 0 0 15px;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.slider-wrapper .alignleft,
.slider-wrapper .alignright,
.slider-wrapper .aligncenter {
	display: block;
	position: relative;
	float:none;
	margin: 0 auto;
	width: 100%;
}
.highlight {
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.divider {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1px;
	padding-top: 20px;
	margin-bottom: 40px;
}
.page-template-template-sidebar-php .divider,
.single-post .divider {
	margin-left: 0;
	padding-right: 0;
}
.divider-icon span {
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-left: -45px;
	margin-top: -25px;
	font-size: 32px;
}
::-moz-selection {color: #fff;}
::-webkit-selection {color: #fff;}
::selection {color: #fff;}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}


/* ---------------------------- */
/*          Typography
/* ---------------------------- */

h1,h2,h3,h4,h5,h6 {
	margin-bottom:1.2em;
	font-weight: bold;
	line-height:1.2em;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight:inherit;
	line-height:1.4em;
}
h1 {font-size:28px;}
h2 {font-size:24px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:12px;}
p {margin:0 0 20px;}
p img {margin:0;}
em {font-style:italic;}
strong {font-weight:700;}
small {font-size:80%;}
blockquote, blockquote p {
	font-size:14px;
	line-height:24px;
	font-style:italic;
}
blockquote {
	margin:0 0 20px;
	padding:9px 20px 9px 30px;
}
blockquote cite {
	display:block;
	font-size:12px;
	font-style:normal;
}
blockquote cite:before {
	content:"\2014 \0020";
}
blockquote p {
	margin-bottom: 5px;
}
hr {
	clear:both;
	height:0;
	border-width:1px 0 0;
	margin:10px 0 30px;
}
pre,
code {font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;}
pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	clear: both;
}
code {padding: 3px;}
.form-allowed-tags code {border:none;}
.dropcap1, .dropcap2, .dropcap3 {
	width: 1em;
	display: block;
	float: left;
	line-height: 1em;
	text-align: center;
	margin-right: 10px;
	padding: 0.3em 0.34em;
	font-size: 180%;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.dropcap2 {    
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;   
}
.dropcap3 {
	-webkit-border-radius: 2.6em;
	-moz-border-radius: 2.6em;
	border-radius: 2.6em;   
}
:focus {-moz-outline-style: none; outline: none;}
a:focus {outline:none;}
a:active {outline:none;}
.line-header {position: relative;}
.line-header.header-center {text-align: center;}
.line-header.header-right {text-align: right;}
.line-header h1,
.line-header h2,
.line-header h3,
.line-header h4,
.line-header h5,
.line-header h6 {
	display: inline-block;
	padding-bottom: .3em;
}
.line-header h1 {margin-bottom: 0.9em;}
.line-header h2,
.line-header h3 {margin-bottom: 1em;}
.line-header h4 {margin-bottom: 1.2em;}
.line-header h5,
.line-header h6 {margin-bottom: 1.3em;}
.section-header {
	margin-left: -60px;
	
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
	display: inline-block;
	padding: 10px 20px;
	font-size: 0.9em;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}

/* ---------------------------- */
/*            Lists
/* ---------------------------- */

ul,ol {
	margin-bottom: 1em;
	margin-left: 1em;
}
ol {
	list-style:decimal;
}
ul ul,ul ol,ol ol,ol ul {
	margin:4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom:6px;
}
li {
	margin-bottom:1em;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}
.custom-list ul {
	list-style: none;
	margin-left: 0;
}
.custom-list ul li [class^="icon-"].listicon-yes {
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	padding: 6px;
}

/* ---------------------------- */
/*           Tables
/* ---------------------------- */

table {
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
th {
	font-size: 14px;
	padding: 0.8em;
	
	font-weight: bold;
}
td {
	font-size: 12px;
	padding: 0.8em;
}

/* ---------------------------- */
/*        Social Icons
/* ---------------------------- */

.socials ul {
	float: left;
	margin: 0;
}
.socials ul li {
	float: left;
	display: inline-block;
	margin: 0;
}
.socials ul li a {
	display: block;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	position: relative;
}
.socials ul li a span {
	height: auto;
	line-height: 20px;
	padding: 4px 9px;
	left: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #555;
	text-indent: 0px;
	position: absolute;
	z-index: 5;
	pointer-events: none;
	bottom: 38px;
	display: none;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.footer-socials ul li a span:before,
.footer-socials ul li a span:after,
.content .socials ul li a span:before,
.content .socials ul li a span:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 12px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #555;
}
.socials ul li a:hover span {
	bottom: 34px;
	display: block;
}
.footer-socials ul {
	float: right;
}
.footer-socials ul li a {
	margin: 0px 0 1px 1px;
	font-weight: normal;
}
.footer-socials ul li a,
.footer-socials ul li a:hover {
	border-bottom: none;
}
.socials li.social-twitter a:before 		{content: "\f099";}
.socials li.social-facebook a:before 		{content: "\f09a";}
.socials li.social-google-plus a:before 	{content: "\f0d5";}
.socials li.social-rss a:before 			{content: "\f09e";}
.socials li.social-linkedin a:before 		{content: "\f0e1";}
.socials li.social-pinterest a:before 		{content: "\f0d2";}
.socials li.social-mail a:before 			{content: "\f0e0";}

/* icomoon socials */
.socials li.social-dribbble a:before 		{content: "\e005";}
.socials li.social-skype a:before 			{content: "\e00c";}
.socials li.social-forrst a:before 			{content: "\e006";}
.socials li.social-vimeo a:before 			{content: "\e002";}
.socials li.social-youtube a:before 		{content: "\e001";}
.socials li.social-instagram a:before 		{content: "\e000";}
.socials li.social-flickr a:before 			{content: "\e003";}
.socials li.social-deviantart a:before 		{content: "\e007";}
.socials li.social-stumbleupon a:before 	{content: "\e010";}
.socials li.social-reddit a:before 			{content: "\e00d";}
.socials li.social-picasa a:before 			{content: "\e004";}
.socials li.social-tumblr a:before 			{content: "\e00a";}
.socials li.social-blogger a:before 		{content: "\e009";}
.socials li.social-delicious a:before		{content: "\e00f";}
.socials li.social-lastfm a:before			{content: "\e00e";}
.socials li.social-soundcloud a:before 		{content: "\e00b";}

/* social icons hover bgs */
.socials li.social-twitter a:hover 			{color: #1BB2E9;}
.socials li.social-facebook a:hover 		{color: #3B5A9B;}
.socials li.social-google-plus a:hover 			{color: #DC4937;}
.socials li.social-rss a:hover 				{color: #F99638;} 
.socials li.social-linkedin a:hover 		{color: #007BB6;} 
.socials li.social-pinterest a:hover 		{color: #D5282E;}
.socials li.social-mail a:hover 			{color: #7BC0E5;} 
.socials li.social-dribbble a:hover 		{color: #E24D87;} 
.socials li.social-skype a:hover 			{color: #009CEF;} 
.socials li.social-forrst a:hover 			{color: #5D9B68;}
.socials li.social-vimeo a:hover 			{color: #17B2E8;}
.socials li.social-youtube a:hover 			{color: #ED3F41;}
.socials li.social-instagram a:hover 		{color: #A87D62;}
.socials li.social-flickr a:hover 			{color: #0062DD;}
.socials li.social-deviantart a:hover 		{color: #4E5E54;}
.socials li.social-stumbleupon a:hover 		{color: #EC4823;}
.socials li.social-reddit a:hover 			{color: #FF430A;}
.socials li.social-picasa a:hover 			{color: #9864AE;}
.socials li.social-tumblr a:hover 			{color: #455469;}
.socials li.social-blogger a:hover 			{color: #FE6700;}
.socials li.social-delicious a:hover 		{color: #3D89DD;}
.socials li.social-lastfm a:hover 			{color: #D21309;}
.socials li.social-soundcloud a:hover 		{color: #F47F20;}

/* --------- OVERLAY --------- */

.image-overlay .over-bg {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	position: absolute;
	font-size: 1em;
	text-shadow: none;
}
.image-overlay .over-bg {
	background: #000;
}
.image-overlay .over-info {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	text-align: center;	
	margin: -25px 0 0 -25px;
	background: url(../png/over-icon.png) no-repeat center center;
}
.portfolio-item .image-overlay .over-info {
	top: auto;
	bottom: 70%;
	margin: 0 0 0 -25px;
}
.portfolio-item .image-overlay > div > img {
	position: relative;
}
.image-overlay .over-text {
	position: absolute;
	top: auto;
	bottom: -70px;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 15px 0;
	text-align: center;
	text-shadow: 0 -1px rgba(0,0,0,.2);
}
.image-overlay .over-text h5 {
	
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
.image-overlay .over-text span {
	font-size: 0.9em;
	opacity: 0.8;
}
.lightbox-photo {
	padding: 0;
	position: relative;
}
.lightbox-photo a {
	display:block;
	position:relative;
	z-index: 5;
}
.lightbox-photo a img {
	display: block;
}

/* fix for features tabs */
.features-tabs .mt-tabs .portfolio-filterable .portfolio-item .over-icon div {
	top: 50% !important;
	margin-top: -1em;
}

/* --------- ToTop PLUGIN --------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	z-index: 999;
	bottom:52px;
	right:5px;
	overflow:hidden;
	width:40px;
	height:40px;
	line-height: 40px;
	border:none;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #444;
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#toTop:hover {
	background: #000;
	background: rgba(0,0,0,.8);
}
#toTop:active,
#toTop:focus {
	outline:none;
}

/* --------- Loading effect --------- */
.mt-load {
	display: block;
	position: absolute;
	top: 200px;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	background-image: url(../gif/preloader.gif);
	background-size: 64px 64px;
}
.content .mt-load {
	top: 10px;
	background-image: url(../gif/preloader_dark.gif);
}
.mt-load.pagi-load {
	top: 80px;
}
.mtgallery-wrapper {
	position: relative;
}
.mtgallery > li {
	opacity: 0;
}
.portfolio-area {
	position: relative;
}
.portfolio-wrapper .portfolio-item {
	opacity: 0;
}

/* ---------------------------- */
/*         Structure
/* ---------------------------- */

.main-content {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.content-area {
	width: 900px;
}
.mt-gallery-content {
	max-width: 900px !important;
}
.content-area.content-right,
.mt-gallery-content.content-right {
	margin: 40px 40px 40px auto;
}
.content-area.content-left,
.mt-gallery-content.content-left {
	margin: 40px auto 40px 40px;
}
.content-area.content-center,
.mt-gallery-content.content-center {
	margin: 40px auto 40px;
}
.content {
	overflow: hidden;
	position: relative;
	z-index: 997;
	padding: 40px;	
}
.blog-standard .content {
	padding: 0 40px 40px;
}
.with-title .content {
	overflow: visible;
	padding: 80px 40px 40px;
}
.content,
.sidebar .widget {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
}
.header-section {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.header {
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
}

/* sidebar */
.content-area.with-sidebar {
	width: 960px;
}
.content-area.with-sidebar .page-sidebar-content {
	width: 600px;
	float: left;
}
.content-area.with-sidebar .sidebar-right {
	width: 340px;
	margin-left: 20px;
	float: left;
}
.content-area.with-sidebar .sidebar-left {
	width: 340px;
	margin-right: 20px;
	float: left;
}

/* --------- 404 PAGE --------- */

.page-404-info {
	padding: 40px 0;
	text-align: center;
	font-size: 120px;
	font-weight: bold;
}
.page-404-info span {
	font-size: 20px;
	font-weight: normal;
}

/* --------- HEADER --------- */

.header {
	position: relative;
	z-index: 999;
	height: 88px;
}
.header .row {
	margin-bottom: 0;
}
.header .logo {
	float: left;
	max-width: 100%;
	display: inline;
	margin-top: 30px;
	margin-left: 40px;
}
.header .logo img {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
}

/* --------- HEADER WITH SEARCH --------- */

.navigation-inner {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.nav-search {
	width: auto;
	margin-top: 2px;
	margin-left: 0;
	float: right;
	display: inline-block;
	position: relative;
}
.nav-search a {
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.nav-searchform {
	display: none;
	position: absolute;
	bottom: -56px;
	right: -15px;
	padding: 10px;	
}
.nav-searchform {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.1);
	box-shadow: 0 1px 15px rgba(0,0,0,.1);
}
.nav-searchform form,
.nav-searchform input {
	margin-bottom: 0;
}
.nav-searchform.show-search {
	display: block;
}
.nav-searchform input {
	border: none;
	padding: 5px;
	height: 20px;
	width: 200px;
	font-size: 10px !important;
	font-weight: bold;
	
}
.nav-searchform input:focus {
	border: none;
}
.nav-searchform:before {
	content: '';
	position: absolute;
	top: -10px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

/* ---------------------------- */
/*         Top section
/* ---------------------------- */
.top-section-wrapper {
	position: absolute;	
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1003;
}
.top-section {
	display: none;
	height: auto;
}
.top-section.footer {
	padding: 50px 20px 0;
}
.top-section-open {
	position: absolute;
	bottom: -36px;
	right: 0;
	z-index: 1001;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 36px solid transparent;
	border-left: 0;
	
}
.top-section-wrapper .top-section-icon:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f067";
	font-size: 10px;
	position: absolute;
	top: 2px;
	left: 20px;
}
.top-section-wrapper.opened .top-section-icon:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f068";
	font-size: 10px;
	position: absolute;
	top: 2px;
	left: 20px;
}
.top-section-col {
	float: left;
	display: inline;
}
.top-section-col .widget {
	padding: 0 20px;
}

/* ---------------------------- */
/*         Navigation
/* ---------------------------- */
.navigation-wrapper {
	display: block;
	float: right;
	position: relative;
	margin-top: 22px;
	margin-right: 40px;
}
.navigation-wrapper select {
	display: none;
	padding: 5px;
	margin: 15px auto 15px;
	font-size: 14px;
	height: 40px;
}
.navigation-wrapper option {
	padding: 5px 15px;
	border: none;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	margin: 0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a:not(.mt-button) {
	display: block;
	position: relative;
	text-align: left;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
	min-height:20px;
	line-height: 20px;
	
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 1001;
}
.sf-menu li.last:hover ul,
.sf-menu li.sfHover.last ul{
	left: -100% !important;
}
.ie8 .sf-menu li:hover ul,
.ie8 .sf-menu li.sfHover ul {
	zoom: 1;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
.sf-menu ul {
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
	padding: 10px 0;
}
.sf-menu > li > a:not(.mt-button) {	
	padding: 12px 0 8px;
	margin: 0 20px;
}
.sf-menu ul a:not(.mt-button) {
	min-width:140px;
	float:left;
	padding: 6px 20px;
}
.sf-menu a .sf-sub-indicator {
	display:none;
}
.sf-menu ul ul,
.sf-menu ul ul ul {
	padding: 10px 0;
	margin-top: -10px;
	border-top: 0 !important;
}
.sf-menu li li a .sf-sub-indicator,
.sf-menu li li a .sf-sub-indicator:last-child {
	display: none
}


/* --------- PAGE TITLE --------- */

.page-title,
.single-post .post-top {
	position: absolute;
	z-index: 101;
	top: 20px;
	left: -20px;
	padding: 0;
}
.page-title h1,
.single-post .post-top h1 {
	margin-bottom: 0px;
	
	display: inline-block;
	padding: 10px 20px;
	font-size: 22px;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.featured-image {
	width: 900px;
	margin-top: -80px;
	margin-left: -40px;
	margin-bottom: 40px;
}
.page-sidebar-content .featured-image {
	width: 600px;
}
.gallery-full-width .page-title {
	text-align: center;
	padding: 60px 0 20px;
}
.gallery-full-width .page-title h1 {
	display: inline-block;
	padding-bottom: 10px;
}

/* --------- SLIDER --------- */

.slider-wrapper {
	position: relative;
}

/* ---------------------------- */
/*         Portfolio
/* ---------------------------- */
.portfolio-filterable {
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.portfolio-filterable .portfolio-item {
	width: 20%;
}
.portfolio-item {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}
.portfolio-item-top {
	position: relative;
	overflow: hidden;
}
.portfolio-item-top img {
	display: block;
}
.portfolio-item-info {
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	padding: 15px 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.portfolio-item-info h5 {
	font-size: 14px;
	margin-bottom: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.portfolio-item-info span {
	font-size: 0.9em;
}

/* --------- PORTFOLIO FILTER --------- */
.portfolio-filter {
	padding: 30px 40px 10px;
}
ul#portfolio-filters {
	margin: 0 auto;
	list-style-type:none;
	list-style-position:outside;
	display: inline-block;
}
#portfolio-filters li {
	display: inline-block;
	float: left;
	margin-bottom: 0px;
	position: relative;
	z-index: 100;
}
#portfolio-filters a {
	display: block;
	padding: 0 14px 6px 0;
	margin: 0 30px 20px 0;
	position: relative;
	font-weight: bold;
	
	font-size: 11px;
}
#portfolio-filters a:hover,
#portfolio-filters li.current a {
	color: #fff;
}
#portfolio-filters a span.post-count {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color: #888;
}
#portfolio-filters a.filter-show-all {
	padding: 0 0 6px 0;
}

/* --------- SINGLE PORTFOLIO --------- */
.portfolio-navigation {
	position: absolute;
	z-index: 101;
	top: 20px;
	right: -20px;
	padding: 0;
}
.portfolio-navigation div a {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 24px;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.portfolio-navigation div.portfolio-prev a {
	right: 41px;
}
.single-portfolio .container.nopb {
	padding-bottom: 0 !important;
}
.single-portfolio .container.nopt {
	padding-top: 0 !important;
}
.portfolio-single-top {
	margin-bottom: 20px;
	position: relative;
}
.ie8 .portfolio-top-single {
	z-index: 80;
	zoom: 1;
}
/* for gallery style */
.single-portfolio .gallery-full-width {
	position: relative;
}
.gallery-full-width .portfolio-navigation {
	top: -20px;
	right: 20px;
	z-index: 998;
}

/* ---------------------------- */
/*         Testimonials
/* ---------------------------- */
.test-slider ul {
	margin: 0 auto;
}
.testimonial {
	margin-bottom: 20px;
}
.testimonial,
.test-slider-inner {
	text-align: center;
}
.test-slider img.testimonial-photo,
.testimonial img.testimonial-photo {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}
.testimonial h6,
.test-slider-inner h6 {
	margin: 1em 0;
	font-size: 1.1em;
}
.testimonial span,
.test-slider-inner span {
	font-weight: bold;
	font-size: 0.7em;
	display: block;
	opacity: 0.5;
}
.testimonial p,
.test-slider-inner p {
	margin: 0 0 2em;
}

/* ---------------------------- */
/*          Services
/* ---------------------------- */

.service-inner {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.service-icon {
	font-size: 40px;
	line-height: 70px;
	width: 70px;
	height: 70px;
	text-align: center;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.service-center .service-icon {	
	display: inline-block;
	margin: 0 auto 15px;	
}
.service-text h5 {
	margin-bottom: .5em;
}
.service-text span {
	display: block;
	margin-top: 10px;
}
.service-text a.service-more {
	clear: both;
	
	font-size: .9em;
	font-weight: bold;
}
.service-center .service-text a.service-more {
	text-align: center;
}

/* services left aligned */
.service-left {
	margin-bottom: 15px;
}
.service-left .service-inner {
	text-align: left;
	position: relative;
}
.service-left .service-icon {
	float: left;
	position: absolute;
	top: 0;
	left: 4px;
}
.service-left .service-text {
	padding-left: 89px;
}

/* ---------------------------- */
/*         Skills bar
/* ---------------------------- */

.skill-bar-wrapper {
	position: relative;
	padding-bottom: 25px;
}
.skill-header {
	margin-bottom: 0;
}
.skill-header span {
	position: absolute;
	top: -8px;
	right: 0;
	padding: 4px 6px;
	font-size: 0.9em;
	text-align: center;
	background: #444;
	background: -moz-linear-gradient(top, #444 0%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#333));
	background: -webkit-linear-gradient(top, #444 0%,#333 100%);
	background: -o-linear-gradient(top, #444 0%,#333 100%);
	background: -ms-linear-gradient(top, #444 0%,#333 100%);
	background: linear-gradient(to bottom, #444 0%,#333 100%);
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1); 
}
.skill-bar {
	padding: 0;
	max-width: 100%;
	position: relative;
	margin: 4px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1); 
}
.skill-bar span {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.skill-bar,
.skill-bar span {
	display: block;
	height: 10px;
}

/* ---------------------------- */
/*      Slogan/Callout Box
/* ---------------------------- */

.slogan {
	text-align: center;
}
.slogan h1,
.slogan h2,
.slogan h3,
.slogan h4,
.slogan h5,
.slogan h6 {
	margin-bottom: 0.8em;
	line-height: 1.2em;
}
.callout-box {
	padding: 30px;
	margin-bottom: 20px;
	position: relative;
}
.callout-box p {
	margin-bottom: 10px;
}
.callout-box .mt-button {
	margin: 10px 0 0;
}

/* ---------------------------- */
/*            Team
/* ---------------------------- */

.team-member-wrap {
	position: relative;	
}
.team-member-photo {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px;
}
.team-member-photo img {
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.team-member h5 {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.team-member h5 span {
	display: block;
	font-size: 0.7em;
}
.team-member-description {
	position: relative;
}
.team-member-socials {
	text-align: center;
	display: block;
}
.team-member-socials ul {
	margin: 0 auto 15px;
	float: none;
	display: inline-block;
}
.team-member-div {
	width: 30px;
	height: 2px;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}

/* ---------------------------- */
/*          Contact
/* ---------------------------- */

.wpcf7-form input {
	min-height: 20px;
}
.wpcf7-form textarea {
	height: 150px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	padding: 10px;
	width: 100%;
	margin-top: 5px;
	font-size: 1em;
}
.wpcf7-form input[type="checkbox"] {
	padding: 0;
	margin: 0;
	width: 20px;
	float: left;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-form input.wpcf7-submit {
	margin-left: 0;
	height: 40px;
	line-height: 21px;
	width: 100px;
	font-size: 1em;
}
.wpcf7-form span.wpcf7-not-valid-tip,
.wpcf7-form span.wpcf7-not-valid-tip-no-ajax {
	background: #fecfcf;
	border: 1px solid #d87c7c;
	color: #9f3f3f;
	padding: 4px 8px;
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #fef8cf;
	border: 1px solid #d8c330;
	color: #c89202;
}
.wpcf7-form div.wpcf7-response-output {
    margin: 0;
    padding: 10px 20px;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	background: #ebfecf;
	border: 1px solid #abd272;
	color: #789f3f;
}
.contact-map {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* ---------------------------- */
/*            Blog
/* ---------------------------- */

.post.hentry {
	margin-bottom: 60px;
}
.single-post .post.hentry {
	margin-bottom: 20px;
}
.post-content {
	position: relative;
}
.post-item {
	margin: 0 -40px 15px;
	overflow: hidden;
	position:relative;
}
.post-item img {
	display: block;
}
.single .post-item {
	margin-top: -80px;
}
.post-top h1 {
	margin-bottom: 0;
}
a.more-link {
	
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

/* blog grid */
.blog-grid {
	display: block;
	margin: 30px 15px 0;
	padding: 0;
	position: relative;
}
.blog-grid .post {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
}
.blog-grid .post-top h1 {
	font-size: 1em;
	
}
.blog-grid .post-item {
	margin: 0;
}
.blog-grid .post-top {
	padding: 20px 20px 5px;
}
.blog-grid .post-content {
	padding: 5px 20px 20px;
}
.blog-grid .post .post-inner {
	margin: 0 15px 30px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
}
.blog-grid .post p {
	margin-bottom: 0;
}
.blog-grid a.more-link {
	font-size: 0.8em;
	margin-top: 10px;	
}

/* meta */
.meta {
	margin-bottom: 20px;
	font-weight: bold;
}
.meta span {
	font-size: 0.8em;
	display: inline;
}
.meta-sep {
	padding: 0 5px;
	font-weight: bold;
}
.meta-grid {
	margin: 0;
	padding: 10px 20px;
	line-height: 20px;
	min-height: 20px;
}
.meta-grid .meta-category {
	float: left;
}
.meta-grid .meta-comments {
	float: right;
}

/* post formats */
.page-template-template-blog-standard-php .format-standard .post-top,
.default-index .format-standard .post-top {
	margin-top: 40px;
}
.page-template-template-blog-standard-php .format-standard .post-item {
	margin-bottom: -25px;
}
.blog-standard .format-quote {
	margin-top: 40px;
}
.blog-grid .format-quote .post-content {
	padding: 20px;
}
.format-quote blockquote.post-quote {
	border: 0;
	padding: 10px 40px;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}
.blog-grid .format-quote blockquote.post-quote {
	padding: 10px 20px;
}
.format-quote blockquote.post-quote:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f10e";
	position: absolute;
	top: 0;
	left: 0;
}
.format-quote blockquote.post-quote:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f10d";
	position: absolute;
	bottom: 0;
	right: 0;
}
.format-link .post-top {
	text-align: center;
	padding: 30px 0;
}
.single-format-link .post-inner {
	text-align: center;
}

/* --------- Pagination --------- */

.site-pagination,
.site-pagination-inner {
	width: 100%;	
	margin: 0;
	text-align: center;
}
.site-pagination-inner {
	margin: 20px 0;
}
.site-pagination-inner a,
.site-pagination-inner span {
	margin: 2px 1px;
	padding: 8px 14px;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.blog-standard .site-pagination-inner {
	margin-top: -20px;
	margin-bottom: 0;
	padding-top: 40px;
}

/* --------- Author Bio Box --------- */

.with-author-bio .post.hentry {
	margin-bottom: 10px;
}
.author-bio {
	margin: 20px auto 40px;
}
.author-bio .author-thumb {
	width: 60px;
	float: left;
}
.author-bio .author-thumb img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.author-bio .author-description {
	padding-left: 75px;
}

/* ---------------------------- */
/*        Comments
/* ---------------------------- */

#comments-wrapper {
	font-size: 14px;
}
.commentlist ul {
	margin-left: 0;
}
.commentlist .children li {
	margin-left: 3em;
}
.commentlist ul.children {
	position: relative;
}
.commentlist ul.children::before {
	content: '';
	position: absolute;
	width: 2em;
	top: 2em;
}
div.comment-body {
	list-style: none;
	margin: 30px 0 10px;
    position: relative;	
	line-height: 1.5em;
	min-height: 100px;
}
.children div.comment-body {
	margin-left: 20px;
}
.comment-body > p {
	clear: both;
	margin-bottom: 10px;
	padding-left: 80px;
}
.comment-author {
	position: absolute;
	width: 60px;
	top: 0;
	left: 0;
}
span.says {
	display: none;
}
.vcard .avatar {
    height: 60px;
    overflow: hidden;
    width: 60px;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
cite.fn {
	padding: 4px 0 0;
	display: block;
	text-align: center;
	font-size: 0.85em;
}
cite.fn, cite.fn a {
	font-weight: bold;    
    font-style: normal;    
}
.comment-meta {
    display: block;
    margin-bottom: 5px;
    padding-left: 80px;
}
.comment-meta a {
    font-weight: normal;
    
    font-size: 0.8em;
}
ul.commentlist {
	margin-bottom: 40px;
	list-style: none;
	margin-left: 0;
}
ul.commentlist ul,
ul.commentlist ul ul,
ul.commentlist ul ul ul {
	list-style: none;
}
#commentform {
	margin: 0;
}
#commentform label {
	font-size: 14px;
	padding-bottom: 7px;
}
#commentform .comment-textarea {
	padding-top: 10px;
}
#commentform input,
#commentform textarea {
	padding: 10px;
	margin-top: 5px;
	font-size: 1em;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0;
}
p.comment-form-author,
p.comment-form-email {
	margin-right: 20px;
}
#commentform p.comment-form-comment {
	margin-bottom: 5px;
	clear: both;
	display: block;
}
#commentform input {
	width: 100%;
	display: block;
}
#commentform input#submit {
	width: 140px;
	padding: 6px 16px;
	font-size: 1em;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}
#commentform textarea {
	width: 100%;
	height: 150px;
}
.single-portfolio p.comment-form-author,
.single-portfolio p.comment-form-email,
.single-portfolio p.comment-form-url,
.single-portfolio #commentform input,
.single-portfolio #commentform textarea {
	width: 100%;
}
#commentform p.form-allowed-tags,
#commentform .comment-notes {
	font-size: .9em;
}
#commentform p.form-allowed-tags code {
	font-size: 11px;
	background: none;
	margin: 0;
	padding: 0;	
}
.comment-body a.comment-reply-link {
	position: absolute;
	top: -1px;
	right: -1px;
	padding: 3px 10px;
	margin: 0;
	height: 18px;
	line-height: 18px;
	font-size: 8px;
	font-weight: bold;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1); 
}
.comment #respond {
	margin-top: 40px;
}
.logged-in-as a {
	margin-bottom: 0 !important;
}
div.comment-body:hover a.comment-reply-link {
	display: inline-block;
}
h3#reply-title {
	font-size:14px;
}
p.form-submit {
	margin-bottom: 0;
}
.form-submit input#submit {
	margin-bottom: 0 !important;
}

/* box sizing */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
#commentform input,
#commentform textarea,
#searchform input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1); 
}

/* ---------------------------- */
/*           Sidebar
/* ---------------------------- */
.sidebar .widget a {
	font-weight: bold;
}
.sidebar .widget {
	margin-bottom: 20px;
	padding: 40px;
}
.lp-sidebar li {
	margin-bottom: 20px;
}
.lp-sidebar h6 {
	font-size: 14px;
	margin-bottom: 0;
}
.lp-description span {
	font-size: 12px;
}
.lp-image {
	position: relative;
	float: left;
	margin-right: 15px;
}
.lp-image,
.lp-image img {	
	display: block;
	width: 60px;
	height: 60px;
}
.latest-project-image {
	position: relative;
	float: left;
	overflow: hidden;
}
.latest-project-image a,
.latest-project-image a img {
	display: block;
	width: 100%;
	height: auto;
}
#searchform input {
	width: 100%;
	font-size: 1em;
	padding: 12px 14px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar #searchform input {
	margin-bottom: 0;
}

/* sidebar li */
.sidebar li {
	padding-bottom: 12px;
	margin-bottom: 10px;
}
.sidebar li:last-child,
.sidebar ul.twitter li,
.sidebar .lp-sidebar li {
	border-bottom: none;
}

/* sidebar nav */
.sidebar ul.menu {
	padding: 0;
}
.sidebar ul.menu ul,
.footer ul.menu ul {
	margin: 0;
}
.sidebar .menu li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.sidebar .menu li a {
	display: block;
	padding: 12px 10px 12px 0;
}
.sidebar-nav.sidebar-right .sidebar-inner {
	padding: 0 0 20px 0;
}
.sidebar-nav.sidebar-left .sidebar-inner {
	padding: 0 0 20px 0;
}

.footer ul.menu ul {
	margin: 5px 0 0;
}
.sidebar .menu ul li a,
.footer .menu ul li a {
	padding-left: 15px;
}
.sidebar .menu ul ul li a,
.footer .menu ul ul li a {
	padding-left: 30px;
}

/* fix when icons are on */
.sidebar .menu .sub-menu li {
	width: 100%;
	text-align: left;
}

/* padding for right sidebar menu */
.sidebar.sidebar-right ul.menu li a {
	padding: 12px 0 12px 20px;
}
.sidebar.sidebar-right ul.menu ul li a {
	padding-left: 35px;
}
.sidebar.sidebar-right ul.menu ul ul li a {
	padding-left: 50px;
}

/* ---------------------------- */
/*           Gallery
/* ---------------------------- */
.mtgallery {
	overflow: hidden;
	position: relative;
	margin: 0;
	list-style: none;
}
.mtgallery p {
	margin-bottom: 0;
}
.mtgallery br,
.mtgallery p br {
	display: none;
}
.mtgallery li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	width: 20%;
	height: auto;
	display: block;
}
.mtgallery li a {
	display:block;
	position:relative;
	z-index: 5;
}
.mtgallery li img {
	display: block;
}

/* ---------------------------- */
/*        Image showcase
/* ---------------------------- */

.image-showcase-wrapper {
	position: relative;
}
.image-showcase {
	width: 100%;
}
.image-showcase-wrapper .image-point {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: -15px 0 0 -15px;
	text-shadow: 0 -1px rgba(0,0,0,.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,0.08), 0 4px 2px rgba(0,0,0,0.07), 0 6px 2px rgba(0,0,0,0.06), 0 8px 1px rgba(0,0,0,0.05), 0 10px 1px rgba(0,0,0,0.04), 0 12px 1px rgba(0,0,0,0.03), 0 14px 1px rgba(0,0,0,0.03);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,0.08), 0 4px 2px rgba(0,0,0,0.07), 0 6px 2px rgba(0,0,0,0.06), 0 8px 1px rgba(0,0,0,0.05), 0 10px 1px rgba(0,0,0,0.04), 0 12px 1px rgba(0,0,0,0.03), 0 14px 1px rgba(0,0,0,0.03);
}
.image-point-content {
	position: relative;
	padding: 35px 40px 20px;
	width:auto;
	max-width: 800px;
	margin: 20px auto;
}

/* ---------------------------- */
/*           Footer
/* ---------------------------- */

.footer-wrapper {
	margin: 0 auto;
	position: relative;
}
.footer {
	margin: 0 auto;
	padding: 50px 20px 0;
}
.footer-col {
	float: left;
	display: inline;
}
.footer-col .widget {
	padding: 0 20px;
}
.footer a {
	font-weight: bold;
}
.footer p {
	line-height: 1.6em;
	margin-bottom: 5px;
}
.footer .widget {
	margin-bottom: 60px;
}
.footer-bottom-wrapper {
	width: 100%;
	margin: 0 auto;
	background: none;
	position: relative;
}
.footer-bottom {
	padding: 10px 0 0;
	font-size: 0.85em;
}
.footer-bottom-inner {
	padding: 0 40px;
}
.footer-bottom .copyright {
	display: inline-block;
	padding: 5px 0;	
}
.footer-bottom p {
	margin-bottom: 0;
	line-height: 1.5em;
}
.footer-bottom .mt_one_half {
	margin-bottom: 10px;
}
.footer-bottom a {
	font-weight: bold;
}
.tagcloud a,
.portfolio-details-link a {
	padding: 3px 8px;
	display: inline-block;
	font-size: 12px !important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: 0 1px 5px 0;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
}
.footer #calendar_wrap td {
	padding: 0.7em;
}

/* footer bottom nav */
.footer-navigation {
	padding: 5px 0;
}
#footer-nav {
	float: right;
	margin: 0;
	padding: 0;
}
#footer-nav {
	border: none;
	margin: 0;
	padding: 0;
}
#footer-nav li {
	border: none;
}
#footer-nav a {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	border-style: solid;
	border-color: #555;
	border-width: 0 0 0 1px;
	background: none;
	font-size: 13px;
}
#footer-nav a:hover {
	text-decoration: none;
}
#footer-nav li:first-child a {
	border-left: 0;
}

/* ---------------------------------------------- */
/*  Post and portfolio shortcode, related items
/* ---------------------------------------------- */

.post-shortcode-wrapper, .portfolio-shortcode {
	margin: 0;
}
.portfolio-shortcode .portfolio-item,
.related-items .portfolio-item {
	float: none;
}
.post-shortcode-inner {
	margin: 0 15px;
}
.post-shortcode.format-link {
	text-align: center;
}
.bx-wrapper ul li .post-shortcode-inner img,
.post-shortcode-item {
	margin-bottom: 15px;
}
.post-shortcode-inner h5 {
	font-size: 1em;
	
	margin-bottom: 0.4em;
}
.post-shortcode-inner p {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.post-shortcode-inner .meta-category {
	font-size: 0.9em;
}
.post-shortcode-inner .meta-category i {
	margin-right: 10px;
}
.related-items-wrapper {
	margin-bottom: 20px;
}

/* ---------------------------- */
/*         Flickr Feed
/* ---------------------------- */

#flickr_badges div {
	float:left;
	display:inline-block;
	margin:0 5px 10px;
}
#flickr_badges div a,
#flickr_badges div a img,
.ie8 #flickr_badges div a,
.ie8 .sidebar #flickr_badges div a {
	width: 100px;
	height: 100px;
}

/* ---------------------------- */
/*          WP Styles
/* ---------------------------- */

.wp-caption{
	margin: 0 0 15px;
	text-align:center;
	max-width: 100%;
}
.wp-caption img {
	margin-top: 5px;
}
.wp-caption .wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px;
	margin: 0;
}
.sticky {}
.gallery-caption {
	margin: 5px 0 15px;
	text-align:center;
	font-size: 11px;
	line-height: 1.4em;
	display: none;
}
.bypostauthor {}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}
.textleft{
	text-align:left;
}
#wp-calendar caption {
	padding: 10px 0;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
.wp-posts-nav div {
	width: 40%;
	float: left;
}
.wp-posts-nav div.newer {
	float: right;
	text-align: right;
}

/* get rid of borders in default wordpress gallery */
@media all and (max-width: 767px) {
	dt.gallery-icon a img {border: none !important;}
}

/* ---------------------------- */
/*       Isotope plugin
/* ---------------------------- */

.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {pointer-events: none;z-index: 1;}
.isotope,.isotope .isotope-item {-webkit-transition-duration: 0.7s;-moz-transition-duration: 0.7s;-o-transition-duration: 0.7s;transition-duration: 0.7s;}
.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;}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {-webkit-transition-duration: 0s;-moz-transition-duration: 0s;-o-transition-duration: 0s;transition-duration: 0s;}
/* End: Recommended Isotope styles


/*-----------------------------------------------------------------------------------*/
/*	Shortcodes Styles
/*-----------------------------------------------------------------------------------*/

/*---- Columns ----*/

.mt_one_half { width: 48%; }
.mt_one_third { width: 30.66%; }
.mt_two_third { width: 65.33%; }
.mt_one_fourth { width: 22%; }
.mt_three_fourth { width: 74%; }
.mt_one_fifth { width: 16.8%; }
.mt_two_fifth { width: 37.6%; }
.mt_three_fifth { width: 58.4%; }
.mt_four_fifth { width: 79.2%; }
.mt_one_sixth { width: 13.33%; }
.mt_five_sixth { width: 82.67%; }
.mt_full_width { width: 100%; }

.mt_one_half,
.mt_one_third,
.mt_two_third,
.mt_three_fourth,
.mt_one_fourth,
.mt_one_fifth,
.mt_two_fifth,
.mt_three_fifth,
.mt_four_fifth,
.mt_one_sixth,
.mt_five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 0;
	float: left;
}

.mt_column_last {
	margin-right: 0!important;
	clear: right;
}

/*---- Buttons ----*/

.mt-button,
input.wpcf7-submit,
#cancel-comment-reply-link,
.reply .comment-reply-link,
.logged-in-as a,
#commentform input#submit {
	padding: 4px 12px;
	height: 21px;
	line-height: 21px;
	border: none !important;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	
	text-decoration: none;
	cursor: pointer;
	margin: 0 2px 20px;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
#commentform input#submit {
	padding: 0;	
	height: 36px;
	line-height: 36px;	
}
/* button sizes */
.mt-button.medium {
	padding: 8px 16px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.mt-button.large {
	padding: 10px 30px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/*---- Alerts ----*/

.mt-alert {
	padding: 15px 40px 15px 20px;
	margin: 10px 0 20px;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1); 
	position: relative;
	color: #fff;
}
.mt-alert span {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 12px;
	line-height: 10px;
}
.mt-alert a {
	border-bottom: 1px dashed #fff;
	color: #fff;
}
.mt-alert a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.mt-alert p {
	margin-bottom: 0 !important;
	color: #fff;
}
.mt-green {
	background: #bfd255;
	background: -moz-linear-gradient(top, #bfd255 0%, #9ecb2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(100%,#9ecb2d));
	background: -webkit-linear-gradient(top, #bfd255 0%,#9ecb2d 100%);
	background: -o-linear-gradient(top, #bfd255 0%,#9ecb2d 100%);
	background: -ms-linear-gradient(top, #bfd255 0%,#9ecb2d 100%);
	background: linear-gradient(to bottom, #bfd255 0%,#9ecb2d 100%);
}
.mt-red {
	background: #f85032;
	background: -moz-linear-gradient(top, #f85032 0%, #e73827 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(100%,#e73827));
	background: -webkit-linear-gradient(top, #f85032 0%,#e73827 100%);
	background: -o-linear-gradient(top, #f85032 0%,#e73827 100%);
	background: -ms-linear-gradient(top, #f85032 0%,#e73827 100%);
	background: linear-gradient(to bottom, #f85032 0%,#e73827 100%);

}
.mt-yellow {
	background: #0087C9;
	background: -moz-linear-gradient(top, #0087C9 0%, #0B6FAE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0087C9), color-stop(100%,#0B6FAE));
	background: -webkit-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
	background: -o-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
	background: -ms-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
	background: linear-gradient(to bottom, #0087C9 0%,#0B6FAE 100%);
}
.mt-blue {
	background: #87e0fd;
	background: -moz-linear-gradient(top, #87e0fd 0%, #05abe0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(100%,#05abe0));
	background: -webkit-linear-gradient(top, #87e0fd 0%,#05abe0 100%);
	background: -o-linear-gradient(top, #87e0fd 0%,#05abe0 100%);
	background: -ms-linear-gradient(top, #87e0fd 0%,#05abe0 100%);
	background: linear-gradient(to bottom, #87e0fd 0%,#05abe0 100%);
}
.mt-alert .closeit a {
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
}

/*---- Tabs ----*/
.mt-tabs {
	margin-bottom: 20px;
}
.mt-tabs ul.mt-tabs-nav {
	display: block;
	margin: 0;
	padding: 0;	
}
.mt-tabs ul.mt-tabs-nav li {
	float: left;
	position: relative;
	margin: 0 0 -1px 0 !important;
	z-index: 3;
	list-style: none;
}
.mt-tabs ul.mt-tabs-nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 39px;
	padding: 0px 20px;
	line-height: 40px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active {
	z-index: 5;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active a {
	height: 40px;
	position: relative;
	border-left-width: 1px;
	border-bottom: 0;
	margin: 0 0 0 -1px;
}
.mt-tabs ul.mt-tabs-nav li.ui-state-active:first-child a {
	margin-left: 0;
}
.mt-tabs ul.mt-tabs-nav li:first-child a {
	border-width: 1px 1px 0 1px;
}
.mt-tabs div.mt-tab {
	margin: 0;
	display: block;
	padding: 20px;
}
.mt-tabs div.mt-tab.ui-tabs-hide {
	display:none;
	margin-bottom: 0;
}
.mt-tabs-content {
	-webkit-box-shadow: 0px -6px 10px -10px rgba(0,0,0,0.4);
	box-shadow: 0px -6px 10px -10px rgba(0,0,0,0.4);
	position:relative;
	z-index: 4;
}

/* Clearfixing tabs for beautiful stacking */
.mt-tabs ul.mt-tabs-nav:before,
.mt-tabs ul.mt-tabs-nav:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.mt-tabs ul.mt-tabs-nav:after {
	clear: both;
}
.mt-tabs ul.mt-tabs-nav {
	zoom: 1;
}

/* Vetical Tabs */
.mt-tabs.vertical ul.mt-tabs-nav {
	width: 150px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mt-tabs.vertical ul.mt-tabs-nav li {
	width: 150px;	
	height: 100% !important;
	margin: 0 !important;
}
.mt-tabs.vertical ul.mt-tabs-nav li a {
	display: block;
	margin: 0;
	padding: 10px;
	border-width: 1px 0 0 1px !important;
	height: 100% !important;
	line-height: 1.4em;
}
.mt-tabs.vertical ul.mt-tabs-nav li.ui-state-active a {
	margin: 0 -1px 0 0 !important;
	height: 100% !important;
}
.mt-tabs.vertical .mt-tabs-content {
	margin-left: 150px;
	margin-top: 0;
	-webkit-box-shadow: -6px 0px 10px -10px rgba(0,0,0,0.4);
	box-shadow: -6px 0px 10px -10px rgba(0,0,0,0.4);
	position:relative;
	z-index: 4;
}

/*---- Features Tabs ----*/
.features-tabs .mt-tabs {
	text-align: center;
}
.features-tabs .mt-tabs ul.mt-tabs-nav {
	display: inline-block;
	text-align: center;
	float: none;
}
.features-tabs .mt-tabs div.mt-tab {
	padding: 30px 30px 10px;
}
.features-tabs .mt-tabs .mt-tabs-content {
	margin-top: -5px;
	text-align: left;
	border-width: 1px 0 0 0;
}
.features-tabs .mt-tabs ul.mt-tabs-nav li {
	margin: 0 0 -1px !important;
}
.features-tabs .mt-tabs ul.mt-tabs-nav li a {
	height: 59px;
	padding: 0px 20px;
	line-height: 60px;
	font-size: 1.2em;
	font-weight: bold;
}
.features-tabs .mt-tabs ul.mt-tabs-nav li.ui-state-active a {
	height: 60px;
	position: relative;
	border-left-width: 1px;
	border-bottom: 0;
	margin: 0 0 0 -1px;
}

/*---- Toggle ----*/

.mt-toggle {
	margin: 0 0 20px 0;		
}
.mt-toggle .mt-toggle-inner.closed {
	display: none;
}
.mt-toggle .mt-toggle-title {
	display: block;
	line-height: 1.4em;
	margin: 0;
	cursor: pointer;
	outline: none;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	padding: 10px 40px 10px 20px;
}
.mt-toggle-inner {
	padding: 20px;
}
.mt-toggle span.ui-icon {
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;	
}
.mt-toggle span.ui-icon:before {  
    font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f105";
	min-height: 18px;
	line-height: 18px;
	font-size: 18px;
}
.mt-toggle.active .ui-icon:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f107";
}

/* Clearfix */
.mt-clearfix:before,
.mt-clearfix:after { content:""; display:table; }
.mt-clearfix:after { clear: both; }
.mt-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

/*---- Pricing Table ----*/

.pt-column {
	position: relative;
	margin: 0;
	z-index: 2;
	text-align: center;
	margin: 0 auto 20px;
}
.pt-column h3 {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	
	margin-bottom: 0;
	font-weight: bold;
	text-shadow: 0 -1px rgba(0,0,0,.2);
}
.pt-column.pt-recommended {
	margin-top: -10px;
	z-index: 10;
}
.pt-column.pt-recommended h3 {
	padding: 5px 0;
	position: relative;
}
.pt-cost {
	height: 100px;
	font-weight: bold;
	text-shadow: 0 -1px rgba(0,0,0,0.2);
}
.pt-cost p {
	font-size: 40px;
	padding-top: 30px;
}
.pt-cost p span {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.pt-features ul {
	list-style: none;
	margin: 0;
	padding: 15px 0;
}
.pt-features ul li {
	padding: 5px 20px;
	margin-bottom: 0;
	font-size: 0.9em;
}
.pt-buynow {
	height: 50px;
	padding: 15px 0;
	line-height: 50px;
}
.pt-recommended .pt-buynow {
	padding: 20px 0;
}
.pt-buynow a {
	font-size: 12px !important;
	padding: 4px 12px !important;
}
.pt-column h3,
.pt-cost,
.pt-features ul,
.pt-buynow {
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}


/* ---------------------------- */
/*       BxSlider styles
/* ---------------------------- */

/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport img {
	margin: 0 auto;
}
.mtgallery-fwslider img {
	width: 100%;
}

/* THEME */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	z-index: 101;
	bottom: 5px;
	width: 100%;
}
.test-slider .bx-wrapper .bx-pager,
.test-slider .bx-wrapper .bx-controls-auto {
	bottom: 0;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../gif/loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item {
	margin: 2px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #444;
	background: rgba(0,0,0,0.5);
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 12px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	text-shadow: 0 -1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.bx-wrapper.pager-hide {
	margin-bottom: 0;
}
.bx-wrapper.pager-hide .bx-pager {
	display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls,
.elastislide-wrapper .es-carousel-nav {
	/* display: none; */
}
.bx-wrapper:hover .bx-controls,
.elastislide-wrapper:hover .es-carousel-nav,
.test-slider .bx-wrapper .bx-controls {
	display: block;
}
.bx-wrapper .bx-controls-direction a,
.elastislide-wrapper .es-carousel-nav a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 50px;
	height: 100%;
	z-index: 100;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.bx-wrapper .bx-controls-direction a span,
.elastislide-wrapper .es-carousel-nav a span {
	display: block;
    margin-top: -10px;
    line-height: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    color:#000;
}
.bx-wrapper .bx-controls-direction a:hover,
.elastislide-wrapper .es-carousel-nav a:hover {

}
.bx-wrapper .bx-prev,
.es-carousel-nav .elastislide-prev {
	left: 0;
}
.bx-wrapper .bx-next,
.es-carousel-nav .elastislide-next {
	right: 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* DIRECTION CONTROLS (SMALL ARROWS) */
.bx-wrapper.small-arrows .bx-controls-direction a,
.elastislide-wrapper.small-arrows .es-carousel-nav a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	z-index: 100;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.bx-wrapper.small-arrows .bx-prev,
.elastislide-wrapper.small-arrows .elastislide-prev {
	left: 10px;
}
.bx-wrapper.small-arrows .bx-next,
.elastislide-wrapper.small-arrows .elastislide-next {
	right: 10px;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	margin: 0 3px;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	color: rgba(0,0,0,0.9);
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 20px;
	left: 50px;
	z-index: 6;
	background: #000;
	background: rgba(0,0,0,0.7);
	max-width: 90%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 1em;
}
.mtgallery.caption-no .bx-caption {
	display: none;
}

/* ---------------------------- */
/*      Elastislide gallery
/* ---------------------------- */
.elastislide-list {
	list-style-type: none;
	display: none;
}
.no-js .elastislide-list {
	display: block;
}
.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}
.elastislide-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 60px;
}
.elastislide-wrapper.elastislide-loading {
	background-image: url(../gif/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.elastislide-horizontal,
.elastislide-vertical {
	padding: 0;
}
.elastislide-carousel {
	overflow: hidden;
	position: relative;
}
.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.elastislide-horizontal ul {
	white-space: nowrap;
}
.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}
.elastislide-vertical ul li {
	display: block;
}
.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
}
.elastislide-carousel ul li a img {
	display: block;
	max-width: 100%;
}

/* ---------------------------- */
/*      Magnific Popup CSS 
/* ---------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure {
		/* The shadow behind the image */
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
	.mfp-title, .mfp-counter {
		font-size: 0.8em;
	}
}

/**
* Fade-zoom animation for first dialog
*/

/* start state */
.mfp-zoom-in .zoom-anim-dialog {
	opacity: 0.01;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
/* animate in */
.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
/* animate out */
.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0.01;
}
/* Dark overlay, start state */
.mfp-zoom-in.mfp-bg {
	opacity: 0.01;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0.01;
}

/* ---------------------------- */
/*         IE8 Fixes
/* ---------------------------- */
.ie8 .project-overlay .over-bg,
.ie8 .project-overlay .over-icon,
.ie8 .mtgallery .gallery-icon .over-bg,
.ie8 .mtgallery .gallery-icon .over-icon {display: none;}
.ie8 .project-overlay:hover .over-bg,
.ie8 .project-overlay:hover .over-icon,
.ie8 .mtgallery .gallery-icon:hover .over-bg,
.ie8 .mtgallery .gallery-icon:hover .over-icon {display: block;}
.ie8 .header .logo {height: auto;}
.ie8 .latest-project-image {float: none;}

/* ---------------------------- */
/*  Vertical shadow for boxes
/* ---------------------------- */
body.vert-shadow .header,
body.vert-shadow .content,
body.vert-shadow .sidebar .widget,
body.vert-shadow .blog-grid .post-inner {
	-webkit-box-shadow:
		0 2px 3px rgba(0,0,0,0.1),
		0 4px 3px rgba(0,0,0,0.09),
		0 6px 3px rgba(0,0,0,0.08),
		0 8px 3px rgba(0,0,0,0.07),
		0 10px 3px rgba(0,0,0,0.06),
		0 12px 3px rgba(0,0,0,0.05),
		0 14px 2px rgba(0,0,0,0.04),
		0 16px 2px rgba(0,0,0,0.03),
		0 18px 2px rgba(0,0,0,0.03),
		0 20px 2px rgba(0,0,0,0.02),
		0 22px 2px rgba(0,0,0,0.02),
		0 24px 2px rgba(0,0,0,0.01),
		0 26px 2px rgba(0,0,0,0.01) !important;
	box-shadow:
		0 2px 3px rgba(0,0,0,0.1),
		0 4px 3px rgba(0,0,0,0.09),
		0 6px 3px rgba(0,0,0,0.08),
		0 8px 3px rgba(0,0,0,0.07),
		0 10px 3px rgba(0,0,0,0.06),
		0 12px 3px rgba(0,0,0,0.05),
		0 14px 2px rgba(0,0,0,0.04),
		0 16px 2px rgba(0,0,0,0.03),
		0 18px 2px rgba(0,0,0,0.03),
		0 20px 2px rgba(0,0,0,0.02),
		0 22px 2px rgba(0,0,0,0.02),
		0 24px 2px rgba(0,0,0,0.01),
		0 26px 2px rgba(0,0,0,0.01) !important;
}

/* index.html */


			/* accent color related */
			.main-content {background: #fff;}
			a {color: #0087C9;}
			::-moz-selection {background-color: #0087C9;}
			::-webkit-selection {background-color: #0087C9;}
			::selection {background-color: #0087C9;}
			::-moz-selection {color: #ffffff;}
			::-webkit-selection {color: #ffffff;}
			::selection {color: #ffffff;}
			.sf-menu > li.current-menu-item > a:not(.mt-button),
			.sf-menu > li.current-menu-ancestor > a:not(.mt-button) {border-bottom: 2px solid #0087C9;}
			#portfolio-filters a:hover,
			#portfolio-filters li.current a {border-bottom: 2px solid #0087C9;}
			.post-top h1 a:hover,
			.post-shortcode-inner h5 a:hover,
			.meta span a:hover,
			.comment-meta a:hover,
			.sidebar .widget a:hover {color: #0087C9;}
			.mt-tabs ul.mt-tabs-nav li.ui-state-active a {border-top-color: #0087C9;color: #0087C9;}
			.mt-tabs.vertical ul.mt-tabs-nav li.ui-state-active a {border-left: 1px solid #0087C9;}
			.mt-tabs ul.mt-tabs-nav li.ui-state-active a {color: #0087C9;border-top-color: #0087C9;}
			.page-title h1,
			.single-post .post-top h1,
			.section-header h1,
			.section-header h2,
			.section-header h3,
			.section-header h4,
			.section-header h5,
			.section-header h6,
			.highlight,
			.dropcap1,
			.dropcap2,
			.dropcap3,
			.skill-bar span,
			.custom-list ul li [class^="icon-"].listicon-yes,
			.mt-button,
			.wpcf7-form input.wpcf7-submit,
			#cancel-comment-reply-link,
			.reply .comment-reply-link,
			.logged-in-as a,
			#commentform input#submit,
			.footer .tagcloud a,
			.sidebar .tagcloud a,
			.sidebar .widget a.mt-button,
			.portfolio-navigation div a,
			.mt-toggle .mt-toggle-title,
			.pt-column h3,
			.image-overlay .over-text,
			.service-icon,
			.site-pagination-inner span,
			.site-pagination-inner a:hover,
			.image-showcase-wrapper .image-point {
			color: #ffffff;
			background: #0087C9;
			background: -moz-linear-gradient(top, #0087C9 0%, #0B6FAE 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0087C9), color-stop(100%,#0B6FAE));
			background: -webkit-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
			background: -o-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
			background: -ms-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
			background: linear-gradient(to bottom, #0087C9 0%,#0B6FAE 100%);
			}
			.mt-button:hover,
			.wpcf7-form input.wpcf7-submit:hover,
			#cancel-comment-reply-link:hover,
			.reply .comment-reply-link:hover,
			.logged-in-as a:hover,
			#commentform input#submit:hover,
			.footer .tagcloud a:hover,
			.sidebar .tagcloud a:hover,
			.sidebar .widget a.mt-button:hover,
			.portfolio-navigation div a:hover,
			.mt-toggle .mt-toggle-title:hover,
			.mt-toggle.active .mt-toggle-title,
			.image-showcase-wrapper .image-point:hover {
			color: #ffffff;
			background: #0B6FAE;
			background: -moz-linear-gradient(top, #0B6FAE 0%, #0087C9 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B6FAE), color-stop(100%,#0087C9));
			background: -webkit-linear-gradient(top, #0B6FAE 0%,#0087C9 100%);
			background: -o-linear-gradient(top, #0B6FAE 0%,#0087C9 100%);
			background: -ms-linear-gradient(top, #0B6FAE 0%,#0087C9 100%);
			background: linear-gradient(to bottom, #0B6FAE 0%,#0087C9 100%);
			}
			.bx-wrapper .bx-pager.bx-default-pager a:hover,
			.bx-wrapper .bx-pager.bx-default-pager a.active,
			.rsMTskin .rsBullet.rsNavSelected span {
			background: #0087C9;
			background: -moz-linear-gradient(top, #0087C9 0%, #0B6FAE 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0087C9), color-stop(100%,#0B6FAE));
			background: -webkit-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
			background: -o-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
			background: -ms-linear-gradient(top, #0087C9 0%,#0B6FAE 100%);
			background: linear-gradient(to bottom, #0087C9 0%,#0B6FAE 100%);
			}
			.top-section-wrapper {border-bottom: 3px solid #0087C9;}
			.top-section-wrapper.opened {border-bottom-color: #0B6FAE;}
			.top-section-open {border-right: 36px solid #0087C9;}
			.top-section-wrapper.opened .top-section-open {border-right-color: #0B6FAE;}
			.top-section-open .top-section-icon {color: #ffffff;}
			.top-section-wrapper.opened .top-section-icon {color: #ffffff;}
			.footer a:hover,
			.footer-bottom a:hover {color: #0087C9;}
			/* content related */
			.header {background: #ffffff;}
			.nav-search a,
			.sf-menu a:not(.mt-button),
			.sf-menu ul a:not(.mt-button) {color: #aaaaaa;}
			.nav-search a:hover,
			.sf-menu > li:hover > a:not(.mt-button),
			.sf-menu > li.current-menu-item > a:not(.mt-button),
			.sf-menu > li.current-menu-parent > a:not(.mt-button),
			.sf-menu li.current-menu-ancestor > a:not(.mt-button),
			.sf-menu ul li:hover a,
			.sf-menu ul li.current-menu-item > a:not(.mt-button) {color: #444444;}
			.sf-menu > li > a:hover {border-bottom: 2px solid #eeeeee;}
			.sf-menu ul {background: #ffffff;border-top: 2px solid #eeeeee;}
			.nav-searchform {background: #ffffff;}
			.nav-searchform input {background: #ffffff;color: #aaaaaa;}
			.nav-searchform:before {border-bottom: 10px solid #ffffff;}
			.navigation-wrapper select {border: 1px solid #eeeeee;background: #ffffff;}
			.content,
			.sidebar .widget,
			.pinned,
			.divider-icon span,
			.image-point-content,
			.footer-bottom-wrapper,
			.blog-grid .post-inner {background: #ffffff;}
			.bx-wrapper .bx-loading {background-color: #ffffff;}
			body,
			.footer-bottom-wrapper a,
			a:hover,
			.socials li a,
			.page-template-template-image-showcase-php .mfp-close-btn-in .mfp-close,
			.sidebar .widget a,
			.post-top h1 a,
			.post-shortcode-inner h5 a {color: #555555;}
			h1,h2,h3,h4,h5,h6 {color: #222222;}
			th {border-top: 1px solid #dddddd;border-bottom: 1px solid #dddddd;}
			blockquote {border-left: 3px solid #dddddd;}
			pre,code {border: 1px solid #dddddd;}
			.pinned {border-right: 1px solid #dddddd;border-left: 1px solid #dddddd;}
			div.table-wrapper {border-right: 1px solid #dddddd;}
			.commentlist ul.children {border-left: 1px dashed #dddddd;}
			.commentlist ul.children::before {border-bottom: 1px dashed #dddddd;}
			.line-header h1,
			.line-header h2,
			.line-header h3,
			.line-header h4,
			.line-header h5,
			.line-header h6 {border-bottom: 2px solid #dddddd;}
			td,
			.divider,
			.sidebar li,
			.sidebar .menu li a {border-bottom: 1px solid #dddddd;}
			.divider-icon span,
			.page-404-info [class^="icon-"],
			.format-quote blockquote.post-quote:before,
			.format-quote blockquote.post-quote:after {color: #dddddd;}
			.meta-grid {border-top: 1px dashed #dddddd;}
			.blog-standard .site-pagination-inner {border-top: 1px solid #dddddd;}
			.team-member-div {background: #dddddd;}
			.wpcf7-form input,
			.wpcf7-form textarea,
			.wpcf7-form select,
			#commentform input,
			#commentform textarea,
			#searchform input {background: #f6f6f6;color: #888888;}
			.wpcf7-form input:focus,
			.wpcf7-form textarea:focus,
			.wpcf7-form select:focus,
			#commentform input:focus,
			#commentform textarea:focus,
			#searchform input:focus,
			#searchform input:focus {background: #fafafa;}
			#commentform p.form-allowed-tags,
			#commentform .comment-notes {color: #aaaaaa;}
			.meta span {color: #aaaaaa;}
			.meta span a,
			.comment-meta a {color: #888888;}
			.top-section-wrapper,
			.footer-wrapper {background: #444444;}
			.footer {color: #999999;}
			.footer .widget h5,
			.footer a,
			.footer h1,
			.footer h2,
			.footer h3,
			.footer h4,
			.footer h5,
			.footer h6,
			.footer #wp-calendar caption {color: #ffffff;}
			.footer .line-header h1,
			.footer .line-header h2,
			.footer .line-header h3,
			.footer .line-header h4,
			.footer .line-header h5,
			.footer .line-header h6 {border-bottom: 2px solid #666666;}
			.footer th {border-bottom: 1px solid #666666;border-top: 1px solid #666666;}
			.footer td {border-bottom: 1px solid #666666;}
			.footer blockquote {border-left: 3px solid #666666;}
			.portfolio-filter {background: #555555;}
			#portfolio-filters a {color: #cccccc; border-bottom: 2px solid #666666;}
			#portfolio-filters a:hover,
			#portfolio-filters li.current a,
			#portfolio-filters a:hover span.post-count,
			#portfolio-filters li.current a span.post-count {color: #ffffff;}
			#portfolio-filters a span.post-count {color: #888888;}
			.skill-bar {background-color: #f2f2f2;}
			.callout-box {color: #888888;background-color: #fafafa;border: 1px solid #dddddd;}
			.mt-tabs ul.mt-tabs-nav {border-bottom-color: #eeeeee;}
			.mt-tabs.vertical ul.mt-tabs-nav li a {border: 1px solid #eeeeee;border-top-color: #eeeeee !important;}
			.mt-toggle-inner {border-bottom: 1px solid #eeeeee;border-left: 1px solid #eeeeee;	border-right: 1px solid #eeeeee;}
			.mt-tabs ul.mt-tabs-nav li a {border-color: #eeeeee;background-color: #fbfbfb;	color: #aaaaaa;}
			.mt-tabs ul.mt-tabs-nav li a:hover {color: #777777;}
			.mt-tabs ul.mt-tabs-nav li.ui-state-active a {background-color: #ffffff;}
			.mt-tabs .mt-tabs-content {border: 1px solid #eeeeee;background-color: #ffffff;}
			.pt-features ul {
			border-left: 1px solid #f4f4f4;
			border-right: 1px solid #f4f4f4;
			}
			.pt-column {
			background: #fcfcfc;
			color: #888888;	
			}
			.pt-cost,
			.pt-buynow,
			.site-pagination-inner a {
			color: #ffffff;
			background: #777777;
			background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#666666));
			background: -webkit-linear-gradient(top, #777777 0%,#666666 100%);
			background: -o-linear-gradient(top, #777777 0%,#666666 100%);
			background: -ms-linear-gradient(top, #777777 0%,#666666 100%);
			background: linear-gradient(to bottom, #777777 0%,#666666 100%);
			}
			/* structure related */
			.top-section-col.col1 {width: 33%;}
			.top-section-col.col2 {width: 34%;}
			.top-section-col.col3 {width: 33%;}
			.top-section-col.col4 {width: 25%;}
			.top-section-col.col5 {width: 25%;}
			.top-section-col.col6 {width: 25%;}
			.footer-col.col1 {width: 45%;}
			.footer-col.col2 {width: 5%;}
			.footer-col.col3 {width: 25%;}
			.footer-col.col4 {width: 25%;}
			.footer-col.col5 {width: 25%;}
			.footer-col.col6 {width: 25%;}
			.header {height: 88px;}
			.navigation-wrapper {margin-top: 22px;}
			.header .logo {margin-top: 15px;}
			.header .logo img { height: 60px;}
			.ie8 .header .logo {width: 124px;}
			/* custom code */
			.features-tabs .mt-tabs ul.mt-tabs-nav li {margin-bottom: -2px !important;}
			body, button,input[type="submit"],input[type="reset"],input[type="button"],input,textarea,select{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:400;font-style:normal;font-size:14px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading body, button,input[type="submit"],input[type="reset"],input[type="button"],input,textarea,select,{opacity: 0;}.ie.wf-loading body, button,input[type="submit"],input[type="reset"],input[type="button"],input,textarea,select,{visibility: hidden;}.pt-features strong, .footer a, .footer-bottom a, .tagcloud a, .portfolio-details-link a, #portfolio-filters a, cite.fn, cite.fn a, .mt-button, input.wpcf7-submit, #cancel-comment-reply-link, .reply .comment-reply-link, .logged-in-as a, #commentform input#submit, a.more-link, .meta{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .pt-features strong, .footer a, .footer-bottom a, .tagcloud a, .portfolio-details-link a, #portfolio-filters a, cite.fn, cite.fn a, .mt-button, input.wpcf7-submit, #cancel-comment-reply-link, .reply .comment-reply-link, .logged-in-as a, #commentform input#submit, a.more-link, .meta,{opacity: 0;}.ie.wf-loading .pt-features strong, .footer a, .footer-bottom a, .tagcloud a, .portfolio-details-link a, #portfolio-filters a, cite.fn, cite.fn a, .mt-button, input.wpcf7-submit, #cancel-comment-reply-link, .reply .comment-reply-link, .logged-in-as a, #commentform input#submit, a.more-link, .meta,{visibility: hidden;}.sf-menu a:not(.mt-button), .nav-searchform input{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:12px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .sf-menu a:not(.mt-button), .nav-searchform input,{opacity: 0;}.ie.wf-loading .sf-menu a:not(.mt-button), .nav-searchform input,{visibility: hidden;}.page-title h1, .single-post .post-top h1{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:13px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .page-title h1, .single-post .post-top h1,{opacity: 0;}.ie.wf-loading .page-title h1, .single-post .post-top h1,{visibility: hidden;}h1{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:28px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h1,{opacity: 0;}.ie.wf-loading h1,{visibility: hidden;}h2{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:24px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h2,{opacity: 0;}.ie.wf-loading h2,{visibility: hidden;}h3{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:20px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h3,{opacity: 0;}.ie.wf-loading h3,{visibility: hidden;}h4{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:18px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h4,{opacity: 0;}.ie.wf-loading h4,{visibility: hidden;}h5{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:16px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h5,{opacity: 0;}.ie.wf-loading h5,{visibility: hidden;}h6{font-family:"Open Sans",Arial, Helvetica, sans-serif;font-weight:600;font-style:normal;font-size:12px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h6,{opacity: 0;}.ie.wf-loading h6,{visibility: hidden;}blockquote, blockquote p{font-family:Georgia, serif,Georgia, serif;font-weight:400;font-style:normal;font-size:14px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading blockquote, blockquote p,{opacity: 0;}.ie.wf-loading blockquote, blockquote p,{visibility: hidden;}
			
				.page-id-449 .main-content {
				background-position: top center;
				background-repeat: repeat;
				background-attachment: fixed;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				}
			.urun-kod{
			top: 0;
			position: absolute;
			width: 100%;
			}
			.urun-kod div{float: left;}
			.urun-kod form{float: right;}

			.bjqs-slide form{
			position: absolute;
			z-index: 9999;
			right: 0;
			top: 0;
			}
			.bjqs-slide span{
			position: absolute;
			z-index: 9999;
			top: 0;
			float: right;
			width: 100%;
			}
			.bjqs-slide a{
				padding:40px 0;
				width: 100%;
				height: auto;
				position: absolute;
			}

@media all and (max-width: 400px) {
	.bjqs-slide span p{font-size: 9px;}
	.mobil_teklif{padding: 5px!important; font-size: 10px!important;}

}
.bjqs-markers li{
padding: 2px;
margin: 2px;
}
#banner-fade{
margin-bottom: 15px;
}
.active-marker a{background-color: #ddd!important;}

.bjqs-controls li a{top: 50%!important;}

