/*
  Theme Name: Marketing Guru - Marketing Landing Page HTML5 Template
  Author: ashik685
  Description: Marketing Landing Page  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. training-form
5. section-title
6. service-area
7. service about
8. testimonial
9. brand-area
10. pricing
11. event
12. contact-form
13. footer
14. blog
15. Preloader
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
*{outline: 0;}
 body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #858585;
	line-height:26px
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus,button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button{cursor: pointer;outline: 0;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #222222;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #666;
	margin-bottom: 15px;
	font-weight: 400;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}




/* 2. header */
.navbar.navbar-expand-lg {
	padding: 0;
}
.main-menu ul.navbar-nav{}
.main-menu ul.navbar-nav li {
	margin-left: 30px;
}
.main-menu ul.navbar-nav li a.nav-link {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	padding: 30px 0;
	line-height: 1;
}
.main-menu ul.navbar-nav li.active a.nav-link,.main-menu ul.navbar-nav li a.nav-link:hover{color: #29b000}
.header-red .main-menu ul.navbar-nav li.active a.nav-link,.header-red .main-menu ul.navbar-nav li a.nav-link:hover{color: #ff5f64}


.header-space {
	min-height: 75px;
}
.header-stciky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	right: 0;
	background: #fff;
	transition: .3s
}
.scroll-header {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 -1px 0 #f5f5f5 inset;
	transition: height 0.3s ease-out 0s, background 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
	z-index: 1030;
}
.scroll-header .main-menu ul.navbar-nav li a.nav-link{padding: 25px 0}

/* 3. slider */
.single-slider {
	min-height: 690px;
	background-size: cover;
	background-position: center center;
}
.slider-content h1 {
	font-size: 70px;
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
}
.slider-content p {
	font-size: 17px;
	line-height: 27px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 30px;
}
.slide-social a {
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	margin-right: 10px;
}
.slide-social a:hover{border-color:#29b000;background: #29b000;}

.slider-red .slide-social a:hover{border-color:#ff5f64;background: #ff5f64;}

#controlBar_home {
  display: none;
}
.mb_YTPTime {
  display: none;
}
.buttonBar {
  display: none;
}
.z-index{position: relative;z-index: 9;}
/* 4. training-form */
.training-form-area {
	margin-top: -477px;
}
.training-form {
	background: #fff;
}
.training-form h2 {
	font-size: 22px;
	font-weight: 700;
	color: #222222;
	text-align: center;
	padding: 30px;
	border-bottom: 1px solid #ededed;
	margin: 0;
}
.form-space {
	padding: 40px 50px;
}
.training-form form{}
.training-form form input {
	height: 50px;
	width: 100%;
	border: 1px solid #ededed;
	margin-bottom: 20px;
	padding: 0 15px;
	border-radius: 3px;
	color: #858585;
}
.training-form form select{margin-bottom: 20px;}
.nice-select {
	border-radius: 3px;
	border: solid 1px #ededed;
	font-size: 14px;
	height: 50px;
	line-height: 48px;
	padding-left: 15px;
	margin-bottom: 20px;
	width:100%;
	color: #555
}

.training-form form button {
	background: #29b000;
	width: 100%;
	border: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 30px 0;
	line-height: 1;
	border-radius: 0 0 5px 5px;
}
.training-form form button.red-btn{background: #ff5f64}

.nice-select .list {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}


/* 5. section-title */
.section-title h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.section-title.f-25 h4 {
	font-size: 25px;
	margin-bottom: 15px;
}
.section-title p {
	font-weight: 400;
	margin: 0;
}

/* 6. service-area */
.service-img img {
	margin-left: -65px;
}
.service-icon i {
	font-size: 16px;
	background: #29b000;
	color: #fff;
	height: 25px;
	width: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
}
.red-icon i{background: #ff5f64}
.service-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 17px;
}
.service-icon {
	float: left;
	padding-right: 20px;
}
.service-content {
	overflow: hidden;
}
.service-content p{font-weight: 300;margin: 0}
.service-space{padding-left: 84px}

/* 7. service about */
.servie-video{position: relative;}
.about-text h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}
.about-text a {
	color: #29b000;
	font-weight: 700;
	margin-top: 20px;
	display: inline-block;
}
.red-about a{color: #ff5f64}
.about-text a:hover{color: #222}
.video-bg {
	min-height: 490px;
	position: absolute;
	right: 0;
	width: 40%;
	background-size: cover;
	background-position: center top;
}

.video-icon a {
	background: #29b000;
	color: #fff;
	height: 50px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	border-radius: 50%;
}
.video-icon a i{display: inline-block;transition: .3s}
.video-icon a:hover i{transform: scale(1.3)}
.video-icon a.red-popup{background: #ff5f64}
.video-icon a:hover{background: #222}
.video-icon.left {
	margin-left: -25px;
}
.video-bg.left {
	right: inherit;
	left: 0;
}
.video-icon.right {
	margin-right: -25px;
}



/* 8. testimonial */
.testimonial-active {
	width: 68%;
	margin: auto;
}
.testimonial-item p {
	font-size: 18px;
	color: #222222;
	line-height: 32px;
	margin-bottom: 30px;
}
.testimonial-img img {
	display: inline-block;
}
.test-name {
	display: inline-block;
	text-align: left;
	padding-left: 20px;
	position: relative;
	top: 10px;
}
.testimonial-img h4 {
	font-size: 17px;
	line-height: 1.2;
	margin: 0;
}
.test-name span {
	font-weight: 300;
	font-size: 13px;
}
.test-name {
	display: inline-block;
	text-align: left;
	padding-left: 20px;
}

.testimonial-active button {
	position: absolute;
	left: -186px;
	top: 50%;
	transform: translateY(-50%);
	background: no-repeat;
	border: 0;
	color: #222;
	font-size: 20px;
}
.testimonial-active button.slick-next{left:auto;right:-156px}

/* 9. brand-area */
.brand-area {
	position: relative;
}
.brand-wrapper {
	padding: 71px 0;
	overflow: hidden;
	padding-right: 50px;
}
.brand-bg {
	background: #222222;
	min-height: 170px;
	width: 49.3%;
	left: 0;
	position: absolute;
	top: 0;
}
.contact-bg {
	position: absolute;
	background: #29b000;
	min-height: 170px;
	width: 49.3%;
	right: 0;
	top: 0;
}
.contact-red-bg{background: #ff5f64;}
.brand-item {
	float: left;
	margin-right: 0;
}

.cta-text {
	text-align: center;
	padding-top: 41px;
	padding-left: 70px;
}
.cta-text h2 {
	font-size: 29px;
	color: #fff;
	font-weight: 700;
}
.cta-text h3{}
.cta-text a:hover{color: #ddd}
.cta-text a:focus{color: #ddd}


/* 10. pricing */
.pricing-wrapper{background: #fcfcfc}
.pricing-head {
	background: #f2f2f2;
	padding: 40px 15px;
}
.pricing-head h4 {
	color: #222222;
	font-size: 15px;
	margin-bottom: 10px;
}
.pricing-head span {
	color: #29b000;
	font-size: 48px;
	font-weight: 500;
	display: inline-block;
	line-height: 1;
}
.price-list{padding: 50px 15px}
.price-list ul{}
.price-list ul li {
	font-size: 14px;
	color: #888888;
	line-height: 34px;
}
.buy-now a {
	font-size: 15px;
	color: #222;
	padding: 20px 10px;
	background: #f2f2f2;
	display: block;
	font-weight: 700;
}
.active .pricing-head{background:#29b000 }
.active .pricing-head h4{color: #fff}
.active .pricing-head span{color: #fff}
.active .buy-now a,.buy-now a:hover{color: #fff;background:#29b000 }

.red-pricing-wrapper.active .pricing-head{background:#ff5f64 }
.red-pricing-wrapper.active .buy-now a,.red-pricing-wrapper .buy-now a:hover{color: #fff;background:#ff5f64 }
.red-pricing-wrapper .pricing-head span{color: #ff5f64}
.red-pricing-wrapper.active .pricing-head span{color: #fff}


/* 11. event */
.event-wrapper {
	position: relative;

}
.event-inner{margin: 0 -5px}
.event-item {
	width: 100%;
}
.event-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .3s;
	visibility: hidden;
	opacity: 0;
}
.event-wrapper:hover .event-content {opacity: 1;visibility: visible;}
.event-thumb::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #29b000;
	opacity: 0;
	content: "";
	visibility: hidden;
	transition: .3s;
	pointer-events: none;
}
.event-wrapper:hover .event-thumb::before {opacity: .9;visibility: visible;}
.event-thumb img{width:100%}
.blog-title {
	padding: 25px;
	overflow: hidden;
}
.blog-title span {
	color: #444;
	background: #fff;
	font-size: 15px;
	font-weight: 700;
	height: 65px;
	width: 65px;
	display: inline-block;
	text-align: center;
	line-height: 1.3;
	padding: 10px 8px;
	border-radius: 5px;
	float: left;
}
.blog-title h3 {
	padding-left: 15px;
	overflow: hidden;
	margin: 0;
	line-height: 1;
}
.blog-title h3 a {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
}
.event-meta {
	border: 1px solid #72dd52;
	padding: 15px 30px;
}
.event-meta span {
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
}
.event-meta span i{}

.red-event .event-thumb::before{background: #ff5f64}
.red-event .event-meta {
	border: 1px solid #f08e91;
}

/* 12. contact-form */
.map-area {
	position: relative;
}
.contact-area {
	margin-top: -509px;
}
#contact-map {
	min-height: 509px;
	width: 100%;
}
.contact-inner {
	padding: 50px;
}
.contact-form h3 {
	background: #29b000;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 30px 15px;
	line-height: 1;
	margin: 0;
}
.contact-form {
	background: #fff;
	margin-top: -82px;
}
.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #ededed;
	margin-bottom: 20px;
	padding: 0 15px;
	border-radius: 5px;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid #ededed;
	padding: 15px;
	height: 125px;
}
.contact-form button {
	background: #29b000;
	color: #fff;
	border: 0;
	width: 100%;
	padding: 30px 0;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
}

.red-map .contact-form h3{background: #ff5f64}
.red-map .contact-form button{background: #ff5f64}
.red-map{}
/* 13. footer */
.footer-area {
	border-top: 2px solid #29b000;
}
.copyright p {
	color: #858585;
	margin: 0;
}
.copyright p span {
	color: #222;
	font-size: 14px;
	display: block;
}
.footer-social a {
	color: #444;
	border: 1px solid #444;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	border-radius: 50%;
	margin-left: 15px;
}
.footer-social a:hover{border-color:#29b000;background: #29b000;color: #fff}

.red-footer {
	border-top: 2px solid #ff5f64;
}
.red-footer .footer-social a:hover{border-color:#ff5f64;background: #ff5f64;color: #fff}

.page-title{}
.page-title h2 {
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 15px;
}
.breadcrumb-list{}
.breadcrumb-list ul{}
.breadcrumb-list ul li {
	display: inline-block;
	margin: 0 2px;
	position: relative;
}
.breadcrumb-list ul li::before {
	content: "-";
	color: #fff;
	margin-right: 5px;
}
.breadcrumb-list ul li:first-child:before{display: none}
.breadcrumb-list ul li a {
	color: #ffffff;
	text-transform: capitalize;
}


/* 14. blog */
.blog-thumb img {
	width: 100%;
	border-radius: 6px;
}
.blog-content {
	padding-top: 25px;
}
.blog-content h3 {
	padding-right: 40px;
}
.blog-content h3 a {
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	color: #222;
}
.blog-content h3 a:hover{color: #777}
.blog-meta span {
  font-weight: 300;
  color: #858585;
  font-size: 13px;
}
.blog-meta span a {
	color: #666;
}
.blog-meta {
  margin-bottom: 12px;
}
.blog-content p {
	font-size: 14px;
	color: #858585;
	line-height: 26px;
	margin-bottom: 20px;
}

.blog-more {
	font-weight: 700;
	color: #222;
	font-size: 14px;
}
.blog-more:hover{color: #777}

.pagination .page-item {
	margin: 0 6px;
}
.pagination .page-item:first-child .page-link {
	border-radius: 4px;
}
.pagination  .page-item:last-child .page-link {
	border-radius: 4px;
}
.pagination .page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0px;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: #222222;
	border-radius: 4px;
}
.pagination .page-item.active .page-link,.pagination .page-item:hover .page-link{border-color:#29b000;background: #29b000;color: #fff}


/* sidebar */
.sidebar{padding-right:85px;}
.widget{}
.widget form{position: relative;}
.widget form input {
	width: 100%;
	height: 55px;
	border: 1px solid #efefef;
	padding: 0 15px;
	border-radius: 3px;
}
.widget form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 55px;
	border: 0;
	background: #29b000;
	color: #fff;
	font-size: 18px;
}

.widget h3 {
	font-size: 25px;
	color: #222222;
	margin-bottom: 35px;
	line-height: 1;
}
ul.cat{}
ul.cat li{margin-bottom: 15px}
ul.cat :last-child{margin-bottom: 0}
ul.cat li a {
	border: 1px solid #efefef;
	display: block;
	padding: 22px 15px;
	line-height: 1;
	color: #666666;
	border-radius: 3px;
}
ul.cat li a:hover{background: #29b000;color: #fff;border-color:#29b000}

.recent-post li{overflow: hidden;margin-bottom: 30px;}
.recent-post li:last-child{margin-bottom: 0px;}
.rp-thumb{float: left;}
.rp-content {
	overflow: hidden;
	padding-left: 25px;
}
.rp-content h4 {
	line-height: 1;
	margin-bottom: 1px;
}
.rp-content h4 a {
	color: #222222;
	font-size: 16px;
	line-height: 24px;
}
.rp-content h4 a:hover{color: #777}
.rp-content span{}


/* blog details */
.blog-details .blog-meta {
	margin-bottom: 40px;
}
.blog-details .blog-content p {
	font-size: 14px;
	color: #858585;
	line-height: 26px;
	margin-bottom: 25px;
}
.blog-tags b {
	color: #222;
}
.blog-tags a {
	color: #666666;
}
.blog-tags a:hover {
	color: #29b000;
}
.blog-share a {
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	background: #1679c6;
	color: #fff;
	border-radius: 50%;
	line-height: 35px;
	margin-left: 10px;
}
.blog-tags {
	margin-top: 3px;
}
.blog-share a.skype{background: #00abea}
.blog-share a.twitter{background: #1DA1F2}
.blog-share a.google{background: #EA3D00}

/* blog comments */

.comments-avatar {
	float: left;
	width: 80px;
}
.comments-text {
  overflow: hidden;
  padding-left: 30px;
}
.inner-name{float: left;}
.avatar-name h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #222222;
}
.avatar-name > span {
    color: #646464;
    float: right;
    font-size: 12px;
}
.avatar-name > span a {
	color: #29b000;
	font-size: 15px;
	font-weight: 500;
}
.avatar-name {
	margin-bottom: 15px;
	overflow: hidden;
}
.comments-box {
  margin-bottom: 50px;
}
.comments-reply {
  padding-left: 130px;
}
.comments-text > p {
	color: #646464;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.comments-text > a {
    border: 1px solid #ddd;
    color: #444;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 20px;
    text-transform: uppercase;
}
.comments-text > a:hover{background: #FBBA42;border-color: #FBBA42}

.post-comments-form {}
.post-comments-form input {
	border: 1px solid #efefef;
	height: 50px;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
	border-radius: 2px;
}
.post-comments-form textarea {
	border: 1px solid #efefef;
	height: 255px;
	margin-bottom: 50px;
	padding: 15px;
	width: 100%;
	border-radius: 2px;
}
.post-comments-form button {
	background: #29b000;
	padding: 22px 30px;
}
.post-comments-form button:hover {
	background: #222;
}

/* scrollUp */
#scrollUp {
	background: #29B000;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover{background: #444}

/* 15. Preloader */

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {
	background: #666;
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	        animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

@keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}

}

/* css end */