/* 
Theme Name: MicroPage
Theme URI: http://www.zeotheory.com
Description: A clean & simple One Page wordpress theme.
 
Author: Jaynesh
Author URI: http://themeforest.net/user/Jaynesh
Version: 1.0
Tags: light, gray, white, custom-menu, featured-images, post-formats, theme-options

License:GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	1.	Base CSS
	2.	Forms
	3. 	Features
	4.	Footer
	5.	Navigation
	6.	Mobile Navigation
	7.	Posts
	8.	Post Formats
	9.	Category Filter Nav
	10.	Comments
	11. Elements
	12.	Social Icons
	13.	Pages
	14.	Wordpress Core
	15.	Widgets
	16.	Misc

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1. Base CSS
/*-----------------------------------------------------------------------------------*/

* { 
	margin: 0;
	padding: 0px;
} 
body { 
	background: #1d3787; 
	margin: 0; 
	height: 100%; 
	font-family: Arial;
	z-index: 1000;
}
.body-container {
	padding-top: 80px;
	z-index: 1000;
}
img	{ 
	border: 0; 
	padding: 0 0 0 0; 
}
a { 
	outline: none; 
}
a:hover, a:visited, a:link, a:active { 
	text-decoration: none; 
	color: #666; 
}
a:hover {
	color: #333;
}
ul, li { 
	padding: 0 0 0 0; 
	margin: 0; 
	/*list-style-type: none; 
	font-family: Arial;*/
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}
p { 
	width: 100%; 
	padding: 0 0 0 0; 
	margin-bottom: 22px; 
	font-family: 'Arial', sans-serif; 
	font-size: 12px; 
	line-height: 24px;
	color: #888; 
 	margin-top: 0; 
}
p a {
	color: #333 !important; 
}
h1 {
	font-size: 42px;
	line-height: 50px;
}
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Oswald';
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 0; 
	margin-top: 0; margin-bottom: 22px; margin-left: auto; margin-right: auto; 
}
blockquote {
	border-left: 5px solid #ddd;
	padding: 0px 14px 0px 14px;
	margin: 0 0 12px 20px;
}
blockquote p {
	font-style: italic;
	color: #555;
}
address, pre {
	margin-bottom: 12px;
	font-size: 12px;
}
.no-space [class*="span"] {
    margin-left: 0;
}
.row-fluid [class*="span"] {

  margin-left: 2.2869022869022873%;
  *margin-left: 2.2349272349272353%;
  margin-bottom: 30px;
}
.no-margin {
	margin: 0px !important;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}
#main-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -22px;
	width: 1106px;
}
#main-container span4 {
	margin-left: 12px !important;
}
#container {
	padding-right: 22px;
	margin-left: auto; 
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top: 20px; 
	opacity: 0;
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
}
.content-container {
	margin-top: 0px;
	transition: all 1s;
	-webkit-transition: all 1s; /* Safari */
	z-index: 100;
	position: relative;
}
.content-heading {
	letter-spacing: -1px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #444;
	font-size: 18px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #ccc;
	margin-top: 22px;
	text-align: center;
}
.content-heading a {
	font-size: 14px;
	background: #4DD2B8;
	padding: 8px 8px;
	border-radius: 5px;
	color: #fff;
	margin-left: 12px;
	display: inline-block;
}
.heading { 
	font-size: 16px;
	letter-spacing: -0.2px;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 0px;
	color: #686E77 !important;
}
.heading a {
	color: #686E77 !important;
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
}
.heading a:hover {
	color: #000;
}
.boxed-heading {	
	font-family: 'Oswald';
	color: #fff;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 42px;
	padding: 32px 22px 32px 22px;
	border: 3px solid #fff;
	display: inline-block;
	margin-bottom: 22px;
}
.isotope-loadmore, post-loadmore {
	margin-bottom: 22px;
	margin-top: 44px;
	height: 60px;
	width: 100%;
}
.isotope-loadmore-box, .post-loadmore-box {
	height: 60px;
	width: 60px;
	background-color: #555c66;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari */
}
.isotope-loadmore-box a, .post-loadmore-box a {
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari */
}
.isotope-loadmore-box a:hover, .post-loadmore-box a:hover {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.isotope-loadmore a, .post-loadmore a {
	background-image: url(img/icon_loadmore.png);
	background-position: center center;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	height: 60px;
	color: #333;
	display: block;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.isotope-loadmore-box:hover, .post-loadmore-box:hover {
	background-color: #4DD2B8;
}
.posts-loadmore {
	text-align: left !important;
}
.posts-loadmore a {
	color: #555;
	background: #ddd;
	padding: 12px 12px 12px 12px;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 115px;
	font-weight: bold;
}
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:30px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background-color: #393C44;
	background-image: url(img/backtotop.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	border-radius: 5px;
	z-index: 700;
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
	z-index: 10000;
}
#toTop:hover {
	background-color: #000;
	background-image: url(img/backtotop.png);
	background-position: 0px -50px;
}
#toTop:active, #toTop:focus {
	outline:none;
}
.no-comments p {
	text-align: center;
	color: #333 !important;
}
.entry table {
	border: 1px solid #ccc;
	margin-bottom: 22px;
}
.entry th {
	padding: 14px 18px 14px 18px !important;
	text-align: center !important;
}
.entry tr:first-child {
	border-bottom: 1px dotted #333;
	background: #f1f1f1;
}
.entry td {
	padding: 14px 18px 14px 18px !important;
	color: #888;
	text-align: center !important;
	font-size: 11.5px;
}
.entry .th-black {
	background: #444;
}
dl {
	font-size: 12px;
}
dt {
	color: #333;
}
dd {
	color: #888;
	margin-bottom: 12px;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	background: #f1f1f1;
	padding: 22px 22px 22px 22px;
	border: 1px solid #ccc;
}
footer {
	z-index: 100000;
	position: relative;
}
.voted {
	color: #4DD2B8 !important;
}
::selection {
	background: #4DD2B8; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #4DD2B8; /* Firefox */
	color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	2. Forms
/*-----------------------------------------------------------------------------------*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.submit {
	width: 80px; height: 40px;
	background: #333;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	padding: 0 0 0 0;
	border: none;
	float: right;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
.submit:hover {
	width: 80px; height: 40px;
	background: #666;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	padding: 0 0 0 0;
	border: none;
}
label {
	font-family: 'Arimo', sans-serif; 
	font-size: 12px;
	color: #666;
}
textarea {
	width: 100%;
}
input {
	height: 40px; width: 100%;
}
input, textarea {
	background: #1d3787;
	border-radius: 3px;
	color: #999;
	padding: 14px 14px 14px 14px;
	border: 0;
	margin-top: 6px;
	cursor: pointer;	
	font-family: 'Arimo', sans-serif; font-size: 12px;
	border: 0px solid #ddd;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
[comment-form=*] {
	margin-bottom: 0;
}
#commentform .span6 {
	margin-bottom: 0;
}
#commentform input, #commentform textarea {
	background: #fff;
	border-radius: 3px;
	color: #999;
	padding: 14px 14px 14px 14px;
	border: 0;
	margin-top: 6px;
	cursor: pointer;	
	font-family: 'Arimo', sans-serif; font-size: 12px;
	border: 0px solid #ddd;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;
}
input:focus {
	border: 1px solid #666;
	cursor: text;
	background: #fff;
	color: #666;
}
textarea:focus {
	border: 1px solid #666;
	cursor: text;
	background: #fff;
	color: #666;
}
.contact-submit {
	display: inline-block;
}
#submit, .contact-submit {	
	cursor: pointer;
	height: auto;
	width: auto;
	position: relative;
	left: 38%;
	background: #fff;
	-moz-box-shadow:    inset 0 -3px 0px #ccc;
	-webkit-box-shadow: inset 0 -3px 0px #ccc;
	box-shadow:         inset 0 -3px 0px #ccc;
	border: 0;
	border-radius: 5px;
	color: #40434c !important;
	font-weight: bold;
	padding: 16px 16px 16px 16px !important;
	font-size: 14px !important;
	letter-spacing: -0.5px;
}
#submit:hover, .contact-submit:hover {
	height: auto;
	width: auto;
	position: relative;
	right: 0;
	background: #84c447;
	color: #fff !important;
	-moz-box-shadow:    inset 0 -3px 0px #35383F;
	-webkit-box-shadow: inset 0 -3px 0px #35383F;
	box-shadow:         inset 0 -3px 0px #35383F;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: 16px 16px 16px 16px;
	font-size: 14px;
	letter-spacing: -0.5px;
}
/* search */
#searchform {
	position: relative;
}
#searchform #searchsubmit {
	width: 50px;
	background-color: transparent;
	background-image: url(img/icons/glyphicons_027_search@2x.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	border: 0;
	top: 0;
	position: absolute;
	right: -5px;
	opacity: 0.5;
}
/*-----------------------------------------------------------------------------------*/
/*	3. Features
/*-----------------------------------------------------------------------------------*/

.features {
	padding: 44px 22px 44px 22px;
	margin-bottom: 22px;
	cursor: pointer;
}

.features-icon {
	display: block;
	border-radius: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 22px;
	opacity: 0.9;
}

.features-icon img {
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 100px;
}
.features p {
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px !important;
	line-height: 20px !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.features h2 {
	letter-spacing: -1px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #444;
	font-size: 18px;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	4. Footer
/*-----------------------------------------------------------------------------------*/

footer {
	bottom: 0;
	width: 100%;
}
.footer {
	padding-top: 22px;
}
.footer p {
	color: #A7AFBA;
	font-size: 12px;
	margin-top: 5px;
}
.footer .up {
	position: absolute; 
	margin-top: -60px; 
	margin-right: 22px;
	right: 0;
}
.footer ul {
	float:right;
}

/*-----------------------------------------------------------------------------------*/
/*	5. Header
/*-----------------------------------------------------------------------------------*/

.header {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.header .container, .header-bar .container {
	margin-top: 0;
	padding-top: 0;
}
.header-logo {
	height: 60px;
	position: relative;
	top: 10px;
	float: left;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
	z-index: 1;
}
.header-logo img {
	height: 100%;
	width: auto;
}
.header-preloader {
	height: 32px;
	width: 32px;
	background-image: url('img/preloader.gif');
	background-size: 32px 32px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 300px;
	z-index: -10;
}
.navigation {
	text-align: right;
	padding: 30px 0px 30px 0px;
	position: relative;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari */
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.navigation-container {
	background: #fff;
	z-index: 1000;
	margin-top: 0;
	padding-top: 0;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.navigation-triangle {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.content-container:before {
	display: none;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #f1f1f1;
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.navigation li {
	display: inline-block;
	font-size: 13px;
	text-align: center;
	margin-top: -6px;
}
.navigation li a {
	color: #1d3787;
	font-weight: bold;
	letter-spacing: -0.2px;
	padding: 20px 15px 20px 15px;
	text-align: center;
	position: relative;
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.navigation li:last-child a:after {
	content: "";
}
.navigation li a:hover {
	color: #fff;
	background: #84c447;
	background-image: url(img/navhalo.png);
	background-repeat:no-repeat;
	background-position:50% 10px;
}
.navigation .active a {
	color: #fff;
	background: #84c447;
	background-image: url(img/navhalo.png);
	background-repeat:no-repeat;
	background-position:50% 10px;
}
.navigation-search {
	width: 200px;
	margin-left: 22px;
	margin-right: 0;
	padding-right: 0;
}
.navigation .sub-menu {
	text-align: left;
	position: absolute;
	background: #4DD2B8;
	width: 200px;
	top: 35px;
	padding: 22px 22px 0px 22px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	left: 30px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
	color: #fff;
}
.navigation .dropdown {
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
}
.navigation li {
	position: relative;
}
.navigation .sub-menu li {
	display:block;
	width: 100%;
	text-align: left;
	padding: 0 0 0 0;
	padding-bottom: 22px;
	color: #fff;
}
.navigation .sub-menu li a:after {
	content: "";
}
.navigation .sub-menu li a {
	padding: 0 0 0 0;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	6. Mobile Navigation
/*-----------------------------------------------------------------------------------*/

.mobile-logo img {
	height: 50px;
}
.mobile-nav-container {
	overflow: auto;
	width: 100%;
	display: none;
	position: relative;
	top: 0;
	z-index: 500;
}
#mobile-nav {
	float: left;
	width: 100%;
	background: #1d3787;
}
#mobile-nav ul {
	padding: 12px 22px 12px 22px;
	list-style-type:none;
}
.mobile-nav-bar {
	background: #fff;
	padding: 22px 22px 22px 22px;
}
#mobile-nav li {
	font-family: Arial;
	font-size: 12px;
	padding: 12px 12px 12px 12px;
	text-align: right;
}
#mobile-nav ul > li:first-child {
	padding: 12px 12px 6px 0px;
}
#mobile-nav li a {
	color: #eee !important;
}
#mobile-nav li a:hover {
	color: #84c447 !important;
}

#mobile-nav li .sub-menu li {
	padding: 12px 0px 0px 0px;
}
#mobile-nav li .sub-menu {
	padding: 0px 0px 0px 0px;
}
#mobile-nav li .sub-menu li a {
	color: #7F8491 !important;
}
.btn-mobile-nav {
	height: 45px;
	width: 45px;
	border: none;
	background-color: #1d3787;
	background-image: url(img/white-lines.png) !important;
	background-size: 24px 15px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-top: 4px;
	cursor: pointer;
	border-radius: 5px;
}
#mobile-nav li a:hover .sub-menu {
	display: none;
}
#mobile-nav li .sub-menu {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	7. Posts
/*-----------------------------------------------------------------------------------*/


.featured-stamp {
	width: 0; height: 0; 
	position: absolute;	
	border-right: 80px solid transparent; border-top: 80px solid #333;
	z-index: 10;
}
.featured-stamp p {
	font-family: 'Arimo', sans-serif; font-size: 10px;
	color: #fff;
	position: relative;
	top: -40px; left: 12px;
	-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); -ms-transform:rotate(-45deg);
}
.sticky-post .entry {
	border: 1px solid #ccc;
}
.entry {
	width: 100%;
	min-height: 50px;
	background: #fff;
	padding: 30px 30px 30px 30px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #ddd;
}
.entry-portfolio {
	margin-bottom: 30px;
}
.my-post .entry {
	width: 100% !important;
}
.entry img {
	max-width: 508px;
	height: auto;
}
.isotope-post:hover .entry {
	-webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 0px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.entry-video {
	overflow: hidden;
}
.entry-video iframe {
	margin-bottom: -7px;
}
.entry .post-categories, .entry .post-categories li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.entry .post-categories li a {
	font-size: 11px;
	color: #bbb;
}
.entry ul, .entry ol {
	margin-left: 30px; margin-bottom: 8px;
}
.entry ul li {
	list-style-type: square;
	font-family: 'Arimo', sans-serif; font-size: 12px; line-height: 20px;
	color: #666;
}
.entry ol li {
	list-style-type: decimal;
	font-family: 'Arimo', sans-serif; font-size: 12px; line-height: 20px;
	color: #666;
}
.entry, .entry-page {
	font-family: Arial;
	font-size: 12px;
	color: #888;
}
.entry p {
	margin-bottom: 12px;
	font-size: 14px !important;
	line-height: 24px !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	color: #767E89;
}
.entry h4 {
	color: #333;
	font-family: Arial;
	font-weight: bold;
}
.entry-blog-time .time {
	font-family: 'Oswald';
	font-size: 30px;
	color: #555C66;
	letter-spacing: 1px;
	display: block;
	width: 100%;
}
.entry-blog-time .ago {
	font-size: 12px !important;
	color: #555C66;
	font-weight: bold;
}
.post-meta {
	font-size: 11.5px;
	color: #bbb !important;
	margin-bottom: 22px;
}
.post-pagi {
	font-size: 12px;
	margin-bottom: 20px;
}
.read-more {
	display: inline-block;
	margin-top: 22px;
	background: #555C66;
	color: #fff !important;
	padding: 8px 14px 8px 14px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
}
.post-icons {
	color: #bbb !important;
	font-size: 12px;
	border-top: 1px solid #ccc;
	padding-top: 6px;
	margin-top: 6px;
}
.post-icons a {
	color: #999;
}
.post-icons a:hover {
	color: #4DD2B8;
}
.post-icons a:first-child {
	margin-right: 12px;
	padding-right: 12px;
	border-right:  1px solid #ccc;
}

/*-----------------------------------------------------------------------------------*/
/*	8. Post Formats
/*-----------------------------------------------------------------------------------*/

/* Post Type: Image/Gallery */
#main-container .span4 {
	margin-left: 8px;
	margin-bottom: 8px;
}
.entry-image {
	width: 100%;
	position: relative;
	background-size: cover; background-position: center; background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}
.portfolio-image {
	width: 100%;
	position: relative;
	background-size: cover; background-position: center; background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}
.portfolio-image img {
	width: 100%;
	margin-bottom: -8px;
}
.entry-image img {
	width: 100%;
	margin-bottom: -6px;
}
.entry-image-overlay {
	width: 100%; height: 100%;
	display: block;
	position: absolute; top: 0px;
	opacity: 0;
	background: url(img/overlay_bg.png); background-size: 200px 200px;
	background-position: center center;
	background-repeat:repeat;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in;
}
.entry-image:hover .entry-image-overlay {
	opacity: 1;
	background-size:40px 40px, 100% 100%;
}
.portfolio-image:hover .entry-image-overlay {
	opacity: 1;
	background-size:40px 40px, 100% 100%;
}

/* Post Type: Link */
.entry-link {
	background: #333;
	position: relative;
	padding: 22px 22px 22px 22px;
	text-align: left;
}
.entry-link a {
	margin-bottom: 0;
	color: #eee;
	font-size: 14px;
	font-family: Arial;
	margin-left: 35px;
	padding-left: 15px;
	position: relative;
	border-left: 1px solid #555;
}
.entry-link a:hover {
	color: #fff !important;
}
.entry-link a:before {
	content: "";
	height: 18px;
	width: 24px;
	position: absolute;
	background: url(img/icon_link.png) no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 11px;
	opacity: 0.5;
	left: -35px
}

/* Post Type: Quote */
.entry-quote {
	background: #333;
	position: relative;
	padding: 22px 0 30px 0;
	text-align: left;
	color: #fff;
}
.entry-quote p {
	margin-bottom: 0;
	color: #eee;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.5px;
}
.entry-quote p:before {
	content: "";
	height: 22px;
	width: 28px;
	position: relative;
	background: url(img/icon_quote.png);
	display: inline-block;
	margin-right: 11px;
	opacity: 0.5;
}
.entry-quote p:after {
	content: "";
	height: 22px;
	width: 28px;
	position: relative;
	background: url(img/icon_quote2.png);
	display: inline-block;
	margin-left: 11px;
	top: 7px;
	opacity: 0.5;
}
.entry-quote .large {
	font-size:28px;
}
.entry-quote blockquote {
	border-left: 5px solid #444;
	padding: 0px 14px 0px 14px;
	margin: 0 0 0px 20px;
}
.entry-quote blockquote p {
	color: #fff !important;
}
.chat-row {
	margin-bottom: 12px;
}
.chat-author {
	font-weight: bold;
	color: #666
}

/*-----------------------------------------------------------------------------------*/
/*	9. Category Filter Nav
/*-----------------------------------------------------------------------------------*/

.category-filter-container {
	width: 100%;
}
.category-filter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 22px;
	padding-top: 22px;
}
.category-filter .content-heading {
	border: 0;
	float: left;
	margin-top: 5px;
}
.category-filter li {
	display: inline-block;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 14px !important;
}
.category-filter li a {
	color: #555C66;
	font-size: 14px !important;
	font-family: Arial;
	padding: 16px 16px 16px 16px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
}
.category-filter li a:hover {
	background: #555C66;
	color: #fff;
	-moz-box-shadow:    inset 0 -3px 0px #40434c !important;
	-webkit-box-shadow: inset 0 -3px 0px #40434c !important;
	box-shadow:         inset 0 -3px 0px #40434c !important;
}
.category-filter li .selected {
	background: #555C66;
	color: #fff;
	-moz-box-shadow:    inset 0 -3px 0px #40434c !important;
	-webkit-box-shadow: inset 0 -3px 0px #40434c !important;
	box-shadow:         inset 0 -3px 0px #40434c !important;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Comments
/*-----------------------------------------------------------------------------------*/

#respond {
	margin-top: 30px;
}
.avatar {
	width: 50px;
	float: left;
}
.comments {
	width: 400px;
}
.comment-meta {
	padding: 0 0 0 0;
	margin: 0;
}
.comment-meta p {
	display: inline-block;
	width: 150px;
	padding: 0 0 0 0;
	margin-bottom: 12px;
	font-size: 11px !important;
}
.comment-body, .comment-meta {
	margin: 0 0 0 68px;
}
.comment-meta h4 {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0;
}
.comment-reply-link {
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 12px;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px dotted #333;
}
.form-allowed-tags {
	display: none;
}
.comment-form-url, .comment-form-email, .comment-form-author {
	position: relative;
}
.form-icon {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 37px;
	right: 10px;
	opacity: 0.3;
}
.url-icon {
	background: url(img/icons/glyphicons_050_link.png) no-repeat center center;
	background-size: 15px 15px;
}
.email-icon {
	background: url(img/icons/glyphicons_399_e-mail@2x.png) no-repeat center center;
	background-size: 15px 15px;
}
.commentlist .entry {
	margin-bottom: 22px;
}
.commentlist {
	margin-top: 30px;
}
.commentlist .page-numbers {
	font-size: 11px;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .page-numbers:hover {
	background: #fff;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.commentlist .current {
	font-size: 11px;
	background: #fff;
	color: #333;
	padding: 6px 10px;
	margin-bottom: 22px;
	display: inline-block;
	border: 1px solid #ccc;
}
.commentlist .current:hover {
	background: #fff;
}
.commentlist .children {
	margin-left: 40px;
}

#reply-title {
	font-size: 16px !important;
	margin-bottom: 6px !important;
	letter-spacing: -0.4px;
	color: #333;
	letter-spacing: -1px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #444;
	font-size: 22px !important;
	text-align: center;
}

.logged-in-as {
	font-size: 12px !important;
	padding-bottom: 12px;
	border-bottom: 1px dashed #bbb;
	text-align: center;
	color: #333 !important;
}
.comment-notes {
	padding-bottom: 12px;
	border-bottom: 1px dashed #bbb;
	text-align: center;
}
.no-comments p {
	text-align: center;
	color: #333 !important;
}
.no-comments {
	margin-bottom: 12px;
}
/*-----------------------------------------------------------------------------------*/
/*	11. Elements
/*-----------------------------------------------------------------------------------*/

/* Tabs */

.tab-pane {
	width: 100%;
}
.tab-content {
	padding: 22px 22px 22px 22px;
	background: #fff;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.tab-content p {
	margin-bottom: 0px;
}
.tabs, .tabs li {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
.tabs li {
	display: inline-block;
}
.tabs li a {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #666;
	display: inline-block;
	background: #F7F7F7;
	padding: 15px 15px 15px 15px;
	border-top: 1px solid #fff;	
	text-align: center;
}
.tabs li a:hover {
	background: #fff;
}
.tabs .active a {
	background: #fff;
	font-weight: bold;
	border-top: 1px solid #333;
}

/* Buttons */

.buttons a {
	display: inline-block;
}
.buttons a:first-child {
	margin-right: 12px;
}
.button {
	padding: 12px 12px 12px 12px;
	display: inline-block;
	font-family: 'Arimo', sans-serif; 
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	background: #555C66;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.button:hover {
	color: #fff !important;
	background: #555C66 !important;
	-moz-box-shadow:    inset 0 -3px 0px #40434c !important;
	-webkit-box-shadow: inset 0 -3px 0px #40434c !important;
	box-shadow:         inset 0 -3px 0px #40434c !important;
}
.button-landing {
	padding: 12px 12px 12px 12px;
	display: none;
	display: inline-block;
	font-family: 'Arimo', sans-serif; 
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 3px 3px 6px 3px;
	border-radius: 3px;
	color: #fff !important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	background: #4DD2B8 !important;
	-moz-box-shadow:    inset 0 -3px 0px #43BCA4 !important;
	-webkit-box-shadow: inset 0 -3px 0px #43BCA4 !important;
	box-shadow:         inset 0 -3px 0px #43BCA4 !important;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    transition: all 0.2s;
    -webkit-transition: all 0.2s; /* Safari */
}
.small {
	padding: 8px 14px 8px 14px;
	font-size: 12px;
}
.medium {
	padding: 12px 12px 12px 12px;
	font-size: 14px;
}
.large {
	padding: 18px 18px 18px 18px;
	font-size: 16px;
}

/* Accordian */
.accordion-group {
	border: 0;
	font-size: 12px;
}
.accordion-heading {
	border-radius: 0;
	background: #fff;
	border: 0;
	padding: 12px 0px;
	font-family: Arial;
	font-weight: bold;
}
.accordion-header a {
	color: #555C66;
}
.accordion-inner {
	background: #FFF;
	font-size: 12px !important;
	font-family: Arial;
	padding: 22px 22px 22px 22px;
}
.accordion-inner p {
	margin-bottom: 0;
}
.accordion-heading a {
	color: #555;
	border: 0;
}

/* Pricing Tables */
.awesome-table {
	width: 100%;
	display: inline-block;
	margin-bottom: 22px;
	margin-top: 22px;
}
.awesome-table [class*="icon-"] {
    font-size: 22px !important;
    margin-left: 3px !important;
}
.awesome-table h3 {
	font-size: 22px;
	padding: 22px 22px 22px 22px;
	border-radius: 5px;
	background: #f1f1f1;
}
.awesome-table .awesome-column {
	border: 1px solid #ccc;
}
.awesome-table .awesome-column:first-child {
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.awesome-table .awesome-column:last-child {
	border-left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pricing-price {
	font-size: 30px;
	margin-top: 22px;
	margin-bottom: 22px;
}
.pricing-table h2, .pricing-table h3 {
	color: #444 !important;
}
.pricing-price span {
	font-size: 20px;
	position: relative;
	top: -17px;
	left: -3px;
	font-weight: normal;
}
.awesome-table-2col .awesome-column {
	width: 50%;
}
.awesome-table-3col .awesome-column {
	width: 33.3%;
}
.awesome-table-4col .awesome-column {
	width: 25%;
}
.awesome-column {
	background: #fff;
	padding:0;
	margin:0;
	float: left;
	padding: 22px 22px 22px 22px;
	text-align: center;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	top: 0;
	transition: top 0.4s, padding 0.4s;
	-webkit-transition: top 0.4s, , padding 0.4s; /* Safari */
}
.pricing-featured {
	border: 1px solid #ccc !important;
	padding-bottom: 75px;
	top: -25px;
	border-radius: 5px;
	z-index: 1;
	transition: top 0.4s, padding 0.4s;
	-webkit-transition: top 0.4s, , padding 0.4s, -webkit-box-shadow 0.4s; /* Safari */
	cursor: pointer;
	-moz-box-shadow:    0px 0px 15px 6px #eee, inset 0 0 100px #eee;
	-webkit-box-shadow: 0px 0px 15px 6px #eee, inset 0 0 100px #eee;
	box-shadow:         0px 0px 15px 6px #eee, inset 0 0 100px #eee;
}
.pricing-features {
	font-size: 14px;
	color: #666;
	margin-bottom: 80px;
}
.pricing-features li {
	padding: 12px 12px 12px 12px;
	border-bottom: 1px #ccc dotted;
}
.pricing-features li:last-child {
	padding: 12px 12px 12px 12px;
	border-bottom: 0px #ccc dotted;
}
.awesome-table .button {
	display: block;
	width: 85%;
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
    color: #fff;
}

/* Carousel */
.carousel-control-container .left {
	left: -75px;
}
.carousel-control-container .right {
	right: -75px;
}
.carousel-control {
	background-color: transparent;
	opacity: 1;
	border-radius: 0;
	border: 0;
	opacity: 0.4;
}

/* Client Logo */
.client-logo-container {
	width: 100%;
	margin-top: 22px;
}
.client-logo {
	float: left;
}
.client-logo-6col {
	width: 16.6%;
}
.client-logo-5col {
	width: 20%;
}
.client-logo-4col {
	width: 25%;
}
.client-logo-3col {
	width: 33.3%;
}
.client-logo-2col {
	width: 50%;
}
.client-logo img {
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	12. Social Icons
/*-----------------------------------------------------------------------------------*/

.social {
	height: 24px;
	position: absolute;
	right: 0;
	margin-top: -34px;
	margin-right: 22px;
	z-index: 100000;
}
.social-button {
	opacity: 0.3;
	cursor: pointer;
	display: inline-block;
	margin-left: 6px;
}
.social-button a {
	display: block;
}
.social-button:hover {
	opacity: 1;
}
.social-button-team {
	opacity: 0.7;
	cursor: pointer;
	display: inline-block;
	padding-left: 5px;
}
.social-button-team a {
	display: block;
}
.social-button-team a img {
	height: 20px !important;
	width: auto !important; 
}
.social-button-team:hover {
	opacity: 1;
}
.mobile-footer {
	display: none;
	text-align: center;
	margin-top: 44px;
	font-family: Arial;
	opacity: 0.9;
}
.mobile-footer p {
	color: #808693;
	margin-top: 11px;
	font-size: 12px;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mobile-footer ul li { 
	display: inline-block;
	padding-right: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	13. Pages
/*-----------------------------------------------------------------------------------*/

section:first-child {
	opacity: 0;
}
section:first-child > .container {
	opacity: 0;
}

.page-header {
	background: #40434c;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: -1;
}
.page-container:first-child {
	background: #f1f1f1;
	padding-top: 44px;
	padding-bottom: 44px;
	position: relative;
	background-repeat: repeat;
	background-size: cover;
	text-align: center;
}
.page-container {
	background-color: #f1f1f1;
	padding-top: 44px;
	padding-bottom: 44px;
	position: relative;
	/*text-align: center;*/
	color: #333 !important;
	font-size: 18px;
	line-height: 28px;
}
.feature-page {
	background-position: center center;
	background-repeat: repeat;
	background-size:100%;:
}
.page-container p {
	font-size: 18px;
	line-height: 28px;
	color: #333 !important;
}
.page-container ul {
	font-family:"Open Sans";
	list-style-type:disc;
	padding:0 0 0 10px;
	margin:0 0 20px 10px;	
}
.page-container h1, .page-container h2, .page-container h3, .page-container h4, .page-container h5, .page-container h6 {
	color: #1d3787 !important;
}
.page-container h1.haloh1 {
	background-image: url(img/haloh1.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:27px;
}
.feature-page h1, .feature-page h2, .feature-page h3, .feature-page h4, .feature-page h5, .feature-page h6, .feature-page p, .feature-page ul, .feature-page p a {
	color: #fff !important;
}
.feature-page p {
	/*color: #fff !important;*/
}
/* Page Heading */

.page-heading {
	background: #fff;
	border-bottom: 1px #eee dotted;
	position: relative;
	padding: 22px 0 22px 22px;
}
.page-heading p {
	margin-bottom: 0;
	color: #4C5059;
	font-size: 18px;
}

/* Contact Page */

#contact .span6 {
	margin-bottom: 12px;
}

.contact, .contact li {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	list-style-type: none !important;
}
.contact {
	margin-bottom: 22px !important;
	position: static;
	float: left;
}
.post-pages {
	display: inline-block;
	float: right;
	text-align: left !important;
}
.post-pages p {
	margin-bottom: 0;
}
.post-pages a {
	font-size: 11px;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.post-pages a:hover {
	background: #fff;
	padding: 6px 10px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
.post-pages .current-post-page {
	font-size: 11px;
	background: #fff;
	color: #333;
	padding: 6px 10px;
	display: ;
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
}
.commentlist .current-post-page:hover {
	background: #fff;
}
.portfolio-description {
	background: #fff;
	padding: 22px 22px 22px 22px;
	width: 100%; 
	margin-bottom: 22px; 
	font-family: 'Arial', sans-serif; 
	font-size: 12px; 
	line-height: 20px;
	color: #888; 
 	margin-top: 0;
 	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.portfolio-description p {
	margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	14. Wordpress Core
/*-----------------------------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky { 
	color:red; 
}
.gallery-caption {
	
}
.bypostauthor {
	
}
.clearboth {
  height: 0;
  clear: both;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.emptyspace {
	height: 22px;
	width: 100%;
}
.large-emptyspace {
	height: 100px;
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	15. Widgets
/*-----------------------------------------------------------------------------------*/

/* Sidebar Widgets */
.sidebar-widget {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	position: relative;
	margin-bottom: 22px;
	font-family: Arial;
	font-size: 12px;
	color: #888;
	line-height: 20px;
	text-align: left;
}
.sidebar-widget .widgettitle {
	color: #333;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -0.6px;
}

/* calendar widget */
#wp-calendar {width: 100%; font-family: Arial;}
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; color: #fff;}
#wp-calendar thead th { padding-bottom: 10px; text-align: center; color: #333;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { font-size: 10px; color: #fff; background: #333; text-align: center; padding:3px;}
#wp-calendar tbody td:hover { background: #40434c; cursor: pointer; color: #fff}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a {color: #fff;}
#wp-calendar a:hover {color: #fff !important;}
#wp-calendar th {color: #333 !important;}
#wp-calendar caption {color: #333 !important;}
#wp-calendar td a {color: #fff !important;}

.sidebar-widget ul ul li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
	padding-top: 12px;	
}
.sidebar-widget ul ul li:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0;
	padding-top: 12px;	
}
.tag-cloud {
	text-align: left !important;
}
.tag-cloud a, .tagcloud a {
	background: transparent;
	font-size: 11px !important;
	padding: 5px 8px 5px 8px;
	margin-bottom: 4px;
	display: inline-block;
	font-family: Arial;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-align: left !important;
}
.tagcloud a {
	background: #555;
	border: 0;
}
.tag-cloud a:hover, .tagcloud a:hover {
	color: #fff !important;
	background: #333;
}
.tag-cloud {
	margin-bottom: 22px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tagcloud .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=80);
}
.tagcloud .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #6A717A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tagcloud .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #6A717A;
}

/*-----------------------------------------------------------------------------------*/
/*	16. Misc
/*-----------------------------------------------------------------------------------*/

.tag-cloud {
	width: 400px;
	margin-top: 30px;
}
.tag-cloud a {
	border: 0;
	background: #40434C;
	padding: 5px 8px 5px 8px;
}
.stripes-divider {
	height: 12px;
	margin-bottom: 60px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	background: url(img/stripes-divider.png);
}
.team-member img {
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}
.team-member p {
	color: #888;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 22px !important;
}
.team-member h4 {
	font-size: 20px;
	padding-top: 22px 22px 22px 22px !important;
	display: inline-block;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -0.6px;
}
.team-member [class*="icon-"] {
    margin-left: 6px;
    color: #555;
}
.team-position {
	font-family: Arial;
	color: #888;
	font-size: 16px;
	font-weight: normal;
}
.contact-alerts {
	margin-bottom: 22px;
}
/* Portfolo */

.view {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.2s ease-in; 
	-moz-transition: all 0.2s ease-in; 
	-webkit-transition: all 0.2s ease-in; 
}
.view [class*="icon"] {
	color: #fff;
	background: #4DD2B8;
	padding: 10px 10px;
	margin-top: 17px;
}
.title {
	position: relative;
	right: 30px;
		transition: all 0.2s ease-in; 
	-moz-transition: all 0.2s ease-in; 
	-webkit-transition: all 0.2s ease-in; 
}
.title span {
	background: #fff;
	padding: 10px 10px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
}
.description {
	position: relative;
	left: 30px;
		transition: all 0.2s ease-in; 
	-moz-transition: all 0.2s ease-in; 
	-webkit-transition: all 0.2s ease-in; 
}
.description span {
	background: #fff;
	padding: 10px 10px;
	font-size: 14px;
	color: #222;
}
.introbox {
		width:45%;
		margin-left:55%;
		height:600px;
}
.feedbox {
	display:block;
}
.fblink a {
	display:block;
	font-size:10px;
	padding:5px;
	float:left;
	background-color:#1d3787;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	color:#fff;
	font-weight:bold;
}
.fblink a:hover {
	background-color:#84c447;
}
.picstyle {
	border:4px solid #fff;
	-webkit-box-shadow:  0px 0px 5px 5px rgba(51, 51, 51, 0.4);
	box-shadow:  0px 0px 5px 5px rgba(51, 51, 51, 0.4);
	margin:10px 0 10px 0;
}
.scalingpic {
	max-width:500px;
	width:100%;
}