/* general css reset */
* { 
	margin:0; 
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
body {
	margin:0;
	color:#181818;
	font:15px/21px Arial, Helvetica, sans-serif;
	background:#f8f8ee;
	min-width:1000px;
}
a{
	text-decoration:none;
	color:#005aad;
}
a:hover {
text-decoration:underline;
}
input, textarea, select {
	font:19px/21px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#383838;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}


ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
img{
	border-style:none;
	vertical-align:top;
}
.alignleft{float:left;}
.alignright{float:right;}
.w1{
	width:100%;
	overflow:hidden;
}
.visual:after,
.footer-frame .article:after,
.footer-holder:after,
.content-block:after,
.download-block .holder:after,.download-block-single .holder:after,
.header-frame:after,
#header:after,
.header-holder:after{
	content:'';
	display:block;
	clear:both;
}

@font-face {
    font-family: 'noto_sansbold';
    src: url('fonts/notofonts/notosans_bold_macroman/NotoSans-Bold-webfont.eot');
    src: url('fonts/notofonts/notosans_bold_macroman/NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notofonts/notosans_bold_macroman/NotoSans-Bold-webfont.woff') format('woff'),
         url('fonts/notofonts/notosans_bold_macroman/NotoSans-Bold.ttf') format('truetype'),
         url('fonts/notofonts/notosans_bold_macroman/NotoSans-Bold-webfont.svg#noto_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_sansbold_italic';
    src: url('fonts/notofonts/notosans_bolditalic_macroman/NotoSans-BoldItalic-webfont.eot');
    src: url('fonts/notofonts/notosans_bolditalic_macroman/NotoSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notofonts/notosans_bolditalic_macroman/NotoSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/notofonts/notosans_bolditalic_macroman/NotoSans-BoldItalic.ttf') format('truetype'),
         url('fonts/notofonts/notosans_bolditalic_macroman/NotoSans-BoldItalic-webfont.svg#noto_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansitalic';
    src: url('fonts/notofonts/notosans_italic_macroman/NotoSans-Italic-webfont.eot');
    src: url('fonts/notofonts/notosans_italic_macroman/NotoSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notofonts/notosans_italic_macroman/NotoSans-Italic-webfont.woff') format('woff'),
         url('fonts/notofonts/notosans_italic_macroman/NotoSans-Italic.ttf') format('truetype'),
         url('fonts/notofonts/notosans_italic_macroman/NotoSans-Italic-webfont.svg#noto_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_sansregular';
    src: url('fonts/notofonts/notosans_regular_macroman/NotoSans-Regular-webfont.eot');
    src: url('fonts/notofonts/notosans_regular_macroman/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notofonts/notosans_regular_macroman/NotoSans-Regular-webfont.woff') format('woff'),
         url('fonts/notofonts/notosans_regular_macroman/NotoSans-Regular.ttf') format('truetype'),
         url('fonts/notofonts/notosans_regular_macroman/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* for watching on phone */

@media screen and (max-width:500px) { 
.new .content-block .special h1{
font-family:noto_sansbold, sans-serif;
color:#000;
font-size: 20px;
text-align: left;
line-height: 1.4em!important;

}


.special_video_right .note {
    background: url("http://www.weightgainnetwork.com/wp-content/themes/weightgainnetwork/images/ico02.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #717171;
    display: block;
    font-family: Arial,Sans-serif;
    text-align: left;
    font-size: 11px;
    height: 1%;
    line-height: 13px;
    margin: 0 0 0 10px;
    padding: 0 10px 10px 26px;
}


}


#wrapper{
	width:962px;
	margin:0 auto;
}
/* header */
#header{height:1%;}
/* top visual block */
.header-holder{
	width:961px;
	position:relative;
	padding:11px 0px 9px 71px
	margin:0 auto;
	height:0px;
	z-index:10;
	
}
.header-holder .text-skinny{
	float:left;
	background:url(images/text-replacement.gif) no-repeat;
	width:502px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	margin:1px 0 0;
}
.header-holder .text-click{
	float:left;
	background:url(images/text-replacement.gif) no-repeat 0 -21px;
	width:166px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	margin:2px 0 0 -1px;
}
.header-holder .photo-before{
	position:absolute;
	top:0;
	right:111px;
}
.header-holder .photo-after{
	position:absolute;
	top:4px;
	right:22px;
}
.header-holder .arrow{
	position:absolute;
	top:43px;
	right:212px;
	background:url(images/sprite.gif) no-repeat;
	width:79px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
}
.header-frame{
	width:664px;
	padding:27px 1px 13px 297px;
	height:49px;
	position:relative;
	z-index:1;
}
/* logo */
#header .logo{
	position:absolute;
	top:-19px;
	left:3px;
	background:url(images/logo.gif) no-repeat;
	width:225px;
	height:108px;
	text-indent:-9999px;
	overflow:hidden;
}
#header .logo a{
	display:block;
	height:100%;
}

/* Slogan */
.slogan{

	color:#7c7c76;
	font-family: "noto_sansitalic", sans;
    font-size: 18px;
    margin-left: 245px;
    margin-top: 33px;
    width: 310px;
	line-height:24px;
	
}
/* Social netwok*/
.social_network{
  margin-bottom: -45px;
    margin-left: 716px;
    margin-top: 10px;
	
}
.social_network img,.social_network img a {
	padding-right:5px;
}

/* Custom homepage image*/
.homepage_banner_title{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.68);
    border-top: 7px solid #849c25;
    color: #FFFFFF;
     margin-top: -101px;
    padding: 15px 0px 20px 12px;
    position: relative;
    width: 579px;
	font-family:'noto_sansbold', sans;
	font-size:22px;
	line-height:28px;
	text-decoration:none;
	
}
.homepage_banner_title a, .homepage_banner_title a:hover, .homepage_banner_title a:visited{
font-family:'noto_sansbold', sans;
	font-size:22px;
	line-height:28px;
	text-decoration:none;
	color: #FFFFFF;
}
.homepage_banner_title_link a, .homepage_banner_title_link a:hover, .homepage_banner_title_link a:visited{
font-family:'noto_sansregular', sans;
	font-size:15px;
	line-height:28px;
	text-decoration:underline;
	color: #bae41b;
}
/* Page navigation */

.wp-pagenavi{
text-align: center;
font-family: 'noto_sansregular', sans;
color: #005aad;
border: 0px;
margin-bottom:30px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 0!important;
    margin: 2px;
    padding: 3px 5px;
 
}

  

.wp-pagenavi  span.current {
    border: 0!important;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
	background:#005aad;
	font-weight:bold;
	color:#fff;
}

/* search form */
.header-frame .search-form{
	float:right;
	background:url(images/sprite.gif) no-repeat 0 -41px;
	width:330px;
	margin:13px 0 0;
}

#header{margin-top:17px;}
.header-frame .search-form .text{
	float:left;
	background:none;
	border:none;
	width:199px;
	margin:0;
	padding:12px 14px 12px;
	font:italic 15px/17px Arial, Helvetica, sans-serif;
	color:#9f9f9f;
	overflow:hidden;
}
.header-frame .search-form .btn-search{
	float:left;
	background:url(images/sprite.gif) no-repeat -91px 0;
	width:100px;
	height:36px;
	border:none;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	margin:3px 0 0;
	padding:0;
	cursor:pointer;
}
.header-frame .search-form .btn-search:hover{cursor:pointer;}
/* main navigation */
.navigation{
	width:960px;
	margin:0 -9999px;
	padding:0 9999px;
	overflow:hidden;
	background:#002d5e url(images/bg-nav.gif) repeat-x;
	border-top:7px solid #1a3360;
	
}
* html .navigation{position:relative;}
#nav{
	margin:0;
	float:left;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	background:url(images/separator01.gif) no-repeat 0 5px;
	width:960px;
}
#nav li{
	float:left;
	background:url(images/separator01.gif) no-repeat 100% 5px;
	list-style:none;
	margin:0 -1px 0 0;
	font-family:'noto_sansregular',sans;
	font-size:18px;
	font-weight:normal;
}
#nav a{
	float:left;
	color:#fff;
	padding:0 2px 0 0;
	cursor:pointer;
	font-family:'noto_sansregular',sans;
	font-size:15px;
	font-weight:normal;
}
#nav span{
	float:left;
	padding:12px 21px 12px 21px;
	white-space:nowrap;
	font-size:14px;
	font-family:'Noto Sans',sans;
	
}
#nav .active a,
#nav a:hover{
	text-decoration:none;
	background:url(images/bg-nav-hover.gif) no-repeat 100% 100%;
}
#nav .active span,
#nav a:hover span{
	background:#003e82 url(images/bg-nav-hover.gif) no-repeat;
}
/* main content block */
#two-columns{
	overflow:hidden;
	height:1%;
	background:#fff;
	border:solid #e5e5e4;
	border-width:0 1px;
	padding:0 19px 23px;
	position:relative;
}
#content{
	float:left;
	width:590px;
	padding:25px 0 0;
}
.content-block{
	height:1%;
	padding:11px 0 0;
}
/* post */
.post{
	overflow:hidden;
	width:589px;
	padding:0 1px 40px 0;
}
/* post 
*/
.post .heading{
	overflow:hidden;
	height:1%;
	margin:0 0 16px;
}
.article h1,
.post h1{
	/*font:normal 32px/39px Georgia, "Times New Roman", Times, serif;
	color:#e65202;*/
	margin:0 0 9px;
	font-family: 'noto sans',sans-serif;
	font-size:32px;
	color:#596d0f;
	line-height:44px;
}

.new .content-block .author-block h1{
	/*font:normal 32px/39px Georgia, "Times New Roman", Times, serif;
	color:#e65202;*/
	margin:0 0 9px;
	font-family: 'noto_sansbold',sans-serif;
	font-size:32px;
	color:#596d0f;
	line-height:44px;
}

.post blockquote{
	
	border-left: 7px solid #596D0F;
    color: #494949;
    font-family: 'noto-sans',sans-serif;
    font-style: italic;
    margin-left: 50px;
    padding-left: 10px;
}
.new .article h1,
.new .post h1{
	margin:0 0 20px;
}
.post h2 a{color:#e75c11;}
.post > ol,
.post > ul {
	padding:0 0 0 30px;
	list-style:none;
	margin:0;
}
.post > ul {padding:0 0 0 45px;}
.post > ul li {
	list-style-position:outside;
	padding:0 0 0 14px;
}
.post ol {
	margin:0 0 0 30px;
	counter-reset:section;
}
.post ol li {
	padding:30px 0 0;
	list-style-position:outside;
}
.post ol li:first-child {padding:0;}
.post ol li:before,
.post ol .list-item-before {
	content:''counter(section)'.';
	counter-increment:section;
	margin:0 0 -20px -30px;
	position:relative;
	display:block;
	width:22px;
	text-align:left;
}
/* post meta */
.post .heading .meta{
	margin:0;
	overflow:hidden;
	height:1%;
	font-size:12px;
	line-height:15px;
}
.post .heading .meta li{
	float:left;
	background:url(images/separator02.gif) no-repeat 0 3px;
	list-style:none;
	padding:0 6px 0 8px;
}
.post .heading .meta li:first-child,
.post .heading .meta li.first-child{
	background:none;
	padding-left:0;
}
/* post content */
.post .alignright{margin:3px 0 10px 15px;}
.post p{

margin: 0 0 20px;


}

.post .description p{

	 margin-left:151px;
margin-top:15px;
    width: 425px;

}

.new .post .description{
width:425px;
margin-left:151px;
margin-top:15px;

}
.post .btn-more{
	display:block;
	background:url(images/sprite.gif) no-repeat 0 -86px;
	width:185px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	margin:-6px 0 0;
	position:relative;
}




.new #custom_categories-3 select, .new  #custom_categories-4 select, .new  #extended-categories-2 select, .new  #extended-categories-3 select{
font-family: Arial, sans;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
    width: 290px;
}

.new #custom_categories-3 select option, .new  #custom_categories-4 select option, .new #extended-categories-2 select option ,.new #extended-categories-3 select option{

font-family:Arial, sans;
color:#181818;
font-size:15px;
padding-left:5px;
line-height:21px;
}
.bio-box{
	overflow:hidden;
	background:#fafafa;
	border:1px solid #ddd;
	padding:15px 23px 18px 18px;
	margin:25px -1px -4px 0;
	width:547px;
}
.bio-box .image-holder{
	float:left;
	border:1px solid #aeaeae;
	width:80px;
	padding:2px;
	margin:3px 19px 0 0;
}
.bio-box .description{
	overflow:hidden;
	height:1%;
	font-size:15px;
	line-height:22px;
}
.bio-box .name{
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:0 0 21px;
	color:#292929;
}
.bio-box p{
	margin:0;
}
/* post navigation */
.post-nav{
	overflow:hidden;
	height:1%;
	padding:5px 0 0;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 47px;
}
.post-nav .prev{
	float:left;
	background:url(images/bullet01.gif) no-repeat 0 8px;
	padding:0 0 0 18px;
}
.post-nav .next{
	float:right;
	background:url(images/bullet01.gif) no-repeat 100% 8px;
	padding:0 18px 0 0;
}
/* share-this links */
.article .share-this,
.post .share-this{
	margin:-5px 0 0;
	padding:0 0 1px 2px;
}
#content .article .share-this li,
#content .post .share-this li{
	display:inline;
	vertical-align:middle;
	margin:0 36px 0 0;
}
.post .heading .share-this{
	padding:18px 0 0 2px;
	margin:0;
}
.article .share-this img,
.post .share-this img{
	vertical-align:middle;
	margin:0 0 1px;
}
/* recent post comment*/
.new #sidebar .description .post-entry .title-right .comments-on-recent em.comments-sidebar{
	background: url("images/bg-comments.gif") no-repeat scroll 0 2px transparent;
    padding: 0 0 0 20px;
    font-family: noto sans, sans;
    font-size: 12px;
    color: #000000!important;
    font-style: normal;
}
.new #sidebar .description .post-entry .title-right .comments-on-recent em.comments-sidebar a:link,
.new #sidebar .description .post-entry .title-right .comments-on-recent em.comments-sidebar a:hover,
.new #sidebar .description .post-entry .title-right .comments-on-recent em.comments-sidebar a:visited,
{
	background: url("images/bg-comments.gif") no-repeat scroll 0 2px transparent;
    padding: 0 0 0 20px;
    font-family: noto sans, sans;
    font-size: 12px;
    color: #000000!important;
    font-style: normal;
}

/* content aside block */
.post .aside{
	float:right;
	width:200px;
	padding:4px 0 0;
	margin:0 0 10px 10px;
}
.post .aside img{margin:0 0 21px;}
.post .aside .nav-block{
	background:#fafafa;
	border:1px solid #ddd;
	padding:9px 5px 5px 11px;
	margin:0;
}
.post .aside .nav-block h3{
	margin:0 0 16px;
	font:bold 18px/23px Arial, Helvetica, sans-serif;
	color:#181818;
}
.post .aside .nav-block ul{
	font-size:15px;
	line-height:18px;
}
.post .aside .nav-block ul li{
	margin:0 0 18px;
	list-style:none;
}
* html .post .aside .nav-block ul li{list-style-position:outside;}
* +html .post .aside .nav-block ul li{list-style-position:outside;}
.post h2{
	color: #000000;
    font: bold 26px/31px noto sans,serif;
    margin: 0 0 22px;
}
.post h3{
	font:normal 23px/25px noto sans, serif;
	color:#596d0f;
	margin:0 0 21px;
}
/*.post h2.orange{
	font:bold 28px/30px Arial, Helvetica, sans-serif;
	color:#e65202;
	margin:0;
}*/

.post h2.orange{
	background: none repeat scroll 0 0 #012F60;
    color: #FFFFFF;
    font-family: 'noto_sansregular';
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    margin: 35px -28px 18px 0;
    padding: 8px 11px 10px;
    width: 568px;
}
.post .posts-list{
	margin:0 -5px 0 -23px;
	padding:15px 0 56px 1px;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	overflow:hidden;
	width:616px;
}
.post .posts-list li{
	list-style:none;
	list-style-position:outside;
	float:left;
	width:130px;
	margin:0 0 0 23px;
	display:inline;
}
.post .posts-list img{
	border:1px solid #ddd;
	margin:0 0 13px;
	display:block;
}
.post .posts-list a:hover{
	text-decoration:underline;
	position:relative;
}
.post .posts-list a:hover img{border-color:#005aad;}
.post .posts-list .image-holder{
	display:block;
	width:128px;
	height:128px;
	overflow:hidden;
	text-align:center;
	border:1px solid #ddd;
	margin:0 auto 13px;
}
.post .posts-list .image-holder img{
	min-height:128px;
	min-width:128px;
}
.post .posts-list a:hover{
	text-decoration:underline;
	position:relative;
}
.post .posts-list a:hover .image-holder{border-color:#005aad;}
.post h2 .mark{
	
	 color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	
	
}

.post h2 .mark a{
	color:#fff;
	float:right;
	text-decoration: underline;
}

.post h2 .mark a:hover{
	color:#fff;
	float:right;
	text-decoration: none;
}
.post .comments-triangle{
	border-left: 12px solid #FFFFFF;
    border-right: 12px solid #FFFFFF;
    border-top: 12px solid #012F60;
    height: 0;
    margin-left: 10px;
	margin-top:-19px;
    padding: 7px 0 0;
    width: 0;
    margin-bottom: 22px;
	}
	
.post .wp_rp_content h3{
	background: none repeat scroll 0 0 #012F60;
    color: #FFFFFF;
    font-family: 'noto_sansregular';
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 -28px 19px 0;
    padding: 8px 11px 10px;
    width: 568px;
	
	}	
	
.comments-section{
	overflow:hidden;
	height:1%;
	padding:13px 0 20px;
}
.comment-block{
	overflow:hidden;
	height:1%;
	background:#fafafa;
	border:1px solid #ddd;
	font-size:15px;
	line-height:22px;
	color:#292929;
	padding:20px 20px 22px;
	margin:0 0 15px;
}
.comments-section .image-holder{
	float:left;
	width:40px;
	border:1px solid #d9d9d9;
	padding:3px;
	margin:0 16px 0 0;
}
.comments-section .title{
	overflow:hidden;
	height:1%;
	margin:0 0 15px;
}
.comments-section .name{
	float:left;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#292929;
	padding:0 5px 0 0;
}
.comments-section .name a{color:#005aad;}
.comments-section .date{
	float:left;
	font-style:normal;
	font-size:11px;
	line-height:20px;
}
.comments-section p{
	margin:0 0 16px;
}
.comments-section .btn-reply{
	display:block;
	background:url(images/sprite.gif) no-repeat 0 -213px;
	width:78px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
}
.answers-group{
	overflow:hidden;
	height:1%;
	padding:0 0 7px 64px;
	margin:-7px 0 0;
}
.answers-group .answers-group{
	border-top:1px solid #ddd;
}
.answer-block{
	overflow:hidden;
	height:1%;
	padding:28px 10px 31px 19px;
	border-top:1px solid #ddd;
	margin:-1px 0 0;
	line-height:22px;
}
.answers-group .answers-group .answer-block{
	padding:37px 10px 31px 34px;
}
.answers-group .answers-group .answers-group{
	margin:-7px 0 -14px -64px;
	padding:0 0 0 139px;
	width:386px;
}
.comments-form{
	padding:0;
	margin:0;
}
.comments-form h2.orange{
	margin: 25px 0 19px;
	background:#012f60;
	padding:7px 13px 6px 9px;
	overflow:hidden;
	height:1%;
	color: #fff;
	font-size:19px;
}

.comments-form .comments-triangle
{
   border-left: 12px solid #FFFFFF;
    border-right: 12px solid #FFFFFF;
    border-top: 12px solid #012F60;
    height: 0;
    margin-left: 10px;
    padding: 7px 0 0;
    width: 0;
    margin-top: -19px;
}





.comments-form .row{
	overflow:hidden;
	height:1%;
	margin:0 0 9px;
}
.comments-form label{
	float:left;
	width:100px;
	padding:0 9px 0 0;
	font-size:15px;
	line-height:29px;
	color:#292929;
}
.comments-form .text{
	float:left;
	width:468px;
	border:1px solid #cbcbcb;
	background:#fff;
	margin:0;
	padding:7px 5px 6px;
	font:15px/17px Arial, Helvetica, sans-serif;
	color:#292929;
}
.comments-form .textarea-holder{
	overflow:hidden;
	height:1%;
	padding:0 0 14px;
}
.comments-form textarea{
	float:left;
	background:#fff;
	border:1px solid #cbcbcb;
	width:577px !important;
	height:151px;
	margin:0 ;
	padding:5px;
	overflow:auto;
	font:15px/17px Arial, Helvetica, sans-serif;
	color:#292929;
}
.comments-form .placeholder{margin:0 0 34px;}
.button-holder{
	overflow:hidden;
	height:1%;
	padding:0 0 18px;
}
.comments-form .btn-post{
	float:left;
	background:url(images/sprite.gif) no-repeat -91px -213px;
	width:145px;
	height:35px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	border:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.comments-form .btn-post:hover{
	cursor:pointer;
}
.comments-form .holder{
	overflow:hidden;
	height:1%;
}
.comments-form .check{
	float:left;
	width:15px;
	height:15px;
	margin:0 8px 0 0;
	padding:0;
}
.comments-form .holder label{
	width:auto;
	font-size:12px;
	line-height:15px;
	padding:0;
}
/* download block */
.download-block{
	width:590px;
	padding:0 0 6px;
	margin:0 0 77px;
}
.download-block-single{
	width:590px;
	padding:0 0 6px;
	margin:0 0 45px;
}

.download-block-single .holder{
	
	padding:0 27px 16px 31px;
	position:relative;
	width:530px;
}
.download-block-single h3{
	background: none repeat scroll 0 0 #012F60;
    color: #FFFFFF;
    font-family: 'noto_sansregular';
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 -28px 18px -32px;
    padding: 8px 11px 10px;
    width: 568px;
}
.download-block-single .text-discover{
	display:block;
	background:url(images/text-replacement.gif) no-repeat 0 -166px;
	width:505px;
	height:86px;
	text-indent:-9999px;
	overflow:hidden;
    left: -2%;
    position: relative;
    width: 566px;

}

.download-block .holder{
	
	padding:0 27px 16px 31px;
	position:relative;
	width:530px;
}
.download-block h3{
	background: none repeat scroll 0 0 #012F60;
    color: #FFFFFF;
    font-family: 'noto_sansregular';
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 -28px 18px -32px;
    padding: 8px 11px 10px;
    width: 568px;
}
.download-block .text-discover{
	display:block;
	background:url(images/text-replacement.gif) no-repeat 0 -166px;
	width:505px;
	height:86px;
	text-indent:-9999px;
	overflow:hidden;
    left: -2%;
    position: relative;
    width: 566px;
	
}


/* recent post on sidebar */
.title-right .comments-on-recent{

padding-left: 0;


}


.advanced_recent_posts_widget ul li {

	border:0px!important;
}

.advanced_recent_posts_widget .post-title{

font-family: noto sans, sans!important;
font-size: 14px!important;
line-height: 20px!important;


}
.advanced_recent_posts_widget .post-title a{

font-family: noto sans, sans!important;
font-size: 14px!important;
line-height: 20px!important;
width:230px!important;


}

/* breadcrumbs links */
.breadcrumbs{
	margin:0 0 7px 7px;
	overflow:hidden;
	height:1%;
	font-size:12px;
	line-height:15px;
}
.breadcrumbs li{
	float:left;
	background:url(images/bullet04.gif) no-repeat 0 6px;
	list-style:none;
	padding:0 5px 0 13px;
}
.breadcrumbs li:first-child,
.breadcrumbs li.first-child{
	background:none;
	padding-left:0;
}
/* articles list */
.post .articles-list{
	margin:0;
	padding:6px 0 23px;
	font-size:15px;
	line-height:21px;
	height:1%;
}
.post .articles-list li{
	list-style:none;
	overflow:hidden;
	height:1%;
	margin:0 0 20px;
	list-style-position:outside;
}
.post .articles-list .alignleft{margin:4px 14px 0 0;}
.post .articles-list .description{
	overflow:hidden;
	height:1%;
	padding:0;
}
.post .articles-list p{margin:0;}
/* visual block */
.visual{
	position:relative;
	padding:4px 0 0;
	margin:0 0 38px -4px;
	width:594px;
}
.visual .alignleft{margin:0 0 0 4px;}
.visual .title{
	position:absolute;
	bottom:-17px;
	left:4px;
	background:#000;
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	width:566px;
	padding:5px 12px 6px;
}
.visual .title a{
	color:#fff446;
	text-decoration:underline;
}
.visual .title a:hover{text-decoration:none;}
.visual .overlay{
	position:absolute;
	top:3px;
	left:4px;
	width:590px;
	height:210px;
	display:none;
	z-index:1;
}
.visual .overlay a{
	background:url(images/overlay.png) no-repeat;
	display:block;
	width:590px;
	height:210px;
	text-indent:-9999px;
	overflow:hidden;
}
.visual .overlay .btn-click a{
	display:block;
	height:100%;
	position:relative;
}
.visual:hover .overlay{
	display:block;
}
/* article */
.article{
	overflow:hidden;
	height:1%;
	padding:0;
	font-size:15px;
	line-height:18px;
	margin-top:25px;
}
/* article heading */
.article .heading{margin:0 0 17px;}
.article .heading h2{margin:0 0 24px;}
.article .list{
	margin:0 0 16px;
	padding:0 0 0 17px;
}
.article .list li{
	list-style:none;
	background:url(images/bullet05.gif) no-repeat 0 3px;
	padding:0 0 0 10px;
	list-style-position:outside;
}
.article p{margin:0 0 18px;}
.article .section{
	overflow:hidden;
	height:1%;
	padding:20px 0 0;
	line-height:20px;
}
.new .article .video-block h3,
.article h3{
	font:bold 20px/24px Georgia, "Times New Roman", Times, serif;
	color:#181818;
	margin:0 0 17px;
	background:none;
	padding:0;
}
.article .section a{text-decoration:underline;}
.article .section a:hover{text-decoration:none;}
/* video placeholder */
.article .video-block{
	overflow:hidden;
	height:1%;
	padding:0;
}
.article .video-block h3{margin:0 0 10px;}
.article .video-block img{margin:0 0 9px;}
.article .video-block .description{
	background:#eee;
	padding:12px 25px 12px 15px;
	margin:0 0 26px;
}
.article .video-block .description p{margin:0;}
/* content advertisement block */
.ad-block{
	background:#6d8916 url(images/bg-ad-block.gif) repeat-x;
	overflow:hidden;
	height:1%;
	padding:22px 17px 11px 21px;
	font-size:18px;
	line-height:29px;
	color:#fff;
	margin:0 0 42px;
}
.ad-block .alignright{margin:6px 0 0;}
.ad-block .text-featured{
	display:block;
	background:url(images/text-replacement.gif) no-repeat 0 -353px;
	width:387px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 17px;
}
.ad-block a{
	color:#dbf252;
	text-decoration:underline;
}
.ad-block a:hover{text-decoration:none;}
.article .articles-list{
	margin:0;
	padding:16px 0 23px;
	font-size:15px;
	line-height:18px;
	height:1%;
}
.article .articles-list li{
	overflow:hidden;
	height:1%;
	list-style:none;
	margin:0 0 18px;
	list-style-position:outside;
}
.article .articles-list .title{
	display:block;
}
.article .articles-list p{margin:0;}
.article .articles-list a{font-weight:bold;}

/* Related post on single post*/
.new .wp_rp_content ul.related_post li img {
border: 1px solid #e4e4e4!important;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
display: block !important;
height: 127px !important;
margin: 0 !important;
max-width: 100% !important;
padding: 0 !important;
width: 127px !important;
}

.new .wp_rp_content ul.related_post li img:hover {
border: 1px solid #005aad!important;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
display: block !important;
height: 127px !important;
margin: 0 !important;
max-width: 100% !important;
padding: 0 !important;
width: 127px !important;
}

.new .wp_rp_content ul.related_post li a {
display: block !important;
font-size: 12px !important;
line-height: 1.5em !important;
margin-bottom: 5px !important;
position: relative !important;
text-decoration: none !important;
text-indent: 0 !important;
color: #005aad;
font-family: 'Arial', sans;
font-weight: bold;
}
.new .wp_rp_content ul.related_post li a:hover {
display: block !important;
font-size: 12px !important;
line-height: 1.5em !important;
margin-bottom: 5px !important;
position: relative !important;
text-decoration: underline !important;
text-indent: 0 !important;
color: #005aad;
font-family: 'Arial', sans;
font-weight: bold;
}


/* videos list */
.article .videos-list{
	margin:0;
	font-size:15px;
	line-height:18px;
	padding:11px 0 33px;
	height:1%;
}
.article .videos-list li{
	overflow:hidden;
	height:1%;
	margin:0 0 15px;
	list-style:none;
	list-style-position:outside;
}
.article .videos-list .alignleft{margin:3px 14px 0 0;}
.article .videos-list .description{
	overflow:hidden;
	height:1%;
	padding:0 11px 0 0;
}
.article .videos-list .title{display:block;}
.article .videos-list a{font-weight:bold;}
.article .videos-list p{margin:0;}
.author-block{margin:-8px 0 0;}
.author-block h2{
	font:28px/30px Georgia, "Times New Roman", Times, serif;
	color:#e75c11;
	margin:0 0 35px;
}
.author-block .post h3{
	font:bold 24px/25px Arial, Helvetica, sans-serif;
	color:#005aad;
	margin:0 0 10px;
}
.author-block .post .heading .meta{font-style:italic;}
.author-block .post .heading .meta .comments{
	background:url(images/bg-comments.gif) no-repeat 0 2px;
	padding:0 0 0 15px;
}
.author-block .post .btn-more{
	background-position:-203px 0;
	width:117px;
}
.paging{
	padding:0;	margin:0;	font-size:13px;
	line-height:22px;
	color:#181818;
	position:absolute;
	bottom:60px;
	left:19px;
}
.paging li{
	float:left;
	list-style:none;
	list-style-position:outside;
	margin:0 3px 0 0;
}
.paging .location{
	padding:1px 2px 0 0;
	width:auto;
	background:none;
	border:none;
}
.paging a{
	color:#181818;
	background:#f7f7f7;
	border:1px solid #dcdcdc;
	float:left;
	width:16px;
	text-align:center;
}
.paging span{
	float:left;
	background:#f7f7f7;
	border:1px solid #005aad;
	width:16px;
	text-align:center;
}
/*.new .article h3{
	font:22px/25px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:0 -27px 17px 0;
	padding:7px 8px 6px;
	background:#012f60;
	width:574px;
	}*/
	.new .article h3{
	width:574px;
	font:22px/25px Georgia, "Times New Roman", Times, serif;
	background: url("images/bottom_title.png") no-repeat scroll 0 100% #012f60;
    color: #FFFFFF;
    margin: 0;
    padding: 11px 10px 17px;
	}

.new .article .video-block{
	background:#eee;
	border:1px solid #dcdcdc;
	padding:16px 0 5px 15px;
	margin:22px 0 37px;
}
.new .article .video-block .description{
	padding:10px 25px 12px 0;
	margin:0;
}
.inner-download-block{
	background:none;
	padding:0 27px 6px 0;
	width:563px;
	margin:0 0 32px;
}
.inner-download-block .holder{
	padding:2px 0 0 32px;
	background:none;
	border:none;
}
.inner-download-block .text-discover{
	background:url(images/text-discover.gif) no-repeat;
	width:496px;
	height:86px;
	margin:0 auto 2px;
}
.inner-download-block .visual{bottom:16px;}
.new .article .heading-section{
	background:#012f60;
	padding:7px 13px 6px 9px;
	overflow:hidden;
	height:1%;
	margin:0;
}
.new .article .heading-triangle
{
   border-left: 12px solid #FFFFFF;
    border-right: 12px solid #FFFFFF;
    border-top: 12px solid #012F60;
    height: 0;
    margin-left: 10px;
    padding: 7px 0 0;
    width: 0;
}
.new .holder .heading-triangle{
    border-left: 12px solid #FFFFFF;
    border-right: 12px solid #FFFFFF;
    border-top: 12px solid #012F60;
    height: 0;
    margin-left: -14px;
    margin-top: -18px;
    padding: 7px 0 0;
    width: 0;
	margin-bottom: -6px;
}
.new .article .heading-section h2{
	font:22px/25px "noto_sansregular", sans;
	color:#fff;
	margin:0;
	float:left;
}
.new .article .heading-section .rss{
	float:right;
	background:url(images/bg-rss.gif) no-repeat 0 4px;
	padding:3px 0 0 20px;
	font-size:14px;
	color:#fff;
}
.new .article .articles-list{
	line-height:21px;
	padding:13px 0 26px;
}
.new .article .articles-list img{
	border:1px solid #012f60;
	
}

.new .article .articles-list li{border-bottom: 1px dotted #848182;
    border-width: 1px;
    margin: 10px 0 30px 4px;
    padding-bottom: 10px;}
.new .article .articles-list li:last-child {border-bottom: 1px dotted #848182; border-width: 1px; margin: 10px 0 0px 4px; padding-bottom:5px!important;}

.new .article .articles-list .alignleft{margin:3px 14px 0 0;}
.new .article .articles-list a{font-weight:normal;}
.new .article .articles-list .title a{
font-family:'noto_sansbold', sans;
font-size:21px;
line-height:27px;
color:#005aad;
font-weight:normal;
}

.post_by span{
font:12px Arial, Helvetica, sans-serif!important;
line-height:23px;
color:#181818;
}

.new .article .articles-list .post_by_author a, .post_by_comments font a, 
.new .content-block .post .post_by_author,
.new .content-block .post .post_by_comments

{
font:12px Arial, Helvetica, sans-serif!important;
line-height:23px;
color:#005aad!important;
}



.new .content-block .post . a:hover,
.new .content-block .post .post_by_comments a:hover
{
font:12px Arial, Helvetica, sans-serif!important;
line-height:23px;
color:#005aad!important;
text-decoration:underline!important;
}


.new .content-block .post .post_by{	
font-family: Arial;
font-size:12px;
color:#181818;
}

.new .content-block .post .title a{
font-family:'noto_sansbold', sans;
font-size:15px;
line-height:27px;
color:#005aad;
font-weight:normal;
}
.new .content-block .post .post_title a{
font-family:'noto_sansbold', sans;
font-size:21px;
line-height:27px;
color:#005aad;
font-weight:normal;
}

.new .content-block .post #thumb img {
    border: 1px solid #012F60;
}

.new .content-block .post{
    border-bottom: 1px dotted #848182;
    border-width: 1px;
    margin: -8px 0 30px 4px;
    padding-bottom: 10px;
}

.new .content-block .postsingle{
    
    margin: -8px 0 30px 4px;
    padding-bottom: 10px;
}


.new .article .comments-list{
	padding:14px 0 19px;	margin:0;
	font-size:15px;
	line-height:18px;}
.new .article .comments-list li{
	list-style:none;
	list-style-position:outside;
	vertical-align:top;
	overflow:hidden;
	height:1%;
	margin:0 0 18px;
}
.new .article .comments-list .alignleft{margin:1px 11px 0 0;}
.new .article .comments-list .description{
	overflow:hidden;
	height:1%;
}
.new .article .comments-list .name{
	display:block;
	font-weight:bold;
	font-style:italic;
	color:#181818;
}
.new .article .comments-list p{margin:0 0 7px;}
.new .article .comments-list .about{
	
	color:#181818;
	font-style:italic;
}

.new .article  .comments-list .description .about a {
	
	color:#181818;
	font-style:italic;
	font-family:Arial;

}
.new .article  .comments-list .description .more a {
	
	color:#005aad;
	font-style:italic;
	font-family:Arial;

}


.kot {background-image: url("images/video05.jpg"); background-repeat: no-repeat; background-position: -1000px -1000px;}
.kot:hover {background-image: url("images/video05hover.jpg"); background-repeat: no-repeat; background-position: -1000px -1000px;}

.new .article  .comments-list .description .commented_on{
color:#181818;
font-family:Arial;
margin-bottom: 21px;
}
.about-author-block{
	overflow:hidden;
	height:1%;
	padding:0;
}
.about-author-block .container{
	overflow:hidden;
	height:1%;
	font-size:15px;
	line-height:21px;
	padding:0 0 15px;
}
.about-author-block .image-holder{
	float:left;
	margin:5px 31px 0 1px;
	padding:2px;
	border:1px solid #aeaeae;
}
.about-author-block .description{
	overflow:hidden;
	height:1%;
}
.about-author-block dl{
	margin:0;
	overflow:hidden;
	height:1%;
}
.about-author-block dl dt{
	float:left;
	width:119px;
	font-weight:bold;
}
.about-author-block dl dd{
	overflow:hidden;
	height:1%;
	margin:0 0 14px;
}
.about-author-block h2{
	font:28px/30px Georgia, "Times New Roman", Times, serif;
	color:#e75c11;
	margin:0 0 22px;
}
.about-author-block h3{
	font-size:15px;
	line-height:20px;
	color:#656565;
	background:#ececec;
	margin:0;
	padding:6px 12px;
}
.about-author-block .posts-list{
	padding:0;	margin:-5px 0 19px;}
.about-author-block .posts-list li{
	list-style:none;
	list-style-position:outside;
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #ddd;
	padding:22px 0 22px 13px;
}
.about-author-block .posts-list .alignleft{margin:1px 18px 0 0;}
.about-author-block .posts-list .description{
	overflow:hidden;
	height:1%;
}
.about-author-block .posts-list .title{
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:0 0 3px;
}
.about-author-block .posts-list ul{
	padding:0;	margin:0;
	font-size:12px;
	font-style:italic;
	line-height:15px;}
.about-author-block .posts-list ul li{
	float:left;
	background:url(images/separator02.gif) no-repeat 0 3px;
	border:none;
	padding:0 4px 0 7px;
}
.about-author-block .posts-list ul li:first-child,
.about-author-block .posts-list ul li.first-child{
	background:none;
	padding-left:0;
}
.about-author-block .posts-list ul .comments{
	background:url(images/bg-comments.gif) no-repeat 0 2px;
	padding:0 0 0 16px;
}
.about-author-block .all{
	background:url(images/bg-all.gif) no-repeat 0 3px;
	padding:0 0 0 14px;
	margin:0 0 0 15px;
}
.author-block .authors-list{
	padding:0;	margin:0;
	overflow:hidden;
	position:relative;
	width:590px;
}
.author-block .authors-list li{
	list-style:none;
	list-style-position:outside;
	vertical-align:top;
	overflow:hidden;
	width:590px;
	border-top:1px solid #ddd;
	margin:-28px 0 0;
	padding:26px 0 54px;
}
.author-block .authors-list .image-holder{
	margin:2px 14px 0 0;
	padding:2px;
	float:left;
	border:1px solid #aeaeae;
}
.author-block .authors-list .description{
	float:left;
	width:490px;
}
.author-block .authors-list h3{
	font-size:24px;
	line-height:25px;
	font-weight:bold;
	color:#005aad;
	margin:0 0 7px;
}
.author-block .authors-list .note{
	font-size:12px;
	font-style:italic;
	display:block;
	margin:0 0 13px;
}
.author-block .authors-list p{margin:0 0 15px;}
.author-block .authors-list .btn-view{
	display:block;
	background:url(images/btn-view.gif) no-repeat;
	width:132px;
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
}




/* download form */
.download-block .frame{
	
	width:100%;
	padding:20px 0 0;
}
.download-block-single .frame{
	
	width:100%;
	padding:20px 0 0;
}
.download-block .download-form{
	margin:0;
	float:right;
	width:295px;
}

.download-block-single .download-form{
	margin:0;
	float:right;
	width:295px;
}
.download-block .download-form .row{
	overflow:hidden;
	height:1%;
	padding:0 0 12px;
}
.download-block-single .download-form .row{
	overflow:hidden;
	height:1%;
	padding:0 0 12px;
}
.download-block .download-form .text{
	display:block;
	background:url(images/sprite.gif) no-repeat 0 -124px;
	width:295px;
	height:37px;
	overflow:hidden;
	margin:0;
}
.download-block-single .download-form .text{
	display:block;
	background:url(images/sprite.gif) no-repeat 0 -124px;
	width:295px;
	height:37px;
	overflow:hidden;
	margin:0;
}
.download-block .download-form .text input{
	display:block;
	background:none;
	border:none;
	margin:0;
	padding:7px 8px;
	width:279px;
	overflow:hidden;
}
.download-block-single .download-form .text input{
	display:block;
	background:none;
	border:none;
	margin:0;
	padding:7px 8px;
	width:279px;
	overflow:hidden;
}
.download-block .download-form .btn-download{
	float:left;
	background:url(images/sprite.gif) no-repeat 0 -165px;
	width:293px;
	height:44px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0 0 0 1px;
	padding:0;
	cursor:pointer;
}

.download-block-single .download-form .btn-download{
	float:left;
	background:url(images/sprite.gif) no-repeat 0 -165px;
	width:293px;
	height:44px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:0 0 0 1px;
	padding:0;
	cursor:pointer;
}


.download-block .download-form .btn-download:hover{cursor:pointer;}
.download-block .note-holder{
	overflow:hidden;
	height:1%;
	padding:7px 0 0 2px;
}

.download-block-single .download-form .btn-download:hover{cursor:pointer;}
.download-block-single .note-holder{
	overflow:hidden;
	height:1%;
	padding:7px 0 0 2px;
}
.download-block .note{
	float:left;
	font-size:12px;
	line-height:14px;
	color:#4d4d4d;
	background:url(images/ico02.png) no-repeat;
	padding:3px 0 0 26px;
}

.download-block-single .note{
	float:left;
	font-size:12px;
	line-height:14px;
	color:#4d4d4d;
	background:url(images/ico02.png) no-repeat;
	padding:3px 0 0 26px;
}
.content-block .download-block .video-block,
.article .download-block .video-block{
	float:left;
	padding:1px 0 0;
	position:relative;
	background:none;
	border:none;
	display:inline;
}

.content-block .download-block .video-block,
.article .download-block-single .video-block{
	float:left;
	padding:1px 0 0;
	position:relative;
	background:none;
	border:none;
	display:inline;
}
.article .inner-download-block .video-block{margin:0 0 0 33px;}
.download-block .video-block .btn-play{
	position:absolute;
	top:55%;
	left:47%;
	background:url(images/sprite.png) no-repeat 0 -55px;
	width:59px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	margin:47px 0 0 -188px;
}

.article .inner-download-block .video-block{margin:0 0 0 33px;}
.download-block-single .video-block .btn-play{
	position:absolute;
	top:55%;
	left:47%;
	background:url(images/sprite.png) no-repeat 0 -55px;
	width:59px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	margin:47px 0 0 -188px;
}

.download-block .video-block .video3{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	overflow:hidden;
	margin:47px 0 0 -188px;
	opacity:0.9;
}

.download-block-single .video-block .video3{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	overflow:hidden;
	margin:47px 0 0 -188px;
	opacity:0.9;
}

.download-block-single .video-block .video3:hover{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	overflow:hidden;
	margin:47px 0 0 -188px;
	opacity:1;
}

.download-block .video-block .video3:hover{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	overflow:hidden;
	margin:47px 0 0 -188px;
	opacity:1;
}

.download-block .video-block .video3single{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	margin:-6px 0 0 -33px;
	opacity:0.9;
}


.download-block .video-block .video3single:hover{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	margin:-6px 0 0 -33px;
	opacity:1;
}

.download-block-single .video-block .video3single{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	margin:-6px 0 0 -33px;
	opacity:0.9;
}


.download-block-single .video-block .video3single:hover{
	position:absolute;
	top:37%;
	left:32%;
	background:url(images/video05hover.jpg) no-repeat 0 0;
	width:250px;
	height:152px;
	text-indent:-9999px;
	margin:-6px 0 0 -33px;
	opacity:1;
}

.download-block .video-block a:hover{background:none;}
.article .inner-download-block .video-block .btn-play{margin:-26px 0 0 -29px;}
.download-block .video-block a:hover .btn-play{
	background-position:-141px -55px;
	cursor:pointer;
}

.download-block-single .video-block a:hover{background:none;}
.article .inner-download-block .video-block .btn-play{margin:-26px 0 0 -29px;}
.download-block-single .video-block a:hover .btn-play{
	background-position:-141px -55px;
	cursor:pointer;
}

/* featured video in Home page */
.new .nav-block .seeall {
	color: #FFFFFF;
    font-family: 'noto sans',sans;
    font-size: 12px;
    left: 88%;
    position: absolute;
    top: 34px;
	text-decoration: underline;
}

.new .nav-block .seeall:hover  {
	color: #FFFFFF;
    font-family: 'noto sans',sans;
    font-size: 12px;
    left: 88%;
    position: absolute;
    top: 34px;
	text-decoration: none;
}

/* featured video in category */
.new .nav-block .seeall_in_category {
	color: #FFFFFF;
    font-family: 'noto sans',sans;
    font-size: 12px;
	left: 70%;
    position: relative;
    top: -43px;
	text-decoration:underline;
	
}
.new .nav-block .seeall_in_category:hover{
	color: #FFFFFF;
    font-family: 'noto sans',sans;
    font-size: 12px;
	left: 70%;
    position: relative;
    top: -43px;
	text-decoration:none!important;
	
}

.new .nav-block .youtube_video {
padding:7px 13px 0px 13px;
}

.new .nav-block .description{
font-family: Arial;
font-size:12px;
line-height:20px;
color:#181818;
padding:0 12px;
}
.new .nav-block .y_subscribtion{
padding-left:12px!important;
}

.new .nav-block .youtube_more , .new .nav-block .youtube_more a,
.new .nav-block .youtube_more a:hover , .new .nav-block .youtube_more a:visited{

font-family: Arial;
font-size:12px;
line-height:20px;
color:#005aad;
}

/* Category */

.author-block h1{

	font-family:noto sans, sans;
}



/* sidebar */
#sidebar{
	float:right;
	width:311px;
	padding:17px 0 0 2px;
}
/* top side-box */
.side-box{
	width:311px;
	position:relative;
	margin:0 0 29px;
}
.side-box h3{
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:#717171;
	text-align:right;
	margin:0 14px 9px 0;
}
.side-box .arrow{
	position:absolute;
	top:-13px;
	left:12px;
	background:url(images/sprite.png) no-repeat 0 -100px;
	width:85px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
}
.sign-box{
	width:311px;
	background:url(images/video-bg.png) no-repeat;
	
	overflow:hidden;
}
.sign-box .holder{
	
}
.sign-box .frame{
	background:url(images/video-bg.png) no-repeat #fff;
	border:solid #ccc;
	border-width:1px;
	padding:18px 0 9px;
	overflow:hidden;
	height:1%;
}
.sign-box .text-discover{
	
	 background: url("images/text-replacement.gif") no-repeat scroll 0 -38px rgba(0, 0, 0, 0);
    display: block;
    height: 127px;
    margin: 19px 18px 57px 11px;
    overflow: hidden;
    text-indent: -9999px;
    width: 278px;
}
.sign-box .text-see{
	display:block;
	background:url(images/text-replacement.gif) no-repeat 0 -127px;
	width:269px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 16px;
}
.sign-box .video-block{
	position:relative;
	text-align:center;
	width:100%;
	margin:0 0 9px;
}
.sign-box .video-block .btn-play{
	position:absolute;
	top:50%;
	left:50%;
	margin:-28px 0 0 -36px;
	background:url(images/sprite.png) no-repeat;
	width:75px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
}
.sign-box .video-block a:hover .btn-play{
	background-position:-125px 0;
	cursor:pointer;
}

.new .download-block .holder .video-block .btn-play-single{
	position:absolute;
	top:50%;
	left:50%;
	margin:47px 0 0 55px;
	background:url(images/sprite.png) no-repeat;
	width:59px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:-141px -55px;
	cursor:pointer;
}
.new .download-block  .holder .video-block a:hover .btn-play-single{
	background-position:-141px -55px;
	cursor:pointer;
}
.sign-box .underlined{
	text-decoration:underline;
}
.sign-box .text-block{
	font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    overflow: hidden;
    width: 286px;
}
.sign-box .text-block dl{
	margin:0 0 16px;
	padding:0;
	overflow:hidden;
	height:1%;
}
.sign-box .text-block dl dt{
	float:left;
	padding:16px 1px 0px 8px;
	font-weight:bold;
	font-size: 12px;
	color:#181818;
	margin: 0 auto;
	width:280px;
}
.sign-box .text-block dl dd{
	font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-align: center;}
.sign-box .text-block p{margin:0 0 33px;}
/* sign form */
.sign-box .sign-form{
	margin:0;
	height:1%;
	overflow:hidden;
	padding:0;
}
.sign-box .sign-form .row{
	overflow:hidden;
	height:1%;
	padding:0 0 9px;
}
.sign-box .sign-form .text{
	background:#fff;
	border:1px solid #919191;
	width:248px;
	margin:0 auto;
	padding:8px 9px 9px;
	display:block;
	font:16px/18px Arial, Helvetica, sans-serif;
	color:#737373;
	overflow:hidden;

}
.sign-box .sign-form .btn-sign{
	display:block;
	border:none;
	background:url(images/sprite.gif) no-repeat 0 -253px;
	width:277px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
	margin:0 auto;
	padding:0;
}
/*.sign-box .sign-form .btn-sign:hover{
	cursor:pointer;
	background-position:0 -329px;
}*/
.sign-box .note{
	font-size:11px;
	line-height:13px;
	display:block;
	color:#717171;
	background:url(images/ico02.png) no-repeat;
	padding:0 10px 10px 26px;
	margin:0 0 0 10px;
	height:1%;
}
/* side navigation */
.nav-block{
	overflow:hidden;
	height:1%;
	margin:0 0 26px;
}
.nav-block h3{
	font:22px/25px Noto Sans, serif;
	margin:0 0 17px;
}
.nav-block .side-nav{
	margin:0;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	overflow:hidden;
	height:1%;
}
.nav-block .side-nav li{
	margin:0 0 15px;
	list-style:none;
	list-style-position:outside;
}
.nav-block .posts-list{
	margin:0 0 2px;
	font-size:14px;
	line-height:17px;
}
.nav-block .posts-list li{
	margin:0 0 14px;
	vertical-align:top;
	overflow:hidden;
	height:1%;
}
.nav-block .posts-list .alignleft{
	float:left;
	margin:4px 8px 0;
}
.nav-block .posts-list .description{
	overflow:hidden;
	height:1%;
}
.nav-block .posts-list .comments{
	font:11px/23px Georgia, "Times New Roman", Times, serif;
	color:#181818;
	display:block;
}
.advanced_recent_posts_widget .post-entry .title-right {
margin-left:53px!important;
width:230px!important;

}

/* social links block */
.social-networks{
	margin:-4px 0 14px;
	overflow:hidden;
	height:1%;
}
.social-networks li{
	list-style:none;
	float:left;
	margin:0 3px 0 0;
}
.social-networks a{
	float:left;
	width:38px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
}
.social-networks .facebook{background:url(images/icon-facebook.png) no-repeat;}
.social-networks .twitter{background:url(images/icon-twitter.png) no-repeat;}
.social-networks .youtube{background:url(images/icon-youtube.png) no-repeat;}
.social-networks .rss{background:url(images/icon-rss.png) no-repeat;}
.social-networks .googleplus{background:url(images/icon-googleplus.png) no-repeat;}
.social-networks .pinterest{background:url(images/icon-pinterest.png) no-repeat;}
/* facebook placeholder */
#sidebar .placeholder{margin:0 0 25px -2px;}
/* advertisement block */
#sidebar .ad{margin:0 0 20px;}
.new #sidebar{padding-top:22px;}
.new .nav-block{	
background:#fff;border:1px solid #dcdcdc;padding:0 0 14px;
}.new #sidebar .nav-block h3{	
background:#849d25 url(images/bg-side-box-heading.gif) no-repeat 0 100%;padding:7px 10px 23px;	margin:0;color: #fff;
}

.new .nav-block .text-categories
{
color: #fff;width:104px;height:24px;overflow:hidden;
}
.new .nav-block .text-connect{
color: #fff;width:167px;height:20px;overflow:hidden;padding:0 0 4px;
}
.new .nav-block .text-articles{	
color: #fff;	
width:147px;	
height:19px;	
overflow:hidden;	
padding:0 0 5px;}
.new .nav-block .text-videos{	
color: #fff;	
width:139px;	
height:19px;	
overflow:hidden;	
padding:0 0 5px;}
.new .nav-block .text-posts{	
color: #fff;	
width:131px;	
height:19px;	
overflow:hidden;	
padding:0 0 5px;}
.new .nav-block .side-nav{
font-weight:normal;}
.new .nav-block .side-nav li{	
margin:0;	
vertical-align:top;	height:1%;}.new .nav-block .side-nav a{	display:block;	padding:8px 12px 9px;	height:1%;}.new .nav-block .side-nav a:hover,.new .nav-block .side-nav .active a{	background:#e1ebf2;	text-decoration:none;}.new .social-networks{	padding:18px 0 0 11px;	margin:0 0 1px;}.new .nav-block .articles-list li{padding:6px 0 12px 8px;}.new .articles-list .alignleft{margin:6px 8px 0 0;}
.new .articles-list .description{	
overflow:hidden;	
height:1%; 
/*margin-bottom: 20px;
font-family: Arial;
font-size:15px;
line-height:21px;
color:#181818;*/
}
.new .articles-list .description .post_by_author ,.new .articles-list .description .post_by_comments{	
font-family: Arial;
font-size:12px;
color:#005aad;
}


.new .articles-list .description .post_by{
font-family: Arial;
font-size:12px;
color:#181818;
}
.new .articles-list .title{	font-size:14px;	line-height:17px;	font-weight:bold;	display:block;	margin:0 0 5px;}.new .articles-list .comments{	display:block;	font:12px/15px Georgia, "Times New Roman", Times, serif;	color:#181818;}.new .nav-block .articles-list a{padding:0; font-family: noto sans, sans;line-height: 20px;}.new .nav-block .articles-list a:hover,.new .nav-block .articles-list .active a{	background:none;	text-decoration:underline;}

/* contact page */
.contact .content-block h1{
	color: #596D0F;
    font-family: noto sans,sans;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;

}
.contact input, .contact textarea {
    color: #383838;
    font: 19px/21px Arial,Helvetica,sans-serif;
    overflow: auto;
    vertical-align: middle;
	margin-top:5px;
	border:1px solid #919191;
	width: 80%;
}

.contact input[type="text"], .contact input[type="textarea"], .contact input[type="email"]{
    color: #383838;
    font: 19px/21px Arial,Helvetica,sans-serif;
    overflow: auto;
    vertical-align: middle;
	margin-top:5px;
	height:35px;
	width:400px;
}
.contact input[type="submit"]{
	background:url(images/submit.png) no-repeat 0 0;
    color: #fff;
    font: 19px/21px Arial,Helvetica,sans-serif;
    overflow: auto;
    vertical-align: middle;
	margin-top:5px;
	height:47px;
	width:122px;
	border:0;
	
}

.contact .heading-section{
    background: none repeat scroll 0 0 #012F60;
    height: 1%;
    margin: 45px 0 0;
    overflow: hidden;
    padding: 11px 10px 0;
	color:#fff;
	vertical-align:middle;

}
.contact .heading-triangle {
    border-left: 12px solid #FFFFFF;
    border-right: 12px solid #FFFFFF;
    border-top: 12px solid #012F60;
    height: 0;
    margin-left: 10px;
    padding: 7px 0 0;
    width: 0;
}
.contact .icon-doc {
    background: url(images/icon-doc.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 100px;
    width: 90px;
}
.contact .icon-avi{
    background:url(images/icon-avi.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 100px;
    width: 90px;
}

.contact .description {
	float: left;
	font-family: Arial, sans;
    font-size: 15px;
    width: 497px;
}
.contact .Record {
margin-bottom:200px;
}

.contact .Record {
margin-top:15px;
}

.contact #sidebar .nav-block h3{	
background:#849d25 url(images/bg-side-box-heading-contact.png) no-repeat 0 100%;padding:7px 10px 23px;	margin:0;color: #fff;
}

.contact .nav-block{	
background:#fff;border:1px solid #dcdcdc;padding:0 0 14px;
}

/* footer */
#footer{
	border:solid #e5e5e4;
	border-width:0 1px;
	width:960px;
}
#footer:after{
	content:'';
	display:block;
	clear:both;
}
/* footer info block */
.footer-holder{
	width:916px;
	float:left;
	position:relative;
	background:#6d8916 url(images/bg-footer-holder.gif) repeat-x;
	font-size:18px;
	line-height:29px;
	color:#fff;
	padding:12px 23px 4px 21px;
}
.footer-holder .text-ready{
	float:left;
	background:url(images/text-replacement.gif) no-repeat 0 -254px;
	width:275px;
	height:97px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 18px 0 0;
}
.footer-holder .description{
	
	float: left;
    font-family: 'noto_sansregular' , sans;
    font-size: 17px;
    line-height: 29px;
    padding: 5px 0 0;
    width: 466px;
}
.footer-holder .more{
	color:#dbf252;
	text-decoration:underline;
}
.footer-holder .more:hover{text-decoration:none;}
.footer-holder .alignright{
	margin:-34px 0 0;
	position:relative;
}
/* three columns block */
.footer-frame{
	overflow:hidden;
	height:1%;
	background:#01142a url(images/bg-footer-frame.gif) repeat-x;
	padding:19px 10px 21px 22px;
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-align:center;
	clear:both;
}
.footer-frame h4{
	border-bottom: 1px solid #4088CB;
    color: #4088CB;
    font-family: 'noto_sansregular', sans;
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
    padding: 0 0 6px;
}
/* footer navigation */
.footer-frame .items-list{
	margin:0 0 0 -2px;
	padding:7px 0 0;
}
.footer-frame .items-list li{
	list-style:none;
	margin:0 0 7px;
}
* html .footer-frame .items-list li{list-style-position:outside;}
* +html .footer-frame .items-list li{list-style-position:outside;}
.footer-frame .items-list a{
	background:url(images/bullet03.gif) no-repeat 0 4px;
	padding:0 0 0 20px;
	position:relative;
}
#footer .columns-holder{
	overflow:hidden;
	width:966px;
	margin:0 0 0 -38px;
	text-align:left;
	padding:0 0 41px;
}
#footer .columns-holder .column{
	float:left;
	display:inline;
	width:281px;
	font-size:12px;
	line-height:19px;
	color:#fff;
	font-weight:bold;
	margin:0 0 0 38px;
}
.footer-frame .article{
	float:left;
	width:272px;
	padding:30px 5px 0 3px;
	font-size:12px;
	line-height:19px;
}
.footer-frame .thirdblock{
	float:left;
	width:272px;
	padding:6px 5px 0 3px;
	font-size:12px;
	line-height:19px;
}

#footer .columns-holder .column a{color:#fff;}
#footer .columns-holder .column p{margin:0 0 19px;font-family: 'Arial' ,sans;
font-weight: normal;}
#footer .columns-holder .column .alignright{
	margin:4px -5px 0 5px;
	position:relative;
}
/* navigation */
#footer .sub-nav{
	margin:0 0 6px;
	text-align:center;
}
#footer .sub-nav li{
	display:inline;
	background:url(images/separator03.gif) no-repeat 0 3px;
	list-style:none;
	padding:0 6px 0 9px;
}
#footer .sub-nav li:first-child,
#footer .sub-nav li.first-child{
	background:none;
}
.footer-frame a{color:#fff;}
.footer-frame p{margin:0;}