/**
 * 1.0 Css Reset
 * ----------------------------------------------------------------------------
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

body {
	overflow-x: hidden;
	margin: 0;
}

img {
	max-width: 100%;
	border: none;
}

ol,ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
}
/**
 * Typography
 * ----------------------------------------------------------------------------
 */
html {
    font-size: 13px;
    -webkit-text-size-adjust: 13px;
    -ms-text-size-adjust: 13px;
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 60px;
}

.b-slider h1 {
	font-size: 60px;
}

.b-slider h2 {
	font-size: 50px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

small {
	letter-spacing: 0.1px;
	font-size: 0.8em;
	display: block;
	margin: 0 0 25px;
}

p {
	line-height: 24px;
	position: relative;
	margin: 0px 0px 30px 0px;
}

.b-element p:last-child {
	margin: 0px !important;
}
.b-light-title {
	font-weight: 300;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.b-btn {
	padding: 1em 2.4em;
	margin: 10px 5px;
	display: inline-block;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;                  
	-moz-transition: all 0.2s ease;                 
	-o-transition: all 0.2s ease;   
	-ms-transition: all 0.2s ease;          
	transition: all 0.2s ease;
}

.b-btn:hover {
	background-color: #fff;
	color: #333;
}

.b-btn:active {
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0);   
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0);
}

.b-btn-large {
	font-size: 1.5em;
}

.b-btn-medium {
	font-size: 1.2em;
}

.b-btn-small {
	font-size: 1em;
}

.b-btn-extrasmall {
	font-size: 0.8em;
}

/*-- Buttons Aligns --*/
.b-align-left .b-btn {
	margin-left: 0px;
}

.b-align-right .b-btn {
	margin-right: 0px;
}



/**
 * Colors
 * ----------------------------------------------------------------------------
 */
/*-- Green --*/
.b-green-color {
	background-color: #29ce70;
	color: #fff;
}

a.b-green-color:hover {
	background-color: #13ab42;
	color: #fff;
}
/*-- Green Light --*/
.b-green-light-color {
	background-color: #DAEEC5;
	color: #408B60;
}
/*-- Orange --*/
.b-orange-color {
	background-color: #eeb222;
	color: #fff;
}

a.b-orange-color:hover {
	background-color: #d2800e;
	color: #fff;
}

/*-- Orange Light --*/
.b-orange-light-color {
	background-color: #F8E2AB;
	color: #CE9409;
}

/*-- Blue --*/
.b-blue-color {
	background-color: #46acee;
	color: #fff;
}
a.b-blue-color:hover {
	background-color: #2279d7;
	color: #fff;
}

/*-- Blue Light --*/
.b-blue-light-color {
	background-color: #CDEAFD;
b-	color: #3488BE;
}

/*-- Red --*/
.b-red-color {
	background-color: #e6544e;
	color: #fff;
}
a.b-red-color:hover {
	background-color: #ca2b27;
	color: #fff;
}

/*-- Red Light --*/
.b-red-light-color {
	background-color: #FAB9B6;
	color: #B63A35;
}

/*-- Aqua --*/
.b-aqua-color {
	background-color: #2fceb8;
	color: #fff;
}
a.b-aqua-color:hover {
	background-color: #16ab8d;
	color: #fff;
}

/*-- Aqua Light --*/
.b-aqua-light-color {
	background-color: #8FD8CE;
	color: #279182;
}

/*-- Purple --*/
.b-purple-color {
	background-color: #9770cd;
	color: #fff;
}
a.b-purple-color:hover {
	background-color: #6441a8;
	color: #fff;
}

/*-- Purple Light --*/
.b-purple-light-color {
	background-color: #C1B0D8;
	color: #693EA5;
}

/*-- White --*/
.b-white-color {
	background-color: #f8f7f6;
	color: #a09d9d;
}
a.b-white-color:hover {
	background-color: #eeecea;
	color: #474747;
}

/*-- White Light --*/
.b-white-light-color {
	background-color: #E7E7E7;
	color: #858484;
}

/*-- Black --*/
.b-black-color {
	background-color: #434343;
	color: #fff;
}
a.b-black-color:hover {
	background-color: #222222;
	color: #fff;
}

/*-- Black Light --*/
.b-black-light-color {
	background-color: #434343;
	color: #fff;
	border-color: #000 !important;
}

.b-primary {
	-webkit-transition: background-color 0.2s ease;                  
	-moz-transition: background-color 0.2s ease;                 
	-o-transition: background-color 0.2s ease;   
	-ms-transition: background-color 0.2s ease;          
	transition: background-color 0.2s ease;
}

.b-white-box {
	padding: 20px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


/**
 * Text Aligns
 * ----------------------------------------------------------------------------
 */
.b-align-left {
	text-align: left;
}

.b-align-right {
	text-align: right;
}

.b-align-center {
	text-align: center;
}

/**
 * Margins
 * ----------------------------------------------------------------------------
 */
.b-margin-0 {
	margin-bottom: 0 !important;
}

.b-margin-10 {
	margin-bottom: 10px !important;
}

.b-margin-20 {
	margin-bottom: 20px !important;
}

.b-margin-30 {
	margin-bottom: 30px !important;
}

.b-margin-40 {
	margin-bottom: 40px !important;
}

.b-margin-50 {
	margin-bottom: 50px !important;
}

.b-no-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/**
 * Background Image
 * ----------------------------------------------------------------------------
 */
.b-full-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.b-fixed-bg {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}

.b-animated-bg {
	background-repeat: repeat;
	background-position: center center;
}

/**
 * Hovers
 * ----------------------------------------------------------------------------
 */
 .b-image-hover {
	position: relative;
	overflow: hidden;
}
.b-image-hover img {
	width: 100%;
}

/*  Mask Hover */
.b-mask:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: background-color 0.4s ease;                  
	-moz-transition: background-color 0.4s ease;                 
	-o-transition: background-color 0.4s ease;   
	-ms-transition: background-color 0.4s ease;          
	transition: background-color 0.4s ease;
}

.b-image-hover:hover .b-mask:after {
	background-color: rgba(15,16,17,0.5);
}
/* Hover Content */
.b-hover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: 100%;
	z-index: 2;
	text-align: center;
	opacity: 0;
	margin-top: -20px;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease;                  
	-moz-transition: all 0.2s ease;                 
	-o-transition: all 0.2s ease;   
	-ms-transition: all 0.2s ease;          
	transition: all 0.2s ease;
}
.b-hover-content li{
	display: inline-block;
	margin: 0px 5px;
}
.b-image-hover:hover .b-hover-content {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

/* Hover Button  */
.b-image-hover-btn {
	line-height: 30px;
	display: inline-block;
	margin: 0px 2px;
	padding:0px 15px;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.5px;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}

.b-image-hover .b-title {
	color: #fff;
}

/**
 * Round Elements
 * ----------------------------------------------------------------------------
 */
.b-btn,
.b-icon,
.b-outline-btn,
.b-top-btn,
.b-accordion.b-style-2 .b-title,
.b-toggle.b-style-2 .b-title,
.b-latest-news li:before,
.b-filter li,
.b-pagination li a,
.b-tags li a,
.b-widget.b-social li a,
.b-message,
.b-contact-info li:before,
.b-header-style-3 .b-menu > li.current-menu-item > a,
.b-portfolio-nav,
.b-portfolio-social li,
code {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

/**
 * Circle Elements
 * ----------------------------------------------------------------------------
 */
.b-icon-circle,
.b-icon-box .b-icon,
.b-accordion .b-title:before,
.b-toggle .b-title:before,
.b-testimonial-image,
.b-list li:before,
.b-autho-image,
.b-sticky-post:before,
.b-blog-label .b-post-format,
.b-advanced-section-btn span:before,
.b-team-item,
.b-team-item img,
.b-next-button ,
.b-team-item .b-image-hover .b-mask:after {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}


/**
 * Drop Shadow Elements
 * ----------------------------------------------------------------------------
 */
.b-image-hover .b-icon,
.b-icon-circle,
.b-sticky-post:before {
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.2);   
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}


/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
.b-pagination {
	margin-bottom: 30px;
}
 
.b-pagination li {
	display: inline-block;
}

.b-pagination li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 29px;
	margin: 0px 1px;
	text-align: center;
	border: 1px solid;
}

/**
 * Wrapper
 * ----------------------------------------------------------------------------
 */
#b-wrapper {
	overflow: hidden;
}
/**
 * Top Bar
 * ----------------------------------------------------------------------------
 */
#b-topbar .b-container{
	height: 30px;
	line-height: 30px;
	font-size: 0.85em;
}


#b-topbar:after {
	content: '';
	display: block;
	clear: both;
}

#b-topbar-left {
	float: left;
	border-left: 1px solid;
}

#b-topbar-right {
	float: right;
	border-right: 1px solid;
}

.b-topbar-element {
	float: left;
	padding: 0px 25px;
}

#b-topbar-left .b-topbar-element {
	border-right: 1px solid;
}

#b-topbar-right .b-topbar-element {
	border-left: 1px solid;
}

/* Contact Info */
#b-topbar .b-contant-info {
	font-style: normal;
	margin-right: -25px;
}

#b-topbar .b-contant-info i {
	margin-right: 5px;
}

#b-topbar .b-contant-info span {
	margin-right: 25px;
}

/*-- Social --*/
#b-header .b-social {
	margin-left: -10px;
	font-size: 1.5em;
}

#b-header .b-social li {
	float: left;
	margin-left: 10px;
}

#b-header .b-social li i {
	font-size: 14px;
}

/* Top Bar Search */
#b-topbar-search {
	width: 90px;
	line-height: 10px;
	padding: 0px 8px;
	border: none;
	font-size: 1em;
	background-color: transparent;
	-webkit-transition: width 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:         width 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#b-topbar-search:focus {
	outline: none;
}
/* Responsive Top Bar */
.b-tablet-portrait #b-topbar .b-container,
.b-mobile #b-topbar .b-container {
	height: auto;
}

.b-mobile-portrait #b-topbar .b-container {
	width: 100%;
}

.b-tablet-portrait #b-topbar-left,
.b-tablet-portrait #b-topbar-right,
.b-mobile #b-topbar-left,
.b-mobile #b-topbar-right {
	float: none;
	display: block;
	text-align: center;
	border-left: 1px solid;
	border-right: 1px solid;
}

.b-tablet-portrait .b-topbar-element,
.b-mobile .b-topbar-element {
	float: none;
	display: inline-block;
	border: none !important;
}

.b-mobile-portrait .b-topbar-element {
	display: block;
}

.b-mobile-portrait #b-header .b-social li {
	float: none;
	display: inline-block;
	margin: 0px 10px;
}

/**
 * Page Titles
 * ----------------------------------------------------------------------------
 */
#b-page-title {
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.b-pattern:before {
	content:"";
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/patterns/pattern-02.png) repeat;
}

#b-page-title  h1 {
	margin-bottom: 0px;
	line-height: 1;
}

/* Simply Style */
.b-page-title-simply  {
	padding: 60px 0px;
	position: relative;
}

#b-page-title .b-subheader   {
	font-size: 1.5em;
}
/* Primary Title Background */
.b-page-title-primary-bg {
	padding: 60px 0px;
	position: relative;
}
.b-page-title-primary-bg .b-subheader  {
	color: #ffffff !important;
}

.b-page-title-simply .b-container:after  {
	content:"";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -30px;
	left: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	opacity: 0.2;
}

/* Background Image Style */
.b-page-title-bg {
	padding: 100px 0px;
}

 /**
 * Breadcrumb
 * ----------------------------------------------------------------------------
 */
.breadcrumb {
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	display: inline-block;
	background-color: rgba(0,0,0,0.2);
	padding: 5px;
	font-size: 0.8em;
}

.b-page-title-simply .breadcrumb {
	background-color: transparent;
}

.b-align-center  .breadcrumb,
.b-mobile  .b-align-center  .breadcrumb{
	position: relative;
	display: block;
	text-align: center;
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	background-color: transparent;
}

.b-mobile .breadcrumb{
	position: relative;
	display: block;
	text-align: left;
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	background-color: transparent;
}

.b-mobile .b-page-title-primary-bg .breadcrumb {
	margin-top: 10px;
	background-color: rgba(0,0,0,0.2);
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li:after {
	content: "/";
	margin: 0px 10px;
}

.breadcrumb li:last-child:after {
	content: "";
	margin: 0px;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */
#b-header {
	position: fixed;
	padding: 0;
	width: 100%;
	z-index: 999;
}
#b-header1 {
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 999;
}


.b-logo img {
	vertical-align: middle;
	max-height: 100%;
}


/**
 * Header Style 1
 * ----------------------------------------------------------------------------
 */
.b-header-style-1 .b-logo,
.b-header-style-1 .b-menu > li > a {
	line-height: 90px;
	height: 90px;
}

.b-header-style-1 .b-logo {
	float: left;
}

.b-header-style-1 .b-menu {
	float: right;
}

/**
 * Header Style 2
 * ----------------------------------------------------------------------------
 */
.b-header-style-2 .b-logo,
.b-header-style-2 .b-menu > li > a {
	line-height: 90px;
	height: 90px;
}

.b-header-style-2 .b-logo {
	float: left;
}

.b-header-style-2 .b-menu {
	float: right;
}

/**
 * Header Style 3
 * ----------------------------------------------------------------------------
 */
.b-header-style-3 .b-logo {
	line-height: 70px;
	height: 70px;
	float: left;
}

.b-header-style-3 .b-menu {
	float: left;
	width: 100%;
	height: 60px;
	border-top: 1px solid;
}

.b-header-style-3 .b-menu > li > a {
	line-height: 40px;
	text-align: center;
	padding: 0px 5px;
	margin: 10px 10px 10px 0px;
}

.b-header-style-3 .b-menu > li {
	vertical-align: top;
}

.b-header-style-3  .b-social {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -30px;
}

.b-header-style-3  #b-header-search {
	float: right;
	margin-top: 10px;
}

/**
 * Header Style 4
 * ----------------------------------------------------------------------------
 */
.b-header-style-4 .b-logo {
	line-height: 70px;
	height: 70px;
	display: block;
	text-align: center;
}

.b-header-style-4 .b-menu {
	display: block;
	text-align: center;
}

.b-header-style-4 .b-menu > li > a {
	line-height: 40px;
}
/**
 * Main Menu
 * ----------------------------------------------------------------------------
 */
.b-menu,
.b-menu ul.sub-menu {
	position: relative;
	z-index: 100;
	padding: 0;
	list-style: none;
}

.b-menu {
	vertical-align: middle;
	position: relative;
	margin: 0;
	white-space: nowrap;
	display: block;
}

.b-menu li {
	position: relative;
	text-align: left;
}

.b-menu a {
	display: block;
	position: relative;
	text-decoration: none;
}

.b-menu > li {
	display: inline-block;
	vertical-align: middle;
}

.b-menu > li > a {
	padding: 0 10px;
	font-size: 16px;
}


.b-style-3 .b-menu > li > a {
	padding: 0 30px 0 0;
}

.b-menu > ul > li:hover > a, .b-menu > ul > .current-item > a {
    background:#2e2728;
}

.b-menu li:hover .sub-menu1 {
    z-index:1;
    opacity:0.8;
	display: inherit;
}

.sub-menu1 {
	display : none;
    width: inherit;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(46,39,40,0.2);
    background:#434343;
}
.sub-menu1 li {
    display:block;
    font-size:14px;
	color: #333333;
}
 
.sub-menu1 li a {
    padding:10px 30px;
    display:block;
	color: #ffffff;
}
 
.sub-menu1 li a:hover, .sub-menu1 .current-item a {
    background:#222222;
	opacity:0.5;
	color: #ffffff;
}

/* Sub Menu */
.b-second-menu ul.sub-menu {
	min-width: 200px;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
	list-style: none;
	background-color: #F16000;
	-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
}

.b-second-menu > li > ul.sub-menu {
	top: 100%;
	left: 0px;
	text-align: left;
}

.b-second-menu li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
}

.b-second-menu ul.sub-menu li {
	position: relative;
	display: block;
}

.b-second-menu ul.sub-menu li a {
	padding: 0 20px;
	line-height: 40px;
	font-size: .9em;
	text-transform: none;
	letter-spacing: 0;
	display: block;
}
/* Responsive Menu */
.b-menu-responsive .b-logo {
	float: none;
	display: block;
	text-align: left;
}

.b-menu-responsive .b-menu {
	float: none;
	display: none;
	text-align: left;
}

.b-menu-responsive .b-menu > li  {
	display: block;
}

.b-menu-responsive .b-menu > li > a {
	padding: 0px;
	line-height: 40px;
	height: 40px;
}

.b-menu-responsive .b-menu ul.sub-menu {
	min-width: 100%;
	position: static;
	padding: 0 0 0 15px;
	visibility: visible;
	display: none;
	-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0);
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0);
}

/* Responsive Button Menu */
.b-btn-menu {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	z-index: 1;
}
.b-btn-menu.b-btn-submenu {
	top: 5px;
	right: 5px;
}

.b-menu-responsive .b-btn-menu {
	display: block;
}

.b-btn-menu:before {
	content: "+";
}

.b-btn-menu.active:before {
	content: "-";
}

/**
 * Second Menu
 * ----------------------------------------------------------------------------
 */
.b-second-menu-wrapper {
	top: 90px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #f16000;
	display: block;
	z-index: 990;
	position: fixed;
	opacity: 1;
}

.b-second-menu {
	display: block;
	width: 1170px;
	margin: 0px auto;
	text-align: center;
}

.b-second-menu li{
	display: inline-block;
	position: relative;
}

.b-second-menu > li a{
	padding: 15px;
	display: inline-block;
}

.b-second-menu li a{
	color: #fff;
}

.b-second-menu li a:hover{
	color: #333;
}

/**
 * Fixed Sidebar
 * ----------------------------------------------------------------------------
 */
.b-desktop .b-sidebar.b-fixed-sidebar {
	width: 25%;
}
.b-tablet .b-sidebar.b-fixed-sidebar {
	top: 0px!important;
	width: 25%!important;
	margin-left: 0px!important;
	position: relative!important;
}
.b-tablet.b-tablet-portrait .b-sidebar.b-fixed-sidebar ,
.b-mobile .b-sidebar.b-fixed-sidebar {
	top: 0px!important;
	width: 100%!important;
	margin-left: 0px!important;
	position: relative!important;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
footer.b-section {
	padding-bottom: 0px;
}

.b-footer-bar {
	font-size: 0.85em;
	padding: 40px 0px;
}
.b-mobile .b-copyright {
	text-align: center;
	margin-bottom: 30px;
}

.b-footer-menu ul {
	display: block;
	text-align: right;
}
.b-footer-menu li {
	display: inline-block;
	margin-right: 1px;
	padding-right: 5px;
	border-right: 1px solid;
}
.b-footer-menu li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
.b-mobile .b-footer-menu ul {
	display: block;
	text-align: center;
}

.b-footer-menu li a {
	font-size: 1.20em;
}

/**
 * Back to Top
 * ----------------------------------------------------------------------------
 */
.b-top-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 25px;
	right: -100px;
	cursor: pointer;
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.b-top-btn:after {
	content: "\f106";
	font-family: FontAwesome;
	line-height: 40px;
	text-align: center;
	display: block;
}

.b-top-btn.active {
	right: 25px;
}

.b-mobile .b-top-btn {
	width: 30px;
	height: 30px;
	bottom: 7px;
}

.b-mobile .b-top-btn.active {
	right: 7px;
}

.b-mobile .b-top-btn:after {
	font-family: FontAwesome;
	line-height: 30px;
}

/**
 * Go To Next
 * ----------------------------------------------------------------------------
 */
.b-next-button {
	font-size: 1.5em;
	border: 1px solid;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 900;
	top: 100%;
	left: 50%;
	margin-top: -80px;
	margin-left: -20px;
	cursor: pointer;
}
.b-next.b-next-dark .b-next-button  {
	color: #ccc;
}
.b-next.b-next-dark .b-next-button:hover  {
	color: #333;
}

.b-next.b-next-light .b-next-button  {
	color: #f1f1f1;
}
.b-next.b-next-light .b-next-button:hover  {
	color: #fff;
}
