/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.border-round
{
	border-radius: 5px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

/*------------------------------------*\
    TEXT TRANSFORM
\*------------------------------------*/
.text-transform-uppercase {
	text-transform: uppercase;

}

/*------------------------------------*\
    TEXT lT
\*------------------------------------*/
.text-lt,
.text-lt *,
.text-lt a:link,
.text-lt a:visited,
.text-lt a:active,
.text-lt .check li:before, 
.text-lt .arrow li:before, 
.text-lt .sidebar .menu li:before
{
	color:#fff;	
}
.text-dk * {
	color: #000000;
}
.text-shadow-dk
{
	text-shadow: 1px 1px 30px rgba(0,0,0,0.3);
}
.text-shadow-lt
{
	text-shadow: 1px 1px 30px rgba(255,255,255,0.3);
}

/*------------------------------------*\
    BACKGROUNDS
\*------------------------------------*/
.bg-blk
{
	background-color: #111;
}
.bg-dk
{
	background-color: #131b24;
}
.bg-lt
{
	background-color: #f6f6f6;
}
.bg-white
{
	background-color: #ffffff;
}
.bg-green
{
	background-color: #f7f7f7;
}
.bg-blue
{
	background-color: #2192fc;
}
.bg-gold
{
	background-color: #c08d51;
}
.bg-cover
{
	background-size: cover;
}
.bg-white-opacity
{
	background-color: rgba(255,255,255,0.9);
}
.outher-glow
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

/*------------------------------------*\
    CLEARS
\*------------------------------------*/
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.pull-center{
	display:inline-block;
	float:none;
	vertical-align:middle;
}
.pull-left{
	float:left;	
}
.pull-right{
	float:right;	
}
@media (min-width: 800px) {
	.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;
	}
	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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
