body,
html {
	color: #000;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-rendering: optimizelegibility;
	height: 100%;
	min-width:320px;
	font-weight: 400; 
}
h3 {
	font-size: 36px;
	//text-align: center;
	font-weight: 400;
	padding-bottom: 15px;
	-webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

h2 {
	font-size: 22px;
	//text-align: center;
	font-weight: 400;
	padding-bottom: 15px;
}
b {font-weight: 500; }

* {
	padding: 0px;
	margin: 0px;
}

/* Viewport */

.corner {
	padding:15px;
	position: fixed;
	z-index:100;

}
#top-left{
	top:0;
	left:0;	
}

#top-right{
	top:0;
	right: 0;
}
#bottom-left{	
	bottom:0;
	left:0;	
}

#bottom-right{
	bottom:0;
	right: 0;
}

.facebook-like {
	padding: 2px 5px 1px 8px;
	background-color:#fff;
	border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
border: 0px solid #000000;
}
.corner a {
	background: transparent !important;	
}
.corner .button {
width: 150px;
font-size: 18px;
line-height:22px;
height: 52px;
padding-top: 8px;
cursor: pointer;
}




a {
	text-decoration:none;
	color:#000;
	padding: 3px 6px;
	margin:0px -6px;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: transparent;	
}
a:hover  {
	background-color:#eee;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}


header {
	background-color: #fff;
	margin: 0 auto;	
	width:100%;
	max-width: 1280px !important;
	text-align:center;
	padding:0px 0 60px 0;
}
#ads-top{
	position: relative;
	padding: 40px 0;
	z-index: 99999;
}

.ads-post{
	position: relative;
	
	padding: 20px 0;
	text-align: center;
	clear: both;
	z-index: 99999;
}

.logo-top {
	width:300px;
	margin: 0 auto;
}

#navigation-top{
	text-align: center;
	margin-top:60px;
	font-size: 16px;
}

#navigation-top a{
	margin-left:10px;
}
#navigation-top a:first-of-type{
	margin-left:0px;
}


#article-image {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.image-big {
	width: 1280px;
}
.image-small {
	//width: 100%;
	display: none;
}

.image300 {
	width: 300px;
}
.image230 {
	width: 230px;
}
.image-in-text{
margin: 0 auto;
display: block;
}
.article-inside {
	width: 980px;
	margin: 0 auto;
}
.show-more {
	cursor: pointer;
	font-size: 500;
}
.more-info {
	display: none;
	color: #555;
}
.data {
	color: #555;
}
.data a {
	color: #666;
}
.column300{
	width: 300px;
	margin-right: 40px;
	padding:35px 0;
}
.left {
	float: left;
}
.right {
	float: right !important;
	margin-right: 0px !important;
}
.last{
	margin-right: 0px;
}
.in-center {
	margin: 0 auto !important;
	float: none !important;

}
.in-left {
	margin: 0 !important;
	float: left !important;
	text-align: left !important;
}

.in-right {
	margin: 0 !important;
	float: right !important;
	text-align: right !important;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left !important;
}

.column440{
	width: 440px;
	margin-right: 40px;
	float: left;
	padding:35px 0;
}
.column640{
	width: 640px;
	margin-right: 40px;
	float: left;
	padding:35px 0;
	text-align: center
}
.column640.img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.column230{
	width: 230px;
	//margin-right: 40px;
	float: right;
	padding:35px 0;
}
.clear{
	float: none;
	clear:both;
	height: 0px;
}

.marginLeft-35 {
	margin-left:35px !important;
}
.marginTop{
	margin-top:0px !important;
}
.marginTop-70{
	margin-top:70px !important;
}
.marginTop-140{
	margin-top:140px !important;
}
.marginTop-210{
	margin-top:210px !important;
}
.marginTop-350{
	margin-top:350px !important;
}
.marginTop-500{
	margin-top:500px !important;
}
.marginTop-900{
	margin-top:900px !important;
}
.marginTopMinus-70{
	margin-top:-70px !important;
}
.marginTopMinus-140{
	margin-top:-140px !important;
}
.marginTopMinus-210{
	margin-top:-210px !important;
}
.marginTopMinus-350{
	margin-top:-350px !important;
}
.marginTopMinus-500{
	margin-top:-500px !important;
}

.paddingBottom-0 {
	padding-bottom:0px !important;
}
.paddingTop-70{
	padding-top:70px !important;
}
.paddingTop-140{
	padding-top:140px !important;
}
.paddingTop-210{
	padding-top:210px !important;
}

span.highlight {
	font-weight: 500;
	padding: 3px 6px;
	line-height: 21px;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
span.highlight a {
	background-color: transparent;
}
span.nocolor{
	padding: 0px;
	line-height: normal;
}

span.blue{
	background: #a8d1ff;
}

span.yellow {
	background: #ffcc00;
}
span.green {
	background: #adf836;
}
span.purple {
	background: #f5aeff;
	//color:#fff;
}
span.black {
	background: #000;
}
span.nobold{
	font-weight: 400;
}

span.black a {
	color: #fff !important;
}

.article-middle {
	background-repeat: no-repeat;
	background-position: right top;

}
.article-middle.black {
	background-color: #000;
	color:#fff;
}
.article-middle .inside {
	width: 980px;
	margin: 0 auto;

}

#footer{
	float: none;
	clear:both;
	width: 1280px;
	margin: 0 auto;
	height: 400px;
	text-align: center;
	position: relative;
}
#footer-facebook {
	display: none;
	margin: 35px 0;
}
.logo-footer {
	width: 300px;
	padding: 35px 0px 0px 0px;
}

#footer a{
	padding: 0;
	margin:0;
	display: inline;
}
#footer a:hover{
	background: transparent !important;	
}

.button{
	width: 40%;
	height: 70px;
	text-align: center;
	float: left;
	line-height: 70px;
	font-size: 24px;
	color: #fff;

	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}

.facebook{
	background-color: #3A5795;
	box-shadow: inset 0 0 0 4px #3A5795, 0 0 1px rgba(0, 0, 0, 0);
}
.facebook:hover{
	box-shadow: inset 0 0 0 4px #213765, 0 0 1px rgba(0, 0, 0, 0);
}
.subscription{
	background-color: #fd7700;
	box-shadow: inset 0 0 0 4px #fd7700, 0 0 1px rgba(0, 0, 0, 0);
}
.subscription:hover{
	box-shadow: inset 0 0 0 4px #e44b00, 0 0 1px rgba(0, 0, 0, 0);
}

.button-left {
	width: 8%;
	margin-right:2%;
	padding-top:7px;
	height: 63px;
}
.button-right {
	width: 8%;
	margin-left:2%;
	padding-top:10px;
	height: 60px;
}
.gray{
	background-color: #dcdcdc;
	box-shadow: inset 0 0 0 4px #dcdcdc, 0 0 1px rgba(0, 0, 0, 0);
}
.gray:hover{
	box-shadow: inset 0 0 0 4px #c7c7c7, 0 0 1px rgba(0, 0, 0, 0);
}





