@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700);
body{
	background: #585858;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 15px;
	color: #656D78;
	padding-top: 50px;
	overflow-x: visible;
	height: 100%;
}
body.no-padding-top{
	padding-top: 0px;
}
body.top-navigation{
	padding-top: 110px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1.bolded,h2.bolded,h3.bolded,h4.bolded,h5.bolded,h6.bolded{
	font-weight: 600;
}
h1.less-distance,h2.less-distance,h3.less-distance,h4.less-distance,h5.less-distance,h6.less-distance{
	padding: 2px 0;
	margin: 2px 0;
}

h4.dan-h4{
	color: #fff;
}

#image {
	padding-top: 50px;
	margin-top: -50px;
}

#main {
	padding-top: 50px;
	margin-top: -50px;
}

#news {
	padding-top: 50px;
	margin-top: -50px;
}
.navbar-dan {
	background-color: #1A212B;
	border-color: #1A212B;
}

a.navbar-brand {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

a.nav-dan {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

a.nav-dan:hover,
a.nav-dan:focus {
	color: #000000;
}

a.nav-dan:hover {
	color: #000000;
}

a.nav-dan:focus {
	color: #fff;
}

ul li a.nav-dan:focus {
	background-color: #343333;
}

.container-dan {
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.container-dan {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container-dan {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container-dan {
		width: 100%;
	}
}
.container-dan-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.img-fluid. max-width: 100%;

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 4px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #000000;
}
.navbar-toggle .icon-bar-dan {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}

.navbar-toggle .icon-bar-dan + .icon-bar-dan {
	margin-top: 4px;
	background-color: #fff;
}
/**
-------------------------------------------
TILES
-------------------------------------------
**/
.tiles{
	padding: 15px;
	margin-bottom: 30px;
	background: #fff;
	height: 180px;

}
.tiles.rounded{
	border-radius: 8px;
}
.tiles.facebook-tile{
	color: #fff;
	background-color: #3b5998;
}
.tiles.twitter-tile{
	color: #fff;
	background-color: #55acee;
}

.tiles.youtube-tile{
	color: #fff;
	background-color: #cd201f;
}

.tiles.snapchat-tile{
	color: #000000;
	background-color: #fffc00;
}

.tiles.instagram-tile{
	color: #fff;
	background-color: #3f729b;
	padding-left: 4%;
}
.tiles.vine-tile{
	color: #fff;
	background-color: #00b488;
}
.tiles.linkedin-tile{
	color: #fff;
	background-color: #0085AE;
}
.tiles.dribbble-tile{
	color: #fff;
	background-color: #E04C86;
}
.tiles.horizontal{padding: 0;}
.tiles.horizontal:before,
.tiles.horizontal:after{
	content: " ";
	display: table;
}
.tiles.horizontal:after{
	clear: both;
}
.tiles.horizontal .icon{
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 15px 0;
}
.tiles.horizontal .content{
	overflow: hidden;
	*zoom: 1;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 700;
}
.tiles a,
.tiles.horizontal .content a{
	color: #fff;
	text-decoration: none;
}
.tiles-information {
	overflow: hidden;
	position: relative;
}
.tiles-information .progress {
	margin: 20px -15px;
}
.tiles-information .tiles-inner {
	position: relative;
	z-index: 2;
}
.tiles-information .icon-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 100px;
	color: #fff;
	opacity: 0.08;
	filter:alpha(opacity=8);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.my-reminder .owl-controls{
	margin-top: 30px;
	text-align: center;
}
.my-reminder {padding-bottom: 30px;}
.my-reminder .owl-controls .owl-buttons div{
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 7px 20px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #EA563C;
	border: 1px solid #EE7256;
}
.my-reminder .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
	background: #BB321C;
}
.tiles-carousel-color .item{
	position: relative;
	text-align: left;
	min-height: 250px;
}
.tiles-carousel .item{
	position: relative;
	text-align: left;
}
.tiles-carousel-color .item .des,
.tiles-carousel .item .des{
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	position: absolute;
	color: #fff;
	z-index: 2;
}
.tiles-carousel-color .item .avatar-wrap{
	top: 5px;
	left: 5px;
	right: 5px;
	position: absolute;
	z-index: 2;
}
.tiles-carousel-color .item .avatar-wrap .media{
	padding: 20px 10px;
}
.tiles-carousel-color .item .avatar-wrap .avatar{
	width: 50px;
	height: 50px;
	position: relative;
}
.tiles-carousel .item .avatar{
	top: 30px;
	right: 20px;
	position: absolute;
	z-index: 2;
	width: 50px;
	height: 50px;
}
.tiles-carousel-color .item .des a,
.tiles-carousel .item .des a{
	color: #fff;
	text-decoration: none;
}

/**
-------------------------------------------
FONT AWESOME
-------------------------------------------
**/
p.icon-showcase i	{margin: 3px;}
.icon-circle{
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}
.icon-rounded{
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}
.icon-square{
	border-radius: 0px;
	text-align: center;
	display: inline-block;
}
.icon-xs{
	width: 30px;
	height: 30px;
	padding: 7px 0;
}
.icon-sm{
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding: 10px 0;
}
.icon-md{
	width: 60px;
	height: 60px;
	font-size: 30px;
	padding: 15px 0;
}
.icon-lg{
	width: 90px;
	height: 90px;
	font-size: 45px;
	padding: 22px 0;
}
.icon-xl{
	width: 150px;
	height: 150px;
	font-size: 80px;
	padding: 34px 0;
}
.icon-sm-size{
	font-size: 20px;
	padding: 10px 0;
}
.icon-md-size{
	font-size: 30px;
	padding: 12px 0;
}
.icon-lg-size{
	font-size: 45px;
	padding: 15px 0;
}
.icon-xl-size{
	font-size: 80px;
	padding: 20px 0;
}

.icon-bordered.icon-default{
	background: #fff;
	color: #434A54;
	-webkit-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
	-moz-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
	box-shadow: inset 0px 0px 0px 2px #E6E9ED;
}
.icon-default{
	color: #434A54;
	background: #E6E9ED;
}
a .icon-primary,
a .icon-success,
a .icon-info,
a .icon-danger,
a .icon-warning,
a .icon-dark,
a:hover .icon-primary,
a:hover .icon-success,
a:hover .icon-info,
a:hover .icon-danger,
a:hover .icon-warning,
a:hover .icon-dark,
a:focus .icon-primary,
a:focus .icon-success,
a:focus .icon-info,
a:focus .icon-danger,
a:focus .icon-warning,
a:focus .icon-dark,
.icon-primary,
.icon-success,
.icon-info,
.icon-danger,
.icon-warning,
.icon-dark{
	color: #fff;
	text-decoration: none;
}

.icon-primary			{background: #37BC9B}
.icon-success			{background: #8CC152}
.icon-info				{background: #3BAFDA}
.icon-danger			{background: #E9573F}
.icon-warning			{background: #F6BB42}
.icon-dark				{background: #434A54}

.icon-facebook,
a .icon-facebook,
a:focus .icon-facebook{
	background-color: #4B66A0;
	color: #fff;
	text-decoration: none;
}

.icon-vine,
a .icon-vine,
a:focus .icon-vine{
	background-color: #00b488;
	color: #fff;
	text-decoration: none;
}

.icon-instagram,
a .icon-instagram,
a:focus .icon-instagram{
	background-color: #3f729b;
	color: #fff;
	text-decoration: none;
}

.icon-youtube,
a .icon-youtube,
a:focus .icon-youtube{
	background-color: #cd201f;
	color: #fff;
	text-decoration: none;
}

.icon-snapchat,
a .icon-snapchat,
a:focus .icon-snapchat{
	background-color: #fffc00;
	color: #000000;
	text-decoration: none;
}

a .icon-twitter,
a:focus .icon-twitter,
.icon-twitter{
	background-color: #55ACEE;
	color: #fff;
	text-decoration: none;
}
.icon-google-plus,
a .icon-google-plus,
a:focus .icon-google-plus{
	background-color: #D24333;
	color: #fff;
	text-decoration: none;
}
.icon-dribbble,
a .icon-dribbble,
a:focus .icon-dribbble{
	background-color: #E04C86;
	color: #fff;
	text-decoration: none;
}
.icon-flickr,
a .icon-flickr,
a:focus .icon-flickr{
	background-color: #0162DB;
	color: #fff;
	text-decoration: none;
}
.icon-pinterest,
a .icon-pinterest,
a:focus .icon-pinterest{
	background-color: #CC2127;
	color: #fff;
	text-decoration: none;
}

.icon-envelope,
a .icon-envelope,
a:focus .icon-envelope{
	background-color: #5cb85c;
	color: #fff;
	text-decoration: none;
}

.icon-bordered.icon-primary{
	background: #fff;
	color: #37BC9B;
	-webkit-box-shadow: inset 0px 0px 0px 2px #37BC9B;
	-moz-box-shadow: inset 0px 0px 0px 2px #37BC9B;
	box-shadow: inset 0px 0px 0px 2px #37BC9B;
}
.icon-bordered.icon-success{
	background: #fff;
	color: #8CC152;
	-webkit-box-shadow: inset 0px 0px 0px 2px #8CC152;
	-moz-box-shadow: inset 0px 0px 0px 2px #8CC152;
	box-shadow: inset 0px 0px 0px 2px #8CC152;
}
.icon-bordered.icon-info{
	background: #fff;
	color: #3BAFDA;
	-webkit-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
	-moz-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
	box-shadow: inset 0px 0px 0px 2px #3BAFDA;
}
.icon-bordered.icon-danger{
	background: #fff;
	color: #E9573F;
	-webkit-box-shadow: inset 0px 0px 0px 2px #E9573F;
	-moz-box-shadow: inset 0px 0px 0px 2px #E9573F;
	box-shadow: inset 0px 0px 0px 2px #E9573F;
}
.icon-bordered.icon-warning{
	background: #fff;
	color: #F6BB42;
	-webkit-box-shadow: inset 0px 0px 0px 2px #F6BB42;
	-moz-box-shadow: inset 0px 0px 0px 2px #F6BB42;
	box-shadow: inset 0px 0px 0px 2px #F6BB42;
}
.icon-bordered.icon-dark{
	background: #fff;
	color: #434A54;
	-webkit-box-shadow: inset 0px 0px 0px 2px #434A54;
	-moz-box-shadow: inset 0px 0px 0px 2px #434A54;
	box-shadow: inset 0px 0px 0px 2px #434A54;
}

.icon-md.icon-bordered.icon-primary{
	-webkit-box-shadow: inset 0px 0px 0px 3px #37BC9B;
	-moz-box-shadow: inset 0px 0px 0px 3px #37BC9B;
	box-shadow: inset 0px 0px 0px 3px #37BC9B;
}
.icon-md.icon-bordered.icon-success{
	-webkit-box-shadow: inset 0px 0px 0px 3px #8CC152;
	-moz-box-shadow: inset 0px 0px 0px 3px #8CC152;
	box-shadow: inset 0px 0px 0px 3px #8CC152;
}
.icon-md.icon-bordered.icon-info{
	-webkit-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
	-moz-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
	box-shadow: inset 0px 0px 0px 3px #3BAFDA;
}
.icon-md.icon-bordered.icon-danger{
	-webkit-box-shadow: inset 0px 0px 0px 3px #E9573F;
	-moz-box-shadow: inset 0px 0px 0px 3px #E9573F;
	box-shadow: inset 0px 0px 0px 3px #E9573F;
}
.icon-md.icon-bordered.icon-warning{
	-webkit-box-shadow: inset 0px 0px 0px 3px #F6BB42;
	-moz-box-shadow: inset 0px 0px 0px 3px #F6BB42;
	box-shadow: inset 0px 0px 0px 3px #F6BB42;
}
.icon-md.icon-bordered.icon-dark{
	-webkit-box-shadow: inset 0px 0px 0px 3px #434A54;
	-moz-box-shadow: inset 0px 0px 0px 3px #434A54;
	box-shadow: inset 0px 0px 0px 3px #434A54;
}

.icon-lg.icon-bordered.icon-primary{
	-webkit-box-shadow: inset 0px 0px 0px 5px #37BC9B;
	-moz-box-shadow: inset 0px 0px 0px 5px #37BC9B;
	box-shadow: inset 0px 0px 0px 5px #37BC9B;
}
.icon-lg.icon-bordered.icon-success{
	-webkit-box-shadow: inset 0px 0px 0px 5px #8CC152;
	-moz-box-shadow: inset 0px 0px 0px 5px #8CC152;
	box-shadow: inset 0px 0px 0px 5px #8CC152;
}
.icon-lg.icon-bordered.icon-info{
	-webkit-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
	-moz-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
	box-shadow: inset 0px 0px 0px 5px #3BAFDA;
}
.icon-lg.icon-bordered.icon-danger{
	-webkit-box-shadow: inset 0px 0px 0px 5px #E9573F;
	-moz-box-shadow: inset 0px 0px 0px 5px #E9573F;
	box-shadow: inset 0px 0px 0px 5px #E9573F;
}
.icon-lg.icon-bordered.icon-warning{
	-webkit-box-shadow: inset 0px 0px 0px 5px #F6BB42;
	-moz-box-shadow: inset 0px 0px 0px 5px #F6BB42;
	box-shadow: inset 0px 0px 0px 5px #F6BB42;
}
.icon-lg.icon-bordered.icon-dark{
	-webkit-box-shadow: inset 0px 0px 0px 5px #434A54;
	-moz-box-shadow: inset 0px 0px 0px 5px #434A54;
	box-shadow: inset 0px 0px 0px 5px #434A54;
}

.icon-xl.icon-bordered.icon-primary{
	-webkit-box-shadow: inset 0px 0px 0px 8px #37BC9B;
	-moz-box-shadow: inset 0px 0px 0px 8px #37BC9B;
	box-shadow: inset 0px 0px 0px 8px #37BC9B;
}
.icon-xl.icon-bordered.icon-success{
	-webkit-box-shadow: inset 0px 0px 0px 8px #8CC152;
	-moz-box-shadow: inset 0px 0px 0px 8px #8CC152;
	box-shadow: inset 0px 0px 0px 8px #8CC152;
}
.icon-xl.icon-bordered.icon-info{
	-webkit-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
	-moz-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
	box-shadow: inset 0px 0px 0px 8px #3BAFDA;
}
.icon-xl.icon-bordered.icon-danger{
	-webkit-box-shadow: inset 0px 0px 0px 8px #E9573F;
	-moz-box-shadow: inset 0px 0px 0px 8px #E9573F;
	box-shadow: inset 0px 0px 0px 8px #E9573F;
}
.icon-xl.icon-bordered.icon-warning{
	-webkit-box-shadow: inset 0px 0px 0px 8px #F6BB42;
	-moz-box-shadow: inset 0px 0px 0px 8px #F6BB42;
	box-shadow: inset 0px 0px 0px 8px #F6BB42;
}
.icon-xl.icon-bordered.icon-dark{
	-webkit-box-shadow: inset 0px 0px 0px 8px #434A54;
	-moz-box-shadow: inset 0px 0px 0px 8px #434A54;
	box-shadow: inset 0px 0px 0px 8px #434A54;
}

/**
-------------------------------------------
BLOG APPS
-------------------------------------------
**/
.small-heading{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 10px 0;
	color: #A9B3BD;
}
.medium-heading{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 10px 0;
	color: #A9B3BD;
}
.more-margin-bottom{
	margin-bottom: 20px;
	margin-top: 0;
}
.carousel.blog-carousel		{position: relative;}
.carousel.blog-carousel a	{color: #fff;}
.search-blog {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 30px;
	z-index: 5;
}
.search-blog .form-control{
	background: rgba(255,255,255,.8);
	font-weight: 700;
}
.col-full-width{padding: 0;}
.col-full-width-right{padding-right: 0;}
.col-full-width-left{padding-left: 0;}
.recent-post{margin: 30px 0 0 0;}
.popular-video{margin: 30px 0 0 0;}
.blog-detail-image{position: relative}
.blog-detail-image img.img-blog{
	position: relative;
	width: auto;
	max-width: 100%;
	z-index: 1;
}
.blog-detail-image .blog-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	z-index: 2;
	padding: 20px 15px;
	text-align: center;
	opacity: .7;
	filter:alpha(opacity=70);
	background: rgba(1,1,1,0);
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.blog-detail-image:hover .blog-title{
	opacity: 1;
	filter:alpha(opacity=100);
	background: rgba(1,1,1,.4);
}
.blog-detail-image .blog-title .avatar{
	width: 60px;
	height: 60px;
	margin: 0 0 20px 0;
}
.blog-detail-image .blog-title h1,
.blog-detail-image .blog-title h2,
.blog-detail-image .blog-title h3,
.blog-detail-image .blog-title h4,
.blog-detail-image .blog-title h5{
	color: #fff;
}
.blog-detail-image .blog-title a{
	color: #fff;
}
.blog-detail-content p{
	margin: 20px 0;
	line-height: 170%;
}
.blog-list{margin: 30px 0;}
.blog-list h4 a{
	color: #434A54;
	font-weight: 600;
}
.featured-post-wide{
	position: relative;
	margin: 0 0 30px;
	overflow: hidden;
}
.featured-post-wide img.featured-img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.featured-post-wide .featured-text{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background: #fff;
	padding: 15px 15px 15px 20px;
	z-index: 3;
}
.featured-post-wide .featured-text h2,
.featured-post-wide .featured-text h3,
.featured-post-wide .featured-text h4{
	padding: 0;
	margin: 0 0 20px;
}
.featured-post-wide .featured-text.relative{
	position: relative;
	width: 100%;
	padding: 15px;
}
.featured-post-wide .featured-text.relative-left{
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 20px;
}
.featured-post-wide .option-action{
	position: absolute;
	left: 300px;
	top: 0;
	bottom: 0;
	background: rgba(1,1,1,0.5);
	padding: 15px;
	z-index: 2;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.featured-post-wide .option-action .count{
	font-size: 18px;
}
.featured-post-wide .featured-text h3 a{
	color: #434A54;
}
.featured-post-wide .featured-text p.date{
	font-size: 14px;
	color: #AAB2BD;
	margin-bottom: 10px;
}
.featured-post-wide .icon-type{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 4;
}
p.additional-post-wrap{
	margin: 15px 0;
	font-size: 13px;
}
p.additional-post-wrap a{
	color: #AAB2BD;
}
.additional-post{
	padding: 10px 15px 10px 0;
	color: #AAB2BD;
}
.additional-post a		{color: #AAB2BD;}
.additional-post i		{margin-right: 5px;}
.tags-cloud h3,
.signup-newsletter h3 {
	padding: 0;
	margin: 10px 0;
}
.signup-newsletter form 	{margin-top: 20px;}
.tags-cloud 				{line-height: 250%;}
.tags-cloud span{
	margin: 5px;
	padding: 5px 10px 6px;
	font-size: 14px;
}
.tags-cloud a:hover 	{text-decoration: none;}
.tags-cloud p		{margin: 20px 0 0 0;}
p.date small{
	padding: 10px 0;
	margin-bottom: 15px;
	color: #A9B3BD;
	font-size: 11px;
	text-transform: uppercase;
}
.comment-action {
	margin-top: 20px;
}
.blog-list .blog-image{
	width: 200px;
}

/**
-------------------------------------------
THE BOX
-------------------------------------------
**/
.the-box{
	padding: 15px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #D5DAE0;
	position: relative;
}
.the-box.more-padding{
	padding: 20px;
}
.the-box.full-width{
	margin: 0 -15px;
	border: none;
}
.the-box.transparent{
	background: transparent;
	border:none;
}
.the-box.full{
	padding: 0;
}
.the-box.no-margin{
	margin: 0;
}
.the-box.no-border{
	border:none;
}
.the-box.rounded{
	border-radius: 10px;
}
.the-box .right-action{
	position: absolute;
	top: -1px;
	right: 0;
	z-index: 9;
}
h4.small-title{
	font-size: 16px;
	color: #656D78;
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.bg-dark .small-title,
.bg-primary .small-title,
.bg-success .small-title,
.bg-info .small-title,
.bg-danger .small-title,
.bg-warning .small-title{
	color: #fff;
}


/**
-------------------------------------------
SOCIAL APPS
-------------------------------------------
**/
.social-avatar{
	width: 80px;
	height: 80px;
}
.social-avatar.xs{
	width: 50px;
	height: 50px;
	margin: 5px;
}
.social-avatar.absolute{
	position: absolute;
	left: 50%;
	margin-left: -40px;
}
.social-avatar.has-margin{
	margin: 10px 0;
}
.has-dark-shadow{
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.25);
}
.has-light-shadow{
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,.45);
	-moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,.45);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,.45);
}
.has-white-shadow{
	-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}
.has-black-shadow{
	-webkit-box-shadow: 0px 0px 0px 3px #434A54;
	-moz-box-shadow: 0px 0px 0px 3px #434A54;
	box-shadow: 0px 0px 0px 3px #434A54;
}
.media-team .media-body{padding: 5px 0;}
.media-team .media{padding: 5px 0; margin: 0;}

.card-wide{
	position: relative;
	overflow: hidden;
}
.card-wide img.img-bg{
	width: 100%;
	position: absolute;
	z-index: 1;
}
.card-info{
	position: relative;
	z-index: 2;
}
.text-white {
	color: #fff;
	padding: 20px;
}
.text-white h4		{color: #fff;}
.profile-heading	{position: relative;}
.profile-heading img.bg-cover{
	width: 100%;
	position: relative;
	z-index: 1;
}
.profile-heading img.avatar{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 20px;
	bottom: 30px;
	z-index: 3;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
}
.profile-heading .user-name{
	position: absolute;
	bottom: 70px;
	left: 140px;
	padding: 10px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	z-index: 3;
}
.profile-heading .right-button{
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 10px 0;
	z-index: 3;
}
.profile-heading .profile-info{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	padding-left: 140px;
	background: #fff;
	z-index: 2;
	height: 80px;
	-webkit-box-shadow:  0px -50px 29px -14px rgba(0,0,0,0.4);
	-moz-box-shadow:  0px -50px 29px -14px rgba(0,0,0,0.4);
	box-shadow:  0px -50px 29px -14px rgba(0,0,0,0.4);
	line-height: 120%;
}
.user-info {
	padding-top: 50px;
	position: relative;
}
.user-info i	{margin: 0 5px;}
p.bordered{
	border-top: 1px solid #EDF0F2;
	border-bottom: 1px solid #EDF0F2;
	padding: 10px 0;
	margin: 5px 0 20px;
}
p.bordered-sm{
	border-top: 1px dashed #EDF0F2;
	padding: 0;
	margin-top: 20px;
}
p.bordered.dashed{
	border-top: 1px dashed #EDF0F2;
	border-bottom: 1px dashed #EDF0F2;
}
.social-icon 							{margin: 30px 0 15px;}
.social-icon i 							{margin: 0 5px;}
.user-info .social-avatar.absolute 		{top: -40px;}
.user-card-sm 							{position: relative;}
.user-card-sm .media-object {
	width: 50px;
	height: 50px;
}
.user-card-sm .right-button {
	position: absolute;
	right: 0;
	top: 10px;
}
.chat-wrap{
	height: 330px;
	overflow-y: auto;
	padding: 20px;
}
.action-chat{
	margin-top: 30px;
}
.media-chat .media-body{
	background: #F6F8F9;
	padding: 10px;
	border-radius: 8px;
}
.media-chat .media{
	padding: 20px 0;
	margin: 0;
}
.media-chat p.name small{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.media-chat .media-body.me{
	background: #8EC051;
	color: #fff;
}

.post-form-timeline{}
.post-form-timeline textarea{resize: none;}
ul.timeline{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.timeline li.centering-line{
	position: absolute;
	width: 4px;
	background: rgba(1,1,1,.2);
	left: 50%;
	margin-left: -2px;
	top: 0;
	bottom: 0;
	z-index: 1;
}
ul.timeline li.center-timeline-cat{
	text-align: center;
	font-weight: bold;
	display: block;
	width: 100%;
	display: inline-block;
	z-index: 2;
	position: relative;
	margin: 0;
}
ul.timeline li.center-timeline-cat .inner{
	background: #1BBC9B;
	border-radius: 5px;
	color: #fff;
	width: 140px;
	margin: 20px auto;
	padding: 5px 10px;
}
ul.timeline li:first-child.center-timeline-cat .inner{
	margin: 0 auto 20px;
}
ul.timeline li:last-child.center-timeline-cat .inner{
	margin: 20px auto 0;
}

ul.timeline:before,
ul.timeline:after {
	content: " ";
	display: table;
}
ul.timeline:after 						{clear: both;}
ul.timeline li.item-timeline{
	display: inline-block;
	width: 50%;
	position: relative;
	z-index: 2;
}
ul.timeline li.item-timeline a:hover{
	text-decoration: underline;
}
ul.timeline li.item-timeline.highlight{
	display: block;
	width: 100%;
}
ul.timeline li.item-timeline.highlight:last-child .inner-content{
	margin-bottom: 0;
}
ul.timeline li.item-timeline .heading-timeline{
	padding: 15px 0;
	margin: -10px 0 10px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	height: 60px;
}
ul.timeline li.item-timeline .heading-timeline .avatar{
	position: absolute;
	left: 0;
	top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
ul.timeline li.item-timeline .heading-timeline .user-timeline-info p{
	position: absolute;
	left: 50px;
	top: 10px;
	font-weight: bold;
	color: #353535;
	margin: 3px 0;
	padding: 0;
}
ul.timeline li.item-timeline .heading-timeline .user-timeline-info p small{
	color: #909090;
	font-weight: normal;
	font-size: 12px;
	display: block;
}
ul.timeline li.item-timeline .footer-timeline{
	padding: 0;
	margin: 10px -10px -10px -10px;
	border-top: 1px solid #eee;
	position: relative;
	min-height: 30px;
	background: #F6F8F9;
	border-radius: 0 0 8px 8px;
	font-size: 13px;
}
ul.timeline-option{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.timeline-option li.option-row{
	border-bottom: 1px solid #F0F2F2;
	padding: 10px;
	display: block;
	position: relative;
	min-height: 40px;
}
ul.timeline-option li.option-row .avatar{
	position: absolute;
	left: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
ul.timeline-option li.option-row .reply{
	position: relative;
	left: 40px;
	top: 0px;
	margin-right: 40px;
	line-height: 120%;
	right: 0;
}
ul.timeline-option li.option-row .reply p.reply-time{
	padding: 0;
	margin: 0;
}
ul.timeline li.item-timeline .footer-timeline ul.timeline-option li.option-row ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.timeline li.item-timeline .footer-timeline ul.timeline-option li.option-row ol li{
	display: inline-block;
	margin: 0 5px;
}
ul.timeline li.item-timeline .footer-timeline ul.timeline-option li.option-row ol li i{
	font-size: 14px;
}
ul.timeline li.item-timeline .footer-timeline ul.timeline-option li:last-child.option-row{
	border-bottom: none;
}
ul.timeline li:nth-child(even).item-timeline{
	float: left;
	clear: left;
}
ul.timeline li:nth-child(odd).item-timeline{
	float: right;
	clear: right;
}
ul.timeline li:nth-child(even).item-timeline .buletan{
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	right: -6px;
	top: 35px;
	border: 2px solid #1BBC9B;
}
ul.timeline li:nth-child(odd).item-timeline .buletan{
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	left: -6px;
	top: 55px;
	border: 2px solid #1BBC9B;
}
ul.timeline li.item-timeline .inner-content{
	margin: 20px;
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	display: block;
	font-size: 15px;
	position: relative;
}
ul.timeline li.item-timeline:nth-child(even).highlight:before,
ul.timeline li.item-timeline:nth-child(odd).highlight:before{
	position: absolute;
	top: -4px;
	right: auto;
	left: 50%;
	margin-left: -12px;
	display: inline-block;
	border-left: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-bottom-color: #fff;
	content: '';
}

ul.timeline li:nth-child(even).item-timeline.highlight .buletan,
ul.timeline li:nth-child(odd).item-timeline.highlight .buletan{
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	left: 50%;
	margin-left: -6px;
	background: #fff;
	right: auto;
	top: -5px;
	border: 2px solid #1BBC9B;
}
ul.timeline li.item-timeline:nth-child(even):before{
	position: absolute;
	top: 30px;
	right: 8px;
	display: inline-block;
	border-top: 12px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 12px solid transparent;
	border-left-color: #fff;
	content: '';
}
ul.timeline li.item-timeline:nth-child(odd):before{
	position: absolute;
	top: 50px;
	left: 8px;
	display: inline-block;
	border-top: 12px solid transparent;
	border-right: 12px solid #fff;
	border-bottom: 12px solid transparent;
	border-right-color: #fff;
	content: '';
}
.img-wrap-col{margin: 5px -5px;}
.img-wrap-col:before,
.img-wrap-col:after {
	content: " ";
	display: table;
}
.img-wrap-col:after{clear: both;}
.img-wrap-col .img-col-2{
	width: 50%;
	float: left;
}
.img-wrap-col .img-wrap{
	margin: 5px;
}
.img-wrap-col .img-wrap img{
	width: auto;
	max-width: 100%;
}
.img-wrap-col .img-col-3{
	width: 33.33333333%;
	float: left;
	display: inline-block;
}
.img-wrap-col .img-col-4{
	width: 25%;
	float: left;
	display: inline-block;
}
.img-wrap-col .img-col-5{
	width: 20%;
	float: left;
	display: inline-block;
}




/**
-------------------------------------------
STORE APPS
-------------------------------------------
**/
.store-item{}
.store-item img.item-image			{width: 100%;}
.store-item .item-des				{border-top: 4px solid #8EC051;}
.store-item .bg-primary.item-des		{border-top-color: #1D9B7D;}
.store-item .bg-success.item-des		{border-top-color: #699B29;}
.store-item .bg-info.item-des		{border-top-color: #1F91BD;}
.store-item .bg-danger.item-des		{border-top-color: #BE351F;}
.store-item .bg-warning.item-des		{border-top-color: #DC9913;}
.store-item .item-des .price{
	font-size: 28px;
	padding: 0;
	margin: 10px;
	color: #AAB2BD;
}
.store-item .bg-primary.item-des .price	{color: #C6FFF1;}
.store-item .bg-success.item-des .price	{color: #DEFDBE;}
.store-item .bg-info.item-des .price		{color: #BAEAFF;}
.store-item .bg-danger.item-des .price	{color: #FFC6BD;}
.store-item .bg-warning.item-des .price	{color: #FFE6B3;}

p.brand{
	padding: 0;
	margin-bottom: 0px;
	color: #A9B3BD;
	font-size: 11px;
	text-transform: uppercase;
}
.media-popular-item 		{margin-bottom: 20px;}
.media-object.sm		{width: 95px;}
.media p.price {
	font-size: 28px;
	padding: 0;
	margin: 5px 0;
}
.shop-carousel .item{
	color: #434A54;
	text-align: left;
}
.shop-carousel .item .media .media-object	{width: 80px;}
.item-lg									{position: relative;}
.item-lg img.item-image{
	position: relative;
	width: 100%;
	z-index: 1;
}
.item-lg .item-des{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 250px;
	background: #fff;
	background: rgba(255,255,255,.98);
	z-index: 2;
	overflow-y: auto;
}
.item-lg .item-des h1{
	font-size: 30px;
	padding: 0 0 20px;
	margin: 0 0 10px;
}
.item-lg .item-des .btn-add		{margin-top: 30px;}
.item-des-text 					{margin: 20px 0;}
.store-list .store-image{
	width: 200px;
}
.category-wrap {
	width: 100%;
	height: 300px;
	overflow-y: auto;
	padding: 5px 20px;
	border: 1px solid #CBCCD1;
}
.category-wrap .list-unstyled ul{
	list-style: none;
}

/**
-------------------------------------------
FOOTER
-------------------------------------------
**/
footer{
	background: #2C343E;
	color: #f2f7fd;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}
footer p{
	color: #f2f7fd;
}
footer h4{
	font-size: 15px;
	font-weight: 700;
	color: #ccd0db;
	margin: 0px 0px 20px 0;
	padding: 0;
}
footer .media-contact{
	margin-bottom: 15px;
}
footer .media-contact .media-object{
	font-size: 18px;
	color: #3eafdb;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	text-align: center;
}
footer .media-contact address{
	padding: 0;
	margin: 0;
}
footer a{color: #f2f7fd}
footer a:hover,
footer a:focus{
	color: #f2f7fd
}

footer ul.list{
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul.list li{
	display: block;
	padding: 0;
	margin-bottom: 7px;
}
footer .subscribe{
	margin-top: 20px;
}
footer .subscribe .form-control{
	border: none;
	height: 40px;
	background-color: #1A212B;
	padding-left: 18px;
}
footer .subscribe .input-group-btn .btn{
	height: 40px;
	width: 40px;
	border: none;
	font-size: 18px;
	border-radius: 0;
}
footer .subscribe .input-group-btn .btn:hover,
footer .subscribe .input-group-btn .btn:focus{
	border: none;
}
footer .icon-social-footer{
	margin-right: 5px;
	margin-top: 5px;
	font-size: 16px;
	padding-top: 13px;
	background: #1A212B;
}

footer .icon-social-footer.icon-facebook,
footer a .icon-social-footer.icon-facebook,
footer .icon-social-footer.icon-twitter,
footer a .icon-social-footer.icon-twitter,
footer .icon-social-footer.icon-google-plus,
footer a .icon-social-footer.icon-google-plus,
footer .icon-social-footer.icon-dribbble,
footer a .icon-social-footer.icon-dribbble,
footer .icon-social-footer.icon-flickr,
footer a .icon-social-footer.icon-flickr,
footer .icon-social-footer.icon-pinterest,
footer a .icon-social-footer.icon-pinterest,
footer .icon-social-footer.icon-youtube,
footer a .icon-social-footer.icon-youtube,
footer .icon-social-footer.icon-drobox,
footer a .icon-social-footer.icon-drobox,
footer .icon-social-footer.icon-github,
footer a .icon-social-footer.icon-github,
footer .icon-social-footer.icon-linkedin,
footer a .icon-social-footer.icon-linkedin,
footer .icon-social-footer.icon-tumblr,
footer a .icon-social-footer.icon-tumblr,
footer .icon-social-footer.icon-vimeo,
footer a .icon-social-footer.icon-vimeo{
	background-color: #1A212B;
	color: #fff;
}
footer .icon-social-footer.icon-facebook:hover,
footer .icon-social-footer.icon-facebook:focus,
footer a .icon-social-footer.icon-facebook:hover,
footer a .icon-social-footer.icon-facebook:focus{
	background-color: #3B5A98;
	color: #fff;
}
footer .icon-social-footer.icon-twitter:hover,
footer .icon-social-footer.icon-twitter:focus,
footer a .icon-social-footer.icon-twitter:hover,
footer a .icon-social-footer.icon-twitter:focus{
	background-color: #3490D3;
	color: #fff;
}
footer .icon-social-footer.icon-google-plus:hover,
footer .icon-social-footer.icon-google-plus:focus,
footer a .icon-social-footer.icon-google-plus:hover,
footer a .icon-social-footer.icon-google-plus:focus{
	background-color: #BC2C1F;
	color: #fff;
}
footer .icon-social-footer.icon-dribbble:hover,
footer .icon-social-footer.icon-dribbble:focus,
footer a .icon-social-footer.icon-dribbble:hover,
footer a .icon-social-footer.icon-dribbble:focus{
	background-color: #D33471;
	color: #fff;
}
footer .icon-social-footer.icon-flickr:hover,
footer .icon-social-footer.icon-flickr:focus,
footer a .icon-social-footer.icon-flickr:hover,
footer a .icon-social-footer.icon-flickr:focus{
	background-color: #0555BF;
	color: #fff;
}
footer .icon-social-footer.icon-pinterest:hover,
footer .icon-social-footer.icon-pinterest:focus,
footer a .icon-social-footer.icon-pinterest:hover,
footer a .icon-social-footer.icon-pinterest:focus{
	background-color: #B70F12;
	color: #fff;
}
footer .icon-social-footer.icon-youtube:hover,
footer .icon-social-footer.icon-youtube:focus,
footer a .icon-social-footer.icon-youtube:hover,
footer a .icon-social-footer.icon-youtube:focus{
	background-color: #C91212;
	color: #fff;
}
footer .icon-social-footer.icon-dropbox:hover,
footer .icon-social-footer.icon-dropbox:focus,
footer a .icon-social-footer.icon-dropbox:hover,
footer a .icon-social-footer.icon-dropbox:focus{
	background-color: #0864B2;
	color: #fff;
}
footer .icon-social-footer.icon-foursquare:hover,
footer .icon-social-footer.icon-foursquare:focus,
footer a .icon-social-footer.icon-foursquare:hover,
footer a .icon-social-footer.icon-foursquare:focus{
	background-color: #0571A0;
	color: #fff;
}
footer .icon-social-footer.icon-github:hover,
footer .icon-social-footer.icon-github:focus,
footer a .icon-social-footer.icon-github:hover,
footer a .icon-social-footer.icon-github:focus{
	background-color: #212121;
	color: #fff;
}
footer .icon-social-footer.icon-linkedin:hover,
footer .icon-social-footer.icon-linkedin:focus,
footer a .icon-social-footer.icon-linkedin:hover,
footer a .icon-social-footer.icon-linkedin:focus{
	background-color: #036C8E;
	color: #fff;
}
footer .icon-social-footer.icon-tumblr:hover,
footer .icon-social-footer.icon-tumblr:focus,
footer a .icon-social-footer.icon-tumblr:hover,
footer a .icon-social-footer.icon-tumblr:focus{
	background-color: #2E485D;
	color: #fff;
}
footer .icon-social-footer.icon-vimeo:hover,
footer .icon-social-footer.icon-vimeo:focus,
footer a .icon-social-footer.icon-vimeo:hover,
footer a .icon-social-footer.icon-vimeo:focus{
	background-color: #0D9DD1;
	color: #fff;
}

.footer{
	background: #1A212B;
	height: 85px;
	padding: 8px 0;
	color: #f2f7fd;
	font-size: 13px;
}
.footer a{color: #f2f7fd}
.footer a:hover,
.footer a:focus{
	color: #f2f7fd
}
.footer .list-inline > li {
	padding-left: 10px;
	padding-right: 10px;
}



footer.light-color{
	background: #f2f7fd;
	color: #666e7b;
}
footer.light-color p{
	color: #666e7b;
}
footer.light-color h4{
	color: #5a606c;
}
footer.light-color a{color: #666e7b}
footer.light-color a:hover,
footer.light-color a:focus{
	color: #666e7b
}

footer.light-color .subscribe .form-control{
	background-color: #e6ecf3;
}
footer.light-color .icon-social-footer{
	background: #666e7b;
}

footer.light-color .icon-social-footer.icon-facebook,
footer.light-color a .icon-social-footer.icon-facebook,
footer.light-color .icon-social-footer.icon-twitter,
footer.light-color a .icon-social-footer.icon-twitter,
footer.light-color .icon-social-footer.icon-google-plus,
footer.light-color a .icon-social-footer.icon-google-plus,
footer.light-color .icon-social-footer.icon-dribbble,
footer.light-color a .icon-social-footer.icon-dribbble,
footer.light-color .icon-social-footer.icon-flickr,
footer.light-color a .icon-social-footer.icon-flickr,
footer.light-color .icon-social-footer.icon-pinterest,
footer.light-color a .icon-social-footer.icon-pinterest,
footer.light-color .icon-social-footer.icon-youtube,
footer.light-color a .icon-social-footer.icon-youtube,
footer.light-color .icon-social-footer.icon-drobox,
footer.light-color a .icon-social-footer.icon-drobox,
footer.light-color .icon-social-footer.icon-github,
footer.light-color a .icon-social-footer.icon-github,
footer.light-color .icon-social-footer.icon-linkedin,
footer.light-color a .icon-social-footer.icon-linkedin,
footer.light-color .icon-social-footer.icon-tumblr,
footer.light-color a .icon-social-footer.icon-tumblr,
footer.light-color .icon-social-footer.icon-vimeo,
footer.light-color a .icon-social-footer.icon-vimeo{
	background-color: #e6ecf3;
	color: #666e7b;
}

footer.light-color .icon-social-footer.icon-facebook:hover,
footer.light-color .icon-social-footer.icon-facebook:focus,
footer.light-color a .icon-social-footer.icon-facebook:hover,
footer.light-color a .icon-social-footer.icon-facebook:focus{
	background-color: #3B5A98;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-twitter:hover,
footer.light-color .icon-social-footer.icon-twitter:focus,
footer.light-color a .icon-social-footer.icon-twitter:hover,
footer.light-color a .icon-social-footer.icon-twitter:focus{
	background-color: #3490D3;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-google-plus:hover,
footer.light-color .icon-social-footer.icon-google-plus:focus,
footer.light-color a .icon-social-footer.icon-google-plus:hover,
footer.light-color a .icon-social-footer.icon-google-plus:focus{
	background-color: #BC2C1F;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-dribbble:hover,
footer.light-color .icon-social-footer.icon-dribbble:focus,
footer.light-color a .icon-social-footer.icon-dribbble:hover,
footer.light-color a .icon-social-footer.icon-dribbble:focus{
	background-color: #D33471;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-flickr:hover,
footer.light-color .icon-social-footer.icon-flickr:focus,
footer.light-color a .icon-social-footer.icon-flickr:hover,
footer.light-color a .icon-social-footer.icon-flickr:focus{
	background-color: #0555BF;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-pinterest:hover,
footer.light-color .icon-social-footer.icon-pinterest:focus,
footer.light-color a .icon-social-footer.icon-pinterest:hover,
footer.light-color a .icon-social-footer.icon-pinterest:focus{
	background-color: #B70F12;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-youtube:hover,
footer.light-color .icon-social-footer.icon-youtube:focus,
footer.light-color a .icon-social-footer.icon-youtube:hover,
footer.light-color a .icon-social-footer.icon-youtube:focus{
	background-color: #C91212;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-dropbox:hover,
footer.light-color .icon-social-footer.icon-dropbox:focus,
footer.light-color a .icon-social-footer.icon-dropbox:hover,
footer.light-color a .icon-social-footer.icon-dropbox:focus{
	background-color: #0864B2;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-foursquare:hover,
footer.light-color .icon-social-footer.icon-foursquare:focus,
footer.light-color a .icon-social-footer.icon-foursquare:hover,
footer.light-color a .icon-social-footer.icon-foursquare:focus{
	background-color: #0571A0;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-github:hover,
footer.light-color .icon-social-footer.icon-github:focus,
footer.light-color a .icon-social-footer.icon-github:hover,
footer.light-color a .icon-social-footer.icon-github:focus{
	background-color: #212121;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-linkedin:hover,
footer.light-color .icon-social-footer.icon-linkedin:focus,
footer.light-color a .icon-social-footer.icon-linkedin:hover,
footer.light-color a .icon-social-footer.icon-linkedin:focus{
	background-color: #036C8E;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-tumblr:hover,
footer.light-color .icon-social-footer.icon-tumblr:focus,
footer.light-color a .icon-social-footer.icon-tumblr:hover,
footer.light-color a .icon-social-footer.icon-tumblr:focus{
	background-color: #2E485D;
	color: #fff;
}
footer.light-color .icon-social-footer.icon-vimeo:hover,
footer.light-color .icon-social-footer.icon-vimeo:focus,
footer.light-color a .icon-social-footer.icon-vimeo:hover,
footer.light-color a .icon-social-footer.icon-vimeo:focus{
	background-color: #0D9DD1;
	color: #fff;
}

.footer.light-color{
	background: #e6ecf3;
	color: #666e7b;
}
.footer.light-color a{color: #666e7b}
.footer.light-color a:hover,
.footer.light-color a:focus{
	color: #666e7b
}
