<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
Theme Name: Elemin
Theme URI: http://themify.me/themes/elemin
Version: 1.2.9
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the &lt;head&gt;.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	padding: 0;
	margin: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .875em/150% Arial, helvetica, tahoma;
	word-wrap: break-word;
	color: #666;
	background: #f4f3f3 url(images/noise-bg.png);
}
a {
	text-decoration: underline;
	outline: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% Arial, helvetica, tahoma;
	padding: 8px 30px 15px;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	font-family: Arial, helvetica, tahoma;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/*Overriding the default text selection color*/
::selection {
background:#4CCADB;
color:#eee;
}

::-moz-selection {
background:#4CCADB;
color:#eee;
}

::-webkit-selection {
background:#4CCADB;
color:#eee;
}

/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f9f9f9;
	color: #666;
	border: solid 1px #eaeaea;
	border-top-color: #d5d5d5;
	border-bottom-color: #f4f4f4;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=search]:focus {
	outline: none;
	background: #fcfcfc;
	color: #000;
}

/* form field width */
input[type=text], input[type=search] {
	width: 240px;
	max-width: 96%;
}
textarea {
	line-height: 150%;
	width: 94%;
}

/* search input */
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	line-height: 100%; 
	text-transform: uppercase;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #efcf02;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 990px;
	background: #fff;
	border: solid 1px #ccc;
	border-top-color: #ddd;
	border-bottom-color: #999;
	padding: 10px 49px;
	margin: 10px auto 70px;
	position:relative;
}
#pagewrap:before, #pagewrap:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:15px;
	left:10px;
	width:50%;
	height:10px;
	max-width:300px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	box-shadow:0 15px 10px rgba(0, 0, 0, .6);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
#pagewrap:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

/* content */
#content {
	margin: 35px 0 60px;
	min-height: 300px;
	width: 672px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 260px;
	float: right;
	margin: 35px 0 60px;
	font-size: 90%;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar-none content */
.sidebar-none #content {
	width: 100%;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 225px;
}
.col4-2, .col2-1 {
	width: 480px;
}
.col4-3 {
	width: 735px;
}
.col3-1 {
	width: 310px;
}
.col3-2 {
	width: 650px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	/*position: relative;
	min-height: 150px;
	padding-top: 60px;
	border-bottom: solid 2px #000;
	z-index: 1000;*/
}

#header hgroup {
	text-align: center;
}

/* site logo */
#site-logo {
	margin: 0 0 5px;
	padding: 0;
	font: small-caps 56px/100% Arial, helvetica, tahoma;
	letter-spacing: 2px;
	text-align: center;
}
#site-logo a {
	text-decoration: none;
}

/* site description */
#site-description {
	margin: 0 0 5px;
	font: italic 14px/100% Arial, helvetica, tahoma;
	text-align: center;
	color: #999;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	left: 0;
	top: 10px;
}
#header #searchform #s {
	width: 100px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	background-image: url(images/search.png);
	background-position: 7px center;
	background-repeat: no-repeat;
	padding-left: 28px;
}
#header #searchform #s:focus {
	width: 140px;
	color: #000;
}

/************************************************************************************
SOCIAL WIDGET
*************************************************************************************/
.social-widget {
	float: right;
	margin-top: -1px;
	position: absolute;
	top: 10px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	margin: 0;
	zoom:1;
	*display:inline;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font: bold 100% Arial, helvetica, tahoma;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 5px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

/* rss */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
.main-nav {
	margin: 20px auto 5px;
	padding: 10px 0 0;
	z-index: 100;
	border-top: solid 1px #ccc;
	width: 84%;
	text-align: center;
}
.main-nav li {
	margin: 0;
	padding: 0 0 7px;
	list-style: none;
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/* main level link */
.main-nav a {
	color: #777;
	padding: 5px;
	margin: 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	zoom:1;
	*display:inline;
}
/* main level link :hover */
.main-nav a:hover, .main-nav li:hover &gt; a {
	color: #000;
	text-decoration: none;
}

/* current link */
.main-nav .current_page_item a, .main-nav .current-menu-item a {
	color: #000;
}
/* current link :hover */
.main-nav .current_page_item a:hover, .main-nav .current-menu-item a:hover {
	color: #000;
}

/* sub-levels link */
.main-nav ul a, .main-nav .current_page_item ul a, .main-nav ul .current_page_item a, .main-nav .current-menu-item ul a, .main-nav ul .current-menu-item a, .main-nav li:hover &gt; ul a  {
	color: #666;
	font-size: 90%;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding: 6px 0 6px 15px;
	margin: 0;
	width: 180px;
	background: none;
}
/* sub-levels link :hover */
.main-nav ul a:hover, .main-nav .current_page_item ul a:hover, .main-nav ul .current_page_item a:hover, .main-nav .current-menu-item ul a:hover, .main-nav ul .current-menu-item a:hover, .main-nav li:hover &gt; ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}

/* sub-level ul */
.main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	left: -4px;
	top: 28px;
	background: #fff;
	border: solid 1px #ddd;
	border-bottom-color: #bbb;
	z-index: 100;
	display: none;
}
.main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}

/* sub-sub-level dropdown */
.main-nav ul ul {
	left: 190px;
	top: -2px;
}

/* show dropdown ul on hover */
.main-nav li:hover &gt; ul {
	display: block;
}

/************************************************************************************
SLIDER
*************************************************************************************/
/* header slider */
#header-slider {
	border-bottom: solid 1px #666;
	height:auto;
	padding-bottom:30px;
	margin-bottom:1px; 
	clear:both;
}

/* footer slider */
#footer-slider {
	clear: both;
	border-top: solid 1px #666;
	padding-top: 20px;
	margin-top: 20px;
}

/* slider wrap */
#header-slider .carousel-wrap,
#footer-slider .carousel-wrap {
	padding: 0 38px;
}

/* slider general style */
.slider {
	margin-top: 20px;
	padding-bottom: 0px;
}
.slider .slides {
	margin: 0;
	padding: 0;
	line-height: 120%;
}
.slider .slides li {
	list-style: none;
	margin: 0 5px;
	padding: 0;
	float: left;
	width:237px;
}

.slider .slides li  div a img{ height:160px;}
.slider .post-video {
	margin-bottom: 20px;
}
.slider .slide-feature-image {
	margin-bottom: 10px;
}
.slider .slide-post-title {
	font-size: 120%;
	line-height: 120%;
	margin: 0 0 4px;
}
.slider .slide-post-title a {
	text-decoration: none;
}
.slider .slide-post-title a:hover {
	text-decoration: underline;
}
.slider .slide-excerpt {
	font-size: 80%;
	line-height: 130%;
}

/* carousel nav */
.slider .carousel-prev,
.slider .carousel-next {
	color: #000;
	display: block;
	width: 30px;
	height: 30px;
	font: 36px/60% Arial, helvetica, tahoma;
	text-align: center;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-decoration: none;
}
.slider .carousel-prev {
	left: 0px;
}
.slider .carousel-next {
	right: 0px;
}

/* carousel nav */
.carousel-prev.disabled,
.carousel-next.disabled {
	color: #ccc;
	cursor: default;
}

/* carousel pager */
.carousel-pager {
	clear: both;
	text-align: center;
	margin: 20px 0 10px;
}
.carousel-pager a {
	text-indent: -900em;
	width: 8px;
	height: 8px;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 3px;
	background: #555;
	background: rgba(0,0,0,.6);
	border: solid 2px #111;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	cursor: pointer;
}
.carousel-pager a.selected  {
	background: #ccc;
	background: rgba(255,255,255,.3);
	border-color: #666;
}


/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 4em;
	line-height: 110%;
	letter-spacing: -.04em;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	font-size: 120%;
	margin: 0 0 20px;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: italic 1.8em/120% Arial, helvetica, tahoma;
	text-align: center;
	padding: 0 5%;
	margin: 30px 0 10px;
}
.welcome-message h1 {
	margin: 0 0 5px;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 40px;
}

/* post title */
.post-title {
	font: 2.0em/120% Arial, helvetica, tahoma;
	margin: 0 0 7px;
	padding: 0;
}
.post-title a {
	text-decoration: none;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 7px;
}
.post-image.left {
	padding-right: 20px;
	margin-bottom: 10px;
}
.post-image.right {
	padding-left: 20px;
	margin-bottom: 10px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 5px;
	font-size: 90%;
	font: 90%/130% Arial, helvetica, tahoma;
}
.post-meta span {
	margin-right: 5px;
}
.post-meta a {
	text-decoration: none;
}
.post-meta a:hover {
	text-decoration: underline;
}
.post-meta .post-date {
	display: block;
	margin-bottom: 3px;
	clear: left;
}

/* list post */
.list-post .post {
	padding-left: 122px;
	position: relative;
	margin-bottom: 35px;
	min-height: 150px;
}
.list-post .post-image {
	margin: 0 0 15px;
}
.list-post .post-meta {
	width: 100px;
	text-align: right;
	line-height: 125%;
	position: absolute;
	left: 0;
	top: 55px;
}
.list-post .post-meta span {
	display: block;
	margin: 0 0 5px;
}
.list-post .post-meta a {
	font-variant: small-caps;
}
.list-post .post-meta em {
	font-size: 90%;
}
.list-post .post-meta .post-date {
	margin-bottom: 5px;
}
.list-post .post-meta .post-comment {
	font-size: 110%;
}

/************************************************************************************
LAYOUTS
*************************************************************************************/
/* grid4 post */
.grid4 .post {
	font-size: 90%;
	width: 225px;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.sidebar1.grid4 .post {
	width: 23%;
	margin-left: 2.5%;
}
.grid4 .post-title {
	font-size: 1.5em;
	margin: 8px 0 5px;
}

/* grid3 post */
.grid3 .post {
	width: 310px;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.sidebar1.grid3 .post {
	width: 30%;
	margin-left: 3.5%;
}
.grid3 .post-title {
	font-size: 1.7em;
	margin: 8px 0;
}

/* grid2 post */
.grid2 .post {
	width: 480px;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.sidebar1.grid2 .post {
	width: 48%;
	margin-left: 3.75%;
}
.grid2 .post-title {
	margin: 5px 0;
	font-size: 1.9em;
}

/* clear grid posts */
.grid4 .post:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
}
.grid3 .post:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
}
.grid2 .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}
.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
POST FORMATS
*************************************************************************************/
/* audio format */
.format-audio .audio-image img {
	float: left;
	margin: 0 20px 10px 0;
}
.format-audio .audio-player {
	padding: 8px 0 10px;
}
.post audio,
.slider audio {
	max-width: 100%;
}

/* quote format */
.format-quote .quote-content {
	font: italic 120%/130% Arial, helvetica, tahoma;
}
.format-quote .quote-author {
	margin: 0 0 5px;
	font-style: normal;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: .1em;
	font-family: Arial, helvetica, tahoma;
}

/* format link */
.format-link .post-title a {
	background: url(images/link-arrow.png) no-repeat right center;
	padding-right: 26px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	font-size:.9em;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/
.twitter-tweet-rendered {
max-width: 100% !important;
}
/************************************************************************************
POST ICON
*************************************************************************************/
.post-icon {
	background: url(images/icon-post.png) no-repeat right 2px;
	width: 27px;
	height: 30px;
	display: block;
	float: left;
	margin: 2px 12px 5px 0;
}
.list-post .post-icon {
	width: 100px;
	padding-bottom: 15px;
	margin: 0 0 5px;
	display: block;
	border-bottom: solid 1px #bbb;
	top: 0;
	left: 0;
	position: absolute;
}
.format-audio .post-icon  {
	background-image: url(images/icon-audio.png);
}
.format-gallery .post-icon {
	background-image: url(images/icon-gallery.png);
}
.format-link .post-icon {
	background-image: url(images/icon-link.png);
}
.format-quote .post-icon {
	background-image: url(images/icon-quote.png);
}
.format-status .post-icon {
	background-image: url(images/icon-status.png);
}
.format-aside .post-icon {
	background-image: url(images/icon-aside.png);
}
.format-video .post-icon {
	background-image: url(images/icon-video.png);
}
.format-image .post-icon {
	background-image: url(images/icon-image.png);
}
.format-chat .post-icon {
	background-image: url(images/icon-chat.png);
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
	margin: 30px 0 20px;
}
.pagenav a, .pagenav span {
	min-width: 24px;
	min-height: 20px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
	padding: 4px 0 0;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #efcf02;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #ffdd01;
	text-decoration: none;
}
.pagenav .current {
	color: #666;
	text-decoration: none;
}


/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
	font: italic 110%/140% Arial, helvetica, tahoma;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
	color: #666;
}
.post-nav a:hover {
	text-decoration: none;
	color: #000;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #efcf02;
	color: #fff;
	font: normal 22px/100% Arial, helvetica, tahoma;
	display: block;
	width: auto;
	float: left;
	width: 34px;
	height: 30px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 40px 0 20px;
	position: relative;
	clear: both;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 175%;
	margin: 0 0 5px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	border: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 20px 0 0;
	padding: 5px 0 0 122px;
	border-top: solid 2px #000;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}

/* commentlist author line */
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 -90px;
}
.commentlist cite {
	font: small-caps 135%/110% Arial, helvetica, tahoma;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor &gt; .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}

/* commententry */
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
}

/* commentlist sub-levels */
.commentlist ul, .commentlist ol {
	margin: 0 0 0 90px;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 20px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* respond */
#respond {
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 65%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}

/* comment form */
#commentform {
	margin: 0;
	padding: 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font: small-caps 100% Arial, helvetica, tahoma;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar li a {
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}

/* secondary sidebar */
#sidebar .secondary {
	width: 120px;
	float: left;
}
#sidebar .secondary.last {
	float: right;
}

/* widget */
.widget {
	margin: 0 0 15px;
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
	font: 1.2em/120% Arial, helvetica, tahoma;
	font-weight: bold
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list br {
	display: none;
}
.widget .feature-posts-list .post-img {
	margin: 4px 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 90% Arial, helvetica, tahoma;
	display: block;
	margin: 0 0 3px;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 4px 0 3px;
}
.widget .feature-posts-list .post-excerpt {
	display: block;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 90% Arial, helvetica, tahoma;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img, .widget_links img {
	vertical-align: middle;
}

/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 12px;
	float: left;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.widget .flickr_badge_image img {
	width: 50px;
	height: 50px;
}

/* search widget */
#sidebar #searchform {
	position: static;
}
#sidebar #searchform #s {
	width: 93%;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Social Links Widget */
.widget .social-links {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	border-top: solid 1px #000;
	padding: 25px 0 10px;
	position: relative;
	font-size: 90%;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* footer logo */
#footer-logo {
	font: 30px/100% Arial, helvetica, tahoma;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 10px 0 20px;
	clear: both;
}
#footer-logo a {
	color: #000;
	text-decoration: none;
}

/* footer nav */
.footer-nav {
	margin: 0 auto 20px;
	padding: 15px 0 0;
	border-top: solid 1px #ccc;
	width: 86%;
	text-align: center;
}
.footer-nav li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
.footer-nav a {
	font: 100% Arial, helvetica, tahoma;
	margin: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
}

/* footer text */
.footer-text {
	font: italic 90%/150% Arial, helvetica, tahoma;
	text-align: center;
	margin: 0 0 15px;
}
.footer-text a {
	text-decoration: none;
}

/* back to top */
.back-top {
	clear: both;
	text-align: center;
	margin: 20px 0 0 -15px;
	position: absolute;
	bottom: -27px;
	left: 50%;
}
.back-top a {
	background: #333;
	color: #fff;
	font: normal 16px/100% Arial, helvetica, tahoma;
	width: 30px;
	height: 26px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.1);
}
.back-top a:hover {
	text-decoration: none;
}
.back-top a span {
	display: none;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 10px;
}

#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 12px 10px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}
/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}
/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font: italic 95%/120% Arial, helvetica, tahoma;
	margin: 6px 0;
}

/************************************************************************************
CLEAR &amp; ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #footer:after, .pagenav:after, #main-nav:after, .main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, footer, .pagenav, #main-nav, .main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #footer, .pagenav, #main-nav, .main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }



/*********************************************************************************************************/


/*************************** main footer ***********************/
.footer{ 
width:100%!important;
vertical-align: bottom!important;
}
.footerCont{ width:940px!important; padding:49px 0 0!important; color:#58595b!important; font-family:arial!important; margin:auto!important; clear:both!important; font-size:13px!important; font-weight:bold!important; line-height:20px!important; letter-spacing:-0.7px}
.footerLeft{width:629px!important;  float:left!important; }
.footerLeft ul{list-style:none!important; padding:0; margin:0;}
.footerLeft ul li{ width:auto!important; padding-right:6px !important; float:left!important;}
.footerLeft ul li a{ color:#fff!important; text-decoration:none}
.footerLeft ul li a:hover{ text-decoration:underline }

.footerBlack {
    background: none repeat scroll 0 0 #58595B!important;
    border: 1px solid #58595B!important;
    border-radius: 5px!important;
    float: left!important;
    margin-bottom: 11px!important;
    margin-top: 20px!important;
    padding: 0!important;
    width:591px!important;
    height: 58px!important;
}


.footerBlack .lione{width: 216px!important;padding-right:0!important;}
.footerBlack .litwo{margin-left: 0px!important; padding-right:0!important;}
.footerBlack .lithree {margin-left:18px!important; width: 155px!important; padding-right:0}
.copywrite{font:10px arial!important; color:#58595b}

.footerBlackContent{float:left!important; margin-top: 14px!important; margin-left:6px;}
.line1{color:#33c1d4!important; font: bold 12px arial; margin-bottom:0 !important;}

.marQuick {
    margin: 25px 0 0;
}
.line2{color:#33c1d4!important; font:11px arial;margin-bottom:0 !important;}
.footerRight{width:311px!important;  float:left!important; line-height:10px!important;}
.footerRight ul{     list-style: none outside none;
    margin: 0;
    padding: 0;}
.footerRight ul li{ width:auto!important; padding-right:6px !important; float:left!important;}
ul.share_icons li  {
  padding-right:0px!important;
}
ul.share_icons li img {
    float: left!important;
    margin-right: 7px!important;
    width: 35px!important;
}

	.followText{margin:13px 0 5px 3px!important;}

.psecure {
    margin: 15px 0 4px 3px;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.footerBlack { width:598px!important;}
	.footerBlack .lithree {margin-left:11px!important; width: 166px!important; padding-right:0}
	.footerRight {letter-spacing:-1px }
	

}

.blueGredient {
    background: linear-gradient(to bottom, #4CCADB 0%, #50CBDC 20%, #50C8D8 28%, #42AFBF 66%, #40ADBD 82%, #3CAFC0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}


.clearfix:after {
    clear: both!important;
    content: " "!important;
    display: block!important;
    font-size: 0!important;
    height: 0!important;
    line-height: 0!important;
    visibility: hidden!important;
    width: 0!important;
}
.floatLeft{ float:left}
.clear{clear:both;}
/*************************** main footer ***********************/
/*************************** main header ***********************/

.headerSmall {
    color: #58595B;
    font-family: arial;
    margin: auto;
    width: 940px;
	position:relative;
}


.portTesti {
    float: left;
    height: auto;
    width: 360px;
}

.menuPort {
    float: right;
    height: auto;
    padding-top: 41px;
    width: auto;
}
.textAlignRight {
    text-align: right;
}
.menuUl {
    list-style: none outside none;
}

.menuli {
    color: #FFFFFF;
    display: inline-block;
    font: 15px/35px arial;
    letter-spacing: -0.1px;
    padding-top: 5px;
    text-shadow: 0 0 1px #58595B;
}


.menuli a {
    color: #FFFFFF;
    text-decoration: none;
}
.clickToCall {
    background: url("../../../../images/new_homepage/call.png") no-repeat scroll 5px 1px #98DCE5;
    border-color: #4E9EAA;
    border-radius: 5px;
    border-style: solid;
    border-width: 0 1px 1px 0.5px;
    box-shadow: 0 4px 4px -6px #6A6A6A;
    color: #58595B;
    cursor: pointer;
    font: bold 11px arial;
    height: 20px;
    letter-spacing: -1px;
    padding: 8px 0 0 24px;
    width: 101px;
    word-spacing: 0;
}
.destiShow {
    background: none repeat scroll 0 0 rgba(39, 39, 39, 0.7);
    border: 6px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    display: none;
    height: auto;
    position: absolute;
    right: 163px;
    top: 90px;
    width: 220px;
    z-index: 100;
}

.destiShowCont {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    height: auto;
    padding: 0 10px;
    width: 200px;
}
.box .top_headings a { text-decoration:none;}
.box .top_headings a:hover { text-decoration:none;}
.destiShowCont ul {
    font: 15px/33px arial;
    list-style: none outside none;
	margin:0;
	padding:0;
}
.PTC {
    color: #58595B;
}

.destiShowCont ul li {
    border-bottom: 1px solid #E5E5E5;
	margin:0;
}

.a3 {
    color: #58595B;
    cursor: pointer;
    text-decoration: none;
}

.downArrow {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #FFFFFF;
    font: 2px arial;
    margin-right: 4px;
}


/*************************** main header ***********************/

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form textarea, .overlay_form input[type="text"], .overlay_form input[type="email"], .overlay_form input[type="tel"], .overlay_form textarea {height: 43px !important;}
 div.mobile_place_holder .ph_one {width: 39px !important;}
div.mobile_place_holder .ph_two { width: 372px !important;}

#head{margin-bottom:40px;}

@media screen and (-moz-images-in-menus:0) {
    #headerwrap { 
    margin-top: -35px;}
}</pre></body></html>