/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.border-round,
.border-round img
{
	border-radius: 15px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

/*------------------------------------*\
    TEXT TRANSFORM
\*------------------------------------*/
.text-transform-uppercase 
{
	text-transform: uppercase;
}
.text-decoration-underline 
{
	text-decoration: underline;
}
.text-decoration-none,
a.text-decoration-none:active,
a.text-decoration-none:link, 
a.text-decoration-none:visited
{
	text-decoration: none;
}
.text-decoration-none,
a.text-decoration-none:hover
{
	text-decoration: underline;
}

/*------------------------------------*\
    TEXT lT
\*------------------------------------*/
.text-white,
.text-white *,
.text-white a:link,
.text-white a:visited,
.text-white a:active,
.text-white .check li:before, 
.text-white .arrow li:before, 
.text-white .sidebar .menu li:before,
.text-white .icon-phone:before, 
.text-white .icon-mail:before, 
.text-white .icon-back:before, 
.text-white .icon-map:before, 
.text-white .icon-url:before
{
	color:#fff;	
}
.text-dk,
.text-dk *,
.text-dk a:link,
.text-dk a:visited,
.text-dk a:active,
.text-dk .check li:before, 
.text-dk .arrow li:before, 
.text-dk .sidebar .menu li:before,
.text-dk .icon-phone:before, 
.text-dk .icon-mail:before, 
.text-dk .icon-back:before, 
.text-dk .icon-map:before, 
.text-dk .icon-url:before
{
	color: #000000;
}
.text-red,
.text-red *,
.text-red a:link,
.text-red a:visited,
.text-red a:active,
.text-red .check li:before, 
.text-red .arrow li:before, 
.text-red .sidebar .menu li:before,
.text-red .icon-phone:before, 
.text-red .icon-mail:before, 
.text-red .icon-back:before, 
.text-red .icon-map:before, 
.text-red .icon-url:before
{
	color: #153d68;
}
.text-shadow-dk
{
	text-shadow: 1px 1px 20px rgba(0,0,0,0.5);
}
.text-shadow-lt
{
	text-shadow: 1px 1px 20px rgba(255,255,255,0.5);
}

/*------------------------------------*\
    BACKGROUNDS
\*------------------------------------*/
.bg-blk
{
	background-color: #000000;
}
.bg-dk
{
	background-color: #121212;
}
.bg-gray
{
	background-color: #242424;
}
.bg-lt
{
	background-color: var(--color-lt);
}
.bg-white
{
	background-color: #ffffff;
}
.bg-green
{
	background-color: #84c557;
}
.bg-blue
{
	background-color: #0060ac;
}
.bg-red
{
	background-color: #153d68;
}
.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;
}

/*------------------------------------*\
    VISIBILITY
\*------------------------------------*/
.hide,
.hidden 
{
	display:none !important;	
}
.show-1024,
.show-999,
.show-900,
.show-800,
.show-670,
.show-550,
.show-480,
.visible-s
{
	display:none;
}
/*------------------------------------*\
    IMAGE
\*------------------------------------*/
.image-cover img
{
	object-fit: cover;
	height: auto;
	object-position: center;
}
.image-cover
{
	object-fit: cover;
	object-position: center;
}
.image-min-size
{
	min-height: 100%;
	min-width: 100%;
}

/*------------------------------------*\
    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;
}
/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/
#breadcrumbs
{
margin-bottom: 0.25em;
}
#breadcrumbs,
#breadcrumbs span span,
#breadcrumbs span span a,
#breadcrumbs span span span
{
    color: #F5F6FA;
}
#breadcrumbs span.breadcrumb_last
{
	font-weight: 400;
}
#breadcrumbs a
{
	font-weight: 400;
	color: #F5F6FA;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	text-decoration: underline;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.pull-center{
	display:inline-block;
	float:none;
	vertical-align:middle;
}
.pull-left{
	float:left;	
}
.pull-right{
	float:right;	
}
@media (min-width: 500px) {
	.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;
	}
}
@media (max-width: 500px) {
	.alignnone,
	.aligncenter,
	div.aligncenter,
	.alignright,
	.alignleft,
	a img.alignright,
	a img.alignnone,
	a img.alignleft {
		margin: 0 0 1.5em 0;
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}
}

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;
	}
}
