/*
** 01 - GENERAL */
html, body{
	overflow-x: hidden;
}
body{
	font-size: 15px;
	line-height: 1.52857143;
	color: #A4AAB1;
	background-color: #fff;
	font-family: Helvetica,Arial,sans-serif;
}
body.darkstyle{
	background-color: #181B1F;
}
p{
  	margin: 0 0 10px;
	text-rendering: optimizelegibility;
  	font-weight: 300;
  	color: #A4AAB1;
  	font-family: Helvetica,Arial,sans-serif;
}
a{font-weight: 500;}
a:hover,a:focus {color: #4A5157;text-decoration: none;}

h1, h2, h3, h4, h5, h6{
	font-family: Raleway, Open Sans, Arial, sans-serif;
	text-rendering: optimizelegibility;
	line-height: 1.2em;
}
H2{
	font-size: 34px;
	font-weight: normal;
}
h3{
    font-size: 25px;
    margin: 0 0 30px 0;
    font-weight: 800;
}
h4{
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: 600;
}
H5{
	font-size: 17px;
	line-height: 1.7;
}
H6{
	font-size: 16px;
	font-weight: 300;
}
#back-top {
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 99999;
}
.heading-border{
	border: 1px solid;
	padding: 5px 10px;
}
#back-top a{
	width: 40px;
	height: 40px;
	display: block;
	background: rgba(0,0,0,0.8) url(../images/sprite.png) no-repeat -956px -100px;
}
#back-top a:hover{
	background-color: rgba(0,0,0,0.95);
}
.float-right{float: right;}
.float-left{float: left;}

/* 
** 02 - COLOR SKINS */

/* Light */
.dark-text p, .widget_links ul li a, .grey-section .symbol i, .light-section .symbol i{
	color: #A4AAB1;
}
.grey-section .line-left, .grey-section .line-right, .light-section .line-left, .light-section .line-right{
	background: #E1E4E7;
}
.dark-text h1, .dark-text h2, .dark-text h3, .dark-text h4, .dark-text h5, .dark-text h6, .navbar-default .navbar-brand, .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text, h3.light, .light .numerical-container .value, .grey-section .numerical-container .value, .navbar-default.style2 .navbar-nav > li > a:after, .dropdown-menu > li > a, .tabs li, .light .social:before, .grey-section .social:before, .light .cl, .grey-section .figcaption a.thumb-link, .light-section .grid .figcaption a.thumb-link, .dark-text .flexslider .big-icon .number, .dark-text .skillbar-title span, black-section .grid .figcaption h3{
	color: #4A5157;
}

.heading-border{border-color: #4A5157;float: left;width: auto;display: inline-block; position: relative !important;}
.filter li a{color: #4A5157;}
.light h4, .grey-section h4{
	color: #414A50;
}

.navbar-default, .dropdown-menu, .ms-staff-carousel .ms-staff-info, .grid .figcaption, .projects-overlay, .tabs li{
	background: #fff;
}
.light-section .skillbar-bar, .grey-section .skillbar-bar{
	background: #E6E7E9;
}
.light a.p-button.border, .grey-section a.p-button.border{border: 1px solid #AEB6C0;color: #4A5157;}
.light .divider-contents, .grey-section .divider-contents{background: #f0f0f0;}
.light .divider-big .divider, .grey-section .divider-big .divider{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
a.p-button{background: #4A5157;}
.numerical-c .col-xs-6.col-sm-3{border-right: 1px solid #eeeeee;}
.light a.p-button.border i, .grey-section a.p-button.border i{border-right: 1px solid #AEB6C0;}


/* Dark */
.light-text p, .light-text .widget_links ul li a{
	color: #828A94;
}
.light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .navbar-default.dark .navbar-nav > li > a, .navbar-default.dark .navbar-brand, .navbar-default.dark .navbar-text, .dark-section .numerical-container .value, .black-section .numerical-container .value, .navbar-default.dark.style2 .navbar-nav > li > a:after, .navbar-default.dark.style2 .dropdown-menu > li > a, .navbar-default.dark .dropdown-menu > li > a, .dark .social:before, .dark-section .social:before, .black-section .social:before, .dark .cl, .dark-section .figcaption a.thumb-link, .black-section .grid .figcaption a.thumb-link, .light-text .flexslider .big-icon .number, .light-text .skillbar-title span, .black-section .grid .figcaption h3, .dark-section .grid .figcaption h3{
	color: #fff;
}
.black-section .skillbar-bar, .dark-section .skillbar-bar{
	background: #2A2E33;
}
.black-section .filter li a, .dark-section .filter li a{color: #858A8F;}
.dark .heading-border{border-color: #AEB6C0;}
.black-section .numerical-c .col-xs-6.col-sm-3, .dark-section .numerical-c .col-xs-6.col-sm-3{border-right: 1px solid #292C30;}

.navbar-default.dark, .dark .dropdown-menu{
	background: #1C2024;
}

.navbar-default.dark.trans-parent, .dark.trans-parent .dropdown-menu{
	background: rgba(28,32,36,.45)
}
.navbar-default.dark.trans-parent.navbar-shrink, .dark.trans-parent.navbar-shrink .dropdown-menu{
	background: rgba(28,32,36,.95)
}
.dark-section a.p-button.border, .black-section a.p-button.border{border: 1px solid #21262B;color: #AEB6C0;}
.dark-section .divider-contents, .black-section .divider-contents{background: #21262B;}

.dark-section .divider-big .divider, .black-section .divider-big .divider{
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
.dark-section a.p-button.border i, .black-section a.p-button.border i{border-right: 1px solid #21262B;}

.black-section{background-color: #181B1F;position: relative;
padding: 60px 0 80px 0;}

.black-section .ms-staff-carousel .ms-staff-info, .dark-section .grid .figcaption, .black-section .grid .figcaption, .darkstyle.projects-overlay, .dark-section .tabs li, .black-section .tabs li{background: #1C2024;}
.dark-section .tabs li, .black-section .tabs li{border: 1px solid #21262B;color: #828A94;}
#bottom-footer.darkstyle{background: #1C2024;}

/* Colored */
.colored-section h2{color: #fff;margin: 0;font-size: 2em;}

img{
	height: auto;
	max-width: 100%;
}
.bold{
	font-weight: 800;
}
.space{
	position: relative;
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}
.divider-contents{
	height: 1px;
	margin: 40px 0;
	position: relative;
	float: left;
	width: 100%;
}
.doubleborder{
	padding: 15px;
	width: auto;
	display: inline-block;
	margin-bottom: 40px;
}

.symbol{
    width: 170px;
    margin: 35px auto;
    height: 15px;
}
.line-left{
    height: 1px;
    width: 39%;
    position: relative;
    float: left;
}
.line-right{
    height: 1px;  
    width: 38%;
    position: relative;
    float: left;
}
.symbol.light .line-left, .symbol.light .line-right{
	background-color: #fff;
}
.symbol i{
    position: relative;
    float: left;
    margin: -10px 10px;
}
.symbol.light i{
	color: #fff;
}
.fluid-width-video-wrapper iframe{
	border: 0;
}

/* load intro */
body #load {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 999999999999999999;
	background: #FFF;
}

.skill-bar-percent .value, .p-button, .signup, .post-content, .about-author, #comments, widget_followers li, .tabs li, .contents, .comment-reply, .tagcloud a, .navbar-toggle, .widget_followers li, #back-top a, .panel, .projects-overlay .projects-navigation .prev-proj a, .projects-overlay .projects-navigation .next-proj a, .ms-skin-light-6 .ms-tooltip-cont{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.navbar, .nav-container img, .navbar-brand, .navbar-default .navbar-nav > li > a,.navbar, a.go-about, .p-button, a.p-button.hide-icon i, a.p-button.hide-icon span.text, .signup, .slidecontent-bi .project-title-bi p a, .filter li a, .projects-overlay #projects-loader.transitioned, .projects-overlay #pagecontent .scrollbar, .projects-overlay #pagecontent .thumb, .readmore, .post-content .featured-image img, widget_followers li, .tagcloud a, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, #contacts input:hover, #contacts textarea:hover, #contacts input:focus, #contacts textarea:focus, #contacts textarea, #contacts input, .light  #contacts .contact-form input:hover, .light  #contacts .contact-form textarea:hover, .light  #contacts .contact-form input:focus, .light #contacts .contact-form textarea:focus, #contacts .form-success, #contacts .form-success p, .skillbar, .dropdown-menu > li > a, .widget_followers li, #back-top a, a.social:before, .tp-caption a{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


/*
** 03 - NAVIGATION */
.navbar{height: 80px;}
.nav-container{margin: 0 15px 0 30px;}
.nav-container img{max-width: 100%;}
.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 74px;
}
.navbar-default{
	border: none;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.07);
	box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.07);
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{
	background-color: transparent;
}
.navbar-nav{margin: 5.5px -15px;}
.style2 .navbar-nav{margin-right: 0 !important;}
.navbar-default .navbar-nav > li > a {
	position: relative;
	text-decoration: none;
  	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	outline: none;
	font-family: Raleway, Arial, sans-serif;
  	font-weight: 600;
  	padding: 0 15px;
}
.navbar-default.style1 .navbar-nav > li > a {
  	padding: 0 25px;
}
.navbar-default.style2.border .navbar-nav > li > a{
	line-height: 25px;
	margin-top: 29px !important;	
}
.navbar-default.style2.border.navbar-shrink .navbar-nav > li > a{
	line-height: 25px;
	margin-top: 22px !important;	
}
.navbar-default.style2 .navbar-nav > li > a{
	padding: 0;
	margin: 0 20px;
}
.navbar-default.style2 .navbar-nav > li > a:after{
	content: '-';
	margin-left: 18px;
	position: absolute;
}
.navbar-default.style2 .navbar-nav > li:last-child > a:after{
	content: '';
	margin-left: 0;
}
.navbar-default .style1 .navbar-nav > li > a.selected, .navbar-default .style1 .navbar-nav > li > a.selected:hover{
	color: #fff;
}
.navbar-default .style2 .navbar-nav > li > a.selected, .navbar-default .style2 .navbar-nav > li > a.selected:hover, .navbar-default.style2 .navbar-nav > li > a.selected, .navbar-default.style2 .navbar-nav > .open > a,.navbar-default.style2 .navbar-nav > .open > a:hover, .navbar-default.style2 .navbar-nav > .open > a:focus, .style2 .dropdown-menu > li > a:hover, .style2 .dropdown-menu > li > a:focus{
	background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle{
	border-color: #f0f0f0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default.dark .navbar-toggle .icon-bar{
	background-color: #fff;
}

.navbar-nav .sub-arrow, .navbar-nav .sub-arrow {
	display: none;
	position:absolute;
	width: 40px;
	height: 100%;
	font-family: FontAwesome;
	text-align: center;
	background: transparent;
}

.navbar-nav .highlighted .sub-arrow:before{
	content:"\f106";
}

.navbar-nav .sub-arrow:before{
	content:"\f107";
	font-size: 16px;
}

.style1 .navbar-nav .sub-arrow, .style1 .navbar-nav .collapsible .sub-arrow{right: 20px;top: 0px;}

.navbar-fixed-bottom .sub-arrow {
	margin-top:-5px;
	border-top:4px dashed transparent;
	border-bottom:4px solid;
}
.navbar-nav ul .sub-arrow {
	position:absolute;
	right:0;
	margin-top:6px;
	margin-right:15px;
	border-top:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
	padding-right:30px;
}
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position:absolute;
	display:none;
	visibility:hidden;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position:absolute;
	top:-2px;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	overflow:hidden;
	border-top:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid;
	border-left:7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top:6px;
	border-top:7px solid;
	border-right:7px dashed transparent;
	border-bottom:7px dashed transparent;
	border-left:7px dashed transparent;
}
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header{padding-left:35px;}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header{padding-left:45px;}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header{padding-left:55px;}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header{padding-left:65px;}
.navbar-nav .dropdown-menu > li > a {white-space:normal;}
.navbar-nav ul.sm-nowrap > li > a{white-space:nowrap;}
.navbar-right ul.dropdown-menu{
	left:0;
	right:auto;
	margin-left: 0px !important;
}

.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}	

.hide-on-start:not(.oldie){
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	transform: translateY(-300px);
}
.navbar-shrink.hide-on-start:not(.oldie){
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.hide-on-start.oldie{
	top:-300px;
}

.dropdown-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-clip: padding-box;
	border-top: none;
	border: none;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.1);
	box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.1);
}
.dropdown-menu.pull-right{
	right: 0;
	left: auto;
}
.dropdown-menu .divider{
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a{
	display: block;
	padding: 14px 26px 13px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	white-space: nowrap;
	font-size: 0.9em;
	border-bottom: 1px solid #f2f2f2;
}
.dark .dropdown-menu > li > a{
	border-bottom: 1px solid #23282C;
}
.dark .dropdown-menu{
	border: none;
}
.dropdown-menu > li:last-child > a{
	border-bottom: 0;
}


.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}
.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}	
.navbar-default.style2.border .navbar-right ul.dropdown-menu{
	margin-top: 25px !important;
}
.navbar-default.style2.border.navbar-shrink .navbar-right ul.dropdown-menu{
	margin-top: 18px !important;
}
.navbar-default.style2.border.navbar-shrink .navbar-right.icons ul.dropdown-menu{
	margin-top: 16px !important;
}
/* Dark Nav */
.navbar-default.dark .navbar-toggle {
	border-color: #3D4349;
}
.navbar{z-index: 99999;}
.navbar i{
	font-size: 1.2em;
	vertical-align: middle;
	padding-right: 5px;
}
.navbar-nav.icons > li > a{
	line-height: 78px;
}
.navbar-default.style1 .navbar-nav.icons > li > a {
	padding: 0 15px;
}

/* Shrink Effect */
.navbar-shrink{
	height: 66px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.07); box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.07);
}
/*
.navbar-shrink img{
	max-width: 85%;
}
*/
.navbar-shrink .navbar-brand{
  line-height: 60px;
}
.navbar-shrink .navbar-nav > li > a {
	line-height: 66px;
}
.navbar-shrink .navbar-nav.icons > li > a {
	line-height: 64px;
}

/*
** 04 - SECTION / SKINS */
section.nav-boxes{position: static;}
.grey-section{background-color: #F7F7F7;position: relative;padding: 60px 0 80px 0;}
.light-section{background-color: #fff;position: relative;padding: 60px 0 80px 0;}
.dark-section{background-color: #1C2024;position: relative;padding: 60px 0 80px 0;}
.section-title{
	position: relative;
	margin-bottom: 60px;
}
.section-title h2{
	letter-spacing: 2px;
	font-weight: 300;
	text-align: center;
}
.light-section.section-arrow-down-af:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #fff;
	border-bottom: 0px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: 50.35%;
	bottom: -20px;
	margin-left: -24px;
	z-index: 10;
}
.light-section.section-arrow-down:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #F7F7F7;
	border-bottom: 0px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: 50.35%;
	top: 0;
	margin-left: -24px;
	z-index: 10;
}
.colored-section{
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.colored-section:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 0px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	left: 50.35%;
	bottom: -20px;
	margin-left: -24px;
	z-index: 10;
}
.grey-section.section-arrow-down:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #F7F7F7;
	border-bottom: 0px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: 50.35%;
	bottom: -20px;
	margin-left: -24px;
	z-index: 10;
}
.dark-section.section-arrow-down:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #1C2024;
	border-bottom: 0px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: 50.35%;
	bottom: -20px;
	margin-left: -24px;
	z-index: 10;
}
.black-section.section-arrow-down:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #181B1F;
	border-bottom: 0px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: 50.35%;
	bottom: -20px;
	margin-left: -24px;
	z-index: 10;
}
.grey-section.section-arrow-up:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #F7F7F7;
	border-top: 0 solid transparent !important;
	border-right: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	left: 50.35%;
	top: -19px;
	margin-left: -24px;
	z-index: 10;
}
.dark-section.section-arrow-up:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #1C2024;
	border-top: 0 solid transparent !important;
	border-right: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	left: 50.35%;
	top: -19px;
	margin-left: -24px;
	z-index: 10;
}
.light-section.section-arrow-up:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #fff;
	border-top: 0 solid transparent !important;
	border-right: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	left: 50.35%;
	top: -19px;
	margin-left: -24px;
	z-index: 10;
}
.nopaddingbottom{
	padding-bottom: 0;
}
.nopadding{padding: 0;}
.dark-section.no-after-arrow:after{display: none;}
section i{padding-right: 0;}
/*** Parallax Sections ***/
.parallax{
    width: 100%; height: 500px; padding: 0; margin: 0; background-attachment: fixed; background-repeat: no-repeat; color: #fff;background-size: cover;
}
.parallax.small{
	height: 250px;
}
#parallax-contacts.parallax{
	height: 750px;
}
.parallax-overlay-pattern{
	background-image: url("../images/patterns/overlay-pattern.png") !important;
	background-color: rgba(44,62,80 , 0.5);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.parallax-overlay-pattern.soft, .overlay-pattern.soft{opacity: .5;}
.box-overlay-pattern{
	position: relative;
	width: 100%;
	height: 100%;   text-align: center;
}
.parallax-content{
	padding: 90px 0;
	z-index: 9;   
	width: 100%;
	position: absolute;
}
.mediumpadding{padding: 85px 0;}
.smallpadding{padding: 40px 0;}
.section-title.smallmargin{margin-bottom: 40px;}
.overlay-pattern{
	background-image: url("../images/patterns/overlay-pattern.png") !important;
	background-color: rgba(44,62,80 , 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 9;   
}
.overlay-pattern.dark{background-color: rgba(44,62,80 , 0.8 );}
.parallax .recent-clients .client-logos a img {
	margin-right: 40px;
}
.parallax .recent-clients .client-logos a:hover {
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


/*
** 05 - PAGE TITLES */
.divider.colored{
	width: 140px;
	height: 1px;
	margin: 35px auto;
}
.pagetitle{
	margin-top: 80px;
}
.pagetitle.no-parallax{
	margin-top: 160px;
}
.pagetitle .parallax{
	height: 300px;
}
.pagetitle .parallax-content {
	padding: 85px 0;
}
.pagetitle .section-title {
	margin-bottom: 0;
}
.section-title .title-desc-big{
	text-align: center;
	font-weight: 600;
	text-transform: none;
	width: 85%;
	margin: 0 auto;
	line-height: 1.4;
}

/*
** 06 - HOME */
#home{
	width: 100%;
	height: 100%;
	color: #FFF;
}
#parallax-home{
	height: 100%;
	background-position-x: 50% !important;
}
#parallax-home-contents{
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	overflow: hidden;
}
.home-center-contents{
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	z-index: 9;
	position: relative;
	top: -40px;
}
.home-center-contents > *{
	margin-bottom: -80px !important;
}
.logo-home {
	width: 100%;
	position: relative;
	text-align: center;
}


/* TOOLTIP DETAILS */
.tooltip-desc{display: none;}
.hi-icon:hover>.tooltip-desc{ 
	display: block; 
	-webkit-animation:Anim ease-in 1;
    -moz-animation:Anim ease-in 1;
    animation:Anim ease-in 1;
    -webkit-animation-duration:.15s;
    -moz-animation-duration:.15s;
    animation-duration:.15s; 
} 
.tooltip-content {
	color: #fff;
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -130px;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: absolute;
	display: block;
	min-width: 255px;
	text-align: center;
	background: #000000;
	background: rgba(0, 0, 0, .95);
}

.tooltip-content h5{
	text-align: left;
}

.tooltip-content p{
	font-size: 14px !important;
	color: #fff !important;
	font-weight: normal !important;
	margin: 0;
}
.tooltip-arrow-down {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: auto;
	bottom: 100%;
	margin-bottom: 22px;
	width: 0; 
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 8px solid rgba(0, 0, 0, .95); 
}
.tooltip-content h5{padding: 0; margin: 0 0 10px 0;}
.tooltip-content ul{text-align: left;}
.tooltip-content ul li{list-style-type: none;font-size: 14px !important;color: #fff !important;font-weight: normal !important;}
.tooltip-content ul li i{top: 0 !important;padding-right: 5px;}


/*
** 14 - FOOTER */
#bottom-footer{
	padding: 60px 0 40px 0;
	font-family: 'Raleway';
}
#bottom-footer:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #fff;
	border-top: 0 solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: 50%;
	top: -19px;
	margin-left: -24px;
	z-index: 10;
}
#bottom-footer:before{border:none;} /* needed for the hide-on-start feature */

p.footer-slogan {
font-family: 'Raleway';
font-size:18px;
}
