@charset "utf-8";
body {
	margin: 0px; padding:0px; font-size:15px;font-family: 'Open Sans', sans-serif;font-weight: normal;	font-style:normal; text-decoration:none; box-sizing:border-box;}

/*=============Default css start here Lalit=============*/
h1, h2, h3, h4, h5, h6, p, span, label, form, input, li, ol, dl, ul, br, img, div, textarea, checkbox, radio, button, textarea, select, hr, a {margin:0px;	padding:0px;}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure, hgroup, figcaption {display: block; margin:0; padding:0;}
/* HTML5 tags */


input, select, radio {vertical-align:middle;}
img {border:0;}
a img {border:none;	outline:none;}
a {text-decoration:none; outline:none;}
a:hover {text-decoration:none;}
img {border:0;
width: auto;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;}

/*=============Default css End here Lalit=============*/



/*=============Home Page Start Here=============*/
/*Display none class*/
.navsmall{display:none;}
/*Display none class*/
.header{ width:100%; float:left; height:70px; background:#cc0000;}
h1.logo{ padding:10px 0 0 0; float:left;}
nav{ width:auto; float:left; margin:0 0 0 65px;}
nav ul{ list-style:none; margin:0px; padding:0px;}
nav ul li{ line-height:normal; float:left; padding:0 14px 0 14px;}
nav ul li a{font-size:14px; color:#ffffff; font-weight:400; line-height:68px; color:#fff; text-transform:uppercase;  display:block; border-bottom:solid 2px #cc0000;}
nav ul li a:hover{border-bottom:solid 2px #fff;}
nav ul li a.active{ border-bottom:solid 2px #fff;}
nav ul li a span{ width:7px; height:5px; background: url(../images/arrow.svg) left top no-repeat; display:inline-block; margin:-1px 0 0 5px;}
#main{min-width:240px; width:100%; float:left;}
.container{ width:100%; margin:0 auto; max-width:1260px;}
.head-right{ width:auto; padding:15px 0 0 0; display:inline-block; }
.searchform .search{ width:255px; background:#fff; border:none; border:solid 1px #e5e5e5; height:36px; line-height:34px; color:#a3a3a3; font-size:13px; padding:0 30px 0 18px; box-sizing:border-box; font-style:italic; float:left; margin-left:5px;}
.searchform .search-btn{ width:16px; height:16px;  background:url(../images/search-btn.svg) left top no-repeat; display:block; border:none; float:left; margin:9px 0 0 -25px; cursor:pointer;}

.follow-us{width:108px; float:left; margin:-8px 0 0px 15px; }
.follow-us label{ width:100%; font-size:12px; color:#fff;}
.social{ width:100%; float:left;}
.social ul{ list-style: none; margin:0px; padding:0px;}
.social ul li{ line-height: normal; float:left; margin-right:4px;}
.social ul li a{ width:23px; height:23px; background:url(../images/social-icon.svg) left top no-repeat; display:block; border-radius:50px;}
.social ul li a.facebook{background-position:left top;}
.social ul li a.tweet{background-position:-27px top;}
.social ul li a.googl-plus{background-position:-54px top;}
.social ul li a.inst{background-position:-81px top;}
.social ul li a:hover{ opacity:0.8;}



.mid-counter{ width:100%; float:left; padding:20px 0 0 0;}
.left-panel{ width:74.5%; float:left; padding-bottom:0px;}
.left-panel-inside{ width:100%; float:left;}
.top-article{ width:100%; float:left;}
.top-article-left{width:75%; float:left; position:relative; overflow:hidden; height:463px;}
.top-article-left figure{ position:relative; background:url(../images/article-pic1.jpg) left top no-repeat; height:463px; -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

.top-article-left .caption{ position:absolute; bottom:50px; color:#fff; left:30px; right:120px;}
.top-article-left .caption span{font-size:13px; color:#fff; display:block; padding-bottom:5px;}
.top-article-left .caption span i{ width:17px; height:18px; float:left; display:block; background:url(../images/date-icon.svg) left top no-repeat; margin:0 5px 0 0;}
.top-article-left em.cat-link a { position:absolute; top:30px; z-index:9; left:30px;}
.top-article-left em.cat-link a{ color:#fff; font-size:14px; color:#fff; height:34px; line-height:34px; padding:0 20px 0 20px; font-style:normal; background:#cc0000; border-radius:3px; display:block;}
.top-article-left .caption h3{font-size:22px; color:#ffffff; font-weight:400; line-height:26px;}
.top-article-left .caption h3 a{ color:#ffffff;}


.read-more{ background:#cc0000; display:block; line-height:41px; height:41px; display: inline-block; cursor:pointer; font-size:14px; color:#ffffff; text-transform:uppercase; padding:0 20px 0 20px; border-radius:3px; margin-top:20px;}
.read-more i img{ width:auto !important;}
.read-more i{ margin:-1px 0 0 8px;}

.top-article-left figure {
  width: 100%;
-webkit-transition: -webkit-transform 0.4s linear;
-moz-transition: -moz-transform 0.4s linear;
}
.top-article-left figure:hover{
  -webkit-transform:scale(1.1);
  -moz-transform: scale(1.1);
}

.blog-detail figure {
  width: 100% !important; height:auto !important; min-height:auto !important; 
-webkit-transition:none;
-moz-transition:none;
}
.blog-detail figure img{ width:100% !important;}
.blog-detail figure:hover{
  -webkit-transform:none;
  -moz-transform: none;
}





.top-article-right{width:24.5%; float:right;}
.top-article-one { position:relative; width:100%; margin-bottom:3px; height:230px; overflow:hidden;}
.top-article-one figure{ height:230px; background:url(../images/article-pic2.jpg) left top no-repeat; cursor:pointer; -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
.top-article-one figure.pic-one{background:url(../images/article-pic3.jpg); -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
.top-article-one figure.pic-two{background:url(../images/article-pic4.jpg); -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
.top-article-one figure.pic-three{background:url(../images/article-pic5.jpg); -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
.top-article-one figure.pic-four{background:url(../images/article-pic6.jpg); -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
.top-article-one figure.pic-five{background:url(../images/article-pic7.jpg); -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}
.top-article-one .capt-new{ position:absolute; bottom:18px; color:#fff; left:18px; right:18px;}
.top-article-one .capt-new span{font-size:13px; color:#fff; display:block; padding-bottom:5px;}
.top-article-one .capt-new span i{ width:17px; height:18px; float:left; display:block; background:url(../images/date-icon.svg) left top no-repeat; margin:0 5px 0 0;}
.top-article-one em{ position:absolute; top:18px; z-index:9; left:18px;}
.top-article-one em a { color:#fff; font-size:14px; color:#fff; height:34px; line-height:34px; padding:0 20px 0 20px; font-style:normal; background:#cc0000; border-radius:3px; display:block;}
.top-article-one .capt-new h3{ font-size:16px; color:#ffffff; font-weight:400; line-height:20px;}
.top-article-one .capt-new h3 a{ color:#fff;}

.top-article-one figure{
  width: 100%;
-webkit-transition: -webkit-transform 0.4s linear;
-moz-transition: -moz-transform 0.4s linear;
}
.top-article-one figure:hover{
  -webkit-transform:scale(1.1);
  -moz-transform: scale(1.1);
}



.bot-article{ width:100%; float:left; margin-top:4px;}
.bot-article-loop{ width:24.5%; margin-left:0.5%; float:left;}



.faverate-art{ width:100%; float:left; padding:50px 0 50px 0; border-bottom:solid 1px #e0e0e0;}
.faverate-art:last-child{ border-bottom:none;}
.faverate-art h2{font-size:28px; color:#000000; text-transform:uppercase; font-weight:600;}
.faverate-art h2 a{color:#000000;}
.faverate-art h2 em{ font-style:normal; color:#939393; font-size:16px; font-weight:400;}
.faverate-art h2 span a{ float:right; font-size:13px; color:#fff; background:#cc0000; display:inline-block; padding:0 20px; height:30px; line-height:30px; border-radius:3px;  transition: all 0.7s ease 0s;}
.faverate-art h2 span a:hover{ background:#b20202;}
.faverate-art-inside{ width:101%; margin-left:-1%;}
.faverate-art-loop{ width:32.3%; margin-left:1%; float:left; margin-top:18px; min-height:340px;}

.faverate-art-loop-in{ width:100%; height:175px; overflow:hidden;}
.faverate-art-loop figure{height:175px;  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

/*.faverate-art-loop figure.fav-pic-one{ background:url(../images/fav-art-pic1.jpg) left top no-repeat; }
.faverate-art-loop figure.fav-pic-two{ background:url(../images/fav-art-pic2.jpg) left top no-repeat;}
.faverate-art-loop figure.fav-pic-three{ background:url(../images/fav-art-pic3.jpg) left top no-repeat;}

.faverate-art-loop figure.latest-1{ background:url(../images/latest-post1.jpg) left top no-repeat;}
.faverate-art-loop figure.latest-2{ background:url(../images/latest-post2.jpg) left top no-repeat;}
.faverate-art-loop figure.latest-3{ background:url(../images/latest-post3.jpg) left top no-repeat;}
.faverate-art-loop figure.latest-4{ background:url(../images/latest-post4.jpg) left top no-repeat;}
.faverate-art-loop figure.latest-5{ background:url(../images/latest-post5.jpg) left top no-repeat;}
.faverate-art-loop figure.latest-6{ background:url(../images/latest-post6.jpg) left top no-repeat;}*/


.faverate-art-loop .fav-caption{ color:#000;}


.faverate-art-loop .fav-caption span{font-size:13px; color:#777777; display:block; padding:15px 0 8px 0px;}
.faverate-art-loop .fav-caption span i{ width:17px; height:18px; float:left; display:block; background:url(../images/fav-date-icon.svg) left top no-repeat; margin:0 5px 0 0;}
.faverate-art-loop .fav-caption h3{ font-size:16px; color:#292828; font-weight:400; line-height:22px; font-weight:600;}
.faverate-art-loop .fav-caption h3 a{color:#292828;}

.read-btn{ background:#cc0000; display:block; line-height:30px; height:30px; display:inline-block; cursor:pointer; font-size:11px; color:#ffffff; text-transform:uppercase; padding:0 12px 0 12px; border-radius:3px; margin:12px 0 10px 0; font-weight:600;  transition: all 0.7s ease 0s;}
.read-btn:hover{ background:#b20202;}

.faverate-art-loop figure{
  width: 100%;
-webkit-transition: -webkit-transform 0.4s linear;
-moz-transition: -moz-transform 0.4s linear;
}
.faverate-art-loop figure:hover{
  -webkit-transform:scale(1.1);
  -moz-transform: scale(1.1);
}

.load-more{ width:100%; float:left; text-align:center; margin-top:20px;}
.load-more a{ background:#ebebeb; display:inline-block; padding:0 60px 0 60px; font-size:16px; color:#898989; text-transform:uppercase; line-height:48px; border:solid 1px #CCC; border-radius:3px;  transition: all 0.7s ease 0s;}
.load-more a:hover{ border:solid 1px #cc0000; color:#fff; background:#cc0000;}





.right-panel{ width:23.5%; float:right; border:solid 1px #d2d0d0; border-radius:3px; padding:0 0 300px 0;}
.top-story{ width:100%; float:left;}
.top-story h3{ background:#f2bb11; line-height:50px; font-size:20px; color:#000; font-weight:800; text-transform:uppercase; padding:0 10px 0 20px; border-bottom:solid 1px #e0e0e0;  border-top:solid 1px #e0e0e0;}
.top-story h3 span{ font-size:10px; color:#fff; text-transform: uppercase; background:#cc0000; float:right; display:inline-block; line-height:20px; padding:0 10px 0 10px; border-radius:3px; margin-top:15px; }
.top-story h3 span a{ color:#fff;}
.top-story-loop{ width:100%; padding:14px 20px 14px 20px; float:left; border-bottom:solid 1px #e0e0e0; box-sizing:border-box;}
.top-story-loop p{ font-size:14px; color:#000; font-weight:400;}
.top-story-loop:last-child{ border-bottom:none;}
.top-story-loop-left{ width:auto; float:left;}
.top-story-loop-right{ width:57%; float:left;  margin-left:13px;}
.top-story-loop-right h4{ font-size:14px; color:#474646; line-height:normal; font-weight:600; margin:-5px 0 0 0;}
.top-story-loop-right h4 a{color:#474646; }





.top-read-btn{ background:#f2bb11; display:block; line-height:21px; height:21px; display: inline-block; cursor:pointer; font-size:10px; color:#474646; text-transform:uppercase; padding:0 10px 0 10px; border-radius:3px; margin-top:10px; font-weight:600;  transition: all 0.7s ease 0s;}
.top-read-btn:hover{ background:#cc0000; color:#fff;}
.politic h3{ background:#f2f2f2;}
.politic h3 span{ background:#cecdcd; color:#5a5454;}
.politic h3 span a{color:#5a5454;}
.politic-loop{ width:100%;}
.politic-loop h4{ font-size:14px; color:#474646; font-weight:600;}
.politic-loop h4 a{color:#474646;}

.pol-read-btn{ background:#cc0000; display:block; line-height:21px; height:21px; display: inline-block; cursor:pointer; font-size:10px; color:#fff; text-transform:uppercase; padding:0 18px 0 18px; border-radius:3px; margin-top:10px; font-weight:600;  transition: all 0.7s ease 0s;}
.pol-read-btn:hover{ background:#f2bb11; color:#fff;}
.adds{ width:100%; margin-top:10px; float:left;}

.subscribe{ width:93%; margin:10px; box-sizing:border-box; float:left; background:#f2bb11; padding:40px 20px 40px 20px; text-align:center;}

.subscribe h2{ font-size:32px; color:#000; text-align:center; font-weight:600; line-height:30px; padding-top:8px;}
.subscribe p{ font-size:14px;font-weight:600; padding-bottom:10px;}
.inp{ width:100%; background:#fff; border:none; height:38px; line-height:38px; font-size:13px; color:#9d9d9d; font-style:italic; font-weight:400; padding:0 15px 0 15px; box-sizing:border-box;}
.go-btn{width:100%;  background:#cc0000; text-align:center; border:none; font-size:18px; color:#fff; font-weight:600; height:38px; line-height:38px; margin-top:5px; cursor:pointer;  transition: all 0.7s ease 0s; font-family: 'Open Sans', sans-serif;}
.go-btn:hover{background:#b20202;}
.radio{ width:50%; float:left; padding:15px 0 0 0;}
.radio label{ font-size:14px; color:#8a8a8a;}
.radio-btn{ margin-right:5px;}

.vote-btn{width:auto;  background:#cc0000; text-align:center; border:none; font-size:16px; color:#fff; font-weight:600; font-family: 'Open Sans', sans-serif; height:34px; line-height:34px; margin-top:5px; cursor:pointer;  transition: all 0.7s ease 0s; padding:0 25px 0 25px; text-transform:uppercase; border-radius:3px; margin-top:18px;}
.vote-btn:hover{background:#b20202;}


.footer{ width:100%; background:#191919; float:left; padding:30px 0 30px 0;}
.footer span{ font-size:14px; color:#444444; float:left; line-height:40px;}
.social-foot{ float:right;}
.social-foot ul li a{ width:23px; height:23px; background:url(../images/foot-social.svg) left top no-repeat #fff; display:block;}

.flip{ position:relative;}
.panel{width:38%; float:left; position:absolute; right:0px; z-index:9999; margin:0px 0 0 0; background-color:rgba(0, 102, 0, 0.9)
; padding:20px 20px 20px 10px; box-sizing:border-box;}
ul.more-list{ list-style:none; margin:0px 1.5% 0px 1.5%; padding:0px; width:30%; float:left;}
.more-list li{ line-height:normal; padding:0px; float:none;}
.more-list li a{ font-size:14px; color:#fff; border:none; line-height:36px;}
.more-list li a:hover{color:#f2bb11; border:none;}

/*=============Archive Page Start Here=============*/

.top-story ul{list-style:none; margin:0px; padding:0px;}
.top-story ul li{ line-height:50px; border-bottom:solid 1px #e0e0e0;}
.top-story ul li a{ font-size:16px; color:#2f2e2e;  font-weight:600; padding:0 20px 0 20px; display:block; transition: all 0.7s ease 0s;}
.top-story ul li:last-child{ border-bottom:none;}
.top-story ul li a:hover{ background:#f2f2f2; color:#cc0000;}

.top-story ul li a span{ font-size:13px; color:#525252; font-weight:400;}

/*=============Archive Page End Here=============*/

/*=============Blog Detail Page Start Here=============*/
.blog-left{ width:14%; float:left;}
.blog-mid{ width:58.5%; float:left; margin-left:2%;}
.blog-detail{ width:100%; float:left; border-bottom:solid 1px #e0e0e0; padding-bottom:50px;}
.blog-detail h2{ font-size:29px; color:#000000; font-weight:600; line-height:35px; padding:10px 0 0 0;}
.blog-detail span a{ color:#fff; font-size:14px; color:#fff; height:34px; line-height:34px; padding:0 20px 0 20px; font-style:normal; background:#cc0000; border-radius:3px; display:inline-block;}
.blog-detail p{ font-size:18px; color:#3e3e3e; padding:18px 0 0; line-height:26px;}
.blog-detail ul{ list-style:none; margin:0px; padding:0px;}
.blog-detail ul li{ font-size:13px; color:#737373; padding:8px 0 15px 0;}
.blog-detail ul li i{display: inline-block; height: 16px;  margin: -2px 2px 0 2px; width: 15px;}



.blog-social{ width:100%; float:left; margin-top:20px; position:relative; z-index:99;}
.blog-social ul{ list-style: none; margin:0px; padding:0px;}
.blog-social ul li{ line-height: normal; float:left; margin-right:5px;}
.blog-social ul li a{ width:37px; height:37px; background:url(../images/blog-soical.svg) left top no-repeat; display:block;}
.blog-social ul li a.b-facebook{background-position:left top;}
.blog-social ul li a.b-tweet{background-position:-41px top;}
.blog-social ul li a.b-googl-plus{background-position:-82px top;}
.blog-social ul li a.b-mail{background-position:-123px top;}
.blog-social ul li a:hover{ opacity:0.8;}



.social-share{ width:100%; float:left; margin-top:20px; border:solid 1px #d2d0d0; border-radius:3px; padding:18px; box-sizing:border-box;}
.social-share label{ font-size:14px; color:#6f6f6f; font-weight:600; text-transform:uppercase; line-height:10px; padding-bottom:10px; float:left;}
.social-share ul{ list-style: none; margin:0px; padding:0px;}
.social-share ul li{ line-height: normal; float:left; margin-right:4px;}
.social-share ul li a{ width:30px; height:30px; background:url(../images/social-share.svg) left top no-repeat #6f6f6f; display:block;}
.social-share ul li a.share-facebook{background-position:left top;}
.social-share ul li a.share-tweet{background-position:-37px -2px;}
.social-share ul li a.share-googl-plus{background-position:-70px -1px;}
.social-share ul li a.share-mail{background-position:-107px -1px;}
.social-share ul li a:hover{ opacity:0.8;}

.latest-post{ width:100%; float:left; margin-top:30px;}
.latest-post h3{ font-size:20px; color:#fff; font-weight:800; background:#cc0000; line-height:45px; text-align:center; text-transform:uppercase;}
.latest-post-loop{ width:100%; float:left; padding:20px 0 20px 0; border-bottom:solid 1px #e0e0e0;}
.latest-post-loop:last-child{ border-bottom:none;}
.left-pic{ width:auto; float:left;}
.right-text{ width:40%; float:left; margin-left:12px;}
.right-text h4{ font-size:13px; color:#474646; font-weight:400; margin-top:-5px;}
.right-text h4 a{color:#474646;}
.right-text h4 span{ font-size:11px; color:#a3a3a3; text-transform:uppercase; padding:8px 0 0 0; display:block;}

/*=============Blog Detail Page End Here=============*/


.blog-detail p strong a{ color:#cc0000;}
.cat-list-a2 a{ color:#474646;}
.comment-respond{border: 1px solid #e0e0e0; width:100%; float:left;}
.comment-respond h3{color: #000; font-size: 20px; font-weight: 800;line-height: 50px;padding: 0 10px 0 20px; text-transform: uppercase; background:#f2f2f2; border-bottom:1px solid #e0e0e0;}
.blog-detail{ border-bottom:none;}
.comment-form{ padding:20px; box-sizing:border-box; width:100%; float:left;}
.comment-form p{color: #000;font-size: 14px;font-weight: 400;}
.comment-form label{display:none;}
.comment-form span{display:none;}
.comment-form  input{ background: #fff none repeat scroll 0 0;  border: medium none; box-sizing: border-box;  color: #9d9d9d;
    font-size: 15px; font-weight: 400; height:40px; line-height:40px; padding: 0 15px; width:51%; border: 1px solid #e0e0e0; border-radius:3px; margin-bottom:10px; font-family: 'Open Sans', sans-serif; }

.comment-form textarea{ background: #fff none repeat scroll 0 0;  border: medium none; box-sizing: border-box;  color: #9d9d9d;
    font-size: 15px; font-weight: 400; padding: 0 15px; width:80%; border: 1px solid #e0e0e0; border-radius:3px; margin-bottom:10px;font-family: 'Open Sans', sans-serif; line-height:40px;}

#submit{background: #cc0000 none repeat scroll 0 0; width:auto; cursor:pointer;
    border-radius: 3px;
    color: #fff; text-transform:uppercase;
    display: inline-block;
    float:left;
    font-size: 15px; border:none;
    height:40px;
    line-height:35px;
    padding: 0 20px;
    transition: all 0.7s ease 0s; font-family: 'Open Sans', sans-serif; font-weight:800;}
#submit:hover{ background:#b20202;}
.comments-area{width:100%; float:left;}
.comments-area h2{ color: #000; font-size:18px; font-weight: 800;line-height: 50px;padding: 0 10px 0 20px; text-transform: uppercase; background:#f2f2f2; border:1px solid #e0e0e0; border-bottom:none;}
.comments-area ol{ list-style:none; margin:0px; padding:0px; border: 1px solid #e0e0e0; margin-bottom:50px;}
.comments-area ol.comment-list{box-sizing: border-box; float: left;padding: 20px; width: 100%;}
.comment-body{ width:100%; border:1px solid #e0e0e0; padding:10px; box-sizing:border-box; margin-bottom:10px; float:left;}
.comment-author{ width:auto; float:left;}
.comment-author img{ width:22px; height:22px; margin-right:8px;}
.comment-metadata{ width:auto; float:right;}
.comment-metadata a{color:#8a8a8a;font-size: 14px;font-weight: 400;}
.comment-content{ width:100%; float:left; padding-top:10px;}
.comment-content p{color: #000;  font-size: 14px;  font-weight: 400;}
.fn{line-height:22px;}
.says{line-height:22px;}

/*=============404 Page Start Here=============*/

.error-sec{background:#f2f2f2; padding:60px 30px 60px 30px; box-sizing:border-box;}
.error-sec .top-article-left{ height:auto;}
.error-sec h2{font-size:153px; font-weight:800; color:#cc0000; text-align:center; line-height: 142px;}
.error-sec h2 img{ margin:-20px 0 0;}
.error-sec h1{ font-size:35px; color:#000; text-align:center; font-weight:400;}
.page-content p{font-size:15px; text-align:center; padding:0px; font-weight:400;}
/*=============404 Page End Here=============*/


figcaption.wp-caption-text{ background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;  bottom: 0;  color: #fff !important;  padding: 7px 15px !important; position: absolute; width: 100%; box-sizing: border-box; height:38px;}


@media only screen and (min-width:320px) and (max-width: 767px) {  

nav{ width:106.4%; padding:0px 0 0 0px; top:0px; display:block; background-color:rgba(204, 0, 0, 0.9); position:relative; z-index:99; margin:0 0 0 -3.2%;}
nav ul li a{ border-bottom:#cc0000 solid 1px;}
}