@import url('/fonts/ptsans.css');
@import url('/fonts/ROUBLE.css');
/*.gal,*/.tableBorder1 td,.tableBorder1Padding5 td{border:1px solid #f0f0f0}
table{border-collapse:collapse}
.tableBorder1Padding5 td{padding:5px}
.tableBorder1Padding5 td table td {
	border:0;
	padding: 0;
}

.tableBorder1Padding10 td{border:1px solid #f0f0f0; padding:10px}
.tableBorder1Padding10 td table td {
	border:0;
	padding: 0;
}

.tableBorder1Padding15 td{border:1px solid #f0f0f0; padding:15px}
.tableBorder1Padding15 td table td {
	border:0;
	padding: 0;
}

.tableBorder0Padding10 td{border:none; padding:10px}
.tableBorder0Padding10 td table td {
	border:0;
	padding: 0;
}

.tableBorder0Padding15 td{border:none; padding:15px}
.tableBorder0Padding15 td table td {
	border:0;
	padding: 0;
}

.tableBorder0Padding5 td{border:none; padding:5px}
.tableBorder1Padding5 td table td {
	border:0;
	padding: 0;
}


.imghover:hover{opacity:.7}
body{
	font-size:16px;
	font-family: 'PT Sans';
	color: #626262;
}
p {
    margin: 0 0 14px 0;
    padding: 0;
}
#tinymce script {
	width: 100%;
	height: 20px;
	border:#ccc 1px dashed;
	display: block;
	background: #fffddc;
	cursor: wait ;
}
.mce-content-body {
	background-color: #f3f3f3;
}
.mce-content-body img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
.mce-content-body  .toggler {
	border:#ccc 1px dashed;
}
.preimtd,
.preimtd20,
.preimtd30,
.preimtd70,
.preimtd50,
.preimtd-tablet,
.preimtd50_100 {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}

.cell-float-left {
	float: left;
	width: 50%;
	display: block;
	padding: 15px;
}
.cell-float-right {
	float: right;
	width: 50%;
	display: block;
	padding: 15px;
}
td p {margin-bottom: 0}
a {
	color: #0066a2;
}
a:focus, a:hover {
    outline: none !important;
    opacity: 0.7;
}
h1 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.home h1 {
	padding:0;
	margin-bottom: 20px;

}

h2 {
	color: #00272e;
	font-size: 23px;
	padding: 0 0 10px 0;
	/*font-weight: 500;*/
	margin: 0 0 .5rem 0;
}

h3 {
	color: #00272e;
	font-size: 20px;
    padding: 0;
	margin: 10px 0;
    /*font-weight: 500;*/

}
.preimtd50_100 tr td:first-child {
	padding-right: 20px;
}
#tinymce .toggler_inline {
	border:#ccc 1px dashed;
}

@media (max-width: 991px) {
	.preimtd50_100 {
		display: block ;
		padding: 5px 0 ;
		width: 50% !important;
		float: left;
	}
	.preimtd-tablet,.cell-float-left,.cell-float-right {
		display: block ;
		padding: 5px 0;
		width: 100% !important;
	}
	.cell-float-left,.cell-float-right {
		padding: 15px;
	}
}
@media (max-width: 767px) {

	h1 {
	    font-size: 31px;
	    line-height: 27px;
	}
	.preimtd50_100 tr td:first-child {
		min-width: 90px;
	}
	.preimtd,
	.preimtd50_100 {
		display: block ;
		padding: 5px 0 !important;
		width: 100% !important;
	}
	.preimtd50 {
		display: block ;
		padding: 5px 5px !important;
		width: 50% !important;
		float: left;
	}
	.preimtd20 {
		display: block ;
		padding: 5px 0 !important;
		width: 20% !important;
		float: left;
	}
	.preimtd30 {
		display: block ;
		padding: 5px 0 !important;
		width: 33% !important;
		float: left;
	}
	.preimtd70 {
		display: block ;
		padding: 5px 0 !important;
		width: 70% !important;
		float: left;
	}
	table:after{
		clear: both;
	}

}