/**      
  
MAIN CSS

  01. GENERAL
  02. INTRO LOADING
  03. CURSOR IMAGES
  04. LOGOS
  05. SKINS
  06. NAVIGATION
  07. SECTIONS
  08. PARALLAX
  09. HOME SECTION
  10. SERVICES
  11. NUMERICALS
  12. TESTIMONIALS
  13. TEAM MEMBERS
  14. CONTACTS
  15. GOOGLE MAPS
  16. TWITTER
  17. FOOTER
  18. BUTTONS
  19. SKILL BARS
  20. INFO BOXES
  21. SOCIAL ICONS
  22. FLEXSLIDER
  23. ACCORDION
  24. BLOG
  	                 		   
/***************************************************************
					  01. GENERAL
***************************************************************/
@import url('cubeportfolio.css');
@import url('nivo-lightbox.css');
@import url('YTPlayer.css');
@import url('animate.css');
@import url('owl.carousel.css');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,600,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,600,800');
@import url('https://fonts.googleapis.com/css?family=Vollkorn');
html, body{
	overflow-x: hidden;
	-webkit-backface-visibility:hidden;
	-webkit-font-smoothing:antialiased;
}
body{
	font-size: 14px;
	line-height: 1.728571;
	color: #5C5C5C;
	background-color: #fff;
	font-family: Helvetica,Arial,sans-serif;
}
.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
::-moz-selection {
    background: #f5f5f5;
    color: #333;
}
::selection {
    background: #f5f5f5;
    color: #333;
}
/* TEXT */
a{
	font-weight: 500;
	outline: none;
}
a:hover,a:focus{
	color: #4A5157;
	text-decoration: none;
	outline: none;
}
p{
  	margin: 0 0 10px;
  	font-family: Helvetica,Arial,sans-serif;
	text-rendering: optimizelegibility;
  	font-weight: 300;
}
h1, h2, h3, h4, h5, h6{
	font-family: Open Sans, Arial, sans-serif;
	text-rendering: optimizelegibility;
	line-height: 1.2em;
}
H2{
	font-size: 35px;
	font-weight: normal;
}
h3{
    font-size: 21px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
h4{
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: 300;
	letter-spacing: normal;
}
H5{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #444444;
}
H6{
	font-size: 14px;
	font-weight: 400;
}
iframe{
	max-width: 100%;
	width: 100%;
	height: auto;
	border: none;
}
#back-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 99999;
}
.heading-border{
	border: 1px solid;
	padding: 5px 10px;
}


/* BACK TO TOP BUTTON */
#back-top a{
	width: 45px;
	height: 45px;
	display: block;
	background: rgba(0,0,0,0.8);
	display: table;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	border-radius: 50px;
}
#back-top a i{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 1.6em;
}
#back-top a:hover{
	background-color: rgba(0,0,0,0.95);
}
.c-adj{position: relative;top: 5px;}
.float-right{float: right;}
.float-left{float: left;}
img{
	height: auto;
	max-width: 100%;
}
.bold{
	font-weight: 800;
}
.space{
	position: relative;
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}

.fluid-width-video-wrapper iframe{
	border: 0;
}

/* VIDEO STUFF */
#video{
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 0;
	background: #000;
}
#video .section-title{
	margin: 90px 0;
}
.player{
	display:block; margin: auto; background: rgba(0,0,0,0.5);
}
a.open-video{
	position: relative;
	display: inline-block;
	margin: 20px 0;
	border: 1px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 49px;
	height: 49px;
}
a.open-video i{
	font-size: 1.8em;
	color: #fff;
	position: relative;
	top: 12px;
	left: 0;
}
a.open-video:hover{
	background: #fff;
	border: 1px solid #fff;
}
a.open-video:hover i{color: #333;}

/* Video selfhost */
/*-------- Video Section --------*/
.video-section {
	overflow: hidden;
	position: relative;
}

.video-section .container {
	z-index: 32;
	position: relative;
    opacity: 0.7;
    filter: Alpha(Opacity=0.7);
}

.video-section .fullscreen-video {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
}

.video-section video {
	min-width: 100% !important;
	height: auto;
	min-height: 100%;
}

.video-section .video-section-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 31;
}

.video-section.dark-section .video-section-mask {
	background: url(../../images/overlays/dark.png) repeat rgba(0,0,0,.6);
}

.video-section.light-section .video-section-mask {
	background: url(../../images/overlays/light.png) repeat rgba(255,255,255,0.7)

}

.video-section.light-section p {
	color: #fff;
}

/* GLOBAL BORDER RADIUS */
.skill-bar-percent .value, .signup, .tabs li, .contents, .comment-reply, .navbar-toggle, .about-author, #comments, .previous-post, .next-post{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* GLOBAL CSS TRANSITIONS */
.navbar-default .navbar-nav > li > a, .navbar, a.go-about, .signup, .slidecontent-bi .project-title-bi p a, .filter li a, .projects-overlay #projects-loader.transitioned, .projects-overlay #pagecontent .scrollbar, .post-content .featured-image img, widget_followers li, .tagcloud a, #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, #back-top a, a.social:before, .tp-caption a, .home-center-contents h2.h-slider:hover, .play-video, .social-icomoon a, .post-content .featured-image .hover-image-blog, a.open-video, a.open-video i, .previous-post, .next-post{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


/***************************************************************
					  02. INTRO LOADING
***************************************************************/
#load {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
}
#load.dark{
    background-color: #121212;
}

#load .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -100px;
    text-align: center;
}


h6.loading-heading{
	text-align: center;
	font-weight: 300;
}
.dark h6.loading-heading{
	color: #f5f5f5;
}
#load .loading-css{
  	position: relative;
	border-bottom: 4px solid #F5F5F5;
	border-left: 4px solid #F5F5F5;
	border-radius: 100%;
  	height: 50px;
  	width: 50px;
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
  	margin-left: 52px;
  	margin-top: 0;
}

@keyframes "spin" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(359deg);
   	-moz-transform: rotate(359deg);
   	-o-transform: rotate(359deg);
   	-ms-transform: rotate(359deg);
   	transform: rotate(359deg);
 }

}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}
.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}


/***************************************************************
					  03. CURSOR IMAGES
***************************************************************/

/*#featured-projects  a.cbp-l-caption-body:hover, .portfolio-slider .cbp-caption-activeWrap:hover{
	cursor: url('https://uxqode.com/elano/images/open.cur'),crosshair;
	cursor: url('https://uxqode.com/elano/images/open.png') 20 20,crosshair;
}
.cbp-lightbox .cbp-caption-activeWrap:hover, #featured-projects  a.cbp-l-caption-body:hover.cbp-lightbox, .journal-post a.cbp-lightbox{
	cursor: url('https://uxqode.com/elano/images/zoom.cur'),crosshair;
	cursor: url('https://uxqode.com/elano/images/zoom.png') 20 20,crosshair;
}
.hi-icon:hover {
	cursor: url('https://uxqode.com/elano/images/info.cur'),crosshair;
	cursor: url('https://uxqode.com/elano/images/info.png') 20 20,crosshair;
}
*/

/***************************************************************
					  04. LOGOS
***************************************************************/
.logo{
	background: url(../images/logo-dark.png) top left no-repeat;
	margin: 25px 0;
	width: 117px;
	height: 35px;
}
.logo.light{
	background: url(../images/logo.png) top left no-repeat;
}
.logobig{
	background: url(../images/logobig.png) top left no-repeat;
	width: 159px;
	height: 36px;
	margin: 0 auto;
}
/* logo loading */
#load .loader-logo{
	margin-left: -100px;
	margin-top: 30px;
	background: url(../images/logobig.png);
	width: 364px;
	height: 129px;
}
/* logo footer */
.lf{
	background: url(../images/logo.png) no-repeat center center;
	width: 93px;
	height: 35px;
	position: relative;
	display: table;
	margin: 0 auto;
}

/***************************************************************
					  05. SKINS
***************************************************************/

/* Light */
.dark-text p, .widget_links ul li a, .grey-section .symbol i, .light-section .symbol i{
	color: #5C5C5C;
}
.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-shrink .navbar-nav > li > a, .navbar-default .navbar-text, h3.light, .light .numerical-container .value, .grey-section .numerical-container .value, .navbar-default.default .navbar-nav > li > a:after, .dropdown-menu > li > a, .light .social:before, .grey-section .social:before, .light .cl, .dark-text .skillbar-title span{
	color: #282829;
}
.heading-border{
	border-color: #4A5157;
}
.filter li a{color: #4A5157;}
.light h4, .grey-section h4{
	color: #3A3C3D;
}
.light-section .skillbar-bar, .grey-section .skillbar-bar{
	background: #E6E7E9;
}
.light .divider-big .divider, .grey-section .divider-big .divider{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.numerical-c .col-xs-6.col-sm-3{}


/* Dark */
.light-text p, .light-text .widget_links ul li a{
	color: #fff;
}
h1.light-text, .white-text p, .light-text .section-title h2, .light-text h3, .light-text h4, .light-text h1, .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.default .navbar-nav > li > a:after, .navbar-default.dark.default .dropdown-menu > li > a, .navbar-default.dark .dropdown-menu > li > a, .dark .social:before, .dark-section .social:before, .black-section .social:before, .dark .cl, .light-text .skillbar-title span{
	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;
}

.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 .divider-big .divider, .black-section .divider-big .divider{
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}
.black-section{
	background-color: #161616;
	position: relative;
	padding: 60px 0 80px 0;
}
.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;
}


/***************************************************************
					  06. NAVIGATION
***************************************************************/
.navbar{
	height: 80px;
}
.nav-container{
	margin: 10px auto;
}
.navbar-shrink .nav-container{
	margin: 0 auto;
}
.nav-container img{
	max-width: 100%;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 74px;
}
.navbar-default{
	border: none;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{
	background-color: transparent;
}
.navbar-nav{
	margin: 28.5px -15px;
}
.hide-on-start .navbar-nav, .navbar-shrink .navbar-nav{
	margin: 7px -15px;
}
.default .navbar-nav{
	margin-right: 0 !important;
}
.navbar-default .navbar-nav > li > a {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	outline: none;
  	padding: 0 15px;
  	color: #fff;
	letter-spacing: 1px;
	font: 300 12px "Open Sans",sans-serif;
}

.navbar-default.dark > li > a {
	font: 600 12px "Open Sans",sans-serif;
	letter-spacing: 0;

}


.navbar-default.style1 .navbar-nav > li > a {
  	padding: 0 25px;
}
.navbar-default.default.border .navbar-nav > li > a{
	line-height: 25px;
	margin-top: 29px !important;	
}
.navbar-default.default.border.navbar-shrink .navbar-nav > li > a{
	line-height: 25px;
	margin-top: 22px !important;	
}
.navbar-default.default .navbar-nav > li > a, .dropdown-menu a{
	padding: 0;
	margin: 2px 15px 0 15px;
}
.navbar-default.default.dark .navbar-nav > li > a, .dropdown-menu a{
	font-weight: 600;
	letter-spacing: 0;
}
.dropdown-menu a{padding-left:20px;}
.navbar-default.default .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 .default .navbar-nav > li > a.selected, .navbar-default .default .navbar-nav > li > a.selected:hover, .navbar-default.default .navbar-nav > li > a.selected, .navbar-default.default .navbar-nav > .open > a,.navbar-default.default .navbar-nav > .open > a:hover, .navbar-default.default .navbar-nav > .open > a:focus, .default .dropdown-menu > li > a:hover, .default .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-nav > li > a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	margin-top: -15px;
	border-bottom: 1px solid transparent;
	content: '';
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li:hover > a::before, .navbar-default .navbar-nav > li.active > a::before {
	width: 25px;
	margin-left: -12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-shrink.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-nav .sub-arrow, .navbar-nav .sub-arrow {
	display: none;
	position:absolute;
	width: 40px;
	height: 100%;
	text-align: center;
	background: transparent;
	top: 0;
	right: 0;
}
.navbar-nav .highlighted .sub-arrow:before{
	content:"+";
}
.navbar-nav .sub-arrow:before{
	content:"+";
	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;}
ul.dropdown-menu{
	left:0;
	right:auto;
	margin-left: 0px !important;
	background: #fff;
}
.dropdown-menu:before{
	width: 4px;
	height: 4px;
	background: red;
}

.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: 10px 0 10px 0;
	clear: both;
	line-height: 1.42857143;
	white-space: nowrap;
	font-size: 0.85em;
	border-bottom: 1px solid rgba(0,0,0,.05);
	font-family: Raleway, Open Sans, Arial, sans-serif; font-weight: 400;
}
.dark .dropdown-menu > li > a{
	border-bottom: 1px solid #2B2B2C;
}
.dark .dropdown-menu{
	border: none;
}
.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.default.border .navbar-right ul.dropdown-menu{
	margin-top: 25px !important;
}
.navbar-default.default.border.navbar-shrink .navbar-right ul.dropdown-menu{
	margin-top: 18px !important;
}
.navbar-default.default.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: 0.6em;
	vertical-align: middle;
	padding-right: 5px;
	top: -5px;
	position: relative;
}
.navbar-nav.icons > li > a{
	line-height: 78px;
}
.navbar-default.style1 .navbar-nav.icons > li > a {
	padding: 0 15px;
}

/* Shrink Effect */
.navbar-shrink{
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #ededed !important; 
	-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);
}
.dark.navbar-shrink{
	border-bottom: 1px solid #181818 !important;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.07);
	box-shadow: 0px 1px 6px 0px rgba(68, 68, 68, 0.01);

}
.navbar-shrink .navbar-brand{
  line-height: 60px;
}
.navbar-shrink .navbar-nav > li > a {
	line-height: 53px;
}
.navbar-shrink .navbar-nav.icons > li > a {
	line-height: 64px;
}

.navbar-shrink .navbar-toggle{
	margin-right: 35px;
}
.navbar-default.dark, .dark .dropdown-menu{
	background: #161616;
}

/***************************************************************
					  07. SECTIONS
***************************************************************/
section.nav-one-page{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: 40px;
}
.small-pwide{
	width: 60%;
	margin: 0 auto 0;
	font-size: 17px;
	font-weight: 300;
}
.small-pwide.projnoajax{width: 80%;}
#video .small-pwide{width: 41%;}
.sub-title{
	font-weight: 600;
	font-size: 1.1em;
	color: #333;
}
.sub-title.single{
	font-size: .8em;
	margin-top: 10px;
}
.divider-section-border{
	border-bottom: 1px solid #ededed !important;
	-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);
	margin: 60px 0;
}
.divider-white{
	width: 40px;
	height: 1px;
	background: #fff;
	margin: 25px auto;
}
.divider-grey{
	width: 40px;
	height: 1px;
	background: #333;
	margin: 25px auto;
}
.section-title h2{
	letter-spacing: 0;
	font-weight: 800;
	text-align: center;
	color: #181717;
	margin-bottom: 5px;
}
.section-title h2.light-text{
	color: #fff;
}
.section-title.small-padding{
	margin-bottom: 20px;
}
.colored-section{
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.nopaddingbottom{
	padding-bottom: 0;
}
.nopadding{padding: 0;}
.divider.colored{
	width: 40px;
	height: 1px;
	margin: 35px auto;
}
.pagetitle{
	margin: 65px auto 0;
	width: 100%;
	padding: 40px 0 0 0;
}
.pagetitle .section-title {
	margin-bottom: 0;
}
section i{
	font-size: 0.85em;
}


/***************************************************************
					  08. PARALLAX
***************************************************************/

.parallax{
    width: 100%;  
    padding: 0; 
    margin: 0; 
    background-attachment: fixed; 
    color: #fff;
    background-position-x: 50% !important;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

/* Parallax Images */
#parallax-1{background-image: url("../images/parallax/5.jpg");height: 300px;}
#parallax-2{background-image: url("../images/parallax/5.jpg");height: 600px;}
#parallax-3{background-image: url("../images/parallax/5.jpg");height: 250px;}
#parallax-4{background-image: url("../images/parallax/5.jpg");height: 300px;}
#parallax-5{background-image: url("../images/parallax/5.jpg");height: 400px;}
#parallax-home{background-image: url("../images/parallax/1.jpg");}

.parallax .parallax-content{padding: 90px 0;}
#parallax-1.parallax .parallax-content{padding: 10px 0;}
#parallax-3.parallax .parallax-content{padding: 75px 0;}
#parallax-4.parallax .parallax-content{padding: 55px 0;}



/* Overlays */
.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-overlay-pattern.darker{
	background-color: rgba(44,62,80 , 0.8);
}
.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.ie{
	background-image: none !important;
	background-color: rgba(44,62,80 , 0.8);
}
.overlay-color{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 0;   
}
.overlay-pattern.dark{
	background-color: rgba(44,62,80 , 0.8 );
}
.parallax-content{
	padding: 90px 0;
	z-index: 9;   
	width: 100%;
	position: relative;
}
.mediumpadding{
	padding: 85px 0;
}
.smallpadding{
	margin-bottom: 20px;
}
.section-title.smallmargin{
	margin-bottom: 40px;
}




/***************************************************************
					  09. HOME SECTION
***************************************************************/
#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: 20px;
}
.logo-home {
	width: 100%;
	position: relative;
	text-align: center;
}
.home-center-contents h2{
	font-size: 100px;
	text-transform: uppercase;
	font-family: Oswald, Arial, sans-serif;
	margin: 0;
	font-weight: 800;
	top: -20px;
	position: relative;
}
.home-center-contents h2.morebig{
	font-size: 105px;
}
.home-center-contents h1.h-slider{
	font-weight: 100;
	font-size: 40px;
	border: 4px solid #fff;
	width: auto;
	display: inline-block;
	padding: 0 20px;
	letter-spacing: normal;
	font-family: Raleway, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.8em;
}
.home-center-contents h1.h-slider:hover{
	color: black;
	border: 4px solid black;
}
.home-center-contents a{
	color: #fff;
	position: relative;
	top: -10px;
}
.home-center-contents a:hover{
	color: black;
}
.home-center-contents h2.popup{
	background: rgba(4,172,187,.7);
	display: inline-block;
	padding: 0 24px;
	position: relative;
	left: 4px;
	line-height: 1.4em;
	color: black;
}
.next-section{
	position: relative;
	bottom: 150px;
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

/* Scroll Down Blink image */
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.go-about{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

/* Text Slider */
#text-slider.flexslider {
	background: transparent;
	margin: 40px auto 0;
	border: none;
	width: 100%;
	padding: 40px 0;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none; 
	box-shadow: none;
	top: -60px;
	position: relative;
	
}
#text-slider .flex-control-nav li{
	position: relative;
	top: 70px !important;
}
p.home-slide-content {
	font-size: 6em !important;
	text-transform: uppercase;
	font-family: Raleway;
	font-weight: 100;
	color: #fff;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1em;
	letter-spacing: 2px;
}
p.home-slide-content .more-bold {
	font-weight: 700;
}
#text-slider .flex-control-nav{
	position: relative;
	bottom: 0!important;
}
.flex-control-paging li a.flex-active{
	background: transparent;
}


/***************************************************************
					  10. SERVICES
***************************************************************/
.services{
	text-align:left;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.border-box{
	border: 1px solid rgba(255,255,255,.1);
	padding: 20px;
}
.carousel-item i{font-size: 4em;color: #fff;}
.tooltip-desc{display: none;position: relative;}
.tooltip-content {
	color: #fff;
	top: auto;
	bottom: 100%;
	left: 23.5%;
	margin-left: 0;
	padding: 7px 10px;
	margin-bottom: 30px;
	position: absolute;
	display: block;
	min-width: 190px;
	text-align: center;
	background: #000000;
	background: rgba(0, 0, 0, .95);
}
.tooltip-content p{
	font-size: 14px !important;
	color: #fff !important;
	font-weight: normal !important;
	margin: 0;
}

/*** SERVICES ICONS + TOOLTIP ***/
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 1em 0 5em;
}
.hi-icon {
	display: inline-block;
	font-size: 34px;
	cursor: pointer;
	margin: 0px 20px 25px 20px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon .fa{
	position: relative;
	top: 18px;
	left: 1px;
}
.hi-icon-effect-1 .hi-icon{
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon h6{
	padding-top: 54px;
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
	width: 80%;
	margin: 0 auto;
	letter-spacing: 1px;
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.no-touch .hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 1b */
.no-touch .hi-icon-effect-1b .hi-icon:hover {
	color: #fff;
}
.hi-icon-effect-1b .hi-icon:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.no-touch .hi-icon-effect-1b .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.no-touch .hi-icon-effect-1a .hi-icon:hover{
	color: #fff;
}
.hi-icon-effect-1b .hi-icon:after{
	box-shadow: 0 0 0 2px #27ccc0;
}

.hi-icon i{
	top: 20px;
	position: relative;
	left: 1px;
}
/* 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: -124px;
	padding: 15px;
	margin-bottom: 85px;
	position: absolute;
	display: block;
	min-width: 245px;
	text-align: center;
	background: #000000;
	background: rgba(0, 0, 0, .95);
}

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

.tooltip-content p{
	font-size: 13px !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: 80px;
	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: 12px !important;color: #fff !important;font-weight: normal !important;}
.tooltip-content ul li i{top: 2px !important;padding-right: 5px;font-size: 1.4em;}


/* SECTION APP DESIGN */
.appdesign {
    padding-bottom: 30px;
    background: #ffffff;
    padding-top: 80px;
}
.appdesign .appdesign-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}
.appdesign .appdesign-left .icon-container {
    float: right;
    margin-left: 20px;
}
.appdesign .appdesign-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}
.appdesign .appdesign-right .icon-container {
    float: left;
    margin-right: 20px;
}
.appdesign .app-service {
    margin-bottom: 40px;
    float: left;
}
.appdesign .app-service .icon-container {
    display: block;
    min-height: 100px;
    margin-top: 5px;
}
.appdesign .app-service .icon-container .icon {
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 52px;
    font-size: 22px;
}
.appdesign .phone-image {
    max-width: 260px;
    margin: auto;
    margin-bottom: 80px;
}
.appdesign .phone-image img {
    width: 100%;
}


/***************************************************************
					  11. NUMERICALS
***************************************************************/
.numericals{
	position: relative;
	width: 100%;
	text-align: center;
}
.numerical-c{
	text-align: center;
	margin-top: 80px !important;
}
.numerical-c .col-xs-6.col-sm-3{
	left: -3px;
}
.numerical-c .col-xs-6.col-sm-3:last-child{
	border-right: none;
}
.numerical-container .value{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 58px;	
	line-height: 70px;
	font-weight: 100;
}
.numerical-container .unit{
	font-size: 54px;
	position: relative;
	text-align: center;
	width: 100%;
	vertical-align: baseline;
	line-height: 2em;
 }
.center-icon i{
	padding-right: 0 !important;
	font-size: 45px;
	color: #FFF;
}
.numerical-container .numerical-content{
	position: relative;
	text-align: center;
	width: 100%;
	font-family: Raleway, Arial, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	opacity: .9;
	letter-spacing: 2px;
}
.numerical-container .numerical-content.left, .numerical-container .unit.left, .numerical-container .value.left{text-align: left;} 
.center-icon{text-align: center;}
.numerical-container .percentage{
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
	font-size: 90px;
	height: 50px;
	line-height: 50px;	
	color: #444;
}



/***************************************************************
					  12. TESTIMONIALS
***************************************************************/
#testimonials-slider{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -20px;
}
.light-text .testimonials-slide-content .text-container span, .light-text .testimonials-slide-content p{color: #fff;}
.testimonials-slide-content.container{width: 85% !important;}
.light-text .testimonials-slide-content .img-container{background: rgba(0,0,0,.2);}
.testimonials-slide-content p{margin-top: 20px;}
.testimonials-slide-content .t-author p{font-size: 1.2em;}
.text-container .fa-quote-left{padding-right: 5px;}
.text-container .fa-quote-right{padding-left: 5px;}
.testimonials-slide-content{text-align: left;}
.t-author{
	position: relative;
	top: 0;
	float: left;
	left: 15px;
}
.testimonials-slide-content .text-container i{
	font-size: 1.2em;
	margin: 20px 0;
	top: 2px;
	position: relative;
}
.single .img-container{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	border: 2px solid rgba(0,0,0,.05);
	display: table;
	text-align: center;
	margin: 0 auto;
	margin-top: 14px;
	position: relative;
}
.single .img-container img{
	-webkit-filter: none !important;
}
.img-container{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	display: table;
	text-align: center;
	margin: 0 auto;
	position: relative;
	float: left;
}
.testimonials-slide-content .text-container{
	width: 100%;
	margin: 5px auto;
	display: inline-block;
	text-align: left;
}
.testimonials-slide-content .text-container span{
	padding: 10px 0 30px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica Neue, Arial, sans-serif;
	color: #444;
}

/* CLIENTS LOGOS */
.container-logos{
	width: 75%;
	margin: 20px auto 0px auto;
}
.container-logos .carousel-item img{width: 80%;}


/***************************************************************
					  13. TEAM MEMBER
***************************************************************/
.team-image{
	height: 410px;
	overflow: hidden;
	margin-bottom: 30px;
}
.team-details h4{
	margin-bottom: 5px;
}
.team-details p{
	margin-top: 20px;
}
.team-details .team-position{
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 12px;
}
.team-div .shadow{
	width: 100%;
	height: 1px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(68, 68, 68, 0.20);
	box-shadow: 0px 1px 10px 0px rgba(68, 68, 68, 0.20);
	position: relative;
	top: -30px;
	border-bottom: 1px solid #EEEEEE !important;
}
.social-icomoon{
	position: relative;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
}
.social-icomoon.proj{margin: -20px 0;}
.social-icomoon li{
	position: relative;
	float: left;
	list-style-type: none;
	margin-right: 8px;
}
.social-icomoon li a{
	font-size: 1.8em;
	color: #444;
}
.parallax .social-icomoon li a{color: #fff;}
/* ANIMATIONS */
.loaded .animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .6s;
	-moz-animation-duration: .6s;
	-ms-animation-duration: .6s;
	-o-animation-duration: .6s;
	animation-duration: .6s;
}
@-webkit-keyframes fadeIn {
	0% {
		 opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
}
	100% {
		opacity: .95;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
}
	100% {
		opacity: .95;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
}
	100% {
		opacity: .95;
	}
}


/***************************************************************
					  14. CONTACTS
***************************************************************/
.contact-form{position: relative;}
.contact-form .name, .contact-form .subject, .contact-form .email {
	width: 100%;
	position: relative;
	float: left;
	margin-right: 5px;
}
.contact-form .subject{
	margin-right: 0;
}
textarea{max-width: 100%;}
#contacts .form input.hightlight, .form textarea.hightlight{border:1px solid #E45942;}
.contacts{width: 100%;}
.contacts li{list-style-type: none;margin: 10px 0;}
#contacts label{ 
	text-align: left;
	position: relative;
	float: left;
	left: 0; 
	width: 95%; 
	color: #dcdcdc;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 14px;
	color: #fff;
}
#contacts input {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	outline: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #969696;
	font-size: 13px;
	margin: 10px 0;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
input:-webkit-autofill{
	background: #fff !important;
}
#contacts textarea{
	position: relative;
	float: left;
	width: 99.99%;
	padding: 10px;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	outline: none;
	height: 110px;
	background: transparent; 
	border: 1px solid #e5e5e5;
	color: #1a1b1b;
	font-size: 13px;
	resize: none;
}
#contacts input:focus,#contacts textarea:focus {
	outline: none;
	border: 1px solid #ccc;
	background: #fff;
}
.contacts li i{width: 30px;position: relative;}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {color: #212121;}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {color: #212121;opacity: 1;}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {color: #212121;opacity: 1;}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {color: #212121;}
#contacts .space{margin: 5px 0;}

/* Sucess send style*/
#contacts .form-success{
	display: none;
	position: relative;
	color: #fff;
	font-size: 16px;
	margin: 0;
	margin-top: 0;
	padding: 0;
	left: 0;
}
#contacts .o-contacts i{
	font-size: 16px;
	top: 2px;
	position: relative;
	margin-right: 10px;
}
#contacts input, #contacts textarea{
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}

/* OTHER CONTACTS */
.other-contacts{
	margin: 100px auto 40px;
}
.other-contacts .c-icon{
	margin: 10px 0;
}
#contacts .other-contacts p, #contacts .other-contacts a{
	color: #575757;
}
.other-contacts i{
	font-size: 1em;
	color: #fff;
}
.other-contacts .widget_links i{
	padding-right: 10px;
	width: 100%;
	margin: 15px 0;
	font-size: 1.4em;
}
.other-contacts .widget_links .comments i{
	padding-right: 0;
}
#contacts .form-success p{
	padding: 0;
	text-align: left;
}
.loading{ 
	display:none;
}
#submit{
	float: none;
	margin: 20px auto;
	padding: 10px 20px;
}


/***************************************************************
					  15. GOOGLE MAPS
***************************************************************/
#map{
	width:100%;
	height:350px;
}
/* GRAYSCALE EFFECT */
#map, .team img, .testimonial-box-nav img, #services img, .team-image img, .cbp-caption img, .isotope-item img, .phone-image img,{
	/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: url(../images/grayscale.svg#greyscale);
	filter: gray;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;*/
}
#map:hover, .team-image img:hover, .testimonial-box-nav img:hover, .testimonial-box-nav li a.active img, .cbp-caption:hover img, .isotope-item img:hover, .single .isotope-item img, .phone-image img:hover, #services img:hover{
	filter: none;
	-webkit-filter: grayscale(100%);
	font-family:sans-serif}


/***************************************************************
					  16. TWITTER
***************************************************************/
.twitter-slider {
	width: 50%;
	margin: 0 auto !important;
}
#twitter-feed {
	text-align: center;
	padding: 10px 0;
}
.bird{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	top: 40px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: table;  	
}
.bird i{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 2.3em;
	padding-top: 3px;
}
.twitter-author {
	font-size: 18px;
	text-align: center;
	margin-top: 50px;
	top: 10px;
	position: relative;
	font-weight: 800;
}
.tweet_list{margin: 30px 0 !important;}
.dark-text #twitter-feed ul.slides > li{
	font-size: 15px;
	color: #4A5157;
	line-height: 1.4;
	margin: -20px auto 30px;
	padding: 15px 0;
	background: transparent !important;
}
.light-text #twitter-feed ul.slides > li{
	color: #fff;
}
.twitter#twitter-feed {
	text-align: left;
}
.twitter ul {
	padding:0;
}
.twitter .twitter-author {
	display: none;
}
.twitter li {
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 13px;
	color: inherit;
	width: auto;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0px;
	border: none;
}
#contacts .tweet_text a, #contacts .tweet_time a{
	opacity:0.8;
	filter:alpha(opacity=80);
}
#contacts .tweet_text a:hover, #contacts .tweet_time a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.bt-contact{
	display: inline-block;
	width: 100%;
}


/***************************************************************
					  17. FOOTER
***************************************************************/
.footer{
	width: 100%;
	background-color: #100f0f;
	margin-top: 40px;
	border-top: 10px solid #F8F8F8;
}

#bottom-footer{
	padding: 20px 0 40px 0;
	margin-top: 20px;
}
.logo-footer{
	margin: 10px 0 10px 0;
	position: relative;
	width: 100%;
	display: inline-block;
}


.b-text p{
	color: #505050;
	margin: 0;
}
#contacts .b-text a{
	color: #505050;
}


/***************************************************************
					  18. BUTTONS
***************************************************************/

/* BT WHITE */
.btn-light{
	border: none;
	font-family: Open Sans;
	font-size: 12px;
	color: inherit;
	cursor: pointer;
	padding: 9px 16px;
	display: inline-block;
	margin: 15px 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	border-radius: 25px;
}
.btn-light span{
	z-index: 2;
	position: relative;
}
.btn-light-1d:hover, .btn-light-1d:active{
  background: #FFF;
}
.btn-light-1d:hover:after {
	width: 102%;
	opacity: 1;
}

.btn-light-1d:active:after {
	width: 101%;
	opacity: 1;
}

/* BT DARK */
.btn-dark{
	border: none;
	font-family: Open Sans;
	font-size: 13px;
	color: inherit;
	cursor: pointer;
	padding: 8px 16px;
	display: inline-block;
	margin: 15px 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
	border: 1px solid #333;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	border-radius: 25px;
}

.btn-dark span{
	z-index: 2;
	position: relative;
	color: #222121;
}
.btn-dark-1d:hover,
.btn-dark-1d:active{
	background: #333;
}
.btn-dark-1d:active span, .btn-dark-1d:hover span{
	color: #fff !important;
}
.btn-dark-1d:hover:after {
	width: 102%;
	opacity: 1;
}

.btn-dark-1d:active:after {
	width: 101%;
	opacity: 1;
}

/* BT COLORED */
.btn-color{
	border: none;
	font-family: Open Sans;
	font-size: 13px;
	color: inherit;
	cursor: pointer;
	padding: 8px 16px;
	display: inline-block;
	margin: 15px 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
	-webkit-border-radius: 25px; 
	-moz-border-radius: 25px; 
	border-radius: 25px;
}

.btn-color span{
	z-index: 2;
	position: relative;
}
.btn-color-1d:hover,
.btn-color-1d:active, .btn-color-1d:active span, .btn-color-1d:hover span {
	color: #fff !important;
}
.btn-color-1d:hover:after {
	width: 102%;
	opacity: 1;
}

.btn-color-1d:active:after {
	width: 101%;
	opacity: 1;
}
.cbp-l-caption-body .btn-light{
	padding: 8px 14px;
	font-size: 12px;
}



/***************************************************************
					  19. SKILL BARS
***************************************************************/
.skillbar{
	position:relative;
	display:inline-block;
	margin-bottom: 15px;
	width:100%;
	-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;
	position: relative;
	top: -5px;
}
.skillbar-title{
	position: absolute;
	left:0;
	width: auto;
	font-size: 14px;
	display: inline-block;
	z-index: 9;
	text-transform: uppercase;
}
.skillbar-title span{
	display:block;
	top: 14px;
	position: relative;
	left: 14px;
}
.skillbar-bar {
	height: 40px;
	width:100%;
	margin-top: 5px;
	position: relative;
	float: left;
	overflow: visible;
	background: rgba(0,0,0,.25);
}
.skill-bar-percent{
	position: relative;
	height: 40px;
	font-size:11px;
	line-height: 25px;
	color:#ffffff;
	float: left;
	font-weight: 800;
	background: #6adcfa;
	width: 0%;
}
.skillbar .pointerval .value{
	background: #fff;
	padding: 0 7px;
	z-index: 99;
	font-size: 10px;
	line-height: 22px;
	color: #212121;
	float: left;
	font-weight: 800;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.skillbar .pointerval{
	position: absolute;
	top: -33px;
	margin-left: -18px;
}
.skillbar .pointerval .pointer{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -4px;
	left: 42%;
	left: calc(50% - 4px);
}


/***************************************************************
					  20. INFO BOXES
***************************************************************/
.bs-callout {
	margin: 0 0 20px 0;
	padding: 20px;
	border-left: 3px solid #eee;
	display: inline-block;
	width: 100%;
}
.bs-callout-warning {
	background-color: #FFFDFA;
	border-color: #f0ad4e;
}
.bs-callout-success {
	background-color: #F7FFF7;
	border-color: #5cb85c;
}
.bs-callout-info {
	background-color: #E7F8FD;
	border-color: #5bc0de;
}
.bs-callout-danger {
	background-color: #FFFAFA;
	border-color: #d9534f;
}
.dark-section .bs-callout-warning, .black-section .bs-callout-warning {
	background-color: rgba(240,173,78,.05);
	border-color: #f0ad4e;
}
.dark-section .bs-callout-success, .black-section .bs-callout-success{
	background-color: rgba(92,184,92,.05);
	border-color: #5cb85c;
}
.dark-section .bs-callout-info, .black-section .bs-callout-info {
	background-color: rgba(91,192,222,.05);
	border-color: #5bc0de;
}
.dark-section .bs-callout-danger, .black-section .bs-callout-danger{
	background-color: rgba(217,83,79,.05);
	border-color: #d9534f;
}
.panel-group .panel.active .panel-heading h4{color: #fff;}
.panel-group .panel.active .panel-heading h4 a:hover{color: #fff;}


/***************************************************************
					  21. SOCIAL ICONS
***************************************************************/
.socialdiv, .socialdiv{
	position: relative;
	z-index: 99;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}
.socialdiv ul li, .socialdiv ul li{
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
	margin: 5px;
}
.socialdiv ul li a, .socialdiv.colored ul li a{
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	position: relative;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.socialdiv.dark ul li a{border: 2px solid #333;}

/* SOCIAL ICONS: LIGHT */
.socialdiv.colored .facebook{ background: transparent url(../images/sprite.png) -415px -257px no-repeat;}
.socialdiv.colored .twitter{ background: transparent url(../images/sprite.png) -414px -313px no-repeat; border: ;}
.socialdiv.colored .forrst{ background: url(../images/sprite.png) -745px -258px no-repeat;}
.socialdiv.colored .flickr{background: url(../images/sprite.png) -490px -257px no-repeat;}
.socialdiv.colored .linkedin{background: url(../images/sprite.png) -657px -257px no-repeat;}
.socialdiv.colored .skype{ background: url(../images/sprite.png) -185px -313px no-repeat; }
.socialdiv.colored .google{ background: url(../images/sprite.png) -34px -314px no-repeat;}
.socialdiv.colored .vimeo{ background: url(../images/sprite.png) -491px -313px no-repeat;}
.socialdiv.colored .deviantart{ background: url(../images/sprite.png) -261px -258px no-repeat;}
.socialdiv.colored .behance{ background: url(../images/sprite.png) -37px -258px no-repeat;} 
.socialdiv.colored .youtube{ background: url(../images/sprite.png) -658px -314px no-repeat;}
.socialdiv.colored .rss{ background: url(../images/sprite.png) -745px -314px no-repeat;}
.socialdiv.colored .pinterest{ background: url(../images/sprite.png) -903px -313px no-repeat;}
.socialdiv.colored .stumble{ background: url(../images/sprite.png) -262px -313px no-repeat;}
.socialdiv.colored .delicious{ background: url(../images/sprite.png) -183px -257px no-repeat;}
.socialdiv.colored .digg{ background: url(../images/sprite.png) -108px -314px no-repeat;}
.socialdiv.colored .instagram{ background: url(../images/sprite.png) -990px -259px no-repeat;} 
.socialdiv.colored .myspace{ background: url(../images/sprite.png) -904px -257px no-repeat;}
.socialdiv.colored .blogger{ background: url(../images/sprite.png) -110px -257px no-repeat;}
.socialdiv.colored .wordpress{ background: url(../images/sprite.png) -569px -313px no-repeat;}
.socialdiv.colored .grooveshark{ background: url(../images/sprite.png) -569px -257px no-repeat;}
.socialdiv.colored .reddit{ background: url(../images/sprite.png) -824px -312px no-repeat;}
.socialdiv.colored .soundcloud{ background: url(../images/sprite.png) -569px -257px no-repeat;}
.socialdiv.colored .dribbble{ background: url(../images/sprite.png) -342px -257px no-repeat;}
.socialdiv.colored .tumblr{ background: url(../images/sprite.png) -343px -313px no-repeat; }
.socialdiv.colored .e-mail{ background: url(../images/sprite.png) -989px -206px no-repeat; }


/* SOCIAL ICONS: HOVER */
.socialdiv.colored .facebook:hover{ background: #fff url(../images/sprite.png) -381px -257px no-repeat; }
.socialdiv.colored .twitter:hover{ background: #fff url(../images/sprite.png) -381px -313px no-repeat; }
.socialdiv.colored .forrst:hover{ background: #fff url(../images/sprite.png) -710px -258px no-repeat; }
.socialdiv.colored .flickr:hover{ background: #fff url(../images/sprite.png) -456px -257px no-repeat; }
.socialdiv.colored .linkedin:hover{background: #fff url(../images/sprite.png) -623px -257px no-repeat;}
.socialdiv.colored .skype:hover{ background: #fff url(../images/sprite.png) -151px -313px no-repeat; }
.socialdiv.colored .google:hover{ background: #fff url(../images/sprite.png) 0px -314px no-repeat; }
.socialdiv.colored .vimeo:hover{ background: #fff url(../images/sprite.png) -457px -313px no-repeat; }
.socialdiv.colored .deviantart:hover{ background: #FFE url(../images/sprite.png) -227px -258px no-repeat; }
.socialdiv.colored .behance:hover{ background: #fff url(../images/sprite.png) -3px -258px no-repeat; } 
.socialdiv.colored .youtube:hover{ background: #fff url(../images/sprite.png) -624px -314px no-repeat; }
.socialdiv.colored .rss:hover{ background: #fff url(../images/sprite.png) -711px -314px no-repeat; }
.socialdiv.colored .pinterest:hover{ background: #fff url(../images/sprite.png) -869px -313px no-repeat; }
.socialdiv.colored .stumble:hover{ background: #fff url(../images/sprite.png) -228px -313px no-repeat; }
.socialdiv.colored .delicious:hover{ background: #fff url(../images/sprite.png) -149px -257px no-repeat; }
.socialdiv.colored .digg:hover{ background: #fff url(../images/sprite.png) -74px -314px no-repeat; }
.socialdiv.colored .instagram:hover{ background: #FFE url(../images/sprite.png) -957px -259px no-repeat; } 
.socialdiv.colored .myspace:hover{ background: #fff url(../images/sprite.png) -870px -257px no-repeat; }
.socialdiv.colored .blogger:hover{ background: #fff url(../images/sprite.png) -76px -257px no-repeat; }
.socialdiv.colored .wordpress:hover{ background: #fff url(../images/sprite.png) -535px -313px no-repeat; }
.socialdiv.colored .grooveshark:hover{ background: #fff url(../images/sprite.png) -536px -257px no-repeat; }
.socialdiv.colored .reddit:hover{ background: #fff url(../images/sprite.png) -790px -312px no-repeat; }
.socialdiv.colored .soundcloud:hover{ background: #fff url(../images/sprite.png) -535px -257px no-repeat; }
.socialdiv.colored .dribbble:hover{ background: #fff url(../images/sprite.png) -308px -257px no-repeat; }
.socialdiv.colored .tumblr:hover{ background: #fff url(../images/sprite.png) -309px -313px no-repeat; }
.socialdiv.colored .e-mail:hover{ background: #fff url(../images/sprite.png) -957px -206px no-repeat; }

/* SOCIAL ICONS: DARK */
.socialdiv.dark .facebook{ background: #333 url(../images/sprite.png) -415px -257px no-repeat;}
.socialdiv.dark .twitter{ background: #333 url(../images/sprite.png) -414px -313px no-repeat; border: ;}
.socialdiv.dark .forrst{ background: #333 url(../images/sprite.png) -745px -258px no-repeat;}
.socialdiv.dark .flickr{background: #333 url(../images/sprite.png) -490px -257px no-repeat;}
.socialdiv.dark .linkedin{background: #333 url(../images/sprite.png) -657px -257px no-repeat;}
.socialdiv.dark .skype{ background: #333 url(../images/sprite.png) -185px -313px no-repeat; }
.socialdiv.dark .google{ background: #333 url(../images/sprite.png) -34px -314px no-repeat;}
.socialdiv.dark .vimeo{ background: #333 url(../images/sprite.png) -491px -313px no-repeat;}
.socialdiv.dark .deviantart{ background: #333 url(../images/sprite.png) -261px -258px no-repeat;}
.socialdiv.dark .behance{ background: #333 url(../images/sprite.png) -37px -258px no-repeat;} 
.socialdiv.dark .youtube{ background: #333 url(../images/sprite.png) -658px -314px no-repeat;}
.socialdiv.dark .rss{ background: #333 url(../images/sprite.png) -745px -314px no-repeat;}
.socialdiv.dark .pinterest{ background: #333 url(../images/sprite.png) -903px -313px no-repeat;}
.socialdiv.dark .stumble{ background: #333 url(../images/sprite.png) -262px -313px no-repeat;}
.socialdiv.dark .delicious{ background: #333 url(../images/sprite.png) -183px -257px no-repeat;}
.socialdiv.dark .digg{ background: #333 url(../images/sprite.png) -108px -314px no-repeat;}
.socialdiv.dark .instagram{ background: #333 url(../images/sprite.png) -990px -259px no-repeat;} 
.socialdiv.dark .myspace{ background: #333 url(../images/sprite.png) -904px -257px no-repeat;}
.socialdiv.dark .blogger{ background: #333 url(../images/sprite.png) -110px -257px no-repeat;}
.socialdiv.dark .wordpress{ background: #333 url(../images/sprite.png) -569px -313px no-repeat;}
.socialdiv.dark .grooveshark{ background: #333 url(../images/sprite.png) -569px -257px no-repeat;}
.socialdiv.dark .reddit{ background: #333 url(../images/sprite.png) -824px -312px no-repeat;}
.socialdiv.dark .soundcloud{ background: #333 url(../images/sprite.png) -569px -257px no-repeat;}
.socialdiv.dark .dribbble{ background: #333 url(../images/sprite.png) -342px -257px no-repeat;}
.socialdiv.dark .tumblr{ background: #333 url(../images/sprite.png) -343px -313px no-repeat; }
.socialdiv.dark .e-mail{ background: #333 url(../images/sprite.png) -989px -206px no-repeat; }

/* SOCIAL ICONS: HOVER */
.socialdiv.dark .facebook:hover{ background: #333 url(../images/sprite.png) -381px -257px no-repeat; }
.socialdiv.dark .twitter:hover{ background: #333 url(../images/sprite.png) -381px -313px no-repeat; }
.socialdiv.dark .forrst:hover{ background: #333 url(../images/sprite.png) -710px -258px no-repeat; }
.socialdiv.dark .flickr:hover{ background: #333 url(../images/sprite.png) -456px -257px no-repeat; }
.socialdiv.dark .linkedin:hover{background: #333 url(../images/sprite.png) -623px -257px no-repeat;}
.socialdiv.dark .skype:hover{ background: #333 url(../images/sprite.png) -151px -313px no-repeat; }
.socialdiv.dark .google:hover{ background: #333 url(../images/sprite.png) 0px -314px no-repeat; }
.socialdiv.dark .vimeo:hover{ background: #333 url(../images/sprite.png) -457px -313px no-repeat; }
.socialdiv.dark .deviantart:hover{ background: #333 url(../images/sprite.png) -227px -258px no-repeat; }
.socialdiv.dark .behance:hover{ background: #333 url(../images/sprite.png) -3px -258px no-repeat; } 
.socialdiv.dark .youtube:hover{ background: #333 url(../images/sprite.png) -624px -314px no-repeat; }
.socialdiv.dark .rss:hover{ background: #333 url(../images/sprite.png) -711px -314px no-repeat; }
.socialdiv.dark .pinterest:hover{ background: #333 url(../images/sprite.png) -869px -313px no-repeat; }
.socialdiv.dark .stumble:hover{ background: #333 url(../images/sprite.png) -228px -313px no-repeat; }
.socialdiv.dark .delicious:hover{ background: #333 url(../images/sprite.png) -149px -257px no-repeat; }
.socialdiv.dark .digg:hover{ background: #333 url(../images/sprite.png) -74px -314px no-repeat; }
.socialdiv.dark .instagram:hover{ background: #333 url(../images/sprite.png) -957px -259px no-repeat; } 
.socialdiv.dark .myspace:hover{ background: #333 url(../images/sprite.png) -870px -257px no-repeat; }
.socialdiv.dark .blogger:hover{ background: #333 url(../images/sprite.png) -76px -257px no-repeat; }
.socialdiv.dark .wordpress:hover{ background: #333 url(../images/sprite.png) -535px -313px no-repeat; }
.socialdiv.dark .grooveshark:hover{ background: #333 url(../images/sprite.png) -536px -257px no-repeat; }
.socialdiv.dark .reddit:hover{ background: #333 url(../images/sprite.png) -790px -312px no-repeat; }
.socialdiv.dark .soundcloud:hover{ background: #333 url(../images/sprite.png) -535px -257px no-repeat; }
.socialdiv.dark .dribbble:hover{ background: #333 url(../images/sprite.png) -308px -257px no-repeat; }
.socialdiv.dark .tumblr:hover{ background: #333 url(../images/sprite.png) -309px -313px no-repeat; }
.socialdiv.dark .e-mail:hover{ background: #333 url(../images/sprite.png) -957px -206px no-repeat; }


/***************************************************************
					  22. FLEXSLIDER
***************************************************************/

.flex-container a:active,
	.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;}
.flexslider .slides {zoom: 1;}
.flexslider .slides img {width: 100%; display: block;left: 0px;position: relative;height: 100%;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; }
#agency-slider.flexslider{margin: 0;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; background: url(../images/large_left-light.png) no-repeat 0 0; width: 45px; height: 45px;text-indent: -9999px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right;; background: url(../images/large_right-light.png) no-repeat 0 0; width: 45px; height: 45px; text-indent: -9999px;}
.light .flex-direction-nav .flex-prev { left: -50px;background: url(../images/large_left-light.png) no-repeat 0 0; width: 45px; height: 45px;text-indent: -9999px; }
.light .flex-direction-nav .flex-next { right: -50px; text-align: right;;background: url(../images/large_right-light.png) no-repeat 0 0; width: 45px; height: 45px; text-indent: -9999px;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center;}
#portfolio-single .flex-control-nav{bottom: -70px;}

.flex-control-paging li a { display: block; background: #666; background: #fff; cursor: pointer; text-indent: -9999px; width: 5px; height: 5px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; padding: 4px; border: 0px solid transparent;} */

/* HOME */
#home .flex-control-paging li a{background: #fff;}
.light .flex-control-paging li a {background: rgba(255,255,255,0.9);}
.flex-control-paging li a:hover { background: #fff;}

/* TWITTER */
#twitter-feed .flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); }
#twitter-feed .flex-control-paging li a.flex-active { background: transparent; cursor: default; }
#twitter-feed .flex-control-nav{
	bottom: 15px;
}

/* TESTIMONIALS */
#testimonials-slider .flex-control-nav{bottom: -50px;}
.flex-control-paging li a.flex-active { background: transparent; cursor: default; border: 1px solid #fff; position: relative; background: transparent; border-radius: 6px;  -moz-border-radius: 6px;   -khtml-border-radius: 6px;   -webkit-border-radius: 6px; padding: 4px; background: none;}
.safari .flex-control-paging li a.flex-active, #text-slider.safari .flex-control-nav li a.flex-active{top: -17px;}{top: 2px;} */

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
}
.flex-control-nav {
	bottom: 0;
	top: auto;
	left: auto;
	text-align: center;
}
.flex-control-nav li a{
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease; 
	width: 5px; height: 5px; display: block;
	text-indent: -9999px;
	-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
	padding: 4px;
}
.flex-control-nav li a.flex-active{
	background-color: transparent;
}
.light-text .flex-control-nav li a.flex-active {
	border-color: #fff;
}


/***************************************************************
					  23. ACCORDION
***************************************************************/
.collapse-group .panel {
    margin-bottom: 6px;
    padding-bottom: 6px;
    background-color: transparent;
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.collapse-group .panel-collapse .collapse-body{
    padding: 10px 0 0 0;
}
.collapse-group .collapse-heading h4{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.collapse-group .collapse-heading h4 a{
    display: block;
    text-transform: none;
    text-rendering: optimizelegibility; font-weight: 300;  
    font-size: 15px; font-family: Helvetica,Arial,sans-serif;
}
.collapse-group .collapse-heading h4 a.collapsed{
    color: #333;
}
.collapse-group .collapse-heading h4 a.collapsed:hover{
    color: #111;
}
.collapse-group .collapse-heading h4 a .toggle-icon{
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 12px;
    border-radius: 1px;
    line-height: 22px;
    width: 20px;
    height: 20px;
    color: #fff;
    top: 1px;
    font-size: 16px;
    background-color: #333;
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
}
.collapse-group .collapse-heading h4 a .toggle-icon i{
    display: block;
    line-height: 20px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.collapse-group .collapse-heading h4 a.collapsed .toggle-icon i{
    transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
}
.collapse-group .collapse-heading h4 a.collapsed .toggle-icon{
    background-color: #333;
}
.collapse-group .collapse-heading h4 a.collapsed:hover .toggle-icon{
    background-color: #111;
}



/***************************************************************
					  24. BLOG
***************************************************************/
.journalwidth.medium{width: 75%;margin: 0 auto;}
.journalwidth.big{width: 95%;margin: 0 auto;}
.readmore{
	width: auto;
	margin: 0 8px 0 1px;
	padding: 2px 10px;
	height: 30px;
	display: inline-block;
	float: left;
}
.readmore a{
	color: #fff;
	font-size: 11px;
	line-height: 2.5em;
}
.journal,
.journal .journal-post{
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.journal {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.journal .journal-post {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:-moz-transform, opacity;
  -ms-transition-property:-ms-transform, opacity;
  -o-transition-property:-o-transform, opacity;
  transition-property:transform, opacity;
}
.journal-post{margin-bottom: 10px !important;}
.blog-normal .journal-post{margin-bottom: 40px !important;width: 100%;}
.journal-sidebar .journal-post{margin-bottom: 15px !important;}
.blog-normal .journal{padding: 0 !important;}
.journal .post-audio audio{
	position: relative;
	width: 100%;
}
.journal .post-audio audio.ie{
	height: 40px;
}
.post-content{
	padding: 20px;
	background: #fff;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	text-align: left;
}

.blog-normal .post-content{
	border-bottom: 4px double #ededed;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 0 0 40px 0;
}

.p-quote .post-content{
	background: #F8F8F8;
	border: none;
	padding-bottom: 0;
}

.blog-normal .p-quote .post-content{
	background: #F8F8F8;
	border-bottom: none;
}


.dark-section .post-content, .dark-section .about-author, .dark-section #comments, .black-section .post-content, .black-section .about-author, .black-section #comments{
	background: #1C2024;border: 1px solid #21262B;
}
.comment-body p{
	text-align: left !important;
}
h2.post-title{
	font-size: 21px;
	font-weight: 800;
	margin: 30px 0 20px 0;
}
.blog-normal h2.post-title{
	margin: 40px 0 20px 0;
}
h2.post-title a{
	font-weight: 600;
	color: #333;
}
.blog-normal h2.post-title a{
	font-weight: 600;
	color: #333;
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.tags a{color: #333;}
h2.post-title.post-link{
	float: left;
	width: 100%;
	display: inline;
	margin: 0;
	font-size: 14px;
	word-wrap: break-word;
}
h2.post-title.simple-text{
	margin: 0 0 20px 0;
}
.featured-image a{position: relative; display: inline-block;}
.post-content .featured-image img{
	width: 100%;z-index: 9;
}
.post-content .featured-image .hover-image-blog{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}
.post-content .ms-showcase2-template{
	padding-bottom: 45px !important;
}
.post-quote{
	padding: 20px;
}
.author-quote{font-size: .9em;margin-left: 0;}
.metas{position: relative;margin: 20px 0 0 0;float: left;width: 100%;padding: 5px 0 0 0;}
.metas p{font-size: 12px !important;color: #333;margin: 0;}
.post-type i{display: table-cell;vertical-align: middle;font-size: .9em;}
.post-type{
    width: 39px;
    height: 39px;
    color: #fff;
    position: relative;
    float: left;
    display: table;
    text-align: center; 
    font-size: 16px;
    -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
    background: #d13a7a;
}
.metas .date{
    position: relative;
    display: inline-block;
    margin: 14px 0 0 0;
    float: left;
}
.metas .comments, .metas .tags{
    position: relative; 
    display: inline-block;
    float: left;
    top: 14px;
    margin: 0 5px 0 15px;
}
.journalwidth.big {
    width: 95%;
    margin: 0 auto;
}

.journalwidth.medium {
    width: 75%;
    margin: 0 auto;
}
.view-all-posts {
    width: 100%;
    text-align: center;
    position: relative;
}

.about-author .img-container {
    float: left;
    margin-right: 25px;
}

.blog-single .featured-image{
	max-height: 350px;
	overflow: hidden;
}

/* Blog Single */
.post-content, .about-author, #comments, .prev-next-btn{
	padding: 0;
	background: #fff;
	display: inline-block;
	width: 96%;
	overflow: hidden;
}

#blog .post-content{padding: 20px;margin-bottom: 20px;}

#blog .single .post-content{padding: 0;margin-bottom: 0;}



.about-author{
	border-bottom: 4px double #ededed;
	padding: 0 0 20px 0;
}
/* Comments */
.single ol.commentlist,.single ol.commentlist ul {list-style: none;}
.single article.comment {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 10px;
    min-height: 100px;
    border: 1px solid #ededed;
    padding-bottom: 30px;
    padding: 25px;
}
.dark-section .single article.comment, .black-section .single article.comment{
	border-bottom: 1px dashed #21262B;
}
.single .comment-author {
    position: relative;
    float: left;
    width: 80px;
    text-align: center;
    top: 5px;
}
.single #respond {
    position: relative;
    float: left;
}
.single #respond .p-button{
	margin: 40px 0 10px 0;
}
.single .comment-block {
    position: relative;
    padding-left: 95px;
}
.single .comment-meta {
    position: relative;
    float: left;
    display: inline-block;
    margin: 15px 15px 30px 0;
}
.single .comment {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}
.single .commentmetadata {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}
.single .commentmetadata,.single .reply {
    position: relative;
    margin: 25px;
}
.single .commentmetadata a,.single .reply a {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    font-family: Arial;
}
.single .depth-1 {padding-left: 0;}
.single .depth-2 {padding-left: 90px;}
.single .depth-3 {padding-left: 170px;}
.single .depth-4 {padding-left: 60px;}
.single .depth-5 {padding-left: 80px;}
.single #respond label,.single #respond input,.single #respond textarea {
	position: relative;
    float: left;
}
.single #commentform p.form-allowed-tags {
    display: none;
}
.single #commentform p {
    position: relative;
    display: block;
    clear: both;
}
.single #commentform input,.single #commentform label,.single #commentform label textarea {
    position: relative;
    display: block;
    clear: both;
}
.single #commentform .comment-form-comment label {
    float: none;
}
.comment-author .fn {
    font-style: normal;
    position: relative;
    font-size: 12px;
    font-family: Helvetica Neue, Arial;
    top: 10px;
}
.single #commentform .form-submit #submit {
    position: relative;
    float: left;
    margin-top: 15px;
}
#respond {
    position: relative;
    float: left;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}
#respond h2 {
    text-align: left;
    text-transform: uppercase;
}
#respond input{
    border: 1px solid #ededed;
    color: #999;
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
    outline: none;
}
#respond textarea{
    width: 100%;
    border: 1px solid #F1F1F1;
    outline: none;
}
#respond input:focus, #respond textarea:focus{
	outline: none;
}
#respond #comment{
    border: 1px solid #ddd;
    color: #999;
    padding: 8px;
    margin-bottom: 20px;
    width: 80%;
}
#respond input:focus,#respond #comment:focus {
    border: 1px solid #ccc;
    color: #666;
}
#commentform{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 102%;
}
.commentlist{
    position: relative;
    float: left;
    width: 100%;
}
.comment-reply{
    background: #FFF;
    padding: 20px 30px;
    border: 1px solid #ddd;
}
.post-content blockquote{
    font-size: 1.4em;
    color: #383838;
    font-family: Vollkorn;
    word-wrap: break-word;
    font-style: italic;
    line-height: 1.4em;
}
.dark-section .post-content blockquote, .black-section .post-content blockquote{
	color: #fff;
}
.share-post{
    padding: 50px 0 20px;
    border-top: 1px solid #F7f7f7;
    margin-top: 60px;
}
.black-section .share-post, .dark-section .share-post{
	border-top: 1px solid #21262B;
}
.single .metas{
    margin: 20px 0 0;
    padding-bottom: 0;
}
.metas i{padding-right: 1px;}
.metas .post-type i{padding-right: 0;}
.post-type.no-readmore {margin-right: 10px;}
.commentlist .metas .date {margin: 0 !important;}
.commentlist .metas .comments {/* top: -4px !important; *//* margin-left: 15px; */}
.single .metas .comments a {font-size: 12px;}

/* Widgets */
.widget {
    margin: 20px 0;
    float: left;
    width: 100%;
}
.u-links-container{
	margin-top: 30px;
	margin: 0 auto;
	float: left;
}

.widget li {
    list-style: none;
}

.tabs li.current {
    color: #fff;
}
.readmore a:hover {
    border-color: #fff;
}
.widget_links ul li{
    margin-left: 0;
    line-height: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.widget_links ul li:first-child{
	border-top: none;
}
.widget_links ul li:last-child {
	border-bottom: none;
}
.dark-section .widget_links ul li, .black-section .widget_links ul li{
	border-bottom: 1px solid #21262B;
}
.dark-section .widget_links ul li:first-child, .black-section .widget_links ul li:first-child {
    border-top: 1px solid #21262B;
}
.widget_links ul li a {
    text-rendering: optimizelegibility;
    line-height: 1.528571;
    position: relative;
    float: left;
    width: 100%;
}


.blog-nav a, .blog-nav span {
    font-size: 12px;
    height: 35px;
    width: 35px;
    color: #aaa;
    font-weight: 600;
    line-height: 34px;
    margin-right: 2px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.blog-nav a i {
    position: relative;
    font-size: 14px;
    top: 2px;
}

.blog-nav span {
    color: #fff;
}
.previous-post{float: left;}
.next-post{float: right;}
.previous-post, .next-post{
	background: #333;
	padding: 6px 15px;
	color: #fff;
}
.previous-post:hover, .next-post:hover{color: #fff;}




/* HORIZONTAL TABS */
.widget_posts li,.tabs li {
    list-style-type: none;
}
.tabs li{
	padding: 8px 10px;
	width: auto;
	display: inline-block;
	border: 1px solid #F3F3F3;
	margin-right: 0px;
}
.tabs li{cursor: pointer;}
.h-tabs .tabs li{border: none;}
.tabs{margin-bottom: 8px;}
.tabs .flexslider li {border: none;padding: 0;}
.contents{
    overflow: hidden;
    padding: 25px;
    background: #fff;
    width: 100%;
    border: 1px solid #F3F3F3;
}
.dark-section .contents, .black-section .contents{
	background: #1C2024;
	border: 1px solid #21262B;
}

.contents .tabscontent {
    display: none;
    overflow: hidden;
}
.widget_posts .contents .tabscontent .date p {
    font-size: 12px !important;
    color: #A4ABAF;
    margin: 0;
}
.widget_posts .contents .tabscontent .date p i {
    padding-right: 3px;
}
.widget_posts .contents .tabscontent ul li {
    margin-bottom: 28px;
    overflow: hidden;
}
.widget_posts .contents .tabscontent ul li:last-child {
    margin-bottom: 0;
}
.widget_posts .contents .tabscontent ul li img {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.single-title{
	font-size: 3em;
	margin-top: -20px;
}
.metas i{padding-right: 3px;font-size: 1.1em;}
.metas .post-type i{padding-right: 0;}
.post-type.no-readmore {margin-right: 15px;}
.commentlist .metas .date {float: left;margin: 30px 0;}
.commentlist .metas .comments {float: left;margin: -16px 16px;}
.single .metas .comments a {font-size: 12px;font-weight: 800;}
.tagcloud a{
    cursor: pointer;
    padding: 10px 14px;
    background: #545454;
    position: relative;
    float: left;
    font-size: 12px;
    color: #f2f2f2 !important;
    margin: 2px 6px 4px 0;
}
.dark-section .tagcloud a, .black-section .tagcloud a{
	background: #1C2024;
	border: 1px solid #21262B;
	color: #828A94;
}
.dark-section pre, .black-section pre, .black-section #respond input, .black-section #respond textarea, .dark-section #respond input, .dark-section #respond textarea{
	color: #73787E !important;
	background-color: #15181B !important;
	border: 1px solid #21262B !important;
}

.widget_links ul li{
    padding: 6px 0 6px 16px;
    list-style: none;
    background: url(../images/sprite.png) -395px -105px no-repeat;
    margin-left: 0;
    line-height: 20px;
}
.widget_links ul li:first-child {
}
.dark-section .widget_links ul li, .black-section .widget_links ul li{
	border-bottom: 1px solid #21262B;
}
.dark-section .widget_links ul li:first-child, .black-section .widget_links ul li:first-child {
    border-top: 1px solid #21262B;
}
.widget_links ul li a {
    text-rendering: optimizelegibility;
    line-height: 1.52857143;
}

/* Blog Tabs */
/* Widgets */
.widget {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.widget li {
    list-style: none;
}
.widget_search {
    border: none;
    background: #fff;
    margin-bottom: 20px;
}
.widget_search input {
    background: #fff;
    border: 1px solid #ededed;
    padding: 15px;
    width: 100%;
    outline: none;
}
.black-section .widget_search input, .dark-section .widget_search input{
	background: #1C2024;
	color: #828A94;
	border: 1px solid #21262B;
}
.widget_search #searchsubmit {
    position: absolute;
    right: 25px;
    top: 12px;
    border: none;
    background: url(../images/sprite.png) -189px -149px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}
.tabs li.current {
    color: #fff;
}
.widget_posts li,.tabs li {
    list-style-type: none;
}
.tabs li{
	padding: 10px 15px;
	width: auto;
	display: inline-block;
	background: #ededed;
	border: none;
	font-size: 12px;
	border-radius: 0;  
	-moz-border-radius: 0;  
	-webkit-border-radius: 0;
}
.tabs li{cursor: pointer;}
.h-tabs .tabs li{border: none;}
.tabs{margin-bottom: -1px;}
.tabs .flexslider li {border: none;padding: 0;}
.contents{
    overflow: hidden;
    padding: 15px;
    background: #fff;
    width: 100%;
    border: 1px solid #ededed;
    border-radius: 0;  
    -moz-border-radius: 0;  
    -webkit-border-radius: 0;
}
.dark-section .contents, .black-section .contents{
	background: #1C2024;
	border: 1px solid #21262B;
}

.contents .tabscontent {
    display: none;
    overflow: hidden;
}
.widget_posts .contents .tabscontent .date p {
    font-size: 12px !important;
    color: #8B8B8B;
    margin: 0;
}
.widget_posts .contents .tabscontent .date p i {
    padding-right: 3px;
}
.widget_posts .contents .tabscontent ul li {
    margin-bottom: 28px;
    overflow: hidden;
}
.widget_posts .contents .tabscontent ul li:last-child {
    margin-bottom: 0;
}
.widget_posts .contents .tabscontent ul li img {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    margin: 6px 16px 5px 3px;
    border: 4px solid #ededed;
}
.widget h4, .single h4{
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
}
.tagcloud a{
    cursor: pointer;
	padding: 8px 12px;
	background: #ededed;
	position: relative;
	float: left;
	font-size: 12px;
	color: #333 !important;
	margin: 2px;
}
.tagcloud a:hover{color: #fff !important;}
.dark-section .tagcloud a, .black-section .tagcloud a{
	background: #1C2024;
	border: 1px solid #21262B;
	color: #828A94;
}

/** Isotope **/
.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s}.isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;-o-transition-property:height,width;transition-property:height,width}.isotope .isotope-item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:top,left,opacity;transition-property:transform,opacity}.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item{-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.isotope.infinite-scrolling{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}