/*
Theme Name: Endless
Theme URI: http://themes.fruitfulcode.com/endless/
Author: fruitfulcode
Author URI: http://fruitfulcode.com
Description: ENDLESS is creative One and Multi Page template with modern flat, minimalistic and clean look. 
Impress your clients with new three dimensional look of your page.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: endless 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------------------
	Layout styles
	
	1.0 - Body
	2.0 - Repeatable Patterns
	3.0 - Section
	4.0 - Header
	5.0 - Navigation
		5.1 - Menu
			5.1.2 - Line Menu
		5.2 Back to top
	6.0 - Page Content	
	7.0 - Shortcodes
		7.1 - First letter
		7.2 - Separator
		7.3 - Portfolio
			7.3.1 - Single portfolio
		7.4 - Icon box
		7.5 - Team 
		7.6 - Testimonials carousel 
		7.7 - Tweet 
		7.8 - Latest post 
		7.9 - Call to action 
		7.10 - Pie chart 
	8.0 -  HomePage Slider
		8.1 -  Another Sliders
	9.0 -  Footer
	10.0 - Blog
	11.0 - Sidebar
		11.1 - Widget
			11.1.1 - Widget Calendar
			11.1.2 - Widget RSS
	12.0 - Custom Contact form 7
	13.0 - Visual composer custom style]
		13.1 - Accordion
		13.2 - Tabs
	14.0 - Media Queries
	
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[1.0 Body]
*/

embed, iframe, object, video {
	max-width: 100%;
}

html.endless-active body.admin-bar .parallax-background {
	background-position: 0% 0 !important;
}

body.admin-bar .parallax-background {
	background-position: 0% 32px !important;
}

body.slide-active {
    overflow-x: hidden
}

#main {
    position: relative;
    right: 0;
}

#main .slide-active {
    padding-top: 0
}

section.wpb_row {
	margin-bottom:0;
}

section.wpb_row .container .row section.wpb_row .container {
	width:100%;
} 

.scroll-down-button {
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
}

.scroll-down-button .btn {
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	-moz-animation-duration: 10s;
	-webkit-animation-duration: 10s;
	-o-animation-duration: 10s;
	animation-delay: 3s;
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
	-o-animation-delay: 3s;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgb(249,249,249);
}

.site-main {    
	height: auto;
    min-height: 400px;
}


/*------------------------------------------------------------------
	[2.0 Repeatable Patterns]
*/

.chat {
	margin:0 0 20px 0;
	display: inline-block;
}

.chat dt {
	width:100%;
	margin:0;
	float:left;
}

.chat dd {
	padding:10px 5px 10px 35px;
	border-bottom:1px solid #e5e5e5;
	width:100%;
	float:left;
	margin:0 0 15px 0;
}

.chat dt .chat-author {
	padding:0 0 0 10px;
}

blockquote {
	border: none;
}

blockquote footer {
	color: #292422;
	font-weight: bold;
	font-size: 100%;
}

blockquote footer:before {
	display: none;
}
blockquote p {
	font-size: 18px;
}

body {
	-webkit-font-smoothing: antialiased;
}

dl dt {
	float: left;
	margin-right: 20px;
}
dl dd {
	margin-bottom: 10px;
}

h1 {
	position: relative;
}


h2,h3,h4, h5, h6 {
	position: relative;
}

img {
 	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

img {
	max-width: 100%;
}
 
img.alignleft,
.wp-caption.alignleft {
	margin: 10px 24px 10px 0;
}

img.alignright, 
.wp-caption.alignright {
	margin: 10px 0 10px 24px;
}

img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 10px;
	margin-bottom:10px;
}

section {
	overflow: hidden;
	position: relative;
	clear:both;
	z-index:1;
}

.background {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background-color:#ffffff;
}

.parallax-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
    width: 100%;
}
.endless-active .parallax-background {
	background-attachment: scroll;
/* 	background-size:auto; */
}

.vc_mobile .parallax-background {
	background-attachment: initial !important;
}

.center-image {
	bottom: 0;
	display: inline-block !important;
	left: 0;
	margin: auto;
	right: 0;
	top: 0;
	position: absolute;
	width: inherit !important;
}

.background-color-grey-dark {
	background-color: #292422;
}

.background-color-grey-light {
	background-color: #edeae6;
}

.background-color-grey-footer {
	background-color: #181818;
}

.background-color-primary {
	background-color: #e23a00;
}

.background-color-secondary {
	background-color: #face00;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.font-color-light {
	color: #fff !important;
}

.font-color-dark {
	color: #292422 !important;
}

.has-opacity {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.has-parallax {
	height: 100%; 
	position:relative; 
}

.menu-child-align-left {
	left: 0 !important;
}

.menu-child-align-right {
	right: 0 !important;
}
.menu-child-align-right:after {
	left: inherit !important;
	right: 30px !important;
}

.regular-case {
	text-transform: none;
}

.reset-margin {
	margin: 0 !important;
}

.opacity-1 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1) !important;
	opacity: 0.01 !important;
}	

.opacity-2 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2) !important;
	opacity: 0.02 !important;
}

.opacity-3 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3) !important;
	opacity: 0.03 !important;
}

.opacity-4 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4) !important;
	opacity: 0.04 !important;
}

.opacity-5 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5) !important;
	opacity: 0.05 !important;
}

.opacity-6 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6) !important;
	opacity: 0.06 !important;
}

.opacity-7 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7) !important;
	opacity: 0.07 !important;
}

.opacity-8 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8) !important;
	opacity: 0.08 !important;
}

.opacity-9 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9) !important;
	opacity: 0.09 !important;
}

.opacity-10 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10) !important;
	opacity: 0.1 !important;
}

.opacity-20 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20) !important;
	opacity: 0.2 !important;
}

.opacity-30 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30) !important;
	opacity: 0.3 !important;
}

.opacity-40 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40) !important;
	opacity: 0.4 !important;
}

.opacity-50 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
	opacity: 0.5 !important;
}

.opacity-60 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
	opacity: 0.6 !important;
}

.opacity-70 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70) !important;
	opacity: 0.7 !important;
}

.opacity-80 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80) !important;
	opacity: 0.8 !important;
}

.opacity-90 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90) !important;
	opacity: 0.9 !important;
}

.opacity-100 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	opacity: 1 !important;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 0;
	font-size: 10px;
}

.divider {
	display: inline-block;
	height: 3px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 30px;
}

.feature {
	margin-bottom: 30px;
}

.feature figure {
	display: inline-block;
}

.feature.left figure{
	float: left;
} 
.feature.right figure{
	float: right;
}   
.feature.center figure{
	float:none;
}   

.feature.left .feature-content {
	padding-left: 65px;
	padding-top: 5px;
}

.feature.right .feature-content {
	padding-right: 65px;
	padding-top: 5px;
}

.feature.center .feature-content {
	padding-left:0;
	padding-right:0;
}

.feature.left.empty-icon .feature-content,
.feature.right.empty-icon .feature-content,
.feature.ceneter.empty-icon .feature-content {
	padding:5px 0 0 0;
}

.flexslider {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border: none;
	margin: 0;
	height: 100%;
	overflow: hidden;
}


/*------------------------------------------------------------------
	[3.0 Section]
*/

section  h1,
section  h2,
section  h3,
section  h4,
section  h5,
section  h6 {
	margin: 0 0 35px 0;
	line-height:0.8;
}

section .section-title {
	position:relative;
}

section .section-title  h1,
section .section-title  h2,
section .section-title  h3,
section .section-title  h4,
section .section-title  h5,
section .section-title  h6 {
	margin: 30px 0 30px 0;
}

section .section-title .esep,.call-to-action .esep {
	position:absolute;
	top:50%;
	margin:0;
	width:0px;
	display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
}

section .tgl-element {
 	overflow: hidden;
	height:0;
	opacity: 1;
}

section .toggle-on {
	opacity: 1;
}

section.block.section-toggle   {
	padding:0;
}

/* section#from-the-blog {
	background-color:#ffffff;
} */

section.block {
  padding: 40px 0;
}

.sub-page .block {
	padding:40px 0;
}

section.wpb_row .row .wpb_wrapper section.wpb_row {
	padding:0;
}

.section-toggle {
	overflow:visible;
	padding:0;
	z-index:9;
}

.toggle-nav {
	z-index:9;
	text-align:center;
	position:relative;
	margin:0 0 0 0;
	height:135px;
	line-height:135px;
	float:left;
	width:100%;
	float:left;
}

.toggle-nav  h3 {
	font-size:34px;
	color:#ffffff;
	cursor:pointer;
	margin:0;
	display: inline-block;
	vertical-align:middle;
	line-height:1;
}

.toggle-nav:before{
	display:block;
	margin:-26px auto 0;
	visibility:hidden;
	opacity:0;
	content: " ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 27px 26px 27px;
	border-color: inherit;
	line-height: 0px;
	_border-color: inherit;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	transition:visibility 0s linear 0.8s,opacity 0.3s linear;
}	

.toggle-nav:after{
	display:block;
	margin:0 auto;
	opacity:1;
	content: " ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 27px 0 27px;
	border-color: inherit;
	line-height: 0px;
	_border-color: inherit;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	transition:visibility 0s linear 0.8s,opacity 0.3s linear;
}

.toggle-nav.toggle-open:after {
	visibility:hidden;
	opacity:0;
}

.toggle-nav.toggle-open:before {
	visibility:visible;
	opacity:1;
}

.section-toggle.google-map {
	overflow:visible;
}
 
.section-toggle.google-map .tgl-element {
	overflow-y: visible;
	width:100%;
}


/*------------------------------------------------------------------
	[4.0 Header]
*/

.sub-page #page-title,
.home #page-title {
	height: 325px;
	position:relative;
	text-align: center;
  	-webkit-transform: translateZ(0x);
}

#page-title img {
	max-width:initial;
}

#page-title .title-parallax-background {
	background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
	opacity:0;
}

body.admin-bar #page-title .title-parallax-background {
	background-position:0 32px;
}

#page-title .parallax-background {
	background-size: inherit;
	opacity:0;
}

#page-title .parallax-background.crossfade  {
	opacity: 1;
	-webkit-transition: opacity 3s ease-in-out;
	-moz-transition: opacity 3s ease-in-out;
	-o-transition: opacity 3s ease-in-out;
	-ms-transition: opacity 3s ease-in-out;
	transition: opacity 3s ease-in-out;
}

#page-title .vc_separator .vc_sep_holder .vc_sep_line, .flexslider .vc_separator .vc_sep_holder .vc_sep_line {
	border-top: 1px solid rgba(255,255,255,1) ;
}

/*
.pace-progress {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 3s;
	-moz-transition: width 3s;
	-o-transition: width 3s;
	transition: width 3s;
}

#page-title .title .vc_separator .vc_sep_holder,
.flexslider .vc_separator .vc_sep_holder {
	width:1px;
	}
 */

/*center to left\right*/
.pace-progress {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
}

#page-title .title .vc_separator .vc_sep_holder,
.flexslider .vc_separator .vc_sep_holder {
	width:1px;
	transition: none;
} 

#page-title .title .vc_separator .vc_sep_holder .vc_sep_line,
.flexslider .vc_separator .vc_sep_holder .vc_sep_line {
	width:1px;
	-webkit-transition: width 3s;
	-moz-transition: width 3s;
	-o-transition: width 3s;
	transition: width 3s;
}

.vc_sep_holder_l .vc_sep_line{
	float: right;
}

.vc_sep_holder_r .vc_sep_line{
	float: left;
} 


.sub-page #page-title .title,
.home #page-title .title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:35%;
}

.sub-page #page-title .title h1, 
.home #page-title .title h1 {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  z-index: 1;
}

.sub-page #page-title .title h5, 
.home #page-title .title h5 { 
  display: inline-block;
  z-index:1;
  text-transform:uppercase;
  margin:0 !important;
}

.home .title .vc_separator,
.sub-page .title .vc_separator {
	padding-top:25px;
}


/*------------------------------------------------------------------
	[5.0 Navigation]
*/

.navigation {
	position:absolute;
	z-index:99;
	width:100%;
}

.navigation .navbar {
  margin-bottom: 0;
}

.navigation .navbar .navbar-header.left {
	float:left;
}

.navigation .navbar .navbar-header.right {
	float:right;
}

.navigation .navbar .navbar-brand {
	margin-top: 0px;
}

.navigation .navbar .navbar-brand.logo.retina,.endless-slidebar .navbar-brand.logo.retina{
 display:none;	
}

.navigation-wrapper .navigation .navbar .navbar-collapse {
/*   padding-right: 0px; */
  position:relative;
}

.navbar-toggle {
	position:relative;
}

.navigation .navbar .navbar-brand h1.site-title {
    font-size: 20px;
    width: 100%;
	display:inline-block;
	margin:0 0 5px 0;
}

.navigation .navbar .navbar-brand h2.site-description {
	font-size:14px;
	width: 100%;
	display:inline-block;
	margin:0;
}

/*------------------------------------------------------------------
	[5.1 Menu]
*/

.navigation .endless-toggle-right,
.navigation .endless-toggle-left,
.navbar .toggle-right,
.navbar .toggle-left {
	width: 53px;
    padding: 14px 14px 15px;
    position: absolute;
    top: 48px;
	border: 2px solid #ffffff;
	-webkit-backface-visibility: hidden;
}
.navigation .endless-toggle-right,
.navigation .endless-toggle-right.dark_brightness,
.navbar .toggle-right,
.navbar .toggle-right.dark_brightness {
	float: right;
    right: 80px;
}
.navigation .endless-toggle-left,
.navigation .endless-toggle-left.dark_brightness,
.navbar .toggle-left,
.navbar.toggle-left.dark_brightness {
	float: left;
    left: 80px;
}

html.endless-active  .navigation .endless-toggle-right.light_brightness,
.navigation .endless-toggle-right.light_brightness,
html.endless-active  .navigation .endless-toggle-right.left_brightness,
.navigation .endless-toggle-left.light_brightness {
	border: 2px solid #182a36;
}

html.endless-active  .light_brightness .navicon-line,
.light_brightness .navicon-line {
	background-color: #182a36;
} 

.endless-toggle-left, .endless-toggle-right, .endless-open-left, .endless-open-right, .endless-close {
	cursor: pointer;
}

.endless-right,
.endless-left {
	margin-top: 0px;
}

.navbar-nav.endless-menu {
	list-style:none;
	width:100%;
	margin: 62px 0;	
}

.navbar-nav.endless-menu > li {
	float:none;
	width:100%;
	padding: 19px 19px 18px 19px;
	position:relative;
}

.navbar-nav.endless-menu > li:before {
	content:" \25CF";
	font-size: 12px;
	padding-right: 7px;
	position: absolute;
	left:0;
}

.navbar-nav.endless-menu > li:first-child {
	border-top:0px
}

.navbar-nav.endless-menu > li {
	border-top: 1px solid #243540;
	font-size: 16px;
	text-transform:uppercase;
}

.navbar-nav.endless-menu > li.page_item_has_children span,
.navbar-nav.endless-menu > li.menu-item-has-children span {
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: #fff;
	content: "";
    float: right;
	margin: 8px 10px 0 20px;
	position: absolute;
    right: 0;
    top: 20px;
	cursor:pointer;
}

.navbar-nav.endless-menu > li.page_item_has_children.arrup span,
.navbar-nav.endless-menu > li.menu-item-has-children.arrup span {
	border-bottom-color: #fff;
	border-top-color: transparent;
	top:17px;
}

.navbar-nav.endless-menu .sub-menu {
	display:none;
}

.navbar-nav.endless-menu .sub-menu.sub-open .sub-menu {
	display:block
}

.navbar-nav.endless-menu  .sub-menu > li :before {
	content:"";
}

.navbar-nav.endless-menu  .sub-menu > li {
	padding: 8px 16px 0;
}

.navicon-line, .dark_brightness  .navicon-line{
	width: 19px;
	height: 3px;
	border-radius: 1px;
	margin-top: 3px;
	background-color: #fff;
}

ul.navbar-nav {
	display: block;
	float: left;
}

.endless-slidebar .navbar-brand.nav.logo {
	padding-top: 0px;
}

.endless-slidebar {
	top:0;
}

body.admin-bar .endless-slidebar {
	top:32px;
}

.endless-slidebar .navbar-brand {
	padding:5px;
} 

.header-solid {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
}

.header-transaprent {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: transparent;
}

a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #292422;
	outline: none !important;
}

a:hover {
	text-decoration: none;
}


/*------------------------------------------------------------------
	[5.1.2 Line-menu]
*/

.navigation-wrapper .navigation {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation-wrapper .navigation .nav li a {
  text-transform: uppercase;
}

.navigation-wrapper .navigation .nav li a:hover, 
.navigation-wrapper .navigation .nav li a:focus,
.single-portfolio .navigation-wrapper .navigation .nav li.portfolio a,
.single-members 	  .navigation-wrapper .navigation .nav li.team a 
 {
  background-color: transparent;
}


.navigation-wrapper .navigation .nav li:hover .child-navigation, 
.navigation-wrapper .navigation .nav li:hover .child-navigation li:hover .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  visibility: visible;
}


.navigation-wrapper .navigation .nav li .child-navigation,
.navigation-wrapper .navigation .nav li .child-navigation  li .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #edeae6;
  visibility: hidden;
  position: absolute;
  top: 55px;
}


.navigation-wrapper .navigation .nav li .child-navigation li .child-navigation {
	display: block;
    left: 100%;
    position: absolute;
    top: 0;
}

.navigation-wrapper .navigation .nav li .child-navigation li .child-navigation:after,
.navigation-wrapper .navigation .nav li .child-navigation li .child-navigation:before {
	display:none;
} 

.navigation-wrapper .navigation .nav li .child-navigation:after {
  border-color: transparent transparent #edeae6 transparent;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  content: "";
  height: 0px;
  position: absolute;
  left: 30px;
  top: -7px;
  width: 0px;
}
.navigation-wrapper .navigation .nav li .child-navigation:before {
  background-color: transparent;
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  top: -7px;
} 
.navigation-wrapper .navigation .nav li .child-navigation li {
  position:relative;
}

.navigation-wrapper .navigation .nav li .child-navigation li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  display: block;
  text-transform: uppercase;
  padding: 10px 20px;
  white-space: nowrap;
}

.line-menu.endless-active .navigation-wrapper .navigation  {
	position:relative;
}

.line-menu.endless-active .navigation-wrapper .navigation .nav li .child-navigation li a {
  white-space: normal;	
}

.navigation-wrapper   .navigation .nav li .child-navigation li .child-navigation li a {
	 padding: 10px 20px;
}	 

 
.navigation-wrapper .navigation .nav li .child-navigation li a:after, 
.navigation-wrapper .navigation .nav li .child-navigation li a:before {
  display: none;
}

.navbar-toggle {
	width: 53px;
    padding: 14px 14px 15px;
    position: absolute;
    top: 48px;
	border: 2px solid #ffffff;
	-webkit-backface-visibility: hidden;
	position: relative;
	border-radius:0;
	cursor: pointer;
	margin:0;
	right:80px;
}

.line-menu .navbar-brand.logo.retina,
.additional-logo,
.navigation .navbar-brand.logo.retina {
	display:none;
}

.line-position {
	display:none;
}

.line-menu.endless-right .navbar-nav,
.line-menu .navbar-header.right,
.line-position .navbar-header.right {
	float:right;
}

.line-menu.endless-left  .navbar-nav,
.line-menu .navbar-header.left,
.line-position  .navbar-header.left{
	float:left;
}

.line-position .navbar-header.left,
.line-position .navbar-header.right {
	margin:0
}




.navbar-header {
    position: relative
}

.navbar.navbar-fixed-top.slide-active {
    position: relative
}



/*------------------------------------------------------------------
	[5.2 Back to top]
*/


#back_to_top{
	position: fixed;
	height: auto;
	top: 90%;
	right: 80px;
	margin: 0px;
	z-index: 10000;
}

#back_to_top.top_on{
    opacity: 1;
}

#back_to_top.top_off{
    opacity: 0;
}

#back_to_top span{
	width: 40px;
	height: 40px;
	color: #b7b7b7;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
}

#back_to_top span i{
	font-size: 22px;
	line-height: 40px;
}

#back_to_top:hover span{
	color: #fff;
	background-color: #91003e;
}

/*------------------------------------------------------------------
	[6.0 - Page Content	]
*/


/*Html Elements*/
.underline {
	text-decoration: underline;
}

.entry-content table {
	border: 1px solid #EDEAE6;
	margin-bottom: 20px;
	width: 100%;
}

.entry-content table th {
	background-color: #EDEAE6;
	padding: 10px;
}

.entry-content  table td {
	padding: 10px;
	border: 1px solid #EDEAE6;
}


.entry-content dl, .entry-content ol, .entry-content ul {
	margin-bottom: 40px;
	line-height: 25px;
	padding-left: 25px;
}

.entry-content dl dl, 
.entry-content dl ol, 
.entry-content dl ul, 
.entry-content ol dl, 
.entry-content ol ol, 
.entry-content ol ul, 
.entry-content ul dl, 
.entry-content ul ol, 
.entry-content ul ul {
	margin-bottom: 0px;
}

.entry-content pre {
	background-color: rgba(0, 0, 0, 0);
	font-size: 14px;
	padding: 18px;
}

.entry-content blockquote {
	border: none;
}	

.entry-content blockquote p {
	font-style: italic;
	margin-bottom: 20px;
}

.entry-content blockquote cite:before {
	color: #E23A00;
	content: "-";
	margin-right: 5px;
}

/*List style*/

.entry-content .wpb_text_column ol li,
.entry-content .wpb_text_column ul li   {
	margin-bottom: 24px;
	line-height: 24px;
}

.entry-content .wpb_text_column ul.left-border-list {
	padding:6px 0;
}

.entry-content .wpb_text_column ul.left-border-list li {
	border-left: 2px solid #182a36;
	line-height: 13px;
	list-style: none outside none;
	margin-bottom: 35px;
	padding: 0px 0 0px 12px;
}

.entry-content .wpb_text_column ul.arrow-list {
	padding:0;
}

.entry-content .wpb_text_column ul.arrow-list li {
	line-height: 26px;
	list-style: none outside none;
	margin-bottom: 22px;
}

.entry-content .wpb_text_column ul.arrow-list li:before {
	border-radius: 50px;
	color: #ffffff;
	content: ">";
	display: block;
	float: left;
	height: 20px;
	line-height: 11px;
	margin-right: 12px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	margin-top: 4px;
}

/* Alignment */
.uppercase  {
	text-transform:uppercase;
}

img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.hl-left {
	text-align:left;
}

.hl-center {
	text-align:center;
}

.hl-right {
	text-align:right;
}

.btn {
	font-size:12px !important;
}

.btn.btn-exsmall {
	padding: 9px 18px !important;
}

.btn.btn-small {
	padding: 11px 28px !important;
}

.btn.btn-def {
	padding: 12px 43px !important;
}

.btn.btn-large {
	padding: 15px 64px !important;
}

a.btn:hover {
	opacity:1;
}

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	background-color: #292422;
	color: #FFFFFF;
	margin:0 0 10px 0;
	opacity: 1;
	padding: 20px 30px;	
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: none repeat scroll 0 0 #FF0000 !important;
}

.entry-content .post-header h1 {
	font-size: 42px;
	margin-bottom: 35px;
	display:inline;
}

.entry-content .post-header h1 {
	margin-top:0;
	color:#182a36;
	font-size:30px;
}

/*------------------------------------------------------------------
	[7.0 Shortcodes]
*/


/*------------------------------------------------------------------
	[7.1 First letter]
*/

p.fletter::first-letter {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 60px;
    margin: 8px 10px 0 0;
    padding: 10px;
	line-height:40px;
} 

/*------------------------------------------------------------------
	[7.2 Separator]
*/

.vc_separator {
    display: table;
}
.vc_el_width_100 {
    width: 100%;
}

.vc_separator .vc_sep_holder {
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

/* .pace-progress {
    height: 2px;
    left: 0;
    position: fixed;
    top: 0;
    transition: width 3s ease 0s;
    z-index: 2000;
} */

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ebebeb;
}
.vc_separator .vc_sep_holder .vc_sep_line {
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: 100%;
}


/*------------------------------------------------------------------
	[7.3 Portfolio]
*/

.entry-content ul.portfolio-wrap {
	padding-left: 0px;
}

.portfolio-filter,
.products-filter {
  margin-bottom: 90px;
}

.portfolio-filter ul li,
.products-filter ul li {
  display: inline-block;
  margin-right: 10px;
}

.portfolio-filter ul li:last-child,
.products-filter ul li:last-child {
  margin-right:0;	
}

.portfolio-filter ul li a,
.products-filter ul li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.portfolio-filter ul li a.current,
.products-filter ul li a.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.portfolio-filter  .btn {
	background:#f8f8f8;
	color:#999999;
	border:2px solid #999999;
	opacity:1;
	font-size:12px;
}

.portfolio-filter .btn:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: -1;
}

.portfolio-filter .btn:hover:after {
    background: none repeat scroll 0 0 #292422;
    width: 100%;
}

.portfolio-item,
.product-item {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
	position: relative;
	overflow:hidden;
}

.portfolio-image {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.portfolio-item img,
.product-item img {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: relative;
	z-index: 10;
}

.portfolio-item img {
    height: 100%;
    width: 100%;	
    max-height: 258px;
    max-width: 360px;
}
	
.portfolio-item .portfolio-caption,
.product-item .product-caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #211d1b;
  color: #fff;
  height: 100%;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.portfolio-item  {
	text-align:center;
	background:#ffffff;
}

.portfolio-item .link-area {
	padding-bottom:20px;
}

.portfolio-item .link-area > img {
	margin-bottom:20px;
}

.portfolio-item .link-area  h4,
.product-item .product-caption h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px !important;
	color:#182a36;
}

.portfolio-item .link-area  h6,
.product-item .product-caption h6 {
	font-size: 12px;
	font-weight: normal;
	color:#999999;
	text-transform:uppercase;
	margin: 0;
}

.portfolio-item:hover  h4,
.portfolio-item:hover  h6 { 
	color:#ffffff;
}

.portfolio-item .portfolio-caption strong,
.product-item .product-caption strong {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	font-size: 12px;
}

.portfolio-item .detail-btn-wrapper {
	display: block;
	float: left;
	position: absolute;
	text-align: center;
	top: -10%;
	width: 100%;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}	

.portfolio-item .portfolio-detail-btn,
.product-item .product-detail-btn {
	color: #fff;
	z-index: 1;
	border:2px solid #ffffff;
	padding:15px 25px;
	text-transform:uppercase;
	margin:0 auto;
}

.portfolio-item:hover  .detail-btn-wrapper {
	top:40%;
	opacity:1;
}

.portfolio-item .portfolio-detail-btn:hover {
	background:#ffffff;
}

.product-item .price-html {
	position:absolute;
	display:inline-block;
	left:20px;
	bottom: 25px;
	z-index:1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
}
	
.portfolio-item:hover,
.portfolio-item.hover,
.product-item:hover,
.product-item.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.portfolio-item:hover img,
.portfolio-item.hover img,
.product-item:hover img,
.product-item.hover img {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
}

.portfolio-item:hover .portfolio-caption,
.portfolio-item.hover .portfolio-caption,
.product-item:hover .product-caption,
.product-item.hover .product-caption  {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.portfolio-item:hover .portfolio-detail-btn,
.portfolio-item.hover .portfolio-detail-btn,
.product-item:hover .product-detail-btn,
.product-item.hover .product-detail-btn,
.product-item:hover .price-html,
.product-item.hover .price-html {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}


/*------------------------------------------------------------------
	[7.3.1 Single portfolio]
*/

/* article.type-portfolio {
	display:none;
} */

article.type-portfolio .background {
	background-color:#182a36;	
}

article.type-portfolio .block{
	z-index:10000;
}

h2.portfolio-title {
	color:#ffffff;
}

.close-sl-prt {
	width:32px;
	height:32px;
	border:1px solid #ffffff;
	display:block;
	float:right;
	cursor:pointer;
	position:relative;
}

.close-sl-prt:before {
    content: "x";
    display: block;
    font-size: 18px;
    font-weight: 300;
    left: 35%;
    position: absolute;
    text-align: center;
    top: 20%;
}

#single-post-gallery .slides img {
	width:auto; 
} 

.single_post_carousel img {
	height:100%;
}

.single_post_carousel  ul.slides {
	margin-bottom:0 !important;
	padding-left: 0;
}

.project-info {
	width:100%;
	float:left;
	margin-top:50px;
}

.client-info,
.solution-provider,
.client-url {
	display:block;
	width:auto;
	float:left;
	margin-right:20px;
}


.client-url a,
.consultation-url a{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background: #ffffff;
	border: none;
	display: inline-block; 
	padding: 12px 26px;
	text-transform: uppercase;
	z-index: 1;
	clear:both;

}

.client-url a {
	color:#182a36;
	background: #ffffff;
}

.client-info h5 {
	color:#ffffff;
}

.project-brief {
	float:left;
	margin-top:25px;
}

.client-info h5,
.solution-provider h5 ,
.project-brief  h5{
	color:#ffffff;
	text-transform:uppercase;
}

.client-info h6 {
	color:#ffffff;
}

/*------------------------------------------------------------------
	[7.4 Icon box]
*/


.icon-box {
	margin-bottom: 0;
	position: relative;
	background:#f8f8f8;
	padding: 0 20px;
}
.icon-box .icon-box-header {
	padding: 45px 0 5px 0;
	position: relative;
	text-align: center;
}

.icon-box .icon-box-header .header-icon {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 65px;
	height: 125px;
	margin: 0 auto 28px;
	width: 125px;
}

.icon-box .icon-box-header .header-icon figure{
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 125px;
	height: 125px;
}

.icon-box .icon-box-header .header-icon figure img {
	 width: auto !important;
}

.icon-box .icon-box-header h4 {
	text-transform:uppercase;
	margin-bottom:20px !important;
	font-size:16px !important;
}

.icon-box .icon-box-header .box-description {
	line-height: 23px;
}

.icon-box .icon-box-header .interval {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	font-size: 11px;
}

.icon-box .icon-box-content {
	padding-bottom: 20px;
}

.icon-box .icon-box-content .icon-box-list {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 1;
	line-height: 45px;
	margin-bottom: 0px;
	padding: 0;
}
.icon-box .icon-box-content .icon-box-list li {
	text-transform:uppercase;
	line-height: 51px;
}

.icon-box .icon-box-content .icon-box-list li:nth-child(even) {
	background:rgba(255,255,255,1);
}

.icon-box.promoted .icon-box-list {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	color: #fff;
}

.icon-box.promoted .icon-box-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.icon-box:hover .icon-box-content .icon-box-list li:nth-child(even) {
	background-color:rgba(255,255,255,0.1) ;
}

.icon-box:hover .icon-box-header,
.icon-box:hover h4 {
	color:#ffffff;
}

.icon-box:hover .icon-box-content .icon-box-list li {
	color:#ffffff;
}

.icon-box:hover  .icon-box-list {
	opacity:1;
}

.icon-box i.icon {
    margin-left: 0;
	display:initial;
}

/*------------------------------------------------------------------
	[7.5 Team ]
*/

.team .team-member {
	margin-bottom: 50px;
	text-align:center;
}

.team .team-member .team-member-image {
	margin-bottom: 0px;
	position: relative;
	z-index:2;	
}
.team .team-member .team-member-image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}


.team .team-member:hover .team-member-image img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.team .team-member:hover .team-member-title {
	display:none;
}

.team .team-member:hover .social-wrapper {
	display:table;
}

.team .team-member .image-member-overlay {
	background: none repeat scroll 0 0 #182a36;
	bottom: 0;
	height: 67%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.team-information {
	width:100%;
	float:left;
	padding:20px 0;
	background:#ffffff;
	margin-bottom:50px;
	height:70px;
}

.team .team-member  .social-wrapper {
	display: none;
	height: 100%;
	width: 100%;
}

.team .team-member  .social-wrapper .social-inner .social .icons {
	display:inline-block;
}

.team .team-member  .social-wrapper .social-inner {
	display: table-cell;
	vertical-align: middle;
}
.team .team-member  .social-wrapper .social-inner .social {
	height: 100%;
	margin: 0 auto;
}

.team .team-member  .social-wrapper .social-inner .social .icon {
	display:inline;
	margin-right: 0;
    padding: 7px;
    position: relative;
    transition: all 0.2s ease 0s;
    font-size: 23px;
}

.team .team-member  .social-wrapper .social-inner .social h5 {
	margin-bottom: 35px;
	text-transform: uppercase;
}

.team .team-member .team-member-title h4 {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
	letter-spacing: 0px;
}

.team .team-member .team-member-title h5 {
	font-size: 12px;
	position: relative;
	text-transform:uppercase;
	color:#999999;
	margin:0;
}


/*------------------------------------------------------------------
	[7.6 Testimonials carousel ]
*/


#testimonials-carousel-wrapper {
	position:relative;
}

.testimonial .client-picture {
	margin-bottom: 0px;
}

.testimonials-carousel .owl-wrapper-outer {
	overflow:hidden;
}

.owl-theme .owl-controls .owl-buttons div {
	background:none;
	border-radius:none;
	padding:0;
	opacity:1;
	margin:0;
}

.owl-prev,
.owl-next  {
	position:absolute;
	top:40%;
    cursor: pointer;
    display: block;
	background:none;
    overflow: hidden;
    text-decoration: none;
    z-index: 10;

}

.owl-prev a,
.owl-next  a {
	font-family: "ElegantIcons";
    font-size: 32px;
    opacity: 0.5;
}

.tlight .owl-prev a,
.tlight .owl-next  a {
	color:#ffffff;
}

.tdark .owl-prev a,
.tdark .owl-next  a {
	color:#000000;
}

.tdark .owl-prev:hover a,
.tdark .owl-next:hover a {
	opacity:1;
	color:#000000;
}

.tlight .owl-prev:hover a,
.tlight .owl-next:hover  a {
	color:#ffffff;
	opacity:1;
}

.owl-prev {
	left:-35px;
}

.owl-next {
	right:-35px;
}

.owl-item .testimonial {
	line-height: 176px;
	opacity: 0.5;
	cursor: pointer;
	margin: 0 10px;
}

.tlight .owl-item  .testimonial {
	border: 2px solid rgba(255,255,255,1);
}

.tdark .owl-item  .testimonial {
	border: 2px solid rgba(0,0,0,1);
}

.owl-item .testimonial blockquote {
	padding:0;
}

.owl-item.clicked .testimonial {
	opacity:1;
}
		
.testimonials-carousel .testimonial  blockquote {
	margin:0;
}

.owl-item .paragraph-wrapper {
	display:none;
}

.paragraph-wrapper blockquote p {
	color:inherit;
	font-size:30px;
	line-height:52px;
} 

.paragraph-wrapper blockquote p .fa-quote-left {
	padding-right:15px;
}

.paragraph-wrapper blockquote p .fa-quote-right {
	padding-left:15px;
}

.paragraph-wrapper footer {
	opacity:0.5;
	text-transform:uppercase;
	font-size:16px;
}

.comment-wrapper {
	width: 100%;
	float: left;
	margin: 85px 0;
}


/*------------------------------------------------------------------
	[7.7 Tweet ]
*/

#tweeter-wrapper {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    width: 100%;
}

#tweeter-wrapper i {
    border-color: transparent;
    border-radius: 65px;
    color: #ffffff;
    display: inline;
    font-size: 31px;
    margin: 0;
    padding: 28px;
}

#tweeter-wrapper .tweet {
	margin-top: 56px;
	overflow:hidden;
}

#tweeter-wrapper .tweet a {
	text-decoration:underline;
}

#tweeter-wrapper .timePosted {
	text-transform:uppercase;
	margin-top:25px;
}

#tweet {
    float: left;
    margin: 0;
    text-align: center;
	margin-bottom:30px;
}

#tweet .owl-wrapper-outer {
	overflow: hidden;
}

#tweet .owl-prev a,
#tweet .owl-next a {
	z-index:999;
}

#tweeter-wrapper .tweeter-link {
    display: inline-block;
    margin: 30px 0;
    text-decoration: none;
}

.section-toggle #tweet {
	margin-bottom:50px;
}


/*------------------------------------------------------------------
	[7.8 Latest post ]
*/


.blog-posts  .post{
	float:left;
	background:#ffffff;
	width:100%;
}

.post-thumbnail {
    margin: 0 auto;
    max-width: 360px;
    position: relative;
    width: auto;
	overflow:hidden;
}

.post-thumbnail img {
	max-width:none;
}

.post-thumbnail .date-square {
	position:absolute;
	top:0;
	right:0;
}

.post-thumbnail.col-md-4 {
	padding:0;
}

.blog-post-content .post-content {
	padding:0 10px;
}

.blog-post-content .post-content h4 {
	margin:30px 0 25px 0;
}

.latest_post_carousel {
	width:100%;
	height:auto;
	max-height:240px;
}

.latest_post_carousel .full-video {
	height:240px;
}

.latest_post_carousel  .slides img {
	max-width:none;
}

.post-thumbnail .post-featured-image.autosize img {
	width:100%;min-height:240px;;
}


/*------------------------------------------------------------------
	[7.9 Call to action ]
*/

.call-to-action h3 {
	display: inline;
	float: none;
	clear: both;
	vertical-align: middle;
	line-height: inherit;
}

.call-to-action  a:first-child {
	margin-right:10px !important;
}

/*------------------------------------------------------------------
	[7.10 Pie chart ]
*/

.vc_pie_chart_back {
	border: 23px solid #13212a !important;
	opacity:1 !important;
}

.vc_pie_chart .vc_pie_chart_value {
	font-size:50px !important;
}

.wpb_pie_chart_heading {
	margin: 25px 0 30px;
    text-transform: uppercase;
	font-size:14px;
}


/*------------------------------------------------------------------
	[8.0 HomePage Slider]
*/


.flexslider  .slide-wrapper h1 {
	padding: 0;
	line-height: 100px;
	margin-bottom: 75px !important;
	display:inline-block;
	width:100%;
} 

.flexslider .flex-control-nav {
	bottom: 10px;
	z-index: 2;
}
.flexslider .flex-control-nav li a {
	border: 2px solid rgba(255, 255, 255, 0.4);
}
.flexslider .flex-control-nav li a.flex-active {
	border: 2px solid rgba(255, 255, 255, 0.8);
}

.flexslider .slider-mouse {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    border-radius: 15px;
    cursor: pointer;
    display: block;
    height: 56px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 50px;
    width: 34px;
}

.flexslider .slider-mouse:hover {
	opacity:0.5;
}

.flexslider .slider-mouse .wheel {
    -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -moz-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -o-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    background-color: #fff;
    border-radius: 51%;
    float: left;
    height: 13px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    position: absolute;
    right: 0;
    width: 6px;
	
}

@-moz-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@-webkit-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@-o-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}

/*------------------------------------------------------------------
	[8.1 Another Sliders]
*/

#slider {
	height: 900px;
}

.slides {
	height: 100%;
}

.flexslider .slides li {
	height: 100%;
}
.slides .parallax-bg {
	position: absolute;
	top: 0;
}
.slides .slide-content {
	height: 100%;
	text-align: center;
	position: relative;
}
.slides .slide-content img {
	z-index: 2;
}

.slides .slide-content .slide-wrapper {
	bottom: 50px;
	position: relative;
	z-index: 4;
}

.slides .slide-content .slide-wrapper h3.description {
	font-size:14px !important;
	text-transform:uppercase;
	display: inline-block;
	margin:0 !important;
}

.map {
	margin: 0;
	position:relative;
	overflow:hidden;
	-webkit-transform: translateZ(0px);
}

.map  img  {
	max-width:inherit;
}

.pagination li a, 
.pagination li span {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin-left: 5px;
	padding: 10px 16px;
}

.pagination li a:hover {
	background-color: transparent;
}

.pagination li:first-child a, .pagination li:last-child a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

p.cite {
	font-size: 16px;
	line-height: 26px;
	padding: 24px 40px 34px 70px;
}

p.cite .author-quote {
	opacity: 0.3;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-family: Montserrat;
	font-weight: 700;
	letter-spacing:3px; 
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.not-transform {
	text-transform:initial !important;
}

.scroll-down {
	bottom: 50px;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin: auto;
}

.no-tags,
.no-author {
	padding:10px 0;
}

.post-edit-link {
	font-size:28px;
	float:right;
	padding:20px 0;
}

.edit-link-text {
	font-size: 14px;
	padding: 0 0 0 10px;
	vertical-align: top;
	line-height: 40px;
}

.blog-posts .postfomrat-video p,
.blog-posts .postfomrat-image p {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
	opacity: 1 !important;
}

.blog-posts .blog-post .blog-post-content .tags a,
.entry-content .post-footer .tags  a {
	display:inline-block;
	margin:0 4px 0 0;
}

.blog-post-content .read-more {
	margin-top:20px;
}

.read-more .btn {
	background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #999999;
    color: #999999;
}

#page .widget .tags a .tag {
	margin:2px 4px 2px 0;
}

#page .post-footer .tags span {
	margin:0 10px 0 0;
}

#page .tag,.tagcloud a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 12px;
  padding: 3px 6px;
  margin: 2px;
  text-transform: uppercase;
}

.tags {
	margin:10px 0;
}

#page .tag:hover {
	border: 2px solid rgba(0, 0, 0, 0.6);
}

.vnbx-mask {
	background-color: rgba(0, 0, 0, 0.85);
}

.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background: none;
	border: 2px solid transparent;
	display: inline-block; 
	/* display: table !important; */
	padding: 10px 20px !important;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-bottom:10px;
	clear:both;
}

.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	bottom: -1px;
}

.btn:after {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background: none;
	content: "";
	height: 100%;
	width: 0%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.btn:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.btn.btn-color-grey-dark {
	color: #fff;
	background-color: #292422;
	border-color: #292422;
}

.btn.btn-color-grey-light {
	color: #292422;
	background-color: #fff;
	border-color: #fff;
}

.btn.btn-color-primary {
	color: #fff;
}

.btn.btn-color-secondary {
	color: #fff;
	background-color: #face00;
	border-color: #face00;
}

.btn.small {
	padding: 5px 10px;
}

.btn.btn-framed {
	background: transparent;
	border: 3px solid #292422;
	color: #292422;
}

.btn.btn-framed:after {
	background: #292422;
}

.btn.btn-framed:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
}

.btn.btn-framed:hover:after {
	background: #292422;
	width: 100%;
}

.btn.btn-framed.btn-color-grey-dark {
	color: #292422;
	border-color: #292422;
}

.btn.btn-framed.btn-color-grey-dark:after {
	background: #292422;
}

.btn.btn-framed.btn-color-grey-dark:hover {
	color: #fff;
}

.btn.btn-framed.btn-color-grey-dark:hover:after {
	background: #292422;
	width: 100%;
}

.btn.btn-framed.btn-color-grey-light {
	color: #fff;
	border-color: #fff;
}

.btn.btn-framed.btn-color-grey-light:after {
	background: #fff;
}

.btn.btn-framed.btn-color-grey-light:hover {
	color: #292422;
}

.btn.btn-framed.btn-color-grey-light:hover:after {
	background: #fff;
	width: 100%;
}

.btn.btn-framed.btn-color-primary {
	color: #e23a00;
	border-color: #e23a00;
}

.btn.btn-framed.btn-color-primary:after {
	background: #e23a00;
}

.btn.btn-framed.btn-color-primary:hover {
	color: #fff;
}

.btn.btn-framed.btn-color-primary:hover:after {
	background: #e23a00;
	width: 100%;
}

.btn.btn-framed.btn-color-secondary {
	color: #face00;
	border-color: #face00;
}

.btn.btn-framed.btn-color-secondary:after {
	background: #face00;
}

.btn.btn-framed.btn-color-secondary:hover {
	color: #fff;
}

.btn.btn-framed.btn-color-secondary:hover:after {
	background: #face00;
	width: 100%;
}

.control-group .controls {
	position: relative;
}

input {
	outline: none !important;
}

.site input[type="text"], 
.site input[type="email"], 
.site input[type="search"], 
.site input[type="password"],  
.site input[type="tel"],
.site textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid #999999;
	/*background-color: rgba(0, 0, 0, 1);*/
	margin-bottom: 20px;
	min-height: 60px;
	padding: 10px 15px;
	width: 100%;
	outline: none;
	text-transform: uppercase;
}

.site input[type="text"]:focus, 
.site input[type="email"]:focus, 
.site input[type="search"]:focus, 
.site input[type="password"]:focus, 
.site textarea:focus {
	background-color: #fff;
	border-color: rgba(153, 153, 153, 0.2);
	color: #292422;
}

input:invalid, textarea:invalid {
	box-shadow: none;
}

/*------------------------------------------------------------------
	[9.0 Footer]
*/

footer input[type="text"], 
footer input[type="email"], 
footer input[type="search"], 
footer textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid rgba(153, 153, 153, 0.8);
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	min-height: 53px;
	padding: 10px 25px;
	width: 100%;
	outline: none;
	text-transform: uppercase;
	font-size: 12px;
}

footer input[type="text"]:hover, 
footer input[type="email"]:hover, 
footer input[type="search"]:hover, 
footer textarea:hover {
	border-color: rgba(153, 153, 153, 1);
}

footer input[type="text"]:focus, 
footer input[type="email"]:focus, 
footer input[type="search"]:focus, 
footer textarea:focus {
	background-color: #fff;
	border-color: #fff;
	color: #292422;
}

.site #searchform  {
	position:relative;
}

.site #searchform  input[type="search"],
.site #searchform  input[type="search"]:focus,
.site  #searchform  input[type="search"]:hover,
.site #searchform  input[type="search"]:active {
	border:0;
	min-height: 51px;
	margin:0;
	padding: 10px 19px;
}

.site #searchform  input[type="search"] {
	background:#f8f8f8;
	text-transform: uppercase;
}

.site #searchform  .icon_search {
	position:absolute;
	right:20px;
	top:20px;
	-moz-transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.wpcf7-response-output {
	margin: 2em 0 1em !important;
}

.wpcf7-form  p {
	margin:0;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	color: #FFF;
	background: none;
	/*background-color: #E23A00;*/
	border-color: #E23A00;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: 3px solid rgba(0, 0, 0, 0);
	display: block;
	padding: 10px 40px !important;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}	

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 1em;
    position: absolute;
    right: 20px;
    top: 0;
}

.site  footer #form-status {
	color: #fff !important;
}

.site  footer .section-title h2 {
	margin-top:20px;
}

#page-footer {
	margin-top: 0px;
	position:relative;	
}

#page-footer dl dd {
	margin-bottom: 15px;
}

#page-footer #footer-bottom {
	padding: 75px 0 95px 0;
}

#page-footer #footer-bottom .contacts-wrapper {
    float: left;
    width: 100%;
	padding-bottom:85px;
}

#page-footer #footer-bottom .contacts-wrapper  .row a,
#page-footer #footer-bottom .contacts-wrapper  .row span {
    display: block;
    float: left;
    padding: 20px 0;
    text-align: center;
     width: 100%; 
	text-transform:uppercase;	
	font-size:14px;
}

#page-footer #footer-bottom .contacts-wrapper  span.gmap,
#page-footer #footer-bottom .contacts-wrapper  span.contact-us {
	cursor:pointer;
}

#page-footer #footer-bottom .contacts-wrapper  .row a:first-child,
#page-footer #footer-bottom .contacts-wrapper  .row span:first-child {
	margin-left: 0%;
}

#page-footer #footer-bottom .contacts-wrapper  .row a i,
#page-footer #footer-bottom .contacts-wrapper  .row span i{
	margin-right:10px;
}

#page-footer #footer-bottom  #footer-contact-form  {
	display:none;
    margin: 0 auto;
    max-width: 520px;
    position: relative;
    width: 100%;
    z-index: 2;
	top: 70px;
	clear:both;
}

#page-footer #footer-bottom  #footer-contact-form h2 {
	font-size:34px;
}

#page-footer #footer-bottom  #footer-contact-form h2 {
    color: #ffffff;
    margin-bottom: 50px;
    text-align: center;
}

#page-footer #footer-bottom  #footer-map {
	height:0; overflow:hidden;
	float: left;
    top: 40px;
    position: relative;
    width: 100%;
	z-index:1;	
}	

#page-footer #footer-bottom  .footer-mask {
	display:none;
	background: none repeat scroll 0 0 #182a36;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#page-footer #footer-bottom  .footer-mask.mask-ac,
#page-footer #footer-bottom  .footer-mask.mask-af {
	display:block;
}

#page-footer #footer-bottom .social {
	float:left;
	width:100%;
}

#page-footer #footer-bottom .social .icons {
	text-align:center;
}

#page-footer #footer-bottom .social .icons a {
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	opacity: 0.8;
	padding: 13px 40px;
	margin-left: 10px;
	/* line-height: 55px; */
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

#page-footer #footer-bottom .social .icons a:first-child {
	margin-left:0;
}

#page-footer #footer-bottom .social .icons a:hover {
	color:#ffffff;
	opacity: 1;
}

#page-footer #footer-bottom .social .icons a:before {
	top:0;
}

#page-footer #footer-bottom .social .icons a.facebook_link {
	background:#006ebb;
}

#page-footer #footer-bottom .social .icons a.twitter_link {
	background:#0098d0;
}

#page-footer #footer-bottom .social .icons a.linkedin_link {
	background:#2b8cbf;
}

#page-footer #footer-bottom .social .icons a.myspace_link {
	background:#1e3d9a;
}

#page-footer #footer-bottom .social .icons a.gplus_link {
	background:#f73e29;
}

#page-footer #footer-bottom .social .icons a.dribbble_link {
	background:#e02f83;
}

#page-footer #footer-bottom .social .icons a.flickr_link {
	background:#0062dd;
}

#page-footer #footer-bottom .social .icons a.youtube_link {
	background:#ec282a;
}

#page-footer #footer-bottom .social .icons a.delicious_link {
	background:#7e7dfd;
}

#page-footer #footer-bottom .social .icons a.deviantart_link {
	background:#6c8871;
}

#page-footer #footer-bottom .social .icons a.rss_link {
	background:#ffb05e;
}

#page-footer #footer-bottom .social .icons a.instagram_link {
	background:#e7e3d6;
}

#page-footer #footer-bottom .social .icons a.pinterest_link {
	background:#f9191a;
}

#page-footer #footer-bottom .social .icons a.vimeo_link {
	background:#1bb6ec;
}

#page-footer #footer-bottom .social .icons a.picassa_link {
	background:#e8881d;
}

#page-footer #footer-bottom .social .icons a.social_link {
	background:#243540;
}

#page-footer #footer-bottom .social .icons a.email_link {
	background:#afdbf3;
}

#page-footer #footer-bottom .social .icons a.skype_link {
	background:#00aae8;
}

#page-footer #footer-bottom .social .icons a.facebook_link:before {
	content:"Facebook";
}

#page-footer #footer-bottom .social .icons a.twitter_link:before {
	content:"Twitter";
}

#page-footer #footer-bottom .social .icons a.linkedin_link:before {
	content:"linkedin";
}

#page-footer #footer-bottom .social .icons a.myspace_link:before {
	content:"Myspace";
}

#page-footer #footer-bottom .social .icons a.gplus_link:before {
	content:"Gplus";
}
#page-footer #footer-bottom .social .icons a.dribbble_link:before {
	content:"Dribbble";
}

#page-footer #footer-bottom .social .icons a.flickr_link:before {
	content:"Flickr";
}

#page-footer #footer-bottom .social .icons a.youtube_link:before {
	content:"Youtube";
}

#page-footer #footer-bottom .social .icons a.delicious_link:before {
	content:"Delicious";
}

#page-footer #footer-bottom .social .icons a.deviantart_link:before {
	content:"Deviantart";
}

#page-footer #footer-bottom .social .icons a.rss_link:before {
	content:"RSS";
}

#page-footer #footer-bottom .social .icons a.instagram_link:before {
	content:"Instagram";
}

#page-footer #footer-bottom .social .icons a.pinterest_link:before {
	content:"Pinterest";
}

#page-footer #footer-bottom .social .icons a.vimeo_link:before {
	content:"Vimeo";
}

#page-footer #footer-bottom .social .icons a.picassa_link:before {
	content:"Picassa";
}

#page-footer #footer-bottom .social .icons a.social_link:before {
	content:"Social";
}

#page-footer #footer-bottom .social .icons a.email_link:before {
	content:"Email";
}

#page-footer #footer-bottom .social .icons a.skype_link:before {
	content:"Skype";
}

#page-footer #footer-bottom .social.icons-image .icons a:hover:before {
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition:opacity  0.4s ease-in-out;
    transition:opacity  0.4s ease-in-out;
	transition: 0.2s linear;
	position:relative;
	top: -20px;
	opacity:0;
}

#page-footer #footer-bottom .social.icons-image .icons a:hover .icon {
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition:opacity  0.4s ease-in-out;
    transition:opacity  0.4s ease-in-out;
	top: 8px;
	opacity:1;
}

#page-footer #footer-bottom .social .icon {
	display:none;
}

#page-footer #footer-bottom .social.icons-image .icon {
	position: absolute;
	left: 37%;
	opacity:0;
	font-size:30px;
	line-height:26px;
	display:block;
} 

#page-footer #footer-bottom .social.icons-image .icon:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

#page-footer .block {
	padding: 40px 0;
}

#page-footer .form-description {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	line-height: 45px;
}

#page-footer #footer-bottom .copyright {
	width:100%;
	text-align:center;
	margin-top:15px;
	float:left;
}

.fontmin {font-size:0 !important;}

.sub-page .blog-post {
  position:relative;
}


/*------------------------------------------------------------------
	[10.0 Blog]
*/

.blog-post {
	margin-bottom: 50px;
}

.blog-post .featured-wrapper {
	position:relative;
	width:100%;
	margin-bottom: 25px;
	height:100%;
	float:left; 
}

.blog-post .date-square {
	float: left;
	display: inline-block;
	position: absolute;
	text-align: center;
	width:70px;
	height:70px;
	float:right;
	right:0;
	color: #ffffff;
	z-index: 99;
	top:0;
}

.blog-post .date-square .date-square-content {
	left: 0;
	margin: auto;
	top: 4px;
	right: 0;
}

.blog-post .date-square .date-square-content .icon{
    line-height: 40px;
	display: block;
    padding: 15px;
	margin:0;
}

.blog-post .date-square .date-square-content .day {
	font-size: 40px;
	line-height: 40px;
	padding: 4px 0 0;
}

.blog-post .date-square .date-square-content .month {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

#blog-post .date-square .date-square-content  .icon.icon_pushpin_alt,
.blog-post .date-square .date-square-content  .icon.icon_pushpin_alt {
	font-size:40px;
}	

.blog-post .blog-post-content {
	padding-left: 0px;
	padding-top: 0px;
}

.blog-post .blog-post-content h4 {
	font-size:30px;
	float:left;
	width:100%;
	margin-bottom: 20px;
}

.blog-post .blog-post-content h4 a {
	color:#182a36;
}

#blog-post .author ,.blog-post .blog-post-content .author {
	font-size: 12px;
	text-transform:uppercase;
}

#blog-post .comment-content .author ,.blog-post .blog-post-content .comment-content .author {
	font-size: 14px;
	text-transform:capitalize;
	color:#182a36;
}

#blog-post .comment-content .meta ,.blog-post .blog-post-content .comment-content .meta {
	margin-bottom:20px;
}

.blog-post.postfomrat-video iframe {
	width:100%;
}

.blog-post .endless-direction-nav a {
	color:dcdcdc;
}

.single #blog-post #main h3.comments-title,.single #blog-post #main .author h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #182a36;
	font-size: 14px;
	line-height: 10px;
	margin: 0 0 29px;
	padding: 2px 0 2px 12px;
	text-transform: uppercase;
}

.single .comment .author-image {
	display: inline-block;
	float: left;
	max-width: 70px;
}

.single .comment .children {
	margin-left: 15px;
}

.single .comment .comment-content {
	border-bottom: 1px solid #edeae6;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 80px;
}

.single .comment .comment-content:last-child {
	border: none;
}

.single .comment .comment-content .author {
	font-size: 14px;
}

.single .comment .comment-content .author .comment-reply-link {
	text-transform:uppercase;
	font-size:11px;
	float:right;
	color:#182a36;
}

.single .comment .comment-content .meta {
	font-size: 11px;
	padding: 5px 0;
}

.single .post-footer .social .icons {
	padding: 10px 0;
}
.single .post-footer .social .icons a {
	margin-left: 10px;
}
.single .reply-form textarea {
	min-height: 150px;
}

.featured-404 {
	padding: 0 0 80px 0;
}

.single #reply-title {
	color: #182a36;
    font-size: 14px;
    line-height: 10px;
    margin: 0 0 29px;
    padding: 2px 0 2px 12px;
    text-transform: uppercase;
}

.single #reply-form #submit {
	width:100%;	
}

.single  .about-author {
	width:100%;
	height:auto;
	min-height:180px;
	background:#f8f8f8;
	margin:20px 0 40px 0;
	float:left;
}

.single .image-block {
    float: left;
    height: 100%;
    width: 25%;
}

.single  .about-author .author-img {
    clear: both;
    display: block;
    float: left;
	width:100% !important;
}

.about-author .author {
    float: left;
    margin-top: 30px;
    padding: 0 3%;
    width: 75%;
}

.author-description {
    float: left;
    max-width: 570px;
    padding: 0 3%;
    width: 75%;
}

.about-author .author h3{
	  display: inline-block;
}

.about-author .social {
	float:right;
}

.endless-direction-nav {
    bottom: 55px;
    position: absolute;
    right: -10px;
	margin-bottom:0 !important;
}


.single aside ul, 
#comments ol.comment-list,
#comments ol.children {
	list-style: none outside none;
    padding-left: 0;
}

.single #comments {
	clear:both;
}

.single-post .blog-post {
	margin-bottom:0;
}

/* .sub-page .navigation-wrapper {
  position: absolute;
} */

.single-portfolio h3 {
  margin-bottom: 30px;
}

.single .post-info {
	margin:15px 0 24px 0;
}

.single .post-info .post-author {
	display: block;
    float: left;
    margin: 0 20px 0 0;
}

.single .post-info .post-comments {
	display: block;
    float: left;
    margin: 0 0;
}

.single .post-info div.post-comments span {
	padding:0 0 0 5px;
}

.fluid-width-video-wrapper {
	height:100%;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


#page .format-quote blockquote p {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

#page .format-quote blockquote {
/* 	background-color:#efefef; */
	padding: 24px 40px 34px 70px;
	position:relative;
}


#page .format-quote blockquote p {
	color: #ffffff;
    font-size: 16px;
    position: relative;
	font-style:normal;
	font-weight:bold;
}

#page .format-quote blockquote p:before {
	color:#ffffff;
    content: "“";
    font-family: Arial,sans-serif;
    font-size: 72px;
    font-weight: bold;
    left: -52px;
    position: absolute;
    top: 14px;
	text-shadow:1px 0 5px rgba(0, 0, 0, 0.5);
	opacity:0.7;
}


#page .format-quote blockquote p cite,
#page .format-quote blockquote p cite a {
	font-size:14px;
	color:#252525;
	padding:10px 0 0 0;
	width:100%;
	display:block;
	font-weight:normal;
}


/*------------------------------------------------------------------
	[11.0 Sidebar]
*/

.sidebar .widget-title,
.wpb_widgetised_column .widget-title {
	color: #182a36;
	font-size: 14px;
	line-height: 10px;
	margin: 0 0 29px 0;
	text-transform: uppercase;
	padding: 2px 0 2px 12px;
	clear: both;
}

.headline-border {
    padding: 0 0 0 9px;
}

.sidebar .textwidget,
.wpb_widgetised_column aside .textwidget {
	line-height: 24px;
}

.sidebar aside,
.wpb_widgetised_column aside  {
	padding:48px 0 48px 0;
	border-top:1px solid #f8f8f8;
}

.sidebar aside:first-child,
.wpb_widgetised_column aside:first-child {
	border-top:0;
	padding:0;
	margin:0;
}

.sidebar ul,
.wpb_widgetised_column aside ul{
	list-style:none;
	margin:0;
}

.sidebar ul li,
.wpb_widgetised_column  ul li  {
	padding-bottom: 0px;
	line-height: 24px;
}

.sidebar .tagcloud a,
.wpb_widgetised_column  ul  .tagcloud a{
	padding: 12px 22px 12px 22px;
	margin: 0px 6px 10px 0;
}


/*------------------------------------------------------------------
	[11.1 - Widget]
*/

/*------------------------------------------------------------------
	[11.1.1 - Widget Calendar]
*/

.widget_calendar #calendar_wrap #wp-calendar caption {
	text-align:center;
	border-bottom:1px solid #EEE;
	padding:20px 0;
	width: auto;
	font-size:20px;
}

.widget_calendar #calendar_wrap #wp-calendar th {
	padding: 20px;
	text-align:center;
}

.widget_calendar #calendar_wrap #wp-calendar td {
	padding: 5px 0;
	text-align:center;
}

.widget_calendar #calendar_wrap #wp-calendar td#today {
	background-color: rgba(0, 0, 0, 0.03);
	border: 3px solid #C6C6C6;
}

.widget_calendar #calendar_wrap #wp-calendar td#prev {
	text-align:left;
	padding:10px 0;
}

.widget_calendar #calendar_wrap #wp-calendar td#next {
	text-align:right;
	padding:10px 0;
}

.widget_calendar #calendar_wrap #wp-calendar td#prev a,
.widget_calendar #calendar_wrap #wp-calendar td#next a {
	font-size:16px;
}


.widget_calendar #calendar_wrap #wp-calendar td a {
	text-decoration:underline;
}

.widget_categories ul li ul {
	 padding-left: 10px;
}

.widget select {width:100%; }


/*------------------------------------------------------------------
	[11.1.2 - Widget RSS]
*/
.widget_rss  ul li a.rsswidget {
	display: block;
    padding: 0 0 5px;
    width: 100%;
}

.widget_rss  ul li {
	border-bottom: 1px solid #EDEAE6;
    margin-bottom: 20px;
    padding-bottom: 20px;
	display:block;
}

.widget_rss  ul li .rss-date {
	color:rgba(0, 0, 0, 0.5);
	padding: 0 0 5px;
	display: block;
}

.widget_rss  ul li .rssSummary {
	margin:0 0 20px;
	display:block;
}

.widget_rss  ul li cite {
	display: block;
	padding:0 0 10px 0; 
}

.widget_rss  ul li .rss-date:before,
.widget_rss  ul li cite:before,
.widget_meta ul li a:before,
.widget_recent_comments ul li > a:first-child:before {
	font-family: 'ElegantIcons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
	padding:0 5px 0 0;
}

.widget_rss  ul li .rss-date:before {
	content:"";
}

.widget_rss  ul li cite:before {
	content:"";
}

.widget_meta ul li a:before {
	content:"";
}

.widget_recent_comments ul li > a:first-child:before {
	content:"";
}

.widget_nav_menu ul li  ul,
.widget_pages ul li  ul {
	padding-left:10px;
}

.widget_text p {
	opacity:1 !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}


/*------------------------------------------------------------------
	[12.0 Custom Contact form 7]
*/

.site #page-footer #footer-bottom  #footer-contact-form  input[type="text"],
.site #page-footer #footer-bottom  #footer-contact-form   input[type="email"],
.site #page-footer #footer-bottom  #footer-contact-form   input[type="search"],
.site #page-footer #footer-bottom  #footer-contact-form   input[type="password"],
.site #page-footer #footer-bottom  #footer-contact-form   input[type="tel"],
.site #page-footer #footer-bottom  #footer-contact-form   textarea {
	min-height:52px;
	padding: 10px 26px;
	line-height: 15px;
}

#page-footer #footer-bottom  #footer-contact-form div.wpcf7 img.ajax-loader {
	position:absolute;
	margin:5px 0 0 0;
	right:50%;
}

#page-footer #footer-bottom  #footer-contact-form.cf7-fwidth {
	max-width:93%;
	margin-bottom: 62px;
}

#page-footer #footer-bottom  #footer-contact-form.cf7-fwidth .data-informations {
	width:48%;
	float:left;
}

#page-footer #footer-bottom  #footer-contact-form.cf7-fwidth .message-informations {
	width:48%;
	float:left;
	margin-left: 20px;
}

#page-footer #footer-bottom  #footer-contact-form.cf7-fwidth .message-informations .wpcf7-form-control-wrap{
	display: block;
	line-height: 0;
}

#page-footer #footer-bottom  #footer-contact-form.cf7-fwidth .message-informations  textarea {
	height: 196px;
	padding: 21px 27px;
}

#page-footer #footer-bottom  #footer-contact-form.cf7-fwidth .cf-sbutton {
	width:99%;
	clear: both;
}


/*------------------------------------------------------------------
	[13.0 Visual composer custom style]
*/

/*------------------------------------------------------------------
	[13.1 Accordion]
*/


.wpb_accordion {
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
}

.wpb_accordion_section{
	border-top:1px solid #f8f8f8 !important;
	padding:10px 0;
}

.wpb_accordion_section:first-child {
	border-top:none !important;
}

.wpb_accordion_section a,
.wpb_accordion_section a:hover {
	color:#000000;
}


.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
	cursor:pointer;
}

.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e:after {
    content: "+";
    font-size: 15px;
    left: 10px;
    position: absolute;
    top: 4px;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background: none no-repeat scroll 0 0 #f8f8f8;
    background-image: none !important;
    border-radius: 24px;
    display: block;
    height: 28px !important;
    position: absolute;
    right: 0.7em !important;
    top: 2px !important;
    width: 28px !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background:#ffffff !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background-image:none !important;
	cursor:pointer;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
    content: "-";
    font-size: 15px;
    left: 10px;
    position: absolute;
    top: 3px;
	color:#ffffff;
}

/*------------------------------------------------------------------
	[13.2 Tabs]
*/
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 18px;
	text-transform: none;
	top: 16px;
	cursor:pointer;
}

.fs1plus {
	color:#182a36;
}

.fs1minus {
	color:#ffffff;
	top: 17px;
}

.wpb_accordion_header.ui-state-active .fs1plus,
.wpb_accordion_header .fs1minus  {
	display:none;
}

.wpb_accordion_header.ui-state-active  .fs1minus {
	display:block;
}

.wpb_content_element .wpb_tabs_nav li {
	background:#f8f8f8 !important;
	display:table-cell !important;
	float:none !important;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;	
	text-align:center;
	width:1%;
	white-space: normal !important;
	position: relative;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav {
	border-bottom: 1px solid #f8f8f8;	
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li {
	display:block !important;	
	margin:0;
	border-right:none;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	border-top:0;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li:first-child {
	border-top: 1px solid #f8f8f8;
}

.wpb_tour.wpb_content_element .wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.vc_clearfix.ui-widget-content.ui-corner-bottom {
	border: 1px solid #f8f8f8;
}

.wpb_content_element .wpb_tabs_nav li:first-child {
	border-left: none;
} 

.wpb_tab.ui-tabs-panel.wpb_ui-tabs-hide.vc_clearfix.ui-widget-content.ui-corner-bottom {
	border:1px solid #f8f8f8;
	border-top:0;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active  {
	background:#ffffff !important;
	border-top:1px solid #f8f8f8;
	border-bottom:none; 
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding:12px 0px !important;
	display:block;
	outline: 0 none;
	position: relative;
	color:#000000;
}

.ui-tabs-nav {
	display: inline-block;
	width:100%;
	list-style: outside none none;
	border-left: 1px solid #f8f8f8;	
	border-right: 1px solid #f8f8f8;	
}

.ui-tabs-nav :after {
    clear: both;
}

.ui-tabs-nav:after,
.ui-tabs-nav:before {
	content:initial !important;
}


.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 14px 12px 20px 27px !important;
}


/*------------------------------------------------------------------
	[14.0 - Media Queries]
*/

@media (min-width: 1200px) and (max-width: 1920px) {
	.portfolio-item .link-area {
		min-height:330px;
		max-width:360px;
	}

}

@media (min-width: 991px) and (max-width: 1200px) {
	.portfolio-item .link-area {
		min-height:330px;
		max-width:360px;
	}
	
	.flexslider .slides  h1 {
		font-size:62px !important;
		line-height:62px;
	} 
	
	#page-footer #footer-bottom .contacts-wrapper .row a,
	#page-footer #footer-bottom .contacts-wrapper .row span {
		margin:15px 0;
	}

}

@media  (max-width: 991px) {
    .call-to-action {
		text-align:center;
	}
	
	p.cite {
		font-size:250% !important;
		line-height:1 !important;
	}

}

@media (min-width: 769px) and (max-width: 991px) {
	.line-menu ul.navbar-nav {
		position: relative;
		display: inline-block;
		top: 0 !important;
		width: 90%;
	}

  .description {
    font-size: 14px !important;
  }

  .team-member-image img {
	width: 100%;
  }
  
  .vc_responsive .wpb_row .vc_span3 {
	width: 50% !important;
  }
  
  .flexslider .slides  h1 {
	font-size:38px !important;
	line-height: 38px;
  } 
  
  #page-footer #footer-bottom .contacts-wrapper .row a,
  #page-footer #footer-bottom .contacts-wrapper .row span {
	margin:15px 0;
  }
}

@media (min-width: 769px) {
	.line-menu.endless-right .navigation-wrapper .navigation .nav li a {
		float:right;
	}

	.line-menu.endless-left .navigation-wrapper .navigation .nav li a {
		float:left;
	}
}


@media (max-width: 768px) {
	.line-position {
		display:block;
	}
	
  	.line-menu.endless-active .navbar-nav {
		display:block;
	}

	.line-menu .navbar-nav {
		display:none;
	}
  
  	.line-menu .container {
	    margin: 0!important;
		height:100%;
		width:auto;
	}
	.line-menu.navbar-header {
	    margin: 0 auto;
	}
	
	.line-menu.endless-active  .logo,
	.line-menu .logo,
	.line-menu.endless-active .additional-logo .logo.retina {
		display:none;
	}
	
	.line-menu.endless-active .additional-logo,
	.line-menu.endless-active .additional-logo .logo {
		display:block;
	}
	

	.line-menu .navbar-nav	 {
		width:100%;
		margin:62px 0;
		float:left;
		border-top:0;
		box-shadow:none;	
		padding: 0;
		list-style:none;
	}
		
	.line-menu .navbar-nav > li {
		float:none;
		width:100%;
		padding: 19px 19px 18px 19px;
		position:relative;
	}

	.line-menu .navbar-nav > li:before {
		content:" \25CF";
		font-size: 12px;
		padding-right: 7px;
		position: absolute;
		left:0;
	}

	.line-menu .navbar-nav > li:first-child {
		border-top:0px
	}

	.line-menu .navbar-nav > li {
		border-top: 1px solid #243540;
		font-size: 16px;
		text-transform:uppercase;
	}

	.line-menu .navbar-nav > li.page_item_has_children span,
	.line-menu .navbar-nav > li.menu-item-has-children span {
		height: 0;
		width: 0;
		border: 4px solid transparent;
		border-top-color: #fff;
		content: "";
		float: right;
		margin: 8px 10px 0 20px;
		position: absolute;
		right: 0;
		top: 20px;
		cursor:pointer;
	}

	.line-menu .navbar-nav > li.page_item_has_children.arrup span,
	.line-menu .navbar-nav> li.menu-item-has-children.arrup span {
		border-bottom-color: #fff;
		border-top-color: transparent;
		top:17px;
	}

	.line-menu .navbar-nav > li a {
		padding:0;
	}

	.line-menu .navbar-nav .sub-menu {
		display:none;
	}

	.line-menu .navbar-nav .sub-menu.sub-open .sub-menu {
		display:block
	}

	.line-menu .navbar-nav  .sub-menu > li :before {
		content:"";
	}

/* 	.line-menu .navbar-nav  .sub-menu > li {
		padding: 8px 16px 0;
	} */


	.navicon-line, .dark_brightness  .navicon-line{
		width: 19px;
		height: 3px;
		border-radius: 1px;
		margin-top: 3px;
		background-color: #fff;
	}

	ul.navbar-nav {
		display: block;
		float: left;
	}

	.line-menu .navbar-nav .navbar-brand.nav.logo {
		padding-top: 0px;
	}

	.line-menu .navbar-nav {
		top:0;
	}

	body.admin-bar .line-menu .navbar-nav {
		top:32px;
	}

	.line-menu .navbar-nav .navbar-brand {
		padding:5px;
	} 
	

}

@media (max-width: 768px) {


  footer .social {
    float: left !important;
	width:100%;
  }

  .icons > a i {
    float: right;
    margin: 5px 0;
  }

  h1 {
    font-size: 34px !important;
  }

  h2 {
    font-size: 28px !important;
    margin-bottom: 50px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  
  .site img {
    width: inherit !important;
    max-width: 100%;
  }

  section.block {
    padding: 40px 0;
  }

  
  .flexslider .slides  h1 {
	font-size:38px !important;
	line-height: 38px;
  } 
  
  .blog-post .date-square .date-square-content {
	top: 2px;
  }
  
  .single article .social {
    float: none !important;
  }

  .copyright {
    margin-bottom: 30px;
	text-align:center;
  }

  .child-navigation {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    top: 0 !important;
	left: 0 !important;
    background-color: transparent !important;
  }
  
  .child-navigation:after, .child-navigation:before {
    display: none !important;
  }

  .icon-bar {
    background-color: #292422;
  }

  .navigation nav a:after, .navigation nav a:before {
    display: none !important;
  }

  .navbar-collapse {
    overflow: hidden;
  }

  #page-title img {
    max-width: inherit !important;
    width: inherit !important;
  }

  .portfolio-item img,
  .product-item  img {
    width: 100% !important;
  }

  .portfolio-filter ul li,
  .products-filter ul li  {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .team-member-image img {
    width: 100% !important;
  }
  
  #wpadminbar {
	position:fixed !important;
  }
	
  #page-footer #footer-bottom .contacts-wrapper > a,
  #page-footer #footer-bottom .contacts-wrapper > span	{
	width:100%;
	margin: 0 0 10px 0;
  }
	
  #page-footer #footer-bottom .contacts-wrapper .row a,
  #page-footer #footer-bottom .contacts-wrapper .row span {
	margin:15px 0;
  }

  .flex-direction-nav a.flex-next,
  .flex-direction-nav a.flex-prev {
	background-size:50%;
  }
  
  .flex-direction-nav a {
	top:40%;
  }

  #page-footer #footer-bottom #footer-contact-form.cf7-fwidth .message-informations,
  #page-footer #footer-bottom #footer-contact-form.cf7-fwidth .data-informations	{
	width:100%;
	margin-left: 0px;
  }

  .wpb_content_element .wpb_tabs_nav li {
	float:left !important;
	width:100% !important;
  }
  
  .team-information .icons > a {
    display: block;
    float: left;
    margin-right: 20px;
  }
  
  #back_to_top {
	display:none;
  }
  
  p.cite {
	font-size:200% !important;
	line-height:1 !important;
  }
  
  p.cite .author-quote {
	font-size:18px !important;
	padding-top:10px;
  }
  
  .paragraph-wrapper blockquote p {
    color: inherit;
    font-size: 18px;
    line-height: 40px;
  }
  
  .blog-post-content .post-content h4 {
	font-size:22px;
  }
  
  .toggle-nav h3 {
    font-size: 24px;
  }
  
  .call-to-action h3 {
	font-size:22px !important;
  }
  
}

@media (min-width:769px) { 
	#main ,#page-footer,#top {
	    right: 0!important
	}
	
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed
	}
	.navbar-header {
	    right: 0!important
	}
	
}

@media (max-width: 460px) {
	
  #page h1,
  #page h2,
  #page h3,
  #page h4,
  #page h5,
  #page h6 {
	word-wrap: break-word;
  }

  .navigation .endless-toggle-right,
  .navigation .endless-toggle-right.dark_brightness,
  .navbar .toggle-right,
  .navbar .toggle-right.dark_brightness  {
	right: 20px;
  }
  
  .sub-page #page-title .title {
	top:45%;
  }

  .flexslider .slides  h1 {
	margin-bottom: 25px !important;
	padding: 20% 0 0 0;
	font-size:26px !important;
	line-height: 26px;
  }

  .flexslider .slider-mouse {
	top:-30px;
  }

  .endless-slidebar.endless-active {
	padding: 0 15px 0 15px;
  }

  .navbar-nav.endless-menu {
	margin-top:25px;
  }

  #page-footer #footer-bottom {
	padding: 50px 0 0;
  }

  #page-footer #footer-bottom .contacts-wrapper {
	 padding-bottom: 25px;
  }

  #page-footer #footer-bottom .social .icons a:hover .icon {
	top:10%;
  }

  #page-footer #footer-bottom .social .icons a {
	width:48%;
	margin-left:0px;
	padding: 15px 0;
  }

  #page-footer #footer-bottom .social .icons a:nth-child(even) {
	margin-left:10px;
  }

  #page-footer #footer-bottom #footer-map {
	margin-bottom:40px;
  }

  body.admin-bar .endless-slidebar {
	top:46px;
  }

  .flex-direction-nav a {
	display:none;
  }
  
  .client-url,.consultation-url {
	  margin-right: 0;
	  margin-bottom:10px;
	  width: 100%;
	  text-align: center;
  }
  
   .navigation .endless-toggle-right,
   .navigation .endless-toggle-right.dark_brightness,
   .navbar .toggle-right,
   .navbar .toggle-right.dark_brightness {
	   right: 40px;
   }
   
   .navigation .endless-toggle-left,
   .navigation .endless-toggle-left.dark_brightness,
   .navbar .toggle-left,
   .navbar.toggle-left.dark_brightness {
       left: 40px;
   }
  
}

@media (max-width: 320px) {
   #page-footer #footer-bottom .contacts-wrapper .row a, #page-footer #footer-bottom .contacts-wrapper .row span {
	 font-size: 12px;
   }
	
   p.cite {
	 font-size: 100% !important;
	 line-height: 1 !important;
   }
	
   p.cite .author-quote {
	 font-size:100% !important;
	 padding-top:10px;
   }
   
   .line-menu .navbar-nav > li ,
   .navbar-nav.endless-menu > li {
	 font-size: 12px;
   }
}


