/* general */

.opacity0 {
	opacity:0;
}
.opacity0:hover {
	opacity:1;
}
.nobreak br {
	display:none;
}
.tdnone {
	text-decoration:none !important;
}
.overflownone {
	overflow: hidden !important;
}
.sideborders {
	position: relative;
}
.sideborders:before, .sideborders:after {
	content: '';
	width: 800px;
	height: 1px;
	position: absolute;
	top: 50%;
	background-color: #4f6059;
}
.sideborders:before {
	right: 100%;
	margin-right: 20px;
}
.sideborders:after {
	left: 100%;
	margin-left: 20px;
}
.row25 {
	margin-left:-25px;
	margin-right:-25px;
}
.row25 > div {
	padding-left:25px;
	padding-right:25px;
}
.btn-black2 {
    background-color: #231f20;
    color: #fff;
    padding: 5px 15px!important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-shadow: none;
    letter-spacing: .5px;
	-webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
	margin-top: 20px!important;
}
.btn-black2:hover {
	color: #231f20;
	border-color:#231f20;
	background-color: #fff;
}
.btn-blue {
    background-color: #4594ad;
    color: #fff;
    padding: 10px 35px !important;
    font-size: 16px !important;
    -webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
}
.btn-blue:hover {
    color: #336f7b !important;
}
a.more-link {
	color: #408998 !important;
}
a.btn-blue:hover {
	text-decoration: none;

}

body .entry-content .check img {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}



/* Effects */
.transition25ms {
	-webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
}
.boxshadow {
	-webkit-box-shadow: -3px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    -3px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         -3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.textshadow {
	text-shadow: -2px 4px 5px rgba(0, 0, 0, 1);
}


/* layouts */
.verticalcenter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	height:100%;
}
.verticalcenter > * {
	width:100%;
	display:block;
}


/* displays */
.block {
	display:block;
}
.inlineblock {
	display:inline-block;
}
.displaynone {
	display:none;
}

/* positionings */
.relative {
	position:relative;
}
/**.absolute {
	position:absolute;
}**/
.fixed {
	position:fixed;
}
.top0 {
	top:0;
}
.bottom0 {
	bottom:0;
}
.left0 {
	left:0;
}
.right0 {
	right:0;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright {
	float:right;
    margin: 5px 0 20px 20px;
}
.clearfix {
	clear:both;
}
/* text-align */

.txtcenter {
	text-align:center;
}
.txtleft {
	text-align:left;
}
.txtright {
	text-align:right;
}
.justify {
	text-align: justify;
}

/* widths */
.width100p {
	width:100%;
}
.maxw280   {
	max-width:280px !important;
}
.maxw550  {
	max-width:550px !important;
}
.maxw600 {
    max-width: 600px !important;
}
.maxw920 {
    max-width: 920px !important;
}
.maxw50p {
	max-width:50% !important;
}
.maxw100p {
	max-width:100% !important;
}


/* heights */
.height100p {
	height:100%;
}
.height190 {
	height:190px;
}
.height373 {
	height:373px;
}


/* font style */
.uppercase {
	text-transform:uppercase;
}
.ttnone {
	text-transform:none !important;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.underlinenone {
	text-decoration:none !important;
}
.strong {
	font-weight:bold;
}
.lsnone {
	list-style:none;
}
.lspinside {
    list-style-position: inside;
}

/* font sizes */
.fs12 {
	font-size:12px;
}
.fs14 {
	font-size:14px;
}
.fs16 {
	font-size:16px;
}
.fs17 {
	font-size:17px;
}
.fs17-5 {
	font-size:17.5px;
}
.fs18 {
	font-size:18px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size:20px;
}
.fs21 {
	font-size:21px;
}
.fs22 {
	font-size:22px;
}
.fs24 {
	font-size:24px;
}
.fs25 {
	font-size:25px;
}
.fs27 {
	font-size:27px;
}
.fs29 {
	font-size:29px;
}
.fs30 {
	font-size:30px;
}
.fs32 {
	font-size:32px;
}
.fs34 {
	font-size:34px;
}
.fs48 {
	font-size:48px;
}
.fs58 {
	font-size:58px;
}
.fs65 {
	font-size:65px;
}

/*.fw weight */
.fw100 {
	font-weight:100;
}
.fw200 {
	font-weight:200;
}
.fw300 {
	font-weight:300;
}
.fw400 {
	font-weight:400;
}
.fw500 {
	font-weight:500;
}
.fw600 {
	font-weight:600 !important;
}
.fw700 {
	font-weight:700;
}
.fw800 {
	font-weight:800;
}
.fw900 {
	font-weight:900;
}

/* lineheights */
.lh1 {
	line-height: 1em;
}
.lh1-2 {
	line-height: 1.2em;
}
.lh1-4 {
	line-height: 1.4em;
}
.lhl-31 {
	line-height:31px;
}
.ls1 {
	letter-spacing:1px;
}
.ls2 {
	letter-spacing:2px;
}
.ls3 {
	letter-spacing:3px;
}
.ls4 {
	letter-spacing:4px;
}
.ls5 {
	letter-spacing:5px;
}

/* colors */
.white {
	color:#fff;
}
.darkgray {
	color: #2b2b2b;
}
.gray {
	color: #414141;
}
.lightgray {
	color: #bfbfbf;
}
.white-i {
	color:#fff !important;
}
.black {
	color:#0f0f0f;
}
.black2 {
	color:#231f20;
}
.black3 {
	color:#3a3a3a;
}
.blue {
	color: #1b4365;
}
.darkblue {
	color: #002a5a;
}
.green {
	color:#119a4d;
}
.lightgreen {
	color:#cef6e2;
}
.yellow {
	color: #ffe400;
}
.pblue {
	color: #355f6b;
}
.themeblue {
	color: #4594ad !important;
}

/* bg colors */
.bctransparent {
	background-color: transparent;
}
.bcwhite {
	background-color: #fff;

}

.bcblack {
	background-color:#000;
}
.bcblack2 {
	background-color:#231f20;
}
.bclightgray {
	background-color: #ebecec;
}
.bclightgray2 {
	background-color: #fefefe;
}
.bcgray {
	background-color: #f1f1f1;
}
.bcgreen  {
	background-color:#119a4d;
}
.bcdarkgreen {
	background-color: #054122;
}
.bcaliceblue{
	background-color:#f3f8fb;
}
.bccuriousblue {
	background-color:#2c82c9;
}
.bc-trans-5 {
    background-color: rgba(0, 0, 0, 0.5);
}
.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-blend-mode: overlay;
}



/* borders */
.bd {
	border:solid;
}
.bdt {
	border-top:solid;
}
.bdb {
	border-bottom:solid;
}
.bdl {
	border-left:solid;
}
.bdr {
	border-right:solid;
}
.bdw1 {
	border-width:1px;
}
.bdw2 {
	border-width:2px;
}
.bdw3 {
	border-width:3px;
}
.bdw4 {
	border-width:4px;
}
.bdw5 {
	border-width:5px;
}
.bdcblack {
	border-color:#000;
}
.bdclightgreen {
	border-color:#669e80;
}
.bdcgray {
	border-color: #e2e2e2;
}
.bdcdarkgray {
	border-color:#c6c6c6;
}
.bdccuriousblue {
	border-color:#4594ad;
}


/* border radius */
.bdr0 {
	border-radius: 0 !important;
}
.bdr3 {
	border-radius:3px;
}
.bdr5 {
	border-radius:5px;
}
.bdr20-0 {
    border-radius: 20px 0;
}
.bdr50-0 {
    border-radius: 50px 0;
}


/* margins */
.mgauto {
	margin: auto;
}
.mg0 {
	margin:0 !important;
}
.mt0 {
	margin-top:0;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px;
}
.mt80 {
	margin-top:80px;
}
.mt90 {
	margin-top:90px;
}
.mt100 {
	margin-top:100px !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb12 {
	margin-bottom:12px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px;
}
.mb70 {
	margin-bottom:70px;
}
.mb80 {
	margin-bottom:80px;
}
.mb90 {
	margin-bottom:90px;
}
.mb100 {
	margin-bottom:100px;
}
.mlrauto {
	margin-left:auto;
	margin-right:auto;
}
.ml0 {
	margin-left:0;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.ml30 {
	margin-left:30px;
}
.ml40 {
	margin-left:40px;
}
.ml50 {
	margin-left:50px;
}
.ml60 {
	margin-left:60px;
}
.ml70 {
	margin-left:70px;
}
.ml80 {
	margin-left:80px;
}
.ml90 {
	margin-left:90px;
}
.ml100 {
	margin-left:100px;
}
.mr0 {
	margin-right:0;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mr30 {
	margin-right:30px;
}
.mr40 {
	margin-right:40px;
}
.mr50 {
	margin-right:50px !important;
}
.mr60 {
	margin-right:60px !important;
}
.mr70 {
	margin-right:70px;
}
.mr80 {
	margin-right:80px;
}
.mr90 {
	margin-right:90px;
}
.mr100 {
	margin-right:100px;
}

/* paddings */
.pd1224 {
	padding: 12px 24px;
}
.pd50 {
	padding:50px 50px;
}
.pd0 {
	padding:0 !important;
}
.pd10 {
	padding:10px;
}
.pd20 {
	padding:20px;
}
.pt0 {
	padding-top:0;
}
.pt0-i {
	padding-top:0 !important;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}
.pt20 {
	padding-top:20px;
}
.pt30 {
	padding-top:30px;
}
.pt40 {
	padding-top:40px;
}
.pt50 {
	padding-top:50px;
}
.pt60 {
	padding-top:60px;
}
.pt70 {
	padding-top:70px;
}
.pt80 {
	padding-top:80px;
}
.pt90 {
	padding-top:90px;
}
.pt100 {
	padding-top:100px;
}
.pb0 {
	padding-bottom:0 !important;
}
.pb5 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pb12 {
	padding-bottom:12px;
}
.pb15 {
	padding-bottom:15px;
}
.pb20 {
	padding-bottom:20px;
}
.pb25 {
	padding-bottom:25px;
}
.pb30 {
	padding-bottom:30px;
}
.pb40 {
	padding-bottom:40px;
}
.pb50 {
	padding-bottom:50px;
}
.pb60 {
	padding-bottom:60px;
}
.pb70 {
	padding-bottom:70px;
}
.pb80 {
	padding-bottom:80px;
}
.pb90 {
	padding-bottom:90px;
}
.pb100 {
	padding-bottom:100px;
}
.pl0 {
	padding-left:0;
}
.pl5 {
	padding-left:5px;
}
.pl10 {
	padding-left:10px;
}
.pl15 {
	padding-left:15px;
}
.pl20 {
	padding-left:20px;
}
.pl25 {
	padding-left:25px;
}
.pl30 {
	padding-left:30px;
}
.pl40 {
	padding-left:40px;
}
.pl45 {
    padding-left: 45px;
}
.pl50 {
	padding-left:50px;
}
.pl60 {
	padding-left:60px;
}
.pl70 {
	padding-left:70px;
}
.pl80 {
	padding-left:80px;
}
.pl90 {
	padding-left:90px;
}
.pl100 {
	padding-left:100px;
}
.pr0 {
	padding-right:0;
}
.pr5 {
	padding-right:5px;
}
.pr10 {
	padding-right:10px;
}
.pr20 {
	padding-right:20px;
}
.pr25 {
	padding-right:25px;
}
.pr30 {
	padding-right:30px;
}
.pr40 {
	padding-right:40px;
}
.pr50 {
	padding-right:50px;
}
.pr60 {
	padding-right:60px;
}
.pr70 {
	padding-right:70px;
}
.pr80 {
	padding-right:80px;
}
.pr90 {
	padding-right:90px;
}
.pr100 {
	padding-right:100px;
}






