/* 
    Document   : colors
    Author     : Little Neko
    Description: template colors
*/


/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#TYPOGRAPHY
#LINKS AND BUTTONS
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#BLOG
#PORTFOLIO
#MISCELANIOUS
#NEKO CSS FRAMEWORK

*/
/* COLORS :  373737 / 525252  / 6a6a6a / eaeaea /
/* BOOSTRAP CUSTOMIZATION
================================================== */

/** tabs and accordion**/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.panel-default>.panel-heading {
	background:#fff;
	border-top:1px solid #ddd;
	color:#555;
}

.panel-default>.panel-heading:hover, .nav>li>a:hover, .nav>li>a:focus{color:#525252; }

.panel-default>.panel-heading:hover a, .panel-default>.panel-heading:hover a:after, .nav>li>a:hover{color:#525252;  }

.panel-title>a {color:#333;}

.panel-title>a:hover {text-decoration: none; }

.panel-body{background:#FDFDFD;}

/*** pagination ***/

.pagination>li>a {
    background: #555;
    color: #fff;
}

.pagination>li>a, .pagination>li>span {
	border-color:#555;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background: #525252 ;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	background:#525252 ;
	border-color:#525252 ;
	color:#fff;
}

.pager li>a, .pager li>span {border-radius: 4px;}

.pager li>a:hover, .pager li>a:focus {
	background:#525252;
	color:#fff;
	border-color:#525252;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background:#525252;}

.progress-bar {background-color:#525252;}

.progress-bar-success {background-color: #5BB75B;}

.progress-bar-info {background-color: #49AFCD;}

.progress-bar-warning {background-color: #FAA732;}

.progress-bar-danger {background-color: #DA4F49;}

.img-circle {border:2px solid #fff;}

/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	color:#777;
	background: #fefefe;
}

blockquote small {color:inherit;}

h1, h2, h3, h4, h5, h6 {color:#333;}

h2 i {color:#999}

.subTitle  {color:#999;}

/*** parallax sections ***/
.paralaxText blockquote {background:#373737;}

.paralaxText blockquote:before, .paralaxText blockquote:after {color:#525252;}

#home, #paralaxSlice1, #paralaxSlice2, #paralaxSlice3 {background-color:#525252;}

.iosBg{background:url('../images/theme-pics/textures/blue.jpg') bottom center no-repeat #525252;}

#paralaxSlice1 {background-image: url('../images/theme-pics/parallax-1.jpg');}

#paralaxSlice2 {background-image: url('../images/theme-pics/parallax-2.jpg');}
#paralaxSlice3 {background-image: url('../images/theme-pics/parallax-3.jpg');}

#paralaxSlice4 {background-image: url('../images/theme-pics/textures/blue.jpg');}

.paralaxText blockquote, .paralaxText h1, .paralaxText h2, .paralaxText h3, .paralaxText p, .paralaxText i{color:#fff;}

/* END TYPOGRAPHY
================================================== */

/* LINKS AND BUTTONS
================================================== */

a {color:#fff ;}

a:hover, .scrollspyNav .active a {color:#fcac38 ; text-decoration:none;
}
ul.iconsList li a {color:#555}

ul.iconsList li a:hover, ul.iconsList i {color:#525252; text-decoration:none;}

/*** buttons ***/
.btn {
    background: none repeat scroll 0 0 #ac8b5b;
    color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.btn:hover {
    background: #e4ac59;
    border-color:#6a6a6a;
    color: #FFFFFF;  
}

.btn-border {
	background:none;
	border:2px solid #fff;
}

.btn-inverse {
	background: none repeat scroll 0 0 #555555;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #FFFFFF!important;
}

.btn-inverse:hover{
    background: none repeat scroll 0 0 #eaeaea;
    border-bottom: 1px solid rgba(150, 150, 150, 0.25);
    color: #111111!important;
}

.btn-primary {
	background: rgba(27,163,156,0.4);
	border-bottom-color:#373737;
	color: #FFFFFF!important;
}
.btn-info {
	background: #222;
	border-bottom-color:#3D93AC;
	color: #FFFFFF;
}
.btn-success {
	background: #5BB75B;
	border-bottom-color:#4C9C4C;
	color: #FFFFFF;
}
.btn-warning {
	background: #FAA732;
	border-bottom-color:#EF9B25;
	color: #FFFFFF;
}
.btn-danger {
	background: #DA4F49;
	border-bottom-color:#C64741;
	color: #FFFFFF;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:#49AFCD;
}
.btnWrapper {
	border:1px solid #ccc;
}

/* END LINKS AND BUTTONS
================================================== */
/* HEADER
================================================== */

ul.quickMenu li a, .contactPhone {color:#eaeaea;}
ul.quickMenu li a:hover {color:#555;}


/* END HEADER
================================================== */

/* MAIN MENU 
================================================== */

#mainHeader{
   background:url('../images/theme-pics/header-line.png') repeat-x bottom #fff ;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.54);
}

#mainMenu .navbar-nav li.last{border-bottom:none !important;}

.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a {color:#aaa;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #resMainMenu li.active>a {
	color:#525252;
}

.navbar-nav > li.sep:before{color:#eee;}

.navbar-default .navbar-nav > li > a.active {
	color:#fff;
	background:#525252;
	border-bottom: 4px solid #373737
}

.navbar-nav ul li a {color:#999;}

.navbar-nav li.hover>a {color:#525252;}

/*** mega menu ***/
.nekoMegaMenu {background:#fff;}

.navbar-nav .nekoMegaMenu ul {box-shadow:none;}

.navbar-nav .nekoMegaMenu {box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);}


/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.navbar-nav ul {
		background:#fff;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	}

	.navbar-nav ul li a:hover, .navbar-nav ul li.hover>a {background:#eee;}

	#mainMenu .navbar-nav li {border-bottom:none;}
	
	#mainMenu .navbar-nav ul li a {border-bottom:1px solid #eee;}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU 
================================================== */


/* FOOTER 
================================================== */

footer {
	color:#777;
	background:#28140d;
	border-top:2px solid #444;
}

footer h1,footer h2,footer h3,footer h4{
	color:#ddd;
	font-weight:300;
}

#footerRights {
	background-color:#333;
	color:#999;
	border-top:1px solid #1b1b1b;
}

/* END FOOTER 
================================================== */

/* HOME
================================================== */

#home h1,#home h2,#home p, #noSliderWrapper h1, #noSliderWrapper h2, #noSliderWrapper p {color:#FFFFFF;}

#noSliderWrapper{background-color:#525252 }


/* END HOME
================================================== */


/* PAGES
================================================== */
.page-header{
	border-bottom: 1px solid rgba(1,1,1,0.075);
	background:#eaeaea;
}

.page-header h1{color:#555;}

ul.breadcrumb li a {color:#555;}

ul.breadcrumb li a:hover {color:#525252;}

ul.breadcrumb li a:after{color:#ddd;}

ul.breadcrumb li.active {color:#525252;}

/** sidebar **/

nav#subnav ul li a {
	border-bottom:1px solid #eee;
	color:#aaa;
}

nav#subnav ul li a.active, nav#subnav ul li a:hover{
	border-bottom-color:#525252;
	color:#525252;
} 

/* END PAGES
================================================== */


/* SLIDERS
================================================== */
/*** supersized ***/
#superSizedSlider h1 {
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}

#nextslide, #prevslide {
	background: #525252;
	border-bottom: 4px solid #373737;
	color: #FFFFFF;
}
/*** FLEX ***/

.flexslider .flex-direction-nav a {
background: #525252;
border-bottom: 4px solid #373737;
}

.flex-control-paging li a {
	box-shadow:none;
	width:12px;
	height:12px
}

.flexslider .flex-control-paging li a.flex-active {background:#525252;}

.flexslider .flex-control-paging li a:hover {background:#525252;}

.flexslider .flex-control-paging li a {background: #6a6a6a; border: none;}

.flexslider .flex-control-nav {background: none;}

.flexslider h1 {
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
    background:#525252;
}

.flexslider h2 {
    background-color:#222;
    color: #FFFFFF;
}

.flexslider .caption p {
    color: #555;
    font-weight: bold;
}


/*** END FLEX SLIDER ***/

/*** OWL Carousel ***/
.owl-theme .owl-controls .owl-buttons div{
	background:#fff;
	border:1px solid #ddd;
	color:#ddd;
}

.owl-theme .owl-controls .owl-buttons div:hover{
	background:#fff;
	border:1px solid #525252;
	color:#525252;
}

.owl-theme .owl-controls .owl-page span {background:#6a6a6a;}

#homeCarousel.owl-theme .owl-controls .owl-page span {background:#fff;}

/**** camera ****/
.camera_neko_skin .camera_caption > div {background:none;}

.camera_caption h1{
	color:#fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.camera_caption h2 {
	color:#6a6a6a;
	background:#fff;
}

.camera_caption .camera_wrap a {background: inherit;}
/**** end camera ****/

/* END SLIDERS
================================================== */

/* BLOG
================================================== */

.post h2 a{color:#555;}

.post h2 a:hover{color:#525252 ;}

.tagCloud a:link, .tagCloud a:visited {
	background-color: #fff;
	color: #ccc;
	border:1px solid #eee;
}

.tagcloud a:hover {
	background-color: #525252 ;
	color: #FFF;
}

p.credits {
	color:#555;
	background:#eee;
}
p.credits a {color:#525252 ;}

.widget {border-bottom: 1px dashed #eee}

.search .btn{border: 1px solid #DDD;}
.search .btn:hover{border-color:#525252;}

ul.entry-meta li a{background:#eee;}
ul.entry-meta li a:hover{
	background:#525252;
	color:#fff;
}

/* END BLOG
================================================== */

/* PORTFOLIO
================================================== */


nav#filter a:hover, nav#filter a.current {
	background-color: #525252 ;
	color:#fff;
	border-color:#525252;
}

li.filterTitle {color:#4F6266;}

section#projectDescription {background-color:#F8F8F8;}

.mfp-bg{background-color: #ffffff;}

/*** pinterest like ***/

.pinBox{
	background:#fff;
	border:1px solid #eee;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.pinInfo li a {color:#ccc;}
.pinInfo li a:hover{color:#777;}

#homePortfolio{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* END PORTFOLIO
================================================== */

/* MISCELANIOUS
================================================== */
/* Preloader one page */
#preloader {
	background-color:#525252; /* change if the mask should have another color then white */	
}

#status {
	color:#fff;
	background-color:#555;
}

/** focus color ***/
::-moz-selection {
	background: #525252;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #525252;
	color: #fff;
	text-shadow: none;
}

/*** hover images ***/
.mask {background:#525252;}

.iconLinks a i{color:#fff;}
.iconLinks a i.iconRounded {border-color: #fff;}
.iconLinks a span {color:#fff;}
.iconLinks a:hover i.iconRounded {border-color: #525252;}

/*** pricing table ***/
.pricingBloc {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);
}

.pricingBloc ul li {
	color:#444!important;
	border-bottom: 1px solid #eaeaea;
}

.pricingBloc ul li:last-child {
	border-bottom:none;
}

.pricingBloc h2 {
	background-color:#eaeaea;
	color:#888!important;
}

.pricingBloc h3 {
	background-color:#fff;
	color:#777;
}

.pricingBloc p {
	background-color:#fff;
	color:#444!important;
}

.pricingBloc.focusPlan {
	margin-top:0;
	border-color:#D1D1D1;
}

.pricingBloc.focusPlan h2{
	color:#525252!important;
	border-bottom:none;
}

.pricingBloc.focusPlan h3 {
	background-color:#525252 ;
	color:#fff!important;
}

/*** Form ***/
.form-control:focus{
	border: 1px solid #525252;
	background-color:#fff;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.form-control {
	color: #444;
	border: 1px solid #ddd;
	margin-bottom:15px;
	background-color:#eaeaea;
}

.error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
}

label.error {
	color:#fff;
	background-color: #B94A48;
	border:none
}

#projectQuote, #projectQuote h3{
	background:#ddd;
	color:#444;
}

/* pop up */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color:#525252;}

/* END MISCELANIOUS
================================================== */

/* NEKO CSS FRAMEWORK
================================================== */
/* images */
.imgBorder {
	border:1px solid #ededed; background:#fff;
}

.boxContent {
	background:#eaeaea;
	border-bottom:2px solid #eee;
	color:#333;
}

.boxContent h2, .boxContent h3 {
	color:#525252;
}
/*** Feature box **/

.featureBox i{color:#525252;} 
.featureBox .boxContent{background:none;} 

/*** Focus box **/

.boxFocus{border:1px solid #ddd;}

/*** Icon box **/

.boxIcon a p{color:#fff;}
.boxIcon a:hover h2, .boxIcon a:hover p {color:#fff;}

/*** testimonial ***/

.boxTestimonial blockquote{
	background:#eaeaea;
}

.boxTestimonial blockquote:after {
	border-color: rgba(247, 247, 247, 0);
	border-top-color: #eaeaea;
}

.footerWidget .boxTestimonial blockquote:after {
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333;
}

.footerWidget .boxTestimonial blockquote {
	background:#333;
	color:#eee;
}

/*** call to action ***/
.ctaBox {border:2px solid rgba(0,0,0,0.05);}

.ctaBoxFullwidth{border:none}

.ctaBox blockquote {color:#fff;}

/*color0*/
.color0{background-color:#fff;}

/*color1*/
.color1, .slice.color1, .bulle.color1, .ctaBox.color1{
	background-color:#eaeaea;
	color:#444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 blockquote, .color1 a{
	color:#444;
}
.color1 a.btn{color:#fff;}
.color1 a.btn:hover{color:#fff;}

.color1 .subTitle  {color:#999;}

/*color2*/
.color2, .slice.color2, .bulle.color2, .ctaBox.color2{
	background-color:#525252 ;
	color:#fff;
}

.color2 h1, .color2 h2, .color2 h3, .color2 h4, .color2 blockquote,
.color2 a, .color2 h1 small, .color2 h2 small, .color2 h3 small,
.color2 h4 small, .color2 h5 small, .color2 h6 small, .color2 .h1 small,
.color2 .h2 small, .color2 .h3 small, .color2 .h4 small, .color2 .h5 small,
.h6 small, .color2 h1 .small, .color2 h2 .small, .color2 h3 .small,
.color2 h4 .small, .color2 h5 .small, .color2 h6 .small, .color2 .h1 .small,
.color2 .h2 .small, .color2 .h3 .small, .color2 .h4 .small, .color2 .h5 .small,
.color2 .h6 .small  {
	color:#fff;
}

.color2 a.btn{color:#fff;}
.color2 a.btn:hover{color:#fff;}
.color2 a.btn-border{color:#fff;}

.color2 .ctaBox {border-color:rgba(255,255,255,0.5);}
.color2 h1:before,.color2 h1:after{color:#373737;}

.color2 .boxContent h2, .color2 .boxContent h3, .color2 .boxContent a {
	color:#525252;
}

.color2 .owl-theme .owl-controls .owl-page span {
	background: #fff;
	color:#525252;
}
 
/*** icons ***/
.iconRounded {
	color:#c8a742;
	border: 1px solid #c89853;
}

.iconRounded:hover, .color1 .iconRounded:hover,.iconLinks a:hover i, .boxIcon a:hover i{
	background-color:#222;
	color:#fff;
	border-color: #525252;
}

.color2 .iconRounded {
	background-color:#525252;
	color:#fff;
	border: 1px solid #fff;
}

.color2 .iconRounded:hover,.color2 .boxIcon a:hover i {
	background-color:#fff;
	color:#525252;
	border: 2px solid #525252;
}


/* END NEKO CSS FRAMEWORK
================================================== */

@font-face {
  font-family: 'custom-icons';
  src: url('../font/custom-icons.eot?71446960');
  src: url('../font/custom-icons.eot?71446960#iefix') format('embedded-opentype'),
       url('../font/custom-icons.woff?71446960') format('woff'),
       url('../font/custom-icons.ttf?71446960') format('truetype'),
       url('../font/custom-icons.svg?71446960#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.svg?71446960#custom-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-glass:before { content: '\e807'; } /* '' */
.icon-up-open-big:before { content: '\e806'; } /* '' */
.icon-search:before { content: '\e809'; } /* '' */
.icon-mail:before { content: '\e80a'; } /* '' */
.icon-mail-alt:before { content: '\e810'; } /* '' */
.icon-heart:before { content: '\e811'; } /* '' */
.icon-heart-empty:before { content: '\e814'; } /* '' */
.icon-star:before { content: '\e815'; } /* '' */
.icon-star-empty:before { content: '\e818'; } /* '' */
.icon-star-half:before { content: '\e819'; } /* '' */
.icon-star-half-alt:before { content: '\e81b'; } /* '' */
.icon-user-1:before { content: '\e81d'; } /* '' */
.icon-users:before { content: '\e81f'; } /* '' */
.icon-male:before { content: '\e821'; } /* '' */
.icon-female:before { content: '\e823'; } /* '' */
.icon-video:before { content: '\e825'; } /* '' */
.icon-videocam:before { content: '\e827'; } /* '' */
.icon-picture:before { content: '\e829'; } /* '' */
.icon-camera:before { content: '\e82b'; } /* '' */
.icon-camera-alt:before { content: '\e82d'; } /* '' */
.icon-th-large:before { content: '\e80b'; } /* '' */
.icon-th:before { content: '\e80c'; } /* '' */
.icon-th-list:before { content: '\e80d'; } /* '' */
.icon-ok:before { content: '\e80e'; } /* '' */
.icon-ok-circled:before { content: '\e80f'; } /* '' */
.icon-ok-circled2:before { content: '\e812'; } /* '' */
.icon-ok-squared:before { content: '\e813'; } /* '' */
.icon-cancel:before { content: '\e816'; } /* '' */
.icon-cancel-circled:before { content: '\e817'; } /* '' */
.icon-cancel-circled2:before { content: '\e81a'; } /* '' */
.icon-plus-1:before { content: '\e81c'; } /* '' */
.icon-plus-circled:before { content: '\e81e'; } /* '' */
.icon-plus-squared:before { content: '\e820'; } /* '' */
.icon-plus-squared-small:before { content: '\e822'; } /* '' */
.icon-minus:before { content: '\e824'; } /* '' */
.icon-minus-circled:before { content: '\e826'; } /* '' */
.icon-minus-squared:before { content: '\e828'; } /* '' */
.icon-minus-squared-alt:before { content: '\e82a'; } /* '' */
.icon-minus-squared-small:before { content: '\e82c'; } /* '' */
.icon-help:before { content: '\e82e'; } /* '' */
.icon-help-circled:before { content: '\e82f'; } /* '' */
.icon-info-circled:before { content: '\e836'; } /* '' */
.icon-info:before { content: '\e837'; } /* '' */
.icon-home:before { content: '\e83e'; } /* '' */
.icon-link:before { content: '\e83f'; } /* '' */
.icon-unlink:before { content: '\e846'; } /* '' */
.icon-link-ext:before { content: '\e847'; } /* '' */
.icon-link-ext-alt:before { content: '\e84e'; } /* '' */
.icon-attach:before { content: '\e84f'; } /* '' */
.icon-lock:before { content: '\e856'; } /* '' */
.icon-lock-open:before { content: '\e857'; } /* '' */
.icon-lock-open-alt:before { content: '\e85d'; } /* '' */
.icon-pin:before { content: '\e861'; } /* '' */
.icon-eye:before { content: '\e862'; } /* '' */
.icon-eye-off:before { content: '\e86a'; } /* '' */
.icon-tag-1:before { content: '\e86b'; } /* '' */
.icon-tags:before { content: '\e872'; } /* '' */
.icon-bookmark:before { content: '\e873'; } /* '' */
.icon-bookmark-empty:before { content: '\e874'; } /* '' */
.icon-flag:before { content: '\e875'; } /* '' */
.icon-flag-empty:before { content: '\e830'; } /* '' */
.icon-flag-checkered:before { content: '\e835'; } /* '' */
.icon-thumbs-up:before { content: '\e838'; } /* '' */
.icon-thumbs-down:before { content: '\e83d'; } /* '' */
.icon-thumbs-up-alt:before { content: '\e840'; } /* '' */
.icon-thumbs-down-alt:before { content: '\e845'; } /* '' */
.icon-download:before { content: '\e848'; } /* '' */
.icon-upload:before { content: '\e84d'; } /* '' */
.icon-download-cloud:before { content: '\e850'; } /* '' */
.icon-upload-cloud:before { content: '\e855'; } /* '' */
.icon-reply:before { content: '\e858'; } /* '' */
.icon-reply-all:before { content: '\e85c'; } /* '' */
.icon-forward:before { content: '\e860'; } /* '' */
.icon-quote-left:before { content: '\e863'; } /* '' */
.icon-quote-right:before { content: '\e869'; } /* '' */
.icon-code:before { content: '\e86c'; } /* '' */
.icon-export:before { content: '\e871'; } /* '' */
.icon-export-alt:before { content: '\e878'; } /* '' */
.icon-pencil:before { content: '\e877'; } /* '' */
.icon-pencil-squared:before { content: '\e876'; } /* '' */
.icon-edit:before { content: '\e831'; } /* '' */
.icon-print:before { content: '\e834'; } /* '' */
.icon-retweet:before { content: '\e839'; } /* '' */
.icon-keyboard:before { content: '\e83c'; } /* '' */
.icon-gamepad:before { content: '\e841'; } /* '' */
.icon-comment-1:before { content: '\e844'; } /* '' */
.icon-chat-1:before { content: '\e849'; } /* '' */
.icon-comment-2:before { content: '\e84c'; } /* '' */
.icon-chat:before { content: '\e851'; } /* '' */
.icon-bell:before { content: '\e854'; } /* '' */
.icon-bell-alt:before { content: '\e859'; } /* '' */
.icon-attention-alt:before { content: '\e85e'; } /* '' */
.icon-attention:before { content: '\e85f'; } /* '' */
.icon-attention-circle:before { content: '\e864'; } /* '' */
.icon-location:before { content: '\e868'; } /* '' */
.icon-direction:before { content: '\e86d'; } /* '' */
.icon-compass:before { content: '\e870'; } /* '' */
.icon-trash:before { content: '\e879'; } /* '' */
.icon-doc:before { content: '\e87a'; } /* '' */
.icon-docs:before { content: '\e87b'; } /* '' */
.icon-doc-text:before { content: '\e832'; } /* '' */
.icon-doc-inv:before { content: '\e833'; } /* '' */
.icon-doc-text-inv:before { content: '\e83a'; } /* '' */
.icon-folder:before { content: '\e83b'; } /* '' */
.icon-folder-open:before { content: '\e842'; } /* '' */
.icon-folder-empty:before { content: '\e843'; } /* '' */
.icon-folder-open-empty:before { content: '\e84a'; } /* '' */
.icon-box:before { content: '\e84b'; } /* '' */
.icon-rss-1:before { content: '\e852'; } /* '' */
.icon-rss-squared:before { content: '\e853'; } /* '' */
.icon-phone:before { content: '\e85a'; } /* '' */
.icon-phone-squared:before { content: '\e85b'; } /* '' */
.icon-menu:before { content: '\e866'; } /* '' */
.icon-cog:before { content: '\e865'; } /* '' */
.icon-cog-alt:before { content: '\e867'; } /* '' */
.icon-wrench:before { content: '\e86e'; } /* '' */
.icon-basket:before { content: '\e86f'; } /* '' */
.icon-calendar:before { content: '\e87e'; } /* '' */
.icon-calendar-empty:before { content: '\e87d'; } /* '' */
.icon-login:before { content: '\e87c'; } /* '' */
.icon-logout:before { content: '\e87f'; } /* '' */
.icon-mic:before { content: '\e882'; } /* '' */
.icon-mute:before { content: '\e883'; } /* '' */
.icon-volume-off:before { content: '\e886'; } /* '' */
.icon-volume-down:before { content: '\e887'; } /* '' */
.icon-volume-up:before { content: '\e889'; } /* '' */
.icon-headphones:before { content: '\e88b'; } /* '' */
.icon-clock-1:before { content: '\e88c'; } /* '' */
.icon-lightbulb:before { content: '\e88d'; } /* '' */
.icon-block:before { content: '\e88e'; } /* '' */
.icon-resize-full:before { content: '\e88f'; } /* '' */
.icon-resize-full-alt:before { content: '\e890'; } /* '' */
.icon-resize-small:before { content: '\e891'; } /* '' */
.icon-resize-vertical:before { content: '\e892'; } /* '' */
.icon-resize-horizontal:before { content: '\e893'; } /* '' */
.icon-move:before { content: '\e894'; } /* '' */
.icon-zoom-in:before { content: '\e895'; } /* '' */
.icon-zoom-out:before { content: '\e896'; } /* '' */
.icon-down-circle2:before { content: '\e897'; } /* '' */
.icon-up-circle2:before { content: '\e898'; } /* '' */
.icon-left-circled2:before { content: '\e880'; } /* '' */
.icon-right-circled2:before { content: '\e881'; } /* '' */
.icon-down-dir:before { content: '\e884'; } /* '' */
.icon-up-dir:before { content: '\e885'; } /* '' */
.icon-left-dir:before { content: '\e888'; } /* '' */
.icon-right-dir:before { content: '\e88a'; } /* '' */
.icon-down-open:before { content: '\e899'; } /* '' */
.icon-left-open:before { content: '\e89a'; } /* '' */
.icon-right-open:before { content: '\e89b'; } /* '' */
.icon-up-open:before { content: '\e89c'; } /* '' */
.icon-angle-left:before { content: '\e89d'; } /* '' */
.icon-angle-right:before { content: '\e89e'; } /* '' */
.icon-angle-up:before { content: '\e89f'; } /* '' */
.icon-angle-down:before { content: '\e8a0'; } /* '' */
.icon-angle-circled-left:before { content: '\e8a1'; } /* '' */
.icon-angle-circled-right:before { content: '\e8a2'; } /* '' */
.icon-angle-circled-up:before { content: '\e8a3'; } /* '' */
.icon-angle-circled-down:before { content: '\e8a4'; } /* '' */
.icon-angle-double-left:before { content: '\e8a5'; } /* '' */
.icon-angle-double-right:before { content: '\e8a6'; } /* '' */
.icon-angle-double-up:before { content: '\e8a7'; } /* '' */
.icon-angle-double-down:before { content: '\e8aa'; } /* '' */
.icon-down:before { content: '\e8b7'; } /* '' */
.icon-left:before { content: '\e8c6'; } /* '' */
.icon-right:before { content: '\e8c7'; } /* '' */
.icon-up:before { content: '\e8d6'; } /* '' */
.icon-down-1:before { content: '\e8d7'; } /* '' */
.icon-left-1:before { content: '\e8f4'; } /* '' */
.icon-right-1:before { content: '\e8f5'; } /* '' */
.icon-up-1:before { content: '\e8f3'; } /* '' */
.icon-right-hand:before { content: '\e8f8'; } /* '' */
.icon-left-hand:before { content: '\e906'; } /* '' */
.icon-up-hand:before { content: '\e907'; } /* '' */
.icon-down-hand:before { content: '\e928'; } /* '' */
.icon-left-circled:before { content: '\e927'; } /* '' */
.icon-right-circled:before { content: '\e926'; } /* '' */
.icon-up-circled:before { content: '\e925'; } /* '' */
.icon-down-circled:before { content: '\e929'; } /* '' */
.icon-cw:before { content: '\e945'; } /* '' */
.icon-ccw:before { content: '\e946'; } /* '' */
.icon-arrows-cw:before { content: '\e8a8'; } /* '' */
.icon-level-up:before { content: '\e8ab'; } /* '' */
.icon-level-down:before { content: '\e8b8'; } /* '' */
.icon-shuffle:before { content: '\e8c5'; } /* '' */
.icon-exchange:before { content: '\e8c8'; } /* '' */
.icon-expand:before { content: '\e8d5'; } /* '' */
.icon-collapse:before { content: '\e8d8'; } /* '' */
.icon-expand-right:before { content: '\e8e5'; } /* '' */
.icon-music:before { content: '\e808'; } /* '' */
.icon-play:before { content: '\e8f6'; } /* '' */
.icon-play-circled:before { content: '\e8f7'; } /* '' */
.icon-play-circle2:before { content: '\e905'; } /* '' */
.icon-stop:before { content: '\e908'; } /* '' */
.icon-pause:before { content: '\e915'; } /* '' */
.icon-to-end:before { content: '\e916'; } /* '' */
.icon-to-end-alt:before { content: '\e923'; } /* '' */
.icon-to-start:before { content: '\e924'; } /* '' */
.icon-to-start-alt:before { content: '\e92a'; } /* '' */
.icon-fast-fw:before { content: '\e943'; } /* '' */
.icon-fast-bw:before { content: '\e944'; } /* '' */
.icon-eject:before { content: '\e8a9'; } /* '' */
.icon-target:before { content: '\e8ac'; } /* '' */
.icon-signal:before { content: '\e8b9'; } /* '' */
.icon-award:before { content: '\e8c4'; } /* '' */
.icon-desktop:before { content: '\e8c9'; } /* '' */
.icon-laptop:before { content: '\e8d4'; } /* '' */
.icon-tablet:before { content: '\e8d9'; } /* '' */
.icon-mobile:before { content: '\e8e4'; } /* '' */
.icon-inbox:before { content: '\e8e7'; } /* '' */
.icon-globe:before { content: '\e8f2'; } /* '' */
.icon-sun:before { content: '\e8f9'; } /* '' */
.icon-cloud:before { content: '\e904'; } /* '' */
.icon-flash:before { content: '\e909'; } /* '' */
.icon-moon:before { content: '\e914'; } /* '' */
.icon-umbrella:before { content: '\e917'; } /* '' */
.icon-flight:before { content: '\e922'; } /* '' */
.icon-fighter-jet:before { content: '\e92b'; } /* '' */
.icon-leaf:before { content: '\e92c'; } /* '' */
.icon-font:before { content: '\e941'; } /* '' */
.icon-bold:before { content: '\e942'; } /* '' */
.icon-italic:before { content: '\e8ad'; } /* '' */
.icon-text-height:before { content: '\e8b6'; } /* '' */
.icon-text-width:before { content: '\e8ba'; } /* '' */
.icon-align-left:before { content: '\e8c3'; } /* '' */
.icon-align-center:before { content: '\e8ca'; } /* '' */
.icon-align-right:before { content: '\e8d3'; } /* '' */
.icon-align-justify:before { content: '\e8da'; } /* '' */
.icon-list:before { content: '\e8e3'; } /* '' */
.icon-indent-left:before { content: '\e8e8'; } /* '' */
.icon-indent-right:before { content: '\e8f1'; } /* '' */
.icon-list-bullet:before { content: '\e8fa'; } /* '' */
.icon-list-numbered:before { content: '\e903'; } /* '' */
.icon-strike:before { content: '\e90a'; } /* '' */
.icon-underline:before { content: '\e913'; } /* '' */
.icon-superscript:before { content: '\e918'; } /* '' */
.icon-subscript:before { content: '\e921'; } /* '' */
.icon-table:before { content: '\e92d'; } /* '' */
.icon-columns:before { content: '\e92e'; } /* '' */
.icon-crop:before { content: '\e93f'; } /* '' */
.icon-scissors:before { content: '\e940'; } /* '' */
.icon-paste:before { content: '\e8ae'; } /* '' */
.icon-briefcase:before { content: '\e8b5'; } /* '' */
.icon-suitcase:before { content: '\e8bb'; } /* '' */
.icon-ellipsis:before { content: '\e8c2'; } /* '' */
.icon-ellipsis-vert:before { content: '\e8cb'; } /* '' */
.icon-off:before { content: '\e8d2'; } /* '' */
.icon-road:before { content: '\e8db'; } /* '' */
.icon-list-alt:before { content: '\e8e2'; } /* '' */
.icon-qrcode:before { content: '\e8e9'; } /* '' */
.icon-barcode:before { content: '\e8f0'; } /* '' */
.icon-book:before { content: '\e8fb'; } /* '' */
.icon-ajust:before { content: '\e902'; } /* '' */
.icon-tint:before { content: '\e90b'; } /* '' */
.icon-check:before { content: '\e912'; } /* '' */
.icon-check-empty:before { content: '\e919'; } /* '' */
.icon-circle:before { content: '\e920'; } /* '' */
.icon-circle-empty:before { content: '\e92f'; } /* '' */
.icon-dot-circled:before { content: '\e930'; } /* '' */
.icon-asterisk:before { content: '\e93d'; } /* '' */
.icon-gift:before { content: '\e93e'; } /* '' */
.icon-fire:before { content: '\e8af'; } /* '' */
.icon-magnet:before { content: '\e8b4'; } /* '' */
.icon-chart-bar:before { content: '\e8bc'; } /* '' */
.icon-ticket:before { content: '\e8c1'; } /* '' */
.icon-credit-card:before { content: '\e8cc'; } /* '' */
.icon-floppy:before { content: '\e8d1'; } /* '' */
.icon-megaphone:before { content: '\e8dc'; } /* '' */
.icon-hdd:before { content: '\e8e1'; } /* '' */
.icon-key:before { content: '\e8ea'; } /* '' */
.icon-fork:before { content: '\e8ef'; } /* '' */
.icon-rocket:before { content: '\e8fc'; } /* '' */
.icon-bug:before { content: '\e901'; } /* '' */
.icon-certificate:before { content: '\e90c'; } /* '' */
.icon-tasks:before { content: '\e911'; } /* '' */
.icon-filter:before { content: '\e91a'; } /* '' */
.icon-beaker:before { content: '\e91f'; } /* '' */
.icon-magic:before { content: '\e931'; } /* '' */
.icon-truck:before { content: '\e932'; } /* '' */
.icon-money:before { content: '\e93b'; } /* '' */
.icon-euro:before { content: '\e93c'; } /* '' */
.icon-pound:before { content: '\e8b0'; } /* '' */
.icon-dollar:before { content: '\e8b3'; } /* '' */
.icon-rupee:before { content: '\e8bd'; } /* '' */
.icon-yen:before { content: '\e8c0'; } /* '' */
.icon-rouble:before { content: '\e8cd'; } /* '' */
.icon-try:before { content: '\e8d0'; } /* '' */
.icon-won:before { content: '\e8dd'; } /* '' */
.icon-bitcoin:before { content: '\e8e0'; } /* '' */
.icon-sort:before { content: '\e8eb'; } /* '' */
.icon-sort-down:before { content: '\e8ee'; } /* '' */
.icon-sort-up:before { content: '\e8fd'; } /* '' */
.icon-sort-alt-up:before { content: '\e900'; } /* '' */
.icon-sort-alt-down:before { content: '\e90d'; } /* '' */
.icon-sort-name-up:before { content: '\e910'; } /* '' */
.icon-sort-name-down:before { content: '\e91b'; } /* '' */
.icon-sort-number-up:before { content: '\e91e'; } /* '' */
.icon-sort-number-down:before { content: '\e933'; } /* '' */
.icon-hammer:before { content: '\e934'; } /* '' */
.icon-gauge:before { content: '\e939'; } /* '' */
.icon-sitemap:before { content: '\e93a'; } /* '' */
.icon-spinner:before { content: '\e8b1'; } /* '' */
.icon-coffee:before { content: '\e8b2'; } /* '' */
.icon-food:before { content: '\e8be'; } /* '' */
.icon-beer:before { content: '\e8bf'; } /* '' */
.icon-user-md:before { content: '\e8ce'; } /* '' */
.icon-stethoscope:before { content: '\e8cf'; } /* '' */
.icon-ambulance:before { content: '\e8de'; } /* '' */
.icon-medkit:before { content: '\e8df'; } /* '' */
.icon-h-sigh:before { content: '\e8ec'; } /* '' */
.icon-hospital:before { content: '\e8ed'; } /* '' */
.icon-building:before { content: '\e8fe'; } /* '' */
.icon-smile:before { content: '\e8ff'; } /* '' */
.icon-frown:before { content: '\e90e'; } /* '' */
.icon-meh:before { content: '\e90f'; } /* '' */
.icon-anchor:before { content: '\e91c'; } /* '' */
.icon-terminal:before { content: '\e91d'; } /* '' */
.icon-eraser:before { content: '\e935'; } /* '' */
.icon-puzzle:before { content: '\e936'; } /* '' */
.icon-shield:before { content: '\e937'; } /* '' */
.icon-extinguisher:before { content: '\e938'; } /* '' */
.icon-bullseye:before { content: '\e947'; } /* '' */
.icon-wheelchair:before { content: '\e94b'; } /* '' */
.icon-adn:before { content: '\e94c'; } /* '' */
.icon-android:before { content: '\e952'; } /* '' */
.icon-apple:before { content: '\e953'; } /* '' */
.icon-bitbucket:before { content: '\e954'; } /* '' */
.icon-bitbucket-squared:before { content: '\e955'; } /* '' */
.icon-css3:before { content: '\e956'; } /* '' */
.icon-dribbble:before { content: '\e957'; } /* '' */
.icon-dropbox:before { content: '\e958'; } /* '' */
.icon-facebook-1:before { content: '\e959'; } /* '' */
.icon-facebook-squared:before { content: '\e95a'; } /* '' */
.icon-flickr:before { content: '\e95b'; } /* '' */
.icon-foursquare:before { content: '\e95c'; } /* '' */
.icon-github:before { content: '\e95d'; } /* '' */
.icon-github-squared:before { content: '\e95e'; } /* '' */
.icon-github-circled:before { content: '\e95f'; } /* '' */
.icon-gittip:before { content: '\e960'; } /* '' */
.icon-gplus-squared:before { content: '\e961'; } /* '' */
.icon-gplus-1:before { content: '\e962'; } /* '' */
.icon-html5:before { content: '\e948'; } /* '' */
.icon-instagramm:before { content: '\e94a'; } /* '' */
.icon-linkedin-squared:before { content: '\e94d'; } /* '' */
.icon-linux:before { content: '\e951'; } /* '' */
.icon-linkedin-1:before { content: '\e963'; } /* '' */
.icon-maxcdn:before { content: '\e964'; } /* '' */
.icon-pagelines:before { content: '\e965'; } /* '' */
.icon-pinterest-circled:before { content: '\e966'; } /* '' */
.icon-pinterest-squared:before { content: '\e967'; } /* '' */
.icon-renren:before { content: '\e968'; } /* '' */
.icon-skype:before { content: '\e969'; } /* '' */
.icon-stackexchange:before { content: '\e96a'; } /* '' */
.icon-stackoverflow:before { content: '\e96b'; } /* '' */
.icon-trello:before { content: '\e96c'; } /* '' */
.icon-tumblr:before { content: '\e96d'; } /* '' */
.icon-tumblr-squared:before { content: '\e96e'; } /* '' */
.icon-twitter-squared:before { content: '\e96f'; } /* '' */
.icon-twitter-bird:before { content: '\e970'; } /* '' */
.icon-vimeo-squared:before { content: '\e971'; } /* '' */
.icon-vkontakte:before { content: '\e972'; } /* '' */
.icon-weibo:before { content: '\e949'; } /* '' */
.icon-windows:before { content: '\e94f'; } /* '' */
.icon-xing:before { content: '\e94e'; } /* '' */
.icon-xing-squared:before { content: '\e950'; } /* '' */
.icon-youtube:before { content: '\e973'; } /* '' */
.icon-youtube-squared:before { content: '\e974'; } /* '' */
.icon-youtube-play:before { content: '\e975'; } /* '' */
.icon-blank:before { content: '\e976'; } /* '' */
.icon-lemon:before { content: '\e977'; } /* '' */
.icon-plus:before { content: '\e978'; } /* '' */
.icon-left-open-mini:before { content: '\e800'; } /* '' */
.icon-right-open-mini:before { content: '\e801'; } /* '' */
.icon-up-open-mini:before { content: '\e802'; } /* '' */
.icon-down-open-big:before { content: '\e803'; } /* '' */
.icon-left-open-big:before { content: '\e804'; } /* '' */
.icon-right-open-big:before { content: '\e805'; } /* '' */
.icon-collapse-left:before { content: '\e8e6'; } /* '' */

/* 
Document   : layout
Author     : Little Neko
Description: layout styles

*/

/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#TIMELINE 
#MISCELANIOUS

*/


/* BOOSTRAP CUSTOMIZATION
================================================== */
.navbar {margin-bottom:0;}

.navbar-default {background:none; border:none; }

.navbar>.container .navbar-brand{margin-left: 15px;}

.tab-content {
	padding: 22px;
	border:1px solid #ddd;
	border-top: none;
}

.btn:active, .btn.active{
	-webkit-box-shadow:none;
	box-shadow:none
}

.container .jumbotron{border-radius: 0;}

.jumbotron h1 {text-align: left;}

/*forms*/
.form-control {
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:12px;
	height:44px;
}

.error {
	padding: 5px;
	margin-bottom: 20px;
	display:block;
}

/*tabs*/
.nav-tabs>li>a {
	border-radius: 0;
	border:1px solid #ddd;
}

.panel-default>.panel-heading{
	-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;
}

.panel-default {
	border:none;
}

.navbar-default .navbar-toggle {
	margin-top: 8px;
	margin-right: 0;
}

/* accordeon */
.panel-group .panel+.panel {margin-top: 0;}
.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'custom-icons';
	content: "\e803";    
	float: right;      
}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: '\e805';   
}

.accordion-toggle i {margin-right: 10px;}

.label {text-transform: uppercase;} 

.navbar-nav {
	margin-left:0;
	margin-right:0;
}

.navbar-collapse {padding: 0;}

.navbar-nav.pull-right>li>.dropdown-menu, .navbar-nav>li>.dropdown-menu.pull-right{
	right:auto;
}

li.Nactive > ul.subMenu {
	display: block !important;
}

.navbar-nav .Nactive .subMenu{
	margin-left:10px;
	margin-right:12px;
}

ul.dropdown-menu {
	position: static;
	clear: both;
	float: none;
	display: none;
	width:auto;
	background: none;
	border: none;
	box-shadow: none;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
	margin-bottom:22px;
}
.page-header .col-md-12, .page-header .col-md-11 {margin-bottom: 0}

.img-circle {width:140px; height:140px;}

/*** MEDIA QUERIES ***/


@media(max-width:767px){}

@media(min-width:768px){
	.navbar>.container .navbar-brand{margin-left: 0;}
	.navbar-collapse {padding-right:0;}
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		margin-bottom:0;
	}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END BOOSTRAP CUSTOMIZATION
================================================== */



/* NEKO CSS FRAMEWORK
================================================== */
/*** lists ***/
/* icons */
.iconList li:before{
	content:'\e801';
	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);
}

/*** icons ***/
.iconRounded{
	border-radius:50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-size:18px;	
}

.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: 33px;
}

.iconMedium.iconRounded{
	width: 66px;
	height: 66px;
}

.iconMedium.iconRounded:before{
	line-height: 66px;	
}

.iconSmall:before {
	font-size: 10px;
}

.iconSmall.iconRounded{
	width: 26px;
	height: 26px;
}

.iconSmall.iconRounded:before{
	line-height: 26px;	
}


/*** boxes ***/

.boxContent{padding:22px;}
.boxContent h2, .boxContent h3 {font-weight:400;}
.boxFocus{padding:22px;}

/* feature boxes */
.featureBox {text-align: center;}
.featureBox i { display:inline-block; }
.featureBox h2 { margin-bottom: 0.5em; }


/* box icons */
.boxIcon a{
	padding:33px;
	text-align: center;
	display: block;
	margin-bottom:11px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.boxIcon a i{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.boxIcon a span {display:none;}
.boxIcon i {margin: 0 auto 22px auto; display: block; border-radius:50%;}
.boxIcon h2 {font-size: 18px; font-weight: 400;} 
.boxIcon p {margin: 0;}
.boxIcon a:hover{text-decoration:none; }

/*** testimonial **/
.boxTestimonial blockquote{
	padding:22px;
	font-size:18px;
	line-height: 33px;
	position:relative;
}

.boxTestimonial blockquote:after {
	top: 100%;
	left:50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-width: 11px;
	margin-left: -11px;
}

.boxTestimonial .clientIcon img {
	width:50px;
	height:50px;
	margin-right: 10px;
}

.clientIcon span {font-weight: 300;}

.clientIcon span, .clientIcon span strong {vertical-align: bottom; font-size: 14px;}

/** separators **/

hr {border-top: 1px solid #EEE;}
hr.lineDouble {
	border-top: 4px double #ddd;
}
hr.lineStar, hr.lineX, hr.linePlus, hr.lineDot, hr.lineLine, hr.lineArrow{
	text-align: center;
}
hr.lineStar:after, hr.lineX:after, hr.linePlus:after, hr.lineDot:after, hr.lineLines:after, hr.lineArrow:after {
	background: #fff;
	color: #ddd;
	content: '\e815';
	display: inline-block;
	font-family: 'custom-icons';
	font-size: 1em;
	padding: 0 0.25em;
	position: relative;
	top: -17px;
	width: 33px;
	height:33px;
	line-height: 33px;
	border:1px solid #ddd;
	border-radius: 50%;

}
hr.lineX:after {content: '\e816';}
hr.linePlus:after {content: '\e81c';}
hr.lineDot:after {content: '\e930';}
hr.lineLines:after {content: '\e866';}
hr.lineArrow:after {content: '\e8a0';}

hr.lineSmall {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/*** utilies classes ***/
.mb15 {
	margin-bottom:0.75em;
}
.mb30 {
	margin-bottom:1.5em;
}
.mb40 {
	margin-bottom:2em;
}
.mt15 {
	margin-top:0.75em;
}
.mt30 {
	margin-top:1.5em;
}
.mt40 {
	margin-top:2em;
}

.pb15 {
	padding-bottom:0.75em;
}
.pb30 {
	padding-bottom:1.5em;
}
.pb40 {
	padding-bottom:2em;
}
.pt15 {
	padding-top:0.75em;
}
.pt30 {
	padding-top:1.5em;
}
.pt40 {
	padding-top:2em;
}


.noMargin {
	margin:0!important;
}
.noPaddingBottom {
	padding-bottom:0!important;
}
.noPaddingTop {
	padding-top:0
}
.noBorder {border:none!important;}

.utilities_demo {padding-left: 1.5em; padding-right: 1.5em;}

/*** end utilies classes ***/

/* images */

.imgBorder {
	overflow: hidden;	
}

.shadowBox {
	position:relative;
	overflow: hidden;
}

.shadowBox:before {
	display: block;
	content: "";
	height: 22px;
	position: absolute;
	width: 100%;
	border-radius: 60%;
	box-shadow: 0px 0 22px rgba(0, 0, 0, 0.5);
	bottom:-22px;
}

/*** quick menu ***/

ul.quickMenu {
	margin:10px 0 0 0;
	padding:0;
}
ul.quickMenu li {
	display:inline-block;
	padding-right: 11px;
}

ul.quickMenu li a {
	font-size:12px;
	margin:0;
	padding:0;
	display:block;
	line-height:1em;

}
ul.quickMenu li a:hover {text-decoration:none;}
ul.quickMenu li a.linkLeft {
	margin-left:0;
}

#boxedLayout #mainHeader { box-shadow: none;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	#boxedLayout {background: #e2e2e2; padding-top: 22px;}
	#boxedLayout #globalWrapper{
		width:768px;
		margin:auto;
		background: #fefefe;
		border:1px solid #ccc;
	}
	#boxedLayout .navbar-fixed-top {position: static;}

	.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;
	}
	/* feature box */
	.featureBox i, .featureBox a {float:left;}
	.featureBox .boxContent {overflow:hidden; padding-top:0; margin-bottom:22px;}
	.featureBox .boxContent h2, .featureBox .boxContent p {text-align: left;}

	.featureBox.posLeft .boxContent h2, .featureBox.posLeft .boxContent p {text-align: left;} 

	
}

@media(min-width:992px){

	#boxedLayout #globalWrapper{
		width:992px;
	}

	/* feature box */
	.featureBox.posLeft i, .featureBox.posLeft a {float:right;}
	.featureBox.posLeft .boxContent h2, .featureBox.posLeft .boxContent p {text-align: right;} 

	
}

@media(min-width:1200px){
	#boxedLayout #globalWrapper{
		width:1200px;
	}
}

/*** END MEDIA QUERIES ***/

/* END NEKO CSS FRAMEWORK
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	font-size:14px;
	line-height: 22px;
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	padding-top: 51px;

}

h1, h2, h3, h4, h5, h6, legend {
	font-family: 'PT Sans', sans-serif;
	font-weight: 100;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}

h1 {
	font-size: 22px;
	margin-bottom: 0.25em;
	text-transform: uppercase;
	font-weight: 700;
}

h1 strong{
	font-weight: 700;
}

.largeQuote h2{margin-bottom: 0;}

.paralaxText h2 {
	font-size: 36px;
	font-weight: 400;
	line-height:1.5em;

	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText blockquote {
	font-size: 22px;
	line-height:22px;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block;
	padding: 22px;
	text-align: center;
}
.paralaxText .testimonialCarousel blockquote {text-transform: none;letter-spacing:normal;
	font-size: 22px;
	line-height:22px;
}
.paralaxText .iconBig {
	font-size: 22px;
}

h2 {
	font-size:22px;
	display: block;
	position: relative;
	overflow:hidden;
	font-weight: 400;

}

h2:after{
	background:url(../images/theme-pics/pixels.png);
	display:inline-block;
	height:6px;
	content:"";
	width: 100%;
	position: absolute;
	margin-left: 11px;
	top:50%;		
}
.boxIcon h2:after, .pricingBloc h2:after, h2.subTitle:after, .boxFocus h2:after, .featureBox h2:after, .ctaBox h2:after {content:none; }/*remove lines after H2 when required*/

h2.subTitle{
	font-size: 19px;
	font-weight: 100;
	margin-bottom: 0;
	margin-top: 11px;
}

h3, legend {font-size:19px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: 400;
}

h1 small {
	font-size:18px;
	text-transform: none;
	font-weight: inherit;
}
h2 small {font-size: 18px;}
h3 small {font-size: 14px;}
h4 small {font-size: 12px;}

p, ul {
	color:#fff;
	margin-top: 0;
	margin-bottom: 12px;
}

/*strong {font-weight:400}*/

li {line-height: inherit;}

a:link, a:visited {text-decoration:none;}
a:hover, a:active {text-decoration:none;}
ul.iconsList li a:hover {text-decoration:none;}
a.readMore {font-style:italic;}

blockquote {
	font-size:18px;
	line-height: 22px;
	margin-bottom:22px;
	font-weight:100;
	padding:0;
	border:none;
	text-align:left;
}
blockquote h1 {
	display:inline;
}
blockquote p {
	font-size: inherit;
	display:inline;
}
blockquote small, .ctaBox blockquote small{
	font-size:50%;
	display:inline-block;
	line-height: 1em;
}
blockquote:before {
	content:'\e863';
	font-family: 'custom-icons';
	margin-right:0.5em;
}
blockquote:after {
	content:'\e869';
	font-family: 'custom-icons';
	margin-left:0.5em;
}

blockquote.pull-right {border:none;}

.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
}

@media(min-width:768px){
	
	
	h1 {
		font-size: 28px;
	}
	
	.paralaxText .iconBig {
		font-size: 44px;
	}
}
@media(min-width:992px){
	
	.paralaxText blockquote {
		font-size: 33px;
		line-height:33px;
	}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */

/*** buttons ***/
.btn {
	padding: 8px 12px;
	font-size: 14px;
	line-height:20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border:none;
	border-radius:4px;
}

.btn-lg {
	padding: 11px 19px;
	font-size: 15px;
	border-radius:6px;
}
.btn-sm {
	padding: 2px 10px;
	font-size: 11px;
	border-radius:3px;
}
.btn-xs {
	padding: 0 6px;
	font-size: 10px;
	border-radius:3px;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
.btn i:before {
	text-align:left;
}
.btn-border {
	color:#fff;
}

/*** call to actioon ***/

.ctaBox {padding:44px;}
.ctaBox h1,.ctaBox h2, .ctaBox h3, .ctaBox p, .ctaBox blockquote{
	text-align: center;
	}
.ctaBox .ctaBoxBtn {text-align: center; margin-top: 1.5em;}
.ctaBox .ctaBoxBtn a {margin-bottom: 0;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
}

@media(min-width:768px){

	.ctaBox.ctaBox2Cols {
		display: table;
		width: 100%;
	}

	/** call to action 2 columns **/

	.ctaBox.ctaBox2Cols .ctaBoxText, .ctaBox.ctaBox2Cols .ctaBoxBtn {
		display: table-cell;
		vertical-align: top;
	}
	.ctaBox.ctaBox2Cols .ctaBoxBtn {margin-top: 0;}
	.ctaBox.ctaBox2Cols h1,.ctaBox.ctaBox2Cols h2, .ctaBox.ctaBox2Cols h3, .ctaBox.ctaBox2Cols p, .ctaBox .ctaBox2Cols blockquote{text-align: left;}

	.ctaBox.ctaBox2Cols .ctaBoxBtn { text-align: right; padding-left: 22px;}

	/*** call to action full width ***/
	.ctaBoxFullwidth {padding:44px 0;}
}

@media(min-width:992px){
	
	
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END GENERAL
================================================== */

/* PARALLAX STUFF
================================================== */
*[id^="paralaxSlice"]{
	width:100%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

.maskParent{
	position: relative;
	height:100%;
}

.paralaxText {
	padding-top:33px;
	padding-bottom:33px;
	text-align:center;
	position: relative;
}

.paralaxMask {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	background:rgba(0,0,0,0.15);
}

/*** MEDIA QUERIES ***/


@media(max-width:767px){}

@media(min-width:768px){

	*[id^="paralaxSlice"] {
		background-size: 120%;
	}
	.paralaxText {
		padding-top:33px;
		padding-bottom:33px;
	}

}

@media(min-width:992px){

	.paralaxText {
		padding-top:88px;
		padding-bottom:88px;
	}
}

@media(min-width:1200px){
	*[id^="paralaxSlice"]{
		background-position: 50% 0;
		background-attachment: fixed;
	}
}

/*** END MEDIA QUERIES ***/

/* END PARALLAX STUFF
================================================== */

/* HEADER
================================================== */


.fixedHeader {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.fixedHeader #mainMenu li a {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.fixedHeader .nav-brand {
	margin-top: 0.6em;
	width: 100px;
}

/*** MEDIA QUERIES ***/
@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HEADER
================================================== */

/* MAIN MENU
================================================== */

.navbar-nav > li > a {
	display: block;
	padding: 11px;
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-nav > li.sep{ display: none; }
.navbar-nav > li#lastMenu > a {}


/*** sub menus ***/
.navbar-brand {
	padding: 13px 0;
}

.navbar-nav ul li{
	position:relative;
	padding-left: 11px;
}

.navbar-nav ul {
	display:none;
	padding: 0;
	margin: 0;
	list-style-type:none;
}

.navbar-nav ul ul{top:0}

.navbar-nav ul li a{
	display:block;
	padding:11px 0;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-nav ul li a:hover{text-decoration:none;}

.navbar-nav.pull-right {
	float: none !important;
}

#mainMenu{ overflow-x:hidden;  }

#mainMenu .navbar-nav li a.hasSubMenu:after{
	font-family: "custom-icons";
	display: block;
	content: "\e884";
	float: right;
	margin-right: 5px;
}

#mainMenu .navbar-nav i{
	float:right;
}

/*** mega menu ***/
.navbar-nav .nekoMegaMenu {
	display:none;
	-webkit-backface-visibility: hidden;
}

.navbar-nav .nekoMegaMenu>div>div{
	-webkit-backface-visibility: hidden;
}
.navbar-nav ul li.megaMenuTitle {
	text-transform: uppercase;
	font-weight:bold;
	padding-bottom: 6px;
	margin-bottom: 6px;

}
.navbar-nav .nekoMegaMenu ul {width:auto;}
li.Nactive .nekoMegaMenu,  li.Nactive .nekoMegaMenu ul  {
	display: block !important;
}
/*** end mega menu ***/

/*** MEDIA QUERIES ***/

@media(max-width:767px){


}

@media(min-width:768px){

	.navbar-header{ text-align: center;}
	.navbar-nav > li > a{
		font-size: 13px;
		letter-spacing: 0.05em;
		font-weight: 700;
		padding: 22px;
		line-height:44px;
		vertical-align:middle;
		text-transform: uppercase;
	}
	.navbar-brand{
		float: none;
		padding: 25px 0 0 0;
		display: block;
		margin-bottom: 10px;
	}

	.navbar-nav > li > a i {
		display: block;
	}

	.navbar-nav ul {
		position: absolute;
		top: 90px;
		left: 0;
		z-index: 1024;
	}

	.navbar-nav ul {
		width: 160px;
	}

	
	.navbar-nav > li.sep{display: block;}

	.navbar-nav > li.sep:before{
		content:' ';
		/*font-family: 'custom-icons';*/
		display:block;
		font-size: 10px;
		text-align: center;
		padding: 0;
		margin-top: 22px;
		margin-bottom: 22px;
		line-height:44px;*/
	}

	#mainMenu .navbar-nav li a.hasSubMenu:after{
		display: none;
	}

	#mainMenu .navbar-nav ul li a.hasSubMenu:after {
		content: '\e805';
		display: block;
	}


	.navbar-nav ul li a{padding:11px;display:block; font-size:12px;}
	.navbar-nav ul li{padding:0;}

	/*** mega menu ***/

	.nav>li.nekoMegaMenuTrigger{position:static !important;}

	.navbar-nav .nekoMegaMenu ul{
		position: static;
		float: left;
		border:none;
		background:none;
		display:block;
		width:100%;

	}

	#mainMenu .navbar-nav ul li.megaMenuTitle {
		display:block;
		width:100%;
	}
	
	.navbar-nav .nekoMegaMenu{
		width:100%;
		position:absolute;
		right:0;
		top: 150px;
		z-index: 1024;
		padding:10px;

	}

	.navbar-nav .nekoMegaMenu ul {padding:0;}
	.navbar-nav .nekoMegaMenu ul li a {padding:5px 10px 5px 10px;}
	.megaInner {padding:22px;}
	/*** mega menu ***/


}

@media(min-width:992px){
	.navbar-nav .nekoMegaMenu{
		top: 90px;
	}
	.navbar-nav.pull-right {
		float: right !important;
	}
	.navbar-header{ float:left;}
	.navbar-brand{
		float: left;
		padding: 33px 0;
	}


}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/* END MAIN MENU
================================================== */
/* HOME
================================================== */

#mapWrapper{ height:350px; }

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HOME
================================================== */
/* NEWS
================================================== */
.newsText{padding:20px 20px 20px 20px;}
.newsText h3{margin-bottom: 8px;}
.date{font-size:12px; line-height:12px;font-style: italic;}
.newsText p{font-size:12px;} 

/* END NEWS
================================================== */

/* FOOTER 
================================================== */

footer{padding:20px 0 0 0;}
#footerLogo {margin-bottom: 22px;}
#footerRights {padding-top:22px;padding-bottom:22px;margin-top:22px; text-align: center; font-size:10px;}
.footerWidget {margin-bottom: 22px}

/* footer 1 */
.worksList li{display:inline-block; margin: 0 10px 10px 0;}

/* footer 4 */
.footer4 #footerRights {text-align: left; background:#333;}
.bigTitle.bigTitleFooter {font-size: 2em; margin-bottom: 0;}


@media(min-width:992px){
	/* footer 4 */
	.footer4 #footerRights .quickMenu {float:right;}
	/* footer 5 */
	.footer5 #footerRights p{float: left;}
	.footer5 #footerRights .socialNetwork{float: right;}
}
/* END FOOTER 
================================================== */

/* SLIDERS
================================================== */
/*** supersized ***/

#superSizedSlider {text-align:center;}
#superSizedSlider h1 {
	font-size:22px;
	margin-top:20%;
	display:block;
	padding:44px 33px 0 33px;
	line-height:1.1em;
	font-weight: 700;
}
/** replace arrows with font **/
#nextslide, #prevslide {
	font-family: 'custom-icons';
	text-align: center;
	font-size: 1em;
	height: 1em;
	line-height:1em;
	width: 1em;
	opacity:1!important;
	background: none;
}
#prevslide {left:0;}

#nextslide{right:0;}

#prevslide:before {content: '\e804';}
#nextslide:before {content:'\e805';}

a#nextslide:hover, a#prevslide:hover {
	text-decoration: none;
}

/*** flex full***/
.flexslider {overflow:hidden;}
.flexslider .flex-direction-nav a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font-family: 'custom-icons';
	font-size: 1.5em;
	height: 4em;
	text-align: center;
	width: 2em;
}
.flexslider .flex-direction-nav a i {
	line-height: 4em;
}
.flexslider .flex-direction-nav a:hover {
	text-decoration: none;
}
.flexslider {
	margin: 0;
}
.flexslider .slides li {
	margin: 0;
	position: relative;
}
.flexslider .logoSlider img {
	width: auto;
}
.flexslider .caption {
	position: absolute;
	top: 0;
	width: 100%;
	display:block;
	text-align: left;
}

.flexslider .caption p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding:0;
	font-weight:normal;
}
.flexslider h1 {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right:22px;
	text-transform: none;
	line-height: 1em;
	padding: 0.4em 0.5em;
}

.flexslider h2 {
	display: inline-block;
	margin-bottom: 0;
	margin-right:22px;
	padding: 10px;
	text-transform: uppercase;
	line-height: 1em;
	font-size:14px;
}
.flexslider h2:after{content:none;}
.flexslider .caption.left {
	left: 50px;
	width: 55%;
}
.flexslider .caption.right {
	right: 0;
	left:auto;
}
.flexslider .caption, .flexslider .caption div {
	display: none;
}

.flexiShadow img {
	margin-bottom: 3em;
	vertical-align: top;
}
.flexslider .caption .element1-1, .flexslider .caption .element1-2, .flexslider .caption .element1-3, .flexslider .caption .element1-4 {
	margin-left: 2%;
}
.flexslider .caption .element1-1 {
	margin-top: 2%;
}
.flexslider .caption .element1-2 {
	margin-top: 2%;
}
.flexslider .caption .element1-3 {
	margin-top: 2%;
	width: 70%;
}
.flexslider .caption .element1-4 {
	margin-top: 2%;
}
.flexslider .caption .element2-1 {
	display: inline-block;
}
.flexslider .caption .element2-1, .flexslider .caption .element2-2, .flexslider .caption .element2-3, .flexslider .caption .element2-4 {
	margin-top: 2%;
	margin-left: 2%;
}
.flexslider .caption .element2-1 {
	margin-top: 10%;
	margin-left: 2%;
}
.flexslider .caption .element2-3 p {
	width: 320px;
}
.flexslider .caption .element3-1, .flexslider .caption .element3-2, .flexslider .caption .element3-3 {
	margin-left: 2%;
}
.flexslider .caption .element3-1 {
	margin-top: 10%;
}
.flexslider .caption .element3-2 {
	margin-top: 2%;
}
.flexslider .caption .element3-3 {
	margin-top: 2%;
}
.flexslider .caption .element4-1, .flexslider .caption .element4-2, .flexslider .caption .element4-3 {
}
.flexslider .caption .element4-1 {
	margin-top: 40px;
}
.flexslider .caption .element4-2 {
	margin-top: 2%;
}
.flexslider .caption .element4-3 {
	margin-top: 2%;
}

/*** OWL carousel ***/
.owl-carousel .imgWrapper, .owl-carousel .boxContent{margin-right: 15px;margin-left: 15px;} 
/* remove default OWL arrows */


/** OWL SLIDER **/

.owl-theme .owl-controls .owl-buttons div{
	background:none;
	font-family: 'custom-icons';
	font-size:22px;
	text-align:center;
	color:#fff;
	opacity:1;
	border-radius: 50%;
	padding:0;

}

.owl-next {right:-9px;}
.owl-prev {left:-9px;}

.owl-next i, .owl-prev i {display:block; padding: 10px 5px;}


.owl-theme .owl-controls {margin-top:22px;}

.owl-theme.centerOwlButtons .owl-controls .owl-buttons div{position:static; }
.owl-theme.centerOwlButtons .owl-pagination {display:none;}

#carouselWorksFullscreen img{ width: 100%}

/*** camera ***/
#cameraSliderWrapper{
	width: 90%;
	margin: auto;
	overflow: hidden;
	margin: 44px auto;
}
#cameraSliderWrapper .camera_target_content {border-radius: 11px!important;}
/** camera_neko_skin **/
.camera_neko_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_neko_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_neko_skin .camera_prev, .camera_neko_skin .camera_next, .camera_commands{
	background:none;
	width:50px;
	height:50px;
	font-family: 'custom-icons';
	color:#fff;
	font-size:2.5em;
}
.camera_neko_skin .camera_prev {left:22px; text-align: left;}
.camera_neko_skin .camera_next {right:22px;text-align: right;}
.camera_neko_skin .camera_prev > span {
	background: none;
}
.camera_neko_skin .camera_prev:before{
	content:'\e804';
}

.camera_neko_skin .camera_next:before {
	content: '\e805';
}
.camera_neko_skin .camera_next > span {
	background: none;
}

.camera_neko_skin .camera_wrap .camera_pag .camera_pag_ul li {background:#fff!important;}
.camera_neko_skin .camera_caption{
	width:100%;
	/*padding-bottom:12%;*/
	text-align: center;
}

.camera_neko_skin .camera_caption h1  {
	font-size: 66px;
	margin-bottom: 11px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;

}

.camera_neko_skin .camera_caption h2  {
	font-size: 22px;
	padding:11px 22px;
	display: inline-block;
}

.camera_neko_skin .camera_caption h2:after{content:none;} 
.camera_neko_skin .camera_caption p { display:none;}
.camera_neko_skin .camera_caption > div{padding:22px;}
.camera_neko_skin .camera_wrap .camera_pag .camera_pag_ul {text-align: center; background:#f7f7f7; border-bottom: 1px solid #eee}

/*** MEDIA QUERIES ***/

@media(max-width:400px){
	.flexslider .caption.right {
		left: 0;
		right:auto;
	}
	.flexslider h1 {
		display: inline-block;
		font-size: 14px;
		width: 80%;
		margin-left:10%;
	}
	.flexslider h2 {
		display: inline-block;
		font-size: 11px;
		width: 80%;
		margin-left:10%;
	}
	.flexslider .caption {
		width: 80%;
		margin-left:10%;
		text-align: center!important;
	}
	.flexslider .caption .element3-1, .flexslider .caption .element2-1 {
		margin-top: 2%;
	}
	.flexslider .caption .element2-2, .flexslider .caption .element2-3,.flexslider .caption .element2-4 {
		margin: 5px 0 0 0;
	}
	.flexslider h2 {
		padding:5px;
	}
	/*** camera **/
	.camera_neko_skin .camera_caption h1  {
		font-size: 22px;
	}
	.camera_neko_skin .camera_caption h2 {
		font-size: 14px;
	}
}

@media(min-width:768px){
	
	/* FLEX slider */
	
	.flexslider .caption {
		width: 48%;
	}
	.flex-control-nav{display:block!important; bottom:10px;}
	.flexslider h1 {
		display: inline-block;
		font-size: 33px;
	}
	.flexslider h2 {
		font-size: 18px;
	}

	/* Camera slider */
	.camera_caption {width:40%;}
	.camera_caption h1 { font-size: 27px;}
	.camera_caption h2 { font-size: 16px; }
	.camera_caption p { display:block; line-height: 1.5em;}

	/* Supersized slider */
	#superSizedSlider h1 {font-size:88px;}
	#nextslide, #prevslide {
		font-size: 2em;
		height: 2em;
		line-height: 2em;
		width: 2em;
	}
	.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next, .ls-borderlesslight .ls-nav-prev, .ls-borderlesslight .ls-nav-next {display:block;}

}
@media(min-width:992px){

	#homeCarousel h1 {font-size: 50px;}
	#homeCarousel {
		margin-top:66px;
	}

	/*** flex slider ***/


	.flexslider .caption p {
		font-size: 18px;
	}
	.flexslider .caption .element1-1 {
		margin-top: 5%;
	}
	.flexslider .caption .element3-1 {
		margin-top:10%;
	}
	.flexslider .caption .element2-1{
		margin-top: 10%;
	}
	
	#cameraSliderWrapper {min-height: 550px;}
	.camera_caption h1 { font-size: 33px;}
	.camera_caption h2 { font-size: 22px; }
	.camera_caption p { font-size: 12px; }
}

@media(min-width:1200px){
	/*** 	Flex slider ***/

	.flexslider .caption .element1-1 {
		margin-top: 20%;
	}
	.flexslider .caption .element3-1 {
		margin-top: 40%;
	}
	.flexslider .caption .element2-1{
		margin-top: 30%;
	};


}

/*** END MEDIA QUERIES ***/

/* BLOG
================================================== */
article.post{margin-bottom: 22px;}
.post h2 a:hover{text-decoration:none;}

ul.entry-meta li a{padding:4px 10px 4px 5px; border-radius: 4px; text-decoration: none;}

.formatIcon {padding:11px 0; border-top:1px solid #fff;}
.formatIcon i {font-size: 22px;}

ul.entry-meta {margin:0; padding:0; margin-bottom:11px; font-size:11px;}
ul.entry-meta li {display:inline-block;}

.widget {margin-bottom:22px;padding-bottom:22px;}
.tagCloud a:link, .tagCloud a:visited {
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 3px 14px 0;
	padding: 7px;
	border-radius: 2px;
	line-height: 1em;

}

/* END BLOG
================================================== */

/* PAGES
================================================== */
.page-header .col-sm-6{ margin-bottom:0; }
.page-header{padding: 22px 0;margin:0;}
.page-header.bigHeader {padding-bottom:0 }

.page-header h1{
	padding:0;
	margin:0;
	font-weight: 700;
	font-size: 16px;
}

.page-header p {margin:5px 0 0 0;}

.page-header.bigHeader h1{margin-bottom:17px;}
.page-header.bigHeader p{margin-bottom:12px;}

ul.breadcrumb {padding:0; margin-bottom: 0;background:none;position:absolute; top:50%; margin-top:-10px; right:15px; }
ul.breadcrumb li{display:inline-block; font-size:12px; letter-spacing:0.05em;text-transform: uppercase;}
ul.breadcrumb li a{text-decoration: none;}

/** sidebar **/
nav#subnav {margin-bottom: 22px;}
nav#subnav ul {margin:0; padding:0; list-style-type: none}
nav#subnav ul li a{
	margin:0;
	padding:11px 0;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav#subnav ul li a:hover{text-decoration: none;}
nav#subnav ul li a i {float:right;display:none; margin-top: 4px;}
nav#subnav ul li a:hover i, nav#subnav ul li a.active i {display:block;}
nav#subnav{padding:0;}

@media(min-width:768px){
	.formatIcon i {font-size: 33px;}
}

@media(min-width:992px){
	
}

@media(min-width:1200px){

}

/* END PAGES
================================================== */


/* PORTFOLIO
================================================== */
#homePortfolio article{
	width: 20%;
	float: left;
}

nav#filter {margin-bottom:22px;}
nav#filter ul {padding:0;}
nav#filter li{ display:inline-block;list-style:none;}
.isotopeItem {margin-bottom: 22px;}
.page-header .projectTitle {text-align: right;}
header#project{padding:22px 0;}
#project h1 {text-align:left;}
.centerBtn {display:inline-block!important;}
#fullWidthImageProject img{width: 100%;}
#portfolioFullWidth #shareme {float:right;}


/*** pinterest like ***/
.pinBox{
	padding:15px;
	position:relative;
}
.pinBox .boxContent{
	margin-top: 11px;
}
.pinInfo{
	padding:11px 0 0 0;
	margin:0;
}
.pinInfo li {
	display: inline-block;
}
.pinInfo li a {
	text-decoration: none;
	font-size:12px;
}

/* END PORTFOLIO
================================================== */

/* FORM
================================================== */
textarea#comments {height:87px;}
#verify {width:auto; display:inline-block;margin-top:11px;}
.securityCheck h3 {margin-bottom:7px;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){	
	#verify {margin-top: 5px;}
}

@media(min-width:992px){
	.page-header .projectTitle {text-align: left;}
}

@media(min-width:1200px){#verify {margin-left:15px; margin-top: 0;}}

/*** END MEDIA QUERIES ***/

/* END FORM
================================================== */

/* MISCELANIOUS
================================================== */

/* demo */
.highlight{margin-bottom: 44px;}
.bs-docs-section .btn {margin-bottom: 11px;}


/*** STYLE SWITCHER ***/
.styleSwitcher {display:none;}
#switcherContent{padding:0 15px 15px 15px;}
.styleSwitcher {background:rgba(0, 0, 0, 0.5); position:fixed; top:200px; width:170px;left:-170px;z-index:9999}' +
.switcher.dark{background:#555;}
.styleSwitcher ul li{display:inline-block;}
.styleSwitcher ul {display:block; padding:0; margin:0}
.styleSwitcher ul.switcher li a {display:block; text-indent:-3000px; overflow:hidden; border:none; width:20px; height:20px; margin:0 5px 5px 0;}
.styleSwitcher h1 {padding:0 0 6px 0; line-height:44px;font-size:14px;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; text-transform:uppercase; color:#eee;border:none; margin:0; text-align:left;}
.styleSwitcher h1:after {content:none;}
.styleSwitcher #showHideSwitcher{outline:none; width:50px; height:50px; position:absolute; right:-50px; background:rgba(0, 0, 0, 0.5); top:0; font-size:24px; text-align:center; line-height:50px; color:#eee;}
.styleSwitcher #showHideSwitcher:hover i {color:#fff;}
.styleSwitcher select{font-size:11px;margin:0 0 15px 15px;background:#eee; border:1px solid #ddd; width:120px;padding:4px; color:#333;}

a.btnSwitcher {
	display: block;
	width:120px;
	border:1px solid #eee;
	background:#fff;
	margin-top:10px;
	text-transform: uppercase;
	padding:10px;
	color:#777;
	text-decoration: none;
	text-align: center;
}
.btnSwitcher.active, .btnSwitcher:hover {
	border-color:#eee;
	background:#eee;
} 


.imgHover article {
	position:relative;
}
.mask {
	position:absolute;
	top:0;
	left:15px;
	background: rgba(255,255, 255, 0.8);
	/*width:100%;*/
	z-index:0;
	opacity: 0;
}

.pinBox .mask{
	top:15px;
}



.iconLinks {
	display:none;
	position: relative;
}

.iconLinks a{  
	display: inline-block;
	text-decoration:none;

}
.iconLinks a:hover i{     
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.iconLinks a span{
	position: relative;
	top: 0px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;

}

.mediaHover {
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;

}

.ie8 .mask {
	bacground:white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}



ul.socialNetwork {padding:0; display: block; margin-bottom: 0;}
ul.socialNetwork li {display:inline-block; list-style-type: none; margin-top: 0.8em;}

/*** pricing table ***/
.pricingBloc {
	text-align:center;
	margin-top:22px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}

.pricingBloc:hover {
	margin-top:18px;
}

.pricingBloc .iconRounded{display: inline-block; margin-top: 22px;}
.pricingBloc ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
}
.pricingBloc ul li {
	padding:11px 0;
	margin: 0 11px;
}
.pricingBloc h2 {
	font-size: 14px;
	margin-bottom: 0;
	padding: 11px;
	font-weight: 400;
}

.pricingBloc h3 {
	font-size: 44px;
	font-weight: 400;
	display: block;
	padding: 22px;
	margin-bottom: 0;
}
.pricingBloc h3 span {
	font-size: 14px;
	font-weight: 400;
	margin: 11px 0 0 0;
	display: block;
	letter-spacing: normal;
	line-height: 22px;
}
.pricingBloc p {
	margin-bottom:0;
	padding:1.5em
}
.pricingBloc.focusPlan {
	margin-top:0;
}
.pricingBloc.focusPlan h3 {
	font-size:66px;
	padding:22px;
}
/*** end pricing table ***/

/*** responsive video ***/
.videoWrapper {
	position: relative;
	padding-bottom: 54%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper.videoFormat2 {
	padding-bottom:61%; /*ratio = 198/500*100 */
}

p.credits {
	padding:1.5em;
	margin-bottom:1.5em
}
/*** end responsive video ***/

/*** share plugin ***/

.sharrre .button {
	float: left;
	width: 60px;
}
#shareme h4 {margin-top: 22px; font-size: 16px;}
#shareme a {
	display:block;
	text-align: center;
	width: 44px;
	height: 44px;
	padding-top: 10px;
	float:left;
}
#shareme i {color:#fff;}
#shareme .facebook {background:#3b5998;}
#shareme .twitter {background:#55ACEE;}
#shareme .googleplus {background:#d34836;}

/*** to top button ***/

#nekoToTop {
	position: fixed;
	bottom:20px;
	right: 20px;
	padding: 5px;
	display: none;
	width: 50px;
	height:50px;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	background:rgba(255,255,255,.5);

}


/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.styleSwitcher {display:block;}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/



/** Features **/
.reloadAnim{ margin: 0 0 20px 0; }
.demoAnimation .col-md-6{ overflow: hidden; }
.demoAnimation .xrayhtml{ margin-bottom: 0; }
/* END MISCELANIOUS
================================================== */