/*-----------------------------------------------------------------------------------
Theme Name: Nexus
Theme URI: http://themeforest.net/item/nexus-onepage-multipurpose-wordpress-theme/14198389
Author: Corona Themes
Author URI: http://themeforest.net/user/coronathemes
Description: Creative / Portfolio One-Page Theme
Version: 1.0.8
License: GNU General Public License version 3.0
License URI: URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: green, red, yellow, brown
Text Domain: nexus
*/

/*-----------------------------------------------------------------------------------

	1. CSS Reset & Clearfix
	2. Document Setup (body, common classes, etc)
	3. Columns
	4. Typography
	5. Header
	6. Main Content
	7. Footer
	8. Elements

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
	
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

@-ms-viewport{ width: device-width; }

* { _noFocusLine: expression(this.hideFocus=true); } /* Removes dotted lines around links */

.clean {
	position:relative;
	display: block;
	clear: both;
}

* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

@charset"UTF-8";

#qLoverlay {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 20000;
	top: 0;
	left: 0;
}


/* revslider*/

.rev_slider_wrapper .fullwidthabanner, .rev_slider_wrapper .fullwidthabanner ul {
	height: 500px;
}

html .hesperiden .tp-bullet {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #fff !important;
    width: 28px !important;
    height: 6px !important;
    margin-left: 3px;
	text-indent: -9999px;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
    box-sizing: border-box;
}

html .tp-bullets {
	height: 18px;
}

html .hesperiden .tp-bullet:hover,
html .hesperiden .tp-bullet.selected{ 
	background:#fff !important; 
}	

html .hesperiden.tp-bullets:before {
	padding: 0;
}

html .tp-leftarrow.hesperiden {
	background: url(images/slider-arrows.png) no-repeat 0 0 !important;
	width: 47px !important;
	height: 47px !important;
}

html .tp-leftarrow.hesperiden:before, html .tp-rightarrow.hesperiden:before { 
	content: none !important;
}

html .tp-rightarrow.hesperiden {
	background: url(images/slider-arrows.png) no-repeat -47px 0 !important;
	width: 47px !important;
	height: 47px !important;
}

html .tp-arrows.hesperiden:before {
	content: none;
}

html .tp-arrows.hesperiden { 
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.wpb_revslider_element > p {
	margin: 0;
}

html .tp-bullets {
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
}

html .tp-bullets:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
}

html .tp-leftarrow.hesperiden:hover, html .tp-rightarrow.hesperiden:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;	
}

.hesperiden {
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
}

.page-title{
	margin-bottom: 45px;
	padding-top: 102px;
}

.page-title-subtitle {
    padding: 80px 0 70px;
    overflow: hidden;
}

.no-menu-fixer .page-title-subtitle{
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}

.parallax-padding {
	padding: 80px 0;
}

.page-title-subtitle h2 {
	margin: 0;
    font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1;
}

.page-title-subtitle h3 {
    font-size: 20px;
	line-height: 1.1;
	font-weight: normal;
    color: #999;
    margin: 20px 0 0 0;
	margin-bottom: 32px;
}

#qLbar {
	top: 0 !important;
}

#spinner {
	position: absolute;
	height:41px;
	width:41px;
	top: 50%;
	border: 3px solid rgba(226, 226, 226, 0.75);
	border-radius:100%;
	-webkit-animation: rotation 1s infinite linear;
	-moz-animation: rotation 1s infinite linear;
	-o-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;
}

.no-csstransforms #spinner {
	background:url(images/preloader.gif) no-repeat scroll 0 0;
	width: 38px;
	height: 38px;
	border: 0;
	margin-left: -19px;
	margin-top: -19px;	
}

.no-csstransforms #spinner:before {
	border: 0;
}	

#spinner:before {
   content:"";
   display:block;
   position:absolute;
   left:-3px;
   top:-3px;
   height:100%;
   width:100%;
   border-top:3px solid rgba(0,0,0,1);
   border-left: 3px solid #000;
   border-bottom:3px solid transparent;
   border-right: 3px solid #000;
   border-radius:100%;
}
@-webkit-keyframes rotation {
   from {
	   -webkit-transform: rotate(0deg);
   }
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.menu-fixer {
    display: block;
    width: 100%;
    background: transparent;
}

.menu-border {
	border-top: 1px solid #f8f8f8;
}

.darker-overlay {
	position: relative;
	height: 100%;
	display: block;
}

.no-rgba .darker-overlay {
	background:url(images/item-on-hover.png) scroll 0 0 repeat;
}

.lighter-overlay {
	position: relative;
	height: 100%;
	display: block;
}

.no-rgba .lighter-overlay {
	background:url(images/item-on-hover-white.png) scroll 0 0 repeat;
}

.darker-overlay {
	color: #fafafa;
}
.darker-overlay h1, .darker-overlay h2, .darker-overlay h3, .darker-overlay h4, .darker-overlay h5, .darker-overlay h6 {
	color: #fff;
}

.darker-overlay a:hover {
	color: #fff;
}

.darker-overlay input[type=text], .darker-overlay input[type=email],  .darker-overlay input[type=tel], .darker-overlay textarea {
	border: 1px solid #fafafa;
	color: #fafafa; 
}

.lighter-overlay:before,
.lighter-overlay:after {
  display: table;
  content: "";
}
.lighter-overlay:after {
  clear: both;
}

.darker-overlay:before,
.darker-overlay:after {
  display: table;
  content: "";
}
.darker-overlay:after {
  clear: both;
}

h2.parallax-quote {
	font-size: 30px;
	font-weight: 300;
	line-height: 48px;
	text-align:center;
}

.parallax-padding {
	margin-bottom: 50px;
}

.quote-author {
	float: right;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
}

.quote-author:before {
	content: "- ";
}


/* Carousels */

.testimonials-carousel, .twitter-carousel, .clients-carousel, .teams-carousel {
  width: 80%;
  position: relative;
  height: auto;
  margin: 0 auto;
}

.twitter-carousel .owl-dots, .teams-carousel .owl-dots {
	margin-top: 20px;
}

.testimonials-carousel .owl-dots{
	margin-top: 30px;
}

.slider-item a {
	display: block;
}
	
.portfolio-slider-wrapper {
	position: relative;
}

.portfolio-slider {
	position: relative;
}

div[class*="slider-nav-"] {
    position: absolute;
	
    bottom: 0;
    left: 0;
    height: 34px;
    line-height: 34px;
    background: #fff;
    opacity: 0.8;
    padding: 0 10px;
    font-weight: bold;
    color: #999;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;		
}

.portfolio-slider img {
	height: auto;
	display: block;
	width: 100%;
}

.portfolio-slider .owl-prev, .portfolio-slider .owl-next {
    width: 36px;
    height: 34px;
    float: left;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;		
}

.portfolio-slider .owl-prev:hover, .portfolio-slider .owl-next:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;		
}

.portfolio-slider .owl-prev {
    margin-right: 1px;

    right: 36px;
}

.portfolio-slider .owl-next {

}

.portfolio-slider .owl-nav i {
    display: block;
    line-height: 34px;
    text-align: center;
    font-size: 28px;
    color: #999;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.portfolio-slider .owl-nav i:hover {
	color: #323232;
}

.testimonials-carousel .owl-nav, .twitter-carousel .owl-nav, .gallery-slider .owl-nav, .clients-carousel .owl-nav, .teams-carousel .owl-nav {
    color: #efefef;
    font-size: 28px;
}

.testimonials-carousel .owl-nav, .twitter-carousel .owl-nav, .clients-carousel .owl-nav, .teams-carousel .owl-nav {
	text-indent: -9999px;
}

.clients-carousel .owl-dots, .teams-carousel .owl-dots {
	display: none;
}

.testimonials-carousel .owl-prev, .twitter-carousel .owl-prev, .clients-carousel .owl-prev, .teams-carousel .owl-prev {
	background: url(images/testimonials-arrows.png) no-repeat scroll 0 0;
	top: 50%;
	left: -10%;
	position: absolute;
	width: 19px;
	height: 37px;	
	margin-top: -19px;
}

.gallery-slider .owl-prev {
	top: 50%;
	left: 5px;
	position: absolute;
	width: 30px;
	height: 37px;	
	margin-top: -19px;	
	line-height: 37px;
	text-align: center;
}

.gallery-slider .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}

.testimonials-carousel .owl-next, .twitter-carousel .owl-next, .clients-carousel .owl-next, .teams-carousel .owl-next {
	background: url(images/testimonials-arrows.png) no-repeat scroll -19px 0;
	top: 50%;
	right: -10%;
	position: absolute;
	width: 19px;
	height: 37px;		
	margin-top: -19px;
}

.gallery-slider {
	z-index: 1;
}	

.gallery-slider .owl-next {
	top: 50%;
	right: 5px;
	position: absolute;
	width: 30px;
	height: 37px;		
	margin-top: -19px;	
	line-height: 37px;
	text-align: center;
}

.testimonials-carousel .owl-dots, .twitter-carousel .owl-dots, .gallery-slider .owl-dots, .clients-carousel .owl-dots, .teams-carousel .owl-dots {
    text-align: center;
}

.gallery-slider .owl-dots {
	margin-top: -25px;
	z-index: 2;
	position: relative;
	padding-bottom: 5px;
}

.testimonials-carousel .owl-dot, .twitter-carousel .owl-dot, .gallery-slider .owl-dot, .clients-carousel .owl-dot, .teams-carousel .owl-dot {
    background: #869791;
    width: 12px;
    height: 12px;
	border-radius: 20px;
    display: inline-block;
    margin: 5px 7px;
	opacity: 0.5;
}

.testimonials-carousel .owl-dot.active, .twitter-carousel .owl-dot.active, .gallery-slider .owl-dot.active, .clients-carousel .owl-dot.active, .teams-carousel .owl-dot.active {
    opacity: 1;
}

.teams-carousel .team-member {
	padding: 0 15px;
}

.lighter-overlay .owl-controls .owl-dot.active {
	background: #a9a9a9;
}

.testimonial-thumb {
	float: left;
	margin-right: 30px;
	position: relative;
}

.testimonial-thumb::before {
	content: '\201C';
	font-size: 40px;
	position: absolute;
	bottom: -14%;
	left: 12%;
	z-index: 99;
}

.testimonial-thumb::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #7ac142;
	position: absolute;
	bottom: 5%;
	left: 5%;
}

.testimonial-thumb img {
	border-radius: 50%;
}

.testimonial-info p{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.8;
}

.testimonial-name, .testimonial-position {
	font-size: 80%;
	line-height: 1.42857143;

}

.testimonial-name::before {
	content: '\2014 \00A0';
}

.testimonial-position{
	font-style: italic;
}

.client-item {
	text-align: center;
}

.client-item img {
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}

.site-description {
	clear: both;
	display: block;
	margin-top: 5px;
}

/* services */

.nexus-service-wrapper {
	position:relative;
}

.nexus-service-item p {
	margin-bottom: 0 !important;
}

.nexus-service-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
    text-align: center;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.no-rgba .nexus-service-item {
	border: 1px solid #999;
}

.nexus-service-item:hover {
	opacity: 1 !important;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;		
}

.nexus-service-item:hover i {
	color: #fff;
}
.nexus-service-item:hover .service-title {
	color: #fff;
}

.darker-overlay .nexus-service-item {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.nexus-service-item i {
    font-size: 56px;
	color: #323232;
    padding: 35px 0 20px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

.darker-overlay .nexus-service-item i {
	color: #fff;
}

.nexus-service-item .service-title {
    font-size: 14px;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.nexus-service-hover {
    background: #555;
    color: #efefef;
    padding: 25px;
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    z-index: 1;
	cursor: crosshair;
    display: none;
    font-size: 13px;
    line-height: 20px;
    overflow: auto;
}

.nexus-service-hover::-webkit-scrollbar {background-color: transparent;width: 6px;}
.nexus-service-hover::-webkit-scrollbar-thumb {
	border-radius:10px;background:#ddd;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}

.nexus-service-hover i {
	position: absolute;
	font-size: 14px;
	color: #fff;
	padding: 7px;
	border: 1px solid #fff;
}

.nexus-service-hover i+p {
	margin-bottom: 0px;
}

.nexus-service-hover br {
	display: none;
}

.under-opacity {
	opacity: 0.7;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;		
}

.nexus-service-hover h3 {
	padding-left: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}


body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 2;
	background:#fff;
	margin:0;
	padding:0;
	color:#686868;
	font-weight: 300;

}
body { overflow-x: hidden;}
input, textarea, keygen, select, button{
	font-family: 'Montserrat', sans-serif;
}
#wrapper {
	background:#fff;
	position:relative;
	overflow: hidden;
}
a {
	text-decoration:none;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}

p {
	margin-bottom:26px;
}

.clear {
	clear:both;
}

.aligncenter {
	text-align:center;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.wp-caption.alignright, img.alignright  {
    float:right;
    margin:5px 0 0 20px;
}

.wp-caption.alignleft, img.alignleft {
    float:left;
    margin:5px 20px 0 0;
}

.wp-caption.aligncenter, img.aligncenter {
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	clear:both;
	margin-bottom:20px;
}

.no-page {
	width: 270px;
	position:relative;
	margin:0 auto;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

div[id^="gallery-"] img {
	border: none !important;
}



.bypostauthor {
	
}

.for-sticky {
	display: none !important;
}

.sticky .for-sticky {
	display: inline-block !important;
}

.portfolio-title {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 34px;
	line-height: 58px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-title{
	text-align: center;
}

.section-title h2{
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 40px;
	line-height: 58px;
	font-weight: 700;
	margin: 0;
}

.section-pretitle {
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	clear: both;
	position: relative;
	padding: 3px 25px!important;
	background: #000;
	border-radius: 30px;
	margin-top: 0;
}

.section-pretitle::after {
	content: '\f0dd';
	font-family: FontAwesome;
	font-size: 18px;
	color: #000;
	margin-left: -7px;
	bottom: -13px;
	display: block;
	position: absolute;
	left: 50%;
}

.section-subtitle {
    font-weight: 300;
    font-size: 18px !important;
    text-align: center;
    margin: 0;
    clear: both;
}

.section-subtitle::before{
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background-color: #000;
	margin: 15px auto 20px;
}

/*.section-title.style-simple{
	margin-bottom: 20px;
}*/

.section-title.style-simple h2{
	text-transform: none;
	font-size: 42px;
	line-height: 58px;
}

.style-simple .section-pretitle:after{
	display: none;
}

.style-simple .section-pretitle{
	background-color: inherit;
	color: #7ac142;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0 !important;
}

strong {
	font-weight:700;
	color: #444;
}

.darker-overlay strong {
	color: #fff;
}
 
.space {
    height:50px;
    width:100%;
	clear:both;
}

.double-space {
    height:100px;
    width:100%;
	clear:both;
}

.half-space {
    height:30px;
    width:100%;
	clear:both;
}

label {
    color:#7F7F7F;
    display:block;
    font-weight:normal;
}

label.error {
    color: red;
    font-style: italic;
    margin: 5px 0 10px 0;
}


input[type=text], input[type=email], input[type=tel],  select {
	position:relative;
	padding: 14px 20px;
	color:#686868;
	display:block;
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

input[type=checkbox] {
	height:20px;
	line-height: 20px;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	float:left;
	padding: 10px 20px 0 0;
}

.post-password-form input[type=submit] {
	float: left;
	margin-left: 10px;
}

.post-password-form input[type="password"] {
	position:relative;
	padding: 10px 15px;
	color:#686868;
	float: left;
	display:inline-block;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

.blog-masonry .post input[type=submit], .blog-masonry .post input[type="password"] {
	padding: 5px 10px;
	width: 80px;
}

 .blog-masonry .post-password-form label {
 	padding-top: 5px;
 }

input[type=submit] {
	cursor:pointer;
	margin:0;
}

input[type=submit] {
	padding: 11px 20px;
}

input[type="text"], input[type="email"], input[type="password"],input[type="tel"], textarea, select {
	background: transparent;
	border: 1px solid #e4e4e4;
	color: #686868;
	border-radius: 2px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-shadow: none !important;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
    margin: 0 0 20px 0;
}

textarea {
    height:150px;
    padding:14px 20px;
    width: 100%;
    margin-bottom: 30px !important;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	Columns
/*-----------------------------------------------------------------------------------*/

.percent-one-half { width: 48%; }
.percent-one-third { width: 30.66%; }
.percent-two-third { width: 65.33%; }
.percent-one-fourth { width: 22%; }
.percent-three-fourth { width: 74%; }
.percent-one-fifth { width: 16.8%; }
.percent-two-fifth { width: 37.6%; }
.percent-three-fifth { width: 58.4%; }
.percent-four-fifth { width: 67.2%; }
.percent-one-sixth { width: 13.33%; }
.percent-five-sixth { width: 82.67%; }

.percent-one-half,
.percent-one-third,
.percent-two-third,
.percent-three-fourth,
.percent-one-fourth,
.percent-one-fifth,
.percent-two-fifth,
.percent-three-fifth,
.percent-four-fifth,
.percent-one-sixth,
.percent-five-sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	margin-bottom: 20px;
}

.column-right {
	float:right;
}
.column-last {
	margin-right: 0!important;
	clear: right;
}

.bold-style, h2 > strong {
	font-weight: 800;
	margin-bottom: 5px;
}

sup {
    vertical-align: super;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Typography
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.1;
	color:#444;
}

h1 {
	font-size:28px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:13px;
	font-weight:600;
}

h1, h2, h3{
	margin-bottom: 10px;
	margin-top: 20px;
}

h4, h5, h6{
	margin-bottom: 10px;
	margin-top: 10px;
}
/*--- Dropcaps ---*/

.dropcap1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #666666;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 36px;
    margin: 4px 10px 2px 0;
    padding: 8px 6px;
    text-shadow:0 1px 0 #fff;
}

.dropcap2 {
    float: left;
    font-size: 36px;
	line-height:26px;
    padding-right: 10px;
    padding-top: 8px;
}

.dropcap3 {
    float: left;
    font-size: 36px;
	line-height:30px;
    font-style: italic;
    padding-right: 10px;
	padding-top:8px;
}


/*--- Hightlighted Text ---*/

.highlight {
    padding: 1px 3px;
}

.highlight.redish {
    background-color: #ffcccf;
    color: #A14A40;
}

.highlight.bluish {
    background-color: #D7E7F5;
    color: #5E6984;
}

.highlight.yellowish {
    background-color: #FFF9CC;
    color: #736B4C;
}

.highlight.greenish {
    background-color: #E2F2CE;
    color: #466840;
}

.highlight.dark {
    background: #333333;
    color:#fff;
}

pre, code {
    background-color: #F5F5F5;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    display: block;
    font-family: monospace;
    font-size: 14px;
    padding: 10px;
}

pre, code {
    margin-bottom:10px;
}

blockquote {
    border-left: 2px solid #ebebeb;
    color: #787878;
    font-size: 16px;
    font-style: italic;
    line-height:24px;
    margin: 20px 50px;
    padding: 0 0 5px 15px;
}


/*-----------------------------------------------------------------------------------*/
/*	5.	Header
/*-----------------------------------------------------------------------------------*/

#header {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index:4000;
	display: block;
	width: 100%;
	top: 0;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}

#header .percent-one-fourth, #header .percent-three-fourth {
	margin-bottom: 0;
	z-index: 999;
}

.solid-header {
	background: #fff;
}

.transparent-header {
	background: rgba(255,255,255,0.75);
	box-shadow: none;
}

#header.tr-header {
	background: transparent;
}

.no-rgba .transparent-header {
	background: url(images/no-rgba-white.png) repeat scroll 0 0;
}

.home .no-csstransforms #header.no-header {
	display: none;
}

.home #header.no-header {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


.home #header.no-header.show {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);	
}

.scrolled-header .sf-menu ul {
	padding-top: 18px;
}

.nav-btn {
    font-size: 28px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    color: #323232;
	line-height: 1;
	z-index: 999;
}

.header-style-i .nav-btn{
	color: #fff;
}

.header-style-ii.scrolled-header .nav-btn{
	color: #fff;
}

.header-style-iii .nav-btn:hover{
	color: #fff;
}

.nav-btn i {
}

.portfolio-title {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    padding-bottom: 5px;
}

.float-left {
	float: left;
}

.logo {
	position:relative;
	z-index: 99;

}

.logo img {
	max-width: 165px;
	max-height: 48px;
	display: inline-block;
	vertical-align: bottom;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.scrolled-header .logo img {
	max-width: 103px;
	max-height: 30px;
}

#navigation {
	float:right;
	position:relative;
	z-index:10000;
}

#navigation.mobile {
	display: none;
}

#navigation.desktop {
	display: block !important;
}

ul#mainnav {
	float: right;
	position:relative;
	display:block;
	z-index:1001;
	margin-right: -30px;
}

ul#mainnav li a i {
	margin-left: 10px;
}

ul#mainnav li {
	display:inline-block;
	float:left;
	position:relative;
	z-index:1000;
}

ul#mainnav > li.prev-item, ul#mainnav > li.previ-item {
	background:none;
}

ul#mainnav > li:last-child {
	background:none;
}

ul#mainnav > li.highlighted-state > a, ul#mainnav > li.current > a {
}

ul#mainnav li a {
	font-size: 12px;
	line-height: 20px;
	position:relative;
	font-weight: 700;
	color:#404040;
	text-transform: uppercase;
	padding: 0 20px;
	display:inline-block;
	*display:block; /* IE7 Hack */
	-webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
	z-index:100;
}

ul#mainnav > li > ul{
	padding: 10px 0;
	left: 0;
}

ul#mainnav li ul li {
	margin:0;
	float:left;
	width:100%;
}

ul#mainnav li ul li a, ul#mainnav li ul li ul li a, ul#mainnav li ul li a:visited, ul#mainnav li ul li a:active  { /* visited pseudo selector so IE6 applies text colour*/
	width:190px;
	padding: 6px 20px;
	display: inline-block;
	text-decoration:none;
	z-index:1100;
	position:relative;
	font-size: 11px !important;
	text-transform:uppercase;
	margin: 0;
	font-weight: 400;
	height: auto;
	line-height: inherit;
}

.header-style-i.navigation-dropdown {
	background-color: #000;
}

.header-style-i {
	background: transparent;
}

.header-style-i ul#mainnav > li > a {
	color: #fff;
}

.header-style-i ul#mainnav > li > a:hover {
	color: #7ac142;
}

.header-style-i ul#mainnav > li.highlighted-state > a, .header-style-i ul#mainnav > li.current > a {
	color: #7ac142;
}

.scrolled-header.header-style-i{
	background: #000;
}

.scrolled-header.header-style-i ul#mainnav > li.highlighted-state > a, .scrolled-header.header-style-i ul#mainnav > li.current > a{
	color: #7ac142;
}

.header-style-i ul#mainnav li ul {
	background: #000;
}

.header-style-i ul#mainnav li ul li a {
	color: #fff;
}

.header-style-i ul#mainnav li ul li.highlighted-state > a, .header-style-i ul#mainnav li ul li a:hover,  .header-style-i ul#mainnav li ul li a:focus, .header-style-i ul#mainnav li ul li a:active{
	color: #7ac142;
}

.header-style-ii.navigation-dropdown {
	background-color: #000;
}

.header-style-ii {
	background: #fff;
}

.header-style-ii ul#mainnav > li > a {
	color: #000;
}

.header-style-ii ul#mainnav > li > a:hover {
	color: #7ac142;
}

.scrolled-header.header-style-ii{
	background: #000;
}

.scrolled-header.header-style-ii ul#mainnav > li > a {
	color: #fff;
}

.scrolled-header.header-style-ii ul#mainnav > li > a:hover {
	color: #7ac142;
}

.scrolled-header.header-style-ii ul#mainnav > li.highlighted-state > a, .scrolled-header.header-style-ii ul#mainnav > li.current > a{
	background: #7ac142;
	color: #fff;
}

.scrolled-header.header-style-ii ul#mainnav > li.highlighted-state > a, .scrolled-header.header-style-ii ul#mainnav > li.current > a{
	background: #7ac142;
	color: #fff;
}

.header-style-ii ul#mainnav li ul {
	background: #fff;
}

.header-style-ii ul#mainnav li ul li a {
	color: #000;
}

.header-style-ii ul#mainnav li ul li.highlighted-state > a, .header-style-ii ul#mainnav li ul li a:hover,  .header-style-i ul#mainnav li ul li a:focus, .header-style-ii ul#mainnav li ul li a:active{
	color: #7ac142;
}

.scrolled-header.header-style-ii ul#mainnav li ul {
	background: #000;
}

.scrolled-header.header-style-ii ul#mainnav li ul li a {
	color: #fff;
}

.scrolled-header.header-style-ii ul#mainnav li ul li.highlighted-state > a, .scrolled-header.header-style-ii ul#mainnav li ul li a:hover,  .header-style-i ul#mainnav li ul li a:focus, .header-style-ii ul#mainnav li ul li a:active{
	 color: #7ac142;
 }

.header-style-iii {
	border-top: 10px solid #000;
	background: #7ac142;
}

.header-style-iii #header-inner {
	position: relative ;
	background: inherit;
}

.header-style-iii #header-inner::after{
	content: "";
	position: absolute;
	height: 75px;
	padding-bottom: 0;
	width: 125%;
	background: inherit;
	-webkit-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-2deg);
	bottom: 0;
	right: 0;
	z-index: 1;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.header-style-iii ul#mainnav > li > a {
	color: #000;
}

.header-style-iii ul#mainnav > li > a:hover {
	color: #fff;
}

.header-style-iii ul#mainnav > li.highlighted-state > a, .header-style-iii ul#mainnav > li.current > a{
	color: #fff;
}

.scrolled-header.header-style-iii ul#mainnav > li.highlighted-state > a, .scrolled-header.header-style-iii ul#mainnav > li.current > a{
	background: #000;
}

.header-style-iii ul#mainnav li ul {
	background: #7ac142;
}

.header-style-iii ul#mainnav li ul li a {
	color: #000;
}

.header-style-iii ul#mainnav li ul li.highlighted-state > a, .header-style-iii ul#mainnav li ul li a:hover,  .header-style-iii ul#mainnav li ul li a:focus, .header-style-iii ul#mainnav li ul li a:active{
	color: #fff !important;
}


.nav-first-item {
	z-index:1000;
	position:relative;
}

#nav ul#mainnav > li > ul > li.nav-last-item > a, #nav  ul#mainnav > li > ul > li > ul > li.nav-last-item > a {
	border-bottom:0 none;
}


/*burger menu*/

.bm {
	float: right;
}

.bi {
    float: right;
    clear: both;
    cursor: pointer;
    z-index: 99999;
    position: relative;
}

.bar {
	height: 3px;
	width: 30px;
	display: block;
	margin: 5px auto;
	position: relative;
	background-color: #323232;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

#burger-menu.active .bar {
	background-color: #fff;
}

.burger-icon #burger-menu.active .bar:nth-of-type(1) {
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.burger-icon #burger-menu.active .bar:nth-of-type(2) {
	opacity: 0;
}
.burger-icon #burger-menu.active .bar:nth-of-type(3) {
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.burger-icon .bar:nth-of-type(1) {
	-moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	-webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}
.burger-icon .bar:nth-of-type(2) {
	-moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
	-webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
	animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}
.burger-icon .bar:nth-of-type(3) {
	-moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	-webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
	animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

/*overlay*/
.overlay{
	position: fixed;
	display: none;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.86);
	overflow: auto;
	z-index: 1000;
}

.no-rgba .overlay {
	background: #323232;
}
.wrap{
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1001;
	padding-bottom: 40px;
}
.wrap ul.wrap-nav{
	text-transform: capitalize;
	margin: 100px 100px 100px;
	display: block;
	overflow: hidden;
	z-index: 1002;
}
.wrap ul.wrap-nav > li{
	font-size: 28px;
	font-weight: normal;
	vertical-align: top;
	position: relative; 
	clear: both;
	margin-bottom: 15px;
}
.wrap ul.wrap-nav > li a{
	color: #fafafa;
	padding: 8px 0;
	text-decoration: none;
	display: inline-block;
}
.wrap ul.wrap-nav > li a:hover{
	/* color: #fff; */
}
.wrap ul.wrap-nav ul{
	overflow: hidden;
}
.wrap ul.wrap-nav ul li{
	font-size: 18px;
	color: #e0e0e0;
	margin:0 10px;
	display: inline;
}
.wrap ul.wrap-nav ul li a{
	color: #ABABAB;	
}

.overlaymenu-social {
    position: fixed;
    text-align: left;
    display: inline-block;
    bottom: 0;
    margin-left: 100px;
}

.overlaymenu-social:before {
	display: block;
	content: "";
	height: 4px;
	width: 100px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	margin-top: 50px;
}

.overlaymenu-social li {
    display: inline-block;
}

.overlaymenu-social li a {
    display: inline-block;
    color: #aaa;
    padding: 10px 20px 10px 0;
    font-size: 28px;
}

.overlay::-webkit-scrollbar {background-color: transparent;width: 0px;}
.overlay::-webkit-scrollbar-thumb {
	border-radius:10px;background:#ddd;
	-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Main Content
/*-----------------------------------------------------------------------------------*/

.wrapper-service i {
    position: absolute;
    left: 0;
	font-size: 28px;
    top: 5px;
}

.content-service {
    float: left;
    width: auto;
    margin-left: 50px;
}	

.services {
	overflow:hidden;
	margin-bottom:80px;
}

.service-item {
	text-align:center;
	padding: 20px 10px 10px;
	border: 1px solid #f8f8f8;
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;	
}

.service-item:hover {
	background:#f7f7f7;
}

.service-item i {
	float:none;
	margin:0;
	width: 100%;
	height: 48px;
	line-height: 48px;	
	font-size:42px;
	display:block;
}

h3.service {
	margin-top:20px;
	border-bottom:1px dotted #ccc;
	display:inline-block;
	clear:both;
}

.vc_row_inner {
	border-radius: 3px;
}

.vc_row-o-full-height .vc_row_inner{
	width: 100%;
}

.wpb_row.in_container {
	margin: 0 auto;
}

.wpb_row.in_container .vc_row_inner{
	width: 100%;
	margin: -15px auto;
	margin-top: 0;
	margin-bottom: 0;
}

.wpb_row.in_container_without_bg > div {
	width: 1140px;
	margin: -15px auto;
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-template-homepage-php .wpb_row .vc_span12 .wpb_row, .page-template-template-blog-php .wpb_row .vc_span12 .wpb_row, .single-templatera .wpb_row .vc_span12 .wpb_row, .single-portfolio .fullwidth-wrapper .wpb_row .vc_span12 .wpb_row {
	width: 1140px;
	margin:0 auto;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_span12 .vc_span12, .page-template-template-blog-php .wpb_row.in_container .vc_span12 .vc_span12, .single-templatera .wpb_row.in_container .vc_span12 .vc_span12, .single-portfolio .fullwidth-wrapper .wpb_row.in_container .vc_span12 .vc_span12 {
	padding: 0;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_span12 .wpb_row, .page-template-template-blog-php .wpb_row.in_container .vc_span12 .wpb_row, .single-templatera .wpb_row.in_container .vc_span12 .wpb_row, .single-portfolio .fullwidth-wrapper .wpb_row.in_container .vc_span12 .wpb_row  {
	width: auto;
}

/*vc 4.3+*/

.wpb_row:before,
.wpb_row:after {
  content: " ";
  display: table;
}
.wpb_row:after {
  clear: both;
}

.page-template-template-homepage-php .wpb_row .vc_col-sm-12 .wpb_row, .page-template-template-blog-php .wpb_row .vc_col-sm-12 .wpb_row, .single-templatera .wpb_row .vc_col-sm-12 .wpb_row, .single-portfolio .fullwidth-wrapper .wpb_row .vc_col-sm-12 .wpb_row {
	width: 1140px;
	margin:0 auto;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12, .page-template-template-blog-php .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12, .single-templatera .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12, .single-portfolio .fullwidth-wrapper .wpb_row.in_container .vc_col-sm-12 .vc_col-sm-12 {
	padding: 0;
}

.page-template-template-homepage-php .wpb_row.in_container .vc_col-sm-12 .wpb_row, .page-template-template-blog-php .wpb_row.in_container .vc_col-sm-12 .wpb_row, .single-templatera .wpb_row.in_container .vc_col-sm-12 .wpb_row, .single-portfolio .fullwidth-wrapper .wpb_row.in_container .vc_col-sm-12 .wpb_row {
	width: auto;
}

.wpb_row {
	margin-left: -15px;
	margin-right: -15px;
}


.search-form {
	position:relative;
}

.search-form  input[type="text"] {
	background: #fff;
	margin-bottom: 7px;
}

.search-form  button[type="submit"] {
	background: none;
	border: none;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -9px;
	cursor: pointer;
	font-size: 14px;
	color: #686868;
	background: #fff;
}

.searchform-switch  {
	display: block;
	float: right;
	position: relative;
	/*background: url(images/nav-bg.png) no-repeat scroll left center;*/
	width: 40px;
	height: 25px;
	overflow: hidden;
	margin-left: 7px;
	z-index: 1000;

	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.overlay .searchform-switch {
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
}

.scrolled-header .header-search-form {
	bottom: -73px;
}

.searchform-switch i {
	cursor: pointer;
	font-size: 14px;
	padding: 0 0 0 20px;	
	position: absolute;
	right: 0;
	height: 25px;
	line-height: 20px;
}

.display-none {
	display: none;
}

.header-search-form {
	position: absolute;
	right: -8px;
	bottom: -80px;
	background: #fff;
	width: 300px;
	border-top: 1px solid #323232;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 100002;
}

.overlay .header-search-form {
	bottom: auto;
	top: 50px;
	right: 0;
}

.header-search-form input[type=text] {
    width: 240px;
    float: left;
    padding: 15px;
    margin: 0;
    border: none;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #686868;
}

.header-search-form button[type=submit] {
    background: none;
	
    border: none;
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -11px;
    cursor: pointer;
    font-size: 14px;
    color: #686868;
}

.header-search-input::-webkit-input-placeholder {
    color: #686868;
}
 
.header-search-input:-moz-placeholder {
    color: #686868;
}
 
.header-search-input::-moz-placeholder {
    color: #686868;
}
 
.header-search-input:-ms-input-placeholder {
    color: #686868;
}

.header-search-form *:focus {
    outline: 0;
}

@media only screen and (max-width: 1023px) { 
	.searchform-switch, .header-search-form {
		display: none;
	}
}


.service-item {
	overflow:hidden;
}

.service-item p {
	margin-bottom:10px;
}

.service-item i {
	float:left;
	margin:0 15px 4px 0;
	width:28px;
	height:28px;
	line-height:28px;
	font-size:28px;
}

h3.service {
	font-size:16px;
	font-weight:600;
	line-height:28px;
}

.widget .tagcloud a:hover {
	color: #fff;
}

ul#filters li a.selected {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

ul#filters li a.selected::after {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 15px;
	color: inherit;
	margin-left: 15px;
	line-height: 1;
}

a.comment-reply-link:hover {
	background:#fe7e17;
}


ul.tabs li.active {
    top: 1px;
}

.customlist li i {
	font-size: 14px;
}


ul#filters li a:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

ul#filters li a.selected:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

ul#filters li.selected a {
	color:#fff;
}

.pagenav a:hover {
    color:#fff;
}


.toggle-plus {
	width: 28px;
	height: 28px;
	font-family: fontawesome;
	color: #323232;
	cursor: pointer;
	text-align: right;
}

.toggle-plus:before {
	content: "\f0dd";	
}

.toggle-minus {
	width: 28px;
	height: 28px;
	top: 14px !important;
}

.toggle-minus:before {
	content:"\f0de";
}


.separator {
	width:100%;
	height:1px;
	clear:both;
	background:#efefef;
	margin: 40px 0;
	display:inline-block;
}

.nexus-border {
	width:100%;
	height:1px;
	clear:both;
	background:#efefef;
	display:inline-block;
}

.double-separator {
	width:100%;
	height:1px;
	clear:both;
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
	margin:40px 0;
}

.team-member {
    position:relative;
	margin-bottom:30px !important;
}

.team-member p {
	margin-bottom: 0;
}

.team-info {
	width: 100%;
	height: 100%;
	padding: 30px 35px 0 30px;
	text-align: center;
}

.team-inline .team-info{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(254, 254, 254, 0.95);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	-moz-transition: opacity 0.5s, -moz-transform 0.5s;
	-ms-transition: opacity 0.5s, -ms-transform 0.5s;
	-o-transition: opacity 0.5s, -o-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	cursor: pointer;
	overflow: hidden;
	padding: 30px 35px;
}

.team-circle.team-inline .team-info{
	border-radius: 50%;
	border: 10px solid #478e0f;
}

.team-inline:hover .team-info{
	opacity: 1;
}

.team-member img {
    height:auto;
    width:100%;
	display:block;
	border-radius: 3px;
}

.team-circle.team-member img {
	border-radius: 50%;
	border: 10px solid #478e0f;
}

.team-text h3{
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 30px;
	font-weight: bold;
}

.darker-overlay .team-text h3 {
	color: #fff;
}

.team-inline .team-text h3 {
	display: block;
	color: #4c4c4c;
	line-height: 40px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.team-inline .team-text h3::after {
	content: '';
	display: block;
	height: 2px;
	width: 35px;
	background-color: #7ac142;
	margin: 0 auto;
}

.team-text h6 {
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	color: #808080;
	margin-top: 2px;
}

.team-inline .team-text h6 {
	margin-bottom: 40px;
	margin-top: 10px;
}

.team-text p {
	padding: 0 10px;
	text-align: center;
	line-height: 22px;
	margin: 0 !important;
}

.team-inline .team-text p {
	display: none;
}

.team-social {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 140px;
}

.team-inline .team-social {
	bottom: 40px;
}

.team-social a {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	margin-right: 6px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: background-color 0.3s, opacity 0.3s ease, -webkit-transform 0.5s ease;
	transition: background-color 0.3s, opacity 0.3s ease, transform 0.5s ease;
}

.team-social a:hover {
	opacity: 0.7 !important;
	color: #fff !important;
}

.team-social a.mail{
	background-color: #7ac142;
}

.team-social a.facebook {
	background-color: #3c5b9b;
}

.team-social a.twitter {
	background-color: #2daae1;
}

.team-social a.google-plus{
	background-color: #dc4e41;
}

.team-social a.linkedin{
	background-color: #0077b5;
}

.team-social a.pinterest{
	background-color: #bd081c;
}

.team-social a.instagram{
	background-color: #3f729b;
}

.team-member:hover .team-social a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.team-member:hover .team-social a:nth-child(1) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
	transition: background-color 0.3s, opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
}

.team-member:hover .team-social a:nth-child(2) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
	transition: background-color 0.3s, opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
}

.team-member:hover .team-social a:nth-child(3) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
	transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}

.team-member:hover .team-social a:nth-child(4) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
	transition: background-color 0.3s, opacity 0.3s ease 0.5s, transform 0.5s ease 0.5s;
}

.team-member:hover .team-social a:nth-child(5) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.6s, -webkit-transform 0.5s ease 0.6s;
	transition: background-color 0.3s, opacity 0.3s ease 0.6s, transform 0.5s ease 0.6s;
}

.team-member:hover .team-social a:nth-child(6) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.7s, -webkit-transform 0.5s ease 0.7s;
	transition: background-color 0.3s, opacity 0.3s ease 0.7s, transform 0.5s ease 0.7s;
}

.team-member:hover .team-social a:nth-child(7) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.8s, -webkit-transform 0.5s ease 0.8s;
	transition: background-color 0.3s, opacity 0.3s ease 0.8s, transform 0.5s ease 0.8s;
}

.team-member:hover .team-social a:nth-child(8) {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.9s, -webkit-transform 0.5s ease 0.9s;
	transition: background-color 0.3s, opacity 0.3s ease 0.9s, transform 0.5s ease 0.9s;
}

.team-text p {
    margin-top:10px;
}


.skillbar {
	position:relative;
	display:block;
	margin-bottom: 50px;
	width:100%;
	background: #efefef;
	height: 10px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	margin-top: 30px;
}

.skillbar-title {
	position:absolute;
	top: -25px;
	left:0;
	font-weight:bold;
	font-size: 14px;
	color: #323232;
}

.skillbar-title span {
	display:block;
}

.skillbar-bar {
	height: 10px;
	width: 0;
}

.skill-bar-percent {
	position:absolute;
	font-size:11px;
}
.skill-bar-percent {
	opacity: 0;
	position: absolute;
	width: 24px;
	height: 7px;
	line-height: 7px;
	padding: 3px;
	font-size: 12px;
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(50, 50, 50);
	border: 4px solid rgb(50, 50, 50);
	border-radius: 2px;
	top: -27px;
	font-weight: normal;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		

  -moz-box-sizing: content-box !important; 
  -webkit-box-sizing: content-box !important; 
  box-sizing: content-box !important; 	
}

.skill-bar-percent:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #323232 transparent transparent transparent;
	top: 11px;
	left: 5px;
}


.testimonial-item {
	text-align:left;
	position:relative;
	font-size: 17.5px;
}

html .testimonial-item em {
	font-style: normal;
}

.owl-carousel .owl-item .testimonial-item img {
	max-width: 100%;
	width: inherit;
}

/* Slider */

.tp-caption {
	z-index: 2 !important;
}

.tp-caption.black {
	background: transparent;
}

.tp-caption.black:hover {
	background: transparent;
}

.tp-caption.black h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: 700;
    padding: 10px 30px;
    line-height: 56px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
}

.tp-caption.black p {
	margin-bottom: 5px;
}

.fancy-caption {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0 auto !important;
	padding-top: 5px;
}

.fancy-slider-caption {
	text-align: center;
	color: #fff;
	font-size: 22px ;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 40px ;
	position: relative;  
	display: block;	
}

.fancy-slider-info {
	text-align: center;
	margin-bottom: 0px ;
	line-height: 40px ;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px ;
	display: inline-block;
	position: relative;
}

.fancy-slider-info:before,
.fancy-slider-info:after {
  content: "";
  height: 5px;
  border-top: 1px dotted #efefef;
  top: 19px;
  border-width: 2px;
  width: 500px;
  position: absolute;
}

.fancy-slider-info:before {
  right: 100%;
  margin-right: 15px;
}

.fancy-slider-info:after {
  left: 100%;
  margin-left: 15px;
}

.slider-btn {
	cursor: pointer;
	color: #fafafa;
}

.slider-btn:hover {
	color: #fff;
}	


.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


a[rel="PrettyPhoto"] {
	overflow:hidden;
	display:block;
}

#testimonials {
	min-height:180px;
}

span.item-on-hover {
	cursor:pointer;
	display: block;	
	opacity: 0;
	position: absolute;
	width: 100%; 
	height: 100%; 
	background: url(images/item-on-hover.png) repeat; 
	z-index: 1000;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

.grid-item-on-hover {
	background: rgba(0, 0, 0, 0.3);
}

.grid-item-on-hover .button:after {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 15px;
	color: inherit;
	margin-left: 15px;
}

.no-rgba .grid-item-on-hover {
	background: url(images/item-on-hover.png) scroll 0 0 repeat;
}

.portfolio img {
	display: block;
	max-width: 100%;
	min-height: 100%;
	opacity: 1;
	position: relative;
	transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.portfolio li a img, .team-member a img, .post-masonry a img, .client-item img, iframe {
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		  
	-webkit-backface-visibility: hidden;
}

.post-masonry a img, .quote-post .post-content{
	border-radius: 10px;
}


.no-rgba iframe {
	filter: none;
}

.team-member a:hover img, .post-masonry a:hover img, iframe:hover, .portfolio li a:hover img, .client-item img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}

/*.team-member a:hover img, .post-thumbnail a:hover img, .portfolio li a:hover img, .portfolio li img:hover {
   -webkit-transform: scale(1.02,1.02);
   -moz-transform: scale(1.02,1.02);
   -o-transform: scale(1.02,1.02);
   -ms-transform: scale(1.02,1.02);	
   transform: scale(1.02,1.02);
}*/

.portfolio-inner img {
	max-width: 100%;
	height: auto;
}

.grid-item-on-hover {
	text-align:center;
	padding:0 5%;
}

.grid-item-on-hover .grid-title {
	color: #fff;
	font-weight: 300;
	left: 30px;
	margin: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	right: 30px;
	top: 30px;
	text-transform: uppercase;
	-ms-transform: translate3d(0px, 20px, 0px);
	-webkit-transform: translate3d(0px, 20px, 0px);
	transform: translate3d(0px, 20px, 0px);
	-ms-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
	-webkit-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
	transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
}

.grid-item-on-hover .grid-title::after {
	position: absolute;
	width: 80px;
	height: 1px;
	top: 15px;
	left: 50%;
	margin-left: -40px;
	content: '';
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	/* opacity: 0; */
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.item-high .grid-item-on-hover .grid-title {
	font-size:30px;
	width: auto;
	left: 3%;
}

.item-small .grid-item-on-hover .grid-title {
	font-size:30px;
}

.grid-item-on-hover .grid-text {
	font-size: 15px;
	left: 30px;
	line-height: 1.5;
	margin: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	right: 30px;
	top: 100px;
	color: #fff;
	-ms-transform: translate3d(0px, 50px, 0px);
	-webkit-transform: translate3d(0px, 50px, 0px);
	transform: translate3d(0px, 50px, 0px);
	-ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.grid-item-on-hover .button {
	bottom: 35px;
	margin-right: -93px;
	opacity: 0;
	position: absolute;
	right: 50%;
	-ms-transform: translate3d(0px, 60px, 0px);
	-webkit-transform: translate3d(0px, 60px, 0px);
	transform: translate3d(0px, 60px, 0px);
	-ms-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
	-webkit-transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
	transition: transform 0.35s ease 0s, opacity 0.35s ease 0s;
	z-index: 1000;
}


.item-small .grid-item-on-hover p, .item-long .grid-item-on-hover p {
	padding:0;
}

.item-on-hover i {
	color: #fff;
	text-align:center;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border: 1px solid #fff;
}

span.hover-link {
	width:35px;
	height:35px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

span.hover-image {
	width:35px;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 
	text-align: center;
	height: 35px;
	top: 50%;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;		
}

span.hover-video {
	width:35px;
	height:35px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;	
}


/*--- Sidebar ---*/

.widget {
	overflow:hidden;
	margin-bottom:38px;
}
.widget > h3 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.widget ul li {
	border-bottom: 1px solid #f2f2f2;
	padding: 5px 0;
}

/*.widget ul li:last-child {
	border-bottom: none;
}*/
.widget ul li a{
	-webkit-transition: text-indent 0.3s, color 0.3s;
	transition: text-indent 0.3s, color 0.3s;
}
.widget ul li a:hover {
	text-indent: 20px;
	color: #4c4c4c;
}
.widget ul li a:hover .cat-count{
	background: #4c4c4c;
}
.widget ul.widget-categories li a{
	display: block;
}

.widget ul li .cat-count{
	float: right;
	font-size: 10px;
	font-weight: 300;
	vertical-align: middle;
	margin-top: 5px;
	text-indent: 0;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;

	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	border-radius: 10px;
}

.widget ul.recent-post li{
	padding: 10px 0;
	float: left;
	width: 100%;
}
.widget ul.recent-post .post-thumbnail{
	display: inline-block;
	float: left;
	margin-right: 15px;
	height: 60px;
}
.widget ul.recent-post .post-thumbnail img{
	max-width: 60px;
	height: auto;
}
.widget ul.recent-post .post-title{
	font-weight: 600;
	font-size: 15px;
	margin: 0 0 5px;
	clear: none;
}
.widget ul.recent-post .post-meta{
	font-size: 12px;
}
.widget ul.recent-post .post-meta a{
	font-weight: bold;
	color: #4c4c4c;
}


.tags ul li {
	float:left;
	margin:0 4px 4px 0;	
	padding:0;
}

.tags ul li a {
	display:block;
	padding:6px 13px;
	background:#f9f9f9;
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;
}

.tags ul li a:hover {
	color:#fff;
}


table#wp-calendar {
	width:100%;
	background:#fff;
}

table#wp-calendar caption {
	background: #ccc;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #787878;
	color:#323232;
}

table#wp-calendar thead {
	background: #efefef;
	height: 25px;
	line-height: 25px;
}

table#wp-calendar tbody td {
	text-align:center;
	height:25px;
	line-height:25px;
}

table#wp-calendar tbody td a {
	color: #121212;
	background:#fafafa;
	font-weight:600;
	display:block;
}

table#wp-calendar tbody td a:hover {
	background:#efefef;
	display:block;
}

table#wp-calendar tfoot {
	height:25px;
	line-height:25px;
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
}

.sidebar-post {
	overflow:hidden;
	border-bottom:1px solid #f8f8f8;
	margin-bottom:15px;
	padding-bottom:15px;
	position:relative;
}

.sidebar-post:last-child {
	border-bottom:0 none;
	margin-bottom: 0;
}

.sidebar-post span {
	float:left;	
	clear:both;
	width:100%;
	font-size: 14px;
} 

.sidebar-post h5 {
	font-size: 13px;
	font-weight:600;
	color:#444;
	margin-bottom:5px;
	float:left;
}

/*--- Portfolio ---*/

.portfolio-description {
	width: 80%;
	text-align:center;
	margin: auto;
}	

ul#filters {
	text-align: center;
	display: inherit;
	margin: 0 auto;
	clear: both;
}

ul#filters li {
	display:inline-block;
	padding:0;
}

ul#filters li a {
	font-weight: 400;
	border-radius: 2px;
	color: #656565;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	margin-right: 10px;
	font-size: 13px;
	padding: 5px 25px;
	margin-bottom: 5px;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	display: inline-block;
	text-transform: uppercase;
}

.portfolio {
	clear:both;
	overflow:hidden;
}

.portfolio li {
	float:left;
	position:relative;
	overflow:hidden;
	background:#fff;
	padding:0;
	text-align:center;
}

.portfolio li:hover {
	background:#000;
}

.portfolio li:hover img{
	opacity: 0.3;
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio li:hover .grid-title{
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.portfolio li:hover .grid-text{
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.portfolio li:hover .button{
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.portfolio li a{
	display: inline-block;
}

.portfolio p {
	padding:0 7px 20px;
	margin:0;
}	

.portfolio-nav {
	text-align: center;
	position:relative;
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-webkit-backface-visibility: hidden;
	clear: both;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	padding: 32px 0;
	margin-top: 80px;
}

.portfolio-nav a:hover {
	opacity: 1;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;		
}

.portfolio-nav a {
	line-height: 42px;
	display: inline-block;
	-webkit-transition:all 0.2s linear; 
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	font-size: 42px;
	text-align: center;
	color: #323232;
	-webkit-backface-visibility: hidden;
	opacity: 0.3;
	padding: 0 15px;
	height: 42px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;		
}

a.close-portfolio {
	font-size: 28px;
	position: relative;
	top: -2px;
}

.hidden_image {
	display: none;
}

/*--- Blog ---*/
.post{
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 50px;
}
.single .post{
	margin-bottom: 30px;
}
.lasted-blog .post:last-child, .post .post:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.post-meta {
	margin-bottom: 10px;
	font-size: 13px;
}
.post-meta a {
	font-weight: bold;
	color: #4c4c4c;
}
.post-meta .author img {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 7px;
}
.post-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	font-size:24px;
	text-transform: uppercase;
	clear:both;
}
h1.post-title{
	font-size: 30px;
}
.widget .post-title{
	text-transform: none;
}
.widget .post-title a{
	font-weight: normal;
	line-height: 1.3;
	font-size: 15px;
}
.post-title a:hover, .post-title a:focus, .post-title a:active{
	color: #4c4c4c;
}

.post-thumbnail a {
	display: inline-block;
	margin-bottom: 25px;
}
.post-thumbnail img {
	border-radius: 10px;
	max-height: 340px;
}
.single .post-thumbnail img{
	max-height: none;
}
.post-content {
	clear:both;
	position:relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.single .post-content{
	padding-bottom: 30px;
}
.post-content .post-meta em {
	font-style: normal;
}

.single-extra {
	display: inline;
}

.post-bottom-content {
	clear: both;
}

.post-content em, .begin-content em {
	font-style: italic;
}

.post-content ul, .post-content ol, .wpb_text_column ul, .wpb_text_column ol, article[id^="post-"] ul, article[id^="post-"] ol {
    margin: 20px 0;
    list-style-position: inside;
}

.post-content ul li, .post-content ol li, .wpb_text_column ul li, .wpb_text_column ol li, article[id^="post-"] ol li, article[id^="post-"] ul li {
    list-style-type: square;
    padding: 0 0 10px 10px;
    line-height: 22px;
}

.nexus-service-hover ul {
    margin: 20px 0;
    list-style-position: inside;	
}

.nexus-service-hover ul li {
    list-style-type: square;
    padding: 0 0 10px 10px;
    line-height: 22px;
}

html .post-content ol li, html .wpb_text_column ol li, html article[id^="post-"] ol li {
	list-style-type: decimal;
}

.small-thumbnail .post-thumbnail {
	float: left;
	width: 35%;
	position: relative;
	margin-right: 4%;
}

.small-thumbnail .post-content {
	clear: none;
	overflow: inherit;
}

.small-thumbnail .post-title {
	clear: none;
}

.small-thumbnail .post-content .clear:first-of-type {
	clear: none;
}

.tagcloud a {
	font-size: inherit !important;
	float:left;
	margin:0 6px 6px 0;
	display:block;
	padding:3px 20px;
	background:#f8f8f8;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	color: #737373;
	border: 1px solid #e5e5e5;
	border-radius: 40px;
}
.tagcloud a:hover{
	color: #fff;
}
.single-post .post-meta em:after {
	content:"\00b7"; 
	padding: 0 8px;
}
.single-post .post-meta em:last-child:after {
	content: none;
}

.single-post .post-meta em:last-child {
	padding-right: 8px;
}

.percent-blog, .percent-page {
	position: relative;
}

.percent-sidebar {
	position: relative;
}

.sidebar-left .percent-blog, .sidebar-left .percent-page{
	float: right;
	width: 66.66666667%;
}
.sidebar-right .percent-blog, .sidebar-right .percent-page{
	float: left;
	width: 66.66666667%;
}
.sidebar-left .percent-sidebar, .sidebar-left .percent-sidebar{
	float: left;
	padding-right: 65px;
	width: 33.33333333%;
}
.sidebar-right .percent-sidebar, .sidebar-right .percent-sidebar{
	float: right;
	padding-left: 65px;
	width: 33.33333333%;
}
.single .no-blog-sidebar {
	width: 100%;
}

.nu-sidebar {
	display: none;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.post-content .post-meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #A3A2A2;
    padding-bottom: 13px;
    display: block;
}

.blog-page .quote-post {
	padding: 0 0 20px;
}

.post-meta i {
	width: 22px;
	border: 1px solid #ccc;
	height: 22px;
	line-height: 20px;
	text-align: center;
	margin-right: 12px;
	color: #686868;
}

.quote-post .post-meta {
	float: left;
	padding-bottom: 5px;
}

.quote-post h3 {
    color: #aaa;
    font-size: 24px;
    font-weight: 300;
	font-style: italic;
    line-height: 36px;
	margin-top: 0;
	margin-bottom: 15px;
}	

.quote-post .post-content {
    border: none;
    background: #323232;
    color: #A3A2A2;
    padding: 25px 30px;
}

.music-article h1.post-title {
	margin-top:20px;
}

.post-read-more {
   display: inline;
}

.post-video {
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
}

.audio-item {
	z-index: 1;
	position: relative;
	margin-bottom: 15px;
}

.quote-article h4 {
	font-size:12px;
	text-transform:uppercase;
}

.meta a {
	color:#c7c7c7;
}

.post-thumbnail {
	clear:both;
	margin-top: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 5px;
}

.post-thumbnail a {
	display:block;
	position:relative;
}

.on-two-columns .post-masonry.odd {
	margin-right: 0px !important; 
}

.gallery-slider, .post-video, .jp-audio {
	margin-bottom: 20px;
}

.post-content.format-link {
	padding-top: 0;
}
.post.format-quote{
	padding: 0;
	border: none;
}
.post.format-quote h1{
	font-style: italic;
	margin: 7px 20px 20px;
}
.blog-page.single .post-content {
	border: 0;
}

.right-image {
    float:right;
    margin:5px 0 0 20px;
	padding: 4px;
	border: 1px solid #f8f8f8;
	border-radius: 2px;	
}

.left-image {
    float:left;
    margin:5px 20px 0 0;
	padding: 4px;
	border: 1px solid #f8f8f8;
	border-radius: 2px;	
}

.post-image {
    margin:5px 0 20px;
}

ul.tags {
    padding:0;
    position:relative;
	overflow:hidden;
}

ul.tags a {
	color:#c7c7c7;
}

ul.tags li {
    display:inline;
    float:left;
    height:16px;
    line-height:20px;
    margin:10px 20px 10px 0;
}

.tag-title {
    background-image:none;
    float:left;
    line-height:18px;
    margin:10px 20px 0 0;
	color: #4c4c4c;
	font-size: 14px;
}

.authorp {
    float:left;
    width:82%;
}

.authorp h2 {
	color:#707070;
	margin-top: 0;
	line-height: 1;
	font-size: 20px;
}

.authorp h2 a {
	color:#444;
}

.author-bio p {
	margin-bottom:0;
	line-height: 1.7;
}	

.author-bio img {
    float:left;
    margin:0 25px 0 0;
	position:relative !important;
	border-radius: 50%;
}



.next-prev-posts {
	margin-top: 20px;
	padding:1px 0;
	border-top: 1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
	overflow:hidden;
	font-size:12px;	
	text-transform:uppercase;
	font-weight:600;
	clear: both;
}

.next-prev-posts .previous-post {
	width:50%;
	float:left;
	padding:13px 0;
	text-align:left;
}	

.next-prev-posts .next-post {
	width:50%;
	float:right;
	padding:13px 0;	
	text-align:right;	
}

.next-prev-posts a {
	color:#323232;
}

.previous-post i {
	margin-right:10px;
}

.next-post i {
	margin-left:10px;
}


.author-bio {
    clear:both;
    margin:30px 0 0;
    overflow:hidden;
    padding:15px 0 0;
    position:relative;
}

.authorp {
    float:left;
    width:82%;
}

.author-bio p {
	margin-bottom:0;
}	

.author-bio img {
    float:left;
    margin:0 25px 0 0;
}


/*--- Comments ---*/

.commentlist {
    list-style-type: none;
    margin: 30px 0 40px;
}

.comment {
    margin-top: 35px;
    position: relative;
	padding:0;
	display:block;
}

.comment a {
	color:#444;
}

.commentwrap {
	margin: 0 0 0 100px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #f8f8f8;
}

.comment .avatar {
    left: 0;
    position: absolute;
    top: 0;
}

.comment .avatar img {
	border-radius: 50%;
}

a.comment-reply-link {
	font-weight:600;
	background:#f9f9f9;
	padding:2px 5px;
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;
}

.metacomment {
    margin-bottom: 10px;
	padding:0;
}

.metacomment span {
    font-weight:bold;
    margin: 0 5px 0 0;
}

ul.children {
    margin-left:75px;
}

#commentform {
	position:relative;
}

#commentform fieldset {
	clear:both;
}

textarea#mycomment {
	clear:both;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
}

.error_message {
	color:#ff3000;
}


/*--- Pagination ---*/

.pagenav {
    text-align:center;
	vertical-align: middle;
	margin-top: 55px;	
	margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
}

.pagenav a {
    color: #999;
    display:inline-block;
	font-weight:600;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;		
    height: 38px;
    line-height: 38px;
    min-width: 40px;
    border: 1px solid #ccc;
    margin: 0 5px;
    padding: 0 5px;
}

span.current-menu-item {
    color:#fff;
    display:inline-block;
    height: 38px;
    line-height: 38px;
    width: 40px;
}

span.current {
    display:inline-block;
    height: 38px;
    line-height: 38px;
    width: 40px;
}

span.pages {
	display: inline-block;
    padding:9px 15px;
	font-weight:600;
}


/*--- Contact ---*/

ul.contact-info {
	margin: 0 !important;
}

ul.contact-info li {
	list-style-type: none !important;
	padding: 0 !important;
}

.contact-info i {
    color: #323232;
    background: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 15px;
}

.contact-info li {
	margin-bottom: 25px;
}

.map-wrapper [id^="google_map_"] {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;	
	display: none;
}

.button-map {
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    background: #121212;
    color: #fff;
    font-size: 22px;
    text-transform:  uppercase;
    padding: 30px 0;
}

.close-map:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px;	
}

.show-map:after {
	content: "\f106";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 28px;	
}

.button-map:hover {
    color: #323232;
    background: #fff;
}

.map-tooltip h6 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.map-tooltip p {
	margin-bottom: 10px;
	font-size: 13px;
}

input:focus, textarea:focus {
	outline:none;
}

.contact-info {
	padding-top: 9px;
}

.contact-loader {
	float: left;
	padding: 15px 0 0 11px;
}



/*-----------------------------------------------------------------------------------*/
/*	7.	Footer
/*-----------------------------------------------------------------------------------*/

#footer {
	clear:both;
	margin:0 auto;
	margin-top: 75px;
	position: relative;
	background-color: #000;
	color: #999;
	font-size: 13px;
	padding: 10px 0;
}

.page-template-template-homepage-php #footer{
	margin-top: 0;
}

.totop {
	background:#000;
	color: #fff;
	width:42px;
	height:46px;
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-18px;
	text-align: center;
	border-radius: 15px 15px 0 0;
}

.totop i {
    position: absolute;
    font-size: 14px;
    z-index: 1000;
    left: 0;
    width: 43px;
    line-height: 36px;
}

#topfooter {
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 50px;
	padding-top: 50px;	
}

#bottomfooter {
	position:relative;
	overflow:hidden;
	clear:both;
}

#bottomfooter p {
	float:left;
	margin:0;
	font-size: 14px;
}

.footer-widget .sidebar-post {
	border-bottom:1px dotted #6b6b6b;
}

.footer-widget {
	margin-left: 4%;
    float:left;
	position:relative;	
}

.footer-widget:first-child {
	margin-left:0px;
}


html .footer-widget img {
	max-width: 100%;
}



.vc_row-fluid:before, .vc_row-fluid:after {

}

/*--- Twitter ---*/

.tweet,
.query {
	margin:0;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .tweet_list li {
	background:none;
	padding-bottom:10px;
	margin-bottom:10px;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	text-align: center;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 24px;
}

.tweet_text {
	clear: both;
	width: 100%;
	display: block;	
	margin-bottom: 20px;
	color: #323232;
}

.darker-overlay .tweet_text {
	color: #efefef;
}

.tweet_time {
	padding-bottom: 5px;
}

.tweet_time, .tweet_action {
	clear: both;
	margin: 0 10px 15px;
	font-size: 14px;
	display: inline-block;
}
.tweet_time a, a.tweet_action {
    color: #686868;
}


.widget-tweet-list {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;	
}

.widget-tweet-list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	border-bottom: 1px solid #f8f8f8;
	padding-left: 30px !important;
	padding-bottom: 20px !important;
	margin-bottom: 20px;	
}

.widget-tweet-list li:before {
	content: "\f099";
	font-size: 14px;
	font-family: fontawesome;
	color: #efefef;
	left: 0;
	position: absolute;	
}

.widget-tweet-text {
	clear: both;
	width: 100%;
	display: block;
}

.widget-tweet-time, .widget-tweet-action {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.darker-overlay .tweet_time a, .darker-overlay a.tweet_action {
    color: #fff;
}

.tweet_list li:last-child {
	border-bottom:0 none;
}

.tweet_list li a {
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

ul#contact-widget li {
	position:relative;
	border-bottom:1px solid #f8f8f8;
	margin-bottom:10px;
	padding:0 0 10px 30px !important;
	list-style-type: none;
}

#contact-widget li i {
	font-size: 14px;
	position:absolute;
	left:0px;
	top: 5px;
	color:#323232;
}

#contact-widget li:last-child {
	border: none;
}


/*--- Flickr ---*/

#flickr {
	margin: 0; 
	padding: 0; 
	overflow: hidden; 	
	width: 100%;
}

#flickr li { 
	list-style: none; 
	float: left; 
	margin: 0 9px 9px 0; 
	border:0 none;
	padding:0;
}

#flickr  img { 
	display: block; 
	width:45px;
	height:45px;
}

#flickr a img { 
	border: none;
}


/*--- Social Icons ---*/

.share-options {
	overflow:hidden;
	padding-top: 10px;
}

.share-options h6 {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	font-size: 14px;
	letter-spacing: 0;
}

.share-options a {
	font-size: 18px;
	color: #ddd;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 10px;
}

ul#social, #header-social {
	float:right;
}

#header-social {
	z-index: 1000;
	margin-left: 8px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.overlay #header-social {
	float: none;
	text-align: center;
	display: inherit !important;
}

.overlay #header-social li {
	display: inline-block;
}

.overlay #header-social li a {
	padding: 10px 10px 20px;
	font-size: 28px;
	margin: 0 10px 40px;
}

.scrolled-header #header-social {
	padding-top: 0;
}

ul#social li, #header-social li {
	display:inline;
}

ul#social li a {
	display:block;
	margin: 0 0 4px 20px;
	width: 34px;
	float:left;
	height: 34px;
	color: #868686;
	border: 1px solid #868686;
	text-align: center;
	font-size: 14px;
}

#header-social li a {
	display:block;
	margin: 0 0 0 12px;
	padding: 0;
	float:left;
	line-height: 20px;
	color: #868686;
	text-align: center;
	font-size: 14px;	
}

ul#social li a i {
    line-height: 34px;
	
}	

ul#social li a:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}


/*-----------------------------------------------------------------------------------*/
/*	8.	Elements
/*-----------------------------------------------------------------------------------*/


/*--- Buttons ---*/

.button {
    cursor:pointer;
    display:inline-block;
    font-size: 16px;
	line-height: 1.42857143;
    margin: 0 7px 20px 0;
    padding: 10px 25px;
	position:relative;
	border: none;
	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	text-transform: none;
}

.button.big {
    padding: 13px 30px;
}

.button i {
	margin-left: 10px;
	font-size: 15px;
}

.button.icon-right i {
	margin-left: 10px;
	float: right;
	margin-top: 4px;
	margin-right: 0;
}

.button.white {
    background:#fff;
	border: 1px solid #e5e5e5;
    color: #676767;
}

.button.white.alt {
	border: 1px solid #f2f2f2;
	background: transparent;
	color: #f2f2f2;
}

.button.white:hover {
	background: #7ac142;
	color :#fff !important;
}

.button.white.alt:hover {
	border-color: #fff;
	background: #fff;
	color: #7ac142 !important;
}

.button.yellow {
    background:#fed46e;
	border:0 none;
    color: #000;
}

.button.yellow.alt {
	border: 1px solid #fed46e;
	background: transparent;
	color: #fed46e;
}

.button.yellow:hover {
    color: #000;
	background:#fff;
}

.button.yellow.alt:hover {
	border: 1px solid #fed46e;
	color: #000;
	background: #fed46e;
}

.button.orange {
    background:#fe7e17; /* E27109 */
	border:0 none;
    color: #fff;
}

.button.orange.alt {
	border: 1px solid #fe7e17;
	background: transparent;
	color: #fe7e17;
}

.button.orange:hover {
    color: #000;
	background:#fff;
}

.button.orange.alt:hover {
	border:1px solid #f77309;
	background: #f77309;
	color: #fff;
}

.button.black {
    background:#222;
    color: #ffffff;
}

.button.black.alt {
	border: 1px solid #222;
	background: transparent;
	color: #222;
}

.button.black:hover {
    color: #000;
	background:#fff;
}

.button.black.alt:hover {
	background: #222;
	color: #fff;
}

.button.green {
    background:#7ac142;
    color: #fff;
}

.button.green.alt {
	border: 1px solid #7ac142;
	background: transparent;
	color: #7ac142;
}

.button.green:hover {
    color: #000;
	background:#fff;
}

.button.green.alt:hover {
	background: #8dbd0a;
	color: #fff;
}

.button.bleumarin {
    background:#30b4c5;
    color: #fff;
}

.button.bleumarin.alt {
	border: 1px solid #30b4c5;
	background: transparent;
	color: #30b4c5;
}

.button.bleumarin:hover {
    background:#fff;
	color:#000;
}

.button.bleumarin.alt:hover {
	background: #2b9fae;
	color: #fff;
}

.button.rose {
    background:#ee5051;
    color: #fff;
}

.button.rose.alt {
	border: 1px solid #ee5051;
	background: transparent;
	color: #ee5051;
}

.button.rose:hover {
    color: #000;
	background:#fff;
}

.button.rose.alt:hover {
	background: #ee5051;
	color: #fff;
}

.button.red {
    background:#ff4646;
    color: #fff;
}

.button.red.alt {
	border: 1px solid #ff4646;
	background: transparent;
	color: #ff4646;
}

.button.red:hover {
    color: #000;
	background:#fff;
}

.button.red.alt:hover {
	background: #ff4646;
	color: #fff;
}

.button.brown {
    background:#000;
    color: #e3b56f;
}

.button.brown.alt {
	border: 1px solid #e3b56f;
	background: transparent;
	color: #e3b56f;
}

.button.brown:hover {
    color: #fff;
	background:#bca480;
	border-color:#bca480;
}

.button.brown.alt:hover {
	background: #bca480;
	color: #fff;
}


/*--- Fa icon ---*/
.fa.white{
	color: #fff;
}

.fa.yellow{
	color: #fed46e;
}

.fa.orange {
	color: #fe7e17; /* E27109 */
}

.fa.black {
	color: #222;
}

.fa.green {
	color: #7ac142;
}

.fa.bleumarin {
	color:#30b4c5;
}

.fa.rose {
	color:#ee5051;
}

.fa.red {
	color:#ff4646;
}

.fa.brown {
	color:#bca480;
}

/*--- Toggles ---*/

#toggle-view {
    list-style:none;    
    margin:0;
    padding:0;
    width:100%;
	margin-bottom:20px;
}

#toggle-view li {
	margin-bottom:1px;
    border-bottom: 1px solid #f8f8f8;
	position:relative;
}

#toggle-view li:hover {

}

#toggle-view h3 {
	margin:0;
	font-size: 14px;
	cursor:pointer;
    
	padding: 12px 40px 12px 0;
	color: #444;
	font-weight: 700;
}

#toggle-view h3 i {
	margin-right: 12px;
}

#toggle-view h3:hover, #toggle-view h3:active {
	color: #323232;
}

#toggle-view span {
	position:absolute;
	right: 0; 
	top: 9px;
	font-size: 14px;
}

#toggle-view span:before {
	
}

#toggle-view .panel {
	display:none;
	background:#fff;
	overflow:hidden;
	padding:10px 0 20px 0;
}   

#toggle-view .panel p:last-child {
	margin-bottom:0;
}


/*--- Tables ---*/
.wpb_row.in_container.pricing-table-row .vc_row_inner{
}

.pricing-column {
	margin-bottom: 30px;
	float:left;
	position:relative;
}

.pricing-column-inner {
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.pricing-table-style2 .pricing-column-inner {
	background-color: #fff;
}

.pricing-column.cols-2 {
	width: 50%;
	padding: 0 15px;
}

.pricing-column.cols-3 {
	width: 33.3%;
	padding: 0 15px;
}

.pricing-column.cols-4 {
	width: 25%;
	padding: 0 15px;
}

.pricing-column.cols-5 {
	width: 20%;
	padding: 0 15px;
}

.pricing-column.cols-6 {
	width: 16.6%;
	padding: 0 15px;
}

.package-features p{
	margin: 0;
}

.package-features ul li{
	margin: 0;
	padding: 8px 25px;
	color: #858585;
}

.pricing-table-style2 .package-features ul li:nth-child(even) {
	background-color: #fafafa;
}

.package-features ul li:last-child {
	padding-bottom: 10px;
}

.package-title {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #4c4c4c;
	font-size: 22px;
	font-weight: 300;
	line-height: 40px;
	padding: 10px 40px;
	text-align: center;
}

.featured-column {
}

.no-rgba .featured-column .package-value, .no-rgba .featured-column .package-features, .no-rgba .featured-column .signup {
}

.featured-column .package-title {
}

.featured-column .column-shadow {
}

.pricing-table .featured-column .signup {
}

.pricing-header{
	position: relative;
	overflow: hidden;
}
.pricing-column .signup {
	border-top: 1px solid #eee;
	padding: 25px 40px;
	text-align: center;
}

.pricing-column .signup .button {
	margin:0;
}

.package-value {
	font-size: 36px;
	line-height: 70px;
	font-weight: 400;
	text-align: center;
	padding: 10px 40px;
	background: #222;
	border-radius: 3px 3px 0px 0px;
}

.featured-text {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	left: -28px;
	line-height: 15px;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 22px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 126px;
}

.package-time {
	font-size: 13px;
	font-weight: 300;
}

.pricing-table, .normal-table {
    width:100%;
	display: inline-block;
}

.normal-table td {
    border:1px solid #f8f8f8;
    padding:10px 20px;
    text-align:center;
}
.normal-table tr.alt  {
    background:#fbfbfb;
}

.normal-table tr.first-column {
    background:#666666;
    color: #efefef;
}

/*--- Info Boxes ---*/

.box-error, .box-alert, .box-notice, .box-success, .box-info {
    margin-bottom: 10px;
    padding: 12px 20px;
}

.box-error i, .box-alert i, .box-notice i, .box-success i, .box-info i {
	font-size:14px;
	margin-right:15px;
}

.box-error, .box-alert {
    background:#fce2e3;
    color: #e54034;
}

.box-notice {
    background:#fdf4bd;
    color: #706836;
}

.box-info {
    background:#d4ebf6;
    color: #20568f;
}

.box-success {
    background:#e5eec0;
    color: #264509;
}


/*--- Lists ---*/

.customlist {
	margin-bottom: 20px
}

.customlist li {
	padding: 8px 0 !important;
	border-top: 1px solid #f8f8f8;
	list-style-type: none !important;
}

.customlist li:first-child {
	border: 0;
}

.customlist li i {
	margin-right: 10px;
}

/*--- Counters ---*/

.counter-item {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.counter-item.with-border:before {
	border-left: 1px solid #f8f8f8;
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
}

.counter-wrapper {
	display: block;
	margin-bottom: 30px !important;
}

.counter-wrapper::after{
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background-color: #7ac142;
	margin: 0 auto;
}

.counter-item.first-item {
	border-left: 0;
}

.counter-icon {
	font-size: 42px;
	line-height: 90px;
}

.counter-number-wrap {
	font-size: 45px;
	line-height: 68px;
}

.counter-text {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 35px;
	font-weight: 300;
}

.pp_social {
	width: 180px !important;
}

.pp_social .facebook {
	width: 90px !important;
}

.wpcf7-form > p, .wpcf7-form [class^="percent-"] p, .wpcf7-form [class^="percent-"] {
	margin-bottom: 0;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form textarea{
	height: auto;
}


.darker-overlay .h1.post-title a, .darker-overlay .h3.post-title a,  .darker-overlay .post-content h1 a, .darker-overlay .post-meta i, .darker-overlay .skillbar-title, .darker-overlay .counter-number, .darker-overlay .testimonial-position , .darker-overlay .section-title h2, .darker-overlay .section-title .section-pretitle, .darker-overlay .section-title .section-subtitle{
	color: #fff;
}

.darker-overlay .post-content {
	border-bottom: 1px solid #686868;
}

.darker-overlay .skillbar {
	background: #686868;
}

.darker-overlay .customlist li {
	border-top: 1px solid #686868;
}

.flags_language_selector {
	z-index: 1000;
	float: right;
	margin-top: 9px;
	/*background: url(images/nav-bg.png) no-repeat scroll left center;*/
	padding-left: 25px;
	margin-left: 5px;
}

.overlay .flags_language_selector {
	margin: 0;
	float: none;
	background: none !important;
	padding: 0
;
	display: inherit !important;
	margin-bottom: 20px;
}

.scrolled-header .flags_language_selector {
	margin-top: 1px;
}
.flags_language_selector li.active-lang {
	background:#323232;
	color:#fff;
}

.overlay .flags_language_selector li.active-lang {
    background: #F5F5F5;

    color: #323232;
}

.flags_language_selector li {
	display:inline-block;
	padding: 0 5px;
	margin: 0 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.overlay .flags_language_selector li {
	font-size: 14px;
	padding: 1px 6px;
}

.flags_language_selector li a {
	color: #323232;
}

.overlay .flags_language_selector li a {
	color: #ccc;
}

html .wpb_content_element .wpb_tabs_nav li.ui-state-active {
	top: 1px;	
}

html .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active  {
	border-top: none;
	top: 0;
}

html .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li.ui-state-active a {
	padding-left: 23px;
}

.tp-caption.black .orange-captions h1 {
	color: #FE7E17;
	border-color: #FE7E17;
}

.orange-captions .fancy-slider-caption {
	color: #FE7E17;
}

.orange-captions .fancy-slider-info {
	color: #FE7E17;
}

.orange-captions .fancy-slider-info:before, .orange-captions .fancy-slider-info:after {
	border-color: #FE7E17;
}

#bottomfooter.cfooter div[class*="percent-"] {
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}

#bottomfooter.cfooter p {
	text-align: center;
	float: none;
}

#bottomfooter.cfooter ul#social {
	float:none;
	text-align: center;
	margin-top: 30px;
}

#bottomfooter.cfooter ul#social li a {
	float: none;
	display: inline-block;
	margin: 0 12px;
}


/*text with icon*/
.nexus-service-elem {
	position: relative;
	margin-bottom: 30px !important;
}

.content-left .nexus-service-icon {
	float: left;
	display: inline-block;
	overflow:hidden;
	margin-right: 20px;
}

.nexus-service-content > p {
	margin: 0;
	line-height: 1.7;
}

.content-left .nexus-service-content {
	overflow: hidden;
}

.content-center .nexus-service-icon {
	text-align: center;
	margin-bottom: 15px;
}

.content-center .nexus-service-content {
	text-align: center;
}

.content-right .nexus-service-icon {
	float: right;
	display: inline-block;
	overflow:hidden;
	margin-left: 20px;
}

.content-right .nexus-service-content {
	overflow: hidden;
	text-align: right;
}

.nexus-service-title {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 5px;
}

.darker-overlay .nexus-service-title{
	color: #fff;
}

.lighter-overlay .nexus-service-title{
	color: #000;
}

.nexus-service-title.bold-title {
	font-weight: bold;
}

.nexus-service-elem .nexus-service-icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	margin: 0 auto 20px;
	position: relative;
	-webkit-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
}

.nexus-service-elem:hover .nexus-service-icon{
	-webkit-transform: rotate(360deg) scale(1.8);
	-ms-transform: rotate(360deg) scale(1.8);
	transform: rotate(360deg) scale(1.8);
}

.nexus-service-elem .nexus-service-icon i {
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.no-fill .nexus-service-icon {
	margin-bottom: 5px;
}

.circle-fill .nexus-service-icon{
	border-radius: 50%;
}

.darker-overlay .circle-fill .nexus-service-icon{
	background: #fff;
	color: #666;
}

.darker-overlay .circle-fill:hover .nexus-service-icon{
	background: transparent;
	color: #fff;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 30, 2013 */
.mb_YTVPlayer :focus {
  outline: 0;
}


.mb_YTVPlayer{
  display:block;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;

}

.mb_YTVPlayer.fullscreen{
  display:block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0!important;
}


.mbYTP_wrapper iframe{
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  -moz-transform: none!important;
  -webkit-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
  margin:0!important;
  padding:0!important
}

/*CONTROL BAR*/

.mb_YTVPBar .ytpicon{
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTVPBar .mb_YTVPUrl.ytpicon{
  font-size: 30px;
}


.mb_YTVPBar{

  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;

  display:block;
  width:100%;
  height:10px;
  padding:5px;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  -moz-box-sizing:padding-box;
  -webkit-box-sizing:border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:.1;
}

.mb_YTVPBar.visible, .mb_YTVPBar:hover{
  opacity:1;
}


.mb_YTVPBar .buttonBar{

  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;

  background:transparent;
  font:12px/14px Calibri;
  position:absolute;
  top:-30px;
  left:0;
  padding: 5px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTVPBar:hover .buttonBar{
  background: rgba(0,0,0,0.4);
}

.mb_YTVPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTVPBar span.mb_YTVPTime{
  width: 130px;
}

.mb_YTVPBar span.mb_YTVPUrl,.mb_YTVPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}
.mb_YTVPBar span.mb_YTVPUrl img{
  width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTVPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a{
  color:white;
}

.mb_YTVPPlaypause,.mb_YTVPlayer .mb_YTVPPlaypause img{
  cursor:pointer;
}

.mb_YTVPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTVPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTVPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTVTime{
  height:5px;
  width:0;
  background:#fff;
  bottom:0;
  left:0;
  -moz-box-shadow:#666666 1px 1px 3px;
  -webkit-box-shadow:#666666 1px 1px 3px;
}

.YTPOverlay.raster{
  background: url("images/raster.png");
}

.YTPOverlay.raster.retina{
  background: url("images/raster@2x.png");
}

iframe.playerBox {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}


div[class^="ytp-player"] {
    display:block;
    vertical-align:top;
    position:relative;
    overflow: hidden;
}

div[class*="parallax-"] {
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;    
    position: relative;
}



/*WooCommerce*/

.woocommerce ul.products li.product.percent-one-half, .woocommerce-page ul.products li.product.percent-one-half {
	margin: 0 4% 2.992em 0;
	width: 48%;
}

.woocommerce ul.products li.product.percent-one-third, .woocommerce-page ul.products li.product.percent-one-third {
	margin: 0 4% 2.992em 0;
	width: 30.66%;
}

.woocommerce ul.products li.product.percent-one-fourth, .woocommerce-page ul.products li.product.percent-one-fourth {
	margin: 0 4% 2.992em 0;
	width: 22%;
}

.woocommerce ul.products li.product.percent-one-fifth, .woocommerce-page ul.products li.product.percent-one-fifth {
	margin: 0 4% 2.992em 0;
	width: 16.8%;
}

.woocommerce ul.products li.product.percent-one-sixth, .woocommerce-page ul.products li.product.percent-one-sixth {
	margin: 0 4% 2.992em 0;
	width: 13.33%;
}

.woocommerce ul.products li.product.percent-one-half.last, .woocommerce-page ul.products li.product.percent-one-half.last,
.woocommerce ul.products li.product.percent-one-third.last, .woocommerce-page ul.products li.product.percent-one-third.last,
.woocommerce ul.products li.product.percent-one-fourth.last, .woocommerce-page ul.products li.product.percent-one-fourth.last,
.woocommerce ul.products li.product.percent-one-fifth.last, .woocommerce-page ul.products li.product.percent-one-fifth.last,
.woocommerce ul.products li.product.percent-one-sixth.last, .woocommerce-page ul.products li.product.percent-one-sixth.last {
	margin-right: 0;
}

html .woocommerce ul.products li.product .price del {
	display: inline-block;
	margin-right: 5px;
	font-size: 0.9em;
}

html .woocommerce nav.woocommerce-pagination ul li a, html .woocommerce-pagination ul li span.current {
	line-height: inherit;
}

html .woocommerce-page nav.woocommerce-pagination ul li a {
	min-width: 3em;
}


html .reset_variations {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

html .woocommerce .woocommerce-breadcrumb a, html .woocommerce-page .woocommerce-breadcrumb a {
	color: #222;
	font-weight: bold;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
	width: 100%;
}

.woocommerce .summary p.price {
	color: #222 !important;
	font-weight: bold;
	font-size: 32px !important;
}

.woocommerce span.price {
	color: #222 !important;
}

.woocommerce #content div.product .product_title {
	margin-bottom: 20px;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img,
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img,
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	box-shadow: none !important;
}

html .woocommerce #content input.button, html .woocommerce #respond input#submit, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce-page #content input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page a.button, html .woocommerce-page button.button, .woocommerce-page input.button {
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	overflow: visible;
	padding: 12px 15px;
	border-radius: 0;
	border: none;
	text-shadow: none;
	left: auto;
	color: #5e5e5e;
	background: #eaeaea;
	box-shadow: none;	
	box-sizing: border-box;
}

html .woocommerce #content input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce-page #content input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover {
	background: #ddd;
}

html .woocommerce ul.products li.product h3, html .woocommerce-page ul.products li.product h3 {
	font-size: 14px;
	font-weight: bold;
}

html .woocommerce span.onsale, html .woocommerce-page span.onsale {
	height: 26px;
	padding: 0px 4px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	line-height: 26px;
	left: 0px;
	background: #89b079;
	color: #fff;	
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 !important;
	top:20px !important;
	min-height: 10px;
	min-width: 50px;
}

.woocommerce #content div.product form.cart .variations label, .woocommerce div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label {
	margin-top: 7px;
}

html .woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 8px 10px 7px;
}

html .woocommerce label[for*="payment_method_"] {
	display: inline;
	font-weight: bold;
	color: #323232;
	text-transform: uppercase;
	font-size: 13px;
}

html .woocommerce-checkout #payment div.payment_box:after {
	top: -2px;
}

html .woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 11px;
	padding: 8px;
	background: transparent;
	border: 1px solid #323232;
}

html .woocommerce .widget_price_filter .price_slider_amount .button:hover {
	color: #fff;
	border-color: #323232;
	background: #323232;
}


html .woocommerce input[id*="payment_method_"] { 
	vertical-align: middle;
	margin-right: 8px !important;
	height: 14px;
}

html .woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 20px;
}

.woocommerce-shipping-fields input#ship-to-different-address-checkbox {
	float: left;
	margin-right: 10px;
	height: 18px;
}

.woocommerce-shipping-fields label {
	display: inline-block;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
	height: 37px;
}

html .woocommerce .star-rating, html .woocommerce-page .star-rating, html .woocommerce .woocommerce-product-rating .star-rating {
	font-size: 12px;
	margin: 9px 10px 0 0;
}

html .woocommerce ul.cart_list li, html .woocommerce ul.product_list_widget li, html .woocommerce-page ul.cart_list li, html .woocommerce-page ul.product_list_widget li {
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 10px;	
}

html .woocommerce ul.cart_list li img, html .woocommerce ul.product_list_widget li img, html .woocommerce-page ul.cart_list li img, html .woocommerce-page ul.product_list_widget li img {
	width: 56px;
}

.vc_row_after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.vc_row_after.type-image{
	background-position: 50% 0;
	background-repeat: no-repeat;
}

html .wpb_column .wpb_wrapper .wpb_content_element.no-margin,
html .wpb_column .wpb_wrapper .wpb_content_element.no-margin p:last-child,
ul.wpb_thumbnails-fluid > li.no-margin,
html .last_toggle_el_margin.no-margin,
.wpb_button.no-margin{
	margin-bottom: 0;
}

html div.wpb_column .wpb_wrapper .wpb_content_element p{
	margin-bottom: 26px;
}

.st-home-unit{
	position: relative;
}
.hero-txt {
	color: #fff;
	text-align: center;
}
.hero-txt .hero-work::after {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.3);
	border-style: solid;
	border-width: 1px 0;
	content: "";
	display: block;
	height: 4px;
	margin: 20px auto 0;
	width: 200px;
}
.hero-txt .hero-work {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.hero-txt .hero-title {
	font-size: 76px;
	font-weight: 900;
	line-height: 85px;
	margin-bottom: 15px;
	letter-spacing: 8px;
	margin-top: 5px;
	padding: 20px 10px;
	text-transform: uppercase;
}
.hero-txt .button {
	background:#7ac142;
	color: #fff;
}

.hero-txt .button:hover {
	color: #000;
	background:#fff;
}

.mouse-icon-wrap {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 40px;
	width: 24px;
	margin-left: -15px;
	display: block;
	z-index: 10;
	opacity: 0.7;
}
.mouse-icon-wrap .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.mouse-icon-wrap .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 2px;
	height: 6px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}
@keyframes drop {
	0% {
		opacity: 0;
		top: 5px;
	}
	30% {
		opacity: 1;
		top: 10px;
	}
	100% {
		opacity: 0;
		top: 25px;
	}
}

.st-member {
	overflow: hidden;
	position: relative;
}
.st-member-img img {
	border-radius: 3px;
	max-width: 100%;
	display: inherit;
	height: auto;
}
.st-member .st-member-info {
	background-color: rgba(254, 254, 254, 0.95);
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 30px 35px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s, -moz-transform 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s, -ms-transform 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s, -o-transform 0.5s ease 0s;
	transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
	width: 100%;
}
.st-member .st-member-info .progress-bar {
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center 0;
	-moz-transform-origin: left center 0;
	-ms-transform-origin: left center 0;
	-o-transform-origin: left center 0;
	transform-origin: left center 0;
	transform-origin: left center 0;
}
.st-member .st-member-info .st-member-name {
	color: #4c4c4c;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.st-member .st-member-info .st-member-name::after {
	background-color: #7ac142;
	content: "";
	display: block;
	height: 2px;
	margin: 0 auto;
	width: 35px;
}
.st-member .st-member-info .st-member-pos {
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 40px;
}
.st-member .st-member-info .st-member-social {
	bottom: 40px;
	left: 0;
	position: absolute;
	width: 100%;
}
.st-member .st-member-info .st-member-social ul {
	margin: 0;
	padding: 0;
}
.st-member .st-member-info .st-member-social ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}
.st-member .st-member-info .st-member-social ul li a {
	background-color: #7ac142;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 40px;
	opacity: 0;
	text-align: center;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.5s ease 0s;
	-moz-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, -moz-transform 0.5s ease 0s;
	-ms-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, -ms-transform 0.5s ease 0s;
	-o-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, -o-transform 0.5s ease 0s;
	transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.5s ease 0s;
	width: 40px;
}
.st-member .st-member-info .st-member-social ul li a {
	background-color: #7ac142;
}
.st-member .st-member-info .st-member-social ul li a.facebook {
	background-color: #3c5b9b;
}
.st-member .st-member-info .st-member-social ul li a.facebook:hover {
	background-color: #3c5b9b;
}
.st-member .st-member-info .st-member-social ul li a.twitter {
	background-color: #2daae1;
}
.st-member .st-member-info .st-member-social ul li a.twitter:hover {
	background-color: #2daae1;
}
.st-member .st-member-info .st-member-social ul li a.dribbble {
	background-color: #ea4c88;
}
.st-member .st-member-info .st-member-social ul li a.dribbble:hover {
	background-color: #ea4c88;
}
.st-member:hover {
	cursor: pointer;
}
.st-member:hover .st-member-info {
	opacity: 1;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.st-member:hover .st-member-info .st-member-social ul li a {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook {
	-webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
	-moz-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.2s, -moz-transform 0.5s ease 0.2s;
	-ms-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.2s, -ms-transform 0.5s ease 0.2s;
	-o-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.2s, -o-transform 0.5s ease 0.2s;
	transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook:hover {
	background-color: #3c5b9b;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter {
	-webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
	-moz-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.3s, -moz-transform 0.5s ease 0.3s;
	-ms-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.3s, -ms-transform 0.5s ease 0.3s;
	-o-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.3s, -o-transform 0.5s ease 0.3s;
	transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter:hover {
	background-color: #2daae1;
}
.st-member:hover .st-member-info .st-member-social ul li a.dribbble {
	-webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
	-moz-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.4s, -moz-transform 0.5s ease 0.4s;
	-ms-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.4s, -ms-transform 0.5s ease 0.4s;
	-o-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.4s, -o-transform 0.5s ease 0.4s;
	transition: background-color 0.3s ease 0s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.st-member:hover .st-member-info .st-member-social ul li a.dribbble:hover {
	background-color: #ea4c88;
}
.st-member:hover .st-member-info .skills .skill:nth-child(2) .progress-bar {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(3) .progress-bar {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(4) .progress-bar {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(5) .progress-bar {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.st-member:hover .progress-bar {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.about p, .about .wpb_content_element{
	margin-bottom: 0 !important;
}

.about img{
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

.has-padding35 > div{
	padding: 35px 20px;
}

.nexus_separator {
	width: 100%;
	margin-bottom: 10px;
	height: 20px;
}

.nexus_separator .nexus_sep_line {
	height: 1px;
	border-top: 1px solid #ebebeb;
	display: inline-block;
	position: relative;
	top: -5px;
}
.nexus_separator.nexus_sep_double .nexus_sep_line{
	height: 3px;
}
.nexus_separator.nexus_sep_color_blue .nexus_sep_line {
	border-color: #5472d2;
}
.nexus_separator.nexus_sep_color_turquoise .nexus_sep_line {
	border-color: #00c1cf;
}
.nexus_separator.nexus_sep_color_red .nexus_sep_line {
	border-color: #ff4646;
}
.nexus_separator.nexus_sep_color_pink .nexus_sep_line {
	border-color: #fe6c61;
}
.nexus_separator.nexus_sep_color_violet .nexus_sep_line {
	border-color: #8d6dc4;
}
.nexus_separator.nexus_sep_color_peacoc .nexus_sep_line {
	border-color: #4cadc9;
}
.nexus_separator.nexus_sep_color_chino .nexus_sep_line {
	border-color: #cec2ab;
}
.nexus_separator.nexus_sep_color_brown .nexus_sep_line {
	border-color: #bca480;
}
.nexus_separator.nexus_sep_color_mulled_wine .nexus_sep_line {
	border-color: #50485b;
}
.nexus_separator.nexus_sep_color_vista_blue .nexus_sep_line {
	border-color: #75d69c;
}
.nexus_separator.nexus_sep_color_black .nexus_sep_line {
	border-color: #2a2a2a;
}
.nexus_separator.nexus_sep_color_grey .nexus_sep_line {
	border-color: #ebebeb;
}
.nexus_separator.nexus_sep_color_yellow .nexus_sep_line {
	border-color: #fed46e;
}
.nexus_separator.nexus_sep_color_orange .nexus_sep_line {
	border-color: #f7be68 !important;
}
.nexus_separator.nexus_sep_color_sky .nexus_sep_line {
	border-color: #5aa1e3 !important;
}
.nexus_separator.nexus_sep_color_green .nexus_sep_line {
	border-color: #7ac142 !important;
}
.nexus_separator.nexus_sep_color_juicy_pink .nexus_sep_line {
	border-color: #f4524d !important;
}
.nexus_separator.nexus_sep_color_sandy_brown .nexus_sep_line {
	border-color: #f79468 !important;
}
.nexus_separator.nexus_sep_color_purple .nexus_sep_line {
	border-color: #b97ebb !important;
}
.nexus_separator.nexus_sep_color_white .nexus_sep_line {
	border-color: #ffffff !important;
}
.nexus_separator.nexus_sep_color_grace .nexus_sep_line {
	border-color: #aed13b !important;
}

.kiwi-logo-carousel{
	margin: 0 !important;
	list-style: none;
}
.kiwi-logo-carousel li{
	padding: 0 !important;
	opacity: 0.8;
	transition: opacity 0.3s ease 0s;
}

.kiwi-logo-carousel li:hover{
	opacity: 1;
}

div.bx-wrapper ul.kiwi-logo-carousel.align-top li div.helper{
	display: inline-block;
}
.bx-wrapper .bx-viewport {
	left: 0;
}

.call-us{
	text-align: center;
}

.call-us p{
	margin: 0 !important;
}

.call-us h3{
	display: inline-block;
	font-size: 30px;
	line-height: 45px;
	margin: 0 30px 0 0;
	text-transform: uppercase;
	vertical-align: middle;
}

.call-us .button{
	margin: 0;
}

.vc_grid-item {
	margin-bottom: 60px;
	border-bottom: 1px dotted #f8f8f8;
}

.vc_pageable-slide-wrapper .vc_grid-item:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

.vc_pageable-slide-wrapper .vc_grid-item:last-child .vc_gitem-post-data-source-post_excerpt{
	margin-bottom: 0;
}

div.vc_gitem-post-data-source-post_author, div.vc_gitem-post-data-source-post_categories, div.vc_gitem-post-data-source-post_date, div.vc_gitem-post-data .wpb_single_image{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	margin-bottom: 10px;
}

div.vc_gitem-post-data-source-post_author a , div.vc_gitem-post-data-source-post_categories a, div.vc_gitem-post-data-source-post_date a{
	color: #4c4c4c;
	font-weight: bold;
}

div.vc_gitem-post-data-source-post_title{
	display: block;
	margin-bottom: 20px;
}

.vc_gitem-post-data-source-post_title a{
	font-weight: bold;
}

.vc_gitem-post-data .wpb_single_image{
	float: left;
	margin-right: 5px;
}

.vc_gitem-post-data .wpb_single_image .vc_single_image-wrapper{
	display: inline;
}

.vc_gitem-post-data .label{
	margin-right: 5px;
}

.vc_gitem-post-data-source-post_image img{
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}
div.vc_gitem-post-data-source-post_excerpt{
	margin-bottom: 25px;
}
.vc_gitem-post-data-source-post_excerpt .readmore{
	display: inline;
}

form.mc4wp-form{
	max-width: 500px;
	margin: 0 auto;
}

form.mc4wp-form .input-group{
	position: relative;
	height: 50px;
}
form.mc4wp-form input[type="email"]{
	padding: 14px 20px 13px 30px;
	float: left;
	margin-bottom: 0;
	position: absolute;
	top: 0 ;
	left: 0;
	width: 68%;
	border-color: #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	background-image: none;
	color: #555;
	font-size: 14px;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	height: 49px;
}


form.mc4wp-form button{
	font-family: 'Montserrat', sans-serif;
	width: 35%;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	z-index: 2;
	padding: 12px 25px;
	border-radius: 0;
	height: 49px;
}

form.mc4wp-form button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #000 !important;
}

form.mc4wp-form button i{
	margin-left: 5px;
}

.mc4wp-form .subscribe-or {
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.mc4wp-form .subscribe-social {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mc4wp-form .subscribe-social li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}

.mc4wp-form a.social {
	display: inline-block;
	background-color: #7ac142;
	color: #fff;
	padding: 8px 20px 8px 65px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
	transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
}


.mc4wp-form a.social i {
	background-color: #31ada4;
	border-radius: 0;
	display: block;
	font-size: 17px;
	height: 42px;
	left: 0;
	line-height: 42px;
	position: absolute;
	text-indent: 10px;
	top: 0;
	transition: text-indent 0.3s ease 0s;
	width: 50px;
}

.mc4wp-form a.social:hover {
	background-color: #31ada4;
	padding: 8px 30px 8px 65px;
	text-indent: -10px;
}

.mc4wp-form a.social:hover i {
	text-indent: 29px;
}

.mc4wp-form a.social.facebook {
	background-color: #3c5b9b;
}

.mc4wp-form a.social.facebook:hover {
	background-color: #2b416f;
}

.mc4wp-form a.social.facebook i {
	background-color: #2b416f;
}

.mc4wp-form a.social.twitter {
	background-color: #2daae1;
}

.mc4wp-form a.social.twitter:hover {
	background-color: #1a87b7;
}

.mc4wp-form a.social.twitter i{
	background-color: #1a87b7;
}

.mc4wp-form a.social.rss {
	background-color: #fca73a;
}

.mc4wp-form a.social.rss:hover {
	background-color: #f58b04;
}

.mc4wp-form a.social.rss i{
	background-color: #f58b04;
}

.wpcf7-form .button {
	color: #fff;
	float: left;
	padding: 12px 25px 12px 25px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"],.wpcf7-form textarea{
	padding: 14px 20px;
	margin-bottom: 30px;
}
.wpcf7-form .button:hover {
	color: #000;
	background:#fff;
}

div.wpcf7-validation-errors{
	margin-top: 60px;
	border-color: #ff4646;
}

.img-border-radius{
	border-radius: 3px;
}

/*
.no-margin{
	margin: 0;
}
*/

.no-margin-top{
	margin-top: 0;
}

.no-margin-bottom{
	margin-bottom: 0;
}

.ca2{
	font-size: 36px;
	font-weight: bold;
}

.padding-left-35 > .wpb_wrapper, .padding-left-35 > .vc_column-inner > .wpb_wrapper {
	padding-left: 35px;
}

.wpb_gmaps_widget.no-border .wpb_wrapper{
	padding: 0;
}

div.wpcf7{
	display: inline-block;
	width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#submit_my_comment{
	text-transform: none;
}

.sidebar-style-1 > .vc_column-inner > .wpb_wrapper{
	background: #f8f8f8;
	padding: 30px;
}

.block-heading{
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #555;
}

.call-acction .wpb_wrapper p{
	font-size: 15px;
	line-height: 1.7;
}

.comment-reply-title, #comments> h3{
	font-weight: normal;
}

#breadcrumb{
	margin-top: 18px;
}
#breadcrumb li{
	display: inline-block;
}

.header-style-i ul#mainnav > li:last-child > a{
	padding-right: 0 !important;
}

.page-template-template-homepage-php .header-style-i #header-inner .centered-wrapper{
	border-bottom: none;
}

.gallery-caption{

}
