@charset "utf-8";
@import:url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,600,800,900,300');
/*---Common and Standard->START*/
body {
	margin: auto !important;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
.estorepower-clear {
	clear: both;
}
.estorepower-wrap {
	width: 100%;
}
.estorepower-wrapcen {
	width: 100%;
	float:left;
	/*text-align: left;*/
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	background-color:#fff;
}
.estorepower-background {
	padding: 0;
	width: 100%;
	text-align: center;
	margin:0;
	background: none;
	float: left;
}
.estorepower-content {
	width: 1024px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	margin-top:80px;
}
.estorepower-bg {
	/*background-image:url(../images/body_bg.jpg);*/
	width:100%;
	margin:auto;
	padding-top:20px;
}
/*---Common and Standard---<<END*/

/*---Header->START*/
#estorepower-header {
	margin: auto;
	width: 100%;
}
.top{
    margin: 0 auto;
    width: 100%;
	background-color:#f7f7f7;
	border-bottom:1px solid #d9d9d9;
	height:37px;
}
.top_inner{
	max-width:1560px;
	width:100%;
	margin:0 auto;
}
.top_left{
    float: left;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#4b4b4b;
	margin-top:8px;
}
.top_right{
	float:right;
	font-family: 'Roboto', sans-serif;
	color: #4b4b4b !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-align:left;
	margin-top: 10px;
}
.top_right a{
	font-family: 'Roboto', sans-serif;
	color: #4b4b4b !important;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	padding-left:15px;
	text-decoration: none;
	transition: color 0.3s ease-in 0s;
	display: inline;
	text-align:right;
}
.top_right a:hover{
	color: #7dcfda !important;
	text-decoration: none;
}
.clear{
	clear:both;
}
.logo_part{
	background-color:#fff !important;
	border-bottom:1px solid #ececec;
	height:133px;
}
.logo_inner{
	max-width:1560px;
	width:100%;
	margin:0 auto;
}
.logo_left{
	float:left;
	margin-top:50px;
	width:33%;
}
.logo_left img{
	width:100%;
	max-width:464px;
}
#estorepower-logo{
    float: left;
    /*margin-left: 130px;*/
    margin-top: 20px;
    text-align: center;
    transition: all 0.7s ease-in-out 0s;
	width:33%;
}
#estorepower-logo:hover {
    transform: scale(0.9, 0.9);
    transition: all 0.7s ease-in-out 0s;
	cursor:pointer;
}
.logo_right{
	float:right;
	margin-top:25px;
	width:33%;
}
.estorepower-search {
	float: right;
    width: auto;
}
.estorepower-search_inner{
	width: 265px;
	background-color:#f3f3f3 !important;
	border:solid 1px #ababab;
	float:right;
	margin-top:17px;
}
.search_button {
    background-attachment: scroll;
    background-image: url("../images/searchbtn.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 31px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
    width: 35px;
}
.search_button:hover {
	background-attachment: scroll;
	background-image: url(../images/searchbtn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.search{
	border: none;
	/*color: #c9c9c9;*/
	color:#333 !important;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 29px;
	width: 200px;
	padding-left: 10px;
	background-color:#f3f3f3 !important;
}
.descval_lable {
    color: #c9c9c9 !important;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    position: relative;
    text-align: left;
    text-shadow: none;
    width: 265px;
    z-index: 10000;
}
.menu{
    padding-top: 7px;
	padding-bottom: 7px;
    text-align: center;
	border-bottom:1px solid #ececec;
}
.menu a{
	color:#2b2b2b !important;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	padding-left:65px;
	transition: color 0.3s ease-in 0s;
}
.menu a:hover{
	color:#7ed0d6 !important;
	text-decoration:none;
}
.banner_inner{
	width:100%;
	margin:auto;
}
.banner_left{
	float:left;
	margin-top:12px;
	width:70%;
}
.banner_right{
	float:right;
	margin-top:12px;
	width:29.6%;
}
.banner_left img, .banner_right img{
	width:100%;
}
/*---Header->END*/


/*---eBay Default Mods->START*/
#TopPromoArea {
	padding: 0px !important;
	margin: 0px !important;
}
/*---Footer->START*/
.estorepower-footer{
    margin: 0 auto;
    width: 100%;
	margin-top:10px;
}
.footer_bg{
	background-image: url(../images/footer_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height: auto;
}
.footer-main{
	margin: auto;
	width: 1024px;
}
.footer-main_title {
	font-family: "Roboto", sans-serif;
	color: #2b2b2b;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:600;
}
.footer-main_title_green{
	font-family: "Roboto", sans-serif;
	text-align: center;
	color: #00aced;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:400;
	
}
.hedding2{
	color: #717171;
	font-family: 'Average', serif;;
	font-size: 27px;
	font-weight: 300;
	text-align:center;
	margin-bottom:15px;	
}
.footer-main ul {
}
.footer-main li {
	text-align:left;
	list-style: none;
    margin-left: -40px;
	color:#777777;
	font-family: "Roboto", sans-serif;
	font-size:14px;
}
.footer-main li a {
	font-family: "Roboto", sans-serif;
	list-style:none;
	color:#777777;
	font-size:14px;
	line-height:20px;
	text-decoration: none;
	text-align:left;
	transition: color 0.3s ease-in 0s;
}
.footer-main li a:hover {
	color:#000000;
}
.footer-social li img {
	padding-left:5px;
}

.line1{
	float: left;
	width:1024px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	opacity: 0.3;
	filter: alpha(opacity=30); // IE 5-7	
}
.col-md-2
{
	padding-top: 20px;
	color: #535353;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    list-style-type: none;
    text-decoration: none;
}
.col-md-3
{
	float: left;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    margin-left: 75px;
    padding-top: 20px;
    text-align: justify;
    text-decoration: none;
    width: 235px;

}
.col-md-4
{
	float: left;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    margin-left: 80px;
    padding-top: 20px;
    text-align: justify;
    text-decoration: none;
}
.col-md-5
{
	float: left;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    margin-left: 80px;
    padding-top: 20px;
    text-align: justify;
    text-decoration: none;
}
.bottom_text{
	width:1024px;
	text-align:center;
	margin:auto;
}
.guaranty_img{
	float: right;
    margin-right: 20px;
    margin-top: 30px;
}
.footerlogo_img{
	float: left;
    	
}
.footerbottom_text{
	float: right;
    width: 200px;
}
.footer_bottom {
    margin: 0 auto;
    width: 1024px;
}
.shadow{
	text-align:center;
}
.copyright-text {
	color: #777777;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}
.copy_text{
	color: #00aced;
	font-weight:600;
}
.copy_text_1{
	color: #51740a;
	font-weight:400;
}
.copyright-text1 {
	color: #777777;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
	padding-bottom:5px;
}
.design_icon{
	width:1024px;
	text-align:center;
	padding-bottom:10px;
}
.socil_icon{
	margin-left:5px;
}
.footer_icon{
	margin-top:20px;
}
.payment_icon{
	margin-top:10px;
}
.subscribe_icon{
	margin-top:33px;
}

/************ End Footer *************/


/*Deafult Css*/
/*---Listing Column start----*/

#listingarea {
	width: 1024px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-color:transparent;
}
.estorepower-listingarea-box {
	max-width:1024px;
	text-align:center;
	margin:auto;
	width: 100%;
}
.estorepower-listinghead {
	width: 1004px;
	line-height: normal;
	margin: 0;
	padding: 11px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color:#fff;
	text-align: center;
	background-color:#000000 !important;
	text-transform:uppercase;
}
#img-gallery-box {
	width: 1004px;
	float: left;
	padding: 15px 17px 10px;
	margin-bottom: 30px;
	border: 0 none;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	height: 100% !important;
}
.desc-hedtitle {
	width: 994px;
	float: left;
	line-height: normal;
	margin: 0;
	padding: 11px 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff !important;
	text-align: left;
	background-color:#000000;
	text-transform:uppercase;
	margin-top:30px;
}
.desc-rd {
	width: 984px;
	float: left;
	padding: 19px;
	background: none;
	margin-bottom: 30px;
	border-top: hidden;
	border-top:none;
	border-bottom:1px solid #c6c6c6;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}
.desc-text {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #1c1c1c;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
}
/*---Listing Column End----*/


.setimg {
	float: right;
	padding-top: 13px;
}
.newtable {
	background: #ffffff none repeat scroll 0 0;
	border:1px solid #c6c6c6;
	float: left;
	margin-bottom: 30px;
	padding: 19px;
	width: 984px;
	font-size:16px !important;
}
.newtable .new_header {
	font-family: "Roboto", sans-serif;
	color:#333;
	float:left;
	width:100%;
	text-align:left;
	font-size:large;
}
.newtable .new_left {
	width:20%;
	float:left;
}
.newtable .new_left img {
	text-align:left;
	float:left;
}
.newtable .new_right {
	width:70%;
	float:left;
	margin-left:55px;
	font-family: "Roboto", sans-serif;
	color:#1c1c1c;
}
.newtable1 {
	background: #ffffff none repeat scroll 0 0;
	border:1px solid #c6c6c6;
	float: left;
	margin-bottom: 30px;
	padding: 19px;
	width: 24%;
	font-family: "Roboto", sans-serif;
	color:#1c1c1c;
	height:340px;
	font-size:16px !important;
}
.newtable2 {
	background: #ffffff none repeat scroll 0 0;
	border:1px solid #c6c6c6;
	float: left;
	margin-bottom: 30px;
	padding: 19px;
	width: 65.45%;
	margin-left:28px;
	font-family: "Roboto", sans-serif;
	color:#1c1c1c;
	height:340px;
	font-size:16px !important;
}
.newtable1 .new_header1, .newtable2 .new_header1 {
	font-size:large;
}
/************* New ***************/

.gh-tbl {
	display:none !important;
}
.txt {
	font-family:"Roboto", sans-serif;
	text-align:justify;
	color:#565656;
	font-size:15px !important;
}

/* Start Mobile Tab */

#mb_tab {
	margin-top:20px;
	display:none;
}
article.accordion {
	display: block;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
article.accordion section {
	display: block;
	height: 2em;
	padding: 0 1em;
	margin: 0 0 0.5em 0;
	background-color:#000;
	overflow: hidden;/*border-radius: 3px;*/
}
article.accordion section:hover {
	background-color:#7ECED5;
}
article.accordion section h2 {
	font-size: 1em;
	font-weight: normal;
	/*width: 95%;*/
	line-height: 2em;
	padding: 0;
	margin: 0;
	color: #ddd;
	font-family: 'Roboto', sans-serif;
}
article.accordion section h2:hover {
	color:#333;
}
article.accordion p {
	font-family: "Roboto", sans-serif;
}
article.accordion section h2 a {
	display: block;
	/*width: 100%;*/
	line-height: 2em;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}
article.accordion section:target {
	height: auto !important;
	background-color: #fff;
	background-image:none;
}
article.accordion section:target h2 {
	font-size: 1.6em;
	color: #333;
}
article.accordion section, article.accordion section h2 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* End Mobile Tab */

#acc1 > p {
	text-align: left !important;
}
#acc2 > p {
	text-align: left !important;
}
#acc3 > p {
	text-align: left !important;
}
#acc3 li {
	text-align: left !important;
}
/*New css*/
.left-panel {
	float:left;
	margin:15px 0 0 0;
	width:20%;
}
.left-panel > img {
	float: left;
	width:100%;
}
.clickHere {
	margin-bottom:30px;
}
/*Remove Padding before Desc_text*/
.desc-rd span {
	padding-left:0px !important;
}
/* Extra CSS*/
.rotate{
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;

overflow:hidden;

}

.rotate:hover
{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}
.m{display:none !important;}