/* =Typography
-----------------------------------------------------------------------------*/
body {

}

/* =Links
-----------------------------------------------------------------------------*/

/*-------------------------------
	Twitter Ticker
 ------------------------------*/
.met_twitter_widget {
	padding : 30px;
}

.met_twitter_item {
	padding    : 20px 0 0 0;
	border-top : 5px solid rgba(0, 0, 0, 0.08);
	margin-top : 20px;
}

.met_twitter_item > i {
	float     : left;
	font-size : 30px;
}

.met_twitter_item > p {
	font-size     : 12px;
	line-height   : 17px;
	margin-left   : 35px;
	margin-bottom : 0;
	display       : block;
}

.met_twitter_ticker_wrap {
	position   : relative;
	z-index    : 1;
	min-height : 40px;
	overflow   : hidden;
	margin-top : 80px;
}

.met_twitter_ticker_wrap .icon-twitter {
	margin : 7px 7px 4px;
}

.met_twitter_ticker > div {
	float       : left;
	font-weight : 300;
}

.met_twitter_ticker_pager {
	float   : right;
	width   : 80px;
	display : table;
}

.met_twitter_ticker_pager a {
	width              : 40px;
	height             : 40px;
	display            : table-cell;
	vertical-align     : middle;
	color              : #FFFFFF;
	text-decoration    : none;
	text-align         : center;
	background-color   : transparent;
	-webkit-transition : all ease 0.4s;
	-moz-transition    : all ease 0.4s;
	-ms-transition     : all ease 0.4s;
	-o-transition      : all ease 0.4s;
}

.met_twitter_ticker_pager a:hover {
	background-color : rgba(0, 0, 0, 0.1);
}

.met_news_ticker_wrapper {
	height      : 40px;
	line-height : 40px;
	width       : 1050px;
}


/* =Layout
-----------------------------------------------------------------------------*/
#page {
	max-width: 940px;
	padding: 0 10px;
	margin: 24px auto;
}

/* CONTENT
--------------------------------------*/

#content {
	max-width: 1000px;
	margin: 25px auto;
	padding: 0 15px;
}

aside {
	border-left: 1px #ddd solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

aside h4 {
	background-color: #999;
	padding: 4px 8px;
	color:white;
	border-radius: 2px;
}

aside .inner {
	padding-bottom: 0;
}

#blocks {
	margin-top: 10px;
}

#blocks li {
	/*background-color: #eee;*/
	border-radius: 2px;
}

#blocks p {
	margin-bottom: 0px;
	color: #555;
}

.row {
	margin: 5px 0;
}


.hero {
	margin-bottom: 20px;
	border-radius: 5px;
}

.intro {
	font-size: 16px;
}

.blocks-3 {
	margin-bottom: 0;
}

.circle {
    width:70px;
    height:70px;
    border-radius:250px;
    font-size:20px;
    color:#fff;
    line-height:70px;
    text-align:center;
    background-color:#e67548;
    margin-bottom: 15px;
}

.twitter-icon {
	padding: 2px 6px;
	background-color: #44B6EF;
	color: white;
	margin-right: 10px;
}

.fb-icon {
	padding: 2px 6px;
	background-color: #3B5D95;
	color: white;
	margin-right: 10px;
}

.gplus-icon {
	padding: 2px 6px;
	background-color: #CF5D45;
	color: white;
	margin-right: 10px;
}

.portfolio {
	padding: 20px;
	margin-top: 40px;
	background-color: #eee;
}
/* =Header
-----------------------------------------------------------------------------*
#header {
/*	background-color: #333; *
	padding: 1em .5em;
}

#header-inner {
	max-width: 1000px;
	margin: 0 auto;
}

#header .logo {
	float: left;	
}


/* =Nav
-----------------------------------------------------------------------------*/

#nav {
	float: right;
}

#nav ul li {
	display: inline-block;
	margin-left: 1em;
	padding-top: .2em;
}

#nav a {
	color: #fff;
	text-decoration: none;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
}

#nav a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #002c4a;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
}
#nav .on a {
	color: #FF854E;
}


/* =Misc
-----------------------------------------------------------------------------*/


/* high slide */
.highslide-html {
    background-color: white;
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 10px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 9pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white; 
}
.control {
	float: right;
    display: block;
	margin: 0 5px;
	font-size: 11pt;
    font-weight: bold;
	text-decoration: none;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-body, a.highslide-body a {
    font-size: 10pt;
}

img.highslide {
	border: 1px solid #666666;
	padding: 4px;
	margin: 2px;
	width: 200px;
	height: 200px;
}

img.slthumb {
	padding: 1px;
	border: 1px solid #fff;
	margin: 2px 4px;
	width: 250px;
	height: 200px;
}

img.slthumb:hover {
	padding: 1px;
	border: 1px solid #6c0000;
	background-color: #fff;
	margin: 2px 4px;
}

img.slthumb40 {
	padding: 1px;
	border: 1px solid #fff;
	margin: 2px 4px;
	width: 150px;
	height: 150px;
}

img.slthumb40:hover {
	padding: 1px;
	border: 1px solid #6c0000;
	background-color: #fff;
	margin: 2px 4px;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #ddd;
	padding: 20px .5em;
	color: #666;
	font-size: 12px;
}

#footer-inner {
	max-width: 1000px;
	margin: 0 auto;
}
