.pagefull {
	max-width:1300px;
	padding:7px;
	margin:auto;
}

@media screen and (min-width:957px) {
	.pagefull {
		margin-top:55px;
	}
}

@media screen and (max-width:957px) {
	.hidden {
		display:none;
	}
}

.show {
	display:block;
}

.showMenu {
	background-color:#2980b9;
	position:absolute;
	top:-10px;
	left:0px;
	right:0px;
	width:100%;
	box-sizing:border-box;
	padding-top:25px;
	z-index:101;
}

.showMenu nav li a {
	text-decoration:none;
	color:#FFF;
	margin:0;
	padding:0;
	z-index:9;
	display:inline-block;
	font-weight:lighter;
	margin-top:5px;
	font-size:17px;
}

.showMenu nav li a:hover {
	text-decoration:underline;
}


.showMenu nav li {
	list-style:none;
	margin-left:-19px;;
}

@media screen and (max-width:957px) {
	#search input[type="text"] {
		margin-left:-19px;
		
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		border:solid;
		border-color:#CCC;
		border-width:thin;
		border-radius:15px;
		padding:6px;
		padding-left:10px;
		width:95%;
		margin-top:11px;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		display:block;
	}
	
	.navbckgroundScrollMobile {
		background-color:#FBFBFB;
		position:fixed;
		top:0px;
		width:100%;
		margin:auto;
		left:0px;
		padding-bottom:12px;
		/*transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;*/
		
		-webkit-box-shadow: 0 2px 2px -1px #999;
   -moz-box-shadow: 0 2px 2px -1px #999;
        box-shadow: 0 2px 2px -1px #999;
	}
	
	.logoScrollMobile {
		width:150px !important;
		float:left;
		margin-bottom:3px;
		margin-top:3px;
			transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;

	}
	
	.menuBtnScrollMobile {
		position:fixed !important;
		right:10px !important;
	}

}

@media screen and (min-width:957px) {
	#openmenu {
		display:none;
	}
}

@media screen and (min-width:957px) {
	
	.navbckground {
		background-color:#3A689A;
		position:absolute;
		top:0px;
		width:100%;
		margin:auto;
		left:0px;
		padding-bottom:23px;
		margin-top:-55px !important;
		/*transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;*/
	}
	
	.navbckgroundScroll {
		background-color:#3A689A;
		position:fixed;
		top:0px;
		width:100%;
		margin:auto;
		left:0px;
		padding-bottom:2px;
		margin-top:-55px !important;
		z-index:99;
		
	}
	
	/*
	.navbckground::before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 60px;
	background-size: 24px 48px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(45deg, transparent 34%, #3A689A 34%, #3A689A 66%, transparent 66%), -webkit-linear-gradient(315deg, transparent 34%, #3A689A 34%, #3A689A 66%, transparent 66%);
	background-image: -moz-linear-gradient(45deg, transparent 34%, #3A689A 34%, #3A689A 66%, transparent 66%), -moz-linear-gradient(315deg, transparent 34%, #3A689A 34%, #3A689A 66%, transparent 66%);
	background-image: linear-gradient(45deg, transparent 34%, #3A689A 34%, #3A689A 66%, transparent 66%), linear-gradient(315deg, transparent 34%, #3A689A 34%, #3A689A 66%, transparent 66%);
}
	*/
	nav { 
		color: #333;
		text-decoration:none;
		z-index:99;
		/*transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;*/
	}
	
	.lastLI {
		padding-right:0px !important;
	}

	.navScroll { 
		color: #333;
		text-decoration:none;
		z-index:99;
		float:right;
		margin-top:-35px;
	}

	
	nav ul { padding: 0; margin: 0; }
	
	nav ul li {
		padding-right:30px;
		font-weight:bold;
		font-size:18px;
		z-index:100;
	}
	
	nav ul li ul {
	 z-index: 9;
	}
	
	nav li {
		display: inline-block;
		padding: 0;
		margin: 0;
		vertical-align:top;
	}
	
	nav li a {
		text-decoration: none;
		color: #333;
		padding: 0.8em;
	}
	
	nav li a {
		text-decoration: none;
		padding: 0.65em;
		color:#FFF;
		transition: color 0.15s ease-in-out;	
		text-decoration:none;
		font-size:18px;
	}	
	
	nav li.active a {
		color: black;
		text-decoration:none;
	}
	
	nav a:hover {
		color:#EBEBEB;
		text-decoration:none;
	}
	
	nav ul ul {
		visibility:hidden;
		position:absolute;
		line-height:22px;
		display:block;
		float:left;
		width: 132px;
		height: 144px;
		background:#F8F8F8;
		border-radius: 5px;
		border-bottom:solid;
		border-bottom-width:thin;
		border-bottom-color:#CCC;
		margin-top:0px;
		font-weight:0;
	}
	
	nav_link {
		font-weight:inherit !important;
	}
		
	.ifnof ul {
		visibility:hidden;
		position:absolute;
		line-height:22px;
		display:block;
		float:left;
		width: 155px;
		height: 49px;
		background:#F8F8F8;
		border-radius: 0 0 2x 2px;
		margin-top:0px;
	}
	
	.ifnof ul li:hover ul {
		visibility:visible;
		position:absolute;
		line-height:24px;
		display:block;
		float:left;
	}
}

.menu_open_mobile {
  background: #2980b9;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  width:75px;
  position:absolute;
  top:11px;
  right:14px;
  cursor:pointer;
  border-color:#CCC;
  border:solid;
  border-width:thin;
  z-index:102;
  
  	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;

}

@media screen and (max-width:800px) {
	.socialBtnOfic {
		text-decoration: none;
		position:absolute;
		top:11px;
		left:14px;
		cursor:pointer;
		z-index:2;
	}
}

@media screen and (min-width:800px) {
	.socialBtnOfic {
		text-decoration: none;
		position:fixed;
		left:6px;
		top:40%;
		cursor:pointer;
		z-index:2;
		display:none;
		
		transition: all .35s ease-in-out;
		-moz-transition: all .35s ease-in-out;
		-webkit-transition: all .35s ease-in-out;
	}
	
	.socialBtnOfic:hover {
		opacity:1 !important;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);		
	}

}

@media screen and (max-width:800px) {
	.brscB {
		display:none;
	}
}

.scBPicOFc {
	height:34px;
	margin-right:1px;
	
	transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-webkit-transition: all .20s ease-in-out;
}

.scBPicOFc:active {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	-o-transform: scale(0.93);
	transform: scale(0.93);		
}

.slideshow_start {
	width:100%;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor:pointer;
	border-radius:10px;
}

.slideshow_start:hover {
	opacity:0.8;
	}

@media screen and (min-width:957px) {
	.hr_start {
		heigth:1px;
		border-color:#E4E4E4;
	}
}

@media screen and (max-width:957px) {
	.hr_start {
		display:none;
	}
}

@media screen and (max-width:957px) {
	.logo {
		margin-bottom:-9px;
		margin-top:-7px;
			transition: all .25s ease-in-out !important;
	-moz-transition: all .25s ease-in-out !important;
	-webkit-transition: all .25s ease-in-out !important;

	}
}

.news_home_1 {
	margin-right:3px;
	margin-left:0.6px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	-khtml-opacity: 0.86;
	opacity: 0.86;
	
	background-color:#4ABDE3;
	
	border-radius:10px;
	padding:10px;
	
	display:inline-block;
}

.news_home_2 {
	margin-right:3px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	-khtml-opacity: 0.86;
	opacity: 0.86;
	
	background-color:#EE6D5B;
	
	border-radius:10px;
	padding:10px;
	
	display:inline-block;
}

.news_home_3 {
	margin-right:3px;
	margin-bottom:22px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	-khtml-opacity: 0.86;
	opacity: 0.86;
	
	background-color:#4ABDE3;
	
	border-radius:10px;
	padding:10px;
	
	display:inline-block;
}

@media screen and (min-width:1334px) {
	.news_all {
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
		cursor:pointer;
		width:410px;
		height:215px;
		float:left;
		position:relative;
		display:inline-block;
		margin-bottom:16px;
	}
}

@media screen and (max-width:1334px) {
	.news_all {
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
		cursor:pointer;
		width:100%;
		min-height:215px;
		float:left;
		position:relative;
		display:inline-block;
		margin-top:0px;
		margin-bottom:16px;
			-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	}
}

.news_all:hover {
	opacity:0.7;
}

h1 {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor:pointer;
	color:#333;
}

h1:hover {
	opacity:0.8;
}

h2 {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor:pointer;
	color:#333;
}

h2:hover {
	opacity:0.8;
}

p {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor:pointer;
	font-size:17px;
	color:#333;
	text-align:justify;
}

p:hover {
	opacity:0.95;
}

@media screen and (max-width:790px) {
	p {
		font-size:14px;
	}
}

img {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	cursor:pointer;
	font-size:17px;
}

img:hover {
	opacity:0.8;
}

.hr_article {
	color:#F0F0F0;
	border:solid;
	border-width:thin;
}

.input_comment {
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	border:solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding:7px;
	max-width:1300px;
	min-width:99%;
	margin-top:9px;
	margin-bottom:-13px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	display:block;
}

.input_comment:hover {
	opacity:0.65;
}

.input_comment:focus {
	box-shadow: 0 0 5px #64C6E7;
	opacity:1;
}

.textarea_comment {
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	border:solid;
	border-color:#CCC;
	border-width:thin;
	border-radius:5px;
	padding:7px;
	max-width:1300px;
	min-width:99%;
	height:100px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	display:block;
}

.textarea_comment:hover {
	opacity:0.65;
}

.textarea_comment:focus {
	box-shadow: 0 0 5px #64C6E7;
	opacity:1;
}

.commentsForm {
	max-width:100%;
}

.hrComments {
	border:solid;
	border-color:#999;
	border-width:thin;
	width:100%;
	opacity:0.8;
}

.submit_comment {
	padding:8px;
	background-color:#64C6E7;
	color:#FFF;
	border-radius:5px;
	font-size:19px;
	border-style:none;
	border:none;
	margin-bottom:5px;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.submit_comment:hover {
	opacity:0.8;
}

.comments {
	background-color:#F3F3F3;
	border-radius:5px;
	padding:6px;
	margin-bottom:12px;
	width:91%;
	display:inline-block;
	
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	
	cursor:pointer;
}

.comments:hover {
	opacity:0.8;
}

.comments:after {
	border:solid transparent;
	border-right-color:#F3F3F3;
	border-width:15px;
	content: " ";
	position:absolute;
	margin-left:-33px;
	margin-top:-34px;
}

.commentsuser {
	display:inline-block;
	font-weight:bold;
	margin-top:0px;
}

.commentstime {
	display:inline-block;
	font-size:14px;
	margin-top:0px;
}

.commentscontent {
	margin-top:-8px;
	margin-bottom:0px;
}

.comments_pic {
	max-width:50px;
	display:inline-block;
	margin-right:23px;
	margin-bottom:-8px;
}

@media screen and (min-width:957px) {
		
	#search input[type="text"] {
		background:url(../pictures/search-white.png) no-repeat 10px 6px #fcfcfc;
		border: 1px solid #d1d1d1;
		font: bold 12px Arial,Helvetica,Sans-serif;
		color: #666;
		width: 150px;
		padding: 6px 15px 6px 35px;
		border-radius: 20px;
		text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
		float:right;
		margin-top:-26.5px;
		}
	
	#search input[type="text"]:focus {
		width: 200px;
		color:#152A59;
		}
}

.news_home_header_all {
	margin-bottom:0;
	display:inline-block;
	opacity:1;
	margin-top:0px;
}

.news_home_header3_all {
	margin-bottom:0;
	display:inline-block;
	color:#333;
	opacity:0.85;
}

@media screen and (max-width:358px) {
	.news_home_header3_all {
		margin-bottom:0;
		margin-top:-10px;
		color:#333;
		opacity:0.85;
	}
}

.load_strt {
}

.logo {
	width:100%;
	max-width:380px;
	margin-bottom:3px;
	margin-top:3px;
	transition: all .25s ease-in-out !important;
	-moz-transition: all .25s ease-in-out !important;
	-webkit-transition: all .25s ease-in-out !important;
}

.logoScroll {
	width:100%;
	max-width:160px;
	margin-bottom:3px;
	margin-top:3px;
		transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;

}

.logo:hover {
	opacity:1;
}

input {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			
	-webkit-appearance: none;
 -webkit-border-radius:0px;
 
	max-width:100%;

}

textarea {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			
	-webkit-appearance: none;
 -webkit-border-radius:0px;
	
	max-width:100%;

}

#backgroundMenu {
	 display:none;
	 background:#000000;
	 opacity:0.8;
	 position:fixed;
	 top:0px;
	 left:0px;
	 min-width:100%;
	 min-height:100%;
	 z-index:20;
	 cursor:pointer;
}

#backgroundChat {
	 display:none;
	 background:#000000;
	 opacity:0.8;
	 position:fixed;
	 top:0px;
	 left:0px;
	 min-width:100%;
	 min-height:100%;
	 z-index:199;
	 cursor:pointer;
}

.linkAll {
	text-decoration:none;
}

.linkAllExpl {
	text-decoration:underline;
	display:inline-block;
	color:#00C;
}

.rateDiv {
	display:inline-block;
	text-align:center;
}

.rateIcon {
	width:35px;
}

#rateArticle {
	border-radius:4px;
	background-color:#BEE5F7;
	width:auto;
	padding:10px;
	border:solid;
	border-width:thin;
	border-color:#0A5499;
	text-align:center;
	max-width:400px;
	margin:auto;
}

.dislikeDiv {
	border-left:solid;
	border-left-width:thin;
	border-left-color:#CCC;
	padding-left:21px;
}

.likeDiv {
	margin-right:21px;
}

.rateText {
	text-decoration:none;
	color:#039;
}

.rateLikesCount {
	background-color:#167AC6;
	border-radius:8px;
	padding:5px;
	max-width:68px;
	color:#FFF;
	text-align:center;
	float:right;
	margin-top:-50px;
}

@media screen and (min-width:1326px) {
	#recommended {
		position:fixed;
		right:10px;
		bottom:0px;
		background-color:#4E7AA1;
		padding:8px;
		width:300px;
		z-index:19;
		color:#FFF !important;
		display:none;
	}
}

@media screen and (max-width:1326px) {
	#recommended {
		position:fixed;
		bottom:-12px;
		background-color:#64C7E7;
		width:100%;
		max-height:60px;
		margin-left:-15px;
		padding:8px;
		
		-webkit-box-shadow: 0px 0px 5px 0.5px rgba(117,117,117,1);
		-moz-box-shadow: 0px 0px 5px 0.5px rgba(117,117,117,1);
		box-shadow: 0px 0px 5px 0.5px rgba(117,117,117,1);
		
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
       	    	box-sizing: border-box;
				
		z-index:19;
		display:none;

	}
}

@media screen and (max-width:1326px) {
	.titleRec {
		font-size:13px;
		display:inline-block !important;
		margin-right:5px;
		margin-top:0px;
	}
}

@media screen and (min-width:1326px) {
	.titleRec {
		font-family:"Comic Sans MS", cursive;
		font-size:22px;
		color:#FFF;
		font-weight:bolder;
	}
}

@media screen and (max-width:1326px) {
	.contentRec {
		font-size:12px;
		display:inline-block !important;
	}
}

@media screen and (max-width:1326px) {
	.textRec {
		font-size:13px;
		display:inline-block !important;
		margin-top:-2px;
		margin-bottom:-12px;
		margin-right:5px;
	}
}

@media screen and (min-width:1326px) {
	.textRec {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#FFF;
		font-weight:bolder;
	}
}

@media screen and (max-width:1326px) {
	.linkreadRec {
		font-size:13px;
		text-decoration:underline;
		color:#00F;
		display:inline-block !important;
		margin-top:-2px;
		font-weight:normal !important;
	}
}

@media screen and (min-width:1326px) {
	.linkreadRec {
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		color:#FFF;
		font-weight:bolder;
	}
}

.recLinkA {
	margin-top:-6px;
}

@media screen and (min-width:1326px) {
	.recLinkA {
		padding:11px;
	}
}

.resultSearchUserP {
	margin-right:45px;
}

@media screen and (max-width:800px) {
	.article_pic {
		width:100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
}

@media screen and (min-width:800px) {
	.article_pic {
		width:50%;
		float:left;
		margin-top:10px;
		margin-right:15px;
		margin-bottom:10px;
	}
}

.article_pic:hover {
	opacity:0.98;
}

.panel {
    position: fixed;
    right: -16.625em; /*left or right and the width of your navigation panel*/
    width: 16.625em; /*should match the above value*/
}

.wrap {
    position: relative;
}

#livechat {
	background-color:#E8E8E8;
	z-index:200;
}

.content_chat_panel {
	padding:10px;
}

.closechat {
	text-decoration:none;
	font-size:18px;
	color:#666;
}

@media screen and (max-width:1300px) {
	.openprior {
		position:fixed;
		right:-2px;
		bottom:40%;
		border:solid;
		border-width:thin;
		border-color:#666;
		background-color:#F1F1F1;
		border-radius:8px 0 0 8px;
		padding:6px;
		color:#FFF;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;
		z-index:18;
		width:30px;
	}
}

@media screen and (min-width:1300px) {
	.openprior {
		position:fixed;
		right:-2px;
		bottom:420px;
		border:solid;
		border-width:thin;
		border-color:#666;
		background-color:#F1F1F1;
		border-radius:8px 0 0 8px;
		padding:6px;
		color:#FFF;
		font-weight:bold;
		font-size:16px;
		text-decoration:none;
		z-index:18;
		width:30px;
	}
}

.deftags {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.tagsp {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px;
	background-color:#062A4C;
	color:#FFF;
	display:inline-block;
	margin-left:5px;
}

.hrtags {
	border:solid;
	border-width:thin;
	border-color:#CCC;
	margin-bottom:-8px;
	margin-top:-8px;
	width:100%;
}

.divred {
	text-align:right;
	width:100%;
}

.autorsp {
	display:inline-block;
	font-size:15px;
	font-weight:bolder;
	text-transform:uppercase;
	margin-left:5px;
}

.aboutarticle {
	width:100%;
}

.th1fnl {
	width:50px;
}

.th1fn2 {
	width:100%;
}

@media screen and (max-width:700px) {
	.divtagsall {
		text-align:left;
		height:50px;
		white-space:nowrap;
		max-width:220px;
		overflow-x:auto;
		overflow-y:hidden;
	}
}

@media screen and (min-width:700px) {
	.divtagsall {
		text-align:left;
		height:50px;
		white-space:nowrap;
		width:100%;
		overflow-x:auto;
		overflow-y:hidden;
	}
}

.tablefinl {
	width:100%;
}

@media screen and (max-width:800px) {
	.datesparticle {
		color:#999;
		font-size:13px;
		margin-top:-10px;	
	}
}

@media screen and (min-width:800px) {
	.datesparticle {
		display:none;
	}
}


@media screen and (max-width:510px) {
	.autorsparticle {
		color:#999;
		font-size:13px;
		margin-top:-29px;
		float:right;
	}
}

@media screen and (min-width:510px) {
	.autorsparticle {
		display:none;
	}
}

@media screen and (min-width:800px) {
	.articleLeft {
		width:20%;
		max-width:250px;
		height:100%;
		position:absolute;
		float:left;
		margin-top:8px;
	}
	
	.articleRight {
		float:right;
		width:78%;
	}
}

@media screen and (max-width:800px) {
	.articleLeft {
		display:none;
	}
	
	.articleRight {
		width:100%;
	}
}

.leftContentClm {
	font-size:16px;
	font-weight:normal;
	color:#333;
	border-top:solid;
	border-top-color:#E6E6E6;
	border-top-width:thin;
	padding-top:10px;
	margin-bottom:-8px;
}

.leftContentClmImg {
	width:16px;
	display:inline-block;
	margin-right:8px;
	vertical-align:sub;
}

.leftContentClmText {
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	margin-bottom:-10px;
}

.leftContentClmLink:hover {
	text-decoration:underline !important;
}

.WAshareBtn {
	width:100%;
	background-color:#56EC4F;
	color:#FBFDFA;
	border-radius:11px;
	padding:9px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	       	box-sizing: border-box;
}

.shareBtnLink {
	text-decoration:none;
}

.FBshareBtn {
	width:100%;
	background-color:#3B5998;
	color:#FBFDFA;
	border-radius:11px;
	padding:9px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	       	box-sizing: border-box;
}

.TWshareBtn {
	width:100%;
	background-color:#5EA9DD;
	color:#FBFDFA;
	border-radius:11px;
	padding:9px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	       	box-sizing: border-box;
}

.shareTextMbl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}

@media screen and (max-width:800px) {
	.shareDiv {
		border-top:solid;
		border-top-color:#E6E6E6;
		border-top-width:thin;
		padding-top:10px;
		border-bottom:solid;
		border-bottom-color:#E6E6E6;
		border-bottom-width:thin;
		padding-bottom:10px;
	}
}

@media screen and (min-width:800px) {
	.shareDiv {
		display:none;
	}
}

.navMore {
	width:32px;
	margin-top:-28px;
	margin-right:20px;
	float:right;
}

.tableStart {
	width:100%;
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#C9C9C9;
	border-top:solid;
	border-top-width:thin;
	border-top-color:#C9C9C9;
	margin-top:4px;
	margin-bottom:25px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bolder;
	text-transform:uppercase;
	cursor:pointer;
}

.tableStartLeft {
	width:33%;
}

.tableStartCenter {
	border-left:solid;
	border-left-width:thin;
	border-left-color:#C9C9C9;
	border-right:solid;
	border-right-width:thin;
	border-right-color:#C9C9C9;
	padding:5px;
	width:33%;
}

.tableStartRight {
	width:33%;
}

.typeStartRecmdTg {
	display:inline-block;
	border:solid;
	border-width:thin;
	border-color:#398DB7;
	padding:2px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight:bolder;
	color:#398DB7;
}

.rcmsdDescr1 {
	display:inline-block;
	border-left:solid;
	border-left-width:thin;
	border-left-color:#666;
	margin-left:6px;
	padding-left:6px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#333;
}

.h2HomeRcnd2 {
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin-right:102px;
}

@media screen and (max-width:800px) {
	.pHomeRcnd3 {
		margin-top:-4px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
	}
}

@media screen and (min-width:800px) {
	.pHomeRcnd3 {
		margin-top:-4px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
	}
}

@media screen and (max-width:800px) {
	.pHomeRcnd4 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
	}
}

@media screen and (min-width:800px) {
	.pHomeRcnd4 {
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
	}
}

.recommendedStartSite {
	-webkit-box-shadow: 0px 0px 3px 0.5px rgba(117,117,117,1);
	-moz-box-shadow: 0px 0px 3px 0.5px rgba(117,117,117,1);
	box-shadow: 0px 0px 3px 0.5px rgba(117,117,117,1);
	margin-bottom:20px;
	overflow:hidden;
}

.divRecPad {
	padding:12px;
	padding-top:0px;
	padding-bottom:4px;
	background-color:#FFF !important;
	z-index:200;
}

.divPicRcd5 {
	max-height:350px;
	overflow:hidden;
}

.rcdPic {
	width:100%;
	z-index:1;
	
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.rcdPic:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
	opacity:1;
	z-index:1;
}

.divPicRcd56 {
	height:100px;
	width:100px;
	overflow:hidden;
	float:right;
	background:#9CCCD8;
}

.rcdPic56 {
	height:100px;
	z-index:1;
	
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.rcdPic56:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
	opacity:1;
	z-index:1;
}


.glowActive {
	background-color:#D9D9D9;
	margin:0px;
}

@media screen and (max-width:800px) {
	#logsRcmd {
		display:none;
	}
}

@media screen and (min-width:800px) {
	.tableStart {
		display:none;
	}
}

@media screen and (min-width:800px) {
	#logsMain {
		float:left;
		width:67%;
		margin-right:3%;
	}
}

@media screen and (max-width:800px) {
	#logsNew {
		display:none;
	}
}

@media screen and (min-width:800px) {
	#logsNew {
		float:left;
		width:67% !important;
		margin-right:3%;
		white-space:nowrap;
		overflow-x:auto;
		margin-top:4px;
	}
}

@media screen and (min-width:800px) {
	.recommendedStartSiteNew {
		width:auto;
		display:inline-block;
		margin-right:2px;
		box-shadow:none;
		border-right:solid;
		border-right-color:#CCC;
		border-right-width:thin;
		padding-right:18px;
	}
}

#footer {
	float:left;
}

@media screen and (min-width:800px) {
	.startStSp {
		box-shadow:none;
		border-bottom:solid;
		border-bottom-width:thin;
		border-bottom-color:#CCC;
	}
}

@media screen and (min-width:800px) {
	.startStSp2 {
		box-shadow:none;
		border-bottom:solid;
		border-bottom-width:thin;
		border-bottom-color:#CCC;
		padding-bottom:7px;
	}
}

@media screen and (max-width:800px) {
	.txtBeliebtp {
		display:none;
	}
}

@media screen and (min-width:800px) {
	.txtBeliebtp {
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		font-weight:bolder;
		margin-bottom:18px;
	}
}

.linkRecommended {
	text-decoration:none !important;
}