/* main.css */
/* reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
/*table {*/
    /*border-collapse: collapse;*/
    /*border-spacing: 0;*/
    /*border:none;*/
/*}*/
fieldset,img {
    border: 0;
}
a img, :link img, :visited img {
    border: 0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*ol,ul {*/
    /*list-style: none;*/
/*}*/
/*blockquote:before, blockquote:after {*/
    /*content: "";*/
/*}*/
/*q:before,q:after {*/
    /*content:'';*/
/*}*/
/*abbr,acronym {*/
    /*border: 0;*/
/*}*/
/*a, ins {*/
    /*text-decoration: none;*/
/*}*/


/* page */
body    {
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-weight:400;
    font-size:13px;
    color:#212121;
    background-color:white;
    margin:0px;

    text-size-adjust:none;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
}


/* headers */
h1{
    color:#212121;
    font-weight:300;
    font-size:27px;
    margin:0px;
    margin-bottom:20px;
}

h2, h5, h6 {
    color:#727272;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

h3 {
    color:#5d8c5d;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

h4 {
    color:#e47129;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

h5 {
    color:#5d8c5d;
    font-size: 27px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

.header {
    color: #212121;
    font-weight: 300;
    font-size: 27px;
    margin:0px;
    margin-bottom: 20px;
}
.header2 {
    color:#727272;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}
.header3 {
    color:#212121;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

/* links */
a,a:link{
    color:#5d8c5d;
    /*font-size: 13px;*/
    font-weight:400;
    text-decoration:none;
}
a:hover {
    color:#e47129;
    text-decoration:none;
}
.link_1 {
    color:#5d8c5d !important;
    font-size: 13px !important;
    font-weight:400 !important;
    text-decoration:none !important;
}
.link_1:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}
.link_2 {
    color:#727272 !important;
    font-size: 13px !important;
    font-weight:400 !important;
    text-decoration:none !important;
}
.link_2:hover {
    color:#e47129;
    text-decoration:none !important;
}
.link_1_header {
    color:#5d8c5d !important;
    font-size: 18px !important;
    font-weight:300 !important;
    text-decoration:none !important;
}
.link_1_header:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}
.link_2_header {
    color:#727272 !important;
    font-size:18px !important;
    font-weight:300 !important;
    text-decoration:none !important;
}
.link_2_header:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}



/* tools */
.hide {
    display: none;
}


/* inputs */
input {
    font-family:Roboto, Tahoma, Arial, sans-serif;
    -webkit-user-select: text; /* android bug fix*/
}


.input-text{
    border:1px solid #ababab;
    height:18px;
    width:450px;
    padding-left:5px;
    padding-right:5px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#212121;
}
.input-text:hover{border:1px solid #e47129;}
.input-text:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.textarena{
    border:1px solid #ababab;
    height:100px;
    width:450px;
    padding-left:5px;
    padding-right:5px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#212121;
    -webkit-user-select: text; /* android bug fix*/
}
.textarena:hover{border:1px solid #e47129;}
.textarena:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.select{
    border:1px solid #ababab;
    padding-left:3px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:13px;
    color:#212121;
}
.select:hover{border:1px solid #e47129;}
.select:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.checkbox{margin:0 7px 0 0;vertical-align: middle;}
.radio{margin:0 7px 0 0;vertical-align: middle;}
.input_star {color:red;}



/* common.css */


.bms a:link{color:#777777}
.bms a:visited{color:#777777}
.bms a:hover{color:#E47129}

table.bms2 {font-size:13px}
table.bms2 td.cont a:link{color:#727272;text-decoration:none}
table.bms2 td.cont a:visited{color:#727272;text-decoration:none}
table.bms2 td.cont a:hover{color:#e47129;text-decoration:none}
table.bms2 td.cor, table.top td.cor{padding:0px;background-color:#cccccc}

table.bms3 {font-size:13px}
table.bms3 td.cont a:link{color:#727272;text-decoration:none}
table.bms3 td.cont a:visited{color:#727272;text-decoration:none}
table.bms3 td.cont a:hover{color:#e47129;text-decoration:none}
table.bms3 td.co a:link{color:#727272;text-decoration:none}
table.bms3 td.co a:visited{color:#727272;text-decoration:none}
table.bms3 td.co a:hover{color:#e47129;text-decoration:none}

table.frame {font-size:13px;}
table.frame td.cor,table.top td.cor{padding:0px;background-color:#f2f2f2;background-repeat:no-repeat}
table.frame td.cont{margin:0px;background-color:#f2f2f2;padding:5px 10px 5px 10px;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2}
table.frame td.cont h2{margin:0px 0px 10px 0px}
table.frame td.cont h5{font-size:13px;margin-top:0px}

table.dating {/*background-image:url('http://www.1777.ru/img/dat_bg1.jpg');*/background-repeat:no-repeat;background-position:center left}
table.dating td{font-size:13px;font-weight:bold;padding-bottom:8px;padding-left:10px}

/* исп. в fin */
table.credit {font-size:13px;}
table.credit td.left{border-left:1px solid #dddddd;}
table.credit td.right{border-right:1px solid #dddddd;border-left:1px solid #dddddd;}


table.frame33 {font-size:13px;/*background: url(/navigation/1.jpg) top left repeat-x #ffffff;*/}
table.frame33 td.cor, table.top td.cor{padding:0px;background-color:#c7c3bf;background-repeat:no-repeat;}
table.frame33 td.cont{margin:0px;padding:5px 10px 5px 10px;border-left:1px solid #c7c3bf;border-right:1px solid #c7c3bf;}
table.frame33 td.cont h2{font-size:13px;margin:0px 0px 0px 0px;}
table.frame33 td.cont h5{font-size:13px;margin-top:0px;}

table.frame3 {font-size:13px;background-color:#f6f7f8;}
table.frame3 td.cor, table.top td.cor{padding:0px;background-color:#c7c3bf;background-repeat:no-repeat;}
table.frame3 td.cont{margin:0px;padding:5px 10px 5px 10px;border-left:1px solid #c7c3bf;border-right:1px solid #c7c3bf;}
table.frame3 td.cont h2{font-size:13px;margin:0px 0px 0px 0px;}
table.frame3 td.cont h5{font-size:13px;margin-top:0px;}

table.frame2 {font-size:13px}
table.frame2 td.cor, table.top td.cor{padding:0px;background-color:#D9D9D9;background-image:url('img/1.gif');background-repeat:no-repeat}
table.frame2 td.cont{margin:0px;padding:1px 1px 1px 1px;border-left:1px solid #D9D9D9;border-right:1px solid #D9D9D9}
table.frame2 td.co{margin:0px;padding:1px 1px 1px 1px;border-left:1px solid #D9D9D9}
table.frame2 td.co2{margin:0px;padding:1px 1px 1px 1px;border-left:1px solid #D9D9D9}
table.frame2 td.co h2{font-size:13px;margin:5px 0px 5px 0px}
table.frame2 td.co2 h2{font-size:13px;margin:5px 0px 5px 0px}
table.frame2 td.cont h2{font-size:13px;margin:5px 0px 5px 0px}
table.frame2 td.cont h5{font-size:13px;margin-top:0px}
table.frame2 td.con{margin:0px;padding:1px 0px 1px 10px;border-left:1px solid #D9D9D9;border-right:1px solid #D9D9D9}
table.frame2 td.con a{color:#727272;text-decoration:none}
table.frame2 td.con a:hover{color:#b66532}
table.frame2 td.hide2{margin:0px;padding:1px 1px 1px 1px;border-left:1px solid #D9D9D9}
table.frame2 td.hide2{color:#B66532}
table.frame2 td.hide2 a{color:#0060A7}
table.frame2 td.hide2 a:hover{color:#0060A7}
table.frame2 td.hide{margin:0px;padding:1px 1px 1px 1px;border-left:1px solid #D9D9D9}
table.frame2 td.hide{color:#B66532}
table.frame2 td.hide a{color:#0060A7}
table.frame2 td.hide{margin:0px;padding:1px 1px 1px 1px;border-left:1px solid #D9D9D9;border-right:1px solid #D9D9D9}

table.bms2 {font-size:13px}
table.bms2 td.cont a:link{color:#727272;text-decoration:none}
table.bms2 td.cont a:visited{color:#727272;text-decoration:none}
table.bms2 td.cont a:hover{color:#e47129;text-decoration:none}
table.bms2 td.cor, table.top td.cor{padding:0px;background-color:#c7c3bf;background-image:url('img/1.gif');background-repeat:no-repeat}

table.bms3 {font-size:13px}
table.bms3 td.cont a:link{color:#727272;text-decoration:none}
table.bms3 td.cont a:visited{color:#727272;text-decoration:none}
table.bms3 td.cont a:hover{color:#e47129;text-decoration:none}
table.bms3 td.co a:link{color:#727272;text-decoration:none}
table.bms3 td.co a:visited{color:#727272;text-decoration:none}
table.bms3 td.co a:hover{color:#e47129;text-decoration:none}
table.bms3 td.cont2 {color:#727272;text-decoration:none}

table.bms4 {font-size:13px}
table.bms4 td.cont a:link{color:#727272;text-decoration:none}
table.bms4 td.cont a:visited{color:#727272;text-decoration:none}
table.bms4 td.cont a:hover{color:#e47129;text-decoration:none}
table.bms4 td.co a:link{color:#727272;text-decoration:none}
table.bms4 td.co a:visited{color:#727272;text-decoration:none}
table.bms4 td.co a:hover{color:#e47129;text-decoration:none}


table.frame {font-size:13px}
table.frame td.cor,table.top td.cor{padding:0px;background-color:#d7d7d7;background-repeat:no-repeat}
table.frame td.cont{margin:0px;padding:5px 10px 5px 10px;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7}
table.frame td.cont h2{margin:0px 0px 10px 0px}
table.frame td.cont h5{font-size:13px;margin-top:0px}
table.frame td.con{margin:0px;padding:1px 0px 1px 10px;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7}
table.frame td.con a{color:#727272;text-decoration:none}
table.frame td.con a:hover{color:#e47129}

table.frame33 {font-size:13px;background: url(/img/1.gif) top left repeat-x #ffffff;}
table.frame33 td.cor, table.top td.cor{padding:0px;background-color:#c7c3bf;background-image:url('img/1.gif');background-repeat:no-repeat;}
table.frame33 td.cont{margin:0px;padding:5px 10px 5px 10px;border-left:1px solid #c7c3bf;border-right:1px solid #c7c3bf;}
table.frame33 td.cont h2{font-size:13px;margin:0px 0px 0px 0px;}
table.frame33 td.cont h5{font-size:13px;margin-top:0px;}

table.data {font-size:13px}
table.data td.left{margin:0px;padding:0px 0px 10px 10px;border-left:1px solid #c7c3bf}
table.data td.right{margin:0px;padding:0px 0px 10px 10px;border-right:1px solid #c7c3bf}
table.data td.center{margin:0px;padding:0px 0px 10px 10px;}
table.data td.cont{margin:0px;padding:5px 10px 5px 10px}
table.data tr.cont{margin:0px;padding:5px 10px 5px 10px}
table.data td.cont h1{font-size:13px;margin:0px 0px 10px 0px}
table.data td.cont h2{font-size:13px;margin:0px 0px 10px 0px}
table.data td.hide{color:#e47129}
table.data td.hide a{color:#0060A7}
table.data td.hide a:hover{color:#0060A7}
table.data td.hide2{color:#0A8161}
table.data td.hide2 a{color:#0060A7}
table.data td.hide2 a:hover{color:#0060A7}
table.data td.con a{color:black;text-decoration:none}
table.data td.con a:hover{color:#e47129;text-decoration:none}
table.data td.con h2{font-size:13px;margin:0px 0px 0px 0px}

table.dating {/*background-image:url('http://www.1777.ru/img/dat_bg1.jpg');*/background-repeat:no-repeat;background-position:center left}
table.dating td{font-size:13px;font-weight:bold;padding-bottom:8px;padding-left:10px}
table.dating tr.last td{padding-bottom:0px}
table.dating td .long{font-size:13px}


.header_black{font-size:80%}
.header_red{font-size:120%;margin:0px 0px 0px 0px}

.grey{color:#a9a9a9;font-size:100%;margin:0px 0px 0px 0px}



.header90{color:#727272;font-weight:400;font-size:13px}
.header100{color:#727272;font-weight:300;font-size:18px}
.header120{color:#727272;font-weight:300;font-size:18px}
.header130{color:#727272;font-weight:300;font-size:27px}
.hide80{color:#727272;font-size:13px;margin:0px 0px 5px 0px}



.f150 {font-size:27px;font-weight:300;}
.f120 {font-size:18px;font-weight:300;}
.f110 {font-size:18px;font-weight:300;}
.f100 {font-size:18px;font-weight:300;}
.f90 {font-size:13px;}
.f80 {font-size:13px}
/*.f60 {font-size:60%}*/
/*.f70 {font-size:70%}*/
/*.f50 {font-size:50%}*/



.js_list {text-decoration:none !important;font-size:15px;font-family:Arial;color:#727272;}
.js_list:hover {text-decoration:none !important;font-size:15px;font-family:Arial;color:#e47129;}

.link_dashed{font-size:13px;color:#5d8c5d;text-decoration:none !important;border-bottom:1px dashed #5d8c5d !important;}
.link_dashed:hover {font-size:13px;color:#e47129;text-decoration:none !important;border-bottom:none !important;}
.div_selpodcat{background-color:#ebf4ff;margin:1px;padding:4px 10px 4px 10px;width:438px;overflow:hidden;}




.message_info {
	border-left: 2px solid #e5e5e5;
    font-size: 13px;
	color:#000000;
    height: auto;
    padding: 0 0 0 7px;
    margin:10px 0 20px 0;
    width: 100%;
}
.message_info h1 {
    font-size: 16px; 
	/*font-weight:bold;*/
	margin:0;
	padding:0;
	color:#777777;
}
.message_info text {
    font-size: 13px;
	color:#000000;	
    line-height: 1.6em;
    padding-top: 5px;
}
.message_info p {
	color:#000000;
    padding-top: 10px;	
}
.message_info ul {
    list-style: none outside none;
    padding-top: 3px;
	padding-left:0;
	margin:0;
	color:#000000;
}
.message_info ul li {
    font-size: 13px;
	color:#000000;	
    line-height: 1.8em;
}


/* Боковой блок с инфой */
.side_block {
    font-size: 13px;
	font-weight: normal;	
	color:#000000;
    height: auto;
    padding:10px;
    margin-top:20px;
	margin-bottom:20px;
    width: 220px;
	background-color: #F2F2F2;	
	float:left;
	clear:both;
	text-align: justify;

}
.side_block_head {
    font-size: 16px; 
	font-weight: normal;		
	color: #E47129;
	width: 200px;
	text-align: left;
	float:left;
	clear:both;
	margin-bottom:5px;

}


.side_block_text {
    font-size: 13px;
	font-weight: normal;		
	color:#000000;	
    margin-top: 3px;
	text-align: justify;
	width: 200px;
	float:left;
	clear:both;	
}

.side_block_list {
    font-size: 13px;
	font-weight: normal;		
	color:#000000;	
    margin-top: 3px;
	text-align: left;
	width: 200px;
	float:left;
	clear:both;	
}
/* /Боковой блок с инфой */


h2.header-add {
    font-size: 16px;
    color: #777777;
    font-weight: normal;
    margin: 30px 0 10px !important;
}

.content-line {
    background: #D7D7D7;
    width: 635px;
    height: 1px;
}

.div_report
{
	display: inline-block;
	width:99%;
	border: 1px solid #d2d2d2;
	border-radius: 2px 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; 
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);	
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
 	opacity:0.97;
	z-index:900;
	text-align:left;
	font-size:13px;
	margin:10px 0 20px 0px;
}

.link_header_green {
	font-size:16px !important;
	color:#5D8C5D !important;
	text-decoration: none !important;
}
.link_header_green:hover {
	font-size:16px !important;
	color:#E47129 !important;
	text-decoration: none !important;
}

.link_green_dashed {
	font-size:13px !important;
	color:#5D8C5D !important;
	/*text-decoration: none !important;*/
	/*border-bottom:1px dashed #5D8C5D;*/
	cursor:pointer;
}

.link_green_dashed:hover {
	color:#E47129 !important;
	/*text-decoration: none !important;*/
	/*text-decoration: none !important;*/
	/*border-bottom:1px dashed #E47129;*/
	cursor:pointer;	
}

/*.link_gray {*/
	/*font-size:13px !important;*/
	/*color:#555555 !important;*/
	/*text-decoration: underline !important;*/
/*}*/

/*.link_gray:hover {*/
	/*font-size:13px !important;*/
	/*color:#E47129 !important;*/
	/*text-decoration: none !important;*/
/*}*/

/*фиксы картинок новостей*/
/*
table tbody tr td table tbody tr td a img{padding-right:5px;}
tr td div a img {padding-right: 7px;border:0;}
tr td div img {padding-right: 10px;border:0;}
tr td.cont a img {  padding-right: 7px;	padding-top:3px;}
tr td img {padding-right: 10px;padding-top:3px;}
*/

/* auto */
.r1777-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.r1777-module-links li {
    margin: 0 0 7px;
}

a.r1777-link {
    color: #555555;
}

.frame .header100 {
    /*padding: 5px 10px 0px;*/
	padding-bottom:10px;
}

.r1777-mod table {
    /*border: 1px solid #D7D7D7;*/
    background-color: rgb(242, 242, 242);
    border-collapse: collapse;
    width: 100%;
}

.r1777-mod table td.cont {
    border: none;
}




/* pages.css */
.pages_h1 {
    color: #212121;
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 4px;
    margin-right:20px;
}
.pages_h2 {
    color: #212121;
    font-weight: 300;
    font-size: 27px;
    margin-bottom: 4px;
    margin-right:20px;
}
.pages_bottom_menu
{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pages_bottom_menu_item
{
    float: left;
    list-style-type: none;
}

.pages_bottom_menu_item_right
{
    float: right;
}

.pages_bottom_menu_item:first-child .pages_bottom_menu_item_link
{
    margin-left: 0px;
    margin-right: 10px;
}

.pages_bottom_menu_item_right:last-child .pages_bottom_menu_item_link
{
    margin-left: 10px;
    margin-right: 0px;
}

.pages_bottom_menu_item_link_text
{
    font-size: 18px;
    font-weight: 300;
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 1px;
}

.pages_bottom_menu_item_link_text_mark
{
    display: inline-block;
    border: 1px solid #E47129;
    border-radius: 2px;
    padding: 0px 7px 0px 7px;
    margin-top:6px;
    margin-left:10px;
    margin-right:10px;
    background-color: #E47129 !important;
    color: #fdfdfd !important;
}

.pages_bottom_menu_item_link_text_mark:hover
{
    background-color: #E47129 !important;
    color: #fdfdfd !important;
    opacity: 0.9 !important;
}

.pages_bottom_menu_item_link_text_mark_text {
    display:inline-block;
    font-size: 15px;
    font-weight: 300;
    margin:0;
}

.pages_bottom_menu_active_item .pages_bottom_menu_item_link_text
{
    /*border-bottom: 1px solid #727272;*/
    color: #E47129;
    padding-bottom: 1px;
}

.pages_bottom_menu_item_link
{
    display: block;
    margin: 0px 10px;
    line-height: 34px;
}

.pages_bottom_menu_item_link, .pages_bottom_menu_item_link:link
{
    color: #727272;
    text-decoration: none;
}

.pages_bottom_menu_item_link:hover
{
    color: #E47129;
    text-decoration: none;
}

.pages_bottom_menu_item_link:hover .pages_bottom_menu_item_link_text
{
    /*border-bottom: 1px solid #fff;*/
}

/**
* Pages
*/
.pages_main
{
    /*position: relative;*/
    display: inline-block;
    width: 100%;
    min-width:1000px !important;
}

.pages_main_center
{
    width:auto;
    min-width:1000px;
    max-width:1100px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

.pages_header
{
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.pages_content
{
    display: inline-block;
    width: 100%;
    min-height: 500px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
}

/*.pages_left*/
/*{*/
/*    vertical-align: top;*/
/*    text-align: left;*/
/*    width: 240px;*/
/*    padding-right: 25px;*/
/*}*/

.pages_center
{
    /*width:100%;*/
    min-height: 500px;
    max-width:800px;
    vertical-align: top;
    text-align: left;
    padding-bottom:20px;
}

.pages_only_center
{
    display: inline-block;
    min-height: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.pages_footer
{
    /*display: inline-block;*/
    /*float:left;*/
    clear: both;
    width: 100%;
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.pages_footer_padding
{
    padding-left: 10px;
    padding-right: 10px;
}

.pages_footer_links_tb
{
    width: 100%;
    font-size: 13px;
    /*border-top:1px solid #e6e6e6;*/
    margin-top:10px;
    line-height:1.5;
}

.pages_footer_links_tb_2
{
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pages_footer_copy
{
    color: #E47129;
    font-size: 13px;
}

/* Search */

.pages_search_input
{
    width: 130px;
    height: 18px;
    font-size: 13px;
    border: 1px solid #ababab;
    padding-left: 5px;
    padding-rigth: 5px;
    padding-top: 1px;
    padding-bottom: 3px;
    border-radius: 3px;
}

.pages_search_input:hover
{
    border: 1px solid rgb(146, 146, 146);
}

.pages_search_input:focus
{
    border: 1px solid rgb(146, 146, 146);
}

.pages_search_btn
{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/search_grey.png') 0 0 no-repeat;
    background-size: 18px;
    cursor: pointer;
}

.pages_search_btn:hover
{
    opacity: 0.7;
}


/**
* ScrollTop
*/

.scrollTop
{
    bottom: 12px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: none;
    z-index: 9999;
    position: fixed;
    background: url('../images/arrows3.png') 0 0 no-repeat;
    background-size: 20px;
}

.scrollTop:hover
{
    background-position: 0 -24px;
}
/* @media */
.pages_right {
    vertical-align: top;
    text-align: left;
    width:300px;
    padding-left:32px;
    padding-top:12px;
    padding-bottom:20px;
}
@media (min-width:320px) and (max-width:1100px) {
    body::-webkit-scrollbar {
        width:0px;
    }
    .pages_right {
       width:300px;
       padding-left:20px;
    }
}
.pages_banner_under_footer_cnt {
    cursor: pointer;
    display:inline-block;
    max-width:1000px;
    min-height:120px;
    margin-left:50px;
    margin-top:-10px;
    margin-bottom:27px;
    transform: scale(1.1);
}
.pages_top_banner_cnt {
    cursor: pointer;
    display:inline-block;
    max-width:1000px;
    min-height:120px;
    margin-top:28.5px;
    margin-bottom:23px;
    transform: scale(1.1);
}
@media (min-width:1300px) {
    .pages_top_banner_cnt {
        display:inline-block;
        max-width:1000px;
        min-height:120px;
        margin-top:28.5px;
        margin-bottom:23px;
        transform: scale(1.1);
    }
}
@media (min-width:1240px) and (max-width:1320px) {
    .pages_top_banner_cnt {
        display:inline-block;
        max-width:1000px;
        min-height:120px;
        margin-top:28.5px;
        margin-bottom:23px;
        transform: scale(1.1);
    }
}
@media (min-width:1152px) and (max-width:1250px) {
    .pages_top_banner_cnt {
        display:inline-block;
        max-width:1000px;
        min-height:120px;
        margin-top:28.5px;
        margin-bottom:23px;
        transform: scale(1.1);
    }
}
@media (min-width:320px) and (max-width:1150px) {
    .pages_top_banner_cnt {
        display:inline-block;
        max-width:1000px;
        min-height:120px;
        margin-top:22px;
        margin-bottom:17.5px;
        transform: scale(1);
    }
}

/* duplicated from news css */
.news_pages_header_h1 {
    color: #212121;
    font-weight: 300;
    font-size: 27px;
    margin-bottom:4px;
}
.news_pages_header_like_h1 {
    color: #212121;
    font-weight: 300;
    font-size: 27px;
    margin-bottom:3px;
}

/*.pages_add_ad_button {*/
/*    display: inline-block;*/
/*    padding:5px 6px 5px 6px;*/
/*    margin:0;*/
/*    text-decoration: inherit !important;*/
/*    !*border:1px solid #a6d192;*!*/
/*    !*color:#4b8d56;*!*/
/*    border:1px solid #a6d192 !important;*/
/*    color:#4b8d56 !important;*/
/*    border-radius:3px;*/
/*    font-size: 18px !important;*/
/*    font-weight: 300 !important;*/
/*    cursor:pointer;*/
/*    transition: 0.2s linear;*/
/*}*/
/*.pages_add_ad_button:hover {*/
/*    opacity:0.75;*/
/*    text-decoration: none !important;*/
/*}*/
.pages_add_ad_button {
    display:inline-block;
    padding: 6px 14px 6px 14px;
    margin:0;
    font-size: 16px !important;
    font-weight:300 !important;
    color: #FFF !important;
    background: #6FA844 none repeat scroll 0% 0%;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none !important;
    transition: 0.2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center !important;
}
.pages_add_ad_button:hover {
    background: #5D8C5D none repeat scroll 0% 0%;
    text-decoration: none !important;
}
.pages_add_ad_button:active {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    padding: 7px 14px 5px 14px;
    text-decoration: none !important;
}
.pp_footer_links_chapter {
    display:inline-block;
    color:#000 !important;
    font-size:13px !important;
    /*font-weight:300;*/
    /*color: #E47129 !important;*/
    /*font-size:18px !important;*/
}
.pp_footer_links_header_lnk {
    display:inline-block;
    color:#727272 !important;
    font-size:18px !important;
    font-weight:300 !important;
}
.pp_footer_links_header_lnk:hover {
    color:#E47129 !important;
}
.pp_footer_links_header {
    display:inline-block;
    color:#727272 !important;
    font-size:18px !important;
    font-weight:300 !important;
}
.pp_footer_links_header_list_lnk {
    display:inline-block;
    color:#727272 !important;
    font-size:13px !important;
}
.pp_footer_links_header_list_lnk:hover {
    color:#E47129 !important;
}
.pp_footer_links_dlm {
    height:12px;
}

/* dung fly's rlx */
.dg-error-message {
    width:1px !important;
    height:1px !important;
    display: none !important;
    opacity:0 !important;
}
.dg-attribution__warning-message {
    display: none !important;
    opacity:0 !important;
}