﻿/*
Theme Name: Altea
Theme URI: http://www.little-neko.com/
Author: Little Neko
Author URI: http://www.little-neko.com/
Description: At theme focused on well coded solutions to make your life easier
Version: 1.7
License: GNU General Public License
License URI: license.txt
Tags: black, brown, orange, tan, white, yellow, light, left-sidebar, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: neko
*/

/* TABLE OF CONTENT
================================================== */

/* TYPOGRAPHY
/* BUTTONS
/* BOOSTRAP CUSTOMIZATION
/* HEADER
/* PAGE
/* MAIN MENU
/* SOCIAL ICONS
/* VIDEO
/* SHORTCODES
/* ONE PAGE
/* PARALLAX STUFF
/* FOOTER
/* FORM
/* BLOG
/* SIDEBARS & WIDGETS
/* MAGNIFIC POPUP
/* SLIDERS


/* TYPOGRAPHY
================================================== */

body {
	font-size:0.875em;
	line-height: 1.643;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, legend {
	margin:0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 22px;
	line-height: 1.1em;
	margin-bottom: 22px;
	font-style: normal;
	text-transform:uppercase;
	position:relative;
}

h1.bigTitle, h2.bigTitle, h3.bigTitle {
	font-weight: 800;
	font-size: 30px;
	line-height:1.1em;
	text-transform:uppercase;
	padding:22px 0;

	color:red;
}

.page-header h1 {
	color:#fff;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
}

.topQuote h1 {
	line-height:1em;
	text-transform:none;
	font-weight: 300;
}

h2, h1.entry-title{
	font-size: 26px;
	line-height: 1.1em;
	margin-bottom: 22px;
	font-weight: 400;
	font-style: normal;
	padding:0;
	overflox:hidden;
	text-align:left;
	text-transform: none;
}

.error404 h2 {
	font-size: 18px;
	margin-bottom: 0.75em;
}

h3, h2.entry-latest-posts, .boxContent h2, legend {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 11px;
	font-weight:300;
}

h4 {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 9px;
	font-style: bold;
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
}

h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0.916em;
}

h6 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 11px;
	font-size: 10px;
	line-height:1.1em;
}

h1 small, h2 small, h3 small, h4 small {
	text-transform:none;
	font-size:0.5em;
	font-weight:400;
	color:inherit;
}

p, ul {
	margin-top: 0em;
	margin-bottom: 1.5em;
}
strong {
	font-weight:bold
}
small, aside {
}
li {
	line-height: inherit;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
ul.iconsList li a:hover {
	text-decoration:none;
}

a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a.readMore {
	display:block;
	margin-top:0.75em;
}

blockquote {
	/*font-size: 22px;*/
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom:0;
	font-weight:300;
	padding-left:0;
	border:none;
	text-shadow: none;
	margin-bottom:22px;

}
blockquote p {
	font-size: 15px;
	line-height: 1.5em;
}

blockquote small, blockquote .small {
	color:#fff;
	text-transform: none;
}

blockquote p:before {
	content: '\e80e';
	font-family: 'custom-icons';
	margin-right: 0.5em;
	font-size: 0.7em;
}

blockquote p:after {
	content: '\e80f';
	font-family: 'custom-icons';
	margin-left: 0.5em;
	font-size: 0.7em;
}

blockquote .small {
	display:inline;
}

.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}

hr {
	padding:0;
	margin:11px 0 33px 0;
	border:none;
	border-bottom:1px solid #ebebeb;
}

dd {
	margin-bottom: 1.5em;
}

/* TYPOGRAPHY media queries */

@media(min-width:768px){
	h1.bigTitle, h2.bigTitle, h3.bigTitle{
		font-size: 70px;
	}

	h1{ font-size: 44px; }
	h2, h1.entry-title{ font-size: 20px; }
	h3, h2.entry-latest-posts, .boxContent h2, legend{ font-size: 18px; }
	h4{ font-size: 18px; }
	h5{ font-size: 14px; }
	h6{ font-size: 12px; }
}

/* END TYPOGRAPHY
================================================== */

/* BUTTONS
================================================== */

a.btn, input[type='submit']{
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:none;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom:22px;
	border:none;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out; 
	
}

a.btn:hover, input[type='submit']:hover{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: none;
	border:none;
}

a.btn.btn-info {
	background: #49AFCD;
}
a.btn.btn-success {
	background: #5BB75B;
}
a.btn.btn-warning {
	background: #FAA732;
}
a.btn.btn-danger {
	background: #DA4F49;
}
a.btn.btn-inverse {
	color:#fff;
	background:#3c3c3c
}
a.btn.btn-inverse:hover {
	background:#fff;
	color:#444;
}


.btn.btn-lg {
	padding:22px 40px;
	font-size:22px;
}
.btn.btn-sm {
	padding:4px 12px;
	font-size:12px;
}
.btn.btn-xs {
	padding:0px 6px;
	font-size:10px;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
}


.btn-sm i, .btn i {
	width:1.5em;
	text-align: left;
	margin-right:0.5em;
	font-size: 1em;
}
.pager li > a {background:#eee; }
.pager li > a, .pager li > span {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:none;
}
.pager li a i {
	margin-top:0.1em
}
.btn.search {
	position:static;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	cursor:pointer;
}
input[type="submit"]:focus {
	outline:none;
	box-shadow: none;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* END BUTTONS
================================================== */


.maskParent {
	height:100%;
}

.owl-carousel blockquote {
	font-size: 22px;
}

.testimonial blockquote {
	padding:22px;
	border-radius: 5px;
	position:relative;
}

.testimonial .arrow{

	position:absolute;
	left:10%;
	bottom:-14px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color:  #ccc transparent transparent transparent;

}

.testimonial blockquote p {margin-bottom: 0;}
.testimonial span{margin-left: 22px;}
.testimonial blockquote {
	background:#ccc;
	color:#555;
}

/* WP CUSTOMIZATION
================================================== */
#wpadminbar{ position: fixed; }
img, .wp-caption { max-width: 100%; height: auto; }

/* END WP CUSTOMIZATION
================================================== */


/* BOOSTRAP CUSTOMIZATION
================================================== */
.hero-unit {
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.hero-unit h1{
	text-align: left;
}

.hero-unit blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.navbar {margin-bottom:0;}

.navbar-default {
	background:none;
	border:none !important;
	border-radius:0;
	box-shadow: none;
}

.navbar-default .navbar-nav>.active>a {
	box-shadow: none;
}

.navbar>.container .navbar-brand{
	margin-left: 15px;
}

.admin-bar>#globalWrapper>header.navbar-fixed-top{ margin-top: 46px; }

#globalWrapper>header.navbar-fixed-top{
	z-index:500;
}

.progress {
	box-shadow: none;
	background:#ddd;
}

.progress-bar {
	text-align: left;
	padding-left: 5px;
}

/*** BOOTSTRAP MEDIA QUERIES ***/

@media (max-width: 480px) {
	/*tabs*/
	.nav-tabs {width:100%;}
	.nav-tabs li {float:none;}
	.nav-tabs>li>a {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
}

@media (min-width: 768px) and (max-width: 979px)  {
	/*tabs*/
	.nav-tabs {width:100%;}
	.nav-tabs li {float:none;}
	.nav-tabs>li>a {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
}

@media(min-width:768px){
	.admin-bar>#globalWrapper>header.navbar-fixed-top{ 
		margin-top: 32px; 
	}
}

@media(min-width:1024px){ 
	.admin-bar>#globalWrapper>header.navbar-fixed-top{ 
		margin-top: 32px; } 
	}


/* END BOOSTRAP CUSTOMIZATION
================================================== */


/* HEADER
================================================== */

#home {
	height:100%;
	position:relative;
}

#home  .container {
	position:relative;
	overflow: hidden;
}

#homeTitle {
	margin-top:25%;
	text-align:center;
}

#mainHeader {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#mainHeader .navbar-inner {
	filter: none;
	min-height: 66px;
	border: none !important;
	background: #fff;
}

.navbar {
	border-bottom: 1px solid #ddd;
}



#mainLogo {
	display:block;
	width:170px;
	margin-right:20px;
	line-height:0;
}

#baseline {
	font-size: 1.4em;
	display:block;
	margin:2.8em 0 0 1.5em;
	float:left;
}

.brand img, img.media-object {
	margin-bottom:0;
}

.brand{
	display: block;
	margin:10px 0;
	float:left;
}

.navbar-toggle{
	margin:10px 0;
}


@media (min-width:1024px){
	.brand {
		margin:28px 0;
	}
}



/* END HEADER
================================================== */

/* PAGE
================================================== */
.page-header {
	padding:1.5em;
	margin:0;
	border-bottom:none;
}

.page-header h1 {
	margin-bottom:0;
}

.page-header p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.page-header.bigHeader {
	padding-bottom:0;
}

.page-header.bigHeader .span6 {
	padding-bottom:1.5em;
}

ul#navTrail{
	padding-left:0; 
}

ul#navTrail li{
	list-style-type: none;
	display: inline-block;
}

ul#navTrail a {
	color:#fff;
	font-weight: 800;
	text-decoration: none;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

ul#navTrail li:after {
	content:' / ';
	color:#fff;
	font-weight: 800;
	margin:0 5px;
}

ul#navTrail li:last-child:after {
	content:'';
}

section#content,
#pageContent {
	padding:45px 0;
}

/* END PAGE
================================================== */

/* MAIN MENU
================================================== */

.mainNav {
	margin-top:0;
}

#main-menu {
	margin:0 0 0 0;
}
#main-menu ul {
	margin:0;
	list-style-type: none;
}
#main-menu ul li {
	position: relative;
	margin:0;
}
#main-menu ul li a {
	display:block;
	text-decoration: none;
	margin: 0;
	font-size:14px;
	padding:20px 16px;
	text-transform:uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow:none;

}

#main-menu ul li a:hover{
	text-shadow:none;
}
#main-menu .nav .open>a, 
#main-menu .nav .open>a:hover, 
#main-menu .nav .open>a:focus{
	background:none;
}
/* mobile menu */
.navbar-collapse {
	padding:11px 0 22px 0;
}

.navbar-default .navbar-toggle {
	border:none;
	margin-right:0;
}


/* =============== SSMENU =================*/
#main-menu ul ul {
	display:none;
	padding:0;
	margin-left:10px;
}

#main-menu ul ul li {
	float: none;
	clear:both;
	background: none;
}

#main-menu ul ul li a {
	border: 0;
	margin: 0;
	display: block;
	text-align: left;
	text-transform: none;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	color: #444444;
	height:auto;
	padding:11px;
}

#main-menu ul ul li.hover>a, #mainMenu ul ul li.Shover>a {
	background-image:url('../images/icons/main-nav-hoverstate.png') !important;
	background-repeat:no-repeat !important;
	background-position:90% center !important;
	color:white !important;
}

#main-menu ul li ul li a.last {
	margin-bottom:3px;
}



#main-menu ul ul ul:before {
	background:none;
}

#subnav ul li {
	line-height:2em;
	text-transform:uppercase;
}

#main-menu .nav .caret{
	display:none;
}


#main-menu ul li ul li ul:before{
	content: "";
}

.navbar-nav ul li a[data-toggle]:after {
	content: '\e75e';
	display: block;
	float:right;
}

.navbar-nav .Nactive .subMenu{
	margin-left:10px;
}



/*** MEDIA QUERIES ***/
@media (max-width: 240px) {
	.container, .navbar .container{padding:0 20px;}
}

@media (max-width: 480px) {
	.container, .navbar .container{padding:0 20px;}
}

@media (max-width: 767px) {
	.container, .navbar .container{padding:0 20px;}
}

@media (min-width: 768px) and (max-width: 979px)  {
	.container, .navbar .container{padding:0 20px;}
}

@media (min-width: 979px) and (max-width: 1200px) {
	.container, .navbar .container{padding:0 40px;}
}

@media (max-width: 1024px) {

	#mainHeader .container{ 
		width: auto !important; 
		padding: 0 20px !important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
		max-height: 400px;
		overflow-y: auto!important;

	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
		display: block!important;

	}
	.collapsing {
		overflow: hidden!important;
	}
	.navbar-right {
		float: none!important;
	}

	#mainMenu ul li a {
		height:auto !important;
		line-height: 14px !important;
		padding: 20px 16px !important;
	}
}

@media(min-width:1025px){

	#main-menu {

		background: transparent;
	}

	#main-menu ul ul {
		position: absolute !important;
		left: 0;
		min-width: 200px;
		background-color:#454545;
		z-index: 9999;
		color: white;
		margin: 0;
	}



	#main-menu ul ul ul {
		left: 130px;
		top: 0px !important;
	}

	#main-menu ul ul li a {
		padding: 22px;
		background: none;
		color: #eee;
	}
	#main-menu ul li a {
		padding:10px 16px;
	}
	.navbar-collapse {
		padding:0;
	}
}

/* END MAIN MENU
================================================== */

/* SOCIAL ICONS
================================================== */

ul.socialNetwork {
	margin:11px 0 0 0;
	display:block;
	padding:0;
}
.socialNetwork li {
	display:inline-block;
}
.socialNetwork li:not(:last-child) a i.iconRounded {
	margin-right:5px;
}
.socialNetwork li a {
	display:block;
	line-height:1.5em;
}

/*** sharreme ****/
.buttons .button{
	float: left;
	margin-right: 10px;
}

.buttons .button.twitter{margin-right:0;}

a:hover i.iconRounded {color: #fff;}
a.socialIcon-rss:hover i.iconRounded {background: #F56505;}
a.socialIcon-facebook:hover i.iconRounded {background: #3B5998;}
a.socialIcon-twitter:hover i.iconRounded{background: #33ccff;}
a.socialIcon-flickr:hover i.iconRounded {background: #ff0084;}
a.socialIcon-google:hover i.iconRounded {background: #BD3518;}
a.socialIcon-dribbble:hover i.iconRounded {background: #f46899;}
a.socialIcon-linkedIn+:hover i.iconRounded {background: #007BB7;}
a.socialIcon-tumblr:hover i.iconRounded {background: #3a5976;}
a.socialIcon-reddit:hover i.iconRounded {background: #cee3f8;}
a.socialIcon-yahoo:hover i.iconRounded {background: #65106e;}
a.socialIcon-deviantart:hover i.iconRounded {background: #425247;}
a.socialIcon-vimeo:hover i.iconRounded {background: #0590B8;}
a.socialIcon-youtube:hover i.iconRounded {background: #c8302d;}
a.socialIcon-custom1:hover i.iconRounded {background: #ccc;}
a.socialIcon-custom2:hover i.iconRounded {background: #ccc;}
a.socialIcon-custom3:hover i.iconRounded {background: #ccc;}
a.socialIcon-custom4:hover i.iconRounded {background: #ccc;}

.socialShare {
	list-style-type: none;
	padding:0 0 22px 0 ;
	margin:0;
}

.socialShare li {
	padding:0;
	margin:0;
	display:inline-block;
}
.socialShare li.shareTitle {
	margin-right: 11px;
}
.socialShare li a i{
	color:#ccc;
	width:30px;
}


/* END SOCIAL ICONS
================================================== */


/* VIDEO
================================================== */

/* ytPlayer */
#videoBg { height:100%; position: relative; }
.videoBg { display: block; width: 100%; height: 100%;}

/* MediaElementJs */
.mejs-container, .mejs-embed, .mejs-embed body{
	background: #000 !important;
}

.mejs-controls .mejs-button button:focus {
	outline: none!important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: rgba(255, 255, 255, 0.18)!Important;
}

.mejs-container {
	background-color: transparent!important;
	background-image: none!important;
}

.mejs-container .mejs-poster img, .wp-video {
	max-width: none!important;
	width: 100%!important;
}

body .mejs-poster {
	background-size: cover;
}

.wp-video-shortcode {
	max-width: 100%;
}

.neko-video-html5 video {
	max-width: 100%;
}

.neko-video-html5{
	position: static;
	width: 100%;
	height: 100%;
	padding-bottom:20px !important;

}

/* END VIDEO
================================================== */

/* ??
.bulle {
	padding: 1.66em;
	position: relative;
	margin-bottom: 1em;
	margin-right:5px;
	border: none;
	font-size:1.1em;
	line-height:1.25em;
	text-align:left;
	-webkit--radius: 4px;
	-moz--radius: 4px;
	border-radius: 4px;
	background-color: #ddd;
}
.bulle h2 {
	border:none;
	margin-bottom: 0.5em;
	padding:0;
}
.bulle a:hover {
	text-decoration:none;
}
.bulle .arrow {
	position:absolute;
	right:-15px;
	top:40%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ddd;
	pointer-events: none;
}
.bulleLeft .arrow {
	left:-15px;
	border-width: 10px 15px 10px 0;
	border-color: rgba(255, 255, 255, 0) #ddd rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.bulleBottom .arrow {
	left:10%;
	bottom:-14px;
	top:auto;
	border-width: 15px 10px 0 10px;
	border-color:  #ddd rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.ie8 .bulle .arrow, .ie8 .bulleBottom .arrow, .ie8 .bulleLeft .arrow {
	border-color:transparent;
	zoom: 1;
}
/* End bulle */
/**/


/* SHORTCODES
================================================== */
/* ================  ==================*/

/* Call to action */
.contentSection .ctaBox h1:after{
	content:none;
}

/* latestPost */
.latestPost .postContent {
	margin-left: 60px;
	background: #FFF;
	padding: 22px;
}

/* END SHORTCODES
================================================== */

/* ONE PAGE
================================================== */

/* Preloader one page */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background-color:#fff;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	margin:-100px 0 0 -100px; /* is width and height divided by two */
	text-align: center;
	padding-top: 20px;
	background : url(../images/preloader.gif) no-repeat center center;
}

/*** fullscreen image ***/
.fullscreenSection {
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: top center;
}

.fullScreenContentWrapper{
	height: 100%;
	overflow:hidden;
}
/*** fullscreen video ***/

.fullScreenVideo {position:relative;}

.fullScreenVideoContentWrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.fullScreenContent {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.centerFullScreenContent {display:table; height:100%; width:100%;}

/*** end fullscreen video ***/

/*** home sections ***/
.contentSection{
	background-repeat: no-repeat;
	background-size: cover;
}

.contentSection h1 {
	margin-bottom: 78px;
	text-align:center;
	position:relative;
}
.contentSection h1.smallerMargin {
	margin-bottom: 44px;
}

.contentSection h1:after {
	display: block;
	height: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 50px;
	content: '';
	bottom: -25px;
	position: absolute;
	margin-left: -25px;
	left: 50%;
	background-color:#555; /* inherit from section color */
}

.contentSection p.lead {
	margin-bottom: 2em;
	text-align:center;
}

.nekoAlOver{
	position:relative;
	z-index:2;
}

/*** arrows navigation ***/
.arrowsNav {
	height:0px;
	position:relative;
	z-index:100;
}

.arrowsNav.arrowBottom {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left: -25px;
	top:auto!important;

}

.arrowsNav.arrowTop  .navDown{
	margin-right: -25px;

}

.navUp, .navDown {
	position:absolute;
	width:50px;
	height:25px;
	display:block;
	text-align:center;
	z-index:2;

}
.navDown {
	right:50%;
	margin-right:25px  -webkit--border-radius:0 0 50px 50px;
	-moz--border-radius:0 0 50px 50px;
	border-radius:0 0 50px 50px;
	top:0;

}
.navUp {
	left:50%;
	-webkit--border-radius:50px 50px 0 0;
	-moz--border-radius:50px 50px 0 0;
	border-radius:50px 50px 0 0;
	bottom:0;

}
.navDown i, .navUp i {
	font-size: inherit;
	padding-top: 0;
}

/*.navDown i {
	padding-top: 3px;
}
.navUp i {
	padding-top: 5px;
}
*/
/*** end arrows navigation ***/

/*** edit links ***/
.editLinkWrapper {
	/* used for parallax */
	position:relative;
}

.mainSection {
	position:relative;
}

.mainSection.parallaxslice,
.mainSection.fullscreenSection {
	position:static;
}

.mainSection a:link.post-edit-link,
.mainSection a:visited.post-edit-link {
	position: absolute;
	left:1em;
	bottom:1em;
	z-index: 499;
}


a.post-edit-link i {
	width:22px;
	font-size:11px;

}
.mainSection a.post-edit-link {
	opacity:0;
	-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Hack IE8 */
	filter: alpha(opacity = 0); /* Hack IE 5-7 */
	-webkit-transition: opacity 0.5s ease-in-out;/* transition pour Chrome et Safari */
	-moz-transition: opacity 0.5s ease-in-out;/* transition pour Firefox */
	-o-transition: opacity 0.5s ease-in-out;/* transition pour Opéra */
	transition: opacity 0.5s ease-in-out;
}

.mainSection:hover a.post-edit-link {
	opacity:1;
	display:block;
	-ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* Hack IE 8 */
	filter: alpha(opacity = 90); /* Hack IE 5-7 */
}

a.post-edit-link:hover, a.comment-edit-link:hover {
	text-decoration: none;
}
/*** end edit links ***/

/*** ONE PAGE media queries ***/
@media (max-width: 767px) {
	.slice { background-size: 200% 100%; }
}
@media (min-width: 768px) and (max-width: 979px)  {
	.slice { background-size: 200% 100%; }
}
@media (min-width: 980px) and (max-width: 1024px)  {
	.slice {background-size: 200% 100%; }
}


/* END ONE PAGE
================================================== */

/* PARALLAX STUFF
================================================== */
.parallaxslice:last-child {
	display:none;
}

.parallaxslice {
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;

}

.maskParent {
	position: relative;
	height:100%;
	width:100%;
	overflow: hidden;
}

.paralaxText {
	padding-top:66px;
	padding-bottom:66px;
	text-align:center;
	position: relative;

}

.paralaxText  {
	text-align: center;
}

.paralaxText h1,
.paralaxText h2,
.paralaxText h3,
.paralaxText h4,
.paralaxText h5,
.paralaxText blockquote p,
.paralaxText p{
	color:#fff;
}

.paralaxText h1,
.paralaxText blockquote p{
	text-transform:uppercase;
	font-size: 22px;
}

.textShadow h1,
.textShadow h2,
.textShadow h3,
.textShadow h4,
.textShadow h5,
.textShadow blockquote p{
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2);
}


.paralaxText blockquote p:before, .paralaxText blockquote p:after {color:#fff;}

.paralaxText i {display: inline-block;}

.overlayMask {
	width:100%; 
	height:100%;
	overflow:hidden;
	position:absolute;
}


/*** PARALLAX MEDIA QUERIES ***/

@media(min-width:768px){
	.paralaxText h1, .paralaxText blockquote p{
		font-size: 44px;
	}	
}

@media(min-width:1200px){

	.parallaxslice{
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}

	.fullscreenSection{
		background-attachment: fixed;
	}
}


/* PARALLAX STUFF
================================================== */


/* FOOTER
================================================== */

/*fullwidth footer*/
#mainFooter .col-md-12 {text-align: center;}
#mainFooter .col-md-12 address{font-size: 2em; font-weight: 800;}
#mainFooter .col-md-12 .iconWrapper {margin-bottom: none;margin-top:10px;}
#mainFooter .col-md-12 .contact-phone {color:#eee;}

@media (min-width: 992px) {
	#mainFooter .col-md-12 address{font-size: 6em;}
}

footer {
	border-top:none;
}

footer #mainFooter .footer-widget-col {
	margin:3em 0;
	font-size: 12px;
}

/* footer widgets */
footer .footer-widget-col ul {
	list-style-type: none;
	padding-left: 0;
	font-style: normal;
}

footer li {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	padding-bottom:1em;
}

.socialNetwork li {
	border:none;
}

footer li a:hover {
	text-decoration: none;
}

footer #copyright {
	padding:2.5em 0;
	text-align: center;
	font-size: 12px;
}

footer #copyright p {
	font-size: 12px;
	margin-bottom: 0 
}

ul.flickr {
	list-style-type:none;
	padding:0; 
	margin:0;
}

ul.flickr li{
	float:left;
	padding:0;
	margin:0 5px 5px 0;
	border:3px solid #eee;
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.widget_recent_entries a {
	display:block;
}

/* END FOOTER
================================================== */

/* FORM
================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select{
	color: #444;
	background-color: #eee;
	border: 1px solid #eee;
	display: block;
	margin-bottom: 22px;
	width: 100%;
	padding:  10px 7px;
	box-sizing: border-box;
    border-radius: 0;
}

select{
	padding: 10px 15px;
	height: 40px;
}

textarea {
	height:100px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #ccc;
	color: #333;
	background-color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline:0;

}

label{
	font-weight: normal;
	font-size: 14px;
	color:#555;
}


/*** Contact form styles ***/

form div.wpcf7-validation-errors, form div.wpcf7-mail-sent-ng
{
	background: #EC5959;
	border: 1px solid #AB3535;
	padding: 1em;
	color: #FFF;
	font-size: 18px;
}

form input.wpcf7-not-valid {
	border: 1px solid #EC5959; 
	background: #FFE6E6;
}
form span.wpcf7-not-valid-tip {
	color:#EC5959;
}

form div.wpcf7-response-output {
	margin: 0;
}
form .wpcf7-submit {
	margin-bottom: 0;
}

/** success **/
form div.wpcf7-mail-sent-ok {
	border: 1px solid #398F14;
	background: #B4E49F;
	color: #398F14;
	padding: 1em;
}

/*** end Contact form styles ***/


/* END FORM
================================================== */


/* BLOG
================================================== */
/*** wp default ***/

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}

/** blog layout ***/
.entry-media{ 
	overflow: hidden; 
	display: block; 
	margin-bottom:22px;
}

.entry-summary{
	word-wrap: break-word;
}

.format-gallery .entry-media{ 
	display: block;
}

.blog-medium .entry-media{
	width:50%;
	float:left;
}

.blog-medium .entry-summary{
	padding-left: 20px;
	overflow:hidden;
}

.gridBlog{
	opacity: 0;
}

.blog-grid article {
	background:#fff;
	padding:22px;
	border:1px solid #ddd;
	border-bottom-width:2px;
	margin-bottom: 22px;

}

.blog-grid h2.entry-title {
	/*font-size: 18px;*/
	margin-bottom: 0.5em;
}

.blog-grid .entry-summary {font-size: 12px;}

.blog-grid .format-aside .statusText,
.blog-grid .format-status .statusText {
	padding-left: 0
}

h1.entry-title,
h2.entry-title {
	margin-bottom: 1.25em;
}

h1.entry-title i,
h2.entry-title i {
	color:#999;
	font-size: 28px;
	margin-right: 2px;
}

h2.entry-title a {
	color:#222;
}

h2.entry-title a:hover {
	text-decoration:none;
}

ul.entry-meta {
	margin: 0 0 12px 0;
	padding: 0;
}

ul.entry-meta li{
	display: inline-block;
	margin: 0 10px 10px 0;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height:14px;
	padding:5px;
	color:#777;
	border-radius:4px;
	moz-border-radius:4px;
	webkit-border-radius:4px;
}

ul.entry-meta li a {
	color:#777;
}

ul.entry-meta li a:hover{
	text-decoration:none;
}

ul.entry-meta li i {
	font-size: 10px;
	width:15px;
}

ul.entry-meta [class^="icon-"], [class*=" icon-"] {
	line-height: 1em;
}

ul.entry-meta li, .blog-grid ul.entry-meta li {
	background-color:#eee;
}

/*target chrome only for better vertical align of icon*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.entry-meta [class^="icon-"], [class*=" icon-"]{
		line-height: 1.5em;
	}
}

article.post,
article.latestPost {
	position:relative;
}

.postMeta {
	width:60px;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content {position:relative;}

.postDate {
	background-color:#FFFFFF;
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 2;
	display: block;
	text-align: center;
	line-height: 1;
	padding: 0.75em;
}

.postDate .dateDay.bigHeading  {
	display: block;
	margin: 0px auto 5px auto;
	font-size: 44px;
	color:#555;
	line-height:1em;
	color:#555;

}

.postDate .dateMonth {
	font-weight: 400;
	font-size:14px;
	display: block;
	text-transform: uppercase;
	text-align:center;
	width: 100%;
	padding: 0.5em 0;
	border-bottom: 3px solid #555; /* inherit from primary color */
	color:#555;
}

.sticky {
	border:1px solid #ddd;
	background:#eee;
	padding:22px;
	float:left;
	display:block;
	width:100%;
}

/* post format aside and status */
.format-aside .entry-content, .format-status .entry-content{
	padding:22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:22px;
	background-color: #eee;
	float: left;
	width: 100%;
	padding:54px;
}

.format-aside .statusText,
.format-status .statusText {
	padding-left: 100px;
	font-size: 22px;
}

.format-aside .postDate ,
.format-status .postDate,
.noPics .postDate {
	position:static;
	float:left;
}


.statusText .avatar {
	border-radius:50%;
	border:3px solid #fff;
	position: absolute;
	left: 54px; 

}

.gridBlogItem .statusText .avatar{
	bottom: 3px;
	right: 3px;
	left: auto;
}

.format-status .statusText{
	padding-left: 120px;
}

/* post format link */

.format-link .btn{
	text-transform: none;
	white-space: normal;
	text-align: left;
	padding:54px;
	width:100%;
	font-weight: normal;
}
.format-link .btn h2{
	margin-bottom: 0.5em;
}

.noPics .neko-latest-content{padding-left: 100px;}

/* post format Quote */

.format-quote blockquote {
	text-align: center;

}

.format-quote blockquote p {
	display:inline;
	font-size: 33px;
}

/* post format wordpress gallery */

.gallery {
	margin: auto;
	padding:20px 10px 0 20px;
	background:#fff;
	margin-bottom: 22px;
	border:1px solid #eee; 
}

.gallery-item {
	float: left;
	margin: 0 5px 20px 0;
	text-align: center;
}

.gallery img {
	border: 1px solid #ccc;
}

.gallery-caption {
	margin: 11px 0 0 0;
	font-size: 12px;
}


/* post edit links */

a.post-edit-link, a.comment-edit-link{
	padding: 4px 6px;
	font-size:12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	margin-bottom: 22px;
	background:#C33434;
	color:#fff!important;
	margin-top: 10px;
	line-height: 18px
}

a.post-edit-link:before,
a.comment-edit-link:before {
	content:'\270e';
	display: inline-block;
	margin-right: 5px;
	font-family: "custom-icons";
	font-weight: normal;
}

/** tables **/

.post table td,
.post table th {
	background-color: #fff;
	padding: 11px;
}
.post table th {
	background-color: #eee;
}

.post table  {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
.post table  th,
.post table  td {
	border: 1px solid #ddd;
}


/** pagination **/
.pagination {
	margin:0 0 22px 0;
}
.pagination ul{
	display: inline-block;
	padding-left: 0;
	margin:0;
	border-radius: 4px;
}

.pagination li {
	display: inline;
}

.pagination li>a,
.pagination li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-right: 5px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #FFF;
	border: none;
	border-radius: 4px;
}

.pagination li>a:hover,
.pagination li>span.current {
	color:#fff;
}

/*** tags ***/
.entry-tags ul {
	margin:1.5em 0;
	padding:0;
}

.entry-tags ul li{
	display:inline-block; list-style:none;
	font-size:0.85em; 
	margin-right:10px;
}

/**** protected post ****/
.post-password-form label {
	display:block;
}

.format-aside .post-password-form input[type="password"] {
	background-color:#fff;
	color:#555;
}

.format-status .post-password-form input[type="submit"] {
	background-color:#555;
	color:#fff;
}

/*** comments ***/
#respond code {
	color:#444;
	white-space: normal;
}

.commentlist .bypostauthor {
	background: #eee!important
}

.commentlist li ul.children li.bypostauthor {
	background: #eee!important;
}

.commentlist {
	padding:0;
	margin:0;
}

.commentlist li.comment {
	padding:22px;
	border:1px solid #ccc;
	background:#fff;
	list-style-type: none;
	position:relative;
	margin-bottom: 22px;
}

.commentlist li.comment>div{
	padding-left: 50px;
}

.commentlist li.comment .fn {
	font-weight: bold;
}

.commentlist li.comment .avatar {
	position: absolute;
	left:22px;
}
.commentlist .reply {
	position: absolute;
	top: 22px;
	right: 22px; 
}

a.comment-reply-link {
	background:#eee;
	display: block;
	padding:5px 10px;
	font-size:12px;
	border-radius:4px;
	text-decoration: none;
}

a.comment-reply-link:hover {
	/* background color and text-color in custom styles */
	text-decoration: none;
}

/*** end comments ***/

/*** Blog large ***/
.blog-large h1.entry-title,
.blog-large h2.entry-title,
.blog-large .format-link .btn {
	text-align: center;
}

.blog-large h1.entry-title i,
.blog-large h2.entry-title i {
	display: block;
	background: #E0E0E0;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	line-height: 70px;
	margin: 0 auto 1em auto;
	color: #FFF;
	text-align: center;
}

/*** End Blog large ***/

/*** archives ***/
.page-header h1 span{
	font-size: 50%;
	display: block;
}

/*** Search page ***/
#searchResulsform {
	margin-bottom: 3em;
	text-align: center;
	padding:22px;
	background:#fff;
}

/*** end archives ***/

/* END BLOG
================================================== */

/* SIDEBARS & WIDGETS
================================================== */
.widget {
	margin-bottom: 22px;
	margin-top: 22px;
}
.widget fieldset {
	padding:0;
	margin:0;
	border:none;
}
footer .widget {margin-top: 44px;} 

.widget ul {list-style-type: none;margin:0; padding:0;}
.widget li a:before {
	font-family: 'custom-icons';
	margin-right:0.5em;
	content:'\e805';
}

/* no arrow for social icons */
.widget ul.socialNetwork li a:before {
	content:'';
	margin-right: 0;
}

.widget li a:link,
.widget li a:visited {
	font-size: 13px;
}

.widget li a:hover {
	text-decoration: none;
}

.widget_rss ul li {
	margin-bottom: 16px;
}

.widget_rss cite {
	font-style: italic;
}

.widget_rss .rss-date {
	display: block; color: #999;
}

/* tabs */
/* remove arrow for tabs widget */
.widget .nav-tabs li a:before,
.widget .tab-content li a:before {
	content:' ';
	margin:0
}

.widget .tab-content li {
	display:block;
}

.widget .nav-tabs li i {
	font-size: 10px;
	width:22px;
}

.tab-content {
	padding: 1.5em;
	font-size:11px;
	background: #f7f7f7;
	float:left;
	margin-bottom: 1.5em;
}
.widget .tab-content{
	margin-bottom:0;
	width: 100%;
}

.tab-content h3 {
	font-size:14px;
	margin-bottom:0;
}

.tab-content a.readMore {
	margin-top:0;
} 

.nav-tabs {
	margin:0;
	border-bottom: none;
	border-bottom: none;
	float:left;
	width:100%;
}

.nav-tabs>li {
	margin:0;
}

.nav-tabs>li>a {
	color:#555;
}

.nav-tabs>li>a,
.nav-tabs>li.active>a,
.nav-tabs>li>a:hover,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border:none;
}

/* tag cloud */
.tagcloud a:link,
.tagcloud a:visited {
	background-color: #CCC;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 3px 14px 0;
	padding: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1em;
} 

/* calendar widget */
#calendar_wrap{
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px;
}
#wp-calendar {
	color: #666;
	font-size: 12px;
	width: 100%;
}

#wp-calendar caption {
	color: #444;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

#wp-calendar tbody td {
	color: #666;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 8px;
	text-align: center;
	font-weight: bold;
	border: 1px solid;
	border-color: #fff;
	background: #ededed;

}

#wp-calendar tbody td.pad {
	background: transparent;
}

#wp-calendar tfoot td#prev {
	text-align: left
}

#wp-calendar tfoot td#next {
	text-align: right
}


/* Flickr widget - (Flickr Badges Widget) */
.flickr_badge_image {
	width:87px;
	height:87px;
	overflow:hidden;
	margin:0 5px 5px 0;
	float:left;
}

#mainFooter .flickr_badge_image {
	width:62px;
	height:62px;
}

/* End Flickr widget */

/*** widget contact ***/

address {
	margin-bottom: 0;
}

address span {
	display:block;
	margin-bottom: 5px;
}

span.contact-company {
	font-weight: bold;
}


/* END SIDEBARS & WIDGETS
================================================== */

/* MAGNIFIC POPUP
================================================== */

.mfp-figure {
	padding:0 20px;
	background-color:#fff;
}

.mfp-bottom-bar {
	background-color:#fff;
}

.mfp-image-holder .mfp-close {
	color:#555;
	padding-right: 23px
}

.mfp-title {
	color:#444;
	padding:20px;
}

/* MAGNIFIC POPUP
================================================== */

/* SLIDERS
================================================== */
/*** SUPERSIZED ***/
/* used also for fullscreen image and fullscreen video*/
.slidecaption {
	text-align:center;
	position:relative;
}

.slidecaption h1,
.slidecaption h2,
.slidecaption h3,
.slidecaption h4,
.slidecaption blockquote p,
.slidecaption span,
.slidecaption div,
.slidecaption a {
	text-align:center;
	color:white;

}

.slidecaption h1,
.slidecaption h2,
.slidecaption h3 {
	padding: 0;
	margin-bottom:11px;
}

.slidecaption h1:after {
	content:none;
}

.slidecaption h2 {
	font-weight: 400;
	font-size: 2.5em;
}

.slidecaption blockquote p {
	font-weight: 300;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 0.5em 0;
	background:none;
}

.slidecaption p {
	padding:1.5em;
	display: inline-block;
}
/*** END SUPERSIZED ***/

/*** REVOLUTION SLIDER ***/
.tparrows.preview2:after {
	margin-top: -20px!important;
}

.tp-leftarrow.navbar, .tp-rightarrow.navbar {
	border-bottom:0;
	min-height:0;
	border:none;
}

/* custom navigation */

.tp-leftarrow.custom, .tp-rightarrow.custom {
	background:none!important;
	line-height: 40px
	text-align:center;
}

.tp-rightarrow.custom:before, .tp-leftarrow.custom:before{
	font-family: 'custom-icons'!important;
	color:white;
	font-size: 40px!important;
}

.tp-rightarrow.custom:before{
	content: '\e75e'!important;
}

.tp-leftarrow.custom:before{
	content: '\e75d'!important;
}

.tp-bullets.custom .bullet, .custom .tp-bullet {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #FFF!important;
	display: inline-block;
	margin: 0 5px;
	opacity: 0.5;
}
.tp-bullets.custom .bullet:hover,
.tp-bullets.custom .bullet.selected,
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	cursor:pointer;
	opacity: 1;
}

@media (min-width: 768px) {
	.slidecaption blockquote p{
		font-weight: 800;
		font-size: 3.21em;
	}
}
/*** END REVOLUTION SLIDER ***/

/*** OWL CAROUSEL ***/

.owlCarousel-caption{
	position:absolute;
	left:0;
	bottom:0;
	padding:10px;
	background: rgba(255, 255, 255, 0.5);
	width:100%;
}

/* OWL WITH THUMB*/

.nekoGalThumbNav{ 
	display: inline-block !important; 
	width:142px !important; 
	height:90px !important; 
	border-radius: 0 !important;
	margin:0 !important;
	margin:10px 10px 0 0!important;
}

.owl-pagination .owl-page:last-child .nekoGalThumbNav{
	margin-right:0 !important;
}

/** pagination **/
.owl-theme .owl-controls .owl-page span.owl-numbers {
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.owl-item blockquote p {
	font-size: 30px;
}

/*** END OWL CAROUSEL ***/

/* END SLIDER
================================================== */

/* PRICING TABLE PLUGIN
================================================== */

.neko_pt_style_3 .nk-pricing-table .nk-price h3 {
	text-shadow:none;
}

.neko_pt_style_3 .nk-price h3 {
	font-weight: lighter;
}

.neko_pt_style_3 p.nk-sign .btn {
	border-radius: 0;
	border:none;
}

/* theme 5 */
.neko_pt_style_5.pricingBloc h2 {
	background-color: transparent!important;
} 

.neko_pt_style_5 p.nk-sign .btn {
	padding: 13px 22px;
	font-size: 12px;
	border-radius: 0;
	border:none;
}

/* theme 7 */
.neko_pt_style_7.pricingBloc h2 {
	background-color:transparent!important;
}

/* END PRICING TABLE PLUGIN
================================================== */

/* PORTFOLIO PLUGIN
================================================== */

#neko-ajax-content .portfolio-content{
	background:#010101;
}

#neko-ajax-content .neko-portfolio footer.item-footer {
	background:transparent;
}
#neko-ajax-content .pager li > a.prev-next-ajax:not(:hover) {
	background-color:#333;
	color:#fff;
}
#neko-ajax-content .portfolio-close {
	background:#333;
	color:#fff;
}
#neko-ajax-content footer li {
	border:none;
}
#neko-ajax-content .pager li > a,
.neko-portfolio-single .pager li > a {
	margin-right: 5px;
}
#neko-ajax-content .pager li > a.prev-next-ajax {
	background-color: transparent;
}
.neko_portfolio_portfolioItem .boxContent a:hover {
	text-decoration: none;
}

nav.neko-portfolio-filter {
	margin-bottom: 0;
}

nav.neko-portfolio-filter a {
	background-color: #eee;
	color: #555;
	padding: 4px 12px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: none;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom: 22px;
	border: medium none;
	transition: all 0.8s ease-out 0s;
	white-space: pre-line;
	outline:none;
}
.neko-portfolio .more-link {
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
}
.neko-portfolio .more-link:before {
	content:'→ ';
}
.neko-portfolio h1 {
	text-transform: none;
}

#neko-related-works footer.item-footer {
	padding:1em;
}
#neko-related-works footer.item-footer h2 {
	font-size: 18px;
}
#neko-related-works footer.item-footer p {
	font-size: 14px;
}

/* prev / next */
.neko-portfolio-single-nav.pager li > a {
	height:auto;
	padding: 0 0 3px 0;
	padding-left: 7px;
	padding-right: 7px;
}


.neko-portfolio-icon-left-open-big::before {
	content:'‹';
}

.neko-portfolio-icon-right-open-big::before {
	content:'›';
}


/* END PORTFOLIO PLUGIN
================================================== */



/* #MEDIA QUERIES
================================================== */




/* NEKO CSS FRAMEWORK
================================================== */
/*** utilities classes ***/
.mb0{
	margin-bottom:0;
}
.mt0{
	margin-top:0;
}
.pb0{
	padding-bottom:0;
}
.pt0{
	padding-top:0;
}
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}

.pb15 {
	padding-bottom:1.5em;
}
.pb30 {
	padding-bottom:3em;
}
.pb40 {
	padding-bottom:4em;
}
.pt15 {
	padding-top:1.5em;
}
.pt30 {
	padding-top:3em;
}
.pt40 {
	padding-top:4em;
}


.noMargin {
	margin:0!important;
}
.noPaddingBottom {
	padding-bottom:0;
}
.noPaddingTop {
	padding-top:0
}


/* sections padding */

.pbLarge {
	padding-bottom:44px;
}
.pbMedium {
	padding-bottom:33px;
}
.pbSmall {
	padding-bottom:10px;
}
.pbDefault {
	padding-bottom:22px;
}
.ptLarge {
	padding-top:44px;
}
.ptMedium {
	padding-top:33px;
}
.ptSmall {
	padding-top:10px;
}
.ptDefault {
	padding-top:22px;
}

@media(min-width:768px){

	.pbLarge {
		padding-bottom:122px;
	}
	.pbMedium {
		padding-bottom:66px;
	}
	.pbSmall {
		padding-bottom:33px;
	}
	.pbDefault {
		padding-bottom:96px;
	}

	.ptLarge {
		padding-top:122px;
	}
	.ptMedium {
		padding-top:66px;
	}
	.ptSmall {
		padding-top:33px;
	}
	.ptDefault {
		padding-top:96px;
	}
}

.noBorder {border:none!important;}

.utilities_demo {padding-left: 1.5em; padding-right: 1.5em;}

/*** end utilities classes ***/

/*** lists ***/
/* icons */
.iconList {
	list-style-type: none;
	padding-left: 0;
}

.iconList li:before {
	content:'\e805';
	font-family: 'custom-icons';
	font-size: 10px;
	text-align: left;
	padding: 0;
	margin:0;
	display:inline-block;
	margin-right:10px;
	line-height:1em;
}

.iconList li {padding:5px;}

/* border */
.borderList li {
	border-bottom: 1px solid rgba(125,125,125,0.5);
}

/*** End lists ***/

/*** icons ***/
i {
	font-size:14px;
	width: 36px;
	display: inline-block;
}

.iconRounded{
	border-radius:50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size:14px;
	color:#fff;
}

.iconRounded:before{
	margin: auto;
	text-align: center;
	line-height: 40px;
}

.iconBig{
	font-size: 40px;
}

.iconBig.iconRounded{
	width:100px;
	height: 100px;
}

.iconBig.iconRounded:before{
	line-height: 100px; 
}

.iconMedium {
	font-size: 22px;
}

.iconMedium.iconRounded{
	width: 75px;
	height: 75px;
	font-size:33px;
}

.iconMedium.iconRounded:before{
	line-height: 75px;  
}

.iconSmall:before {
	font-size: 10px;
}

.iconSmall.iconRounded{
	width: 26px;
	height: 26px;
}

.iconSmall.iconRounded:before{
	line-height: 26px;  
}

/* iconWrapper */

.iconLinks a  {
	display:inline-block;

}

.iconWrapper i:before {
	margin:0 !important;
}

i.iconRounded:hover, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

/*** end icons ***/

/*** boxes ***/

.boxContent {padding:22px; /*background:#eee;*/}
.boxContent h2, .boxContent h3, .boxContent p {text-align: center;}
.boxContent p {margin-bottom: 0;}

.boxContent.color0{background:none; color:#333;}

/*** End boxes ***/

/*** hover images ***/
.imgHover{
	-webkit-backface-visibility: hidden;
	position:relative;
	text-align: center;
	display: block;
}

.imgHover img{
	display: inline-block;
}


.imgHover .mask {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
	width: 100%;
	height: 100%;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   
}

.imgHover .iconWrapper{
	position: absolute;
	top:50%;
	z-index: 4;
	display: none;
	width: 100%;
	margin-top:-20px;
}

.opacityZero{
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.imgHover .iconWrapper a{
	display: inline-block;	
}

.imgHover .iconWrapper a:not(:last-child){
	margin-right: 5px;
}

/*** end hover images ***/

/*** to top ***/

#nekoToTop{
	position: fixed;
	bottom: 10px;
	right: 20px;
	padding:5px;
	display:none;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	line-height: 37px;
	text-align: center;
	z-index:5;
	margin-bottom: 0;
}

#nekoToTop i{
	margin: 0;
}

/*** end to top ***/

/* END NEKO CSS FRAMEWORK
================================================== */

/* SHORTCODES DEMO
================================================== */

div.shortcode {
	background: #fefefe;
	color: #444;
	padding: 1em;
	margin-bottom: 2em;
	border:1px solid #ccc;
	border-radius: 4px;
	padding-top: 40px;
	position: relative;	
}

div.shortcode:before {
	content: 'Hint & Shortcode';
	color: #ddd;
	position: absolute;
	top: 5px;
	font-size: 20px;
	width: 98%;
	margin-bottom: 5px;
	display: block;
}

/* END SHORTCODES DEMO
================================================== 

/* NEKO TEAM V2.0
================================================== */

/* TODO change color on hover depending on social network */
/*a.socialIcon-facebook:hover i.iconRounded {background: #3B5998;}
a.socialIcon-twitter:hover i.iconRounded{background: #33ccff;}
a.socialIcon-flickr:hover i.iconRounded {background: #ff0084;}
a.socialIcon-google:hover i.iconRounded {background: #BD3518;}
a.socialIcon-dribbble:hover i.iconRounded {background: #f46899;}
a.socialIcon-linkedIn+:hover i.iconRounded {background: #007BB7;}
a.socialIcon-tumblr:hover i.iconRounded {background: #3a5976;}
a.socialIcon-reddit:hover i.iconRounded {background: #cee3f8;}
a.socialIcon-yahoo:hover i.iconRounded {background: #65106e;}
a.socialIcon-deviantart:hover i.iconRounded {background: #425247;}
a.socialIcon-vimeo:hover i.iconRounded {background: #0590B8;}
a.socialIcon-youtube:hover i.iconRounded {background: #c8302d;}
a.socialIcon-custom1:hover i.iconRounded {background: #ccc;}
a.socialIcon-custom2:hover i.iconRounded {background: #ccc;}
a.socialIcon-custom3:hover i.iconRounded {background: #ccc;}
a.socialIcon-custom4:hover i.iconRounded {background: #ccc;}*/

.neko-team .social-network a i,
.neko-team .social-network a:hover i {
	color:inherit;
}


/** cards  **/

.neko-team-cards figure {
    box-shadow: none;
}

.neko-team-cards .item-content {
    padding: 0px;
}

.neko-team-cards .item-content h2 {
    padding: 22px;
}

/** end cards  **/

/* END NEKO TEAM V2.0
================================================== */