	/* Slider */
	
	.slick-slider {
		position: relative;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
	}
	
	.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
	.slick-list:focus {
		outline: none;
	}
	
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}
	
	.slick-slider .slick-track,
	.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.slick-track {
		position: relative;
		top: 0;
		left: 0;
		display: block;
	}
	
	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
	}
	
	.slick-track:after {
		clear: both;
	}
	
	.slick-loading .slick-track {
		visibility: hidden;
	}
	
	.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
	}
	
	[dir='rtl'] .slick-slide {
		float: right;
	}
	
	.slick-slide img {
		display: block;
	}
	
	.slick-slide.slick-loading img {
		display: none;
	}
	
	.slick-slide.dragging img {
		pointer-events: none;
	}
	
	.slick-initialized .slick-slide {
		display: block;
	}
	
	.slick-loading .slick-slide {
		visibility: hidden;
	}
	
	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}
	
	/* --------------------------------------------------------------
		Homepage Styles
	-------------------------------------------------------------- */
	/* ===[ Carousel And Slider ]=== */
	
	.homepage-carousel.slick-initialized,
	.homepage-slider.slick-initialized {
		opacity: 1;
		transition: opacity .2s ease-in;
	}
	
	.homepage-carousel .slick-slide,
	.homepage-slider .slick-slide {
		float: left;
		position: relative;
		height: 100%;
		min-height: 1px;
		overflow: hidden;
		margin: 0;
	}
	
	.homepage-carousel .slick-slide img,
	.homepage-slider .slick-slide img {
		display: block;
		width: 100%;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}
	
	.homepage-carousel .slick-nav,
	.homepage-slider .slick-nav {
		font-size: 18px;
		color: #fff;
		display: block;
		text-align: center;
		outline: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		background: transparent;
		border: 1px solid rgba(255, 255, 255, .5);
		cursor: pointer;
		z-index:10;
	}
	
	.homepage-carousel .slick-nav:hover,
	.homepage-slider .slick-nav:hover {
		color: #111;
		background: #fff;
	}
	
	.homepage-carousel .slick-prev,
	.homepage-slider .slick-prev {
		left: 25px
	}
	
	.homepage-carousel .slick-next,
	.homepage-slider .slick-next {
		right: 25px
	}
	
	/* ===[ Carousel ]=== */
	
	.homepage-carousel {
		opacity: 0;
		margin-bottom: 30px;
	}
	
	.homepage-carousel .slick-slide:hover img {
		transform: scale(1.2)
	}
	
	.homepage-carousel .slick-slide .featured-title {
		position: absolute;
		padding: 20px 25px 10px 25px;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .4);
	}
	
	.homepage-carousel .slick-slide .featured-title h2 {
		font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 5px;
		color: #fff;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	}
	
	.homepage-carousel .slick-slide .featured-title .featured-date {
		color: #ddd;
		font-size: 13px;
	}
	
	/* ===[ Slider ]=== */
	
	.homepage-slider {
		opacity: 0;
		margin-bottom: 60px;
	}
	
	.homepage-slider .slick-slide .featured-title {
		text-align: center;
		position: absolute;
		margin: 0 auto;
		top: 20%;
		left: 30%;
		width: 40%;
		padding: 40px 30px 50px;
		background: #fff;
		-webkit-transition: all .1s ease-in-out;
		-moz-transition: all .1s ease-in-out;
		-o-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}
	
	.homepage-slider .slick-slide:hover .featured-title {
		background: rgba(255, 255, 255, .9)
	}
	
	.homepage-slider .slick-slide .featured-title h2 {
		font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 10px;
		color: #111;
	}
	
	.homepage-slider .slick-slide .featured-title .featured-date {
		color: #999;
		font-size: 13px;
	}
	
	.homepage-slider .slick-slide .featured-title .featured-category {
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #e1534f;
		margin-bottom: 10px;
		border-radius: 3px;
	}
	
	#blog-pager > span a h3 {
		font-family: raleway;
		font-size: 17px;
	}
	
	#blog-pager a:hover {
		text-decoration: none;
	}
	
	#blog-pager a > h3:hover {
		text-decoration: underline!important;
	}
	
	#blog-pager-older-link {
		display: inline;
		float: right;
		width: 50%;
		text-align: right;
		padding: 0
	}
	
	#blog-pager-newer-link {
		display: inline;
		float: left;
		width: 50%;
		text-align: left;
		padding: 0
	}
	
	#blog-pager {
		clear: both;
		font-size: 16px;
		line-height: normal;
		margin: 0;
		padding: 10px;
		font-family: times new roman;
		background: #f9f9f9;
	}
	
	#instafeed {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		line-height: 0
	}
	
	#instafeed img {
		height: auto;
		width: 100%
	}
	
	#instafeed a {
		padding: 0;
		margin: 0;
		display: inline-block;
		position: relative
	}
	
	#instafeed li {
		width: 12.5%;
		display: inline-block;
		margin: 0!important;
		padding: 0!important
	}
	
	#instafeed .insta-likes {
		width: 100%;
		height: 100%;
		margin-top: -100%;
		opacity: 0;
		text-align: center;
		letter-spacing: 1px;
		background: rgba(255, 255, 255, 0.4);
		position: absolute;
		text-shadow: 2px 2px 8px #fff;
		font: normal 400 11px Montserrat, sans-serif;
		color: #222;
		line-height: normal;
		transition: all .35s ease-out;
		-o-transition: all .35s ease-out;
		-moz-transition: all .35s ease-out;
		-webkit-transition: all .35s ease-out
	}
	
	#instafeed a:hover .insta-likes {
		opacity: 1
	}

	.post-gallery .slick-nav {
		font-size: 18px;
		color: #fff;
		display: block;
		text-align: center;
		outline: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		background: transparent;
		border: 1px solid rgba(255, 255, 255, .5);
		cursor: pointer;
		z-index: 10;
	}
	
	.post-gallery .slick-nav:hover {
		color: #111;
		background: #fff;
	}
	
	.post-gallery .slick-prev {
		left: 25px
	}
	
	.post-gallery .slick-next {
		right: 25px
	}	
	
	/********************************/
	/*** Post ***/
	/********************************/
	
	.post {
/*		margin-bottom: 100px; */
		margin-bottom: 50px;
	}
	
	.single .post {
		margin-bottom: 70px;
	}
	/*** Post Header ***/
	
	.post-header {
		margin-bottom: 27px;
		text-align: center;
	}
		
	.post-header h1,
	.post-header h2 {
		margin-bottom: 8px;
	}
	
	.post-header h1 a,
	.post-header h2 a,
	.post-header h1 {
		font-family: Raleway;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #222;
	}
	
	.post-header h2 a:hover {
		opacity: .50;
	}
	
	.post-header .date {
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #aaa;
		margin-right: 5px;
		font-size: 11px;
		font-family: Lora;
	}
	/*** Post image ***/
	
	.post-image {
		margin-bottom: 18px;
	}
	
	.post-image img {
		max-width: 100%;
		height: auto;
	}
	
	/*** Post Entry ***/
	
	.post-entry {
		text-align: justify;
	}
	
	.post-entry img {
		max-width: 100%;
		height: auto;
	}
	
	.post-entry p {
		margin-bottom: 20px;
		text-align: justify;
		text-align: center;
	}
	
	.post-entry a.more-link {
		margin-top: 40px;
		border-radius: 1px;
		text-transform: uppercase;
		line-height: 1.75;
		color: #5d5d5d;
		border: 1px solid #e6c55d;
		letter-spacing: 2px;
		font-size: 10px;
		padding: 0 15px;
		font-family: 'Montserrat';
		line-height: 38px;
		display: inline-block;
		text-transform: uppercase;
		background: transparent;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	
	.post-entry a:hover {
		color: #cea525;
	}
	
	.post-entry p,
	.post-entry h1,
	.post-entry h2,
	.post-entry h3,
	.post-entry h4,
	.post-entry h5,
	.post-entry h6,
	.post-entry hr {
		margin-bottom: 20px;
	}
	
	.post-entry h1,
	.post-entry h2,
	.post-entry h3,
	.post-entry h4,
	.post-entry h5,
	.post-entry h6 {
		color: #000;
		font-weight: 700;
	}
	
	.post-entry h1 {
		font-size: 30px;
	}
	
	.post-entry h2 {
		font-size: 27px;
	}
	
	.post-entry h3 {
		font-size: 24px;
	}
	
	.post-entry h4 {
		font-size: 20px;
	}
	
	.post-entry h5 {
		font-size: 18px;
	}
	
	.post-entry h6 {
		font-size: 16px;
	}
	
	.post-entry hr {
		border: 0;
		height: 0;
		border-bottom: 1px solid #e5e5e5;
		clear: both;
	}
	
	.post-entry blockquote p {
		border-left: 3px solid #cea525;
		color: #999;
		padding: 0 18px;
		font-family: "Georgia";
		font-size: 18px;
		line-height: 28px;
		font-style: italic;
	}
	
	.post-entry ul,
	.post-entry ol {
		padding-left: 45px;
		margin-bottom: 20px;
	}
	
	.post-entry ul li {
		margin-bottom: 12px;
		list-style: square;
	}
	
	.post-entry ol li {
		margin-bottom: 12px;
		list-style: decimal;
	}
	
	.sticky.post .post-header {
		border: 1px dashed #ddd;
		padding: 20px 0;
	}
	
	.bypostauthor {}
	
	.post-entry table {
		width: 100%;
		margin-bottom: 22px;
		border-collapse: collapse
	}
	
	.post-entry td,
	.post-entry th {
		padding: 12px;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.post-entry th {
		font-weight: bold;
		font-size: 14px;
		background: #f5f5f5;
	}
	
	.post-entry tr:hover {
		background: #f9f9f9;
	}
	
	/*** Post Share ***/
	
	.post-share {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 100px;
		background: url(http://1.bp.blogspot.com/-RaxSFprHuWw/U-eh4Hd6OgI/AAAAAAAAAP0/sijBcrNVTjo/line.gif) repeat-x center center;
	}
	
	.post-share a {
		display: inline-block;
	}
	
	.share-box {
		width: 55px;
		height: 42px;
		background: #fff;
		border: 1px solid #e5e5e5;
		display: inline-block;
		line-height: 42px;
		margin: 0 10px;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	
	.share-box i {
		font-size: 14px;
	}
	
	.share-box:hover {
		background: #171717;
		border: 1px solid #171717;
	}
	/*** Post author ***/
	
	.post-author {
		margin-bottom: 80px;
		margin-top: 70px;
		overflow: hidden;
		border-bottom: 1px solid rgba(34, 34, 34, 0.1);
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	
	.author-img {
		float: left;
		margin-right: 30px;
	}
	
	.author-img img {
		border-radius: 50%;
	}
	
	.author-content h5 a {
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-bottom: 8px;
		color: #000;
		display: block;
	}
	
	.author-content p {
		margin-bottom: 8px;
	}
	
	.author-content .author-social {
		font-size: 14px;
		color: #bbb;
		margin-right: 8px;
	}
	/*** Post related ***/
	
	.post-related {
		overflow: hidden;
		margin-bottom: 80px;
		margin-top: 70px;
	}
	
	.post-box {
		text-align: center;
	}
	
	.post-box-title {
		padding-bottom: 3px;
		display: inline-block;
		margin-top: 0;
		font-family: Raleway;
		font-size: 24px;
		font-weight: 400;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: 3px;
		text-transform: uppercase;
		text-align: center;
		color: #222;
		margin-bottom: 20px;
	}
	
	.item-related {
		width: 292px;
		float: left;
	}
	
	.item-related:last-child {
		margin-right: 0;
	}
	
	.container.sp_sidebar .item-related {
		width: 212px;
		position: relative;
	}
	
	.container.sp_sidebar .item-related:last-child {
		margin-right: 0;
	}
	
	.item-related img {
		margin-bottom: 6px;
		width: 100%;
		height: auto;
	}
	
	.item-related h3 a {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #000;
		display: block;
		font-weight: bold;
		color: #FFF;
		position: absolute;
		bottom: 11px;
		font-weight: 500;
		width: 78%;
		min-height: 42px;
		padding: 10px 20px;
		background-color: rgba(0, 0, 0, 0.43);
	}
	
	.item-related h3 a:hover {
		text-decoration: underline;
	}
	
	.item-related span.date {
		font-size: 10px;
		font-family: "Open Sans", sans-serif;
		text-transform: uppercase;
		font-style: italic;
		color: #999;
	}
	/** Post tags ***/
	
	.post-tags {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	
	.post-tags a {
		font-family: "Open Sans", sans-serif;
		font-size: 11px;
		letter-spacing: 2px;
		text-transform: uppercase;
		background: #f2f2f2;
		color: #666;
		padding: 7px 10px 8px;
		margin-right: 6px;
		border-radius: 2px;
		margin-bottom: 5px;
		display: inline-block;
	}
	
	.post-tags a:hover {
		background: #333;
		color: #fff;
		text-decoration: none;
	}
	/*** Post Pagination ***/
	
	.post-pagination {
		overflow: hidden;
	}
	
	.post-pagination .prev-post {
		float: left;
		width: 470px;
	}
	
	.post-pagination .next-post {
		float: right;
		text-align: right;
		width: 470px;
	}

	.bottom-blog {
		display: inline-block;
		width: 100%;
		border-top: 1px dashed #e8e8e8;
		padding: 13px 0;
		margin-top: 30px;
	}
	.blog-date li {
		display: inline-block;
		font-size: 12px;
		font-style: italic;
		margin-right: 14px;
	}
	
	.blog-date li a {
		color: #5d5d5d
	}
	
	.blog-date li .fa {
		font-size: 16px;
		color: #e6c55d;
		margin-right: 10px;
		vertical-align: middle;
	}

	/** WIDGET ITEMS **/
	
	.widget ul.side-newsfeed li {
		list-style-type: none;
		margin-bottom: 17px;
		padding-bottom: 13px;
		margin-left: 0;
	}
	
	.widget ul.side-newsfeed li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.widget ul.side-newsfeed li .side-item {
		overflow: hidden;
	}
	
	.widget ul.side-newsfeed li .side-item .side-image {
		float: left;
		margin-right: 14px;
	}
	
	.widget ul.side-newsfeed li .side-item .side-image img {
		width: 86px;
		height: auto;
	}
	
	.widget ul.side-newsfeed li .side-item .side-item-text {
		overflow: hidden;
	}
	
	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		margin-bottom: 1px;
		color: #333;
		display: block;
		font-size: 14px;
	}
	
	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		font-size: 10px;
		letter-spacing: 1px;
		color: #999;
		font-style: italic;
		font-family: "Open Sans";
	}

	#sidebar .widget h2:before {
		content: "";
		width: 100%;
		height: 1px;
		top: 49%;
		border-bottom: 1px dashed #E6E6E6;
		position: absolute;
		left: 0;
	}
	
	#sidebar .widget-title,
	#sidebar .widget h2,
	#widget-area .widget h2 {
		margin-bottom: 30px;
	}
	
	#sidebar .widget ul li {
		margin-bottom: 7px;
		padding-bottom: 7px;
	}
	
	#sidebar .widget ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	div#sidebar h2 span {
		font-family: 'Montserrat';
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #252525;
		line-height: 27px;
		padding: 0 10px;
		border: 1px dashed #E6E6E6;
		display: inline-block;
		margin: 0;
		background: #ffffff;
		position: relative;
	}

	.widget-title,
	#sidebar .widget h2,
	#widget-area .widget h2 {
		color: #222;
	}
	
	#sidebar .widget-title,
	#sidebar .widget h2,
	#widget-area .widget h2 {
		background: ;
		color: ;
	}
	
	.widget-title,
	#sidebar .widget h2 {
		display: block;
		position: relative;
		text-align: center;
	}


	.BlogArchive #ArchiveList ul li {
		background: none;
		list-style: none;
		list-style-image: none;
		list-style-position: outside;
		border-width: 0;
		padding-left: 15px;
		text-indent: -15px;
		margin: .25em 0;
		background-image: none;
	}

	.BlogArchive #ArchiveList ul ul li {
		padding-left: 1.2em;
	}

	.BlogArchive #ArchiveList ul {
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-image: none;
		border-width: 0;
	}

	.BlogArchive #ArchiveList ul.posts li {
		padding-left: 1.3em;
	}

	.list-group-item.Blog-List,
	a.list-group-item.Blog-List:focus, a.list-group-item.Blog-List:hover
	{
		border : none;
		background-color: transparent;
	}

	a.Blog-List:focus {
		outline: 0;
	}

	.list-group-submenu {
	  margin-left:20px;
	}
	.strong.Blog-List { font-weight: bold; }

	.list-group.panel.Blog-Archive{
		padding-left:	25px;
		border: 0;
		background-color: transparent;
		outline: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	
	}


	/********************************/
	/*** Navigation ***/
	/********************************/
	
	#navigation {
		background: #E8A9D0;
		height: 60px;
		position: fixed;
		z-index: 999999;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-backface-visibility: hidden;
	}
	
	#navigation .container {
		position: relative;
	}

	/** Search **/
	
	#top-search {
		position: absolute;
		right: 0;
		top: 0;
		width: 48px;
		text-align: center;
		margin-left: 16px;
	}
	
	#top-search a {
		border-radius: 5px;	
		margin-top:	5px;
		border-color: #f56400;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
		color: #fff;
		background: #f56400;
		display: block;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	#show-search {
		position: absolute;
		top: 51px;
		right: -1px;
		display: none;
		z-index: 10000;
	}
	
	#show-search #searchform input#Mobile-Search {
		width: 190px;
		background: #FFF;
		webkit-box-shadow: 0 8px 6px -6px rgba(206, 206, 206, .2);
		-moz-box-shadow: 0 8px 6px -6px rgba(206, 206, 206, .2);
		box-shadow: 0 8px 6px -6px rgba(206, 206, 206, .2);
	}
	
	#show-search #searchform input#Mobile-Search:focus {
		border: 1px solid #d5d5d5;
	}

	#searchform input#Mobile-Search {
		border: 1px solid #e5e5e5;
		background-color: #fff;
		padding: 14px 14px;
		font-size: 11px;
		color: #999;
		letter-spacing: 1px;
	}
	
	#searchform #Mobile-Search:focus {
		outline: none;
	}
	
	/*=========================
		Icons
	================= */

	/* footer social icons */
	ul.social-network {
		list-style: none;
		display: inline;
		margin-left:0 !important;
		padding: 0;
	}
	ul.social-network li {
		display: inline;
		margin: 0 5px;
	}

	/* footer social icons */
	.social-network a.icoYoutube:hover {
		background-color: #F56505;
	}
	.social-network a.icoFacebook:hover {
		background-color:#3B5998;
	}
	.social-network a.icoTwitter:hover {
		background-color:#33ccff;
	}
	.social-network a.icoInstagram:hover {
		background-color:#BD3518;
	}

	.social-network a.icoYoutube:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
	.social-network a.icoInstagram:hover i {
		color:#fff;
	}
	a.socialIcon:hover, .socialHoverClass {
		color:#44BCDD;
	}

	.social-circle li a {
		display:inline-block;
		position:relative;
		margin:0 auto 0 auto;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		text-align:center;
		width: 50px;
		height: 50px;
		font-size:20px;
	}
	.social-circle li i {
		margin:0;
		line-height:50px;
		text-align: center;
	}

	.social-circle li a:hover i, .triggeredHover {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms--transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-ms-transition: all 0.2s;
		transition: all 0.2s;
	}
	.social-circle i {
		color: #ff5733;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-o-transition: all 0.8s;
		-ms-transition: all 0.8s;
		transition: all 0.8s;
	}

	a.Social-Icon {
	 background-color: #FFD3D3;   
	}
	
	.ellipsis {
		overflow: 		hidden; 
        text-overflow: 	ellipsis; 
        white-space: 	nowrap;
	}
	
	.article-date {
		display: inline-block;
		font-size: 12px;
		font-style: italic;
		margin-right: 14px;
	}
	
	.article-date .fa {
		font-size: 16px;
		color: #e6c55d;
		margin-right: 10px;
		vertical-align: middle;
	}
	
	@media (max-width: 479px) {
		.Title-Font {
			font-size:	18px;
		}
		.Fill-Size {
			padding: 0;
			margin: 0;
		}
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		.Title-Font {
			font-size:	26px;
		}			
		.Fill-Size {
			padding: 0;
			margin: 0;
		}
	}
	
/********************************/
/*** Footer Copyright ***/
/********************************/
	#footer-copyright {
	padding:12px 0;
	background:#000;
	overflow:hidden;
	font-family:"Open Sans", sans-serif;
	}
	#footer-copyright p {
	font-size:11px;
	color:#EFEFEF;
/*	float:left; */
	}
	#footer-copyright .to-top {
	float:right;
	margin-top:6px;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#EFEFEF;
	}
	#footer-copyright .to-top i {
	font-size:14px;
	margin-left:3px;
	}
	#footer-copyright .to-top:hover {
	text-decoration:none;
	}
	div#author-social a {
	margin-right: 5px;
	color: #777;
	}	
	
	footer#footer-copyright a {
		color: #e6c55d;
	}	