/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.border-round,
.border-round img
{
	border-radius: 15px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.section{
	overflow: hidden;
}

/*------------------------------------*\
    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,
.text-lt .icon-phone:before, 
.text-lt .icon-mail:before, 
.text-lt .icon-back:before, 
.text-lt .icon-map:before, 
.text-lt .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-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);
}

/*------------------------------------*\
    CONTENT COLORS
\*------------------------------------*/

.black{
	color: #000000;
}

.white{
	color: #fff;
}

.blue{
	color: #175291;
}

.light-blue{
	color: #94c7ec;
}

.bg-grey{
	color: #eaf4fb;
}

/*------------------------------------*\
    BACKGROUNDS
\*------------------------------------*/
.bg-blk
{
	background-color: #111;
}
.bg-dk
{
	background-color: #131b24;
}
.bg-lt
{
	background-color: #f5f5f5;
}
.bg-white
{
	background-color: #ffffff;
}
.bg-primary {
	background-color: #274F49;
}
.bg-cover
{
	background-size: cover;
}
.outer-glow
{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.bg-image-align{
	background-position: center;
	background-size: cover;
}

/*------------------------------------*\
    CLEARS
\*------------------------------------*/
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

/*------------------------------------*\
    VISIBILITY
\*------------------------------------*/
.hidden {
	display:none !important;	
}
.show-1200,
.show-1024,
.show-900,
.show-800,
.show-768,
.show-670,
.show-550,
.show-480,
.visible-s
{
	display:none;
}
/*------------------------------------*\
    IMAGE
\*------------------------------------*/
.image-cover img
{
	object-fit: cover;
}

/*------------------------------------*\
    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
{
	position: absolute;
	top: -45px;
	margin: 0;
}
#breadcrumbs span
{
	color: #4e4e56;
}
#breadcrumbs a,
#breadcrumbs span.breadcrumb_last
{
	color: #4c4c4b;
}
#breadcrumbs a
{
	font-weight: 700;
}
#breadcrumbs a:hover
{
	color: #175291;
}

/*------------------------------------*\
    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;
}

.gallery-image > img {
	width: 100%;
	object-fit: cover;
}

/*------------------------------------*\
    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;
	}
}
