html {
	font-family:sans-serif;
}
body {
	margin:0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display:block;
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
display:none;
height:0px;
}
a {
	background-color:transparent;
}
a:active, a:hover {
	outline:0px none;
}
b, strong {
	font-weight:bold;
}
h1 {
	font-size:2em;
	margin:0.67em 0px;
}
img {
	border:0px none;
}
svg:not(:root) {
overflow:hidden;
}
button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0px;
}
button {
	overflow:visible;
}
button, select {
	text-transform:none;
}
html input[type="button"], button, input[type="reset"], input[type="submit"] {
	cursor:pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0px none;
padding:0px;
}
input {
	line-height:normal;
}
html {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
*, *::before, *::after {
-webkit-box-sizing:inherit;
        box-sizing:inherit;
}
ul {
	list-style-type:none;
}
a {
	color:rgb(3,155,229);
	text-decoration:none;
}


.img-centered {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.valign-wrapper, #site-loader, .card .card-quote, .card .card-link, .card .card-status, .card.news-small .card-desc {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
ul {
	padding:0px;
}
ul li {
	list-style-type:none;
}
.clearfix {
	clear:both;
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, button, input[type="submit"], .btn-floating, .dropdown-content, .collapsible, .side-nav {
	-webkit-box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
	        box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.z-depth-1-half, .btn:hover, .btn-large:hover, button:hover, input[type="submit"]:hover, .btn-floating:hover {
	-webkit-box-shadow:0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	        box-shadow:0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
i {
	line-height:inherit;
}
@media only screen and (max-width:992px) {
 .hide-on-med-and-down {
display:none ! important;
}
}
@media only screen and (min-width:993px) {
 .hide-on-large-only {
display:none ! important;
}
}
footer.page-footer .footer-copyright {
	overflow:hidden;
	height:50px;
	line-height:50px;
	color:rgba(255, 255, 255, 0.8);
	background-color:rgba(51, 51, 51, 0.08);
}
table.striped > tbody > tr:nth-child(2n+1) {
background-color:rgb(242,242,242);
}
@media only screen and (max-width:992px) {
 table.responsive-table thead tr th::before {
content:" ";
}
}
@media only screen and (max-width:767px) {
	.tbg2 .tg-yw4l:first-of-type,
	.tbg1 .tg-yw4l:first-of-type,
	.mob-hidden {
		display: none;
	}
}
.collection, .sec-sidebar .widget > ul, .sec-sidebar .widget_recent_entries > ul, .widget ul.menu {
	margin:0.66667rem 0px 1.33333rem;
	border:1px solid rgb(224,224,224);
	border-radius:2px;
	overflow:hidden;
	position:relative;
}
.collection .collection-item, .sec-sidebar .widget > ul .collection-item, .sec-sidebar .widget_recent_entries > ul .collection-item, .widget ul.menu .collection-item, .sec-sidebar .collection .widget > ul > li, .sec-sidebar .widget > ul > li, .sec-sidebar .collection .widget_recent_entries > ul > li, .sec-sidebar .widget_recent_entries > ul > li, .widget ul.menu li {
	background-color:rgb(255,255,255);
	line-height:1.5rem;
	padding:10px 20px;
	margin:0px;
	border-bottom:1px solid rgb(224,224,224);
}
.collection .collection-item:last-child, .sec-sidebar .widget > ul .collection-item:last-child, .sec-sidebar .widget_recent_entries > ul .collection-item:last-child, .widget ul.menu .collection-item:last-child, .sec-sidebar .collection .widget > ul > li:last-child, .sec-sidebar .widget > ul > li:last-child, .sec-sidebar .collection .widget_recent_entries > ul > li:last-child, .sec-sidebar .widget_recent_entries > ul > li:last-child, .widget ul.menu li:last-child {
	border-bottom:medium none;
}
.collection a.collection-item:hover:not(.active), .sec-sidebar .widget > ul a.collection-item:hover:not(.active), .sec-sidebar .widget_recent_entries > ul a.collection-item:hover:not(.active), .widget ul.menu a.collection-item:hover:not(.active) {
background-color:rgb(221,221,221);
}
span.badge.new::after {
content:" new";
}
.progress .indeterminate::before {
content:"";
position:absolute;
background-color:inherit;
top:0px;
left:0px;
bottom:0px;
will-change:left, right;
-webkit-animation:2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s normal none infinite running indeterminate;
        animation:2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s normal none infinite running indeterminate;
}
.progress .indeterminate::after {
content:"";
position:absolute;
background-color:inherit;
top:0px;
left:0px;
bottom:0px;
will-change:left, right;
-webkit-animation:2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s normal none infinite running indeterminate-short;
        animation:2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s normal none infinite running indeterminate-short;
}
.hide {
	display:none ! important;
}
.left {
	float:left ! important;
}
.right {
	float:right ! important;
}
.container {
	margin:0px auto;
	max-width:1280px;
	width:95%;
}
@media only screen and (min-width:601px) {
 .container {
width:90%;
}
}
@media only screen and (min-width:993px) {
 .container {
width:70%;
}
}
.container .row {
	margin-left:-1rem;
	margin-right:-1rem;
}
.row {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.row::after {
content:"";
display:table;
clear:both;
}
.row .col {
	float:left;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	padding:0px 1rem;
}
.row .col.s12 {
	width:100%;
	margin-left:0px;
}
@media only screen and (min-width:601px) {
 .row .col.m12 {
width:100%;
margin-left:0px;
}
}
@media only screen and (min-width:993px) {
 .row .col.l3 {
width:25%;
margin-left:0px;
}
 .row .col.l4 {
width:33.3333%;
margin-left:0px;
}
 .row .col.l8 {
width:66.6667%;
margin-left:0px;
}
 .row .col.l9 {
}
}
nav {
	color:rgb(255,255,255);
	background-color:rgb(255,255,255);
	width:100%;
	float:left;
}
nav a {
	color:rgb(255,255,255);
}
nav .nav-wrapper {
	position:relative;
	height:100%;
	text-transform:uppercase;
}
nav .nav-wrapper i {
	display:block;
}
nav ul {
	float:left;
	margin:0px;
}
nav ul li {
	-webkit-transition:background-color 0.3s ease 0s;
	transition:background-color 0.3s ease 0s;
	float:left;
	padding:0px;
}
nav ul li:hover, nav ul li.active {
	background-color:rgba(0, 0, 0, 0.1);
}
nav ul a {
	font-size:1rem;
	color:rgb(255,255,255);
	display:block;
	padding:0px 10px;
}
nav ul.left {
	float:left;
}
@media only screen and (min-width:601px) {
 nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
height:82px;
line-height:82px;
}
}
a {
	text-decoration:none;
}
.article__text a {
	text-decoration:underline;
	color:#0095da;
	font-weight:bold;
	-webkit-transition:none;
	transition:none;
}
.article__text a:hover {
	color:red;
}
.px28 {
	font-size:28px;
}
html {
	line-height:1.5;
	font-family:"Roboto", sans-serif;
	font-weight:normal;
	color:rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width:0px) {
 html {
font-size:14px;
}
}
@media only screen and (min-width:992px) {
 html {
font-size:14.5px;
}
}
@media only screen and (min-width:1200px) {
 html {
font-size:16px;
}
}
h1, h2, h3, h5, h6 {
	font-weight:400;
	line-height:1.1;
	font-family:"Roboto Slab", Roboto, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight:inherit;
}
h1 {
	font-size:2.25rem;
	line-height:110%;
	margin:1.125rem 0px 0.9rem;
}
h2 {
	font-size:1.88rem;
	line-height:110%;
	margin:0.94rem 0px 0.752rem;
}
em {
	font-style:italic;
}
strong {
	font-weight:500;
}
.light, footer.page-footer .footer-copyright {
	font-weight:300;
}
.picker__day--disabled::before {
border-top-color:rgb(170,170,170);
}
.picker__button--today::before, .picker__button--clear::before, .picker__button--close::before {
position:relative;
display:inline-block;
height:0px;
}
.picker__button--today::before, .picker__button--clear::before {
content:" ";
margin-right:0.45em;
}
.picker__button--today::before {
top:-0.05em;
width:0px;
border-top:0.66em solid rgb(0,89,188);
border-left:0.66em solid transparent;
}
.picker__button--clear::before {
top:-0.25em;
width:0.66em;
border-top:3px solid rgb(238,34,0);
}
.picker__button--close::before {
content:"×";
top:-0.1em;
vertical-align:top;
font-size:1.1em;
margin-right:0.35em;
color:rgb(119,119,119);
}
.picker__button--today[disabled]::before {
border-top-color:rgb(170,170,170);
}
.picker__nav--prev::before, .picker__nav--next::before {
content:" ";
border-top:0.5em solid transparent;
border-bottom:0.5em solid transparent;
border-right:0.75em solid rgb(103,103,103);
width:0px;
height:0px;
display:block;
margin:0px auto;
}
.picker__nav--next::before {
border-right:0px none;
border-left:0.75em solid rgb(103,103,103);
}
.picker--time .picker__button--clear::before {
top:-0.25em;
color:rgb(102,102,102);
font-size:1.25em;
font-weight:bold;
}
.picker--time .picker__button--clear:hover::before, .picker--time .picker__button--clear:focus::before {
color:rgb(255,255,255);
}
.screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	position:absolute ! important;
	height:1px;
	width:1px;
	overflow:hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color:rgb(241,241,241);
	border-radius:3px;
	-webkit-box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.6);
	clip:auto ! important;
	display:block;
	font-size:0.875rem;
	font-weight:bold;
	height:auto;
	left:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
}
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
content:"";
display:table;
}
.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
clear:both;
}
.widget {
	margin:0px 0px 2em;
}
embed, iframe, object {
	max-width:100%;
}
html {
	color:rgb(69,90,100);
	text-rendering:optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight:inherit;
}
h1 {
	font-size:2.25rem;
	line-height:110%;
	margin:0.75rem 0px;
}
h2 {
	font-size:1.88rem;
	line-height:110%;
	margin:0.62667rem 0px;
}
p {
	color:rgb(117,117,117);
}
a {
	-webkit-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}
.entry-content p {
	margin-bottom:1.3rem;
	color:rgb(117,117,117);
	line-height:150%;
}
.section-title, .widget-title, .comments-title, .reply-title {
	margin-top:0px;
	font-size:1.42rem;
	font-family:"Roboto Slab", Roboto;
}
.section-title {
	line-height:71%;
	font-family:"Roboto Slab", Roboto;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
	-webkit-box-shadow:0px 2px 0px 0px rgb(226,226,226);
	        box-shadow:0px 2px 0px 0px rgb(226,226,226);
	margin-bottom:0px;
	border-bottom:0px none;
	margin-top:5px;
}
input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]), input[type="email"]:focus:not([readonly]), input[type="url"]:focus:not([readonly]), input[type="time"]:focus:not([readonly]), input[type="date"]:focus:not([readonly]), input[type="datetime-local"]:focus:not([readonly]), input[type="tel"]:focus:not([readonly]), input[type="number"]:focus:not([readonly]), input[type="search"]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
border-bottom:0px none;
-webkit-box-shadow:0px 2px 0px 0px rgb(7,70,130);
        box-shadow:0px 2px 0px 0px rgb(7,70,130);
}
.entry-meta {
	display:block;
	text-transform:uppercase;
	font-size:0.9rem;
	color:rgb(179,178,178);
}
.entry-meta ul::after {
content:"";
display:table;
clear:both;
}
.to-top::before {
width:0px;
height:0px;
border-left:8px solid transparent;
border-right:8px solid transparent;
border-bottom:8px solid rgb(44,137,155);
position:absolute;
content:"";
top:-20px;
left:50%;
-webkit-transform:translate(-50%, 0%);
        transform:translate(-50%, 0%);
}
.category-sticky::before {
position:absolute;
content:"";
font-family:FontAwesome;
line-height:35px;
text-align:center;
height:35px;
width:30px;
background:rgb(7,70,130) none repeat scroll 0% 0%;
top:0px;
right:2rem;
color:rgb(255,255,255);
z-index:999;
}
.category-sticky::after {
content:"";
display:block;
border-width:15px;
border-style:solid;
border-color:transparent rgb(7,70,130);
-moz-border-top-colors:none;
-moz-border-right-colors:none;
-moz-border-bottom-colors:none;
-moz-border-left-colors:none;
-o-border-image:none;
   border-image:none;
position:absolute;
top:20px;
right:2rem;
z-index:999;
}
.tagcloud::after {
content:"";
display:table;
clear:both;
}
img {
	max-width:50%;
	height:auto;
}
.wp-video {
	margin:0px auto;
}
.top-header {
	background:rgb(7,70,130) none repeat scroll 0% 0%;
	color:rgb(26,26,26);
}
.top-header a {
	color:rgb(26,26,26);
}
.top-header ul {
	margin:0px;
	height:50px;
	overflow:hidden;
}
.top-nav::after {
content:"";
display:table;
clear:both;
}
.top-nav li {
	font-size:14px;
	float:left;
	margin:0px;
}
.top-nav li a {
	line-height:40px;
	-webkit-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
	color:rgb(26,26,26);
	padding:0px 10px;
}
.social-nav::after, .cpm-share::after {
content:"";
display:table;
clear:both;
}
.cpm-share ul::after {
content:"";
display:table;
clear:both;
}
nav.main-navigation {
	background: #ffd308 none repeat scroll 0% 0%;
	color:rgb(255,255,255);
	position:relative;
}
nav.main-navigation .mob-activator {
	position:absolute;
}
nav.main-navigation .site-logo-link img {
	vertical-align:middle;
}
nav.main-navigation .site-logo-link a {
	color:rgb(7,70,130);
}
nav.main-navigation .site-logo-link a:hover, nav.main-navigation .site-logo-link a:focus {
	color:rgb(0,172,190);
}
nav.main-navigation ul li:hover, nav.main-navigation ul li.active {
	background-color:rgba(0, 0, 0, 0.1);
}
nav.main-navigation ul li:hover a, nav.main-navigation ul li.active a {
	color:rgb(7,70,130);
}
nav.main-navigation ul a {
	color:rgb(255,255,255);
}
nav.main-navigation ul a:hover, nav.main-navigation ul a:focus {
	color:rgb(7,70,130);
}
nav.main-navigation ul ul.dropdown-content li.dropdown > a::before {
position:absolute;
right:10px;
content:"";
font-family:"FontAwesome";
line-height:1.5rem;
}
.card {
	border-radius:0px;
	margin:1.33333rem 0px;
}
.card h2 {
	color:rgb(69,90,100);
	font-family:"Roboto Slab", Roboto;
}
.card h2 a {
	color:rgb(69,90,100);
	-webkit-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}
.card h2 a:hover, .card h2 a:focus {
	color:rgb(0,172,190);
}
.card .card-desc .card-content {
	width:100%;
}
.card .card-desc, .card .card-title {
	z-index:9;
}
.card.comment-body, .card .card-desc {
	background:rgb(255,255,255) none repeat scroll 0% 0%;
}
.card .card-image {
	text-align:center;
	background-color:rgb(241,241,241);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.card .card-image img {
	border-radius:0px;
	text-align:center;
	margin:0px auto;
}
.card .card-image .card-title {
	left:auto;
	right:0px;
	color:rgb(7,70,130);
	font-weight:bold;
	font-size:2rem;
}
.card .card-quote::before {
display:none;
}
.card .card-link::before {
display:none;
}
.card .card-status::before {
display:none;
}
.card .card-content {
	position:relative;
	overflow:visible ! important;
}
.card .card-content::before {
position:absolute;
content:"";
width:0px;
height:0px;
z-index:9;
}
.card.news-big {
	height:auto;
}
.card.news-big .card-content {
	height:auto;
	position:relative;
	overflow:visible;
}

.card.news-big .card-content h2 {
	font-size:1.375rem;
	line-height:136%;
}
.card.news-big .card-content p {
	font-size:1.07rem;
	line-height:1.7;
}
.card.news-medium .card-desc .card-content::before {
top:2rem;
right:-10px;
border-left:10px solid rgb(255,255,255);
border-top:10px solid transparent;
border-bottom:10px solid transparent;
z-index:99;
}
.card.news-card {
	height:auto;
}
.card.news-card .card-image {
	height:265px;
}
.card.news-card .card-desc .card-content {
	height:auto;
}
.card.news-card .card-desc .card-content::before {
top:-9px;
right:1.7rem;
border-left:10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid rgb(255,255,255);
z-index:99;
}
.card.news-card .card-desc .card-content h2 {
	font-size:1.2rem;
	line-height:140%;
	margin:0px;
	max-height:3.3rem;
	overflow:hidden;
	height:3.3rem;
}
.card.news-card .card-desc .card-action {
	position:static;
	padding:15px 20px;
}
.card.news-small .card-gallery .cpmagz-post-gallery .slick-prev::before, .card.news-small .card-gallery .cpmagz-post-gallery .slick-next::before {
font-size:1.2rem;
}
.card.news-small .card-quote blockquote::before {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100px;
text-align:center;
line-height:100px;
background:rgb(42,48,56) none repeat scroll 0% 0%;
font-family:FontAwesome;
content:"";
}
.card.news-small .card-link .post-content::before {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100px;
text-align:center;
line-height:100px;
background:rgb(42,48,56) none repeat scroll 0% 0%;
font-family:FontAwesome;
content:"";
}
.card.news-small .card-status .post-content::before {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100px;
text-align:center;
line-height:100px;
background:rgb(42,48,56) none repeat scroll 0% 0%;
font-family:FontAwesome;
content:"";
}
.card.news-small .card-desc .card-content::before {
top:1rem;
left:-7px;
border-right:7px solid rgb(255,255,255);
border-top:7px solid transparent;
border-bottom:7px solid transparent;
z-index:99;
}
.card.news-video-big .card-video::before {
display:none;
}
.card.news-video-small::before {
position:absolute;
content:"";
width:100%;
height:100%;
top:0px;
left:0px;
background:rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
z-index:999;
opacity:0;
cursor:pointer;
}
.card.post-card {
	margin-top:0px;
}
.card.post-card .card-image {
	max-height:30rem;
	overflow:hidden;
}
.card.post-card .card-image::before {
display:none;
}
.card.post-card .card-wrapper {
	padding:1rem 1rem 1.5rem;
}

#primary .post-header {
	margin-bottom:0px;
}
#primary .post-header .card-wrapper {
	padding-bottom:1rem ! important;
}
#primary .post-footer #comments {
	margin-top:0rem;
}
.post-header .card .card-content::before {
content:"";
display:block;
border-width:12px;
border-style:solid;
border-color:rgb(226,226,226) transparent transparent;
-moz-border-top-colors:none;
-moz-border-right-colors:none;
-moz-border-bottom-colors:none;
-moz-border-left-colors:none;
-o-border-image:none;
   border-image:none;
position:absolute;
top:0px;
right:10%;
margin-bottom:-24px;
z-index:99;
}
.post-header .card .card-content::after {
content:"";
display:block;
border-width:11px;
border-style:solid;
border-color:rgb(255,255,255) transparent transparent;
-moz-border-top-colors:none;
-moz-border-right-colors:none;
-moz-border-bottom-colors:none;
-moz-border-left-colors:none;
-o-border-image:none;
   border-image:none;
position:absolute;
top:-1px;
right:10.1%;
margin-left:1px;
margin-bottom:-21px;
z-index:99;
}
.post-navigation {
	margin:2.5rem 0px;
}
.nav-links {
	border-top:1px solid rgb(226,226,226);
	border-bottom:1px solid rgb(226,226,226);
	font-size:1.15rem;
	font-family:"Roboto Slab", Roboto;
}
.nav-links::after {
content:"";
display:table;
clear:both;
}
.nav-links .next-span {
	display:block;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Roboto";
}
.nav-links .nav-previous {
	float:left;
	text-align:left;
	position:relative;
}
.nav-links .nav-previous .fa {
	margin-right:7px;
}
.nav-links .nav-previous::before {
right:-1px;
}
.nav-links .nav-next {
	position:relative;
	float:right;
	text-align:right;
}
.nav-links .nav-next .fa {
	margin-left:7px;
}
.nav-links .nav-next::before {
left:0px;
}
.nav-links .nav-previous, .nav-links .nav-next {
	padding:2rem 0px;
	width:50%;
}
.nav-links .nav-previous::before, .nav-links .nav-next::before {
position:absolute;
height:100%;
width:1px;
background:rgb(226,226,226) none repeat scroll 0% 0%;
top:0px;
content:"";
}
.nav-links .nav-previous a, .nav-links .nav-next a {
	display:block;
	color:rgb(121,121,121);
}
.nav-links .nav-previous a:hover, .nav-links .nav-previous a:focus, .nav-links .nav-next a:hover, .nav-links .nav-next a:focus {
	color:rgb(0,172,190);
}
.comments-wrap #respond {
	margin:0px auto 3rem;
}
#respond {
	margin:3rem 0px 0px;
}
.container {
	margin:0px auto;
	max-width:1140px;
	width:90%;
}

@media only screen and (max-width:766px){
  .center_mob {
     margin-left:25%;
  } 
}

@media only screen and (min-width:601px) {
 .container {
width:85%;
}
}
@media only screen and (min-width:993px) {
 .container {
width:100%;
}
}
.row {
	margin-bottom:0px;
}
.top-header {
	overflow-wrap:break-word;
}
header.site-header {
	overflow-wrap:break-word;
	z-index:9999;
	position:relative;
}
header.site-header a {
	-webkit-transition:none 0s ease 0s;
	transition:none 0s ease 0s;
}
header.site-header .site-title {
	margin:0px auto;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:clip;
}
header.site-header .site-title a {
	line-height:82px;
}
nav .nav-wrapper i {
	display:inline-block;
}
.top-header::after {
content:"";
display:table;
clear:both;
}
.site-content {
	padding:4em 0px 10px;
	overflow-wrap:break-word;
}
.related-posts {
	margin-bottom:4rem;
}
.archive-wrapper .archive-card:nth-child(2n) .card-image {
float:left;
}
.archive-wrapper .archive-card:nth-child(2n) .card-desc {
float:right;
right:0px;
left:auto;
}
.archive-wrapper .archive-card:nth-child(2n) .card-content::before {
left:-10px;
right:auto;
-webkit-transform:rotate(180deg);
        transform:rotate(180deg);
}
#googleMap::before {
position:absolute;
top:0px;
right:0px;
width:100%;
height:100%;
content:"";
}
.scrolloff::before {
position:absolute;
top:0px;
right:0px;
width:100%;
height:100%;
content:"";
z-index:999;
}
footer {
	overflow-wrap:break-word;
	color:rgb(255,255,255);
}
footer.page-footer {
	display:block ! important;
	margin-top:0px;
}
footer.page-footer .footer-copyright {
	background:rgb(44,137,155) none repeat scroll 0% 0%;
	overflow:visible;
	padding:12px 0px 10px;
	height:auto ! important;
	line-height:1.3;
	font-weight:normal;
}
.entry-content >:first-child {
	margin-top:0px ! important;
}
.entry-content >:last-child {
	margin-bottom:0px ! important;
}
.entry-footer::after {
content:"";
display:table;
clear:both;
}
.author-img::before {
position:absolute;
background:rgb(226,226,226) none repeat scroll 0% 0%;
width:100%;
height:1px;
content:"";
left:0px;
top:50%;
z-index:1;
}
.author-links a::before {
content:"";
width:1px;
height:77%;
position:absolute;
right:-5px;
top:2px;
background:rgb(117,117,117) none repeat scroll 0% 0%;
}
.author-links a:last-child::before {
display:none;
}
.widget {
	overflow-wrap:break-word;
}
.widget-title {
	margin-bottom:1rem;
}
.sec-sidebar .widget > ul > li {
	-webkit-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}
.sec-sidebar .widget > ul > li:hover, .sec-sidebar .widget > ul > li:focus {
	background:rgb(241,241,241) none repeat scroll 0% 0%;
}
.sec-sidebar .widget > ul > li a {
	color:rgb(69,90,100);
}
.sec-sidebar .widget .entry-meta ul::after {
content:"";
display:table;
clear:both;
}
.sec-sidebar .widget_recent_entries > ul > li {
	-webkit-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}
.sec-sidebar .widget_recent_entries > ul > li:hover, .sec-sidebar .widget_recent_entries > ul > li:focus {
	background:rgb(241,241,241) none repeat scroll 0% 0%;
}
.sec-sidebar .widget_recent_entries > ul > li a {
	color:rgb(69,90,100);
}
.sec-sidebar .widget_recent_entries li span {
	display:block;
	color:rgb(179,178,178);
	font-weight:500;
	font-size:0.9rem;
}
.widget_recent_entries .card.news-small .card-image::before {
display:none;
}
footer .widget *::-moz-placeholder {
color:rgb(255,255,255);
}
footer .widget input[type="text"]:focus:not([readonly]), footer .widget input[type="password"]:focus:not([readonly]), footer .widget input[type="email"]:focus:not([readonly]), footer .widget input[type="url"]:focus:not([readonly]), footer .widget input[type="time"]:focus:not([readonly]), footer .widget input[type="date"]:focus:not([readonly]), footer .widget input[type="datetime-local"]:focus:not([readonly]), footer .widget input[type="tel"]:focus:not([readonly]), footer .widget input[type="number"]:focus:not([readonly]), footer .widget input[type="search"]:focus:not([readonly]), footer .widget textarea.materialize-textarea:focus:not([readonly]) {
border-bottom:0px solid rgb(0,188,212);
-webkit-box-shadow:0px 2px 0px 0px rgb(0,188,212);
        box-shadow:0px 2px 0px 0px rgb(0,188,212);
}
footer .widget input[type="text"]:focus:not([readonly]) + label, footer .widget input[type="password"]:focus:not([readonly]) + label, footer .widget input[type="email"]:focus:not([readonly]) + label, footer .widget input[type="url"]:focus:not([readonly]) + label, footer .widget input[type="time"]:focus:not([readonly]) + label, footer .widget input[type="date"]:focus:not([readonly]) + label, footer .widget input[type="datetime-local"]:focus:not([readonly]) + label, footer .widget input[type="tel"]:focus:not([readonly]) + label, footer .widget input[type="number"]:focus:not([readonly]) + label, footer .widget input[type="search"]:focus:not([readonly]) + label, footer .widget textarea.materialize-textarea:focus:not([readonly]) + label {
color:rgb(255,255,255);
}
footer .widget input.valid[type="text"] + label::after, footer .widget input.valid[type="text"]:focus + label::after, footer .widget input.valid[type="password"] + label::after, footer .widget input.valid[type="password"]:focus + label::after, footer .widget input.valid[type="email"] + label::after, footer .widget input.valid[type="email"]:focus + label::after, footer .widget input.valid[type="url"] + label::after, footer .widget input.valid[type="url"]:focus + label::after, footer .widget input.valid[type="time"] + label::after, footer .widget input.valid[type="time"]:focus + label::after, footer .widget input.valid[type="date"] + label::after, footer .widget input.valid[type="date"]:focus + label::after, footer .widget input.valid[type="datetime-local"] + label::after, footer .widget input.valid[type="datetime-local"]:focus + label::after, footer .widget input.valid[type="tel"] + label::after, footer .widget input.valid[type="tel"]:focus + label::after, footer .widget input.valid[type="number"] + label::after, footer .widget input.valid[type="number"]:focus + label::after, footer .widget input.valid[type="search"] + label::after, footer .widget input.valid[type="search"]:focus + label::after, footer .widget textarea.materialize-textarea.valid + label::after, footer .widget textarea.materialize-textarea.valid:focus + label::after {
content:attr(data-success);
color:rgb(76,175,80);
opacity:1;
}
footer .widget input.invalid[type="text"] + label::after, footer .widget input.invalid[type="text"]:focus + label::after, footer .widget input.invalid[type="password"] + label::after, footer .widget input.invalid[type="password"]:focus + label::after, footer .widget input.invalid[type="email"] + label::after, footer .widget input.invalid[type="email"]:focus + label::after, footer .widget input.invalid[type="url"] + label::after, footer .widget input.invalid[type="url"]:focus + label::after, footer .widget input.invalid[type="time"] + label::after, footer .widget input.invalid[type="time"]:focus + label::after, footer .widget input.invalid[type="date"] + label::after, footer .widget input.invalid[type="date"]:focus + label::after, footer .widget input.invalid[type="datetime-local"] + label::after, footer .widget input.invalid[type="datetime-local"]:focus + label::after, footer .widget input.invalid[type="tel"] + label::after, footer .widget input.invalid[type="tel"]:focus + label::after, footer .widget input.invalid[type="number"] + label::after, footer .widget input.invalid[type="number"]:focus + label::after, footer .widget input.invalid[type="search"] + label::after, footer .widget input.invalid[type="search"]:focus + label::after, footer .widget textarea.materialize-textarea.invalid + label::after, footer .widget textarea.materialize-textarea.invalid:focus + label::after {
content:attr(data-error);
color:rgb(244,67,54);
opacity:1;
}
footer .widget input[type="text"] + label::after, footer .widget input[type="password"] + label::after, footer .widget input[type="email"] + label::after, footer .widget input[type="url"] + label::after, footer .widget input[type="time"] + label::after, footer .widget input[type="date"] + label::after, footer .widget input[type="datetime-local"] + label::after, footer .widget input[type="tel"] + label::after, footer .widget input[type="number"] + label::after, footer .widget input[type="search"] + label::after, footer .widget textarea.materialize-textarea + label::after {
display:block;
content:"";
position:absolute;
top:65px;
opacity:0;
-webkit-transition:opacity 0.2s ease-out 0s, color 0.2s ease-out 0s;
transition:opacity 0.2s ease-out 0s, color 0.2s ease-out 0s;
}
footer {
	color:rgb(255,255,255);
}
footer a {
	color:rgb(255,255,255);
}
footer a:hover, footer a:focus {
	color:rgb(30,93,102);
}
footer .widget ul li::before {
position:absolute;
left:0px;
content:"";
font-family:"FontAwesome";
}
footer .widget ul li.recentcomments::before {
display:none;
}
footer .card .card-desc .card-content::before {
display:none;
}
.mm-menu > .mm-panel::before, .mm-menu > .mm-panel::after {
content:"";
display:block;
height:20px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child::after, .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child::after {
border-color:transparent;
}
.mm-vertical .mm-listview > li > .mm-next::after, .mm-listview > li.mm-vertical > .mm-next::after {
top:16px;
bottom:auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next::after, .mm-listview > li.mm-vertical.mm-opened > .mm-next::after {
-webkit-transform:rotate(45deg);
        transform:rotate(45deg);
}
.mm-listview > li, .mm-listview > li::after, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before {
border-color:inherit;
}
.mm-listview > li:not(.mm-divider)::after {
content:"";
border-bottom-width:1px;
border-bottom-style:solid;
display:block;
position:absolute;
left:0px;
right:0px;
bottom:0px;
}
.mm-listview > li:not(.mm-divider)::after {
left:0px;
}
.mm-listview .mm-next::before {
content:"";
border-left-width:1px;
border-left-style:solid;
display:block;
position:absolute;
top:0px;
bottom:0px;
left:0px;
}
.mm-listview .mm-next.mm-fullsubopen::before {
border-left:medium none;
}
.mm-prev::before, .mm-next::after, .mm-arrow::after {
content:"";
border:2px solid transparent;
display:inline-block;
width:8px;
height:8px;
margin:auto;
position:absolute;
top:0px;
bottom:0px;
-webkit-transform:rotate(-45deg);
        transform:rotate(-45deg);
}
.mm-prev::before {
border-right:medium none;
border-bottom:medium none;
left:20px;
}
.mm-next::after, .mm-arrow::after {
border-top:medium none;
border-left:medium none;
right:20px;
}
.mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after {
border-color:rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after {
border-color:rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
background:rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}
@media all and (max-width:175px) {
}
@media all and (min-width:550px) {
}
.mm-divider.mm-opened a.mm-next::after {
-webkit-transform:rotate(45deg);
        transform:rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
display:none;
}
.mm-fixeddivider::after {
content:none ! important;
display:none ! important;
}
.mm-close::after {
content:"x";
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
margin-left:0px;
padding-left:0px;
}
label.mm-toggle::before, label.mm-check::before {
content:"";
display:block;
}
label.mm-toggle::before {
border-radius:30px;
width:28px;
height:28px;
margin:1px;
}
input.mm-toggle:checked ~ label.mm-toggle::before {
float:right;
}
label.mm-check::before {
border-left:3px solid;
border-bottom:3px solid;
width:40%;
height:20%;
margin:25% 0px 0px 20%;
opacity:0.1;
-webkit-transform:rotate(-45deg);
        transform:rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check::before {
opacity:1;
}
.mm-menu label.mm-toggle::before {
background:rgb(243,243,243) none repeat scroll 0% 0%;
}
.mm-menu label.mm-check::before {
border-color:rgba(0, 0, 0, 0.7);
}
.mm-menu.mm-border-none .mm-listview > li::after, .mm-listview.mm-border-none > li::after {
content:none;
}
.mm-menu.mm-border-full .mm-listview > li::after, .mm-listview.mm-border-full > li::after {
left:0px ! important;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
-webkit-transition-delay:100ms;
        transition-delay:100ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
-webkit-transition-delay:200ms;
        transition-delay:200ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
-webkit-transition-delay:300ms;
        transition-delay:300ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
-webkit-transition-delay:400ms;
        transition-delay:400ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
-webkit-transition-delay:500ms;
        transition-delay:500ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
-webkit-transition-delay:600ms;
        transition-delay:600ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
-webkit-transition-delay:700ms;
        transition-delay:700ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
-webkit-transition-delay:800ms;
        transition-delay:800ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
-webkit-transition-delay:900ms;
        transition-delay:900ms;
}
.slick-slider {
	position:relative;
	display:block;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-moz-user-select:none;
}
.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
}
.slick-list:focus {
	outline:medium none;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform:translate3d(0px, 0px, 0px);
	        transform:translate3d(0px, 0px, 0px);
}
.slick-track {
	position:relative;
	left:0px;
	top:0px;
	display:block;
}
.slick-track::before, .slick-track::after {
content:"";
display:table;
}
.slick-track::after {
clear:both;
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none;
}
.slick-slide:focus {
	outline:0px none;
}
.slick-slide img {
	display:block;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
opacity:1;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
opacity:0.25;
}
.slick-prev::before, .slick-next::before {
font-family:"FontAwesome";
font-size:2rem;
line-height:1;
color:rgb(255,255,255);
opacity:0.75;
}
.slick-prev::before {
content:"";
}
[dir="rtl"] .slick-prev::before {
content:"";
}
.slick-next::before {
content:"";
}
[dir="rtl"] .slick-next::before {
content:"";
}
.slick-dots {
	position:absolute;
	top:-40px;
	right:0px;
	list-style:outside none none;
	display:block;
	text-align:center;
	padding:0px;
	margin:0px;
	width:auto;
	float:right;
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:10px;
	width:10px;
	margin:0px 3px;
	padding:0px;
	cursor:pointer;
}
.slick-dots li:last-child {
	margin-right:0px;
}
.slick-dots li button {
	border:0px none;
	background:transparent none repeat scroll 0% 0%;
	-webkit-box-shadow:none;
	        box-shadow:none;
	display:block;
	height:10px;
	width:10px;
	outline:medium none;
	line-height:0px;
	font-size:0px;
	color:transparent;
	padding:5px;
	cursor:pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline:medium none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
opacity:1;
}
.slick-dots li button::before {
position:absolute;
top:0px;
left:0px;
content:"•";
width:10px;
height:10px;
font-family:"FontAwesome";
line-height:10px;
text-align:center;
border:2px solid rgb(0,172,190);
border-radius:50%;
color:rgb(0,172,190);
}
.slick-dots li.slick-active button::before {
color:rgb(0,172,190);
background:rgb(0,172,190) none repeat scroll 0% 0%;
}
.lb-outerContainer::after {
content:"";
display:table;
clear:both;
}
.lb-nav a.lb-prev::after {
position:absolute;
content:"";
top:50%;
left:2rem;
font-size:3rem;
font-family:"FontAwesome", sans-serif;
color:rgb(255,255,255);
opacity:0;
-webkit-transition:opacity 0.6s ease 0s;
transition:opacity 0.6s ease 0s;
}
.lb-nav a.lb-prev:hover::after {
opacity:1;
}
.lb-nav a.lb-next::after {
position:absolute;
content:"";
top:50%;
right:2rem;
font-size:3rem;
color:rgb(255,255,255);
font-family:"FontAwesome", sans-serif;
opacity:0;
-webkit-transition:opacity 0.6s ease 0s;
transition:opacity 0.6s ease 0s;
}
.lb-nav a.lb-next:hover::after {
opacity:1;
}
.lb-dataContainer::after {
content:"";
display:table;
clear:both;
}
.lb-data .lb-close::after {
position:absolute;
content:"";
top:0px;
right:0px;
font-size:2rem;
font-family:"FontAwesome", sans-serif;
color:rgb(255,255,255);
}
.mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after, .mm-menu .mm-navbar .mm-btn::before, .mm-menu .mm-navbar .mm-btn::after {
border-color:rgb(255,255,255) ! important;
}
.cpmag-carousel-item:focus {
	border:0px none;
	outline:0px none;
}
.multiple-items {
	margin-top:2rem;
}
.multiple-items .cpmag-carousel-item {
	padding:0px;
}
.multiple-items .cpmag-carousel-item.slick-slide .card {
	margin:0px 1rem 1.33333rem;
}
.multiple-items .cpmag-carousel-item.slick-active .card {
	margin:0px 2px 1.33333rem 1rem;
}
.multiple-items .cpmag-carousel-item.slick-current .card {
	margin:0px 1rem 1.33333rem 2px;
}
.tabs, .slick-dots li.slick-active button::before, .btn:hover, .btn-large:hover, button:hover, input[type="submit"]:hover, .btn-large:hover, button:hover, input[type="submit"]:hover, footer.page-footer, .btn, .btn-large, button, input[type="submit"], .btn-large, button, input[type="submit"], span.badge, .slick-prev, .slick-next, .widget .tagcloud a {
background:rgb(7,70,130) none repeat scroll 0% 0%;
}
.top-header {
	background:rgb(255,255,255) none repeat scroll 0% 0%;
}
a, nav.main-navigation ul a:hover, nav.main-navigation ul a:focus, .slick-dots li button::before, nav.main-navigation ul li:hover a, nav.main-navigation ul li.active a, .card h2 a:hover, .card h2 a:focus, #nav-search #search_submit, .sec-sidebar .widget a:hover, .sec-sidebar .widget a:focus, footer .widget .tagcloud a:hover, footer .widget .tagcloud a:focus, .nav-links .nav-previous a:hover, .nav-links .nav-previous a:focus, .nav-links .nav-next a:hover, .nav-links .nav-previous a:hover, .author-links a:hover, .author-links a:focus, .card .card-image .card-title, .card .card-gallery .card-title {
color:rgb(7,70,130);
}
.slick-dots li button::before, blockquote, .card .card-quote blockquote {
border-color:rgb(7,70,130);
}
.tabs .indicator, footer.page-footer .footer-copyright {
	background:rgb(255,255,255) none repeat scroll 0% 0%;
}
nav.main-navigation ul li:hover a, nav.main-navigation ul li.active a, nav.main-navigation ul ul.dropdown-content li:hover > a, nav.main-navigation ul ul.dropdown-content li:focus > a, nav.main-navigation ul li:hover #nav-search #search_submit, nav.main-navigation ul li:focus #nav-search #search_submit, nav.main-navigation ul li.active #nav-search #search_submit, .widget .tagcloud a:hover, .widget .tagcloud a:focus {
	color:rgb(255,255,255);
}
.to-top::before {
border-bottom-color:rgb(7,70,130);
}
#tfnewsearch {
	float:right;
	padding:3px;
}
.tftextinput {
	margin:0px;
}
.tfbutton::-moz-focus-inner {
border:0px none;
}
.column-left2 {
	float:left;
	width:33%;
}
.column-right2 {
	float:right;
	width:33%;
}
.column-center2 {
	display:inline-block;
	width:33%;
}
.comments {
	position:relative;
	margin-top:40px;
}
.comment {
	padding:10px;
	background:rgba(114, 168, 211, 0.2) none repeat scroll 0% 0%;
	margin-bottom:30px;
}
.comment img {
	margin-top:5px;
}
.text1 {
	font-family:"bold";
	font-size:18px;
	color:rgb(27,53,74);
	margin-top:4px;
}

.product__img {
	max-width: 320px;
	width: 100%;
}

.text1 img {
	max-width: 48px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 48px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.text1 a {
	color: inherit;
	text-decoration: none;
}
.text2 {
	font-family:"regular";
	font-size:16px;
	color:rgb(170,170,170);
}
.text3 {
	margin:0px;
	font-family:"regular";
	font-size:16px;
	width:100%;
}
.comment p {
	width:100%;
	font-size:16px;
	margin-top:20px;
}
.screenLock {
	position:fixed;
	width:100%;
	background:rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	top:0px;
	left:0px;
	z-index:99999;
	display:none;
}
.msg {
	position:absolute;
	width:600px;
	height:auto;
	top:150px;
	left:50%;
	margin-left:-300px;
	padding:3% 0;
	background:rgb(20,143,185) none repeat scroll 0% 0%;
	border:1px solid rgb(238,238,238);
}
.msg > h1 {
	color:rgb(255,255,255);
	text-align:center;
	font-size:24px;
}
.close {
	position:absolute;
	top:1px;
	right:5px;
	font-size:40px;
	cursor:pointer;
}
.submit {
	border:0;
	margin-top:10px;
	height:50px;
	max-width:400px;
	text-transform:uppercase;
	width:90%;
	background-color:firebrick;
	color:rgb(255,255,255);
	font-size:20px;
	border-radius:3px;
}
.disclaimer {
	width:45%;
	font-size:12px;
	color:rgba(0, 0, 0, 0.25);
}
.card.news-big .card-content p.head {
	color:rgb(69,90,100);
	font-size:24px;
	font-weight:bold;
}
@media only screen and (max-width:601px) {
  
 .big-screen2 .column-left2 {
display:none;
}
 .big-screen2 .column-right2 {
display:none;
}
 .big-screen2 .column-center2 {
display:block;
margin:0 auto;
max-width:300px;
width:100%;
}
 .big-screen2 .disclaimer {
width:100%;
}
 .msg {
position:absolute;
max-width:600px;
width:100%;
height:auto;
top:150px;
left:50%;
margin-left:-50%;
background:rgb(20,143,185) none repeat scroll 0% 0%;
border:1px solid rgb(238,238,238);
}
}
@media only screen and (max-width:420px) {
    .br{
        display:block;
    }
}
table.tg {
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 2px 3px 8px 0px rgba(105, 105, 105, 0.39);
	        box-shadow: 2px 3px 8px 0px rgba(105, 105, 105, 0.39);
}
th, td {
	border-color: #bdbdbd;
}
.tg {
	border-collapse:collapse;
	border-spacing:0;
}
.tg td {
	font-family:Arial, sans-serif;
	font-size:14px;
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	/*word-break:break-all;*/
}
.tg th {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:break-all;
}
.tbg1 {
	background: #b4edff;
}
.tbg2 {
	background: #ebfaff;
}
#report_post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 19px;
}
#report_post a {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
#report_post img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}