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

	Theme Name: Cresado WP
	Theme URI: http://www.m-themes.eu
	Description: Powerful responsive theme for portfolio sites
	Author: Marcin Michalak
	Author URI: http://themeforest.net/user/maarcin
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-menu, translation-ready, full-width-template, post-formats, theme-options
	Version: 1.3

	Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
----------------------------------------------------------------------------------- */

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

body {
	font: 13px/19px "Helvetica Neue", Arial, sans-serif;
	border-top: 34px solid #000;
	background-color: #000;
}
}
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, .sf-menu a,
.description-inner h4 a, .lp-description h6, .mt-accordion h3, .mt-toggle .mt-toggle-title, .mt-tabs-nav li a,
.team-member .position {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.tp-caption.bg_big_lightbg,
.tp-caption.bg_big_darkbg,
.tp-caption.bg_big_colorlightbg,
.tp-caption.bg_big_colordarkbg,
.tp-caption.bg_big_colorbg_lighttext,
.tp-caption.bg_big_colorbg_darktext,
.tp-caption.bg_medium_lightbg,
.tp-caption.bg_medium_darkbg,
.tp-caption.bg_medium_colorlightbg,
.tp-caption.bg_medium_colordarkbg,
.tp-caption.bg_medium_colorbg_lighttext,
.tp-caption.bg_medium_colorbg_darktext,
.tp-caption.bg_small_lightbg,
.tp-caption.bg_small_darkbg,
.tp-caption.bg_small_colorlightbg,
.tp-caption.bg_small_colordarkbg,
.tp-caption.bg_small_colorbg_lighttext,
.tp-caption.bg_small_colorbg_darktext {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.tp-caption.text_small_black,
.tp-caption.text_small_white,
.tp-caption.text_small_color,
.tp-caption.text_medium_black,
.tp-caption.text_medium_white,
.tp-caption.text_medium_color,
.tp-caption.text_big_black,
.tp-caption.text_big_white,
.tp-caption.text_big_color {
	font-family: "Helvetica Neue", Arial, sans-serif;
}
blockquote, blockquote p {
	font-family: Georgia, serif;
}
a {
	text-decoration:none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.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: 0 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}
.divider {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 1px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.line-header h1,
.line-header h2,
.line-header h3,
.line-header h4,
.line-header h5,
.line-header h6 {
	margin-bottom: 0.5em;
}
.line-header {margin-bottom: 20px;}
.line-header span {
	width: 40px;
	height: 2px;
	display: block;
	margin-bottom: 10px;
}
::-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:0.8em;
	font-weight: bold;
}
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%;
	color: #fff;
}
.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;}

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

ul,ol {margin-bottom:20px;}
ul {list-style:none outside;}
ol {list-style:decimal;}
ol,.list-square ul,.list-circle ul,.list-disc ul {margin-left:30px;}
.list-square ul {list-style:square outside;}
.list-circle ul {list-style:circle outside;}
.list-disc ul {list-style:disc outside;}
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 {line-height:18px;margin-bottom:12px;}

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

table {
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
th {
	font-size: 14px;
	padding: 0.8em;
	text-transform: uppercase;
	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: 4px;
	margin-bottom: 4px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.socials ul li a span {
	height: auto;
	line-height: 20px;
	padding: 2px 7px;
	left: 0;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: #000;
	text-indent: 0px;
	position: absolute;
	pointer-events: none;
	bottom: 50px;
	display: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.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: 15px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
}
.socials ul li a:hover span {
	bottom: 40px;
	display: block;
}
.footer-socials ul {float: right;}
.footer-socials ul li a {
	margin: 2px 0 2px 4px;
	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 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";}

.top-header .socials ul li a {border-bottom: 0;}
.top-header .socials ul li a:hover span {
	bottom: -28px;
	display: block;
	z-index: 1001;
}
.top-header .socials ul li a span:before,
.top-header .socials ul li a span:after {
	content: '';
	position: absolute;
	bottom: 24px;
	left: 15px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000;
}

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

.image-overlay .over-bg,
.image-overlay .over-info {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	position: absolute;
	font-size: 12px;
	text-shadow: none;
}
.image-overlay .over-info div {padding: 20px;}
.image-overlay .over-info h6 {
	margin-bottom: 5px;
	font-size: 14px;
}
.image-overlay .over-info p {
	margin-bottom: 0;
	font-weight: normal;
}
.image-overlay .over-info span {
	display: block;
	height: 2px;
	width: 30px;
	margin-bottom: 8px;
}
.lightbox-photo {
	padding: 0;
	position: relative;
}
.lightbox-photo a {
	display:block;
	position:relative;
	z-index: 5;
}
.lightbox-photo a img {
	display: block;
}

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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	z-index: 999;
	bottom:0;
	right:10px;
	overflow:hidden;
	width:60px;
	height:40px;
	line-height: 40px;
	border:none;
	font-size: 16px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
#toTop:active, #toTop:focus {outline:none;}

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

.main-shadow {background: url(images/main-shadow-960.png) top center repeat-y;}
.main-content {
	margin: 0 auto;
	width: 100%;
}
.content {
	overflow: hidden;
	position: relative;
	z-index: 997;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
.content > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content > .container .sidebar {
	margin-top: -40px;
	padding-top: 40px;
}
.boxed-layout .main-content {
	margin: 0 auto;
	width: 1000px;
}

/* --------- 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;
}
.header .row {margin-bottom: 0;}
.header .logo {
	float: left;
	max-width: 100%;
	display: inline;
	margin-bottom: 10px;
	margin-top: 25px;
}
.header .logo img {display: block;}

/* centered header */
.header .centered .logo {
	float: none;
	display: block;
	text-align: center;
}
.header .centered a.logo {margin: 30px auto 10px;}
.header .centered .logo img {margin: 0 auto;}
.centered .navigation-wrapper .sf-menu {float: none; display: inline-block; margin-bottom: -5px;}
.centered .navigation-wrapper {text-align: center;}
.centered .navigation-wrapper .sf-menu ul {text-align: left;}

/* --- top header --- */
.top-header {
	padding: 5px 0;
}
.top-header p {
	text-align: center;
	margin: 10px 0;
}
.top-header ul,
.top-header ul li {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.top-header ul {margin-top: 4px;}
/* --- top header both --- */
.top-header .both p {
	text-align: left;
	margin: 10px 0;
}
.top-header .both ul {float: right;}
.top-header .both ul li {float: left;}


/* --------- NAVIGATION --------- */

.navigation-wrapper {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.navigation-wrapper select {
	display: none;
	padding: 9px 15px;
	margin: 15px auto 30px;
	font-size: 14px;
	height: 40px;
}
.navigation-wrapper option {
	padding: 5px 15px;
	border: none;
}
.navigation-wrapper .sf-menu {
	float: right;
}
.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 {
	display: block;
	position: relative;
	text-align: left;
	text-decoration:none;
	font-size:19px;
	height:20px;
	line-height: 20px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 49px; /* 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);
}
.sf-menu > li > a {	
	padding: 0 15px 26px;
}
.sf-menu ul a {
	min-width:140px;
	float:left;
	padding: 10px 25px;
}
.sf-menu a .sf-sub-indicator {
	display:none;
}
.sf-menu > li > a.sf-with-ul:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f107";
	max-width:10px;
	height:10px;
	padding: 0 0 3px 6px;
	font-size: 12px;
}
.sf-menu li li a.sf-with-ul:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f105";
	padding-left: 0;
	max-width:10px;
	float: right;
	margin-right:0px;
	text-align: right;
}
.sf-menu ul ul,
.sf-menu ul ul ul {padding: 0;}
.sf-menu li li a .sf-sub-indicator,
.sf-menu li li a .sf-sub-indicator:last-child {display: none}

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

.page-title {position: relative;}
.page-title .columns {padding: 50px 0;}
.page-title h1 {margin-bottom: 10px;}
.page-title .columns > span {
	width: 40px;
	height: 2px;
	display: block;
}

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

.slider-wrapper {position: relative;}
.slider-wrapper .flex-control-nav {height: 50px;}
.slider-top-shadow {
	position: absolute;
	top: 0;
	margin: 0 auto;
	height: 42px;
	width: 100%;
	z-index: 50;
	background: url(images/shadow-top.png) no-repeat top center;
}
.slider-bottom-shadow {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	height: 17px;
	width: 100%;
	z-index: 50;
	background: url(images/shadow-bottom.png) no-repeat top center;
}

/* ---------------------------- */
/*         Portfolio
/* ---------------------------- */

.portfolio-filterable {
	position: relative;
	overflow: hidden;
}
.portfolio-item {
	position: relative;
	float: left;
}
.standard .portfolio-item {
	margin: 10px;
	width: 300px;
	height: auto;
}
.portfolio-item-top {
	position: relative;
	overflow: hidden;
}
.portfolio-item-top img {display: block;}

/* portfolio item thumb sizes */
.portfolio-item.w1h1 {
	width: 300px;
	height: 200px;
}
.portfolio-item.w1h2 {
	width: 300px;
	height: 420px;
}
.portfolio-item.w2h1 {
	width: 620px;
	height: 200px;
}
.portfolio-item.w2h2 {
	width: 620px;
	height: 420px;
}

/* --------- PORTFOLIO FILTER --------- */
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 {
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 3px 8px 5px;
	margin: 0 10px 10px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1); 
}

/* --------- SINGLE PORTFOLIO --------- */

.portfolio-navigation {margin-bottom: 0;}
.portfolio-navigation .portfolio-prev a,
.portfolio-navigation .portfolio-page-link a {margin-right: 10px;}
.portfolio-navigation div a {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	display: inline-block;
	font-size: 20px;
}
.portfolio-details .divider {margin-bottom: 40px;}
.portfolio-single-details h6 {
	width: 100px;
	display: inline-block;
	float: left;
}
.portfolio-single-details p {
	margin-bottom: 0;
}
.portfolio-single-description {margin-bottom: 50px;}
.portfolio-details .mt-button {margin-left: 0; margin-top: 30px;}
.portfolio-single-top {
	margin-bottom: 20px;
	position: relative;
}
.portfolio-detail-inner {
	display: block;
	padding: 10px 0;
}
.portfolio-single-categories a {font-weight: bold;}
.portfolio-detail-inner.last {border-bottom: none !important;}
.ie8 .portfolio-top-single {
	z-index: 80;
	zoom: 1;
}

/* ---------------------------- */
/*         Testimonials
/* ---------------------------- */
.testimonial {
	margin-bottom: 20px;
	text-align: center;
}
.test-flexslider {text-align: center;}
.test-flexslider img.testimonial-photo,
.testimonial img.testimonial-photo {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 10px;
}
.testimonial h5,
.test-slider-inner h5 {
	font-size: 16px;
	margin-bottom: 5px;
}
.testimonial span,
.test-slider-inner span {
	width: 40px;
	height: 2px;
	display: block;
	margin: 15px auto;
}
.testimonial em,
.test-slider-inner em {
	font-size: 12px;
	font-style: normal;
}
.test-slider-inner {padding: 0 40px;}
.flexslider-wrapper .test-flexslider .flex-direction-nav a {
	font-size: 40px;
	line-height: 40px;
	opacity: 1;
	width: 20px;
	height: 40px;
	margin: -20px 0 0 0;
}
.test-flexslider .flex-direction-nav li [class^="icon-"],
.test-flexslider .flex-direction-nav li [class*=" icon-"] {width: 20px;}
.test-flexslider .flex-direction-nav li .flex-prev span {text-align: left;}
.test-flexslider .flex-direction-nav li .flex-next span {text-align: right;}

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

.service-inner {
	margin-bottom: 0;
	font-size: 13px;	
	position: relative;
	overflow: hidden;
	text-align: center;
}
.service-inner,
.service-icon {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.service-wrapper .service-icon {
	font-size: 36px;
	display: inline-block;
	margin-bottom: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.service-text span {
	width: 40px;
	height: 2px;
	display: block;
	margin: 18px auto;
}
.service-text a.service-more {
	text-align: center;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: bold;
}

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

.skill-header {
	font-size: 12px;
	margin-bottom: 0;
}
.skill-bar {
	height: 20px;
	line-height: 20px;
	padding: 0;
	max-width: 100%;
	display: block;
	position: relative;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
}
.skill-bar span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 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 30px 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}
.callout-box p {margin-bottom: 10px;}
.callout-box .mt-button {
	margin: 10px 0 20px;
}

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

.team-member-wrap {
	margin-bottom: 9px;
	position: relative;
	text-align: center;
}
.team-member-photo {
	display: block;
}
.team-member-photo img {
	display: block;
	margin: 0 auto 20px;
	width: 200px;
	height: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
.team-member h5 {
	margin-bottom: 0px;
	font-size: 18px;
}
.team-member h5 span {
	display: block;
	margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
}
.team-member-socials {
	text-align: center;
	display: inline-block;
}
span.sep-line {
	width: 40px;
	height: 2px;
	display: block;
	margin: 20px auto;
}
a.team-readmore {
	text-align: center;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: bold;
}
.page-title h1 span.position {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 0.7em;
	font-weight: normal;
}

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

.googlemap {
	margin: 0 0 20px;
	position: relative;
	z-index: 51;
}
.slider-wrapper .googlemap {
	margin-bottom: 0;
}
.googlemap iframe {
	display: block;
	max-width: 100%;
}
.map-infowindow {
	font-size: 12px;
}
.wpcf7-form input {
	min-height: 20px;
}
.wpcf7-form textarea {
	height: 150px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	padding: 10px 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 5px;
	font-size: 14px;
}
.wpcf7-form input.wpcf7-submit {
	margin-left: 0;
	height: 40px;
	line-height: 21px;
	width: 100px;
	font-size: 14px;
}
.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;
}

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

.post.hentry {
	margin-bottom: 60px;
	padding-bottom: 40px;
}
.post-item {margin-bottom: 15px;}
.post-top h1 {margin-bottom: 15px;}

/* meta top */
.meta-top {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.meta-top span {
	width: 20px;
	height: 2px;
	display: block;
	margin: 8px 0 14px;
}

/* meta bottom */
.meta-bottom {
	padding: 0;
	margin-bottom: 10px;
}
.meta-bottom span {
	font-size: 11px;
	display: inline-block;
	float: left;
	margin-right: 3px;
}
.meta-bottom span a {
	font-weight: bold;
	text-transform: uppercase;
}
.meta-bottom span.read-more {
	float: right;
	margin-right: 0px;
}

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

.site-pagination {
	width: 100%;	
	margin-top: 30px;
}
.blog .site-pagination {margin-top: 0;}
.site-pagination a,
.site-pagination span {
	margin: 2px 5px 2px 0;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1); 
}

/* ---------------------------- */
/*        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;
}
.comment-body {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
.comment-body p {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}
span.says {
	display: none;
}
.vcard .avatar {
	float: left;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
cite.fn {
	padding: 4px 0;
	display: inline-block;
}
cite.fn, cite.fn a {
	font-weight: bold;    
    font-style: normal;
}
.comment-author a.url {
	color: #aaa;
}
.comment-meta {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
}
.comment-meta a {
    font-style: italic;
    font-weight: normal;
}
div.comment-body {
	list-style: none;
	margin-top: 20px;
    padding: 20px 20px 10px;
    position: relative;	
	line-height: 1.5em;
}
ul.commentlist {margin-bottom: 40px;}
#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: 14px;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
	width: 193px;
	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: 171px;
	display: block;
}
#commentform input#submit {
	width: 140px;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}
#commentform textarea {
	width: 598px;
	height: 150px;
}
.single-portfolio p.comment-form-author,
.single-portfolio p.comment-form-email,
.single-portfolio p.comment-form-url {width: 300px;}
.single-portfolio #commentform input {width: 279px;}
.single-portfolio #commentform textarea {width: 918px;}
#commentform p.form-allowed-tags, #commentform .comment-notes {
	font-size: 11px;
	padding: 15px;
}
#commentform p.form-allowed-tags code {
	font-size: 11px;
	background: none;
	margin: 0;
	padding: 0;	
}
.comment-body a.comment-reply-link {
	margin-bottom: 5px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	font-weight: bold;
}
.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;}

/* ---------------------------- */
/*           Sidebar
/* ---------------------------- */
.sidebar .widget a {font-weight: bold;}
.sidebar.sidebar-right {margin-left: 25px;}
.sidebar.sidebar-left {margin-right: 25px;}
.sidebar .sidebar-inner {padding: 0 0 20px 0;}
.sidebar .widget, .homepage-widgets .widget {margin-bottom: 50px;}
.sidebar .widget .line-header {margin-bottom: 20px;}
.sidebar .widget .line-header h6 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.sidebar .widget .line-header span {
	width: 20px;
	height: 2px;
	display: block;
}
.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: 12px;
	padding: 8px 10px;
	-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: 10px 0;}
.sidebar ul.menu ul,
.footer ul.menu ul {margin: 0;}
.sidebar .menu li[class^="icon-"]:before {display: none;}
.sidebar .menu li {
	margin-bottom: 0;
	padding-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;}
.sidebar .menu ul li:last-child,
.sidebar .menu ul ul li:last-child {border-bottom: 0;}


/* ---------------------------- */
/*           Gallery
/* ---------------------------- */

.gallery {
	overflow: hidden;
	margin: auto;
	width: 100%;
}
.gallery .gallery-item {
	float: left;
	text-align: center;
}
.gallery-columns-1 .gallery-item { width: 100% }
.gallery-columns-2 .gallery-item { width: 50% }
.gallery-columns-3 .gallery-item { width: 33.333% }
.gallery-columns-4 .gallery-item { width: 25% }
.gallery-columns-5 .gallery-item { width: 20% }
.gallery-columns-6 .gallery-item { width: 16.666% }
.gallery-columns-7 .gallery-item { width: 14.285% }
.gallery-columns-8 .gallery-item { width: 12.5% }
.gallery-columns-9 .gallery-item { width: 11.111% }


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

.footer-wrapper {
	margin: 0 auto;
	position: relative;
}
.footer {
	line-height: 18px;
	padding: 50px 0 0;
}
.footer .widget .line-header {margin-bottom: 20px;}
.footer .widget .line-header h6 {
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.footer .widget .line-header span {
	width: 20px;
	height: 2px;
	display: block;
}
.footer a {font-weight: bold;}
.footer p {
	line-height: 1.6em;
	margin-bottom: 5px;
}
.footer .widget {margin-bottom: 60px;}
.footer-bottom ul.menu li {
	display: inline;
	float: left;
}
.footer-bottom ul.menu li a {
	margin-right: 10px;
	padding-right: 10px;
}
.footer-bottom ul.menu li:last-child a {border-right: none;}
.footer-bottom-wrapper {
	width: 100%;
	margin: 0 auto;
	background: none;
}
.footer-bottom {
	padding:20px 0;
	font-size: 13px;
}
.footer-bottom .copyright {
	display: inline-block;
	padding: 5px 0;	
}
.footer-bottom p {
	margin-bottom: 0;
	line-height: 1.5em;
}
.footer-bottom a {font-weight: bold;}
.tagcloud a {
	padding: 3px 8px;
	display: inline-block;
	font-size: 12px !important;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin: 0 1px 5px 0;
}
.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
/* ---------------------------- */

.post-shortcode {
	border-bottom: none;
	margin-bottom: 20px;
}
.post-shortcode .post-item {
	margin-bottom: 0;
	text-align: center;
}
.post-shortcode .post-item h6 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}
.post-shortcode .post-item img, .post-shortcode .post-item iframe {
	display: block;
}
.post-shortcode .post-item p {
	margin-bottom: 10px;
}
.post-shortcode .flexslider-wrapper .flex-control-nav {
	display: none;
}
.post-shortcode .flexslider-wrapper .flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -5px 0 0;
	line-height: 30px;
	font-size: 16px;
}
.post-shortcode .flexslider-wrapper .flex-direction-nav .flex-next {left: 37px;}
.post-shortcode .flexslider-wrapper .flex-direction-nav .flex-prev {left: 5px;}
.post-shortcode-meta {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0;
	text-align: center;
}
.post-shortcode-meta li {
	float: left;
	display: inline-block;
	padding: 0 7px;
	line-height: 12px;
}
.post-shortcode-meta li:first-child {
	padding-left: 0;
}
.ps-rm-link {text-align: center;}
.ps-rm-link span {
	width: 40px;
	height: 2px;
	display: block;
	margin: 8px auto 14px;
}
.ps-rm-link a {
	clear: both;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-weight: bold;
}
.mt-custom-col.col-1 .mt-col-inner {width: 100%; margin-bottom: 10px;}
.mt-custom-col.col-2 .mt-col-inner {width: 47.95%;}
.mt-custom-col.col-3 .mt-col-inner {width: 30.61%;}
.mt-custom-col.col-4 .mt-col-inner {width: 21.90%;}
.mt-custom-col.col-2 .mt-col-inner,
.mt-custom-col.col-3 .mt-col-inner,
.mt-custom-col.col-4 .mt-col-inner {
	position: relative;
	margin-right: 4%;
	margin-bottom: 40px;
	float: left;
	display: inline;
}
.mt-custom-col.col-2 .mt-col-inner:nth-child(2n) {
	margin-right: 0!important;
	clear: right;
}
.mt-custom-col.col-3 .mt-col-inner:nth-child(3n) {
	margin-right: 0!important;
	clear: right;
}
.mt-custom-col.col-4 .mt-col-inner:nth-child(4n) {
	margin-right: 0!important;
	clear: right;
}

/* --------- Portfolio shortcode --------- */

.portfolio-shortcode .portfolio-item {
	margin-bottom: 30px !important;
}

.portfolio-shortcode .icon-photo:before {content: "\f002";}
.portfolio-shortcode .icon-gallery:before {content: "\f03e";}
.portfolio-shortcode .icon-video:before {content: "\f008";}
.portfolio-shortcode .icon-audio:before {content: "\f027";}

/* ---------------------------- */
/*           Twitter
/* ---------------------------- */

.tweets-wrap ul li {position: relative;}
.twitter-inner {padding-left: 30px;}
.twitter-widget-icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
.tweets-wrap ul li small {display: block;}
.widget .twitter-link [class^="icon-"],
.widget .twitter-link [class*="icon-"] {
	padding-left: 5px;
}

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

#flickr_badges div a {
	display: block;
	float: left;
	position: relative;
	margin: 0 5px 5px 0;
}
#flickr_badges div a img {
	display: block;
	margin: 0 5px 5px 0;
	float: left;	
}
.ie8 #flickr_badges div a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
#flickr_badges {margin: 0;}
.footer #flickr_badges div {
	border: none;	
	padding: 0;
	display: block;
	float: left;
	margin-bottom: 0;
}

/* flickr sizes */
#flickr_badges div a,
#flickr_badges div a img,
.ie8 #flickr_badges div a,
.ie8 .sidebar #flickr_badges div a {
	width: 75px;
	height: 75px;
}
.footer .three.columns #flickr_badges div a,
.footer .three.columns #flickr_badges div a img,
.ie8 .footer .three.columns #flickr_badges div a {
	width: 68px;
	height: 68px;
}
.footer .four.columns #flickr_badges div a,
.footer .four.columns #flickr_badges div a img,
.ie8 .footer .four.columns #flickr_badges div a {
	width: 70px;
	height: 70px;
}


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

.wp-caption{
	margin: 0 0 15px;
	text-align:center;
}
.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;
}
.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;}

/* ---------------------------- */
/*   Revolution Slider Arrows
/* ---------------------------- */
.rev_slider_wrapper .tp-leftarrow.default,
.rev_slider_wrapper .tp-rightarrow.default {
	margin-left: 0px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
}
.rev_slider_wrapper .tp-rightarrow.default {
	margin-left: 0px !important;
}
.rev_slider_wrapper .tp-leftarrow.default:after,
.rev_slider_wrapper .tp-rightarrow.default:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;			
}
.rev_slider_wrapper .tp-leftarrow.default:after {	
	content: "\f104";	
}
.rev_slider_wrapper .tp-rightarrow.default:after {
	content: "\f105";
}

/* ---------------------------- */
/*       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.6s;-moz-transition-duration: 0.6s;-o-transition-duration: 0.6s;transition-duration: 0.6s;}
.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: 20px;
	float: left;
}

.mt-full-width {
	position: relative;
	margin-bottom: 20px;
}

.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;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none !important;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;	
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 2px 20px;
}
#commentform input#submit {
	padding: 0;	
	height: 36px;
	line-height: 36px;	
}
.mt-button.square {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/* round buttons */
.mt-button.round {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
.mt-button.medium.round {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.mt-button.large.round {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
/* button sizes */
.mt-button.medium {
	padding: 8px 16px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
.mt-button.large {
	padding: 10px 30px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

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

.mt-alert {
	padding: 15px 40px 15px 20px;
	margin: 10px 0 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.1); 
	position: relative;
}
.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: #2ECD71;}
.mt-red {background: #E84C3D;}
.mt-yellow {background: #F1C40F;}
.mt-blue {background: #3598DB;}
.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: 10;
	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;
	text-transform: uppercase;
	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 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;
}

/* 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;
}

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

.mt-toggle, .mt-accordion {
	margin: 0 0 20px 0;	
}
.mt-toggle .mt-toggle-inner.closed {display: none;}
.mt-toggle .mt-toggle-title, .mt-accordion .ui-accordion-header {
	display: block;
	min-height: 18px;
	line-height: 18px;
	padding: 15px;
	margin: 0;
	cursor: pointer;
	outline: none;
	position: relative;	
	text-transform: uppercase;
	font-size: 12px;
}
.mt-accordion .ui-accordion-header,
.mt-accordion .ui-accordion-header a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.mt-toggle-inner, .mt-accordion .ui-accordion-content {
	padding: 15px 20px;
	border-bottom: none;
	border-top: none;
}
.mt-toggle span.ui-icon:before, .mt-accordion span.ui-icon:before {;    
    font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f116";
	margin: -15px 15px -15px -15px;
	padding: 15px 0 17px;
	min-height: 18px;
	width: 50px;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
}
.mt-accordion span.ui-icon:before {
	padding: 16px 0 18px;
}
.mt-toggle.active .ui-icon:before, .mt-accordion .ui-state-active .ui-icon:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f117";
}

/* 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 ----*/

.pricing-table {
	margin: 5px auto 20px;
	text-align: center;
}
.pt-column {
	position: relative;
	margin: 0;
	z-index: 2;
}
.pt-column h3 {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: bold;
}
.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;
}
.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-bottom: 0;
	margin-top: 0;
}
.pt-features ul li {
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 12px;
}
.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;
}
.pricing-3-col {
	width: 33.333%;
	float: left;
	margin-left: -2px;
}
.pricing-4-col {
	width: 25%;
	float: left;
	margin-left: -2px;
}

/* ---------------------------- */
/*       Fancybox Tweaks
/* ---------------------------- */
#fancybox-buttons.for-single-img a.btnToggle {border-left: 0;}
#fancybox-buttons.for-single-img ul {width: 75px;}

/* ---------------------------- */
/*         IE8 Fixes
/* ---------------------------- */
.ie8 .project-overlay > .over-bg,
.ie8 .project-overlay > .over-info {display: none;}
.ie8 .project-overlay:hover > .over-bg,
.ie8 .project-overlay:hover > .over-info {display: block;}
.ie8 .header .logo {float: none;}
.ie8 .header .logo img {margin-top: 25px;}
.ie8 .latest-project-image {float: none;}
/* gallery fix for IE8 */
.ie8 .gallery-columns-2 .gallery-item img { width: 470px; height: 340px; }
.ie8 .gallery-columns-3 .gallery-item img { width: 313px; height: 226px; }
.ie8 .gallery-columns-4 .gallery-item img { width: 235px; height: 170px; }
.ie8 .gallery-columns-5 .gallery-item img { width: 188px; height: 136px; }
.ie8 .gallery-columns-6 .gallery-item img { width: 156px; height: 113px; }
.ie8 .gallery-columns-7 .gallery-item img { width: 134px; height: 97px; }
.ie8 .gallery-columns-8 .gallery-item img { width: 117px; height: 85px; }
.ie8 .gallery-columns-9 .gallery-item img { width: 104px; height: 75px; }
.ie8 .eight .gallery-columns-2 .gallery-item img { width: 310px; height: 223px; }
.ie8 .eight .gallery-columns-3 .gallery-item img { width: 206px; height: 149px; }
.ie8 .eight .gallery-columns-4 .gallery-item img { width: 155px; height: 112px; }
.ie8 .eight .gallery-columns-5 .gallery-item img { width: 124px; height: 90px; }
.ie8 .eight .gallery-columns-6 .gallery-item img { width: 103px; height: 75px; }
.ie8 .eight .gallery-columns-7 .gallery-item img { width: 88px; height: 64px; }
.ie8 .eight .gallery-columns-8 .gallery-item img { width: 77px; height: 56px; }
.ie8 .eight .gallery-columns-9 .gallery-item img { width: 68px; height: 50px; }