/*
Name: Maven
Version: 1.1
Author: Aether Themes
Author URI: http://www.aetherthemes.com
*/

/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Header
	=Content Styles
	=Hero
	=Text Slider
	=Progress Slider
	=Portfolio
	=Team
	=Pricing
	=Clients
	
	=Since v1.1
		=Twitter
		=Blog
*/

/*Titres*/
h1, h2, h3, h4 {
    color: #171a1c;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    margin: 15px 0;
	text-shadow:none !important;
	line-height:1.3em !important;
}
h5, h6 {
    color: #171a1c;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    margin: 15px 0;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #fff;
}
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6 {
    color: #fff;
}

h5, h6 {
    letter-spacing: 0.2em;
}
h1 {
    line-height: 0.9em;
}
h2, h3, h4 {
    line-height: 0.9em;
	text-transform:none !important;
}
h5, h6 {
    line-height: 1.2em;
	text-transform:none !important;
}
	h1 {
		font-size: 55px;
	}
	h2 {
		font-size: 100px;
	}
	h3 {
		font-size: 80px;
	}
	h4 {
		font-size: 40px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 9px;
	}
@media (min-width: 768px) {
	h1 {
		font-size: 100px;
	}
	h2 {
		font-size: 80px;
	}
	h4 {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 20px 0;
	}
	h1 {
		font-size: 55px;
	}
	h2 {
		font-size: 100px;
	}
	h3 {
		font-size: 80px;
	}
	h4 {
		font-size: 40px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 9px;
	}
}


/* Responsive */
@media (min-width: 768px) { 
}
@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	p {
		font-size: 18px;
		margin: 20px 0 20px 0;	
		font:18px "Cardo",serif
	}
	p.sub-heading { font-size: 25px; }
}


/* =Header
-------------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

.header-inner {
	padding: 10px;
	background: rgba(0, 0, 0, .8);
	-webkit-transition: background 0.5s ease-out;
	   -moz-transition: background 0.5s ease-out;
		-ms-transition: background 0.5s ease-out;
	 	 -o-transition: background 0.5s ease-out;
			transition: background 0.5s ease-out;
	border-bottom: none;
	width: 100%;
	opacity: 1;
	-webkit-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99);
			animation: fadeInDown 0.5s cubic-bezier(.16, .68, .43, .99);
}

.header-inner.scrolled {
	background: rgba(0, 0, 0, .8);
	-webkit-transition: background 1s ease-out;
	   -moz-transition: background 1s ease-out;
		-ms-transition: background 1s ease-out;
	 	 -o-transition: background 1s ease-out;
			transition: background 1s ease-out;
}

.push-active .header-inner {
	opacity: 0;
	-webkit-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99);
			animation: fadeOutUp 0.5s cubic-bezier(.16, .68, .43, .99);
}

.logo {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
	 	 -o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
}

.logo:hover {
	opacity: .5;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
	 	 -o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
}

@media (min-width: 768px) {
	.header-inner { padding: 8px 20px 10px; }
}
@media (min-width: 992px) {
	.header-inner { background: transparent; }
}

/* Menu Button */
.menu-button {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 20px;
	right: 10px;
	position: absolute;
}

.menu-button .before, .menu-button .main, .menu-button .after {
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform 0.2s;
	   -moz-transition:    -moz-transform 0.2s;
	    -ms-transition: 	-ms-transform 0.2s;
		 -o-transition: 	 -o-transform 0.2s;
			transition: 		transform 0.2s;
}

/* Button Hover */
.menu-button:hover .before {
	-webkit-transform: translateY(-2px);
	   -moz-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		 -o-transform: translateY(-2px);
			transform: translateY(-2px);
}

.menu-button:hover .after {
	-webkit-transform: translateY(2px);
	   -moz-transform: translateY(2px);
		-ms-transform: translateY(2px);
		 -o-transform: translateY(2px);
			transform: translateY(2px);
}

/* Button Active */
.push-active .menu-button .main { display: none; }

.push-active .menu-button .before {
	margin: 0;
	-webkit-transition: -webkit-transform 0.5s;
	   -moz-transition:    -moz-transform 0.5s;
	    -ms-transition: 	-ms-transform 0.5s;
		 -o-transition: 	 -o-transform 0.5s;
			transition: 		transform 0.5s;
	-webkit-transform: translateY(2px) rotate(45deg);
	   -moz-transform: translateY(2px) rotate(45deg);
		-ms-transform: translateY(2px) rotate(45deg);
		 -o-transform: translateY(2px) rotate(45deg);
			transform: translateY(2px) rotate(45deg);
}

.push-active .menu-button .after {
	margin: 0;
	-webkit-transition: -webkit-transform 0.5s;
	   -moz-transition:    -moz-transform 0.5s;
	    -ms-transition: 	-ms-transform 0.5s;
		 -o-transition: 	 -o-transform 0.5s;
			transition: 		transform 0.5s;
	-webkit-transform: translateY(0) rotate(-45deg);
	   -moz-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		 -o-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
}

@media (min-width: 768px) {
	.menu-button { right: 20px; }
}


.menu-button-grid {
	cursor: pointer;
	display: block;
	width: 25px;
	height: 20px;
	right: 10px;
	position: absolute;
}

.menu-button-grid .top-left, .menu-button-grid .top-right {
	display: block;
	float: left;
	width: 5px;
	margin: 0px 2px 4px;
	height: 5px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	 	 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

.menu-button-grid .bottom-left, .menu-button-grid .bottom-right {
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	margin: 0px 2px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	 	 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}

.menu-button-grid:hover .bottom-left, .menu-button-grid:hover .bottom-right, .menu-button-grid:hover .top-left, .menu-button-grid:hover .top-right {
	background: #fff;
}


@media (min-width: 768px) {
	.menu-button-grid { right: 20px; }
}


/* =Buttons
-------------------------------------------------------------- */
a.button {
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	color: #171a1c;
	border: 1px solid rgba(23,26,28,.4);
	background: transparent;
	padding: 15px 25px;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	   	-ms-transition: all 0.3s;
	   	 -o-transition: all 0.3s;
			transition: all 0.3s;
}

a.button:before {
	-webkit-backface-visibility: hidden;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: -1px;
	bottom: 0px;
	right: -1px;
	background: #171a1c;
	-webkit-transition: top 0.3s;
	   -moz-transition: top 0.3s;
	   	-ms-transition: top 0.3s;
	   	 -o-transition: top 0.3s;
			transition: top 0.3s;
}

a.button:active, a.button:hover {
	color: #fff;
	border: 1px solid #171a1c;
}

a.button:active:before, a.button:hover:before {
	top: -1px;
}

a.button.dark {
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	color: #fff;
	border: 1px solid rgba(255,255,255,.6);
	background: transparent;
	padding: 15px 25px;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	   	-ms-transition: all 0.3s;
	   	 -o-transition: all 0.3s;
			transition: all 0.3s;
}

a.button.dark:before {
	-webkit-backface-visibility: hidden;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 100%;
	left: -1px;
	bottom: 0px;
	right: -1px;
	background: #fff;
	-webkit-transition: top 0.3s;
	   -moz-transition: top 0.3s;
	   	-ms-transition: top 0.3s;
	   	 -o-transition: top 0.3s;
			transition: top 0.3s;
}

a.button.dark:active, a.button.dark:hover {
	color: #171a1c;
	border: 1px solid #fff;
}

a.button.dark:active:before, a.button.dark:hover:before {
	top: -1px;
}

/* Responsive */
@media (min-width: 768px) {
	a.button, a.button.dark { 
		padding: 18px 30px;
		font-size: 11px;
	} 
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	a.button, a.button.dark { 
		padding: 20px 45px;
		font-size: 11px;
	}
}



/* =Portfolio
-------------------------------------------------------------- */

.filters {
	display: none;
}

.filters li {
	position: relative;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #666666;
	display: inline-block;
	margin: 20px;
}

.filters li:before {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	width: 100%;
	height: 1px;
	background: #1E4361;
	opacity: 0;

	/* Animtaion */
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
	   	-ms-transition: opacity 0.3s, transform 0.3s;
	   	 -o-transition: opacity 0.3s, transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
}

.filters .is-checked:before, .filters li:hover:before {
	opacity: 1;

	/* Animation */
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
	   	-ms-transition: opacity 0.3s, transform 0.3s;
	   	 -o-transition: opacity 0.3s, transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
	   	-ms-transform: translateY(10px);
	   	 -o-transform: translateY(10px);
			transform: translateY(10px);
}

.thumbnails { margin: 25px 10px 0px 10px; overflow: hidden; }

.thumbnail { width: 100%; position: absolute; }
.thumbnail img { width: 100%; }

.thumbnail .overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	opacity: 0;
	z-index: 1;
	border: 20px solid rgba(0,0,0,.15);
	-webkit-transition: all 0.5s cubic-bezier(.16, .68, .43, .99);
	   -moz-transition: all 0.5s cubic-bezier(.16, .68, .43, .99);
	   	-ms-transition: all 0.5s cubic-bezier(.16, .68, .43, .99);
	   	 -o-transition: all 0.5s cubic-bezier(.16, .68, .43, .99);
			transition: all 0.5s cubic-bezier(.16, .68, .43, .99);
}

.thumbnail:hover .overlay {
	opacity: 1;
}

.project-info {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -36px;
	opacity: 0;
	-webkit-animation: fadeOutDown 0.5s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeOutDown 0.5s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeOutDown 0.5s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeOutDown 0.5s cubic-bezier(.16, .68, .43, .99);
			animation: fadeOutDown 0.5s cubic-bezier(.16, .68, .43, .99);
}

.project-info.visible {
	opacity: 1;
	-webkit-animation: fadeInUp 0.5s cubic-bezier(.16, .68, .43, .99); 
	   -moz-animation: fadeInUp 0.5s cubic-bezier(.16, .68, .43, .99); 
		-ms-animation: fadeInUp 0.5s cubic-bezier(.16, .68, .43, .99);
		 -o-animation: fadeInUp 0.5s cubic-bezier(.16, .68, .43, .99);
			animation: fadeInUp 0.5s cubic-bezier(.16, .68, .43, .99);
}

/* Responsive */
@media (min-width: 768px) {
	.filters {display: block;}
	.thumbnails { margin: 30px 20px 0px 20px; }
	.thumbnail { width: 50%; }
	.project-info { margin-top: -40px; }
}
@media (min-width: 992px) {
}

@media (min-width: 1400px) {
	.thumbnails { margin: 50px 60px 0px 60px; }
}

/* =Single Project
-------------------------------------------------------------- */
.padded-xl { 
	padding-top: 150px; 
	padding-bottom: 150px;
	margin-bottom: 100px;
	overflow: visible;
}

.absolute-image { 
	width: 100%;
	display: block;
	position: absolute;
	bottom: -100px;
	z-index: 1;
}

.counter {
	display: block;
	position: relative;
	width: 39px;
	height: 39px;
	margin: 10px auto;
}

.counter:before {
	content: " ";
	display: block;
	width: 50px;
	height: 1px;
	background: #d3d3d3;
	position: absolute;
	bottom: 17px;
	left: -7px;
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accent .counter:before {
	background: rgba(23,26,28,.3);
}

.counter.dark:before {
	background: #5c5d5f;
}

.counter-number {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
}

.counter-of {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #888888;
}

.counter.dark .counter-number, .counter.dark .counter-of { color: #d1d1d1; }
.accent .counter .counter-number, .accent .counter .counter-of { color: #171a1c; }

.rsGallery {
	width: 100%;
	background: transparent;
	color: #d1d1d1;
 	margin-top: 15px;
 	margin-bottom: 20px;
}

.rsGallery .rsOverflow,
.royalSlider.rsGallery {
	height: 140px !important;
}

.rsMainSlideImage { margin-left: 0px!important;}

.rsGallery .rsGCaption {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
  	line-height: 1em;
  	background: transparent;
  	width: 100%;
  	position: static;
  	float: left;
  	left: auto;
  	bottom: auto;
  	text-align: center;
  	margin-top: 15px;
}


/* Scaling transforms */
.rsGallery .rsSlide img {
	opacity: 0.45;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;

	-webkit-transform: scale(0.9);  
	   -moz-transform: scale(0.9); 
		-ms-transform: scale(0.9);
		 -o-transform: scale(0.9);
			transform: scale(0.9);
}

.rsGallery .rsActiveSlide img {
	opacity: 1;
	-webkit-transform: scale(1);  
	   -moz-transform: scale(1); 
		-ms-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);
}

.devices-container {
	position: relative;
	padding-bottom: 250px;
	overflow: visible!important;
}

.container h5{
	margin:25px 0;	
}

.txt_important{
	font-size:1.8em;	
	max-width:900px;
	margin:40px auto 20px auto;
	text-align:center;
	color:#eee;
	text-align:center;
}

.bg-5 .txt_important{
	color:#2d2d2d !important;
}

.devices {
	position: absolute;
	z-index: 1;
	left: 0;
	text-align: center;
	width: 100%;
}

.small-value {
	font-size: 18px;
	font-family: arial;
	line-height: 18px;
	vertical-align: top;
}



/*********************************************************************
 							SINCE v1.1
 *********************************************************************/

 /* =Twitter
-------------------------------------------------------------- */
.twitter i {
	font-size: 16px;
}

.twitter .user img {
	margin: 5px 0px 10px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	   	-ms-border-radius: 50px;
	   	 -o-border-radius: 50px;
			border-radius: 50px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.twitter [data-scribe="element:name"] {
	display: none;
}

.twitter [data-scribe="element:screen_name"] {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #171a1c;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.twitter .tweet {
	font-size: 25px;
}

.twitter .tweet a {
	color: #171a1c;
}

.twitter .tweet a:hover {
	text-decoration: underline;
}

.twitter .timePosted {
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.twitter .interact { display: none; }


 /* =Blog
-------------------------------------------------------------- */

.post { 
	position: relative;
	text-align: left;
	margin-bottom: 25px;
	padding: 0px 0px 15px 50px;
	border-bottom: 1px solid #e9e9e9;
}

.post-body a { 
	color: #171a1c;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
	 	 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

.post-body a:hover { 
	color: #aaaaaa;
}

.post-media { position: relative; margin-bottom: 20px; }

.post-media img {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.post .date {
	position: absolute;
	text-align: center;
	width: 40px;
	padding-bottom: 10px;
	top: 0;
	left: 0;
	font-family: 'Montserrat' sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 0.8em;
	border-bottom: 1px solid #e9e9e9;
}

.post .date small { font-size: 0.5833333333333333em; }

.post-title a { 
	color: #171a1c;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
	 	 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.post-title a:hover { color: #666666; text-decoration: none; }
.post-meta h6, .post-meta a { color: #aaaaaa; }

.post.quote .post-title h4, .post.link .post-title h4 {
	font-size: 1em!important;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	padding: 0;
}

.widget {
	text-align: left;
	margin-bottom: 25px;
}

.search {
	border: none;
	float: left;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 80%;
	height: 40px;
	background: #fff;
	color: #aaaaaa;
	font-weight: 300;
	font-size: 13px;
	border-bottom: 2px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	-webkit-appearance: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.search-submit {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	outline: none;
	cursor: pointer;
	width: 20%;
	height: 40px;
	text-indent: -999em;
	background: #fff url(../images/maven/blog/search.png) no-repeat center center;
	background-size: 16px 16px;
	text-decoration: none;
	-webkit-appearance: none;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.cat-item, .recentcomments {
	font-size: 0.8666666666667em;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}


.cat-item a, .recentcomments a { 
	color: #aaaaaa; 
	font-weight: 400;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
	 	 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

.tagcloud a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 0.6em;
	border: 1px solid #f2f2f2;
	color: #aaaaaa;
	font-family: 'Montserrat' sans-serif;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
	 	 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

.tagcloud a:hover {
	color: #171a1c;
}

.widget-archive a, .widget-recent-entries a {
	color: #aaaaaa; 
	font-weight: 400;
	font-size: 0.8666666666667em;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
	 	 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}

.widget-archive a:hover, .widget-recent-entries a:hover, .cat-item a:hover, .recentcomments a:hover {
	text-decoration: none;
	color: #171a1c;
}

.post-body ul, .unordered-list { margin-bottom: 20px; }
.post-body ul li, .unordered-list li { margin-bottom: 5px; }
.post-body ul li:before, .unordered-list li:before {
	content: "∙";
	margin-right: 5px;
}


code {
	display: block;
	clear: both;
	overflow: auto;
	padding: 10px 20px 20px 20px;
	white-space: pre;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	font: 12px "Andale Mono",Courier,"Courier New",monospace;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.post { margin-bottom: 35px; padding-bottom: 20px; }
	.post .date { font-size: 1.2em; }
	.widget { margin-bottom: 35px; }
	.hero-content h1{
		font-size:3em !important;	
	}
}

@media (min-width: 1200px) {
	.post .date { font-size: 1.6em; }
	.post { padding-left: 70px; padding-bottom: 30px; margin-bottom: 50px; }
	.widget { margin-bottom: 50px; }
}