/* -------------------- tag styles --------------------*/

/*  BASIC WP STYLES start  */

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.sticky { }

/*  BASIC WP STYLES end  */


a {
	color:#58968F;
}
a:hover {
	color:#444444;
}
::selection {
       background: #58968f; /* Safari */
       color:#ffffff;
}
::-moz-selection {
       background: #58968f; /* Firefox */
       color:#ffffff;
}
html,body{margin:0;padding:0;height:100%;border:none;}
table {border-spacing: 0px; border-collapse: collapse;}
td {vertical-align: top; padding:0px;}
img {border: 0px; max-width:100%; height:auto; width:auto;}
form{margin:0px; padding:0px;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } /* Hide from IE Mac \*/ 
.clearfix { display: block; } /* End hide from IE Mac */ 
.none { display: none; } /* End Clearfix */

body,td, p {
	font-family: 'Open Sans', sans-serif; 
	font-size: 13px;
	color: #373737;
	line-height: 1.6;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0px; 
	font-weight: 600; 
	color: #373737;
}
h1 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300;
	letter-spacing: -1.5px;	
}
.title_center { text-align: center; }
.title_stripes_center {
	border-bottom: 1px solid #E1E1E1;
	width: 300px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	max-width:100%;
}
.title_left { text-align: left; }
.title_stripes_left {
	border-bottom: 1px solid #E1E1E1;
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
	max-width:100%;
}

.title_right { text-align: right; }
.title_stripes_right{
	border-bottom: 1px solid #E1E1E1;
	width: 300px;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
	max-width:100%;
}


h2 {
	font-size: 20px;
	letter-spacing: -1.5px;
}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
a { text-decoration: none; }
a:hover { text-decoration: none;  transition: all 0.3s ease-out;  }
a:focus {outline: none;}
a:active {}
a:visited {}
.clear {
	clear:both;
	width: 100%;
}
.fl {float: left;}
.fr {float: right;}
.mb45 { margin-bottom: 45px; }

entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}