/* custom container width */


@media screen and (min-width: 1300px) {
    .container {
        max-width: (1300px - @grid-gutter-width);
      	width:92%;
    } 
}
   
 

@media screen and (min-width: 1650px) {
    .container {
        max-width: (1650px - @grid-gutter-width);
      	width:92%;
    }
}


@media screen and (min-width: 1900px) {
    .container {
        max-width: (1900px - @grid-gutter-width);
      	width:92%;
    }

}


 
 

a:acitve,
a:focus,
a.active,
a:hover{
	text-decoration:none !important;
}



.vertical-text {
	transform: rotate(90deg);
	transform-origin: left top 0;
}



/*overflow*/
.overflow-scroll{
	overflow:scroll;
}
.overflow-hidden,
.o-h,
.oh{
	overflow:hidden;
} 
.overflow-x-hidden{
	overflow-x:hidden;
}
.overflow-y-hidden{
	overflow-y:hidden;
}
.overflow-x-auto{
	overflow-x:auto;
}
.overflow-y-auto{
	overflow-y:auto;
}
.overflow-x-scroll{
	overflow-x:scroll;
}
.overflow-y-scroll{
	overflow-y:scroll;
}




/*transotion*/

.transotion-all{transition: all 0.5s ease;}
.transition-all-1{transition: all 0.1s ease;}
.transition-all-2{transition: all 0.2s ease;}
.transition-all-3{transition: all 0.3s ease;}
.transition-all-4{transition: all 0.4s ease;}
.transition-all-6{transition: all 0.6s ease;}


.transition-width{
 transition: width 0.5s ease;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* custom global classes */
.text-shadow {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2)
}





/* custom global classes */
















/* Buttons */
/* Buttons */
/* Buttons */


/* Checkbox */



/* breadcrumb */



/* tabs */
/* inverse-tabs */
/* inverse-tabs */


/* pagination */




/*box shadow*/
.box-shadow-1 {
  box-shadow: 0 0px 1px rgba(0,0,0,0.05), 0 0px 0px rgba(0,0,0,0.05);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.box-shadow-2 {
    box-shadow: 0 5px 10px rgba(0,0,0,0.10), 0 2px 2px rgba(0,0,0,0.10);
}

.box-shadow-1:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.10), 0 2px 2px rgba(0,0,0,0.10);
}

.box-shadow-none{
    box-shadow: 0px 0px 0px #fff;
}



/* transitions */
/* bubble animation */
@-webkit-keyframes growCircle {
  0%, 100% {
    -webkit-transform: scale(0);
    opacity: 1; }
  70% {
    background: #eee;
    -webkit-transform: scale(1.25); }
}

@-moz-keyframes growCircle {
  0%, 100% {
    -moz-transform: scale(0);
    opacity: 1; }
  70% {
    background: #eee;
    -moz-transform: scale(1.25); } 
}

@keyframes growCircle {
  0%, 100% {
    transform: scale(0);
    opacity: 1; }
  70% {
    background: #eee;
    transform: scale(1.25); } 
}



 




/** helper classes **/
/** helper classes **/
.line-center{margin:0px auto;}
.line-right{margin:0px 0px 0px auto;}
.line-left{margin:0px auto 0px 0px;}
 


.text-capitalize,.tcap{text-transform:capitalize;}
.text-lowercase,.tlow{text-transform:lowercase;}
.text-uppercase,.tup{text-transform:uppercase;}

.text-italic,.tita{font-style: italic;}


.bold{font-weight:bold;}
.bold300{font-weight:300;}
.bold400{font-weight:400;}
.bold500{font-weight:500;}
.bold600{font-weight:600;}
.bold700{font-weight:700;}
.light{font-weight:100;}
.no-bold-h:hover{font-weight:100;}
.bold-h:hover{font-weight:bold;}



.bold-im{font-weight:bold !important;}
.bold300-im{font-weight:300 !important;}
.bold400-im{font-weight:400 !important;}
.bold500-im{font-weight:500 !important;}
.bold600-im{font-weight:600 !important;}
.bold700-im{font-weight:700 !important;}
.light-im{font-weight:100 !important;}

.no-bold-h-im:hover{font-weight:100 !important;}
.bold-h-im:hover{font-weight:bold !important;}






/* Toggles */
/* Toggles */
/* Toggles */
.toggle-wrapper{
	border-left:1px solid #E7E7E7; 
  	padding:30px 0px 30px 1px;
  	
}
.toggle{
    display:block;
    margin: 0 0 0px;
    color:#000;
}
.toggle-header{
    cursor:pointer;
    text-transform:capitalize;
    font-weight:100;
    padding-left:15px;
}


.toggle-grey{
    border-bottom:1px solid #E7E7E7;   
}

.toggle-grey .toggle-header{
  border-bottom:1px solid #E7E7E7;
  position:relative;
  top:1px;
}



.toggle-grey .toggle-header-grey{
  border-bottom:0px solid #E7E7E7; 
  position:relative;
  top:0px;
}


.toggle-header-grey{
    background:#f3f3f3;
    padding:5px 15px;    
}


.toggle-body{
    padding:15px 15px 15px 35px;   
}
.toggle-icon-right .toggle-body{
    padding-left:15px;
}
.toggle-icon-right .toggle-header{
    padding-right:30px;   
}
.toggle-icon-right i{
    float:right;
    margin-top:4px;
    position:relative;
    right:-15px;
}



/** text alignment **/
.lsn_li li{list-style:none;}
.ul-li-di li{display:inline;}
.text-justify{text-align:justify;}
.text-right,.tr{text-align:right;}
.text-left,.tl{text-align:left;}
.text-center,
.tc{text-align:center;}
 
.no-text-shadow{text-shadow:none;}
.vertical-middle{vertical-align: middle;}
.vertical-bottom{vertical-align: bottom;}

.text-justify-im{text-align:justify !important;}
.text-right-im{text-align:right !important;}
.text-left-im{text-align:left !important;}
.no-text-shadow-im{text-shadow:none !important;}
.vertical-middle-im{vertical-align: middle !important;}
.vertical-bottom-im{vertical-align: bottom !important;}





/** float and clear **/
.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both;}

.fl-im{float:left !important;}
.fr-im{float:right !important;}
.cl-im{clear:left !important;}
.cr-im{clear:right !important;}
.cb-im{clear:both !important;}

/** cursor **/
.cp{cursor:pointer;}
.cp-im{cursor:pointer !important;}


/** display **/
.dn,.display-none{display:none;}
.db,.display-block{display:block;}
.di{display:inline;}
.dib{display:inline-block;}
.dtable{display:table;}
.dtable-cell{display:table-cell;}

.dn-im{display:none !important;}
.db-im{display:block !important;}
.di-im{display:inline !important;}
.dib-im{display:inline-block !important;}
.dtable-im{display:table !important;}
.dtable-cell-im{display:table-cell !important;}



.v-hidden{visibility:hidden;}
.v-visible{visibility:visible;}

.v-hidden-im{visibility:hidden !important;}
.v-visible-im{visibility:visible !important;}












/** position **/

.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.static{position:static;}


.u{text-decoration:underline;}
.nu{text-decoration:none;}
.hu:hover{text-decoration:underline;}
.hnu:hover{text-decoration:none;}

.u-im{text-decoration:underline !important;}
.nu-im{text-decoration:none !important;}
.hu-im:hover{text-decoration:underline !important;}
.hnu-im:hover{text-decoration:none !important;}


.tdn a{
	text-decoration:none;
}






/** radius **/
.radius-1,.rad-1{-webkit-border-radius: 1px;-moz-border-radius: 1px ;border-radius: 1px;}
.radius-2,.rad-2{-webkit-border-radius: 2px;-moz-border-radius:2px ;border-radius: 2px;}
.radius-3,.rad-3{-webkit-border-radius: 3px;-moz-border-radius:3px ;border-radius: 3px;}
.radius-4,.rad-4{-webkit-border-radius: 4px;-moz-border-radius: 4px ;border-radius: 4px;}

.radius-6,.rad-6{-webkit-border-radius: 6px;-moz-border-radius: 6px ;border-radius: 6px;}
.radius-8,.rad-8{-webkit-border-radius: 8px;-moz-border-radius: 8px ;border-radius: 8px;}
.radius-10,.rad-10{-webkit-border-radius: 10px;-moz-border-radius: 10px ;border-radius: 10px;}


.radius-20,.rad-20{-webkit-border-radius: 20px;-moz-border-radius: 20px ;border-radius: 20px;}

.tlr4,
.radiustr-4{
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
}
.radiustr-4{
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}


.radiustrl-4{
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;


-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
}




.no-radius,
.square-radius{-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
.circle-radius{-webkit-border-radius: 50%;-moz-border-radius:50%;border-radius: 50%;}



.reset{
    margin:0px !important;
    padding:0px !important;
}




.radius-4-Top,
.radius-4-t
{
  -webkit-border-top-left-radius: 4px;-webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;border-top-right-radius: 4px;
}

.radius-4-Bottom,
.radius-4-b
{
-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;
}

.radius-4-Left,
.radius-4-l,
{
-webkit-border-top-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;border-bottom-left-radius: 4px;
}


.radius-b-2{
  -webkit-border-bottom-right-radius: 2px;-webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;-moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;  
}

.radius-b-4{
  -webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;  
}


.radius-b-8{
  -webkit-border-bottom-right-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-bottomright: 8px;-moz-border-radius-bottomleft: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;  
}


.radius-br-8{-webkit-border-bottom-right-radius: 8px;-moz-border-radius-bottomright: 8px;border-bottom-right-radius: 8px;}





/** color **/





.c-w{color: #fff ;}
.c-b{color: #333000 ;}

.c-grey{color: #f5f5f5 ;}
.c-grey2{color: #f5f5f5  ;}
.c-grey3{color: #666 ;}
.c-grey4{color: #e5e5e5 ;} 
.c-grey5{color: #ddd ;}

.c-red{color: #ff0054 ;}

.c-blue{color: #4ec1fe;}
.c-blue2{color: #028bc1;}
.c-blue3{color: #003668;}
.c-blue4{color: #0171C3;}
.c-blue5{color: #c1e4fe;}

.c-o{color: #F84400;}


.c-w-a a{color:#fff;}

.c-w-a-im a{color:#fff !important;}



.c-w-im{color: #fff   !important;}
.c-b-im{color: #333000   !important;}

.c-grey-im{color: #f5f5f5   !important;}
.c-grey2-im{color: #f5f5f5    !important;}
.c-grey3-im{color: #666   !important;}
.c-grey4-im{color: #e5e5e5   !important;}
.c-grey5-im{color: #ddd   !important;}

.c-red-im{color: #ff0054   !important;}

.c-blue-im{color: #4ec1fe  !important;}
.c-blue2-im{color: #028bc1  !important;}
.c-blue3-im{color: #003668  !important;}
.c-blue4-im{color: #0171C3  !important;}

.c-o-im{color: #F84400  !important;}



.c-w-h:hover{color: #fff ;}
.c-b-h:hover{color: #333000 ;}

.c-grey-h:hover{color: #f5f5f5 ;}
.c-grey2-h:hover{color: #f5f5f5  ;}
.c-grey3-h:hover{color: #666 ;}
.c-grey4-h:hover{color: #e5e5e5 ;}
.c-grey5-h:hover{color: #ddd ;}

.c-red-h:hover{color: #ff0054 ;}

.c-blue-h:hover{color: #4ec1fe;}
.c-blue2-h:hover{color: #028bc1;}
.c-blue3-h:hover{color: #003668;}
.c-blue4-h:hover{color: #0171C3;}

.c-o-h:hover{color: #F84400;}



.w-on:hover,
.w-on:active,
.w-on:focus{
	color:#fff !important;
}
  
.blue-on:active,
.blue-on:focus{
	color:#4ec1fe !important;
}
  
  
.blue2-on:active,
.blue2-on:focus{
	color:#028bc1 !important;
}
    
.blue3-on:active,
.blue3-on:focus,
.blue3-on:hover
{
	color:#003668 !important;
}
  

    
.blue4-on:active,
.blue4-on:focus{
	color:#0171C3 !important;
}
  













/** background **/
/** background **/
.no-bg{
    background:none;
    background-color:transparent;
    background-image:transparent;
}
.no-bg-im{
    background:none !important;
    background-color:transparent !important;
    background-image:transparent !important;
}
.h-no-bg:hover{
    background:none;
    background-color:transparent;
    border-color:transparent;
}
.h-no-bg-im:hover{
    background:none !important;
    background-color:transparent !important;
    border-color:transparent !important;
}

/** background color**/

.bg-w{background-color: #fff;}
.bg-b{background-color: #333000;}
.bg-grey{background:#f5f5f5;}

.bg-grey2{background:#f5f5f5 ;}

.bg-grey4{background:#e5e5e5;}

.bg-grey5{background:#f5f7fa;}









.bg-red{background-color: #ff0054;}
.bg-blue{background-color: #4ec1fe;}
.bg-blue2{background-color: #028bc1;}
.bg-blue3{background-color: #003668;}
.bg-blue4{background-color: #0171C3;}
.bg-blue5{background-color: #c1e4fe;}
.bg-o{background-color: #F84400;}
.bg-transparent{background: transparent !important;}
.bg-none{background-color: rgba(255,255,255,0.0);}


.bg-w-h:hover{background-color: #fff;}
.bg-b-h:hover{background-color: #333000;}

.bg-grey-h:hover{background:#f5f5f5;}
.bg-grey2-h:hover{background:#f5f5f5 ;}


.bg-grey4-h:hover{background:#e5e5e5;}


.bg-red-h:hover{background-color: #ff0054;}
.bg-blue-h:hover{background-color: #4ec1fe;}
.bg-blue2-h:hover{background-color: #028bc1;}
.bg-blue3-h:hover{background-color: #003668;}
.bg-blue4-h:hover{background-color: #0171C3;}
.bg-o-h:hover{background-color: #F84400;}
.bg-transparent-h:hover{background: transparent !important;}
.bg-none-h:hover{background-color: rgba(255,255,255,0.0);}






.bg-active-blue:focus,
.bg-active-blue:active
{
	background-color: #4ec1fe;
}

.bg-active-blue2:focus,
.bg-active-blue2:active
{
	background-color: #028bc1;
}


.bg-active-blue3:focus,
.bg-active-blue3:active
{
	background-color: #003668;
}


.bg-active-blue4:focus,
.bg-active-blue4:active
{
	background-color: #0171C3;
}





.bg-w-1{background-color: rgba(255,255,255,.1);}
.bg-w-2{background-color: rgba(255,255,255,.2);}
.bg-w-3{background-color: rgba(255,255,255,.3);}
.bg-w-4{background-color: rgba(255,255,255,.4);}
.bg-w-5{background-color: rgba(255,255,255,.5);}
.bg-w-6{background-color: rgba(255,255,255,.6);}
.bg-w-7{background-color: rgba(255,255,255,.7);}
.bg-w-8{background-color: rgba(255,255,255,.8);}
.bg-w-9{background-color: rgba(255,255,255,.9);}

.bg-b-1{background-color: rgba(0,0,0,.1);}
.bg-b-2{background-color: rgba(0,0,0,.2);}
.bg-b-3{background-color: rgba(0,0,0,.3);}
.bg-b-4{background-color: rgba(0,0,0,.4);}
.bg-b-5{background-color: rgba(0,0,0,.5);}
.bg-b-6{background-color: rgba(0,0,0,.6);}
.bg-b-7{background-color: rgba(0,0,0,.7);}
.bg-b-8{background-color: rgba(0,0,0,.8);}
.bg-b-9{background-color: rgba(0,0,0,.9);}






.bg-dark-opacity-1,.bg-opacity-1{background: rgba(34,34,34, .1);}
.bg-dark-opacity-2,.bg-opacity-2{background: rgba(34,34,34, .2);}
.bg-dark-opacity-3,.bg-opacity-3{background: rgba(34,34,34, .3);}
.bg-dark-opacity-4,.bg-opacity-4{background: rgba(34,34,34, .4);}
.bg-dark-opacity-5,.bg-opacity-5{background: rgba(34,34,34, .5);}
.bg-dark-opacity-6,.bg-opacity-6{background: rgba(34,34,34, .6);}
.bg-dark-opacity-7,.bg-opacity-7{background: rgba(34,34,34, .7);}
.bg-dark-opacity-8,.bg-opacity-8{background: rgba(34,34,34, .8);}
.bg-dark-opacity-9,.bg-opacity-9{background: rgba(34,34,34, .9);}


.bg-dark-opacity-1-hover:hover,.bg-opacity-1-hover:hover{background: rgba(34,34,34, .1);}
.bg-dark-opacity-2-hover:hover,.bg-opacity-2-hover:hover{background: rgba(34,34,34, .2);}
.bg-dark-opacity-3-hover:hover,.bg-opacity-3-hover:hover{background: rgba(34,34,34, .3);}
.bg-dark-opacity-4-hover:hover,.bg-opacity-4-hover:hover{background: rgba(34,34,34, .4);}
.bg-dark-opacity-5-hover:hover,.bg-opacity-5-hover:hover{background: rgba(34,34,34, .5);}
.bg-dark-opacity-6-hover:hover,.bg-opacity-6-hover:hover{background: rgba(34,34,34, .6);}
.bg-dark-opacity-7-hover:hover,.bg-opacity-7-hover:hover{background: rgba(34,34,34, .7);}
.bg-dark-opacity-8-hover:hover,.bg-opacity-8-hover:hover{background: rgba(34,34,34, .8);}
.bg-dark-opacity-9-hover:hover,.bg-opacity-9-hover:hover{background: rgba(34,34,34, .9);}


.bg-white-opacity-1{background: rgba(255,255,255, .1);}
.bg-white-opacity-2{background: rgba(255,255,255, .2);}
.bg-white-opacity-3{background: rgba(255,255,255, .3);}
.bg-white-opacity-4{background: rgba(255,255,255, .4);}
.bg-white-opacity-5{background: rgba(255,255,255, .5);}
.bg-white-opacity-6{background: rgba(255,255,255, .6);}
.bg-white-opacity-7{background: rgba(255,255,255, .7);}
.bg-white-opacity-8{background: rgba(255,255,255, .8);}
.bg-white-opacity-9{background: rgba(255,255,255, .9);}

























.bg-dark-alfa-30:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .3);
}
.bg-dark-alfa-50:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .5);
}
.bg-dark-alfa-70:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(17,17,17, .7);
}
.bg-dark-alfa-90:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3,3,3, .9);
}
.bg-light-alfa:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252, .97);
}
.bg-light-alfa-30:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252, .30);
}
.bg-light-alfa-50:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252, .50);
}
.bg-light-alfa-70:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252, .7);
}
.bg-light-alfa-90:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252, .9);
}
.bg-light-30:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252, .30);
}
.bg-light-50:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,252, .50);
}
.bg-dark-10:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .1);
}
.bg-dark-20:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .2);
}
.bg-dark-30:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .3);
}
.bg-dark-40:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .4);
}
.bg-dark-50:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34,34,34, .5);
}



/** border **/
.b-none{border:0px solid #fff; }
.bt-none{border-top:0px solid #fff; }
.br-none{border-right:0px solid #fff; }
.bb-none{border-bottom:0px solid #fff; }
.bl-none{border-left:0px solid #fff; }


.b-w{border:1px solid #fff;}
.b-b{border:1px solid #333000;}

.b-grey{border:1px solid #f5f5f5;}

.b-grey2{border:1px solid #f5f5f5;}

.b-grey3{border:1px solid #333;}



.b-grey4{border:1px solid #e5e5e5;}



.b-red{border:1px solid #ff0054;}
.b-blue{border:1px solid #4ec1fe;}
.b-blue2{border:1px solid #028bc1;}
.b-blue3{border:1px solid #003668;}
.b-blue4{border:1px solid #0171C3;}
.b-blue5{border:1px solid #c1e4fe;}
.b-o{border:1px solid #F84400;}




.b-none-im{border:0px solid #fff !important; }
.bt-none-im{border-top:0px solid #fff !important; }
.br-none-im{border-right:0px solid #fff !important; }
.bb-none-im{border-bottom:0px solid #fff !important; }
.bl-none-im{border-left:0px solid #fff !important; }


.b-w-im{border:1px solid #fff !important;}
.b-b-im{border:1px solid #333000 !important;}
.b-grey-im{border:1px solid #f5f5f5 !important;}
.b-grey2-im{border:1px solid #f5f5f5 !important;}
.b-grey4-im{border:1px solid #e5e5e5 !important;}



.b-red-im{border:1px solid #ff0054 !important;}
.b-blue-im{border:1px solid #4ec1fe !important;}
.b-blue2-im{border:1px solid #028bc1 !important;}
.b-blue3-im{border:1px solid #003668 !important;}
.b-blue4-im{border:1px solid #0171C3 !important;}
.b-o-im{border:1px solid #F84400 !important;}



.bt-red{border-top:1px solid #ff0054 !important;}
.br-red{border-bottom:1px solid #ff0054 !important;}
.bb-red{border-bottom:1px solid #ff0054 !important;}
.bl-red{border-left:1px solid #ff0054 !important;}

.bt-blue{border-top:1px solid #4ec1fe !important;}
.br-blue{border-bottom:1px solid #4ec1fe !important;}
.bb-blue{border-bottom:1px solid #4ec1fe !important;}
.bl-blue{border-left:1px solid #4ec1fe !important;}


.bt-blue2{border-top:1px solid #028bc1 !important;}
.br-blue2{border-bottom:1px solid #028bc1 !important;}
.bb-blue2{border-bottom:1px solid #028bc1 !important;}
.bl-blue2{border-left:1px solid #028bc1 !important;}


.bt-blue3{border-top:1px solid #003668 !important;}
.br-blue3{border-bottom:1px solid #003668 !important;}
.bb-blue3{border-bottom:1px solid #003668 !important;}
.bl-blue3{border-left:1px solid #003668 !important;}


.bt-blue4{border-top:1px solid #0171C3 !important;}
.br-blue4{border-bottom:1px solid #0171C3 !important;}
.bb-blue4{border-bottom:1px solid #0171C3 !important;}
.bl-blue4{border-left:1px solid #0171C3 !important;}



.bt-grey{border-top:1px solid #f5f5f5;}
.br-grey{border-right:1px solid #f5f5f5;}
.bb-grey{border-bottom:1px solid #f5f5f5;}
.bl-grey{border-left:1px solid #f5f5f5;}

.bt-grey2{border-top:1px solid #f5f5f5;}
.br-grey2{border-right:1px solid #f5f5f5;}
.bb-grey2{border-bottom:1px solid #f5f5f5;}
.bl-grey2{border-left:1px solid #f5f5f5;}


.bt-grey3{border-top:1px solid #333;}
.br-grey3{border-right:1px solid #333;}
.bb-grey3{border-bottom:1px solid #333;}
.bl-grey3{border-left:1px solid #333;}


.bt-grey4{border-top:1px solid #e5e5e5;}
.br-grey4{border-right:1px solid #e5e5e5;}
.bb-grey4{border-bottom:1px solid #e5e5e5;}
.bl-grey4{border-left:1px solid #e5e5e5;}






.b-none-h:hover{border:0px solid #fff; }
.bt-none-h:hover{border-top:0px solid #fff; }
.br-none-h:hover{border-right:0px solid #fff; }
.bb-none-h:hover{border-bottom:0px solid #fff; }
.bl-none-h:hover{border-left:0px solid #fff; }



.b-w-h:hover{border:1px solid #fff;}
.b-b-h:hover{border:1px solid #333000;}
.b-grey-h:hover{border:1px solid #f5f5f5;}

.b-red-h:hover{border:1px solid #ff0054;}
.b-blue-h:hover{border:1px solid #4ec1fe;}
.b-blue2-h:hover{border:1px solid #028bc1;}
.b-blue3-h:hover{border:1px solid #003668;}
.b-blue4-h:hover{border:1px solid #0171C3;}
.b-o-h:hover{border:1px solid #F84400;}


.b-w-h-im:hover{border:1px solid #fff !important;}
.b-b-h-im:hover{border:1px solid #333000 !important;}
.b-grey-h-im:hover{border:1px solid #f5f5f5 !important;}

.b-grey4-h-im:hover{border:1px solid #e5e5e5 !important;}

.b-red-h-im:hover{border:1px solid #ff0054 !important;}
.b-blue-h-im:hover{border:1px solid #4ec1fe !important;}
.b-blue2-h-im:hover{border:1px solid #028bc1 !important;}
.b-blue3-h-im:hover{border:1px solid #003668 !important;}
.b-blue4-h-im:hover{border:1px solid #0171C3 !important;}
.b-o-h-im:hover{border:1px solid #F84400 !important;}




.b-w-a:focus,
.b-w-a:active{
	border:1px solid #fff !important;
}

.b-active-blue:focus,
.b-active-blue:active{
	border:1px solid #4ec1fe !important;
}



.b-active-blue2:focus,
.b-active-blue2:active{
	border:1px solid #028bc1 !important;
}



.b-active-blue3:focus,
.b-active-blue3:active{
	border:1px solid #003668 !important;
}

.b-active-blue4:focus,
.b-active-blue4:active{
	border:1px solid #0171C3 !important;
}


.b-active-o:focus,
.b-active-o:active{
	border:1px solid #F84400 !important;
}






.bc-w{border-color:1px solid #fff;}
.bc-b{border-color:1px solid #333000;}
.bc-grey{border-color:1px solid #f5f5f5;}
.bc-grey{border-color:1px solid #f5f5f5;}

.bc-grey4{border-color:1px solid #e5e5e5;}

.bc-red{border-color:1px solid #ff0054;}
.bc-blue{border-color:1px solid #4ec1fe;}
.bc-blue2{border-color:1px solid #028bc1;}
.bc-blue3{border-color:1px solid #003668;}
.bc-blue4{border-color:1px solid #0171C3;}

.bc-o{border-color:1px solid #F84400;}

.bc-w-im{border-color:1px solid #fff !important;}
.bc-b-im{border-color:1px solid #333000 !important;}
.bc-grey-im{border-color:1px solid #f5f5f5 !important;}
.bc-grey2-im{border-color:1px solid #f5f5f5 !important;}

.bc-grey4-im{border-color:1px solid #e5e5e5 !important;}

.bc-red-im{border-color:1px solid #ff0054 !important;}
.bc-blue-im{border-color:1px solid #4ec1fe !important;}
.bc-blue2-im{border-color:1px solid #028bc1 !important;}
.bc-blue3-im{border-color:1px solid #003668 !important;}
.bc-blue4-im{border-color:1px solid #0171C3 !important;}
.bc-o-im{border-color:1px solid #F84400 !important;}



.bt-w-2{border-top:2px solid #fff;}
.bt-b-2{border-top:2px solid #333000;}

.bt-grey-2{border-top:2px solid #f5f5f5;}
.bt-grey4-2{border-top:2px solid #e5e5e5;}

.bt-red-2{border-top:2px solid #ff0054;}
.bt-blue-2{border-top:2px solid #4ec1fe;}
.bt-blue2-2{border-top:2px solid #028bc1;}
.bt-blue3-2{border-top:2px solid #003668;}
.bt-blue4-2{border-top:2px solid #0171C3;}
.bt-o-2{border-top:2px solid #F84400;}

.br-w-2{border-right:2px solid #fff;}
.br-b-2{border-right:2px solid #333000;}
.br-grey-2{border-right:2px solid #f5f5f5;}

.br-grey4-2{border-right:2px solid #e5e5e5;}



.br-red-2{border-right:2px solid #ff0054;}
.br-blue-2{border-right:2px solid #4ec1fe;}
.br-blue2-2{border-right:2px solid #028bc1;}
.br-blue3-2{border-right:2px solid #003668;}
.br-blue4-2{border-right:2px solid #0171C3;}
.br-o-2{border-right:2px solid #F84400;}


.bb-w-2{border-bottom:2px solid #fff;}
.bb-b-2{border-bottom:2px solid #333000;}
.bb-grey-2{border-bottom:2px solid #f5f5f5;}

.bb-grey4-2{border-bottom:2px solid #e5e5e5;}

.bb-red-2{border-bottom:2px solid #ff0054;}
.bb-blue-2{border-bottom:2px solid #4ec1fe;}
.bb-blue2-2{border-bottom:2px solid #028bc1;}
.bb-blue3-2{border-bottom:2px solid #003668;}
.bb-blue4-2{border-bottom:2px solid #0171C3;}
.bb-o-2{border-bottom:2px solid #F84400;}



.bl-w-2{border-left:2px solid #fff;}
.bl-b-2{border-left:2px solid #333000;}

.bl-grey-2{border-left:2px solid #f5f5f5;}
.bl-grey4-2{border-left:2px solid #e5e5e5;}


.bl-red-2{border-left:2px solid #ff0054;}
.bl-blue-2{border-left:2px solid #4ec1fe;}
.bl-blue2-2{border-left:2px solid #028bc1;}
.bl-blue3-2{border-left:2px solid #003668;}
.bl-blue4-2{border-left:2px solid #0171C3;}
.bl-o-2{border-left:2px solid #F84400;}









/** opacity 1 **/

.opacity-none{opacity:0;}
.opacity-none-im{opacity:0 !important;}

.opacity-1{opacity:.1;}
.opacity-15{opacity:.15;}
.opacity-2{opacity:.2;}
.opacity-25{opacity:.25;}
.opacity-3{opacity:.3;}
.opacity-35{opacity:.35;}
.opacity-4{opacity:.4;}
.opacity-45{opacity:.45;}
.opacity-5{opacity:.5;}
.opacity-55{opacity:.55;}
.opacity-6{opacity:.6;}
.opacity-65{opacity:.65;}
.opacity-7{opacity:.7;}
.opacity-75{opacity:.75;}
.opacity-8{opacity:.8;}
.opacity-85{opacity:.85;}
.opacity-9{opacity:.9;}
.opacity-95{opacity:.95;}
.opacity-full{opacity:1;}

.opacity-1-im{opacity:.1 !important;}
.opacity-15-im{opacity:.15 !important;}
.opacity-2-im{opacity:.2 !important;}
.opacity-25-im{opacity:.25 !important;}
.opacity-3-im{opacity:.3 !important;}
.opacity-35-im{opacity:.35 !important;}
.opacity-4-im{opacity:.4 !important;}
.opacity-45-im{opacity:.45 !important;}
.opacity-5-im{opacity:.5 !important;}
.opacity-55-im{opacity:.55 !important;}
.opacity-6-im{opacity:.6 !important;}
.opacity-65-im{opacity:.65 !important;}
.opacity-7-im{opacity:.7 !important;}
.opacity-75-im{opacity:.75 !important;}
.opacity-8-im{opacity:.8 !important;}
.opacity-85-im{opacity:.85 !important;}
.opacity-9-im{opacity:.9 !important;}
.opacity-95-im{opacity:.95 !important;}
.opacity-full-im{opacity:1 !important;}










/** z index **/
.zi1{z-index:1;}
.zi2{z-index:2;}
.zi3{z-index:3;}
.zi4{z-index:4;}
.zi5{z-index:5;}
.zi6{z-index:6;}
.zi7{z-index:7;}
.zi8{z-index:8;}
.zi9{z-index:9;}  
.zin10{z-index:10;}
.zi11{z-index:11;}
.zi12{z-index:12;}
.zi13{z-index:13;}
.zi14{z-index:14;}
.zi15{z-index:15;}
.ziin{z-index:99999999999999999999999999;}

.zi4-im{z-index:4 !important;}
.zi5-im{z-index:5 !important;}
.zi6-im{z-index:6 !important;}
.zi7-im{z-index:7 !important;}
.zi8-im{z-index:8 !important;}
.zi9-im{z-index:9 !important;}  
.zi10-im{z-index:10 !important;}
.zi11-im{z-index:11 !important;}
.zi12-im{z-index:12 !important;}
.zi13-im{z-index:13 !important;}
.zi14-im{z-index:14 !important;}
.zi15-im{z-index:15 !important;}
.ziin-im{z-index:99999999999999999999999999 !important;}























/* height */
/* height */
/* height */
/* height */
/* height */

.h5h{height:5vh;}
.h10h{height:10vh;}
.h15h{height:15vh;}
.h20h{height:20vh;}
.h25h{height:25vh;}
.h30h{height:30vh;}
.h35h{height:35vh;}
.h40h{height:40vh;}
.h45h{height:45vh;}
.h50h{height:50vh;}
.h55h{height:55vh;}
.h60h{height:60vh;}
.h65h{height:65vh;}
.h70h{height:70vh;}
.h75h{height:75vh;}
.h80h{height:80vh;}
.h85h{height:85vh;}
.h90h{height:90vh;}
.h95h{height:95vh;}
.h100h{height:100vh;}

.hauto{height:auto;}

.hfull{height:100%;}
.h0{height:0px;}
.h1,.h1h{height:1px;}
.h2{height:2px;}
.h3{height:3px;}
.h4{height:4px;}
.h5{height:5px;}
.h6{height:6px;}
.h7{height:7px;}
.h8{height:8px;}
.h9{height:9px;}
.h10{height:10px;}
.h15{height:15px;}
.h16{height:16px;}
.h20{height:20px;}
.h24{height:24px;}
.h25{height:25px;}
.h28{height:28px;}
.h30{height:30px;}
.h31{height:31px;}
.h32{height:32px;}
.h33{height:33px;}
.h34{height:34px;}
.h35{height:35px;}
.h36{height:36px;}
.h37{height:37px;}
.h38{height:38px;}
.h39{height:39px;}
.h40{height:40px;}
.h45{height:45px;}
.h50{height:50px;}
.h60{height:60px;}
.h65{height:65px;}
.h66{height:66px;}
.h67{height:67px;}
.h68{height:68px;}
.h69{height:69px;}
.h70{height:70px;}
.h80{height:80px;}
.h90{height:90px;}
.h100{height:100px;}
.h110{height:110px;}
.h120{height:120px;}
.h130{height:130px;}
.h140{height:140px;}
.h150{height:150px;}
.h200{height:200px;}
.h295{height:295px;}
.h250{height:250px;}
.h300{height:300px;}
.h350{height:350px;}
.h400{height:400px;}
.h420{height:420px;}
.h450{height:450px;}
.h500{height:500px;}
.h550{height:550px;}
.h600{height:600px;}
.h650{height:650px;}


.h1200{height:1200px;}
.h1500{height:1500px;}
.h1800{height:1800px;}
.h2000{height:2000px;}


.h5h-im{height:5vh !important;}
.h10h-im{height:10vh !important;}
.h15h-im{height:15vh !important;}
.h20h-im{height:20vh !important;}
.h25h-im{height:25vh !important;}
.h30h-im{height:30vh !important;}
.h35h-im{height:35vh !important;}
.h40h-im{height:40vh !important;}
.h45h-im{height:45vh !important;}
.h50h-im{height:50vh !important;}
.h55h-im{height:55vh !important;}
.h60h-im{height:60vh !important;}
.h65h-im{height:65vh !important;}
.h70h-im{height:70vh !important;}
.h75h-im{height:75vh !important;}
.h80h-im{height:80vh !important;}
.h85h-im{height:85vh !important;}
.h90h-im{height:90vh !important;}
.h95h-im{height:95vh !important;}
.h100h-im{height:100vh !important;}

.hauto-im{height:auto !important;}

.hfull-im{height:100% !important;}
.h0-im{height:0px !important;}
.h1-im{height:1px !important;}
.h2-im{height:2px !important;}
.h3-im{height:3px !important;}
.h4-im{height:4px !important;}
.h5-im{height:5px !important;}
.h6-im{height:6px !important;}
.h7-im{height:7px !important;}
.h8-im{height:8px !important;}
.h9-im{height:9px !important;}
.h10-im{height:10px !important;}
.h15-im{height:15px !important;}
.h20-im{height:20px !important;}
.h25-im{height:25px !important;}
.h30-im{height:30px !important;}
.h31-im{height:31px !important;}
.h32-im{height:32px !important;}
.h33-im{height:33px !important;}
.h34-im{height:34px !important;}
.h35-im{height:35px !important;}
.h36-im{height:36px !important;}
.h37-im{height:37px !important;}
.h38-im{height:38px !important;}
.h39-im{height:39px !important;}
.h40-im{height:40px !important;}
.h45-im{height:45px !important;}
.h50-im{height:50px !important;}
.h60-im{height:60px !important;}
.h65-im{height:65px !important;}
.h66-im{height:66px !important;}
.h67-im{height:67px !important;}
.h68-im{height:68px !important;}
.h69-im{height:69px !important;}
.h70-im{height:70px !important;}
.h80-im{height:80px !important;}
.h90-im{height:90px !important;}
.h100-im{height:100px !important;}
.h110-im{height:110px !important;}
.h120-im{height:120px !important;}
.h130-im{height:130px !important;}
.h140-im{height:140px !important;}
.h150-im{height:150px !important;}
.h200-im{height:200px !important;}
.h250-im{height:250px !important;}
.h300-im{height:300px !important;}
.h350-im{height:350px !important;}
.h400-im{height:400px !important;}
.h450-im{height:450px !important;}
.h500-im{height:500px !important;}
.h550-im{height:550px !important;}
.h600-im{height:600px !important;}
.h650-im{height:650px !important;}

/**min height**/

.h5h-min{min-height:5vh;}
.h10h-min{min-height:10vh;}
.h15h-min{min-height:15vh;}
.h20h-min{min-height:20vh;}
.h25h-min{min-height:25vh;}
.h30h-min{min-height:30vh;}
.h35h-min{min-height:35vh;}
.h40h-min{min-height:40vh;}
.h45h-min{min-height:45vh;}
.h50h-min{min-height:50vh;}
.h55h-min{min-height:55vh;}
.h60h-min{min-height:60vh;}
.h65h-min{min-height:65vh;}
.h70h-min{min-height:70vh;}
.h75h-min{min-height:75vh;}
.h80h-min{min-height:80vh;}
.h85h-min{min-height:85vh;}
.h90h-min{min-height:90vh;}
.h95h-min{min-height:95vh;}
.h100h-min{min-height:100vh;}

.hauto-min{min-height:auto;}

.hfull-min{min-height:100%;}
.h0-min{min-height:0px;}
.h1-min{min-height:1px;}
.h2-min{min-height:2px;}
.h3-min{min-height:3px;}
.h4-min{min-height:4px;}
.h5-min{min-height:5px;}
.h6-min{min-height:6px;}
.h7-min{min-height:7px;}
.h8-min{min-height:8px;}
.h9-min{min-height:9px;}
.h10-min{min-height:10px;}
.h15-min{min-height:15px;}
.h20-min{min-height:20px;}
.h25-min{min-height:25px;}
.h30-min{min-height:30px;}
.h31-min{min-height:31px;}
.h32-min{min-height:32px;}
.h33-min{min-height:33px;}
.h34-min{min-height:34px;}
.h35-min{min-height:35px;}
.h36-min{min-height:36px;}
.h37-min{min-height:37px;}
.h38-min{min-height:38px;}
.h39-min{min-height:39px;}
.h40-min{min-height:40px;}
.h45-min{min-height:45px;}
.h50-min{min-height:50px;}
.h60-min{min-height:60px;}
.h65-min{min-height:65px;}
.h66-min{min-height:66px;}
.h67-min{min-height:67px;}
.h68-min{min-height:68px;}
.h69-min{min-height:69px;}
.h70-min{min-height:70px;}
.h80-min{min-height:80px;}
.h90-min{min-height:90px;}
.h100-min{min-height:100px;}
.h110-min{min-height:110px;}
.h120-min{min-height:120px;}
.h130-min{min-height:130px;}
.h140-min{min-height:140px;}
.h150-min{min-height:150px;}
.h200-min{min-height:200px;}
.h250-min{min-height:250px;}
.h300-min{min-height:300px;}
.h350-min{min-height:350px;}
.h400-min{min-height:400px;}
.h450-min{min-height:450px;}
.h500-min{min-height:500px;}
.h550-min{min-height:550px;}
.h600-min{min-height:600px;}
.h650-min{min-height:650px;}




.h5h-min-im{min-height:5vh !important;}
.h10h-min-im{min-height:10vh !important;}
.h15h-min-im{min-height:15vh !important;}
.h20h-min-im{min-height:20vh !important;}
.h25h-min-im{min-height:25vh !important;}
.h30h-min-im{min-height:30vh !important;}
.h35h-min-im{min-height:35vh !important;}
.h40h-min-im{min-height:40vh !important;}
.h45h-min-im{min-height:45vh !important;}
.h50h-min-im{min-height:50vh !important;}
.h55h-min-im{min-height:55vh !important;}
.h60h-min-im{min-height:60vh !important;}
.h65h-min-im{min-height:65vh !important;}
.h70h-min-im{min-height:70vh !important;}
.h75h-min-im{min-height:75vh !important;}
.h80h-min-im{min-height:80vh !important;}
.h85h-min-im{min-height:85vh !important;}
.h90h-min-im{min-height:90vh !important;}
.h95h-min-im{min-height:95vh !important;}
.h100h-min-im{min-height:100vh !important;}

.hauto-min-im{min-height:auto !important;}

.hfull-min-im{min-height:100% !important;}
.h0-min-im{min-height:0px !important;}
.h1-min-im{min-height:1px !important;}
.h2-min-im{min-height:2px !important;}
.h3-min-im{min-height:3px !important;}
.h4-min-im{min-height:4px !important;}
.h5-min-im{min-height:5px !important;}
.h6-min-im{min-height:6px !important;}
.h7-min-im{min-height:7px !important;}
.h8-min-im{min-height:8px !important;}
.h9-min-im{min-height:9px !important;}
.h10-min-im{min-height:10px !important;}
.h15-min-im{min-height:15px !important;}
.h20-min-im{min-height:20px !important;}
.h25-min-im{min-height:25px !important;}
.h30-min-im{min-height:30px !important;}
.h31-min-im{min-height:31px !important;}
.h32-min-im{min-height:32px !important;}
.h33-min-im{min-height:33px !important;}
.h34-min-im{min-height:34px !important;}
.h35-min-im{min-height:35px !important;}
.h36-min-im{min-height:36px !important;}
.h37-min-im{min-height:37px !important;}
.h38-min-im{min-height:38px !important;}
.h39-min-im{min-height:39px !important;}
.h40-min-im{min-height:40px !important;}
.h45-min-im{min-height:45px !important;}
.h50-min-im{min-height:50px !important;}
.h60-min-im{min-height:60px !important;}
.h65-min-im{min-height:65px !important;}
.h66-min-im{min-height:66px !important;}
.h67-min-im{min-height:67px !important;}
.h68-min-im{min-height:68px !important;}
.h69-min-im{min-height:69px !important;}
.h70-min-im{min-height:70px !important;}
.h80-min-im{min-height:80px !important;}
.h90-min-im{min-height:90px !important;}
.h100-min-im{min-height:100px !important;}
.h110-min-im{min-height:110px !important;}
.h120-min-im{min-height:120px !important;}
.h130-min-im{min-height:130px !important;}
.h140-min-im{min-height:140px !important;}
.h150-min-im{min-height:150px !important;}
.h200-min-im{min-height:200px !important;}
.h250-min-im{min-height:250px !important;}
.h300-min-im{min-height:300px !important;}
.h350-min-im{min-height:350px !important;}
.h400-min-im{min-height:400px !important;}
.h450-min-im{min-height:450px !important;}
.h500-min-im{min-height:500px !important;}
.h550-min-im{min-height:550px !important;}
.h600-min-im{min-height:600px !important;}
.h650-min-im{min-height:650px !important;}



 
/**max height**/

.h5h-max{max-height:5vh;}
.h10h-max{max-height:10vh;}
.h15h-max{max-height:15vh;}
.h20h-max{max-height:20vh;}
.h25h-max{max-height:25vh;}
.h30h-max{max-height:30vh;}
.h35h-max{max-height:35vh;}
.h40h-max{max-height:40vh;}
.h45h-max{max-height:45vh;}
.h50h-max{max-height:50vh;}
.h55h-max{max-height:55vh;}
.h60h-max{max-height:60vh;}
.h65h-max{max-height:65vh;}
.h70h-max{max-height:70vh;}
.h75h-max{max-height:75vh;}
.h80h-max{max-height:80vh;}
.h85h-max{max-height:85vh;}
.h90h-max{max-height:90vh;}
.h95h-max{max-height:95vh;}
.h100h-max{max-height:100vh;}

.hauto-max{max-height:auto;}

.hfull-max{max-height:100%;}
.h0-max{max-height:0px;}
.h1-max{max-height:1px;}
.h2-max{max-height:2px;}
.h3-max{max-height:3px;}
.h4-max{max-height:4px;}
.h5-max{max-height:5px;}
.h6-max{max-height:6px;}
.h7-max{max-height:7px;}
.h8-max{max-height:8px;}
.h9-max{max-height:9px;}
.h10-max{max-height:10px;}
.h15-max{max-height:15px;}
.h20-max{max-height:20px;}
.h25-max{max-height:25px;}
.h30-max{max-height:30px;}
.h31-max{max-height:31px;}
.h32-max{max-height:32px;}
.h33-max{max-height:33px;}
.h34-max{max-height:34px;}
.h35-max{max-height:35px;}
.h36-max{max-height:36px;}
.h37-max{max-height:37px;}
.h38-max{max-height:38px;}
.h39-max{max-height:39px;}
.h40-max{max-height:40px;}
.h45-max{max-height:45px;}
.h50-max{max-height:50px;}
.h60-max{max-height:60px;}
.h65-max{max-height:65px;}
.h66-max{max-height:66px;}
.h67-max{max-height:67px;}
.h68-max{max-height:68px;}
.h69-max{max-height:69px;}
.h70-max{max-height:70px;}
.h80-max{max-height:80px;}
.h90-max{max-height:90px;}
.h100-max{max-height:100px;}
.h110-max{max-height:110px;}
.h120-max{max-height:120px;}
.h130-max{max-height:130px;}
.h140-max{max-height:140px;}
.h150-max{max-height:150px;}
.h200-max{max-height:200px;}
.h250-max{max-height:250px;}
.h300-max{max-height:300px;}
.h350-max{max-height:350px;}
.h400-max{max-height:400px;}
.h450-max{max-height:450px;}
.h500-max{max-height:500px;}
.h550-max{max-height:550px;}
.h600-max{max-height:600px;}
.h650-max{max-height:650px;}




.h5h-max-im{max-height:5vh !important;}
.h10h-max-im{max-height:10vh !important;}
.h15h-max-im{max-height:15vh !important;}
.h20h-max-im{max-height:20vh !important;}
.h25h-max-im{max-height:25vh !important;}
.h30h-max-im{max-height:30vh !important;}
.h35h-max-im{max-height:35vh !important;}
.h40h-max-im{max-height:40vh !important;}
.h45h-max-im{max-height:45vh !important;}
.h50h-max-im{max-height:50vh !important;}
.h55h-max-im{max-height:55vh !important;}
.h60h-max-im{max-height:60vh !important;}
.h65h-max-im{max-height:65vh !important;}
.h70h-max-im{max-height:70vh !important;}
.h75h-max-im{max-height:75vh !important;}
.h80h-max-im{max-height:80vh !important;}
.h85h-max-im{max-height:85vh !important;}
.h90h-max-im{max-height:90vh !important;}
.h95h-max-im{max-height:95vh !important;}
.h100h-max-im{max-height:100vh !important;}

.hauto-max-im{max-height:auto !important;}

.hfull-max-im{max-height:100% !important;}
.h0-max-im{max-height:0px !important;}
.h1-max-im{max-height:1px !important;}
.h2-max-im{max-height:2px !important;}
.h3-max-im{max-height:3px !important;}
.h4-max-im{max-height:4px !important;}
.h5-max-im{max-height:5px !important;}
.h6-max-im{max-height:6px !important;}
.h7-max-im{max-height:7px !important;}
.h8-max-im{max-height:8px !important;}
.h9-max-im{max-height:9px !important;}
.h10-max-im{max-height:10px !important;}
.h15-max-im{max-height:15px !important;}
.h20-max-im{max-height:20px !important;}
.h25-max-im{max-height:25px !important;}
.h30-max-im{max-height:30px !important;}
.h31-max-im{max-height:31px !important;}
.h32-max-im{max-height:32px !important;}
.h33-max-im{max-height:33px !important;}
.h34-max-im{max-height:34px !important;}
.h35-max-im{max-height:35px !important;}
.h36-max-im{max-height:36px !important;}
.h37-max-im{max-height:37px !important;}
.h38-max-im{max-height:38px !important;}
.h39-max-im{max-height:39px !important;}
.h40-max-im{max-height:40px !important;}
.h45-max-im{max-height:45px !important;}
.h50-max-im{max-height:50px !important;}
.h60-max-im{max-height:60px !important;}
.h65-max-im{max-height:65px !important;}
.h66-max-im{max-height:66px !important;}
.h67-max-im{max-height:67px !important;}
.h68-max-im{max-height:68px !important;}
.h69-max-im{max-height:69px !important;}
.h70-max-im{max-height:70px !important;}
.h80-max-im{max-height:80px !important;}
.h90-max-im{max-height:90px !important;}
.h100-max-im{max-height:100px !important;}
.h110-max-im{max-height:110px !important;}
.h120-max-im{max-height:120px !important;}
.h130-max-im{max-height:130px !important;}
.h140-max-im{max-height:140px !important;}
.h150-max-im{max-height:150px !important;}
.h200-max-im{max-height:200px !important;}
.h250-max-im{max-height:250px !important;}
.h300-max-im{max-height:300px !important;}
.h350-max-im{max-height:350px !important;}
.h400-max-im{max-height:400px !important;}
.h450-max-im{max-height:450px !important;}
.h500-max-im{max-height:500px !important;}
.h550-max-im{max-height:550px !important;}
.h600-max-im{max-height:600px !important;}
.h650-max-im{max-height:650px !important;}






/* width */

.wauto{width:auto;}
.wauto-im{width:auto !important;}



.w5w{width:5vw;}
.w10w{width:10vw;}
.w15w{width:15vw;}
.w20w{width:20vw;}
.w25w{width:25vw;}
.w30w{width:30vw;}
.w35w{width:35vw;}
.w40w{width:40vw;}
.w45w{width:45vw;}
.w50w{width:50vw;}
.w55w{width:55vw;}
.w60w{width:60vw;}
.w65w{width:65vw;}
.w70w{width:70vw;}
.w75w{width:75vw;}
.w80w{width:80vw;}
.w85w{width:85vw;}
.w90w{width:90vw;}
.w95w{width:95vw;}
.w100w{width:100vw;}










.w0{width:0px;}
.w1{width:1px;}
.w2{width:2px;}
.w3{width:3px;}
.w4{width:4px;}
.w5{width:5px;}
.w6{width:6px;}
.w7{width:7px;}
.w8{width:8px;}
.w9{width:9px;}
.w10{width:10px;}
.w15{width:15px;}
.w20{width:20px;}
.w25{width:25px;}
.w27{width:27px;}
.w30{width:30px;}
.w35{width:35px;}
.w40{width:40px;}
.w45{width:45px;}
.w50{width:50px;}
.w60{width:60px;}
.w65{width:65px;}
.w66{width:66px;}
.w67{width:67px;}
.w68{width:68px;}
.w69{width:69px;}
.w70{width:70px;}
.w80{width:80px;}
.w90{width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w140{width:140px;}
.w150{width:150px;}
.w160{width:160px;}
.w170{width:170px;}
.w180{width:180px;}
.w190{width:190px;}
.w200{width:200px;}
.w210{width:210px;}
.w220{width:220px;}
.w230{width:230px;}
.w240{width:240px;}
.w250{width:250px;}
.w260{width:260px;}
.w270{width:270px;}
.w280{width:280px;}
.w290{width:250px;}
.w300{width:300px;}
.w310{width:310px;}
.w320{width:320px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w510{width:510px;}
.w550{width:550px;}
.w600{width:600px;}
.w650{width:650px;}



.w1000{width:1000px;}










.w0-im{width:0px !important;}
.w1-im{width:1px !important;}
.w2-im{width:2px !important;}
.w3-im{width:3px !important;}
.w4-im{width:4px !important;}
.w5-im{width:5px !important;}
.w6-im{width:6px !important;}
.w7-im{width:7px !important;}
.w8-im{width:8px !important;}
.w9-im{width:9px !important;}
.w10-im{width:10px !important;}
.w15-im{width:15px !important;}
.w20-im{width:20px !important;}
.w25-im{width:25px !important;}
.w30-im{width:30px !important;}
.wi35-im{width:35px !important;}
.w40-im{width:40px !important;}
.w45-im{width:45px !important;}
.w50-im{width:50px !important;}
.w60-im{width:60px !important;}
.w65-im{width:65px !important;}
.w66-im{width:66px !important;}
.w67-im{width:67px !important;}
.w68-im{width:68px !important;}
.w69-im{width:69px !important;}
.w70-im{width:70px !important;}
.w80-im{width:80px !important;}
.w90-im{width:90px !important;}
.w100-im{width:100px !important;}
.w110-im{width:110px !important;}
.w120-im{width:120px !important;}
.w140-im{width:140px !important;}
.w150-im{width:150px !important;}
.w200-im{width:200px !important;}
.w210-im{width:210px !important;}
.w220-im{width:220px !important;}
.w230-im{width:230px !important;}
.w240-im{width:240px !important;}
.w250-im{width:250px !important;}
.w300-im{width:300px !important;}
.w310-im{width:310px !important;}
.w320-im{width:320px !important;}
.w350-im{width:350px !important;}
.w400-im{width:400px !important;}
.w450-im{width:450px !important;}
.w500-im{width:500px !important;}
.w550-im{width:550px !important;}
.w600-im{width:600px !important;}
.w650-im{width:650px !important;}

/* width percentage*/


.w0p{width:0%;}
.w1p{width:1%;}
.w1p{width:1%;}
.w2p{width:2%;}
.w3p{width:3%;}
.w4p{width:4%;}
.w5p{width:5%;}
.w6p{width:6%;}
.w7p{width:7%;}
.w8p{width:8%;}
.w9p{width:9%;}
.w10p{width:10%;}
.w11p{width:11%;}
.w12p{width:12%;}
.w13p{width:13%;}
.w14p{width:14%;}
.w15p{width:15%;}
.w16p{width:16%;}
.w17p{width:17%;}
.w18p{width:18%;}
.w19p{width:19%;}
.w20p{width:20%;}
.w21p{width:21%;}
.w22p{width:22%;}
.w23p{width:23%;}
.w24p{width:24%;}
.w25p{width:25%;}
.w28p{width:28%;}
.w30p{width:30%;}
.w33p{width:33.33333333%;}
.w35p{width:35%;}
.w40p{width:40%;}
.w41p{width:41%;}
.w42p{width:42%;}
.w43p{width:43%;}
.w44p{width:44%;}
.w45p{width:45%;}
.w46p{width:46%;}
.w47p{width:47%;}
.w48p{width:48%;}
.w49p{width:49%;}
.w50p{width:50%;}
.w51p{width:51%;}
.w52p{width:52%;}
.w53p{width:53%;}
.w54p{width:54%;}
.w55p{width:55%;}
.w60p{width:60%;}
.w65p{width:65%;}
.w66p{width:66%;}
.w66pq{width:66.666666666%;}
.w67p{width:67%;}
.w68p{width:68%;}
.w69p{width:69%;}
.w70p{width:70%;}
.w75p{width:75%;}
.w78p{width:78%;}
.w80p{width:80%;}
.w81p{width:81%;}
.w82p{width:82%;} 
.w83p{width:83%;}
.w84p{width:84%;}
.w85p{width:85%;}
.w90p{width:90%;}
.w95p{width:95%;}
.w96p{width:96%;}
.w97p{width:97%;}
.w98p{width:98%;}
.w99p{width:99%;}
.w100p,.full-width,
.fw{width:100%;}
.hw{width:50%;}



.w0p-im{width:0% !important;}
.w1p-im{width:1% !important;}
.w1p-im{width:1% !important;}
.w2p-im{width:2% !important;}
.w3p-im{width:3% !important;}
.w4p-im{width:4% !important;}
.w5p-im{width:5% !important;}
.w6p-im{width:6% !important;}
.w7p-im{width:7% !important;}
.w8p-im{width:8% !important;}
.w9p-im{width:9% !important;}
.w10p-im{width:10% !important;}
.w11p-im{width:11% !important;}
.w12p-im{width:12% !important;}
.w13p-im{width:13% !important;}
.w14p-im{width:14% !important;}
.w15p-im{width:15% !important;}
.w16p-im{width:16% !important;}
.w17p-im{width:17% !important;}
.w18p-im{width:18% !important;}
.w19p-im{width:19% !important;}
.w20p-im{width:20% !important;}
.w21p-im{width:21% !important;}
.w22p-im{width:22% !important;}
.w23p-im{width:23% !important;}
.w24p-im{width:24% !important;}
.w25p-im{width:25% !important;}
.w28p-im{width:28% !important;}
.w30p-im{width:30% !important;}
.w33p-im{width:33.33% !important;}
.w35p-im{width:35% !important;}
.w40p-im{width:40% !important;}
.w41p-im{width:41% !important;}
.w42p-im{width:42% !important;}
.w43p-im{width:43% !important;}
.w44p-im{width:44% !important;}
.w45p-im{width:45% !important;}
.w46p-im{width:46% !important;}
.w47p-im{width:47% !important;}
.w48p-im{width:48% !important;}
.w49p-im{width:49% !important;}
.w50p-im{width:50% !important;}
.w51p-im{width:51% !important;}
.w52p-im{width:52% !important;}
.w53p-im{width:53% !important;}
.w54p-im{width:54% !important;}
.w55p-im{width:55% !important;}
.w60p-im{width:60% !important;}
.w65p-im{width:65% !important;}
.w66p-im{width:66% !important;}
.w67p-im{width:67% !important;}
.w68p-im{width:68% !important;}
.w69p-im{width:69% !important;}
.w70p-im{width:70% !important;}
.w75p-im{width:75% !important;}
.w78p-im{width:78% !important;}
.w80p-im{width:80% !important;}
.w81p-im{width:81% !important;}
.w82p-im{width:82% !important;} 
.w83p-im{width:83% !important;}
.w84p-im{width:84% !important;}
.w85p-im{width:85% !important;}
.w90p-im{width:90% !important;}
.w95p-im{width:95% !important;}
.w98p-im{width:98% !important;}
.w99p-im{width:99% !important;}
.w100p-im,
.full-width-im{width:100% !important;}

/** min-width **/

.w0-min{min-width:0px;}
.w1-min{min-width:1px;}
.w2-min{min-width:2px;}
.w3-min{min-width:3px;}
.w4-min{min-width:4px;}
.w5-min{min-width:5px;}
.w6-min{min-width:6px;}
.w7-min{min-width:7px;}
.w8-min{min-width:8px;}
.w9-min{min-width:9px;}
.w10-min{min-width:10px;}
.w15-min{min-width:15px;}
.w20-min{min-width:20px;}
.w25-min{min-width:25px;}
.w30-min{min-width:30px;}
.wi35-min{min-width:35px;}
.w40-min{min-width:40px;}
.w45-min{min-width:45px;}
.w50-min{min-width:50px;}
.w60-min{min-width:60px;}
.w65-min{min-width:65px;}
.w66-min{min-width:66px;}
.w67-min{min-width:67px;}
.w68-min{min-width:68px;}
.w69-min{min-width:69px;}
.w70-min{min-width:70px;}
.w80-min{min-width:80px;}
.w90-min{min-width:90px;}
.w100-min{min-width:100px;}
.w110-min{min-width:110px;}
.w120-min{min-width:120px;}
.w130-min{min-width:130px;}
.w140-min{min-width:140px;} 
.w150-min{min-width:150px;} 
.w200-min{min-width:200px;}
.w210-min{min-width:210px;}
.w220-min{min-width:220px;}
.w230-min{min-width:230px;}
.w240-min{min-width:240px;}
.w250-min{min-width:250px;}
.w300-min{min-width:300px;}
.w310-min{min-width:310px;}
.w320-min{min-width:320px;}
.w350-min{min-width:350px;}
.w400-min{min-width:400px;}
.w450-min{min-width:450px;}
.w500-min{min-width:500px;}
.w550-min{min-width:550px;}
.w600-min{min-width:600px;}
.w650-min{min-width:650px;}

.w0-min-im{min-width:0px !important;}
.w1-min-im{min-width:1px !important;}
.w2-min-im{min-width:2px !important;}
.w3-min-im{min-width:3px !important;}
.w4-min-im{min-width:4px !important;}
.w5-min-im{min-width:5px !important;}
.w6-min-im{min-width:6px !important;}
.w7-min-im{min-width:7px !important;}
.w8-min-im{min-width:8px !important;}
.w9-min-im{min-width:9px !important;}
.w10-min-im{min-width:10px !important;}
.w15-min-im{min-width:15px !important;}
.w20-min-im{min-width:20px !important;}
.w25-min-im{min-width:25px !important;}
.w30-min-im{min-width:30px !important;}
.wi35-min-im{min-width:35px !important;}
.w40-min-im{min-width:40px !important;}
.w45-min-im{min-width:45px !important;}
.w50-min-im{min-width:50px !important;}
.w60-min-im{min-width:60px !important;}
.w65-min-im{min-width:65px !important;}
.w66-min-im{min-width:66px !important;}
.w67-min-im{min-width:67px !important;}
.w68-min-im{min-width:68px !important;}
.w69-min-im{min-width:69px !important;}
.w70-min-im{min-width:70px !important;}
.w80-min-im{min-width:80px !important;}
.w90-min-im{min-width:90px !important;}
.w100-min-im{min-width:100px !important;}
.w110-min-im{min-width:110px !important;}
.w120-min-im{min-width:120px !important;}
.w140-min-im{min-width:140px !important;}
.w150-min-im{min-width:150px !important;}
.w200-min-im{min-width:200px !important;}
.w210-min-im{min-width:210px !important;}
.w220-min-im{min-width:220px !important;}
.w230-min-im{min-width:230px !important;}
.w240-min-im{min-width:240px !important;}
.w250-min-im{min-width:250px !important;}
.w300-min-im{min-width:300px !important;}
.w310-min-im{min-width:310px !important;}
.w320-min-im{min-width:320px !important;}
.w350-min-im{min-width:350px !important;}
.w400-min-im{min-width:400px !important;}
.w450-min-im{min-width:450px !important;}
.w500-min-im{min-width:500px !important;}
.w550-min-im{min-width:550px !important;}
.w600-min-im{min-width:600px !important;}
.w650-min-im{min-width:650px !important;}

/* min-width percentage*/


.w0p-min{min-width:0%;}
.w1p-min{min-width:1%;}
.w1p-min{min-width:1%;}
.w2p-min{min-width:2%;}
.w3p-min{min-width:3%;}
.w4p-min{min-width:4%;}
.w5p-min{min-width:5%;}
.w6p-min{min-width:6%;}
.w7p-min{min-width:7%;}
.w8p-min{min-width:8%;}
.w9p-min{min-width:9%;}
.w10p-min{min-width:10%;}
.w11p-min{min-width:11%;}
.w12p-min{min-width:12%;}
.w13p-min{min-width:13%;}
.w14p-min{min-width:14%;}
.w15p-min{min-width:15%;}
.w16p-min{min-width:16%;}
.w17p-min{min-width:17%;}
.w18p-min{min-width:18%;}
.w19p-min{min-width:19%;}
.w20p-min{min-width:20%;}
.w21p-min{min-width:21%;}
.w22p-min{min-width:22%;}
.w23p-min{min-width:23%;}
.w24p-min{min-width:24%;}
.w25p-min{min-width:25%;}
.w28p-min{min-width:28%;}
.w30p-min{min-width:30%;}
.w33p-min{min-width:33.33%;}
.w35p-min{min-width:35%;}
.w40p-min{min-width:40%;}
.w41p-min{min-width:41%;}
.w42p-min{min-width:42%;}
.w43p-min{min-width:43%;}
.w44p-min{min-width:44%;}
.w45p-min{min-width:45%;}
.w46p-min{min-width:46%;}
.w47p-min{min-width:47%;}
.w48p-min{min-width:48%;}
.w49p-min{min-width:49%;}
.w50p-min{min-width:50%;}
.w51p-min{min-width:51%;}
.w52p-min{min-width:52%;}
.w53p-min{min-width:53%;}
.w54p-min{min-width:54%;}
.w55p-min{min-width:55%;}
.w60p-min{min-width:60%;}
.w65p-min{min-width:65%;}
.w66p-min{min-width:66%;}
.w67p-min{min-width:67%;}
.w68p-min{min-width:68%;}
.w69p-min{min-width:69%;}
.w70p-min{min-width:70%;}
.w75p-min{min-width:75%;}
.w78p-min{min-width:78%;}
.w80p-min{min-width:80%;}
.w81p-min{min-width:81%;}
.w82p-min{min-width:82%;} 
.w83p-min{min-width:83%;}
.w84p-min{min-width:84%;}
.w85p-min{min-width:85%;}
.w90p-min{min-width:90%;}
.w95p-min{min-width:95%;}
.w98p-min{min-width:98%;}
.w99p-min{min-width:99%;}
.w100p-min,.full-width-min{min-width:100%;}



.w0p-min-im{min-width:0% !important;}
.w1p-min-im{min-width:1% !important;}
.w1p-min-im{min-width:1% !important;}
.w2p-min-im{min-width:2% !important;}
.w3p-min-im{min-width:3% !important;}
.w4p-min-im{min-width:4% !important;}
.w5p-min-im{min-width:5% !important;}
.w6p-min-im{min-width:6% !important;}
.w7p-min-im{min-width:7% !important;}
.w8p-min-im{min-width:8% !important;}
.w9p-min-im{min-width:9% !important;}
.w10p-min-im{min-width:10% !important;}
.w11p-min-im{min-width:11% !important;}
.w12p-min-im{min-width:12% !important;}
.w13p-min-im{min-width:13% !important;}
.w14p-min-im{min-width:14% !important;}
.w15p-min-im{min-width:15% !important;}
.w16p-min-im{min-width:16% !important;}
.w17p-min-im{min-width:17% !important;}
.w18p-min-im{min-width:18% !important;}
.w19p-min-im{min-width:19% !important;}
.w20p-min-im{min-width:20% !important;}
.w21p-min-im{min-width:21% !important;}
.w22p-min-im{min-width:22% !important;}
.w23p-min-im{min-width:23% !important;}
.w24p-min-im{min-width:24% !important;}
.w25p-min-im{min-width:25% !important;}
.w28p-min-im{min-width:28% !important;}
.w30p-min-im{min-width:30% !important;}
.w33p-min-im{min-width:33.33% !important;}
.w35p-min-im{min-width:35% !important;}
.w40p-min-im{min-width:40% !important;}
.w41p-min-im{min-width:41% !important;}
.w42p-min-im{min-width:42% !important;}
.w43p-min-im{min-width:43% !important;}
.w44p-min-im{min-width:44% !important;}
.w45p-min-im{min-width:45% !important;}
.w46p-min-im{min-width:46% !important;}
.w47p-min-im{min-width:47% !important;}
.w48p-min-im{min-width:48% !important;}
.w49p-min-im{min-width:49% !important;}
.w50p-min-im{min-width:50% !important;}
.w51p-min-im{min-width:51% !important;}
.w52p-min-im{min-width:52% !important;}
.w53p-min-im{min-width:53% !important;}
.w54p-min-im{min-width:54% !important;}
.w55p-min-im{min-width:55% !important;}
.w60p-min-im{min-width:60% !important;}
.w65p-min-im{min-width:65% !important;}
.w66p-min-im{min-width:66% !important;}
.w67p-min-im{min-width:67% !important;}
.w68p-min-im{min-width:68% !important;}
.w69p-min-im{min-width:69% !important;}
.w70p-min-im{min-width:70% !important;}
.w75p-min-im{min-width:75% !important;}
.w78p-min-im{min-width:78% !important;}
.w80p-min-im{min-width:80% !important;}
.w81p-min-im{min-width:81% !important;}
.w82p-min-im{min-width:82% !important;} 
.w83p-min-im{min-width:83% !important;}
.w84p-min-im{min-width:84% !important;}
.w85p-min-im{min-width:85% !important;}
.w90p-min-im{min-width:90% !important;}
.w95p-min-im{min-width:95% !important;}
.w98p-min-im{min-width:98% !important;}
.w99p-min-im{min-width:99% !important;}
.w100p-min-im,
.full-width-min-im{min-width:100% !important;}




/** max-width **/

.w0-max{max-width:0px;}
.w1-max{max-width:1px;}
.w2-max{max-width:2px;}
.w3-max{max-width:3px;}
.w4-max{max-width:4px;}
.w5-max{max-width:5px;}
.w6-max{max-width:6px;}
.w7-max{max-width:7px;}
.w8-max{max-width:8px;}
.w9-max{max-width:9px;}
.w10-max{max-width:10px;}
.w15-max{max-width:15px;}
.w20-max{max-width:20px;}
.w25-max{max-width:25px;}
.w30-max{max-width:30px;}
.wi35-max{max-width:35px;}
.w40-max{max-width:40px;}
.w45-max{max-width:45px;}
.w50-max{max-width:50px;}
.w60-max{max-width:60px;}
.w65-max{max-width:65px;}
.w66-max{max-width:66px;}
.w67-max{max-width:67px;}
.w68-max{max-width:68px;}
.w69-max{max-width:69px;}
.w70-max{max-width:70px;}
.w80-max{max-width:80px;}
.w90-max{max-width:90px;}
.w100-max{max-width:100px;}
.w110-max{max-width:110px;}
.w120-max{max-width:120px;}
.w140-max{max-width:140px;}
.w150-max{max-width:150px;}
.w200-max{max-width:200px;}
.w210-max{max-width:210px;}
.w220-max{max-width:220px;}
.w230-max{max-width:230px;}
.w240-max{max-width:240px;}
.w250-max{max-width:250px;}
.w300-max{max-width:300px;}
.w310-max{max-width:310px;}
.w320-max{max-width:320px;}
.w350-max{max-width:350px;}
.w400-max{max-width:400px;}
.w450-max{max-width:450px;}
.w500-max{max-width:500px;}
.w550-max{max-width:550px;}
.w600-max{max-width:600px;}
.w650-max{max-width:650px;}

.w0-max-im{max-width:0px !important;}
.w1-max-im{max-width:1px !important;}
.w2-max-im{max-width:2px !important;}
.w3-max-im{max-width:3px !important;}
.w4-max-im{max-width:4px !important;}
.w5-max-im{max-width:5px !important;}
.w6-max-im{max-width:6px !important;}
.w7-max-im{max-width:7px !important;}
.w8-max-im{max-width:8px !important;}
.w9-max-im{max-width:9px !important;}
.w10-max-im{max-width:10px !important;}
.w15-max-im{max-width:15px !important;}
.w20-max-im{max-width:20px !important;}
.w25-max-im{max-width:25px !important;}
.w30-max-im{max-width:30px !important;}
.wi35-max-im{max-width:35px !important;}
.w40-max-im{max-width:40px !important;}
.w45-max-im{max-width:45px !important;}
.w50-max-im{max-width:50px !important;}
.w60-max-im{max-width:60px !important;}
.w65-max-im{max-width:65px !important;}
.w66-max-im{max-width:66px !important;}
.w67-max-im{max-width:67px !important;}
.w68-max-im{max-width:68px !important;}
.w69-max-im{max-width:69px !important;}
.w70-max-im{max-width:70px !important;}
.w80-max-im{max-width:80px !important;}
.w90-max-im{max-width:90px !important;}
.w100-max-im{max-width:100px !important;}
.w110-max-im{max-width:110px !important;}
.w120-max-im{max-width:120px !important;}
.w140-max-im{max-width:140px !important;}
.w150-max-im{max-width:150px !important;}
.w200-max-im{max-width:200px !important;}
.w210-max-im{max-width:210px !important;}
.w220-max-im{max-width:220px !important;}
.w230-max-im{max-width:230px !important;}
.w240-max-im{max-width:240px !important;}
.w250-max-im{max-width:250px !important;}
.w300-max-im{max-width:300px !important;}
.w310-max-im{max-width:310px !important;}
.w320-max-im{max-width:320px !important;}
.w350-max-im{max-width:350px !important;}
.w400-max-im{max-width:400px !important;}
.w450-max-im{max-width:450px !important;}
.w500-max-im{max-width:500px !important;}
.w550-max-im{max-width:550px !important;}
.w600-max-im{max-width:600px !important;}
.w650-max-im{max-width:650px !important;}

/* max-width percentage*/


.w0p-max{max-width:0%;}
.w1p-max{max-width:1%;}
.w1p-max{max-width:1%;}
.w2p-max{max-width:2%;}
.w3p-max{max-width:3%;}
.w4p-max{max-width:4%;}
.w5p-max{max-width:5%;}
.w6p-max{max-width:6%;}
.w7p-max{max-width:7%;}
.w8p-max{max-width:8%;}
.w9p-max{max-width:9%;}
.w10p-max{max-width:10%;}
.w11p-max{max-width:11%;}
.w12p-max{max-width:12%;}
.w13p-max{max-width:13%;}
.w14p-max{max-width:14%;}
.w15p-max{max-width:15%;}
.w16p-max{max-width:16%;}
.w17p-max{max-width:17%;}
.w18p-max{max-width:18%;}
.w19p-max{max-width:19%;}
.w20p-max{max-width:20%;}
.w21p-max{max-width:21%;}
.w22p-max{max-width:22%;}
.w23p-max{max-width:23%;}
.w24p-max{max-width:24%;}
.w25p-max{max-width:25%;}
.w28p-max{max-width:28%;}
.w30p-max{max-width:30%;}
.w33p-max{max-width:33.33%;}
.w35p-max{max-width:35%;}
.w40p-max{max-width:40%;}
.w41p-max{max-width:41%;}
.w42p-max{max-width:42%;}
.w43p-max{max-width:43%;}
.w44p-max{max-width:44%;}
.w45p-max{max-width:45%;}
.w46p-max{max-width:46%;}
.w47p-max{max-width:47%;}
.w48p-max{max-width:48%;}
.w49p-max{max-width:49%;}
.w50p-max{max-width:50%;}
.w51p-max{max-width:51%;}
.w52p-max{max-width:52%;}
.w53p-max{max-width:53%;}
.w54p-max{max-width:54%;}
.w55p-max{max-width:55%;}
.w60p-max{max-width:60%;}
.w65p-max{max-width:65%;}
.w66p-max{max-width:66%;}
.w67p-max{max-width:67%;}
.w68p-max{max-width:68%;}
.w69p-max{max-width:69%;}
.w70p-max{max-width:70%;}
.w75p-max{max-width:75%;}
.w78p-max{max-width:78%;}
.w80p-max{max-width:80%;}
.w81p-max{max-width:81%;}
.w82p-max{max-width:82%;} 
.w83p-max{max-width:83%;}
.w84p-max{max-width:84%;}
.w85p-max{max-width:85%;}
.w90p-max{max-width:90%;}
.w95p-max{max-width:95%;}
.w98p-max{max-width:98%;}
.w99p-max{max-width:99%;}
.w100p-max,.full-width-max,.fw-max{max-width:100%;}



.w0p-max-im{max-width:0% !important;}
.w1p-max-im{max-width:1% !important;}
.w1p-max-im{max-width:1% !important;}
.w2p-max-im{max-width:2% !important;}
.w3p-max-im{max-width:3% !important;}
.w4p-max-im{max-width:4% !important;}
.w5p-max-im{max-width:5% !important;}
.w6p-max-im{max-width:6% !important;}
.w7p-max-im{max-width:7% !important;}
.w8p-max-im{max-width:8% !important;}
.w9p-max-im{max-width:9% !important;}
.w10p-max-im{max-width:10% !important;}
.w11p-max-im{max-width:11% !important;}
.w12p-max-im{max-width:12% !important;}
.w13p-max-im{max-width:13% !important;}
.w14p-max-im{max-width:14% !important;}
.w15p-max-im{max-width:15% !important;}
.w16p-max-im{max-width:16% !important;}
.w17p-max-im{max-width:17% !important;}
.w18p-max-im{max-width:18% !important;}
.w19p-max-im{max-width:19% !important;}
.w20p-max-im{max-width:20% !important;}
.w21p-max-im{max-width:21% !important;}
.w22p-max-im{max-width:22% !important;}
.w23p-max-im{max-width:23% !important;}
.w24p-max-im{max-width:24% !important;}
.w25p-max-im{max-width:25% !important;}
.w28p-max-im{max-width:28% !important;}
.w30p-max-im{max-width:30% !important;}
.w33p-max-im{max-width:33.33% !important;}
.w35p-max-im{max-width:35% !important;}
.w40p-max-im{max-width:40% !important;}
.w41p-max-im{max-width:41% !important;}
.w42p-max-im{max-width:42% !important;}
.w43p-max-im{max-width:43% !important;}
.w44p-max-im{max-width:44% !important;}
.w45p-max-im{max-width:45% !important;}
.w46p-max-im{max-width:46% !important;}
.w47p-max-im{max-width:47% !important;}
.w48p-max-im{max-width:48% !important;}
.w49p-max-im{max-width:49% !important;}
.w50p-max-im{max-width:50% !important;}
.w51p-max-im{max-width:51% !important;}
.w52p-max-im{max-width:52% !important;}
.w53p-max-im{max-width:53% !important;}
.w54p-max-im{max-width:54% !important;}
.w55p-max-im{max-width:55% !important;}
.w60p-max-im{max-width:60% !important;}
.w65p-max-im{max-width:65% !important;}
.w66p-max-im{max-width:66% !important;}
.w67p-max-im{max-width:67% !important;}
.w68p-max-im{max-width:68% !important;}
.w69p-max-im{max-width:69% !important;}
.w70p-max-im{max-width:70% !important;}
.w75p-max-im{max-width:75% !important;}
.w78p-max-im{max-width:78% !important;}
.w80p-max-im{max-width:80% !important;}
.w81p-max-im{max-width:81% !important;}
.w82p-max-im{max-width:82% !important;} 
.w83p-max-im{max-width:83% !important;}
.w84p-max-im{max-width:84% !important;}
.w85p-max-im{max-width:85% !important;}
.w90p-max-im{max-width:90% !important;}
.w95p-max-im{max-width:95% !important;}
.w98p-max-im{max-width:98% !important;}
.w99p-max-im{max-width:99% !important;}
.w100p-max-im,
.full-width-max-im{max-width:100% !important;}








/* custom Margin */
/* custom Margin */
/* custom Margin */
.m-auto{margin:auto;}
.m-left-auto{margin-left:auto;}
.m-right-auto{margin-right:auto;}


.m0{margin:0px;}
.m1{margin:1px;}
.m2{margin:2px;}
.m3{margin:3px;}
.m4{margin:4px;}
.m5{margin:5px;}
.m6{margin:6px;}
.m7{margin:7px;}
.m8{margin:8px;}
.m9{margin:9px;}
.m10{margin:10px;}
.m11{margin:11px;}
.m12{margin:12px;}
.m13{margin:13px;}
.m14{margin:14px;}
.m15{margin:15px;}

.mt10vh{margin-top:10vh;}


.m0-im{margin:0px !important;}
.m1-im{margin:1px !important;}
.m2-im{margin:2px !important;}
.m3-im{margin:3px !important;}
.m4-im{margin:4px !important;}
.m5-im{margin:5px !important;}
.m6-im{margin:6px !important;}
.m7-im{margin:7px !important;}
.m8-im{margin:8px !important;}
.m9-im{margin:9px !important;}
.m10-im{margin:10px !important;}
.m11-im{margin:11px !important;}
.m12-im{margin:12px !important;}
.m13-im{margin:13px !important;}
.m14-im{margin:14px !important;}
.m15-im{margin:15px !important;}

     

/** margin top **/




.mt0{margin-top:0px;}
.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt6{margin-top:6px;}  
.mt7{margin-top:7px;}
.mt8{margin-top:8px;}
.mt9{margin-top:9px;}
.mt10{margin-top:10px;}
.mt11{margin-top:11px;}
.mt12{margin-top:12px;}
.mt13{margin-top:13px;}
.mt14{margin-top:14px;}
.mt15{margin-top:15px;}
.mt16{margin-top:16px;}
.mt17{margin-top:17px;}
.mt18{margin-top:18px;}
.mt19{margin-top:19px;}
.mt20{margin-top:20px;}
.mt21{margin-top:21px;}
.mt22{margin-top:22px;}
.mt23{margin-top:23px;}
.mt24{margin-top:24px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}
.mt65{margin-top:65px;}
.mt70{margin-top:70px;}
.mt75{margin-top:75px;}
.mt80{margin-top:80px;}
.mt85{margin-top:85px;}
.mt90{margin-top:90px;}
.mt95{margin-top:95px;}
.mt100{margin-top:100px;}
.mt105{margin-top:105px;}
.mt110{margin-top:110px;}
.mt115{margin-top:115px;}
.mt120{margin-top:120px;}
.mt125{margin-top:125px;}
.mt130{margin-top:130px;}
.mt135{margin-top:135px;}
.mt140{margin-top:140px;}
.mt145{margin-top:145px;}
.mt150{margin-top:150px;}
.mt155{margin-top:155px;}
.mt160{margin-top:160px;}
.mt165{margin-top:165px;}
.mt170{margin-top:170px;}
.mt175{margin-top:175px;}
.mt180{margin-top:180px;}
.mt185{margin-top:185px;}
.mt190{margin-top:190px;}
.mt195{margin-top:195px;}
.mt200{margin-top:200px;}
.mt210{margin-top:210px;}
.mt220{margin-top:220px;}
.mt230{margin-top:230px;}
.mt240{margin-top:240px;}
.mt250{margin-top:250px;}
.mt260{margin-top:260px;}
.mt270{margin-top:270px;}
.mt280{margin-top:280px;}
.mt290{margin-top:290px;}
.mt300{margin-top:300px;}
.mt350{margin-top:350px;}
.mt400{margin-top:400px;}
.mt450{margin-top:450px;}
.mt500{margin-top:500px;}




.mt-1{margin-top:-1px;}
.mt-2{margin-top:-2px;}
.mt-3{margin-top:-3px;}
.mt-4{margin-top:-4px;}
.mt-5{margin-top:-5px;}
.mt-6{margin-top:-6px;}  
.mt-7{margin-top:-7px;}
.mt-8{margin-top:-8px;}
.mt-9{margin-top:-9px;}
.mt-10{margin-top:-10px;}
.mt-11{margin-top:-11px;}
.mt-12{margin-top:-12px;}
.mt-13{margin-top:-13px;}
.mt-14{margin-top:-14px;}
.mt-15{margin-top:-15px;}
.mt-16{margin-top:-16px;}
.mt-17{margin-top:-17px;}
.mt-18{margin-top:-18px;}
.mt-19{margin-top:-19px;}
.mt-20{margin-top:-20px;}
.mt-25{margin-top:-25px;}
.mt-30{margin-top:-30px;}
.mt-35{margin-top:-35px;}
.mt-40{margin-top:-40px;}
.mt-43{margin-top:-43px;}
.mt-44{margin-top:-44px;}
.mt-45{margin-top:-45px;}
.mt-50{margin-top:-50px;}
.mt-55{margin-top:-55px;}
.mt-60{margin-top:-60px;}
.mt-65{margin-top:-65px;}
.mt-70{margin-top:-70px;}
.mt-75{margin-top:-75px;}
.mt-80{margin-top:-80px;}
.mt-81{margin-top:-81px;}
.mt-85{margin-top:-85px;}
.mt-86{margin-top:-86px;}
.mt-90{margin-top:-90px;}
.mt-95{margin-top:-95px;}
.mt-100{margin-top:-100px;}
.mt-105{margin-top:-105px;}
.mt-110{margin-top:-110px;}
.mt-115{margin-top:-115px;}
.mt-120{margin-top:-120px;}
.mt-125{margin-top:-125px;}
.mt-130{margin-top:-130px;}
.mt-135{margin-top:-135px;}
.mt-140{margin-top:-140px;}
.mt-145{margin-top:-145px;}
.mt-150{margin-top:-150px;}
.mt-155{margin-top:-155px;}
.mt-160{margin-top:-160px;}
.mt-165{margin-top:-165px;}
.mt-170{margin-top:-170px;}
.mt-175{margin-top:-175px;}
.mt-180{margin-top:-180px;}
.mt-185{margin-top:-185px;}
.mt-190{margin-top:-190px;}
.mt-195{margin-top:-195px;}
.mt-200{margin-top:-200px;}
.mt-210{margin-top:-210px;}
.mt-220{margin-top:-220px;}
.mt-230{margin-top:-230px;}
.mt-240{margin-top:-240px;}
.mt-250{margin-top:-250px;}
.mt-260{margin-top:-260px;}
.mt-270{margin-top:-270px;}
.mt-280{margin-top:-280px;}
.mt-290{margin-top:-290px;}
.mt-300{margin-top:-300px;}
.mt-350{margin-top:-350px;}
.mt-400{margin-top:-400px;}
.mt-450{margin-top:-450px;}
.mt-500{margin-top:-500px;}











.mt0-im{margin-top:0px !important;}
.mt1-im{margin-top:1px !important;}
.mt2-im{margin-top:2px !important;}
.mt3-im{margin-top:3px !important;}
.mt4-im{margin-top:4px !important;}
.mt5-im{margin-top:5px !important;}
.mt6-im{margin-top:6px !important;}  
.mt7-im{margin-top:7px !important;}
.mt8-im{margin-top:8px !important;}
.mt9-im{margin-top:9px !important;}
.mt10-im{margin-top:10px !important;}
.mt11-im{margin-top:11px !important;}
.mt12-im{margin-top:12px !important;}
.mt13-im{margin-top:13px !important;}
.mt14-im{margin-top:14px !important;}
.mt15-im{margin-top:15px !important;}
.mt16-im{margin-top:16px !important;}
.mt17-im{margin-top:17px !important;}
.mt18-im{margin-top:18px !important;}
.mt19-im{margin-top:19px !important;}
.mt20-im{margin-top:20px !important;}
.mt25-im{margin-top:25px !important;}
.mt30-im{margin-top:30px !important;}
.mt35-im{margin-top:35px !important;}
.mt40-im{margin-top:40px !important;}
.mt45-im{margin-top:45px !important;}
.mt50-im{margin-top:50px !important;}
.mt55-im{margin-top:55px !important;}
.mt60-im{margin-top:60px !important;}
.mt65-im{margin-top:65px !important;}
.mt70-im{margin-top:70px !important;}
.mt75-im{margin-top:75px !important;}
.mt80-im{margin-top:80px !important;}
.mt85-im{margin-top:85px !important;}
.mt90-im{margin-top:90px !important;}
.mt95-im{margin-top:95px !important;}
.mt100-im{margin-top:100px !important;}
.mt105-im{margin-top:105px !important;}
.mt110-im{margin-top:110px !important;}
.mt115-im{margin-top:115px !important;}
.mt120-im{margin-top:120px !important;}
.mt125-im{margin-top:125px !important;}
.mt130-im{margin-top:130px !important;}
.mt135-im{margin-top:135px !important;}
.mt140-im{margin-top:140px !important;}
.mt145-im{margin-top:145px !important;}
.mt150-im{margin-top:150px !important;}
.mt155-im{margin-top:155px !important;}
.mt160-im{margin-top:160px !important;}
.mt165-im{margin-top:165px !important;}
.mt170-im{margin-top:170px !important;}
.mt175-im{margin-top:175px !important;}
.mt180-im{margin-top:180px !important;}
.mt185-im{margin-top:185px !important;}
.mt190-im{margin-top:190px !important;}
.mt195-im{margin-top:195px !important;}
.mt200-im{margin-top:200px !important;}
.mt210-im{margin-top:210px !important;}
.mt220-im{margin-top:220px !important;}
.mt230-im{margin-top:230px !important;}
.mt240-im{margin-top:240px !important;}
.mt250-im{margin-top:250px !important;}
.mt260-im{margin-top:260px !important;}
.mt270-im{margin-top:270px !important;}
.mt280-im{margin-top:280px !important;}
.mt290-im{margin-top:290px !important;}
.mt300-im{margin-top:300px !important;}
.mt350-im{margin-top:350px !important;}
.mt400-im{margin-top:400px !important;}
.mt450-im{margin-top:450px !important;}
.mt500-im{margin-top:500px !important;}




.mt-1-im{margin-top:-1px !important;}
.mt-2-im{margin-top:-2px !important;}
.mt-3-im{margin-top:-3px !important;}
.mt-4-im{margin-top:-4px !important;}
.mt-5-im{margin-top:-5px !important;}
.mt-6-im{margin-top:-6px !important;}  
.mt-7-im{margin-top:-7px !important;}
.mt-8-im{margin-top:-8px !important;}
.mt-9-im{margin-top:-9px !important;}
.mt-10-im{margin-top:-10px !important;}
.mt-11-im{margin-top:-11px !important;}
.mt-12-im{margin-top:-12px !important;}
.mt-13-im{margin-top:-13px !important;}
.mt-14-im{margin-top:-14px !important;}
.mt-15-im{margin-top:-15px !important;}
.mt-16-im{margin-top:-16px !important;}
.mt-17-im{margin-top:-17px !important;}
.mt-18-im{margin-top:-18px !important;}
.mt-19-im{margin-top:-19px !important;}
.mt-20-im{margin-top:-20px !important;}
.mt-25-im{margin-top:-25px !important;}
.mt-30-im{margin-top:-30px !important;}
.mt-35-im{margin-top:-35px !important;}
.mt-40-im{margin-top:-40px !important;}
.mt-45-im{margin-top:-45px !important;}
.mt-50-im{margin-top:-50px !important;}
.mt-55-im{margin-top:-55px !important;}
.mt-60-im{margin-top:-60px !important;}
.mt-65-im{margin-top:-65px !important;}
.mt-70-im{margin-top:-70px !important;}
.mt-75-im{margin-top:-75px !important;}
.mt-80-im{margin-top:-80px !important;}
.mt-85-im{margin-top:-85px !important;}
.mt-90-im{margin-top:-90px !important;}
.mt-95-im{margin-top:-95px !important;}
.mt-100-im{margin-top:-100px !important;}
.mt-105-im{margin-top:-105px !important;}
.mt-110-im{margin-top:-110px !important;}
.mt-115-im{margin-top:-115px !important;}
.mt-120-im{margin-top:-120px !important;}
.mt-125-im{margin-top:-125px !important;}
.mt-130-im{margin-top:-130px !important;}
.mt-135-im{margin-top:-135px !important;}
.mt-140-im{margin-top:-140px !important;}
.mt-145-im{margin-top:-145px !important;}
.mt-150-im{margin-top:-150px !important;}
.mt-155-im{margin-top:-155px !important;}
.mt-160-im{margin-top:-160px !important;}
.mt-165-im{margin-top:-165px !important;}
.mt-170-im{margin-top:-170px !important;}
.mt-175-im{margin-top:-175px !important;}
.mt-180-im{margin-top:-180px !important;}
.mt-185-im{margin-top:-185px !important;}
.mt-190-im{margin-top:-190px !important;}
.mt-195-im{margin-top:-195px !important;}
.mt-200-im{margin-top:-200px !important;}
.mt-210-im{margin-top:-210px !important;}
.mt-220-im{margin-top:-220px !important;}
.mt-230-im{margin-top:-230px !important;}
.mt-240-im{margin-top:-240px !important;}
.mt-250-im{margin-top:-250px !important;}
.mt-260-im{margin-top:-260px !important;}
.mt-270-im{margin-top:-270px !important;}
.mt-280-im{margin-top:-280px !important;}
.mt-290-im{margin-top:-290px !important;}
.mt-300-im{margin-top:-300px !important;}
.mt-350-im{margin-top:-350px !important;}
.mt-400-im{margin-top:-400px !important;}
.mt-450-im{margin-top:-450px !important;}
.mt-500-im{margin-top:-500px !important;}










.mt0-h:hover{margin-top:0px;}
.mt1-h:hover{margin-top:1px;}
.mt2-h:hover{margin-top:2px;}
.mt3-h:hover{margin-top:3px;}
.mt4-h:hover{margin-top:4px;}
.mt5-h:hover{margin-top:5px;}
.mt6-h:hover{margin-top:6px;}  
.mt7-h:hover{margin-top:7px;}
.mt8-h:hover{margin-top:8px;}
.mt9-h:hover{margin-top:9px;}
.mt10-h:hover{margin-top:10px;}
.mt11-h:hover{margin-top:11px;}
.mt12-h:hover{margin-top:12px;}
.mt13-h:hover{margin-top:13px;}
.mt14-h:hover{margin-top:14px;}
.mt15-h:hover{margin-top:15px;}
.mt16-h:hover{margin-top:16px;}
.mt17-h:hover{margin-top:17px;}
.mt18-h:hover{margin-top:18px;}
.mt19-h:hover{margin-top:19px;}
.mt20-h:hover{margin-top:20px;}
.mt25-h:hover{margin-top:25px;}
.mt30-h:hover{margin-top:30px;}
.mt35-h:hover{margin-top:35px;}
.mt40-h:hover{margin-top:40px;}
.mt45-h:hover{margin-top:45px;}
.mt50-h:hover{margin-top:50px;}
.mt55-h:hover{margin-top:55px;}
.mt60-h:hover{margin-top:60px;}
.mt65-h:hover{margin-top:65px;}
.mt70-h:hover{margin-top:70px;}
.mt75-h:hover{margin-top:75px;}
.mt80-h:hover{margin-top:80px;}
.mt85-h:hover{margin-top:85px;}
.mt90-h:hover{margin-top:90px;}
.mt95-h:hover{margin-top:95px;}
.mt100-h:hover{margin-top:100px;}
.mt105-h:hover{margin-top:105px;}
.mt110-h:hover{margin-top:110px;}
.mt115-h:hover{margin-top:115px;}
.mt120-h:hover{margin-top:120px;}
.mt125-h:hover{margin-top:125px;}
.mt130-h:hover{margin-top:130px;}
.mt135-h:hover{margin-top:135px;}
.mt140-h:hover{margin-top:140px;}
.mt145-h:hover{margin-top:145px;}
.mt150-h:hover{margin-top:150px;}
.mt155-h:hover{margin-top:155px;}
.mt160-h:hover{margin-top:160px;}
.mt165-h:hover{margin-top:165px;}
.mt170-h:hover{margin-top:170px;}
.mt175-h:hover{margin-top:175px;}
.mt180-h:hover{margin-top:180px;}
.mt185-h:hover{margin-top:185px;}
.mt190-h:hover{margin-top:190px;}
.mt195-h:hover{margin-top:195px;}
.mt200-h:hover{margin-top:200px;}
.mt210-h:hover{margin-top:210px;}
.mt220-h:hover{margin-top:220px;}
.mt230-h:hover{margin-top:230px;}
.mt240-h:hover{margin-top:240px;}
.mt250-h:hover{margin-top:250px;}
.mt260-h:hover{margin-top:260px;}
.mt270-h:hover{margin-top:270px;}
.mt280-h:hover{margin-top:280px;}
.mt290-h:hover{margin-top:290px;}
.mt300-h:hover{margin-top:300px;}
.mt350-h:hover{margin-top:350px;}
.mt400-h:hover{margin-top:400px;}
.mt450-h:hover{margin-top:450px;}
.mt500-h:hover{margin-top:500px;}

 


.mt-1-h:hover{margin-top:-1px;}
.mt-2-h:hover{margin-top:-2px;}
.mt-3-h:hover{margin-top:-3px;}
.mt-4-h:hover{margin-top:-4px;}
.mt-5-h:hover{margin-top:-5px;}
.mt-6-h:hover{margin-top:-6px;}  
.mt-7-h:hover{margin-top:-7px;}
.mt-8-h:hover{margin-top:-8px;}
.mt-9-h:hover{margin-top:-9px;}
.mt-10-h:hover{margin-top:-10px;}
.mt-11-h:hover{margin-top:-11px;}
.mt-12-h:hover{margin-top:-12px;}
.mt-13-h:hover{margin-top:-13px;}
.mt-14-h:hover{margin-top:-14px;}
.mt-15-h:hover{margin-top:-15px;}
.mt-16-h:hover{margin-top:-16px;}
.mt-17-h:hover{margin-top:-17px;}
.mt-18-h:hover{margin-top:-18px;}
.mt-19-h:hover{margin-top:-19px;}
.mt-20-h:hover{margin-top:-20px;}
.mt-25-h:hover{margin-top:-25px;}
.mt-30-h:hover{margin-top:-30px;}
.mt-35-h:hover{margin-top:-35px;}
.mt-40-h:hover{margin-top:-40px;}
.mt-45-h:hover{margin-top:-45px;}
.mt-50-h:hover{margin-top:-50px;}
.mt-55-h:hover{margin-top:-55px;}
.mt-60-h:hover{margin-top:-60px;}
.mt-65-h:hover{margin-top:-65px;}
.mt-70-h:hover{margin-top:-70px;}
.mt-75-h:hover{margin-top:-75px;}
.mt-80-h:hover{margin-top:-80px;}
.mt-85-h:hover{margin-top:-85px;}
.mt-90-h:hover{margin-top:-90px;}
.mt-95-h:hover{margin-top:-95px;}
.mt-100-h:hover{margin-top:-100px;}
.mt-105-h:hover{margin-top:-105px;}
.mt-110-h:hover{margin-top:-110px;}
.mt-115-h:hover{margin-top:-115px;}
.mt-120-h:hover{margin-top:-120px;}
.mt-125-h:hover{margin-top:-125px;}
.mt-130-h:hover{margin-top:-130px;}
.mt-135-h:hover{margin-top:-135px;}
.mt-140-h:hover{margin-top:-140px;}
.mt-145-h:hover{margin-top:-145px;}
.mt-150-h:hover{margin-top:-150px;}
.mt-155-h:hover{margin-top:-155px;}
.mt-160-h:hover{margin-top:-160px;}
.mt-165-h:hover{margin-top:-165px;}
.mt-170-h:hover{margin-top:-170px;}
.mt-175-h:hover{margin-top:-175px;}
.mt-180-h:hover{margin-top:-180px;}
.mt-185-h:hover{margin-top:-185px;}
.mt-190-h:hover{margin-top:-190px;}
.mt-195-h:hover{margin-top:-195px;}
.mt-200-h:hover{margin-top:-200px;}
.mt-210-h:hover{margin-top:-210px;}
.mt-220-h:hover{margin-top:-220px;}
.mt-230-h:hover{margin-top:-230px;}
.mt-240-h:hover{margin-top:-240px;}
.mt-250-h:hover{margin-top:-250px;}
.mt-260-h:hover{margin-top:-260px;}
.mt-270-h:hover{margin-top:-270px;}
.mt-280-h:hover{margin-top:-280px;}
.mt-290-h:hover{margin-top:-290px;}
.mt-300-h:hover{margin-top:-300px;}
.mt-350-h:hover{margin-top:-350px;}
.mt-400-h:hover{margin-top:-400px;}
.mt-450-h:hover{margin-top:-450px;}
.mt-500-h:hover{margin-top:-500px;}




















/** margin right **/






.mr0{margin-right:0px;}
.mr1{margin-right:1px;}
.mr2{margin-right:2px;}
.mr3{margin-right:3px;}
.mr4{margin-right:4px;}
.mr5{margin-right:5px;}
.mr6{margin-right:6px;}  
.mr7{margin-right:7px;}
.mr8{margin-right:8px;}
.mr9{margin-right:9px;}
.mr10{margin-right:10px;}
.mr11{margin-right:11px;}
.mr12{margin-right:12px;}
.mr13{margin-right:13px;}
.mr14{margin-right:14px;}
.mr15{margin-right:15px;}
.mr16{margin-right:16px;}
.mr17{margin-right:17px;}
.mr18{margin-right:18px;}
.mr19{margin-right:19px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}
.mr55{margin-right:55px;}
.mr60{margin-right:60px;}
.mr65{margin-right:65px;}
.mr70{margin-right:70px;}
.mr75{margin-right:75px;}
.mr80{margin-right:80px;}
.mr85{margin-right:85px;}
.mr90{margin-right:90px;}
.mr95{margin-right:95px;}
.mr100{margin-right:100px;}
.mr105{margin-right:105px;}
.mr110{margin-right:110px;}
.mr115{margin-right:115px;}
.mr120{margin-right:120px;}
.mr125{margin-right:125px;}
.mr130{margin-right:130px;}
.mr135{margin-right:135px;}
.mr140{margin-right:140px;}
.mr145{margin-right:145px;}
.mr150{margin-right:150px;}
.mr155{margin-right:155px;}
.mr160{margin-right:160px;}
.mr165{margin-right:165px;}
.mr170{margin-right:170px;}
.mr175{margin-right:175px;}
.mr180{margin-right:180px;}
.mr185{margin-right:185px;}
.mr190{margin-right:190px;}
.mr195{margin-right:195px;}
.mr200{margin-right:200px;}
.mr210{margin-right:210px;}
.mr220{margin-right:220px;}
.mr230{margin-right:230px;}
.mr240{margin-right:240px;}
.mr250{margin-right:250px;}
.mr260{margin-right:260px;}
.mr270{margin-right:270px;}
.mr280{margin-right:280px;}
.mr290{margin-right:290px;}
.mr300{margin-right:300px;}
.mr350{margin-right:350px;}
.mr400{margin-right:400px;}
.mr450{margin-right:450px;}
.mr500{margin-right:500px;}




.mr-1{margin-right:-1px;}
.mr-2{margin-right:-2px;}
.mr-3{margin-right:-3px;}
.mr-4{margin-right:-4px;}
.mr-5{margin-right:-5px;}
.mr-6{margin-right:-6px;}  
.mr-7{margin-right:-7px;}
.mr-8{margin-right:-8px;}
.mr-9{margin-right:-9px;}
.mr-10{margin-right:-10px;}
.mr-11{margin-right:-11px;}
.mr-12{margin-right:-12px;}
.mr-13{margin-right:-13px;}
.mr-14{margin-right:-14px;}
.mr-15{margin-right:-15px;}
.mr-16{margin-right:-16px;}
.mr-17{margin-right:-17px;}
.mr-18{margin-right:-18px;}
.mr-19{margin-right:-19px;}
.mr-20{margin-right:-20px;}
.mr-25{margin-right:-25px;}
.mr-30{margin-right:-30px;}
.mr-35{margin-right:-35px;}
.mr-40{margin-right:-40px;}
.mr-45{margin-right:-45px;}
.mr-50{margin-right:-50px;}
.mr-55{margin-right:-55px;}
.mr-60{margin-right:-60px;}
.mr-65{margin-right:-65px;}
.mr-70{margin-right:-70px;}
.mr-75{margin-right:-75px;}
.mr-80{margin-right:-80px;}
.mr-85{margin-right:-85px;}
.mr-90{margin-right:-90px;}
.mr-95{margin-right:-95px;}
.mr-100{margin-right:-100px;}
.mr-105{margin-right:-105px;}
.mr-110{margin-right:-110px;}
.mr-115{margin-right:-115px;}
.mr-120{margin-right:-120px;}
.mr-125{margin-right:-125px;}
.mr-130{margin-right:-130px;}
.mr-135{margin-right:-135px;}
.mr-140{margin-right:-140px;}
.mr-145{margin-right:-145px;}
.mr-150{margin-right:-150px;}
.mr-155{margin-right:-155px;}
.mr-160{margin-right:-160px;}
.mr-165{margin-right:-165px;}
.mr-170{margin-right:-170px;}
.mr-175{margin-right:-175px;}
.mr-180{margin-right:-180px;}
.mr-185{margin-right:-185px;}
.mr-190{margin-right:-190px;}
.mr-195{margin-right:-195px;}
.mr-200{margin-right:-200px;}
.mr-210{margin-right:-210px;}
.mr-220{margin-right:-220px;}
.mr-230{margin-right:-230px;}
.mr-240{margin-right:-240px;}
.mr-250{margin-right:-250px;}
.mr-260{margin-right:-260px;}
.mr-270{margin-right:-270px;}
.mr-280{margin-right:-280px;}
.mr-290{margin-right:-290px;}
.mr-300{margin-right:-300px;}
.mr-350{margin-right:-350px;}
.mr-400{margin-right:-400px;}
.mr-450{margin-right:-450px;}
.mr-500{margin-right:-500px;}



























.mr0-im{margin-right:0px !important;}
.mr1-im{margin-right:1px !important;}
.mr2-im{margin-right:2px !important;}
.mr3-im{margin-right:3px !important;}
.mr4-im{margin-right:4px !important;}
.mr5-im{margin-right:5px !important;}
.mr6-im{margin-right:6px !important;}  
.mr7-im{margin-right:7px !important;}
.mr8-im{margin-right:8px !important;}
.mr9-im{margin-right:9px !important;}
.mr10-im{margin-right:10px !important;}
.mr11-im{margin-right:11px !important;}
.mr12-im{margin-right:12px !important;}
.mr13-im{margin-right:13px !important;}
.mr14-im{margin-right:14px !important;}
.mr15-im{margin-right:15px !important;}
.mr16-im{margin-right:16px !important;}
.mr17-im{margin-right:17px !important;}
.mr18-im{margin-right:18px !important;}
.mr19-im{margin-right:19px !important;}
.mr20-im{margin-right:20px !important;}
.mr25-im{margin-right:25px !important;}
.mr30-im{margin-right:30px !important;}
.mr35-im{margin-right:35px !important;}
.mr40-im{margin-right:40px !important;}
.mr45-im{margin-right:45px !important;}
.mr50-im{margin-right:50px !important;}
.mr55-im{margin-right:55px !important;}
.mr60-im{margin-right:60px !important;}
.mr65-im{margin-right:65px !important;}
.mr70-im{margin-right:70px !important;}
.mr75-im{margin-right:75px !important;}
.mr80-im{margin-right:80px !important;}
.mr85-im{margin-right:85px !important;}
.mr90-im{margin-right:90px !important;}
.mr95-im{margin-right:95px !important;}
.mr100-im{margin-right:100px !important;}
.mr105-im{margin-right:105px !important;}
.mr110-im{margin-right:110px !important;}
.mr115-im{margin-right:115px !important;}
.mr120-im{margin-right:120px !important;}
.mr125-im{margin-right:125px !important;}
.mr130-im{margin-right:130px !important;}
.mr135-im{margin-right:135px !important;}
.mr140-im{margin-right:140px !important;}
.mr145-im{margin-right:145px !important;}
.mr150-im{margin-right:150px !important;}
.mr155-im{margin-right:155px !important;}
.mr160-im{margin-right:160px !important;}
.mr165-im{margin-right:165px !important;}
.mr170-im{margin-right:170px !important;}
.mr175-im{margin-right:175px !important;}
.mr180-im{margin-right:180px !important;}
.mr185-im{margin-right:185px !important;}
.mr190-im{margin-right:190px !important;}
.mr195-im{margin-right:195px !important;}
.mr200-im{margin-right:200px !important;}
.mr210-im{margin-right:210px !important;}
.mr220-im{margin-right:220px !important;}
.mr230-im{margin-right:230px !important;}
.mr240-im{margin-right:240px !important;}
.mr250-im{margin-right:250px !important;}
.mr260-im{margin-right:260px !important;}
.mr270-im{margin-right:270px !important;}
.mr280-im{margin-right:280px !important;}
.mr290-im{margin-right:290px !important;}
.mr300-im{margin-right:300px !important;}
.mr350-im{margin-right:350px !important;}
.mr400-im{margin-right:400px !important;}
.mr450-im{margin-right:450px !important;}
.mr500-im{margin-right:500px !important;}




.mr-1-im{margin-right:-1px !important;}
.mr-2-im{margin-right:-2px !important;}
.mr-3-im{margin-right:-3px !important;}
.mr-4-im{margin-right:-4px !important;}
.mr-5-im{margin-right:-5px !important;}
.mr-6-im{margin-right:-6px !important;}  
.mr-7-im{margin-right:-7px !important;}
.mr-8-im{margin-right:-8px !important;}
.mr-9-im{margin-right:-9px !important;}
.mr-10-im{margin-right:-10px !important;}
.mr-11-im{margin-right:-11px !important;}
.mr-12-im{margin-right:-12px !important;}
.mr-13-im{margin-right:-13px !important;}
.mr-14-im{margin-right:-14px !important;}
.mr-15-im{margin-right:-15px !important;}
.mr-16-im{margin-right:-16px !important;}
.mr-17-im{margin-right:-17px !important;}
.mr-18-im{margin-right:-18px !important;}
.mr-19-im{margin-right:-19px !important;}
.mr-20-im{margin-right:-20px !important;}
.mr-25-im{margin-right:-25px !important;}
.mr-30-im{margin-right:-30px !important;}
.mr-35-im{margin-right:-35px !important;}
.mr-40-im{margin-right:-40px !important;}
.mr-45-im{margin-right:-45px !important;}
.mr-50-im{margin-right:-50px !important;}
.mr-55-im{margin-right:-55px !important;}
.mr-60-im{margin-right:-60px !important;}
.mr-65-im{margin-right:-65px !important;}
.mr-70-im{margin-right:-70px !important;}
.mr-75-im{margin-right:-75px !important;}
.mr-80-im{margin-right:-80px !important;}
.mr-85-im{margin-right:-85px !important;}
.mr-90-im{margin-right:-90px !important;}
.mr-95-im{margin-right:-95px !important;}
.mr-100-im{margin-right:-100px !important;}
.mr-105-im{margin-right:-105px !important;}
.mr-110-im{margin-right:-110px !important;}
.mr-115-im{margin-right:-115px !important;}
.mr-120-im{margin-right:-120px !important;}
.mr-125-im{margin-right:-125px !important;}
.mr-130-im{margin-right:-130px !important;}
.mr-135-im{margin-right:-135px !important;}
.mr-140-im{margin-right:-140px !important;}
.mr-145-im{margin-right:-145px !important;}
.mr-150-im{margin-right:-150px !important;}
.mr-155-im{margin-right:-155px !important;}
.mr-160-im{margin-right:-160px !important;}
.mr-165-im{margin-right:-165px !important;}
.mr-170-im{margin-right:-170px !important;}
.mr-175-im{margin-right:-175px !important;}
.mr-180-im{margin-right:-180px !important;}
.mr-185-im{margin-right:-185px !important;}
.mr-190-im{margin-right:-190px !important;}
.mr-195-im{margin-right:-195px !important;}
.mr-200-im{margin-right:-200px !important;}
.mr-210-im{margin-right:-210px !important;}
.mr-220-im{margin-right:-220px !important;}
.mr-230-im{margin-right:-230px !important;}
.mr-240-im{margin-right:-240px !important;}
.mr-250-im{margin-right:-250px !important;}
.mr-260-im{margin-right:-260px !important;}
.mr-270-im{margin-right:-270px !important;}
.mr-280-im{margin-right:-280px !important;}
.mr-290-im{margin-right:-290px !important;}
.mr-300-im{margin-right:-300px !important;}
.mr-350-im{margin-right:-350px !important;}
.mr-400-im{margin-right:-400px !important;}
.mr-450-im{margin-right:-450px !important;}
.mr-500-im{margin-right:-500px !important;}

















.mr0-h:hover{margin-right:0px;}
.mr1-h:hover{margin-right:1px;}
.mr2-h:hover{margin-right:2px;}
.mr3-h:hover{margin-right:3px;}
.mr4-h:hover{margin-right:4px;}
.mr5-h:hover{margin-right:5px;}
.mr6-h:hover{margin-right:6px;}  
.mr7-h:hover{margin-right:7px;}
.mr8-h:hover{margin-right:8px;}
.mr9-h:hover{margin-right:9px;}
.mr10-h:hover{margin-right:10px;}
.mr11-h:hover{margin-right:11px;}
.mr12-h:hover{margin-right:12px;}
.mr13-h:hover{margin-right:13px;}
.mr14-h:hover{margin-right:14px;}
.mr15-h:hover{margin-right:15px;}
.mr16-h:hover{margin-right:16px;}
.mr17-h:hover{margin-right:17px;}
.mr18-h:hover{margin-right:18px;}
.mr19-h:hover{margin-right:19px;}
.mr20-h:hover{margin-right:20px;}
.mr25-h:hover{margin-right:25px;}
.mr30-h:hover{margin-right:30px;}
.mr35-h:hover{margin-right:35px;}
.mr40-h:hover{margin-right:40px;}
.mr45-h:hover{margin-right:45px;}
.mr50-h:hover{margin-right:50px;}
.mr55-h:hover{margin-right:55px;}
.mr60-h:hover{margin-right:60px;}
.mr65-h:hover{margin-right:65px;}
.mr70-h:hover{margin-right:70px;}
.mr75-h:hover{margin-right:75px;}
.mr80-h:hover{margin-right:80px;}
.mr85-h:hover{margin-right:85px;}
.mr90-h:hover{margin-right:90px;}
.mr95-h:hover{margin-right:95px;}
.mr100-h:hover{margin-right:100px;}
.mr105-h:hover{margin-right:105px;}
.mr110-h:hover{margin-right:110px;}
.mr115-h:hover{margin-right:115px;}
.mr120-h:hover{margin-right:120px;}
.mr125-h:hover{margin-right:125px;}
.mr130-h:hover{margin-right:130px;}
.mr135-h:hover{margin-right:135px;}
.mr140-h:hover{margin-right:140px;}
.mr145-h:hover{margin-right:145px;}
.mr150-h:hover{margin-right:150px;}
.mr155-h:hover{margin-right:155px;}
.mr160-h:hover{margin-right:160px;}
.mr165-h:hover{margin-right:165px;}
.mr170-h:hover{margin-right:170px;}
.mr175-h:hover{margin-right:175px;}
.mr180-h:hover{margin-right:180px;}
.mr185-h:hover{margin-right:185px;}
.mr190-h:hover{margin-right:190px;}
.mr195-h:hover{margin-right:195px;}
.mr200-h:hover{margin-right:200px;}
.mr210-h:hover{margin-right:210px;}
.mr220-h:hover{margin-right:220px;}
.mr230-h:hover{margin-right:230px;}
.mr240-h:hover{margin-right:240px;}
.mr250-h:hover{margin-right:250px;}
.mr260-h:hover{margin-right:260px;}
.mr270-h:hover{margin-right:270px;}
.mr280-h:hover{margin-right:280px;}
.mr290-h:hover{margin-right:290px;}
.mr300-h:hover{margin-right:300px;}
.mr350-h:hover{margin-right:350px;}
.mr400-h:hover{margin-right:400px;}
.mr450-h:hover{margin-right:450px;}
.mr500-h:hover{margin-right:500px;}




.mr-1-h:hover{margin-right:-1px;}
.mr-2-h:hover{margin-right:-2px;}
.mr-3-h:hover{margin-right:-3px;}
.mr-4-h:hover{margin-right:-4px;}
.mr-5-h:hover{margin-right:-5px;}
.mr-6-h:hover{margin-right:-6px;}  
.mr-7-h:hover{margin-right:-7px;}
.mr-8-h:hover{margin-right:-8px;}
.mr-9-h:hover{margin-right:-9px;}
.mr-10-h:hover{margin-right:-10px;}
.mr-11-h:hover{margin-right:-11px;}
.mr-12-h:hover{margin-right:-12px;}
.mr-13-h:hover{margin-right:-13px;}
.mr-14-h:hover{margin-right:-14px;}
.mr-15-h:hover{margin-right:-15px;}
.mr-16-h:hover{margin-right:-16px;}
.mr-17-h:hover{margin-right:-17px;}
.mr-18-h:hover{margin-right:-18px;}
.mr-19-h:hover{margin-right:-19px;}
.mr-20-h:hover{margin-right:-20px;}
.mr-25-h:hover{margin-right:-25px;}
.mr-30-h:hover{margin-right:-30px;}
.mr-35-h:hover{margin-right:-35px;}
.mr-40-h:hover{margin-right:-40px;}
.mr-45-h:hover{margin-right:-45px;}
.mr-50-h:hover{margin-right:-50px;}
.mr-55-h:hover{margin-right:-55px;}
.mr-60-h:hover{margin-right:-60px;}
.mr-65-h:hover{margin-right:-65px;}
.mr-70-h:hover{margin-right:-70px;}
.mr-75-h:hover{margin-right:-75px;}
.mr-80-h:hover{margin-right:-80px;}
.mr-85-h:hover{margin-right:-85px;}
.mr-90-h:hover{margin-right:-90px;}
.mr-95-h:hover{margin-right:-95px;}
.mr-100-h:hover{margin-right:-100px;}
.mr-105-h:hover{margin-right:-105px;}
.mr-110-h:hover{margin-right:-110px;}
.mr-115-h:hover{margin-right:-115px;}
.mr-120-h:hover{margin-right:-120px;}
.mr-125-h:hover{margin-right:-125px;}
.mr-130-h:hover{margin-right:-130px;}
.mr-135-h:hover{margin-right:-135px;}
.mr-140-h:hover{margin-right:-140px;}
.mr-145-h:hover{margin-right:-145px;}
.mr-150-h:hover{margin-right:-150px;}
.mr-155-h:hover{margin-right:-155px;}
.mr-160-h:hover{margin-right:-160px;}
.mr-165-h:hover{margin-right:-165px;}
.mr-170-h:hover{margin-right:-170px;}
.mr-175-h:hover{margin-right:-175px;}
.mr-180-h:hover{margin-right:-180px;}
.mr-185-h:hover{margin-right:-185px;}
.mr-190-h:hover{margin-right:-190px;}
.mr-195-h:hover{margin-right:-195px;}
.mr-200-h:hover{margin-right:-200px;}
.mr-210-h:hover{margin-right:-210px;}
.mr-220-h:hover{margin-right:-220px;}
.mr-230-h:hover{margin-right:-230px;}
.mr-240-h:hover{margin-right:-240px;}
.mr-250-h:hover{margin-right:-250px;}
.mr-260-h:hover{margin-right:-260px;}
.mr-270-h:hover{margin-right:-270px;}
.mr-280-h:hover{margin-right:-280px;}
.mr-290-h:hover{margin-right:-290px;}
.mr-300-h:hover{margin-right:-300px;}
.mr-350-h:hover{margin-right:-350px;}
.mr-400-h:hover{margin-right:-400px;}
.mr-450-h:hover{margin-right:-450px;}
.mr-500-h:hover{margin-right:-500px;}



















/** margin bottom **/






.mb0{margin-bottom:0px;}
.mb1{margin-bottom:1px;}
.mb2{margin-bottom:2px;}
.mb3{margin-bottom:3px;}
.mb4{margin-bottom:4px;}
.mb5{margin-bottom:5px;}
.mb6{margin-bottom:6px;}  
.mb7{margin-bottom:7px;}
.mb8{margin-bottom:8px;}
.mb9{margin-bottom:9px;}
.mb10{margin-bottom:10px;}
.mb11{margin-bottom:11px;}
.mb12{margin-bottom:12px;}
.mb13{margin-bottom:13px;}
.mb14{margin-bottom:14px;}
.mb15{margin-bottom:15px;}
.mb16{margin-bottom:16px;}
.mb17{margin-bottom:17px;}
.mb18{margin-bottom:18px;}
.mb19{margin-bottom:19px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb65{margin-bottom:65px;}
.mb70{margin-bottom:70px;}
.mb75{margin-bottom:75px;}
.mb80{margin-bottom:80px;}
.mb85{margin-bottom:85px;}
.mb90{margin-bottom:90px;}
.mb95{margin-bottom:95px;}
.mb100{margin-bottom:100px;}
.mb105{margin-bottom:105px;}
.mb110{margin-bottom:110px;}
.mb115{margin-bottom:115px;}
.mb120{margin-bottom:120px;}
.mb125{margin-bottom:125px;}
.mb130{margin-bottom:130px;}
.mb135{margin-bottom:135px;}
.mb140{margin-bottom:140px;}
.mb145{margin-bottom:145px;}
.mb150{margin-bottom:150px;}
.mb155{margin-bottom:155px;}
.mb160{margin-bottom:160px;}
.mb165{margin-bottom:165px;}
.mb170{margin-bottom:170px;}
.mb175{margin-bottom:175px;}
.mb180{margin-bottom:180px;}
.mb185{margin-bottom:185px;}
.mb190{margin-bottom:190px;}
.mb195{margin-bottom:195px;}
.mb200{margin-bottom:200px;}
.mb210{margin-bottom:210px;}
.mb220{margin-bottom:220px;}
.mb230{margin-bottom:230px;}
.mb240{margin-bottom:240px;}
.mb250{margin-bottom:250px;}
.mb260{margin-bottom:260px;}
.mb270{margin-bottom:270px;}
.mb280{margin-bottom:280px;}
.mb290{margin-bottom:290px;}
.mb300{margin-bottom:300px;}
.mb350{margin-bottom:350px;}
.mb400{margin-bottom:400px;}
.mb450{margin-bottom:450px;}
.mb500{margin-bottom:500px;}




.mb-1{margin-bottom:-1px;}
.mb-2{margin-bottom:-2px;}
.mb-3{margin-bottom:-3px;}
.mb-4{margin-bottom:-4px;}
.mb-5{margin-bottom:-5px;}
.mb-6{margin-bottom:-6px;}  
.mb-7{margin-bottom:-7px;}
.mb-8{margin-bottom:-8px;}
.mb-9{margin-bottom:-9px;}
.mb-10{margin-bottom:-10px;}
.mb-11{margin-bottom:-11px;}
.mb-12{margin-bottom:-12px;}
.mb-13{margin-bottom:-13px;}
.mb-14{margin-bottom:-14px;}
.mb-15{margin-bottom:-15px;}
.mb-16{margin-bottom:-16px;}
.mb-17{margin-bottom:-17px;}
.mb-18{margin-bottom:-18px;}
.mb-19{margin-bottom:-19px;}
.mb-20{margin-bottom:-20px;}
.mb-25{margin-bottom:-25px;}
.mb-30{margin-bottom:-30px;}
.mb-35{margin-bottom:-35px;}
.mb-40{margin-bottom:-40px;}
.mb-45{margin-bottom:-45px;}
.mb-50{margin-bottom:-50px;}
.mb-55{margin-bottom:-55px;}
.mb-60{margin-bottom:-60px;}
.mb-65{margin-bottom:-65px;}
.mb-70{margin-bottom:-70px;}
.mb-75{margin-bottom:-75px;}
.mb-80{margin-bottom:-80px;}
.mb-85{margin-bottom:-85px;}
.mb-90{margin-bottom:-90px;}
.mb-95{margin-bottom:-95px;}
.mb-100{margin-bottom:-100px;}
.mb-105{margin-bottom:-105px;}
.mb-110{margin-bottom:-110px;}
.mb-115{margin-bottom:-115px;}
.mb-120{margin-bottom:-120px;}
.mb-125{margin-bottom:-125px;}
.mb-130{margin-bottom:-130px;}
.mb-135{margin-bottom:-135px;}
.mb-140{margin-bottom:-140px;}
.mb-145{margin-bottom:-145px;}
.mb-150{margin-bottom:-150px;}
.mb-155{margin-bottom:-155px;}
.mb-160{margin-bottom:-160px;}
.mb-165{margin-bottom:-165px;}
.mb-170{margin-bottom:-170px;}
.mb-175{margin-bottom:-175px;}
.mb-180{margin-bottom:-180px;}
.mb-185{margin-bottom:-185px;}
.mb-190{margin-bottom:-190px;}
.mb-195{margin-bottom:-195px;}
.mb-200{margin-bottom:-200px;}
.mb-210{margin-bottom:-210px;}
.mb-220{margin-bottom:-220px;}
.mb-230{margin-bottom:-230px;}
.mb-240{margin-bottom:-240px;}
.mb-250{margin-bottom:-250px;}
.mb-260{margin-bottom:-260px;}
.mb-270{margin-bottom:-270px;}
.mb-280{margin-bottom:-280px;}
.mb-290{margin-bottom:-290px;}
.mb-300{margin-bottom:-300px;}
.mb-350{margin-bottom:-350px;}
.mb-400{margin-bottom:-400px;}
.mb-450{margin-bottom:-450px;}
.mb-500{margin-bottom:-500px;}










.mb0-im{margin-bottom:0px !important;}
.mb1-im{margin-bottom:1px !important;}
.mb2-im{margin-bottom:2px !important;}
.mb3-im{margin-bottom:3px !important;}
.mb4-im{margin-bottom:4px !important;}
.mb5-im{margin-bottom:5px !important;}
.mb6-im{margin-bottom:6px !important;}  
.mb7-im{margin-bottom:7px !important;}
.mb8-im{margin-bottom:8px !important;}
.mb9-im{margin-bottom:9px !important;}
.mb10-im{margin-bottom:10px !important;}
.mb11-im{margin-bottom:11px !important;}
.mb12-im{margin-bottom:12px !important;}
.mb13-im{margin-bottom:13px !important;}
.mb14-im{margin-bottom:14px !important;}
.mb15-im{margin-bottom:15px !important;}
.mb16-im{margin-bottom:16px !important;}
.mb17-im{margin-bottom:17px !important;}
.mb18-im{margin-bottom:18px !important;}
.mb19-im{margin-bottom:19px !important;}
.mb20-im{margin-bottom:20px !important;}
.mb25-im{margin-bottom:25px !important;}
.mb30-im{margin-bottom:30px !important;}
.mb35-im{margin-bottom:35px !important;}
.mb40-im{margin-bottom:40px !important;}
.mb45-im{margin-bottom:45px !important;}
.mb50-im{margin-bottom:50px !important;}
.mb55-im{margin-bottom:55px !important;}
.mb60-im{margin-bottom:60px !important;}
.mb65-im{margin-bottom:65px !important;}
.mb70-im{margin-bottom:70px !important;}
.mb75-im{margin-bottom:75px !important;}
.mb80-im{margin-bottom:80px !important;}
.mb85-im{margin-bottom:85px !important;}
.mb90-im{margin-bottom:90px !important;}
.mb95-im{margin-bottom:95px !important;}
.mb100-im{margin-bottom:100px !important;}
.mb105-im{margin-bottom:105px !important;}
.mb110-im{margin-bottom:110px !important;}
.mb115-im{margin-bottom:115px !important;}
.mb120-im{margin-bottom:120px !important;}
.mb125-im{margin-bottom:125px !important;}
.mb130-im{margin-bottom:130px !important;}
.mb135-im{margin-bottom:135px !important;}
.mb140-im{margin-bottom:140px !important;}
.mb145-im{margin-bottom:145px !important;}
.mb150-im{margin-bottom:150px !important;}
.mb155-im{margin-bottom:155px !important;}
.mb160-im{margin-bottom:160px !important;}
.mb165-im{margin-bottom:165px !important;}
.mb170-im{margin-bottom:170px !important;}
.mb175-im{margin-bottom:175px !important;}
.mb180-im{margin-bottom:180px !important;}
.mb185-im{margin-bottom:185px !important;}
.mb190-im{margin-bottom:190px !important;}
.mb195-im{margin-bottom:195px !important;}
.mb200-im{margin-bottom:200px !important;}
.mb210-im{margin-bottom:210px !important;}
.mb220-im{margin-bottom:220px !important;}
.mb230-im{margin-bottom:230px !important;}
.mb240-im{margin-bottom:240px !important;}
.mb250-im{margin-bottom:250px !important;}
.mb260-im{margin-bottom:260px !important;}
.mb270-im{margin-bottom:270px !important;}
.mb280-im{margin-bottom:280px !important;}
.mb290-im{margin-bottom:290px !important;}
.mb300-im{margin-bottom:300px !important;}
.mb350-im{margin-bottom:350px !important;}
.mb400-im{margin-bottom:400px !important;}
.mb450-im{margin-bottom:450px !important;}
.mb500-im{margin-bottom:500px !important;}




.mb-1-im{margin-bottom:-1px !important;}
.mb-2-im{margin-bottom:-2px !important;}
.mb-3-im{margin-bottom:-3px !important;}
.mb-4-im{margin-bottom:-4px !important;}
.mb-5-im{margin-bottom:-5px !important;}
.mb-6-im{margin-bottom:-6px !important;}  
.mb-7-im{margin-bottom:-7px !important;}
.mb-8-im{margin-bottom:-8px !important;}
.mb-9-im{margin-bottom:-9px !important;}
.mb-10-im{margin-bottom:-10px !important;}
.mb-11-im{margin-bottom:-11px !important;}
.mb-12-im{margin-bottom:-12px !important;}
.mb-13-im{margin-bottom:-13px !important;}
.mb-14-im{margin-bottom:-14px !important;}
.mb-15-im{margin-bottom:-15px !important;}
.mb-16-im{margin-bottom:-16px !important;}
.mb-17-im{margin-bottom:-17px !important;}
.mb-18-im{margin-bottom:-18px !important;}
.mb-19-im{margin-bottom:-19px !important;}
.mb-20-im{margin-bottom:-20px !important;}
.mb-25-im{margin-bottom:-25px !important;}
.mb-30-im{margin-bottom:-30px !important;}
.mb-35-im{margin-bottom:-35px !important;}
.mb-40-im{margin-bottom:-40px !important;}
.mb-45-im{margin-bottom:-45px !important;}
.mb-50-im{margin-bottom:-50px !important;}
.mb-55-im{margin-bottom:-55px !important;}
.mb-60-im{margin-bottom:-60px !important;}
.mb-65-im{margin-bottom:-65px !important;}
.mb-70-im{margin-bottom:-70px !important;}
.mb-75-im{margin-bottom:-75px !important;}
.mb-80-im{margin-bottom:-80px !important;}
.mb-85-im{margin-bottom:-85px !important;}
.mb-90-im{margin-bottom:-90px !important;}
.mb-95-im{margin-bottom:-95px !important;}
.mb-100-im{margin-bottom:-100px !important;}
.mb-105-im{margin-bottom:-105px !important;}
.mb-110-im{margin-bottom:-110px !important;}
.mb-115-im{margin-bottom:-115px !important;}
.mb-120-im{margin-bottom:-120px !important;}
.mb-125-im{margin-bottom:-125px !important;}
.mb-130-im{margin-bottom:-130px !important;}
.mb-135-im{margin-bottom:-135px !important;}
.mb-140-im{margin-bottom:-140px !important;}
.mb-145-im{margin-bottom:-145px !important;}
.mb-150-im{margin-bottom:-150px !important;}
.mb-155-im{margin-bottom:-155px !important;}
.mb-160-im{margin-bottom:-160px !important;}
.mb-165-im{margin-bottom:-165px !important;}
.mb-170-im{margin-bottom:-170px !important;}
.mb-175-im{margin-bottom:-175px !important;}
.mb-180-im{margin-bottom:-180px !important;}
.mb-185-im{margin-bottom:-185px !important;}
.mb-190-im{margin-bottom:-190px !important;}
.mb-195-im{margin-bottom:-195px !important;}
.mb-200-im{margin-bottom:-200px !important;}
.mb-210-im{margin-bottom:-210px !important;}
.mb-220-im{margin-bottom:-220px !important;}
.mb-230-im{margin-bottom:-230px !important;}
.mb-240-im{margin-bottom:-240px !important;}
.mb-250-im{margin-bottom:-250px !important;}
.mb-260-im{margin-bottom:-260px !important;}
.mb-270-im{margin-bottom:-270px !important;}
.mb-280-im{margin-bottom:-280px !important;}
.mb-290-im{margin-bottom:-290px !important;}
.mb-300-im{margin-bottom:-300px !important;}
.mb-350-im{margin-bottom:-350px !important;}
.mb-400-im{margin-bottom:-400px !important;}
.mb-450-im{margin-bottom:-450px !important;}
.mb-500-im{margin-bottom:-500px !important;}








.mb0-h:hover{margin-bottom:0px;}
.mb1-h:hover{margin-bottom:1px;}
.mb2-h:hover{margin-bottom:2px;}
.mb3-h:hover{margin-bottom:3px;}
.mb4-h:hover{margin-bottom:4px;}
.mb5-h:hover{margin-bottom:5px;}
.mb6-h:hover{margin-bottom:6px;}  
.mb7-h:hover{margin-bottom:7px;}
.mb8-h:hover{margin-bottom:8px;}
.mb9-h:hover{margin-bottom:9px;}
.mb10-h:hover{margin-bottom:10px;}
.mb11-h:hover{margin-bottom:11px;}
.mb12-h:hover{margin-bottom:12px;}
.mb13-h:hover{margin-bottom:13px;}
.mb14-h:hover{margin-bottom:14px;}
.mb15-h:hover{margin-bottom:15px;}
.mb16-h:hover{margin-bottom:16px;}
.mb17-h:hover{margin-bottom:17px;}
.mb18-h:hover{margin-bottom:18px;}
.mb19-h:hover{margin-bottom:19px;}
.mb20-h:hover{margin-bottom:20px;}
.mb25-h:hover{margin-bottom:25px;}
.mb30-h:hover{margin-bottom:30px;}
.mb35-h:hover{margin-bottom:35px;}
.mb40-h:hover{margin-bottom:40px;}
.mb45-h:hover{margin-bottom:45px;}
.mb50-h:hover{margin-bottom:50px;}
.mb55-h:hover{margin-bottom:55px;}
.mb60-h:hover{margin-bottom:60px;}
.mb65-h:hover{margin-bottom:65px;}
.mb70-h:hover{margin-bottom:70px;}
.mb75-h:hover{margin-bottom:75px;}
.mb80-h:hover{margin-bottom:80px;}
.mb85-h:hover{margin-bottom:85px;}
.mb90-h:hover{margin-bottom:90px;}
.mb95-h:hover{margin-bottom:95px;}
.mb100-h:hover{margin-bottom:100px;}
.mb105-h:hover{margin-bottom:105px;}
.mb110-h:hover{margin-bottom:110px;}
.mb115-h:hover{margin-bottom:115px;}
.mb120-h:hover{margin-bottom:120px;}
.mb125-h:hover{margin-bottom:125px;}
.mb130-h:hover{margin-bottom:130px;}
.mb135-h:hover{margin-bottom:135px;}
.mb140-h:hover{margin-bottom:140px;}
.mb145-h:hover{margin-bottom:145px;}
.mb150-h:hover{margin-bottom:150px;}
.mb155-h:hover{margin-bottom:155px;}
.mb160-h:hover{margin-bottom:160px;}
.mb165-h:hover{margin-bottom:165px;}
.mb170-h:hover{margin-bottom:170px;}
.mb175-h:hover{margin-bottom:175px;}
.mb180-h:hover{margin-bottom:180px;}
.mb185-h:hover{margin-bottom:185px;}
.mb190-h:hover{margin-bottom:190px;}
.mb195-h:hover{margin-bottom:195px;}
.mb200-h:hover{margin-bottom:200px;}
.mb210-h:hover{margin-bottom:210px;}
.mb220-h:hover{margin-bottom:220px;}
.mb230-h:hover{margin-bottom:230px;}
.mb240-h:hover{margin-bottom:240px;}
.mb250-h:hover{margin-bottom:250px;}
.mb260-h:hover{margin-bottom:260px;}
.mb270-h:hover{margin-bottom:270px;}
.mb280-h:hover{margin-bottom:280px;}
.mb290-h:hover{margin-bottom:290px;}
.mb300-h:hover{margin-bottom:300px;}
.mb350-h:hover{margin-bottom:350px;}
.mb400-h:hover{margin-bottom:400px;}
.mb450-h:hover{margin-bottom:450px;}
.mb500-h:hover{margin-bottom:500px;}




.mb-1-h:hover{margin-bottom:-1px;}
.mb-2-h:hover{margin-bottom:-2px;}
.mb-3-h:hover{margin-bottom:-3px;}
.mb-4-h:hover{margin-bottom:-4px;}
.mb-5-h:hover{margin-bottom:-5px;}
.mb-6-h:hover{margin-bottom:-6px;}  
.mb-7-h:hover{margin-bottom:-7px;}
.mb-8-h:hover{margin-bottom:-8px;}
.mb-9-h:hover{margin-bottom:-9px;}
.mb-10-h:hover{margin-bottom:-10px;}
.mb-11-h:hover{margin-bottom:-11px;}
.mb-12-h:hover{margin-bottom:-12px;}
.mb-13-h:hover{margin-bottom:-13px;}
.mb-14-h:hover{margin-bottom:-14px;}
.mb-15-h:hover{margin-bottom:-15px;}
.mb-16-h:hover{margin-bottom:-16px;}
.mb-17-h:hover{margin-bottom:-17px;}
.mb-18-h:hover{margin-bottom:-18px;}
.mb-19-h:hover{margin-bottom:-19px;}
.mb-20-h:hover{margin-bottom:-20px;}
.mb-25-h:hover{margin-bottom:-25px;}
.mb-30-h:hover{margin-bottom:-30px;}
.mb-35-h:hover{margin-bottom:-35px;}
.mb-40-h:hover{margin-bottom:-40px;}
.mb-45-h:hover{margin-bottom:-45px;}
.mb-50-h:hover{margin-bottom:-50px;}
.mb-55-h:hover{margin-bottom:-55px;}
.mb-60-h:hover{margin-bottom:-60px;}
.mb-65-h:hover{margin-bottom:-65px;}
.mb-70-h:hover{margin-bottom:-70px;}
.mb-75-h:hover{margin-bottom:-75px;}
.mb-80-h:hover{margin-bottom:-80px;}
.mb-85-h:hover{margin-bottom:-85px;}
.mb-90-h:hover{margin-bottom:-90px;}
.mb-95-h:hover{margin-bottom:-95px;}
.mb-100-h:hover{margin-bottom:-100px;}
.mb-105-h:hover{margin-bottom:-105px;}
.mb-110-h:hover{margin-bottom:-110px;}
.mb-115-h:hover{margin-bottom:-115px;}
.mb-120-h:hover{margin-bottom:-120px;}
.mb-125-h:hover{margin-bottom:-125px;}
.mb-130-h:hover{margin-bottom:-130px;}
.mb-135-h:hover{margin-bottom:-135px;}
.mb-140-h:hover{margin-bottom:-140px;}
.mb-145-h:hover{margin-bottom:-145px;}
.mb-150-h:hover{margin-bottom:-150px;}
.mb-155-h:hover{margin-bottom:-155px;}
.mb-160-h:hover{margin-bottom:-160px;}
.mb-165-h:hover{margin-bottom:-165px;}
.mb-170-h:hover{margin-bottom:-170px;}
.mb-175-h:hover{margin-bottom:-175px;}
.mb-180-h:hover{margin-bottom:-180px;}
.mb-185-h:hover{margin-bottom:-185px;}
.mb-190-h:hover{margin-bottom:-190px;}
.mb-195-h:hover{margin-bottom:-195px;}
.mb-200-h:hover{margin-bottom:-200px;}
.mb-210-h:hover{margin-bottom:-210px;}
.mb-220-h:hover{margin-bottom:-220px;}
.mb-230-h:hover{margin-bottom:-230px;}
.mb-240-h:hover{margin-bottom:-240px;}
.mb-250-h:hover{margin-bottom:-250px;}
.mb-260-h:hover{margin-bottom:-260px;}
.mb-270-h:hover{margin-bottom:-270px;}
.mb-280-h:hover{margin-bottom:-280px;}
.mb-290-h:hover{margin-bottom:-290px;}
.mb-300-h:hover{margin-bottom:-300px;}
.mb-350-h:hover{margin-bottom:-350px;}
.mb-400-h:hover{margin-bottom:-400px;}
.mb-450-h:hover{margin-bottom:-450px;}
.mb-500-h:hover{margin-bottom:-500px;}




















/** margin left **/






.ml0{margin-left:0px;}
.ml1{margin-left:1px;}
.ml2{margin-left:2px;}
.ml3{margin-left:3px;}
.ml4{margin-left:4px;}
.ml5{margin-left:5px;}
.ml6{margin-left:6px;}  
.ml7{margin-left:7px;}
.ml8{margin-left:8px;}
.ml9{margin-left:9px;}
.ml10{margin-left:10px;}
.ml11{margin-left:11px;}
.ml12{margin-left:12px;}
.ml13{margin-left:13px;}
.ml14{margin-left:14px;}
.ml15{margin-left:15px;}
.ml16{margin-left:16px;}
.ml17{margin-left:17px;}
.ml18{margin-left:18px;}
.ml19{margin-left:19px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml55{margin-left:55px;}
.ml60{margin-left:60px;}
.ml65{margin-left:65px;}
.ml70{margin-left:70px;}
.ml75{margin-left:75px;}
.ml80{margin-left:80px;}
.ml85{margin-left:85px;}
.ml90{margin-left:90px;}
.ml95{margin-left:95px;}
.ml100{margin-left:100px;}
.ml105{margin-left:105px;}
.ml110{margin-left:110px;}
.ml115{margin-left:115px;}
.ml120{margin-left:120px;}
.ml125{margin-left:125px;}
.ml130{margin-left:130px;}
.ml135{margin-left:135px;}
.ml140{margin-left:140px;}
.ml145{margin-left:145px;}
.ml150{margin-left:150px;}
.ml155{margin-left:155px;}
.ml160{margin-left:160px;}
.ml165{margin-left:165px;}
.ml170{margin-left:170px;}
.ml175{margin-left:175px;}
.ml180{margin-left:180px;}
.ml185{margin-left:185px;}
.ml190{margin-left:190px;}
.ml195{margin-left:195px;}
.ml200{margin-left:200px;}
.ml210{margin-left:210px;}
.ml220{margin-left:220px;}
.ml230{margin-left:230px;}
.ml240{margin-left:240px;}
.ml250{margin-left:250px;}
.ml260{margin-left:260px;}
.ml270{margin-left:270px;}
.ml280{margin-left:280px;}
.ml290{margin-left:290px;}
.ml300{margin-left:300px;}
.ml350{margin-left:350px;}
.ml400{margin-left:400px;}
.ml450{margin-left:450px;}
.ml500{margin-left:500px;}




.ml-1{margin-left:-1px;}
.ml-2{margin-left:-2px;}
.ml-3{margin-left:-3px;}
.ml-4{margin-left:-4px;}
.ml-5{margin-left:-5px;}
.ml-6{margin-left:-6px;}  
.ml-7{margin-left:-7px;}
.ml-8{margin-left:-8px;}
.ml-9{margin-left:-9px;}
.ml-10{margin-left:-10px;}
.ml-11{margin-left:-11px;}
.ml-12{margin-left:-12px;}
.ml-13{margin-left:-13px;}
.ml-14{margin-left:-14px;}
.ml-15{margin-left:-15px;}
.ml-16{margin-left:-16px;}
.ml-17{margin-left:-17px;}
.ml-18{margin-left:-18px;}
.ml-19{margin-left:-19px;}
.ml-20{margin-left:-20px;}
.ml-25{margin-left:-25px;}
.ml-30{margin-left:-30px;}
.ml-35{margin-left:-35px;}
.ml-40{margin-left:-40px;}
.ml-45{margin-left:-45px;}
.ml-50{margin-left:-50px;}
.ml-55{margin-left:-55px;}
.ml-60{margin-left:-60px;}
.ml-65{margin-left:-65px;}
.ml-70{margin-left:-70px;}
.ml-75{margin-left:-75px;}
.ml-80{margin-left:-80px;}
.ml-85{margin-left:-85px;}
.ml-90{margin-left:-90px;}
.ml-95{margin-left:-95px;}
.ml-100{margin-left:-100px;}
.ml-105{margin-left:-105px;}
.ml-110{margin-left:-110px;}
.ml-115{margin-left:-115px;}
.ml-120{margin-left:-120px;}
.ml-125{margin-left:-125px;}
.ml-130{margin-left:-130px;}
.ml-135{margin-left:-135px;}
.ml-140{margin-left:-140px;}
.ml-145{margin-left:-145px;}
.ml-150{margin-left:-150px;}
.ml-155{margin-left:-155px;}
.ml-160{margin-left:-160px;}
.ml-165{margin-left:-165px;}
.ml-170{margin-left:-170px;}
.ml-175{margin-left:-175px;}
.ml-180{margin-left:-180px;}
.ml-185{margin-left:-185px;}
.ml-190{margin-left:-190px;}
.ml-195{margin-left:-195px;}
.ml-200{margin-left:-200px;}
.ml-210{margin-left:-210px;}
.ml-220{margin-left:-220px;}
.ml-230{margin-left:-230px;}
.ml-240{margin-left:-240px;}
.ml-250{margin-left:-250px;}
.ml-260{margin-left:-260px;}
.ml-270{margin-left:-270px;}
.ml-280{margin-left:-280px;}
.ml-290{margin-left:-290px;}
.ml-300{margin-left:-300px;}
.ml-350{margin-left:-350px;}
.ml-400{margin-left:-400px;}
.ml-450{margin-left:-450px;}
.ml-500{margin-left:-500px;}

















.ml0-im{margin-left:0px !important;}
.ml1-im{margin-left:1px !important;}
.ml2-im{margin-left:2px !important;}
.ml3-im{margin-left:3px !important;}
.ml4-im{margin-left:4px !important;}
.ml5-im{margin-left:5px !important;}
.ml6-im{margin-left:6px !important;}  
.ml7-im{margin-left:7px !important;}
.ml8-im{margin-left:8px !important;}
.ml9-im{margin-left:9px !important;}
.ml10-im{margin-left:10px !important;}
.ml11-im{margin-left:11px !important;}
.ml12-im{margin-left:12px !important;}
.ml13-im{margin-left:13px !important;}
.ml14-im{margin-left:14px !important;}
.ml15-im{margin-left:15px !important;}
.ml16-im{margin-left:16px !important;}
.ml17-im{margin-left:17px !important;}
.ml18-im{margin-left:18px !important;}
.ml19-im{margin-left:19px !important;}
.ml20-im{margin-left:20px !important;}
.ml25-im{margin-left:25px !important;}
.ml30-im{margin-left:30px !important;}
.ml35-im{margin-left:35px !important;}
.ml40-im{margin-left:40px !important;}
.ml45-im{margin-left:45px !important;}
.ml50-im{margin-left:50px !important;}
.ml55-im{margin-left:55px !important;}
.ml60-im{margin-left:60px !important;}
.ml65-im{margin-left:65px !important;}
.ml70-im{margin-left:70px !important;}
.ml75-im{margin-left:75px !important;}
.ml80-im{margin-left:80px !important;}
.ml85-im{margin-left:85px !important;}
.ml90-im{margin-left:90px !important;}
.ml95-im{margin-left:95px !important;}
.ml100-im{margin-left:100px !important;}
.ml105-im{margin-left:105px !important;}
.ml110-im{margin-left:110px !important;}
.ml115-im{margin-left:115px !important;}
.ml120-im{margin-left:120px !important;}
.ml125-im{margin-left:125px !important;}
.ml130-im{margin-left:130px !important;}
.ml135-im{margin-left:135px !important;}
.ml140-im{margin-left:140px !important;}
.ml145-im{margin-left:145px !important;}
.ml150-im{margin-left:150px !important;}
.ml155-im{margin-left:155px !important;}
.ml160-im{margin-left:160px !important;}
.ml165-im{margin-left:165px !important;}
.ml170-im{margin-left:170px !important;}
.ml175-im{margin-left:175px !important;}
.ml180-im{margin-left:180px !important;}
.ml185-im{margin-left:185px !important;}
.ml190-im{margin-left:190px !important;}
.ml195-im{margin-left:195px !important;}
.ml200-im{margin-left:200px !important;}
.ml210-im{margin-left:210px !important;}
.ml220-im{margin-left:220px !important;}
.ml230-im{margin-left:230px !important;}
.ml240-im{margin-left:240px !important;}
.ml250-im{margin-left:250px !important;}
.ml260-im{margin-left:260px !important;}
.ml270-im{margin-left:270px !important;}
.ml280-im{margin-left:280px !important;}
.ml290-im{margin-left:290px !important;}
.ml300-im{margin-left:300px !important;}
.ml350-im{margin-left:350px !important;}
.ml400-im{margin-left:400px !important;}
.ml450-im{margin-left:450px !important;}
.ml500-im{margin-left:500px !important;}




.ml-1-im{margin-left:-1px !important;}
.ml-2-im{margin-left:-2px !important;}
.ml-3-im{margin-left:-3px !important;}
.ml-4-im{margin-left:-4px !important;}
.ml-5-im{margin-left:-5px !important;}
.ml-6-im{margin-left:-6px !important;}  
.ml-7-im{margin-left:-7px !important;}
.ml-8-im{margin-left:-8px !important;}
.ml-9-im{margin-left:-9px !important;}
.ml-10-im{margin-left:-10px !important;}
.ml-11-im{margin-left:-11px !important;}
.ml-12-im{margin-left:-12px !important;}
.ml-13-im{margin-left:-13px !important;}
.ml-14-im{margin-left:-14px !important;}
.ml-15-im{margin-left:-15px !important;}
.ml-16-im{margin-left:-16px !important;}
.ml-17-im{margin-left:-17px !important;}
.ml-18-im{margin-left:-18px !important;}
.ml-19-im{margin-left:-19px !important;}
.ml-20-im{margin-left:-20px !important;}
.ml-25-im{margin-left:-25px !important;}
.ml-30-im{margin-left:-30px !important;}
.ml-35-im{margin-left:-35px !important;}
.ml-40-im{margin-left:-40px !important;}
.ml-45-im{margin-left:-45px !important;}
.ml-50-im{margin-left:-50px !important;}
.ml-55-im{margin-left:-55px !important;}
.ml-60-im{margin-left:-60px !important;}
.ml-65-im{margin-left:-65px !important;}
.ml-70-im{margin-left:-70px !important;}
.ml-75-im{margin-left:-75px !important;}
.ml-80-im{margin-left:-80px !important;}
.ml-85-im{margin-left:-85px !important;}
.ml-90-im{margin-left:-90px !important;}
.ml-95-im{margin-left:-95px !important;}
.ml-100-im{margin-left:-100px !important;}
.ml-105-im{margin-left:-105px !important;}
.ml-110-im{margin-left:-110px !important;}
.ml-115-im{margin-left:-115px !important;}
.ml-120-im{margin-left:-120px !important;}
.ml-125-im{margin-left:-125px !important;}
.ml-130-im{margin-left:-130px !important;}
.ml-135-im{margin-left:-135px !important;}
.ml-140-im{margin-left:-140px !important;}
.ml-145-im{margin-left:-145px !important;}
.ml-150-im{margin-left:-150px !important;}
.ml-155-im{margin-left:-155px !important;}
.ml-160-im{margin-left:-160px !important;}
.ml-165-im{margin-left:-165px !important;}
.ml-170-im{margin-left:-170px !important;}
.ml-175-im{margin-left:-175px !important;}
.ml-180-im{margin-left:-180px !important;}
.ml-185-im{margin-left:-185px !important;}
.ml-190-im{margin-left:-190px !important;}
.ml-195-im{margin-left:-195px !important;}
.ml-200-im{margin-left:-200px !important;}
.ml-210-im{margin-left:-210px !important;}
.ml-220-im{margin-left:-220px !important;}
.ml-230-im{margin-left:-230px !important;}
.ml-240-im{margin-left:-240px !important;}
.ml-250-im{margin-left:-250px !important;}
.ml-260-im{margin-left:-260px !important;}
.ml-270-im{margin-left:-270px !important;}
.ml-280-im{margin-left:-280px !important;}
.ml-290-im{margin-left:-290px !important;}
.ml-300-im{margin-left:-300px !important;}
.ml-350-im{margin-left:-350px !important;}
.ml-400-im{margin-left:-400px !important;}
.ml-450-im{margin-left:-450px !important;}
.ml-500-im{margin-left:-500px !important;}























.ml0-h:hover{margin-left:0px;}
.ml1-h:hover{margin-left:1px;}
.ml2-h:hover{margin-left:2px;}
.ml3-h:hover{margin-left:3px;}
.ml4-h:hover{margin-left:4px;}
.ml5-h:hover{margin-left:5px;}
.ml6-h:hover{margin-left:6px;}  
.ml7-h:hover{margin-left:7px;}
.ml8-h:hover{margin-left:8px;}
.ml9-h:hover{margin-left:9px;}
.ml10-h:hover{margin-left:10px;}
.ml11-h:hover{margin-left:11px;}
.ml12-h:hover{margin-left:12px;}
.ml13-h:hover{margin-left:13px;}
.ml14-h:hover{margin-left:14px;}
.ml15-h:hover{margin-left:15px;}
.ml16-h:hover{margin-left:16px;}
.ml17-h:hover{margin-left:17px;}
.ml18-h:hover{margin-left:18px;}
.ml19-h:hover{margin-left:19px;}
.ml20-h:hover{margin-left:20px;}
.ml25-h:hover{margin-left:25px;}
.ml30-h:hover{margin-left:30px;}
.ml35-h:hover{margin-left:35px;}
.ml40-h:hover{margin-left:40px;}
.ml45-h:hover{margin-left:45px;}
.ml50-h:hover{margin-left:50px;}
.ml55-h:hover{margin-left:55px;}
.ml60-h:hover{margin-left:60px;}
.ml65-h:hover{margin-left:65px;}
.ml70-h:hover{margin-left:70px;}
.ml75-h:hover{margin-left:75px;}
.ml80-h:hover{margin-left:80px;}
.ml85-h:hover{margin-left:85px;}
.ml90-h:hover{margin-left:90px;}
.ml95-h:hover{margin-left:95px;}
.ml100-h:hover{margin-left:100px;}
.ml105-h:hover{margin-left:105px;}
.ml110-h:hover{margin-left:110px;}
.ml115-h:hover{margin-left:115px;}
.ml120-h:hover{margin-left:120px;}
.ml125-h:hover{margin-left:125px;}
.ml130-h:hover{margin-left:130px;}
.ml135-h:hover{margin-left:135px;}
.ml140-h:hover{margin-left:140px;}
.ml145-h:hover{margin-left:145px;}
.ml150-h:hover{margin-left:150px;}
.ml155-h:hover{margin-left:155px;}
.ml160-h:hover{margin-left:160px;}
.ml165-h:hover{margin-left:165px;}
.ml170-h:hover{margin-left:170px;}
.ml175-h:hover{margin-left:175px;}
.ml180-h:hover{margin-left:180px;}
.ml185-h:hover{margin-left:185px;}
.ml190-h:hover{margin-left:190px;}
.ml195-h:hover{margin-left:195px;}
.ml200-h:hover{margin-left:200px;}
.ml210-h:hover{margin-left:210px;}
.ml220-h:hover{margin-left:220px;}
.ml230-h:hover{margin-left:230px;}
.ml240-h:hover{margin-left:240px;}
.ml250-h:hover{margin-left:250px;}
.ml260-h:hover{margin-left:260px;}
.ml270-h:hover{margin-left:270px;}
.ml280-h:hover{margin-left:280px;}
.ml290-h:hover{margin-left:290px;}
.ml300-h:hover{margin-left:300px;}
.ml350-h:hover{margin-left:350px;}
.ml400-h:hover{margin-left:400px;}
.ml450-h:hover{margin-left:450px;}
.ml500-h:hover{margin-left:500px;}




.ml-1-h:hover{margin-left:-1px;}
.ml-2-h:hover{margin-left:-2px;}
.ml-3-h:hover{margin-left:-3px;}
.ml-4-h:hover{margin-left:-4px;}
.ml-5-h:hover{margin-left:-5px;}
.ml-6-h:hover{margin-left:-6px;}  
.ml-7-h:hover{margin-left:-7px;}
.ml-8-h:hover{margin-left:-8px;}
.ml-9-h:hover{margin-left:-9px;}
.ml-10-h:hover{margin-left:-10px;}
.ml-11-h:hover{margin-left:-11px;}
.ml-12-h:hover{margin-left:-12px;}
.ml-13-h:hover{margin-left:-13px;}
.ml-14-h:hover{margin-left:-14px;}
.ml-15-h:hover{margin-left:-15px;}
.ml-16-h:hover{margin-left:-16px;}
.ml-17-h:hover{margin-left:-17px;}
.ml-18-h:hover{margin-left:-18px;}
.ml-19-h:hover{margin-left:-19px;}
.ml-20-h:hover{margin-left:-20px;}
.ml-25-h:hover{margin-left:-25px;}
.ml-30-h:hover{margin-left:-30px;}
.ml-35-h:hover{margin-left:-35px;}
.ml-40-h:hover{margin-left:-40px;}
.ml-45-h:hover{margin-left:-45px;}
.ml-50-h:hover{margin-left:-50px;}
.ml-55-h:hover{margin-left:-55px;}
.ml-60-h:hover{margin-left:-60px;}
.ml-65-h:hover{margin-left:-65px;}
.ml-70-h:hover{margin-left:-70px;}
.ml-75-h:hover{margin-left:-75px;}
.ml-80-h:hover{margin-left:-80px;}
.ml-85-h:hover{margin-left:-85px;}
.ml-90-h:hover{margin-left:-90px;}
.ml-95-h:hover{margin-left:-95px;}
.ml-100-h:hover{margin-left:-100px;}
.ml-105-h:hover{margin-left:-105px;}
.ml-110-h:hover{margin-left:-110px;}
.ml-115-h:hover{margin-left:-115px;}
.ml-120-h:hover{margin-left:-120px;}
.ml-125-h:hover{margin-left:-125px;}
.ml-130-h:hover{margin-left:-130px;}
.ml-135-h:hover{margin-left:-135px;}
.ml-140-h:hover{margin-left:-140px;}
.ml-145-h:hover{margin-left:-145px;}
.ml-150-h:hover{margin-left:-150px;}
.ml-155-h:hover{margin-left:-155px;}
.ml-160-h:hover{margin-left:-160px;}
.ml-165-h:hover{margin-left:-165px;}
.ml-170-h:hover{margin-left:-170px;}
.ml-175-h:hover{margin-left:-175px;}
.ml-180-h:hover{margin-left:-180px;}
.ml-185-h:hover{margin-left:-185px;}
.ml-190-h:hover{margin-left:-190px;}
.ml-195-h:hover{margin-left:-195px;}
.ml-200-h:hover{margin-left:-200px;}
.ml-210-h:hover{margin-left:-210px;}
.ml-220-h:hover{margin-left:-220px;}
.ml-230-h:hover{margin-left:-230px;}
.ml-240-h:hover{margin-left:-240px;}
.ml-250-h:hover{margin-left:-250px;}
.ml-260-h:hover{margin-left:-260px;}
.ml-270-h:hover{margin-left:-270px;}
.ml-280-h:hover{margin-left:-280px;}
.ml-290-h:hover{margin-left:-290px;}
.ml-300-h:hover{margin-left:-300px;}
.ml-350-h:hover{margin-left:-350px;}
.ml-400-h:hover{margin-left:-400px;}
.ml-450-h:hover{margin-left:-450px;}
.ml-500-h:hover{margin-left:-500px;}















/** margin percentage **/


.m0p{margin:0%;}
.m1p{margin:1%;}
.m2p{margin:2%;}
.m2pq{margin:2.5%;}
.m3p{margin:3%;}
.m4p{margin:4%;}
.m5p{margin:5%;}
.m6p{margin:6%;}
.m7p{margin:7%;}
.m8p{margin:8%;}
.m9p{margin:9%;}
.m10p{margin:10%;}
.m11p{margin:11%;}
.m12p{margin:12%;}
.m13p{margin:13%;}
.m14p{margin:14%;}
.m15p{margin:15%;}



.m0p-im{margin:0% !important;}
.m1p-im{margin:1% !important;}
.m2p-im{margin:2% !important;}
.m3p-im{margin:3% !important;}
.m4p-im{margin:4% !important;}
.m5p-im{margin:5% !important;}
.m6p-im{margin:6% !important;}
.m7p-im{margin:7% !important;}
.m8p-im{margin:8% !important;}
.m9p-im{margin:9% !important;}
.m10p-im{margin:10% !important;}
.m11p-im{margin:11% !important;}
.m12p-im{margin:12% !important;}
.m13p-im{margin:13% !important;}
.m14p-im{margin:14% !important;}
.m15p-im{margin:15% !important;}



.m0p-h:hover{margin:0%;}
.m1p-h:hover{margin:1%;}
.m2p-h:hover{margin:2%;}
.m3p-h:hover{margin:3%;}
.m4p-h:hover{margin:4%;}
.m5p-h:hover{margin:5%;}
.m6p-h:hover{margin:6%;}
.m7p-h:hover{margin:7%;}
.m8p-h:hover{margin:8%;}
.m9p-h:hover{margin:9%;}
.m10p-h:hover{margin:10%;}
.m11p-h:hover{margin:11%;}
.m12p-h:hover{margin:12%;}
.m13p-h:hover{margin:13%;}
.m14p-h:hover{margin:14%;}
.m15p-h:hover{margin:15%;}


/** margin top percentage **/



.mt0p{margin-top:0%;}
.mt1p{margin-top:1%;}
.mt2p{margin-top:2%;}
.mt3p{margin-top:3%;}
.mt4p{margin-top:4%;}
.mt5p{margin-top:5%;}
.mt6p{margin-top:6%;} 
.mt7p{margin-top:7%;}
.mt8p{margin-top:8%;}
.mt9p{margin-top:9%;}
.mt10p{margin-top:10%;}
.mt11p{margin-top:11%;}
.mt12p{margin-top:12%;}
.mt13p{margin-top:13%;}
.mt14p{margin-top:14%;}
.mt15p{margin-top:15%;}
.mt16p{margin-top:16%;}
.mt17p{margin-top:17%;}
.mt18p{margin-top:18%;}
.mt19p{margin-top:19%;}
.mt20p{margin-top:20%;}
.mt30p{margin-top:30%;}
.mt40p{margin-top:40%;}
.mt50p{margin-top:50%;}


.mt-1p{margin-top:-1%;}
.mt-2p{margin-top:-2%;}
.mt-3p{margin-top:-3%;}
.mt-4p{margin-top:-4%;}
.mt-5p{margin-top:-5%;}
.mt-6p{margin-top:-6%;} 
.mt-7p{margin-top:-7%;}
.mt-8p{margin-top:-8%;}
.mt-9p{margin-top:-9%;}
.mt-10p{margin-top:-10%;}
.mt-11p{margin-top:-11%;}
.mt-12p{margin-top:-12%;}
.mt-13p{margin-top:-13%;}
.mt-14p{margin-top:-14%;}
.mt-15p{margin-top:-15%;}
.mt-16p{margin-top:-16%;}
.mt-17p{margin-top:-17%;}
.mt-18p{margin-top:-18%;}
.mt-19p{margin-top:-19%;}
.mt-20p{margin-top:-20%;}










.mt0p-im{margin-top:0% !important;}
.mt1p-im{margin-top:1% !important;}
.mt2p-im{margin-top:2% !important;}
.mt3p-im{margin-top:3% !important;}
.mt4p-im{margin-top:4% !important;}
.mt5p-im{margin-top:5% !important;}
.mt6p-im{margin-top:6% !important;} 
.mt7p-im{margin-top:7% !important;}
.mt8p-im{margin-top:8% !important;}
.mt9p-im{margin-top:9% !important;}
.mt10p-im{margin-top:10% !important;}
.mt11p-im{margin-top:11% !important;}
.mt12p-im{margin-top:12% !important;}
.mt13p-im{margin-top:13% !important;}
.mt14p-im{margin-top:14% !important;}
.mt15p-im{margin-top:15% !important;}
.mt16p-im{margin-top:16% !important;}
.mt17p-im{margin-top:17% !important;}
.mt18p-im{margin-top:18% !important;}
.mt19p-im{margin-top:19% !important;}
.mt20p-im{margin-top:20% !important;}
.mt30p-im{margin-top:30% !important;}
.mt40p-im{margin-top:40% !important;}
.mt50p-im{margin-top:50% !important;}


.mt-1p-im{margin-top:-1% !important;}
.mt-2p-im{margin-top:-2% !important;}
.mt-3p-im{margin-top:-3% !important;}
.mt-4p-im{margin-top:-4% !important;}
.mt-5p-im{margin-top:-5% !important;}
.mt-6p-im{margin-top:-6% !important;} 
.mt-7p-im{margin-top:-7% !important;}
.mt-8p-im{margin-top:-8% !important;}
.mt-9p-im{margin-top:-9% !important;}
.mt-10p-im{margin-top:-10% !important;}
.mt-11p-im{margin-top:-11% !important;}
.mt-12p-im{margin-top:-12% !important;}
.mt-13p-im{margin-top:-13% !important;}
.mt-14p-im{margin-top:-14% !important;}
.mt-15p-im{margin-top:-15% !important;}
.mt-16p-im{margin-top:-16% !important;}
.mt-17p-im{margin-top:-17% !important;}
.mt-18p-im{margin-top:-18% !important;}
.mt-19p-im{margin-top:-19% !important;}
.mt-20p-im{margin-top:-20% !important;}












.mt0p-h:hover{margin-top:0%;}
.mt1p-h:hover{margin-top:1%;}
.mt2p-h:hover{margin-top:2%;}
.mt3p-h:hover{margin-top:3%;}
.mt4p-h:hover{margin-top:4%;}
.mt5p-h:hover{margin-top:5%;}
.mt6p-h:hover{margin-top:6%;} 
.mt7p-h:hover{margin-top:7%;}
.mt8p-h:hover{margin-top:8%;}
.mt9p-h:hover{margin-top:9%;}
.mt10p-h:hover{margin-top:10%;}
.mt11p-h:hover{margin-top:11%;}
.mt12p-h:hover{margin-top:12%;}
.mt13p-h:hover{margin-top:13%;}
.mt14p-h:hover{margin-top:14%;}
.mt15p-h:hover{margin-top:15%;}
.mt16p-h:hover{margin-top:16%;}
.mt17p-h:hover{margin-top:17%;}
.mt18p-h:hover{margin-top:18%;}
.mt19p-h:hover{margin-top:19%;}
.mt20p-h:hover{margin-top:20%;}
.mt30p-h:hover{margin-top:30%;}
.mt40p-h:hover{margin-top:40%;}
.mt50p-h:hover{margin-top:50%;}


.mt-1p-h:hover{margin-top:-1%;}
.mt-2p-h:hover{margin-top:-2%;}
.mt-3p-h:hover{margin-top:-3%;}
.mt-4p-h:hover{margin-top:-4%;}
.mt-5p-h:hover{margin-top:-5%;}
.mt-6p-h:hover{margin-top:-6%;} 
.mt-7p-h:hover{margin-top:-7%;}
.mt-8p-h:hover{margin-top:-8%;}
.mt-9p-h:hover{margin-top:-9%;}
.mt-10p-h:hover{margin-top:-10%;}
.mt-11p-h:hover{margin-top:-11%;}
.mt-12p-h:hover{margin-top:-12%;}
.mt-13p-h:hover{margin-top:-13%;}
.mt-14p-h:hover{margin-top:-14%;}
.mt-15p-h:hover{margin-top:-15%;}
.mt-16p-h:hover{margin-top:-16%;}
.mt-17p-h:hover{margin-top:-17%;}
.mt-18p-h:hover{margin-top:-18%;}
.mt-19p-h:hover{margin-top:-19%;}
.mt-20p-h:hover{margin-top:-20%;}




/** margin right percentage **/





.mr0p{margin-right:0%;}
.mr1p{margin-right:1%;}
.mr2p{margin-right:2%;}
.mr3p{margin-right:3%;}
.mr4p{margin-right:4%;}
.mr5p{margin-right:5%;}
.mr6p{margin-right:6%;} 
.mr7p{margin-right:7%;}
.mr8p{margin-right:8%;}
.mr9p{margin-right:9%;}
.mr10p{margin-right:10%;}
.mr11p{margin-right:11%;}
.mr12p{margin-right:12%;}
.mr13p{margin-right:13%;}
.mr14p{margin-right:14%;}
.mr15p{margin-right:15%;}
.mr16p{margin-right:16%;}
.mr17p{margin-right:17%;}
.mr18p{margin-right:18%;}
.mr19p{margin-right:19%;}
.mr20p{margin-right:20%;}
.mr30p{margin-right:30%;}
.mr40p{margin-right:40%;}
.mr50p{margin-right:50%;}


.mr-1p{margin-right:-1%;}
.mr-2p{margin-right:-2%;}
.mr-3p{margin-right:-3%;}
.mr-4p{margin-right:-4%;}
.mr-5p{margin-right:-5%;}
.mr-6p{margin-right:-6%;} 
.mr-7p{margin-right:-7%;}
.mr-8p{margin-right:-8%;}
.mr-9p{margin-right:-9%;}
.mr-10p{margin-right:-10%;}
.mr-11p{margin-right:-11%;}
.mr-12p{margin-right:-12%;}
.mr-13p{margin-right:-13%;}
.mr-14p{margin-right:-14%;}
.mr-15p{margin-right:-15%;}
.mr-16p{margin-right:-16%;}
.mr-17p{margin-right:-17%;}
.mr-18p{margin-right:-18%;}
.mr-19p{margin-right:-19%;}
.mr-20p{margin-right:-20%;}




.mr0p-im{margin-right:0% !important;}
.mr1p-im{margin-right:1% !important;}
.mr2p-im{margin-right:2% !important;}
.mr3p-im{margin-right:3% !important;}
.mr4p-im{margin-right:4% !important;}
.mr5p-im{margin-right:5% !important;}
.mr6p-im{margin-right:6% !important;} 
.mr7p-im{margin-right:7% !important;}
.mr8p-im{margin-right:8% !important;}
.mr9p-im{margin-right:9% !important;}
.mr10p-im{margin-right:10% !important;}
.mr11p-im{margin-right:11% !important;}
.mr12p-im{margin-right:12% !important;}
.mr13p-im{margin-right:13% !important;}
.mr14p-im{margin-right:14% !important;}
.mr15p-im{margin-right:15% !important;}
.mr16p-im{margin-right:16% !important;}
.mr17p-im{margin-right:17% !important;}
.mr18p-im{margin-right:18% !important;}
.mr19p-im{margin-right:19% !important;}
.mr20p-im{margin-right:20% !important;}
.mr30p-im{margin-right:30% !important;}
.mr40p-im{margin-right:40% !important;}
.mr50p-im{margin-right:50% !important;}


.mr-1p-im{margin-right:-1% !important;}
.mr-2p-im{margin-right:-2% !important;}
.mr-3p-im{margin-right:-3% !important;}
.mr-4p-im{margin-right:-4% !important;}
.mr-5p-im{margin-right:-5% !important;}
.mr-6p-im{margin-right:-6% !important;} 
.mr-7p-im{margin-right:-7% !important;}
.mr-8p-im{margin-right:-8% !important;}
.mr-9p-im{margin-right:-9% !important;}
.mr-10p-im{margin-right:-10% !important;}
.mr-11p-im{margin-right:-11% !important;}
.mr-12p-im{margin-right:-12% !important;}
.mr-13p-im{margin-right:-13% !important;}
.mr-14p-im{margin-right:-14% !important;}
.mr-15p-im{margin-right:-15% !important;}
.mr-16p-im{margin-right:-16% !important;}
.mr-17p-im{margin-right:-17% !important;}
.mr-18p-im{margin-right:-18% !important;}
.mr-19p-im{margin-right:-19% !important;}
.mr-20p-im{margin-right:-20% !important;}






.mr0p-h:hover{margin-right:0%;}
.mr1p-h:hover{margin-right:1%;}
.mr2p-h:hover{margin-right:2%;}
.mr3p-h:hover{margin-right:3%;}
.mr4p-h:hover{margin-right:4%;}
.mr5p-h:hover{margin-right:5%;}
.mr6p-h:hover{margin-right:6%;} 
.mr7p-h:hover{margin-right:7%;}
.mr8p-h:hover{margin-right:8%;}
.mr9p-h:hover{margin-right:9%;}
.mr10p-h:hover{margin-right:10%;}
.mr11p-h:hover{margin-right:11%;}
.mr12p-h:hover{margin-right:12%;}
.mr13p-h:hover{margin-right:13%;}
.mr14p-h:hover{margin-right:14%;}
.mr15p-h:hover{margin-right:15%;}
.mr16p-h:hover{margin-right:16%;}
.mr17p-h:hover{margin-right:17%;}
.mr18p-h:hover{margin-right:18%;}
.mr19p-h:hover{margin-right:19%;}
.mr20p-h:hover{margin-right:20%;}
.mr30p-h:hover{margin-right:30%;}
.mr40p-h:hover{margin-right:40%;}
.mr50p-h:hover{margin-right:50%;}


.mr-1p-h:hover{margin-right:-1%;}
.mr-2p-h:hover{margin-right:-2%;}
.mr-3p-h:hover{margin-right:-3%;}
.mr-4p-h:hover{margin-right:-4%;}
.mr-5p-h:hover{margin-right:-5%;}
.mr-6p-h:hover{margin-right:-6%;} 
.mr-7p-h:hover{margin-right:-7%;}
.mr-8p-h:hover{margin-right:-8%;}
.mr-9p-h:hover{margin-right:-9%;}
.mr-10p-h:hover{margin-right:-10%;}
.mr-11p-h:hover{margin-right:-11%;}
.mr-12p-h:hover{margin-right:-12%;}
.mr-13p-h:hover{margin-right:-13%;}
.mr-14p-h:hover{margin-right:-14%;}
.mr-15p-h:hover{margin-right:-15%;}
.mr-16p-h:hover{margin-right:-16%;}
.mr-17p-h:hover{margin-right:-17%;}
.mr-18p-h:hover{margin-right:-18%;}
.mr-19p-h:hover{margin-right:-19%;}
.mr-20p-h:hover{margin-right:-20%;}





/** margin bottom percentage **/




.mb0p{margin-bottom:0%;}
.mb1p{margin-bottom:1%;}
.mb2p{margin-bottom:2%;}
.mb3p{margin-bottom:3%;}
.mb4p{margin-bottom:4%;}
.mb5p{margin-bottom:5%;}
.mb6p{margin-bottom:6%;} 
.mb7p{margin-bottom:7%;}
.mb8p{margin-bottom:8%;}
.mb9p{margin-bottom:9%;}
.mb10p{margin-bottom:10%;}
.mb11p{margin-bottom:11%;}
.mb12p{margin-bottom:12%;}
.mb13p{margin-bottom:13%;}
.mb14p{margin-bottom:14%;}
.mb15p{margin-bottom:15%;}
.mb16p{margin-bottom:16%;}
.mb17p{margin-bottom:17%;}
.mb18p{margin-bottom:18%;}
.mb19p{margin-bottom:19%;}
.mb20p{margin-bottom:20%;}
.mb30p{margin-bottom:30%;}
.mb40p{margin-bottom:40%;}
.mb50p{margin-bottom:50%;}


.mb-1p{margin-bottom:-1%;}
.mb-2p{margin-bottom:-2%;}
.mb-3p{margin-bottom:-3%;}
.mb-4p{margin-bottom:-4%;}
.mb-5p{margin-bottom:-5%;}
.mb-6p{margin-bottom:-6%;} 
.mb-7p{margin-bottom:-7%;}
.mb-8p{margin-bottom:-8%;}
.mb-9p{margin-bottom:-9%;}
.mb-10p{margin-bottom:-10%;}
.mb-11p{margin-bottom:-11%;}
.mb-12p{margin-bottom:-12%;}
.mb-13p{margin-bottom:-13%;}
.mb-14p{margin-bottom:-14%;}
.mb-15p{margin-bottom:-15%;}
.mb-16p{margin-bottom:-16%;}
.mb-17p{margin-bottom:-17%;}
.mb-18p{margin-bottom:-18%;}
.mb-19p{margin-bottom:-19%;}
.mb-20p{margin-bottom:-20%;}






.mb0p-im{margin-bottom:0% !important;}
.mb1p-im{margin-bottom:1% !important;}
.mb2p-im{margin-bottom:2% !important;}
.mb3p-im{margin-bottom:3% !important;}
.mb4p-im{margin-bottom:4% !important;}
.mb5p-im{margin-bottom:5% !important;}
.mb6p-im{margin-bottom:6% !important;} 
.mb7p-im{margin-bottom:7% !important;}
.mb8p-im{margin-bottom:8% !important;}
.mb9p-im{margin-bottom:9% !important;}
.mb10p-im{margin-bottom:10% !important;}
.mb11p-im{margin-bottom:11% !important;}
.mb12p-im{margin-bottom:12% !important;}
.mb13p-im{margin-bottom:13% !important;}
.mb14p-im{margin-bottom:14% !important;}
.mb15p-im{margin-bottom:15% !important;}
.mb16p-im{margin-bottom:16% !important;}
.mb17p-im{margin-bottom:17% !important;}
.mb18p-im{margin-bottom:18% !important;}
.mb19p-im{margin-bottom:19% !important;}
.mb20p-im{margin-bottom:20% !important;}
.mb30p-im{margin-bottom:30% !important;}
.mb40p-im{margin-bottom:40% !important;}
.mb50p-im{margin-bottom:50% !important;}


.mb-1p-im{margin-bottom:-1% !important;}
.mb-2p-im{margin-bottom:-2% !important;}
.mb-3p-im{margin-bottom:-3% !important;}
.mb-4p-im{margin-bottom:-4% !important;}
.mb-5p-im{margin-bottom:-5% !important;}
.mb-6p-im{margin-bottom:-6% !important;} 
.mb-7p-im{margin-bottom:-7% !important;}
.mb-8p-im{margin-bottom:-8% !important;}
.mb-9p-im{margin-bottom:-9% !important;}
.mb-10p-im{margin-bottom:-10% !important;}
.mb-11p-im{margin-bottom:-11% !important;}
.mb-12p-im{margin-bottom:-12% !important;}
.mb-13p-im{margin-bottom:-13% !important;}
.mb-14p-im{margin-bottom:-14% !important;}
.mb-15p-im{margin-bottom:-15% !important;}
.mb-16p-im{margin-bottom:-16% !important;}
.mb-17p-im{margin-bottom:-17% !important;}
.mb-18p-im{margin-bottom:-18% !important;}
.mb-19p-im{margin-bottom:-19% !important;}
.mb-20p-im{margin-bottom:-20% !important;}








.mb0p-h:hover{margin-bottom:0%;}
.mb1p-h:hover{margin-bottom:1%;}
.mb2p-h:hover{margin-bottom:2%;}
.mb3p-h:hover{margin-bottom:3%;}
.mb4p-h:hover{margin-bottom:4%;}
.mb5p-h:hover{margin-bottom:5%;}
.mb6p-h:hover{margin-bottom:6%;} 
.mb7p-h:hover{margin-bottom:7%;}
.mb8p-h:hover{margin-bottom:8%;}
.mb9p-h:hover{margin-bottom:9%;}
.mb10p-h:hover{margin-bottom:10%;}
.mb11p-h:hover{margin-bottom:11%;}
.mb12p-h:hover{margin-bottom:12%;}
.mb13p-h:hover{margin-bottom:13%;}
.mb14p-h:hover{margin-bottom:14%;}
.mb15p-h:hover{margin-bottom:15%;}
.mb16p-h:hover{margin-bottom:16%;}
.mb17p-h:hover{margin-bottom:17%;}
.mb18p-h:hover{margin-bottom:18%;}
.mb19p-h:hover{margin-bottom:19%;}
.mb20p-h:hover{margin-bottom:20%;}
.mb30p-h:hover{margin-bottom:30%;}
.mb40p-h:hover{margin-bottom:40%;}
.mb50p-h:hover{margin-bottom:50%;}


.mb-1p-h:hover{margin-bottom:-1%;}
.mb-2p-h:hover{margin-bottom:-2%;}
.mb-3p-h:hover{margin-bottom:-3%;}
.mb-4p-h:hover{margin-bottom:-4%;}
.mb-5p-h:hover{margin-bottom:-5%;}
.mb-6p-h:hover{margin-bottom:-6%;} 
.mb-7p-h:hover{margin-bottom:-7%;}
.mb-8p-h:hover{margin-bottom:-8%;}
.mb-9p-h:hover{margin-bottom:-9%;}
.mb-10p-h:hover{margin-bottom:-10%;}
.mb-11p-h:hover{margin-bottom:-11%;}
.mb-12p-h:hover{margin-bottom:-12%;}
.mb-13p-h:hover{margin-bottom:-13%;}
.mb-14p-h:hover{margin-bottom:-14%;}
.mb-15p-h:hover{margin-bottom:-15%;}
.mb-16p-h:hover{margin-bottom:-16%;}
.mb-17p-h:hover{margin-bottom:-17%;}
.mb-18p-h:hover{margin-bottom:-18%;}
.mb-19p-h:hover{margin-bottom:-19%;}
.mb-20p-h:hover{margin-bottom:-20%;}



/** margin left percentage **/


.ml0p{margin-left:0%;}
.ml1p{margin-left:1%;}
.ml2p{margin-left:2%;}
.ml2pq{margin-left:2.5%;}
.ml3p{margin-left:3%;}
.ml4p{margin-left:4%;}
.ml5p{margin-left:5%;}
.ml6p{margin-left:6%;} 
.ml7p{margin-left:7%;}
.ml8p{margin-left:8%;}
.ml9p{margin-left:9%;}
.ml10p{margin-left:10%;}
.ml11p{margin-left:11%;}
.ml12p{margin-left:12%;}
.ml13p{margin-left:13%;}
.ml14p{margin-left:14%;}
.ml15p{margin-left:15%;}
.ml16p{margin-left:16%;}
.ml17p{margin-left:17%;}
.ml18p{margin-left:18%;}
.ml19p{margin-left:19%;}
.ml20p{margin-left:20%;}
.ml25p{margin-left:25%;}
.ml30p{margin-left:30%;}
.ml35p{margin-left:35%;}
.ml40p{margin-left:40%;}
.ml45p{margin-left:45%;}
.ml50p{margin-left:50%;}
.ml55p{margin-left:55%;}


.ml-1p{margin-left:-1%;}
.ml-2p{margin-left:-2%;}
.ml-3p{margin-left:-3%;}
.ml-4p{margin-left:-4%;}
.ml-5p{margin-left:-5%;}
.ml-6p{margin-left:-6%;} 
.ml-7p{margin-left:-7%;}
.ml-8p{margin-left:-8%;}
.ml-9p{margin-left:-9%;}
.ml-10p{margin-left:-10%;}
.ml-11p{margin-left:-11%;}
.ml-12p{margin-left:-12%;}
.ml-13p{margin-left:-13%;}
.ml-14p{margin-left:-14%;}
.ml-15p{margin-left:-15%;}
.ml-16p{margin-left:-16%;}
.ml-17p{margin-left:-17%;}
.ml-18p{margin-left:-18%;}
.ml-19p{margin-left:-19%;}
.ml-20p{margin-left:-20%;}




.ml0p-im{margin-left:0% !important;}
.ml1p-im{margin-left:1% !important;}
.ml2p-im{margin-left:2% !important;}
.ml3p-im{margin-left:3% !important;}
.ml4p-im{margin-left:4% !important;}
.ml5p-im{margin-left:5% !important;}
.ml6p-im{margin-left:6% !important;} 
.ml7p-im{margin-left:7% !important;}
.ml8p-im{margin-left:8% !important;}
.ml9p-im{margin-left:9% !important;}
.ml10p-im{margin-left:10% !important;}
.ml11p-im{margin-left:11% !important;}
.ml12p-im{margin-left:12% !important;}
.ml13p-im{margin-left:13% !important;}
.ml14p-im{margin-left:14% !important;}
.ml15p-im{margin-left:15% !important;}
.ml16p-im{margin-left:16% !important;}
.ml17p-im{margin-left:17% !important;}
.ml18p-im{margin-left:18% !important;}
.ml19p-im{margin-left:19% !important;}
.ml20p-im{margin-left:20% !important;}
.ml30p-im{margin-left:30% !important;}
.ml40p-im{margin-left:40% !important;}
.ml50p-im{margin-left:50% !important;}


.ml-1p-im{margin-left:-1% !important;}
.ml-2p-im{margin-left:-2% !important;}
.ml-3p-im{margin-left:-3% !important;}
.ml-4p-im{margin-left:-4% !important;}
.ml-5p-im{margin-left:-5% !important;}
.ml-6p-im{margin-left:-6% !important;} 
.ml-7p-im{margin-left:-7% !important;}
.ml-8p-im{margin-left:-8% !important;}
.ml-9p-im{margin-left:-9% !important;}
.ml-10p-im{margin-left:-10% !important;}
.ml-11p-im{margin-left:-11% !important;}
.ml-12p-im{margin-left:-12% !important;}
.ml-13p-im{margin-left:-13% !important;}
.ml-14p-im{margin-left:-14% !important;}
.ml-15p-im{margin-left:-15% !important;}
.ml-16p-im{margin-left:-16% !important;}
.ml-17p-im{margin-left:-17% !important;}
.ml-18p-im{margin-left:-18% !important;}
.ml-19p-im{margin-left:-19% !important;}
.ml-20p-im{margin-left:-20% !important;}







.ml0p-h:hover{margin-left:0%;}
.ml1p-h:hover{margin-left:1%;}
.ml2p-h:hover{margin-left:2%;}
.ml3p-h:hover{margin-left:3%;}
.ml4p-h:hover{margin-left:4%;}
.ml5p-h:hover{margin-left:5%;}
.ml6p-h:hover{margin-left:6%;} 
.ml7p-h:hover{margin-left:7%;}
.ml8p-h:hover{margin-left:8%;}
.ml9p-h:hover{margin-left:9%;}
.ml10p-h:hover{margin-left:10%;}
.ml11p-h:hover{margin-left:11%;}
.ml12p-h:hover{margin-left:12%;}
.ml13p-h:hover{margin-left:13%;}
.ml14p-h:hover{margin-left:14%;}
.ml15p-h:hover{margin-left:15%;}
.ml16p-h:hover{margin-left:16%;}
.ml17p-h:hover{margin-left:17%;}
.ml18p-h:hover{margin-left:18%;}
.ml19p-h:hover{margin-left:19%;}
.ml20p-h:hover{margin-left:20%;}
.ml30p-h:hover{margin-left:30%;}
.ml40p-h:hover{margin-left:40%;}
.ml50p-h:hover{margin-left:50%;}


.ml-1p-h:hover{margin-left:-1%;}
.ml-2p-h:hover{margin-left:-2%;}
.ml-3p-h:hover{margin-left:-3%;}
.ml-4p-h:hover{margin-left:-4%;}
.ml-5p-h:hover{margin-left:-5%;}
.ml-6p-h:hover{margin-left:-6%;} 
.ml-7p-h:hover{margin-left:-7%;}
.ml-8p-h:hover{margin-left:-8%;}
.ml-9p-h:hover{margin-left:-9%;}
.ml-10p-h:hover{margin-left:-10%;}
.ml-11p-h:hover{margin-left:-11%;}
.ml-12p-h:hover{margin-left:-12%;}
.ml-13p-h:hover{margin-left:-13%;}
.ml-14p-h:hover{margin-left:-14%;}
.ml-15p-h:hover{margin-left:-15%;}
.ml-16p-h:hover{margin-left:-16%;}
.ml-17p-h:hover{margin-left:-17%;}
.ml-18p-h:hover{margin-left:-18%;}
.ml-19p-h:hover{margin-left:-19%;}
.ml-20p-h:hover{margin-left:-20%;}







/* custom Padding */
/* custom Padding */
/* custom Padding */


.no-padding{padding:0px !important;}
.p0{padding:0px;}
.p1{padding:1px;}
.p2{padding:2px;}
.p3{padding:3px;}
.p4{padding:4px;}
.p5{padding:5px;}
.p6{padding:6px;}
.p7{padding:7px;}
.p8{padding:8px;}
.p9{padding:9px;}
.p10{padding:10px;}
.p11{padding:11px;}
.p12{padding:12px;}
.p13{padding:13px;}
.p14{padding:14px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p25{padding:25px;}
.p26{padding:26px;}
.p27{padding:27px;}
.p28{padding:28px;}
.p29{padding:29px;}
.p30{padding:30px;}
.p35{padding:35px;}
.p40{padding:40px;}
.p45{padding:45px;}
.p48{padding:48px;}
.p50{padding:50px;}
.p60{padding:60px;}
.p70{padding:70px;}
.p80{padding:80px;}
.p90{padding:90px;}
.p100{padding:100px;}




/** padding top  **/



.pt0{padding-top:0px;}
.pt1{padding-top:1px;}
.pt2{padding-top:2px;}
.pt3{padding-top:3px;}
.pt4{padding-top:4px;}
.pt5{padding-top:5px;}
.pt6{padding-top:6px;}
.pt7{padding-top:7px;}
.pt8{padding-top:8px;}
.pt9{padding-top:9px;}
.pt10{padding-top:10px;}
.pt11{padding-top:11px;}
.pt12{padding-top:12px;}
.pt13{padding-top:13px;}
.pt14{padding-top:14px;}
.pt15{padding-top:15px;}
.pt16{padding-top:16px;}
.pt17{padding-top:17px;}
.pt18{padding-top:18px;}
.pt19{padding-top:19px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}
.pt65{padding-top:65px;}
.pt70{padding-top:70px;}
.pt75{padding-top:75px;}
.pt76{padding-top:76px;}
.pt77{padding-top:77px;}
.pt78{padding-top:78px;}
.pt79{padding-top:79px;}
.pt80{padding-top:80px;}
.pt85{padding-top:85px;}
.pt90{padding-top:90px;}
.pt95{padding-top:95px;}
.pt100{padding-top:100px;}
.pt110{padding-top:110px;}
.pt120{padding-top:120px;}
.pt130{padding-top:130px;}
.pt140{padding-top:140px;}
.pt150{padding-top:150px;}
.pt200{padding-top:200px;}


.pt1-h:hover{padding-top:1px;}
.pt2-h:hover{padding-top:2px;}
.pt3-h:hover{padding-top:3px;}
.pt4-h:hover{padding-top:4px;}
.pt5-h:hover{padding-top:5px;}
.pt6-h:hover{padding-top:6px;}
.pt7-h:hover{padding-top:7px;}
.pt8-h:hover{padding-top:8px;}
.pt9-h:hover{padding-top:9px;}
.pt10-h:hover{padding-top:10px;}
.pt11-h:hover{padding-top:11px;}
.pt12-h:hover{padding-top:12px;}
.pt13-h:hover{padding-top:13px;}
.pt14-h:hover{padding-top:14px;}
.pt15-h:hover{padding-top:15px;}
.pt16-h:hover{padding-top:16px;}
.pt17-h:hover{padding-top:17px;}
.pt18-h:hover{padding-top:18px;}
.pt19-h:hover{padding-top:19px;}
.pt20-h:hover{padding-top:20px;}
.pt25-h:hover{padding-top:25px;}
.pt30-h:hover{padding-top:30px;}
.pt35-h:hover{padding-top:35px;}
.pt40-h:hover{padding-top:40px;}
.pt45-h:hover{padding-top:45px;}
.pt50-h:hover{padding-top:50px;}
.pt55-h:hover{padding-top:55px;}
.pt60-h:hover{padding-top:60px;}
.pt65-h:hover{padding-top:65px;}
.pt70-h:hover{padding-top:70px;}
.pt75-h:hover{padding-top:75px;}
.pt76-h:hover{padding-top:76px;}
.pt77-h:hover{padding-top:77px;}
.pt78-h:hover{padding-top:78px;}
.pt79-h:hover{padding-top:79px;}
.pt80-h:hover{padding-top:80px;}
.pt85-h:hover{padding-top:85px;}
.pt90-h:hover{padding-top:90px;}
.pt95-h:hover{padding-top:95px;}
.pt100-h:hover{padding-top:100px;}
.pt110-h:hover{padding-top:110px;}
.pt120-h:hover{padding-top:120px;}
.pt130-h:hover{padding-top:130px;}
.pt140-h:hover{padding-top:140px;}
.pt150-h:hover{padding-top:150px;}
.pt200-h:hover{padding-top:200px;}


.pt0-im{padding-top:0px !important;}
.pt1-im{padding-top:1px !important;}
.pt2-im{padding-top:2px !important;}
.pt3-im{padding-top:3px !important;}
.pt4-im{padding-top:4px !important;}
.pt5-im{padding-top:5px !important;}
.pt6-im{padding-top:6px !important;}
.pt7-im{padding-top:7px !important;}
.pt8-im{padding-top:8px !important;}
.pt9-im{padding-top:9px !important;}
.pt10-im{padding-top:10px !important;}
.pt11-im{padding-top:11px !important;}
.pt12-im{padding-top:12px !important;}
.pt13-im{padding-top:13px !important;}
.pt14-im{padding-top:14px !important;}
.pt15-im{padding-top:15px !important;}
.pt16-im{padding-top:16px !important;}
.pt17-im{padding-top:17px !important;}
.pt18-im{padding-top:18px !important;}
.pt19-im{padding-top:19px !important;}
.pt20-im{padding-top:20px !important;}
.pt25-im{padding-top:25px !important;}
.pt30-im{padding-top:30px !important;}
.pt35-im{padding-top:35px !important;}
.pt40-im{padding-top:40px !important;}
.pt45-im{padding-top:45px !important;}
.pt50-im{padding-top:50px !important;}
.pt55-im{padding-top:55px !important;}
.pt60-im{padding-top:60px !important;}
.pt65-im{padding-top:65px !important;}
.pt70-im{padding-top:70px !important;}
.pt75-im{padding-top:75px !important;}
.pt76-im{padding-top:76px !important;}
.pt77-im{padding-top:77px !important;}
.pt78-im{padding-top:78px !important;}
.pt79-im{padding-top:79px !important;}
.pt80-im{padding-top:80px !important;}
.pt85-im{padding-top:85px !important;}
.pt90-im{padding-top:90px !important;}
.pt95-im{padding-top:95px !important;}
.pt100-im{padding-top:100px !important;}
.pt110-im{padding-top:110px !important;}
.pt120-im{padding-top:120px !important;}
.pt130-im{padding-top:130px !important;}
.pt140-im{padding-top:140px !important;}
.pt150-im{padding-top:150px !important;}
.pt200-im{padding-top:200px !important;}










/** padding right  **/





.pr0{padding-right:0px;}
.pr1{padding-right:1px;}
.pr2{padding-right:2px;}
.pr3{padding-right:3px;}
.pr4{padding-right:4px;}
.pr5{padding-right:5px;}
.pr6{padding-right:6px;}
.pr7{padding-right:7px;}
.pr8{padding-right:8px;}
.pr9{padding-right:9px;}
.pr10{padding-right:10px;}
.pr11{padding-right:11px;}
.pr12{padding-right:12px;}
.pr13{padding-right:13px;}
.pr14{padding-right:14px;}
.pr15{padding-right:15px;}
.pr16{padding-right:16px;}
.pr17{padding-right:17px;}
.pr18{padding-right:18px;}
.pr19{padding-right:19px;}
.pr20{padding-right:20px;}
.pr21{padding-right:21px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr50{padding-right:50px;}
.pr55{padding-right:55px;}
.pr60{padding-right:60px;}
.pr65{padding-right:65px;}
.pr70{padding-right:70px;}
.pr75{padding-right:75px;}
.pr76{padding-right:76px;}
.pr77{padding-right:77px;}
.pr78{padding-right:78px;}
.pr79{padding-right:79px;}
.pr80{padding-right:80px;}
.pr85{padding-right:85px;}
.pr90{padding-right:90px;}
.pr95{padding-right:95px;}
.pr100{padding-right:100px;}
.pr110{padding-right:110px;}
.pr120{padding-right:120px;}
.pr130{padding-right:130px;}
.pr140{padding-right:140px;}
.pr150{padding-right:150px;}
.pr200{padding-right:200px;}


.pr1-h:hover{padding-right:1px;}
.pr2-h:hover{padding-right:2px;}
.pr3-h:hover{padding-right:3px;}
.pr4-h:hover{padding-right:4px;}
.pr5-h:hover{padding-right:5px;}
.pr6-h:hover{padding-right:6px;}
.pr7-h:hover{padding-right:7px;}
.pr8-h:hover{padding-right:8px;}
.pr9-h:hover{padding-right:9px;}
.pr10-h:hover{padding-right:10px;}
.pr11-h:hover{padding-right:11px;}
.pr12-h:hover{padding-right:12px;}
.pr13-h:hover{padding-right:13px;}
.pr14-h:hover{padding-right:14px;}
.pr15-h:hover{padding-right:15px;}
.pr16-h:hover{padding-right:16px;}
.pr17-h:hover{padding-right:17px;}
.pr18-h:hover{padding-right:18px;}
.pr19-h:hover{padding-right:19px;}
.pr20-h:hover{padding-right:20px;}
.pr25-h:hover{padding-right:25px;}
.pr30-h:hover{padding-right:30px;}
.pr35-h:hover{padding-right:35px;}
.pr40-h:hover{padding-right:40px;}
.pr45-h:hover{padding-right:45px;}
.pr50-h:hover{padding-right:50px;}
.pr55-h:hover{padding-right:55px;}
.pr60-h:hover{padding-right:60px;}
.pr65-h:hover{padding-right:65px;}
.pr70-h:hover{padding-right:70px;}
.pr75-h:hover{padding-right:75px;}
.pr76-h:hover{padding-right:76px;}
.pr77-h:hover{padding-right:77px;}
.pr78-h:hover{padding-right:78px;}
.pr79-h:hover{padding-right:79px;}
.pr80-h:hover{padding-right:80px;}
.pr85-h:hover{padding-right:85px;}
.pr90-h:hover{padding-right:90px;}
.pr95-h:hover{padding-right:95px;}
.pr100-h:hover{padding-right:100px;}
.pr110-h:hover{padding-right:110px;}
.pr120-h:hover{padding-right:120px;}
.pr130-h:hover{padding-right:130px;}
.pr140-h:hover{padding-right:140px;}
.pr150-h:hover{padding-right:150px;}
.pr200-h:hover{padding-right:200px;}


.pr0-im{padding-right:0px !important;}
.pr1-im{padding-right:1px !important;}
.pr2-im{padding-right:2px !important;}
.pr3-im{padding-right:3px !important;}
.pr4-im{padding-right:4px !important;}
.pr5-im{padding-right:5px !important;}
.pr6-im{padding-right:6px !important;}
.pr7-im{padding-right:7px !important;}
.pr8-im{padding-right:8px !important;}
.pr9-im{padding-right:9px !important;}
.pr10-im{padding-right:10px !important;}
.pr11-im{padding-right:11px !important;}
.pr12-im{padding-right:12px !important;}
.pr13-im{padding-right:13px !important;}
.pr14-im{padding-right:14px !important;}
.pr15-im{padding-right:15px !important;}
.pr16-im{padding-right:16px !important;}
.pr17-im{padding-right:17px !important;}
.pr18-im{padding-right:18px !important;}
.pr19-im{padding-right:19px !important;}
.pr20-im{padding-right:20px !important;}
.pr25-im{padding-right:25px !important;}
.pr30-im{padding-right:30px !important;}
.pr35-im{padding-right:35px !important;}
.pr40-im{padding-right:40px !important;}
.pr45-im{padding-right:45px !important;}
.pr50-im{padding-right:50px !important;}
.pr55-im{padding-right:55px !important;}
.pr60-im{padding-right:60px !important;}
.pr65-im{padding-right:65px !important;}
.pr70-im{padding-right:70px !important;}
.pr75-im{padding-right:75px !important;}
.pr76-im{padding-right:76px !important;}
.pr77-im{padding-right:77px !important;}
.pr78-im{padding-right:78px !important;}
.pr79-im{padding-right:79px !important;}
.pr80-im{padding-right:80px !important;}
.pr85-im{padding-right:85px !important;}
.pr90-im{padding-right:90px !important;}
.pr95-im{padding-right:95px !important;}
.pr100-im{padding-right:100px !important;}
.pr110-im{padding-right:110px !important;}
.pr120-im{padding-right:120px !important;}
.pr130-im{padding-right:130px !important;}
.pr140-im{padding-right:140px !important;}
.pr150-im{padding-right:150px !important;}
.pr200-im{padding-right:200px !important;}











/** padding bottom  **/





.pb0{padding-bottom:0px;}
.pb1{padding-bottom:1px;}
.pb2{padding-bottom:2px;}
.pb3{padding-bottom:3px;}
.pb4{padding-bottom:4px;}
.pb5{padding-bottom:5px;}
.pb6{padding-bottom:6px;}
.pb7{padding-bottom:7px;}
.pb8{padding-bottom:8px;}
.pb9{padding-bottom:9px;}
.pb10{padding-bottom:10px;}
.pb11{padding-bottom:11px;}
.pb12{padding-bottom:12px;}
.pb13{padding-bottom:13px;}
.pb14{padding-bottom:14px;}
.pb15{padding-bottom:15px;}
.pb16{padding-bottom:16px;}
.pb17{padding-bottom:17px;}
.pb18{padding-bottom:18px;}
.pb19{padding-bottom:19px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pb55{padding-bottom:55px;}
.pb60{padding-bottom:60px;}
.pb65{padding-bottom:65px;}
.pb70{padding-bottom:70px;}
.pb75{padding-bottom:75px;}
.pb76{padding-bottom:76px;}
.pb77{padding-bottom:77px;}
.pb78{padding-bottom:78px;}
.pb79{padding-bottom:79px;}
.pb80{padding-bottom:80px;}
.pb85{padding-bottom:85px;}
.pb90{padding-bottom:90px;}
.pb95{padding-bottom:95px;}
.pb100{padding-bottom:100px;}
.pb110{padding-bottom:110px;}
.pb120{padding-bottom:120px;}
.pb130{padding-bottom:130px;}
.pb140{padding-bottom:140px;}
.pb150{padding-bottom:150px;}
.pb200{padding-bottom:200px;}


.pb1-h:hover{padding-bottom:1px;}
.pb2-h:hover{padding-bottom:2px;}
.pb3-h:hover{padding-bottom:3px;}
.pb4-h:hover{padding-bottom:4px;}
.pb5-h:hover{padding-bottom:5px;}
.pb6-h:hover{padding-bottom:6px;}
.pb7-h:hover{padding-bottom:7px;}
.pb8-h:hover{padding-bottom:8px;}
.pb9-h:hover{padding-bottom:9px;}
.pb10-h:hover{padding-bottom:10px;}
.pb11-h:hover{padding-bottom:11px;}
.pb12-h:hover{padding-bottom:12px;}
.pb13-h:hover{padding-bottom:13px;}
.pb14-h:hover{padding-bottom:14px;}
.pb15-h:hover{padding-bottom:15px;}
.pb16-h:hover{padding-bottom:16px;}
.pb17-h:hover{padding-bottom:17px;}
.pb18-h:hover{padding-bottom:18px;}
.pb19-h:hover{padding-bottom:19px;}
.pb20-h:hover{padding-bottom:20px;}
.pb25-h:hover{padding-bottom:25px;}
.pb30-h:hover{padding-bottom:30px;}
.pb35-h:hover{padding-bottom:35px;}
.pb40-h:hover{padding-bottom:40px;}
.pb45-h:hover{padding-bottom:45px;}
.pb50-h:hover{padding-bottom:50px;}
.pb55-h:hover{padding-bottom:55px;}
.pb60-h:hover{padding-bottom:60px;}
.pb65-h:hover{padding-bottom:65px;}
.pb70-h:hover{padding-bottom:70px;}
.pb75-h:hover{padding-bottom:75px;}
.pb76-h:hover{padding-bottom:76px;}
.pb77-h:hover{padding-bottom:77px;}
.pb78-h:hover{padding-bottom:78px;}
.pb79-h:hover{padding-bottom:79px;}
.pb80-h:hover{padding-bottom:80px;}
.pb85-h:hover{padding-bottom:85px;}
.pb90-h:hover{padding-bottom:90px;}
.pb95-h:hover{padding-bottom:95px;}
.pb100-h:hover{padding-bottom:100px;}
.pb110-h:hover{padding-bottom:110px;}
.pb120-h:hover{padding-bottom:120px;}
.pb130-h:hover{padding-bottom:130px;}
.pb140-h:hover{padding-bottom:140px;}
.pb150-h:hover{padding-bottom:150px;}
.pb200-h:hover{padding-bottom:200px;}


.pb0-im{padding-bottom:0px !important;}
.pb1-im{padding-bottom:1px !important;}
.pb2-im{padding-bottom:2px !important;}
.pb3-im{padding-bottom:3px !important;}
.pb4-im{padding-bottom:4px !important;}
.pb5-im{padding-bottom:5px !important;}
.pb6-im{padding-bottom:6px !important;}
.pb7-im{padding-bottom:7px !important;}
.pb8-im{padding-bottom:8px !important;}
.pb9-im{padding-bottom:9px !important;}
.pb10-im{padding-bottom:10px !important;}
.pb11-im{padding-bottom:11px !important;}
.pb12-im{padding-bottom:12px !important;}
.pb13-im{padding-bottom:13px !important;}
.pb14-im{padding-bottom:14px !important;}
.pb15-im{padding-bottom:15px !important;}
.pb16-im{padding-bottom:16px !important;}
.pb17-im{padding-bottom:17px !important;}
.pb18-im{padding-bottom:18px !important;}
.pb19-im{padding-bottom:19px !important;}
.pb20-im{padding-bottom:20px !important;}
.pb25-im{padding-bottom:25px !important;}
.pb30-im{padding-bottom:30px !important;}
.pb35-im{padding-bottom:35px !important;}
.pb40-im{padding-bottom:40px !important;}
.pb45-im{padding-bottom:45px !important;}
.pb50-im{padding-bottom:50px !important;}
.pb55-im{padding-bottom:55px !important;}
.pb60-im{padding-bottom:60px !important;}
.pb65-im{padding-bottom:65px !important;}
.pb70-im{padding-bottom:70px !important;}
.pb75-im{padding-bottom:75px !important;}
.pb76-im{padding-bottom:76px !important;}
.pb77-im{padding-bottom:77px !important;}
.pb78-im{padding-bottom:78px !important;}
.pb79-im{padding-bottom:79px !important;}
.pb80-im{padding-bottom:80px !important;}
.pb85-im{padding-bottom:85px !important;}
.pb90-im{padding-bottom:90px !important;}
.pb95-im{padding-bottom:95px !important;}
.pb100-im{padding-bottom:100px !important;}
.pb110-im{padding-bottom:110px !important;}
.pb120-im{padding-bottom:120px !important;}
.pb130-im{padding-bottom:130px !important;}
.pb140-im{padding-bottom:140px !important;}
.pb150-im{padding-bottom:150px !important;}
.pb200-im{padding-bottom:200px !important;}




/** padding left  **/



.pl0{padding-left:0px;}
.pl1{padding-left:1px;}
.pl2{padding-left:2px;}
.pl3{padding-left:3px;}
.pl4{padding-left:4px;}
.pl5{padding-left:5px;}
.pl6{padding-left:6px;}
.pl7{padding-left:7px;}
.pl8{padding-left:8px;}
.pl9{padding-left:9px;}
.pl10{padding-left:10px;}
.pl11{padding-left:11px;}
.pl12{padding-left:12px;}
.pl13{padding-left:13px;}
.pl14{padding-left:14px;}
.pl15{padding-left:15px;}
.pl16{padding-left:16px;}
.pl17{padding-left:17px;}
.pl18{padding-left:18px;}
.pl19{padding-left:19px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl31{padding-left:31px;}
.pl32{padding-left:32px;}
.pl33{padding-left:33px;}
.pl34{padding-left:34px;}
.pl35{padding-left:35px;}
.pl40{padding-left:40px;}
.pl45{padding-left:45px;}
.pl50{padding-left:50px;}
.pl55{padding-left:55px;}
.pl60{padding-left:60px;}
.pl65{padding-left:65px;}
.pl70{padding-left:70px;}
.pl75{padding-left:75px;}
.pl76{padding-left:76px;}
.pl77{padding-left:77px;}
.pl78{padding-left:78px;}
.pl79{padding-left:79px;}
.pl80{padding-left:80px;}
.pl85{padding-left:85px;}
.pl90{padding-left:90px;}
.pl95{padding-left:95px;}
.pl100{padding-left:100px;}
.pl110{padding-left:110px;}
.pl120{padding-left:120px;}
.pl130{padding-left:130px;}
.pl140{padding-left:140px;}
.pl150{padding-left:150px;}
.pl200{padding-left:200px;}


.pl1-h:hover{padding-left:1px;}
.pl2-h:hover{padding-left:2px;}
.pl3-h:hover{padding-left:3px;}
.pl4-h:hover{padding-left:4px;}
.pl5-h:hover{padding-left:5px;}
.pl6-h:hover{padding-left:6px;}
.pl7-h:hover{padding-left:7px;}
.pl8-h:hover{padding-left:8px;}
.pl9-h:hover{padding-left:9px;}
.pl10-h:hover{padding-left:10px;}
.pl11-h:hover{padding-left:11px;}
.pl12-h:hover{padding-left:12px;}
.pl13-h:hover{padding-left:13px;}
.pl14-h:hover{padding-left:14px;}
.pl15-h:hover{padding-left:15px;}
.pl16-h:hover{padding-left:16px;}
.pl17-h:hover{padding-left:17px;}
.pl18-h:hover{padding-left:18px;}
.pl19-h:hover{padding-left:19px;}
.pl20-h:hover{padding-left:20px;}
.pl25-h:hover{padding-left:25px;}
.pl30-h:hover{padding-left:30px;}
.pl35-h:hover{padding-left:35px;}
.pl40-h:hover{padding-left:40px;}
.pl45-h:hover{padding-left:45px;}
.pl50-h:hover{padding-left:50px;}
.pl55-h:hover{padding-left:55px;}
.pl60-h:hover{padding-left:60px;}
.pl65-h:hover{padding-left:65px;}
.pl70-h:hover{padding-left:70px;}
.pl75-h:hover{padding-left:75px;}
.pl76-h:hover{padding-left:76px;}
.pl77-h:hover{padding-left:77px;}
.pl78-h:hover{padding-left:78px;}
.pl79-h:hover{padding-left:79px;}
.pl80-h:hover{padding-left:80px;}
.pl85-h:hover{padding-left:85px;}
.pl90-h:hover{padding-left:90px;}
.pl95-h:hover{padding-left:95px;}
.pl100-h:hover{padding-left:100px;}
.pl110-h:hover{padding-left:110px;}
.pl120-h:hover{padding-left:120px;}
.pl130-h:hover{padding-left:130px;}
.pl140-h:hover{padding-left:140px;}
.pl150-h:hover{padding-left:150px;}
.pl200-h:hover{padding-left:200px;}


.pl0-im{padding-left:0px !important;}
.pl1-im{padding-left:1px !important;}
.pl2-im{padding-left:2px !important;}
.pl3-im{padding-left:3px !important;}
.pl4-im{padding-left:4px !important;}
.pl5-im{padding-left:5px !important;}
.pl6-im{padding-left:6px !important;}
.pl7-im{padding-left:7px !important;}
.pl8-im{padding-left:8px !important;}
.pl9-im{padding-left:9px !important;}
.pl10-im{padding-left:10px !important;}
.pl11-im{padding-left:11px !important;}
.pl12-im{padding-left:12px !important;}
.pl13-im{padding-left:13px !important;}
.pl14-im{padding-left:14px !important;}
.pl15-im{padding-left:15px !important;}
.pl16-im{padding-left:16px !important;}
.pl17-im{padding-left:17px !important;}
.pl18-im{padding-left:18px !important;}
.pl19-im{padding-left:19px !important;}
.pl20-im{padding-left:20px !important;}
.pl25-im{padding-left:25px !important;}
.pl30-im{padding-left:30px !important;}
.pl35-im{padding-left:35px !important;}
.pl40-im{padding-left:40px !important;}
.pl45-im{padding-left:45px !important;}
.pl50-im{padding-left:50px !important;}
.pl55-im{padding-left:55px !important;}
.pl60-im{padding-left:60px !important;}
.pl65-im{padding-left:65px !important;}
.pl70-im{padding-left:70px !important;}
.pl75-im{padding-left:75px !important;}
.pl76-im{padding-left:76px !important;}
.pl77-im{padding-left:77px !important;}
.pl78-im{padding-left:78px !important;}
.pl79-im{padding-left:79px !important;}
.pl80-im{padding-left:80px !important;}
.pl85-im{padding-left:85px !important;}
.pl90-im{padding-left:90px !important;}
.pl95-im{padding-left:95px !important;}
.pl100-im{padding-left:100px !important;}
.pl110-im{padding-left:110px !important;}
.pl120-im{padding-left:120px !important;}
.pl130-im{padding-left:130px !important;}
.pl140-im{padding-left:140px !important;}
.pl150-im{padding-left:150px !important;}
.pl200-im{padding-left:200px !important;}





/* padding percentage*/

.p1p{padding:1%;}
.p2p{padding:2%;}
.p3p{padding:3%;}
.p4p{padding:4%;}
.p5p{padding:5%;}
.p6p{padding:6%;}
.p7p{padding:7%;}
.p8p{padding:8%;}
.p9p{padding:9%;}
.p10p{padding:10%;}
.p11p{padding:11%;}
.p12p{padding:12%;}
.p13p{padding:13%;}
.p14p{padding:14%;}
.p15p{padding:15%;}
.p16p{padding:16%;}
.p17p{padding:17%;}
.p18p{padding:18%;}
.p19p{padding:19%;}
.p20p{padding:20%;}
.p25p{padding:25%;}


/** padding top percentage **/
.pt1p{padding-top:1%;}
.pt2p{padding-top:2%;}
.pt3p{padding-top:3%;}
.pt4p{padding-top:4%;}
.pt5p{padding-top:5%;}
.pt6p{padding-top:6%;}
.pt7p{padding-top:7%;}
.pt8p{padding-top:8%;}
.pt9p{padding-top:9%;}
.pt10p{padding-top:10%;}
.pt11p{padding-top:11%;}
.pt12p{padding-top:12%;}
.pt13p{padding-top:13%;}
.pt14p{padding-top:14%;}
.pt15p{padding-top:15%;}
.pt16p{padding-top:16%;}
.pt17p{padding-top:17%;}
.pt18p{padding-top:18%;}
.pt19p{padding-top:19%;}
.pt20p{padding-top:20%;}
.pt25p{padding-top:25%;}



.pt1p-h:hover{padding-top:1%;}
.pt2p-h:hover{padding-top:2%;}
.pt3p-h:hover{padding-top:3%;}
.pt4p-h:hover{padding-top:4%;}
.pt5p-h:hover{padding-top:5%;}
.pt6p-h:hover{padding-top:6%;}
.pt7p-h:hover{padding-top:7%;}
.pt8p-h:hover{padding-top:8%;}
.pt9p-h:hover{padding-top:9%;}
.pt10p-h:hover{padding-top:10%;}
.pt11p-h:hover{padding-top:11%;}
.pt12p-h:hover{padding-top:12%;}
.pt13p-h:hover{padding-top:13%;}
.pt14p-h:hover{padding-top:14%;}
.pt15p-h:hover{padding-top:15%;}
.pt16p-h:hover{padding-top:16%;}
.pt17p-h:hover{padding-top:17%;}
.pt18p-h:hover{padding-top:18%;}
.pt19p-h:hover{padding-top:19%;}
.pt20p-h:hover{padding-top:20%;}
.pt25p-h:hover{padding-top:25%;}



/** padding right  percentage**/



.pr1p{padding-right:1%;}
.pr2p{padding-right:2%;}
.pr3p{padding-right:3%;}
.pr4p{padding-right:4%;}
.pr5p{padding-right:5%;}
.pr6p{padding-right:6%;}
.pr7p{padding-right:7%;}
.pr8p{padding-right:8%;}
.pr9p{padding-right:9%;}
.pr10p{padding-right:10%;}
.pr11p{padding-right:11%;}
.pr12p{padding-right:12%;}
.pr13p{padding-right:13%;}
.pr14p{padding-right:14%;}
.pr15p{padding-right:15%;}
.pr16p{padding-right:16%;}
.pr17p{padding-right:17%;}
.pr18p{padding-right:18%;}
.pr19p{padding-right:19%;}
.pr20p{padding-right:20%;}
.pr25p{padding-right:25%;}


.pr1p-h:hover{padding-right:1%;}
.pr2p-h:hover{padding-right:2%;}
.pr3p-h:hover{padding-right:3%;}
.pr4p-h:hover{padding-right:4%;}
.pr5p-h:hover{padding-right:5%;}
.pr6p-h:hover{padding-right:6%;}
.pr7p-h:hover{padding-right:7%;}
.pr8p-h:hover{padding-right:8%;}
.pr9p-h:hover{padding-right:9%;}
.pr10p-h:hover{padding-right:10%;}
.pr11p-h:hover{padding-right:11%;}
.pr12p-h:hover{padding-right:12%;}
.pr13p-h:hover{padding-right:13%;}
.pr14p-h:hover{padding-right:14%;}
.pr15p-h:hover{padding-right:15%;}
.pr16p-h:hover{padding-right:16%;}
.pr17p-h:hover{padding-right:17%;}
.pr18p-h:hover{padding-right:18%;}
.pr19p-h:hover{padding-right:19%;}
.pr20p-h:hover{padding-right:20%;}
.pr25p-h:hover{padding-right:25%;}



/** padding bottom  percentage**/



.pb1p{padding-bottom:1%;}
.pb2p{padding-bottom:2%;}
.pb3p{padding-bottom:3%;}
.pb4p{padding-bottom:4%;}
.pb5p{padding-bottom:5%;}
.pb6p{padding-bottom:6%;}
.pb7p{padding-bottom:7%;}
.pb8p{padding-bottom:8%;}
.pb9p{padding-bottom:9%;}
.pb10p{padding-bottom:10%;}
.pb11p{padding-bottom:11%;}
.pb12p{padding-bottom:12%;}
.pb13p{padding-bottom:13%;}
.pb14p{padding-bottom:14%;}
.pb15p{padding-bottom:15%;}
.pb16p{padding-bottom:16%;}
.pb17p{padding-bottom:17%;}
.pb18p{padding-bottom:18%;}
.pb19p{padding-bottom:19%;}
.pb20p{padding-bottom:20%;}
.pb25p{padding-bottom:25%;}


.pb1p-h:hover{padding-bottom:1%;}
.pb2p-h:hover{padding-bottom:2%;}
.pb3p-h:hover{padding-bottom:3%;}
.pb4p-h:hover{padding-bottom:4%;}
.pb5p-h:hover{padding-bottom:5%;}
.pb6p-h:hover{padding-bottom:6%;}
.pb7p-h:hover{padding-bottom:7%;}
.pb8p-h:hover{padding-bottom:8%;}
.pb9p-h:hover{padding-bottom:9%;}
.pb10p-h:hover{padding-bottom:10%;}
.pb11p-h:hover{padding-bottom:11%;}
.pb12p-h:hover{padding-bottom:12%;}
.pb13p-h:hover{padding-bottom:13%;}
.pb14p-h:hover{padding-bottom:14%;}
.pb15p-h:hover{padding-bottom:15%;}
.pb16p-h:hover{padding-bottom:16%;}
.pb17p-h:hover{padding-bottom:17%;}
.pb18p-h:hover{padding-bottom:18%;}
.pb19p-h:hover{padding-bottom:19%;}
.pb20p-h:hover{padding-bottom:20%;}
.pb25p-h:hover{padding-bottom:25%;}



/** padding left  percentage**/




.pl1p{padding-left:1%;}
.pl2p{padding-left:2%;}
.pl3p{padding-left:3%;}
.pl4p{padding-left:4%;}
.pl5p{padding-left:5%;}
.pl6p{padding-left:6%;}
.pl7p{padding-left:7%;}
.pl8p{padding-left:8%;}
.pl9p{padding-left:9%;}
.pl10p{padding-left:10%;}
.pl11p{padding-left:11%;}
.pl12p{padding-left:12%;}
.pl13p{padding-left:13%;}
.pl14p{padding-left:14%;}
.pl15p{padding-left:15%;}
.pl16p{padding-left:16%;}
.pl17p{padding-left:17%;}
.pl18p{padding-left:18%;}
.pl19p{padding-left:19%;}
.pl20p{padding-left:20%;}
.pl25p{padding-left:25%;}


.pl1p-h:hover{padding-left:1%;}
.pl2p-h:hover{padding-left:2%;}
.pl3p-h:hover{padding-left:3%;}
.pl4p-h:hover{padding-left:4%;}
.pl5p-h:hover{padding-left:5%;}
.pl6p-h:hover{padding-left:6%;}
.pl7p-h:hover{padding-left:7%;}
.pl8p-h:hover{padding-left:8%;}
.pl9p-h:hover{padding-left:9%;}
.pl10p-h:hover{padding-left:10%;}
.pl11p-h:hover{padding-left:11%;}
.pl12p-h:hover{padding-left:12%;}
.pl13p-h:hover{padding-left:13%;}
.pl14p-h:hover{padding-left:14%;}
.pl15p-h:hover{padding-left:15%;}
.pl16p-h:hover{padding-left:16%;}
.pl17p-h:hover{padding-left:17%;}
.pl18p-h:hover{padding-left:18%;}
.pl19p-h:hover{padding-left:19%;}
.pl20p-h:hover{padding-left:20%;}
.pl25p-h:hover{padding-left:25%;}







/* custom font size */
.fs8{font-size:8px;}
.fs9{font-size:9px;}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}
.fs25{font-size:25px;}
.fs26{font-size:26px;}
.fs27{font-size:27px;}
.fs28{font-size:28px;}
.fs29{font-size:29px;}
.fs30{font-size:30px;}
.fs31{font-size:31px;}
.fs32{font-size:32px;}
.fs33{font-size:33px;}
.fs34{font-size:34px;}
.fs35{font-size:35px;}
.fs36{font-size:36px;}
.fs37{font-size:37px;}
.fs38{font-size:38px;}
.fs39{font-size:39px;}
.fs40{font-size:40px;}
.fs41{font-size:41px;}
.fs42{font-size:42px;}
.fs43{font-size:43px;}
.fs44{font-size:44px;}
.fs45{font-size:45px;}
.fs46{font-size:46px;}
.fs47{font-size:47px;}
.fs48{font-size:48px;}
.fs49{font-size:49px;}
.fs50{font-size:50px;}
.fs51{font-size:51px;}
.fs52{font-size:52px;}
.fs53{font-size:53px;}
.fs54{font-size:54px;}
.fs55{font-size:55px;}
.fs56{font-size:56px;}
.fs57{font-size:57px;}
.fs58{font-size:58px;}
.fs59{font-size:59px;}
.fs60{font-size:60px;}
.fs65{font-size:65px;}
.fs70{font-size:70px;}
.fs75{font-size:75px;}
.fs80{font-size:80px;}
.fs85{font-size:85px;}
.fs90{font-size:90px;}
.fs95{font-size:95px;}
.fs100{font-size:100px;}
.fs110{font-size:110px;}
.fs115{font-size:115px;}
.fs120{font-size:120px;}
.fs130{font-size:130px;}
.fs140{font-size:140px;}
.fs150{font-size:150px;}
.fs160{font-size:160px;}
.fs161{font-size:161px;}
.fs162{font-size:162px;}
.fs163{font-size:163px;}
.fs164{font-size:164px;}
.fs165{font-size:165px;}
.fs166{font-size:166px;}
.fs167{font-size:167px;}
.fs168{font-size:168px;}
.fs169{font-size:169px;}

.fs170{font-size:170px;}
.fs180{font-size:180px;}
.fs190{font-size:190px;}
.fs200{font-size:200px;}





/* custom line height */

.lh0{line-height:0px;}
.lh8{line-height:8px;}
.lh9{line-height:9px;}
.lh10{line-height:10px;}
.lh11{line-height:11px;}
.lh12{line-height:12px;}
.lh13{line-height:13px;}
.lh14{line-height:14px;}
.lh15{line-height:15px;}
.lh16{line-height:16px;}
.lh17{line-height:17px;}
.lh18{line-height:18px;}
.lh19{line-height:19px;}
.lh20{line-height:20px;}
.lh21{line-height:21px;}
.lh22{line-height:22px;}
.lh23{line-height:23px;}
.lh24{line-height:24px;}
.lh25{line-height:25px;}
.lh26{line-height:26px;}
.lh27{line-height:27px;}
.lh28{line-height:28px;}
.lh29{line-height:29px;}
.lh30{line-height:30px;}
.lh31{line-height:31px;}
.lh32{line-height:32px;}
.lh33{line-height:33px;}
.lh34{line-height:34px;}
.lh35{line-height:35px;}
.lh36{line-height:36px;}
.lh37{line-height:37px;}
.lh38{line-height:38px;}
.lh39{line-height:39px;}
.lh40{line-height:40px;}
.lh41{line-height:41px;}
.lh42{line-height:42px;}
.lh43{line-height:43px;}
.lh44{line-height:44px;}
.lh45{line-height:45px;}
.lh46{line-height:46px;}
.lh47{line-height:47px;}
.lh48{line-height:48px;}
.lh49{line-height:49px;}
.lh50{line-height:50px;}
.lh51{line-height:51px;}
.lh52{line-height:52px;}
.lh53{line-height:53px;}
.lh54{line-height:54px;}
.lh55{line-height:55px;}
.lh56{line-height:56px;}
.lh57{line-height:57px;}
.lh58{line-height:58px;}
.lh59{line-height:59px;}
.lh60{line-height:60px;}
.lh61{line-height:61px;}
.lh62{line-height:62px;}
.lh63{line-height:63px;}
.lh64{line-height:64px;}
.lh65{line-height:65px;}
.lh66{line-height:66px;}
.lh67{line-height:67px;}
.lh68{line-height:68px;}
.lh69{line-height:69px;}
.lh70{line-height:70px;}
.lh71{line-height:71px;}
.lh72{line-height:72px;}
.lh73{line-height:73px;}
.lh74{line-height:74px;}
.lh75{line-height:75px;}
.lh76{line-height:76px;}
.lh77{line-height:77px;}
.lh78{line-height:78px;}
.lh79{line-height:79px;}
.lh80{line-height:80px;}
.lh81{line-height:81px;}
.lh82{line-height:82px;}
.lh83{line-height:83px;}
.lh84{line-height:84px;}
.lh85{line-height:85px;}
.lh86{line-height:86px;}
.lh87{line-height:87px;}
.lh88{line-height:88px;}
.lh89{line-height:89px;}
.lh90{line-height:90px;}
.lh91{line-height:91px;}
.lh92{line-height:92px;}
.lh93{line-height:93px;}
.lh94{line-height:94px;}
.lh95{line-height:95px;}
.lh96{line-height:96px;}
.lh97{line-height:97px;}
.lh98{line-height:98px;}
.lh99{line-height:99px;} 
.lh100{line-height:100px;}
.lh110{line-height:110px;}
.lh120{line-height:120px;}
.lh130{line-height:130px;}
.lh140{line-height:140px;}
.lh150{line-height:150px;}
.lh160{line-height:160px;}
.lh170{line-height:170px;}
.lh180{line-height:180px;}
.lh190{line-height:190px;}
.lh200{line-height:200px;}






.lh0-im{line-height:0px !important;}
.lh8-im{line-height:8px !important;}
.lh9-im{line-height:9px !important;}
.lh10-im{line-height:10px !important;}
.lh11-im{line-height:11px !important;}
.lh12-im{line-height:12px !important;}
.lh13-im{line-height:13px !important;}
.lh14-im{line-height:14px !important;}
.lh15-im{line-height:15px !important;}
.lh16-im{line-height:16px !important;}
.lh17-im{line-height:17px !important;}
.lh18-im{line-height:18px !important;}
.lh19-im{line-height:19px !important;}
.lh20-im{line-height:20px !important;}
.lh21-im{line-height:21px !important;}
.lh22-im{line-height:22px !important;}
.lh23-im{line-height:23px !important;}
.lh24-im{line-height:24px !important;}
.lh25-im{line-height:25px !important;}
.lh26-im{line-height:26px !important;}
.lh27-im{line-height:27px !important;}
.lh28-im{line-height:28px !important;}
.lh29-im{line-height:29px !important;}
.lh30-im{line-height:30px !important;}
.lh31-im{line-height:31px !important;}
.lh32-im{line-height:32px !important;}
.lh33-im{line-height:33px !important;}
.lh34-im{line-height:34px !important;}
.lh35-im{line-height:35px !important;}
.lh36-im{line-height:36px !important;}
.lh37-im{line-height:37px !important;}
.lh38-im{line-height:38px !important;}
.lh39-im{line-height:39px !important;}
.lh40-im{line-height:40px !important;}
.lh41-im{line-height:41px !important;}
.lh42-im{line-height:42px !important;}
.lh43-im{line-height:43px !important;}
.lh44-im{line-height:44px !important;}
.lh45-im{line-height:45px !important;}
.lh46-im{line-height:46px !important;}
.lh47-im{line-height:47px !important;}
.lh48-im{line-height:48px !important;}
.lh49-im{line-height:49px !important;}
.lh50-im{line-height:50px !important;}
.lh51-im{line-height:51px !important;}
.lh52-im{line-height:52px !important;}
.lh53-im{line-height:53px !important;}
.lh54-im{line-height:54px !important;}
.lh55-im{line-height:55px !important;}
.lh56-im{line-height:56px !important;}
.lh57-im{line-height:57px !important;}
.lh58-im{line-height:58px !important;}
.lh59-im{line-height:59px !important;}
.lh60-im{line-height:60px !important;}
.lh61-im{line-height:61px !important;}
.lh62-im{line-height:62px !important;}
.lh63-im{line-height:63px !important;}
.lh64-im{line-height:64px !important;}
.lh65-im{line-height:65px !important;}
.lh66-im{line-height:66px !important;}
.lh67-im{line-height:67px !important;}
.lh68-im{line-height:68px !important;}
.lh69-im{line-height:69px !important;}
.lh70-im{line-height:70px !important;}
.lh71-im{line-height:71px !important;}
.lh72-im{line-height:72px !important;}
.lh73-im{line-height:73px !important;}
.lh74-im{line-height:74px !important;}
.lh75-im{line-height:75px !important;}
.lh76-im{line-height:76px !important;}
.lh77-im{line-height:77px !important;}
.lh78-im{line-height:78px !important;}
.lh79-im{line-height:79px !important;}
.lh80-im{line-height:80px !important;}
.lh81-im{line-height:81px !important;}
.lh82-im{line-height:82px !important;}
.lh83-im{line-height:83px !important;}
.lh84-im{line-height:84px !important;}
.lh85-im{line-height:85px !important;}
.lh86-im{line-height:86px !important;}
.lh87-im{line-height:87px !important;}
.lh88-im{line-height:88px !important;}
.lh89-im{line-height:89px !important;}
.lh90-im{line-height:90px !important;}
.lh91-im{line-height:91px !important;}
.lh92-im{line-height:92px !important;}
.lh93-im{line-height:93px !important;}
.lh94-im{line-height:94px !important;}
.lh95-im{line-height:95px !important;}
.lh96-im{line-height:96px !important;}
.lh97-im{line-height:97px !important;}
.lh98-im{line-height:98px !important;}
.lh99-im{line-height:99px !important;} 
.lh100-im{line-height:100px !important;}
.lh110-im{line-height:110px !important;}
.lh120-im{line-height:120px !important;}
.lh130-im{line-height:130px !important;}
.lh140-im{line-height:140px !important;}
.lh150-im{line-height:150px !important;}
.lh160-im{line-height:160px !important;}
.lh170-im{line-height:170px !important;}
.lh180-im{line-height:180px !important;}
.lh190-im{line-height:190px !important;}
.lh200-im{line-height:200px !important;}





.lh0-h:hover{line-height:0px;}
.lh8-h:hover{line-height:8px;}
.lh9-h:hover{line-height:9px;}
.lh10-h:hover{line-height:10px;}
.lh11-h:hover{line-height:11px;}
.lh12-h:hover{line-height:12px;}
.lh13-h:hover{line-height:13px;}
.lh14-h:hover{line-height:14px;}
.lh15-h:hover{line-height:15px;}
.lh16-h:hover{line-height:16px;}
.lh17-h:hover{line-height:17px;}
.lh18-h:hover{line-height:18px;}
.lh19-h:hover{line-height:19px;}
.lh20-h:hover{line-height:20px;}
.lh21-h:hover{line-height:21px;}
.lh22-h:hover{line-height:22px;}
.lh23-h:hover{line-height:23px;}
.lh24-h:hover{line-height:24px;}
.lh25-h:hover{line-height:25px;}
.lh26-h:hover{line-height:26px;}
.lh27-h:hover{line-height:27px;}
.lh28-h:hover{line-height:28px;}
.lh29-h:hover{line-height:29px;}
.lh30-h:hover{line-height:30px;}
.lh31-h:hover{line-height:31px;}
.lh32-h:hover{line-height:32px;}
.lh33-h:hover{line-height:33px;}
.lh34-h:hover{line-height:34px;}
.lh35-h:hover{line-height:35px;}
.lh36-h:hover{line-height:36px;}
.lh37-h:hover{line-height:37px;}
.lh38-h:hover{line-height:38px;}
.lh39-h:hover{line-height:39px;}
.lh40-h:hover{line-height:40px;}
.lh41-h:hover{line-height:41px;}
.lh42-h:hover{line-height:42px;}
.lh43-h:hover{line-height:43px;}
.lh44-h:hover{line-height:44px;}
.lh45-h:hover{line-height:45px;}
.lh46-h:hover{line-height:46px;}
.lh47-h:hover{line-height:47px;}
.lh48-h:hover{line-height:48px;}
.lh49-h:hover{line-height:49px;}
.lh50-h:hover{line-height:50px;}
.lh51-h:hover{line-height:51px;}
.lh52-h:hover{line-height:52px;}
.lh53-h:hover{line-height:53px;}
.lh54-h:hover{line-height:54px;}
.lh55-h:hover{line-height:55px;}
.lh56-h:hover{line-height:56px;}
.lh57-h:hover{line-height:57px;}
.lh58-h:hover{line-height:58px;}
.lh59-h:hover{line-height:59px;}
.lh60-h:hover{line-height:60px;}
.lh61-h:hover{line-height:61px;}
.lh62-h:hover{line-height:62px;}
.lh63-h:hover{line-height:63px;}
.lh64-h:hover{line-height:64px;}
.lh65-h:hover{line-height:65px;}
.lh66-h:hover{line-height:66px;}
.lh67-h:hover{line-height:67px;}
.lh68-h:hover{line-height:68px;}
.lh69-h:hover{line-height:69px;}
.lh70-h:hover{line-height:70px;}
.lh71-h:hover{line-height:71px;}
.lh72-h:hover{line-height:72px;}
.lh73-h:hover{line-height:73px;}
.lh74-h:hover{line-height:74px;}
.lh75-h:hover{line-height:75px;}
.lh76-h:hover{line-height:76px;}
.lh77-h:hover{line-height:77px;}
.lh78-h:hover{line-height:78px;}
.lh79-h:hover{line-height:79px;}
.lh80-h:hover{line-height:80px;}
.lh81-h:hover{line-height:81px;}
.lh82-h:hover{line-height:82px;}
.lh83-h:hover{line-height:83px;}
.lh84-h:hover{line-height:84px;}
.lh85-h:hover{line-height:85px;}
.lh86-h:hover{line-height:86px;}
.lh87-h:hover{line-height:87px;}
.lh88-h:hover{line-height:88px;}
.lh89-h:hover{line-height:89px;}
.lh90-h:hover{line-height:90px;}
.lh91-h:hover{line-height:91px;}
.lh92-h:hover{line-height:92px;}
.lh93-h:hover{line-height:93px;}
.lh94-h:hover{line-height:94px;}
.lh95-h:hover{line-height:95px;}
.lh96-h:hover{line-height:96px;}
.lh97-h:hover{line-height:97px;}
.lh98-h:hover{line-height:98px;}
.lh99-h:hover{line-height:99px;} 
.lh100-h:hover{line-height:100px;}
.lh110-h:hover{line-height:110px;}
.lh120-h:hover{line-height:120px;}
.lh130-h:hover{line-height:130px;}
.lh140-h:hover{line-height:140px;}
.lh150-h:hover{line-height:150px;}
.lh160-h:hover{line-height:160px;}
.lh170-h:hover{line-height:170px;}
.lh180-h:hover{line-height:180px;}
.lh190-h:hover{line-height:190px;}
.lh200-h:hover{line-height:200px;}









/* custom font size */





.fs0-im{font-size:0px !important;}
.fs8-im{font-size:8px !important;}
.fs9-im{font-size:9px !important;}
.fs10-im{font-size:10px !important;}
.fs11-im{font-size:11px !important;}
.fs12-im{font-size:12px !important;}
.fs13-im{font-size:13px !important;}
.fs14-im{font-size:14px !important;}
.fs15-im{font-size:15px !important;}
.fs16-im{font-size:16px !important;}
.fs17-im{font-size:17px !important;}
.fs18-im{font-size:18px !important;}
.fs19-im{font-size:19px !important;}
.fs20-im{font-size:20px !important;}
.fs21-im{font-size:21px !important;}
.fs22-im{font-size:22px !important;}
.fs23-im{font-size:23px !important;}
.fs24-im{font-size:24px !important;}
.fs25-im{font-size:25px !important;}
.fs26-im{font-size:26px !important;}
.fs27-im{font-size:27px !important;}
.fs28-im{font-size:28px !important;}
.fs29-im{font-size:29px !important;}
.fs30-im{font-size:30px !important;}
.fs31-im{font-size:31px !important;}
.fs32-im{font-size:32px !important;}
.fs33-im{font-size:33px !important;}
.fs34-im{font-size:34px !important;}
.fs35-im{font-size:35px !important;}
.fs36-im{font-size:36px !important;}
.fs37-im{font-size:37px !important;}
.fs38-im{font-size:38px !important;}
.fs39-im{font-size:39px !important;}
.fs40-im{font-size:40px !important;}
.fs41-im{font-size:41px !important;}
.fs42-im{font-size:42px !important;}
.fs43-im{font-size:43px !important;}
.fs44-im{font-size:44px !important;}
.fs45-im{font-size:45px !important;}
.fs46-im{font-size:46px !important;}
.fs47-im{font-size:47px !important;}
.fs48-im{font-size:48px !important;}
.fs49-im{font-size:49px !important;}
.fs50-im{font-size:50px !important;}
.fs51-im{font-size:51px !important;}
.fs52-im{font-size:52px !important;}
.fs53-im{font-size:53px !important;}
.fs54-im{font-size:54px !important;}
.fs55-im{font-size:55px !important;}
.fs56-im{font-size:56px !important;}
.fs57-im{font-size:57px !important;}
.fs58-im{font-size:58px !important;}
.fs59-im{font-size:59px !important;}
.fs60-im{font-size:60px !important;}
.fs61-im{font-size:61px !important;}
.fs62-im{font-size:62px !important;}
.fs63-im{font-size:63px !important;}
.fs64-im{font-size:64px !important;}
.fs65-im{font-size:65px !important;}
.fs66-im{font-size:66px !important;}
.fs67-im{font-size:67px !important;}
.fs68-im{font-size:68px !important;}
.fs69-im{font-size:69px !important;}
.fs70-im{font-size:70px !important;}
.fs71-im{font-size:71px !important;}
.fs72-im{font-size:72px !important;}
.fs73-im{font-size:73px !important;}
.fs74-im{font-size:74px !important;}
.fs75-im{font-size:75px !important;}
.fs76-im{font-size:76px !important;}
.fs77-im{font-size:77px !important;}
.fs78-im{font-size:78px !important;}
.fs79-im{font-size:79px !important;}
.fs80-im{font-size:80px !important;}
.fs81-im{font-size:81px !important;}
.fs82-im{font-size:82px !important;}
.fs83-im{font-size:83px !important;}
.fs84-im{font-size:84px !important;}
.fs85-im{font-size:85px !important;}
.fs86-im{font-size:86px !important;}
.fs87-im{font-size:87px !important;}
.fs88-im{font-size:88px !important;}
.fs89-im{font-size:89px !important;}
.fs90-im{font-size:90px !important;}
.fs91-im{font-size:91px !important;}
.fs92-im{font-size:92px !important;}
.fs93-im{font-size:93px !important;}
.fs94-im{font-size:94px !important;}
.fs95-im{font-size:95px !important;}
.fs96-im{font-size:96px !important;}
.fs97-im{font-size:97px !important;}
.fs98-im{font-size:98px !important;}
.fs99-im{font-size:99px !important;} 
.fs100-im{font-size:100px !important;}
.fs110-im{font-size:110px !important;}
.fs120-im{font-size:120px !important;}
.fs130-im{font-size:130px !important;}
.fs140-im{font-size:140px !important;}
.fs150-im{font-size:150px !important;}
.fs160-im{font-size:160px !important;}
.fs170-im{font-size:170px !important;}
.fs180-im{font-size:180px !important;}
.fs190-im{font-size:190px !important;}
.fs200-im{font-size:200px !important;}


.fs0-h:hover{font-size:0px;}
.fs8-h:hover{font-size:8px;}
.fs9-h:hover{font-size:9px;}
.fs10-h:hover{font-size:10px;}
.fs11-h:hover{font-size:11px;}
.fs12-h:hover{font-size:12px;}
.fs13-h:hover{font-size:13px;}
.fs14-h:hover{font-size:14px;}
.fs15-h:hover{font-size:15px;}
.fs16-h:hover{font-size:16px;}
.fs17-h:hover{font-size:17px;}
.fs18-h:hover{font-size:18px;}
.fs19-h:hover{font-size:19px;}
.fs20-h:hover{font-size:20px;}
.fs21-h:hover{font-size:21px;}
.fs22-h:hover{font-size:22px;}
.fs23-h:hover{font-size:23px;}
.fs24-h:hover{font-size:24px;}
.fs25-h:hover{font-size:25px;}
.fs26-h:hover{font-size:26px;}
.fs27-h:hover{font-size:27px;}
.fs28-h:hover{font-size:28px;}
.fs29-h:hover{font-size:29px;}
.fs30-h:hover{font-size:30px;}
.fs31-h:hover{font-size:31px;}
.fs32-h:hover{font-size:32px;}
.fs33-h:hover{font-size:33px;}
.fs34-h:hover{font-size:34px;}
.fs35-h:hover{font-size:35px;}
.fs36-h:hover{font-size:36px;}
.fs37-h:hover{font-size:37px;}
.fs38-h:hover{font-size:38px;}
.fs39-h:hover{font-size:39px;}
.fs40-h:hover{font-size:40px;}
.fs41-h:hover{font-size:41px;}
.fs42-h:hover{font-size:42px;}
.fs43-h:hover{font-size:43px;}
.fs44-h:hover{font-size:44px;}
.fs45-h:hover{font-size:45px;}
.fs46-h:hover{font-size:46px;}
.fs47-h:hover{font-size:47px;}
.fs48-h:hover{font-size:48px;}
.fs49-h:hover{font-size:49px;}
.fs50-h:hover{font-size:50px;}
.fs51-h:hover{font-size:51px;}
.fs52-h:hover{font-size:52px;}
.fs53-h:hover{font-size:53px;}
.fs54-h:hover{font-size:54px;}
.fs55-h:hover{font-size:55px;}
.fs56-h:hover{font-size:56px;}
.fs57-h:hover{font-size:57px;}
.fs58-h:hover{font-size:58px;}
.fs59-h:hover{font-size:59px;}
.fs60-h:hover{font-size:60px;}
.fs61-h:hover{font-size:61px;}
.fs62-h:hover{font-size:62px;}
.fs63-h:hover{font-size:63px;}
.fs64-h:hover{font-size:64px;}
.fs65-h:hover{font-size:65px;}
.fs66-h:hover{font-size:66px;}
.fs67-h:hover{font-size:67px;}
.fs68-h:hover{font-size:68px;}
.fs69-h:hover{font-size:69px;}
.fs70-h:hover{font-size:70px;}
.fs71-h:hover{font-size:71px;}
.fs72-h:hover{font-size:72px;}
.fs73-h:hover{font-size:73px;}
.fs74-h:hover{font-size:74px;}
.fs75-h:hover{font-size:75px;}
.fs76-h:hover{font-size:76px;}
.fs77-h:hover{font-size:77px;}
.fs78-h:hover{font-size:78px;}
.fs79-h:hover{font-size:79px;}
.fs80-h:hover{font-size:80px;}
.fs81-h:hover{font-size:81px;}
.fs82-h:hover{font-size:82px;}
.fs83-h:hover{font-size:83px;}
.fs84-h:hover{font-size:84px;}
.fs85-h:hover{font-size:85px;}
.fs86-h:hover{font-size:86px;}
.fs87-h:hover{font-size:87px;}
.fs88-h:hover{font-size:88px;}
.fs89-h:hover{font-size:89px;}
.fs90-h:hover{font-size:90px;}
.fs91-h:hover{font-size:91px;}
.fs92-h:hover{font-size:92px;}
.fs93-h:hover{font-size:93px;}
.fs94-h:hover{font-size:94px;}
.fs95-h:hover{font-size:95px;}
.fs96-h:hover{font-size:96px;}
.fs97-h:hover{font-size:97px;}
.fs98-h:hover{font-size:98px;}
.fs99-h:hover{font-size:99px;} 
.fs100-h:hover{font-size:100px;}
.fs110-h:hover{font-size:110px;}
.fs120-h:hover{font-size:120px;}
.fs130-h:hover{font-size:130px;}
.fs140-h:hover{font-size:140px;}
.fs150-h:hover{font-size:150px;}
.fs160-h:hover{font-size:160px;}
.fs170-h:hover{font-size:170px;}
.fs180-h:hover{font-size:180px;}
.fs190-h:hover{font-size:190px;}
.fs200-h:hover{font-size:200px;}



/* custom letter spacing */
.ls0{letter-spacing: 0px;}
.ls1{letter-spacing: 1px;}
.ls2{letter-spacing: 2px;}
.ls3{letter-spacing: 3px;}
.ls4{letter-spacing: 4px;}
.ls5{letter-spacing: 5px;}
.ls6{letter-spacing: 6px;}
.ls7{letter-spacing: 7px;}
.ls8{letter-spacing: 8px;}
.ls9{letter-spacing: 9px;}
.ls10{letter-spacing: 10px;}
.ls11{letter-spacing: 11px;}
.ls12{letter-spacing: 12px;}
.ls13{letter-spacing: 13px;}
.ls14{letter-spacing: 14px;}
.ls15{letter-spacing: 15px;}
.ls16{letter-spacing: 16px;}
.ls18{letter-spacing: 18px;}   
.ls20{letter-spacing: 20px;}   
.ls22{letter-spacing: 22px;}   
.ls24{letter-spacing: 24px;}   
.ls26{letter-spacing: 26px;}  
.ls27{letter-spacing: 27px;}  
.ls28{letter-spacing: 28px;}  
.ls29{letter-spacing: 29px;}  
.ls30{letter-spacing: 30px;}  
.ls35{letter-spacing: 35px;}  
.ls40{letter-spacing: 40px;}  
.ls45{letter-spacing: 45px;}  
.ls50{letter-spacing: 50px;}  
.ls55{letter-spacing: 55px;}  
.ls60{letter-spacing: 60px;}  



.ls0-h:hover{letter-spacing: 0px;}
.ls1-h:hover{letter-spacing: 1px;}
.ls2-h:hover{letter-spacing: 2px;}
.ls3-h:hover{letter-spacing: 3px;}
.ls4-h:hover{letter-spacing: 4px;}
.ls5-h:hover{letter-spacing: 5px;}
.ls6-h:hover{letter-spacing: 6px;}
.ls7-h:hover{letter-spacing: 7px;}
.ls8-h:hover{letter-spacing: 8px;}
.ls9-h:hover{letter-spacing: 9px;}
.ls10-h:hover{letter-spacing: 10px;}
.ls11-h:hover{letter-spacing: 11px;}
.ls12-h:hover{letter-spacing: 12px;}
.ls13-h:hover{letter-spacing: 13px;}
.ls14-h:hover{letter-spacing: 14px;}
.ls15-h:hover{letter-spacing: 15px;}
.ls16-h:hover{letter-spacing: 16px;}
.ls18-h:hover{letter-spacing: 18px;}   
.ls20-h:hover{letter-spacing: 20px;}   
.ls22-h:hover{letter-spacing: 22px;}   
.ls24-h:hover{letter-spacing: 24px;}   
.ls26-h:hover{letter-spacing: 26px;}  
.ls27-h:hover{letter-spacing: 27px;}  
.ls28-h:hover{letter-spacing: 28px;}  
.ls29-h:hover{letter-spacing: 29px;}  
.ls30-h:hover{letter-spacing: 30px;}  
.ls35-h:hover{letter-spacing: 35px;}  
.ls40-h:hover{letter-spacing: 40px;}  
.ls45-h:hover{letter-spacing: 45px;}  
.ls50-h:hover{letter-spacing: 50px;}  
.ls55-h:hover{letter-spacing: 55px;}  
.ls60-h:hover{letter-spacing: 60px;}  

.ls0-im{letter-spacing: 0px !important;}
.ls1-im{letter-spacing: 1px !important;}
.ls2-im{letter-spacing: 2px !important;}
.ls3-im{letter-spacing: 3px !important;}
.ls4-im{letter-spacing: 4px !important;}
.ls5-im{letter-spacing: 5px !important;}
.ls6-im{letter-spacing: 6px !important;}
.ls7-im{letter-spacing: 7px !important;}
.ls8-im{letter-spacing: 8px !important;}
.ls9-im{letter-spacing: 9px !important;}
.ls10-im{letter-spacing: 10px !important;}
.ls11-im{letter-spacing: 11px !important;}
.ls12-im{letter-spacing: 12px !important;}
.ls13-im{letter-spacing: 13px !important;}
.ls14-im{letter-spacing: 14px !important;}
.ls15-im{letter-spacing: 15px !important;}
.ls16-im{letter-spacing: 16px !important;}
.ls18-im{letter-spacing: 18px !important;}   
.ls20-im{letter-spacing: 20px !important;}   
.ls22-im{letter-spacing: 22px !important;}   
.ls24-im{letter-spacing: 24px !important;}   
.ls26-im{letter-spacing: 26px !important;}  
.ls27-im{letter-spacing: 27px !important;}  
.ls28-im{letter-spacing: 28px !important;}  
.ls29-im{letter-spacing: 29px !important;}  
.ls30-im{letter-spacing: 30px !important;}  
.ls35-im{letter-spacing: 35px !important;}  
.ls40-im{letter-spacing: 40px !important;}  
.ls45-im{letter-spacing: 45px !important;}  
.ls50-im{letter-spacing: 50px !important;}  
.ls55-im{letter-spacing: 55px !important;}  
.ls60-im{letter-spacing: 60px !important;}  





/* custom top bottom left right */


/*  top  */






.top0{top:0px;}
.top1{top:1px;}
.top2{top:2px;}
.top3{top:3px;}
.top4{top:4px;}
.top5{top:5px;}
.top6{top:6px;}
.top7{top:7px;}
.top8{top:8px;}
.top9{top:9px;}
.top10{top:10px;}
.top11{top:11px;}
.top12{top:12px;}
.top13{top:13px;}
.top14{top:14px;}
.top15{top:15px;}
.top16{top:16px;}
.top17{top:17px;}
.top18{top:18px;}
.top19{top:19px;}
.top20{top:20px;}
.top21{top:21px;}
.top22{top:22px;}
.top23{top:23px;}
.top24{top:24px;}
.top25{top:25px;}
.top26{top:26px;}
.top27{top:27px;}
.top28{top:28px;}
.top29{top:29px;}
.top30{top:30px;}
.top31{top:31px;}
.top32{top:32px;}
.top33{top:33px;}
.top34{top:34px;}
.top35{top:35px;}
.top36{top:36px;}
.top37{top:37px;}
.top38{top:38px;}
.top39{top:39px;}
.top40{top:40px;}
.top41{top:41px;}
.top42{top:42px;}
.top43{top:43px;}
.top44{top:44px;}
.top45{top:45px;}
.top46{top:46px;}
.top47{top:47px;}
.top48{top:48px;}
.top49{top:49px;}
.top50{top:50px;}
.top51{top:51px;}
.top52{top:52px;}
.top53{top:53px;}
.top54{top:54px;}
.top55{top:55px;}
.top56{top:56px;}
.top57{top:57px;}
.top58{top:58px;}
.top59{top:59px;}
.top60{top:60px;}
.top61{top:61px;}
.top62{top:62px;}
.top63{top:63px;}
.top64{top:64px;}
.top65{top:65px;}
.top66{top:66px;}
.top67{top:67px;}
.top68{top:68px;}
.top69{top:69px;}
.top70{top:70px;}
.top75{top:75px;}
.top80{top:80px;}
.top85{top:85px;}
.top90{top:90px;}
.top95{top:95px;}
.top100{top:100px;}
.top105{top:105px;}
.top110{top:110px;}
.top115{top:115px;}
.top120{top:120px;}
.top125{top:125px;}
.top130{top:130px;}
.top135{top:135px;}
.top140{top:140px;}
.top145{top:145px;}
.top150{top:150px;}
.top155{top:155px;}
.top160{top:160px;}
.top165{top:165px;}
.top170{top:170px;}
.top175{top:175px;}
.top180{top:180px;}
.top185{top:185px;}
.top190{top:190px;}
.top195{top:195px;}
.top200{top:200px;}

 
 

.top-0{top:-0px;}
.top-1{top:-1px;}
.top-2{top:-2px;}
.top-3{top:-3px;}
.top-4{top:-4px;}
.top-5{top:-5px;}
.top-6{top:-6px;}
.top-7{top:-7px;}
.top-8{top:-8px;}
.top-9{top:-9px;}
.top-10{top:-10px;}
.top-11{top:-11px;}
.top-12{top:-12px;}
.top-13{top:-13px;}
.top-14{top:-14px;}
.top-15{top:-15px;}
.top-16{top:-16px;}
.top-17{top:-17px;}
.top-18{top:-18px;}
.top-19{top:-19px;}
.top-20{top:-20px;}
.top-21{top:-21px;}
.top-22{top:-22px;}
.top-23{top:-23px;}
.top-24{top:-24px;}
.top-25{top:-25px;}
.top-26{top:-26px;}
.top-27{top:-27px;}
.top-28{top:-28px;}
.top-29{top:-29px;}
.top-30{top:-30px;}
.top-31{top:-31px;}
.top-32{top:-32px;}
.top-33{top:-33px;}
.top-34{top:-34px;}
.top-35{top:-35px;}
.top-36{top:-36px;}
.top-37{top:-37px;}
.top-38{top:-38px;}
.top-39{top:-39px;}
.top-40{top:-40px;}
.top-41{top:-41px;}
.top-42{top:-42px;}
.top-43{top:-43px;}
.top-44{top:-44px;}
.top-45{top:-45px;}
.top-46{top:-46px;}
.top-47{top:-47px;}
.top-48{top:-48px;}
.top-49{top:-49px;}
.top-50{top:-50px;}
.top-51{top:-51px;}
.top-52{top:-52px;}
.top-53{top:-53px;}
.top-54{top:-54px;}
.top-55{top:-55px;}
.top-56{top:-56px;}
.top-57{top:-57px;}
.top-58{top:-58px;}
.top-59{top:-59px;}
.top-60{top:-60px;}
.top-61{top:-61px;}
.top-62{top:-62px;}
.top-63{top:-63px;}
.top-64{top:-64px;}
.top-65{top:-65px;}
.top-66{top:-66px;}
.top-67{top:-67px;}
.top-68{top:-68px;}
.top-69{top:-69px;}
.top-70{top:-70px;}
.top-75{top:-75px;}
.top-80{top:-80px;}
.top-85{top:-85px;}
.top-90{top:-90px;}
.top-95{top:-95px;}
.top-100{top:-100px;}
.top-105{top:-105px;}
.top-110{top:-110px;}
.top-115{top:-115px;}
.top-120{top:-120px;}
.top-125{top:-125px;}
.top-130{top:-130px;}
.top-135{top:-135px;}
.top-140{top:-140px;}
.top-145{top:-145px;}
.top-150{top:-150px;}
.top-155{top:-155px;}
.top-160{top:-160px;}
.top-165{top:-165px;}
.top-170{top:-170px;}
.top-175{top:-175px;}
.top-180{top:-180px;}
.top-185{top:-185px;}
.top-190{top:-190px;}
.top-195{top:-195px;}
.top-200{top:-200px;}














.top0-im{top:0px !important;}
.top1-im{top:1px !important;}
.top2-im{top:2px !important;}
.top3-im{top:3px !important;}
.top4-im{top:4px !important;}
.top5-im{top:5px !important;}
.top6-im{top:6px !important;}
.top7-im{top:7px !important;}
.top8-im{top:8px !important;}
.top9-im{top:9px !important;}
.top10-im{top:10px !important;}
.top11-im{top:11px !important;}
.top12-im{top:12px !important;}
.top13-im{top:13px !important;}
.top14-im{top:14px !important;}
.top15-im{top:15px !important;}
.top16-im{top:16px !important;}
.top17-im{top:17px !important;}
.top18-im{top:18px !important;}
.top19-im{top:19px !important;}
.top20-im{top:20px !important;}
.top21-im{top:21px !important;}
.top22-im{top:22px !important;}
.top23-im{top:23px !important;}
.top24-im{top:24px !important;}
.top25-im{top:25px !important;}
.top26-im{top:26px !important;}
.top27-im{top:27px !important;}
.top28-im{top:28px !important;}
.top29-im{top:29px !important;}
.top30-im{top:30px !important;}
.top31-im{top:31px !important;}
.top32-im{top:32px !important;}
.top33-im{top:33px !important;}
.top34-im{top:34px !important;}
.top35-im{top:35px !important;}
.top36-im{top:36px !important;}
.top37-im{top:37px !important;}
.top38-im{top:38px !important;}
.top39-im{top:39px !important;}
.top40-im{top:40px !important;}
.top41-im{top:41px !important;}
.top42-im{top:42px !important;}
.top43-im{top:43px !important;}
.top44-im{top:44px !important;}
.top45-im{top:45px !important;}
.top46-im{top:46px !important;}
.top47-im{top:47px !important;}
.top48-im{top:48px !important;}
.top49-im{top:49px !important;}
.top50-im{top:50px !important;}
.top51-im{top:51px !important;}
.top52-im{top:52px !important;}
.top53-im{top:53px !important;}
.top54-im{top:54px !important;}
.top55-im{top:55px !important;}
.top56-im{top:56px !important;}
.top57-im{top:57px !important;}
.top58-im{top:58px !important;}
.top59-im{top:59px !important;}
.top60-im{top:60px !important;}
.top61-im{top:61px !important;}
.top62-im{top:62px !important;}
.top63-im{top:63px !important;}
.top64-im{top:64px !important;}
.top65-im{top:65px !important;}
.top66-im{top:66px !important;}
.top67-im{top:67px !important;}
.top68-im{top:68px !important;}
.top69-im{top:69px !important;}
.top70-im{top:70px !important;}
.top75-im{top:75px !important;}
.top80-im{top:80px !important;}
.top85-im{top:85px !important;}
.top90-im{top:90px !important;}
.top95-im{top:95px !important;}
.top100-im{top:100px !important;}
.top105-im{top:105px !important;}
.top110-im{top:110px !important;}
.top115-im{top:115px !important;}
.top120-im{top:120px !important;}
.top125-im{top:125px !important;}
.top130-im{top:130px !important;}
.top135-im{top:135px !important;}
.top140-im{top:140px !important;}
.top145-im{top:145px !important;}
.top150-im{top:150px !important;}
.top155-im{top:155px !important;}
.top160-im{top:160px !important;}
.top165-im{top:165px !important;}
.top170-im{top:170px !important;}
.top175-im{top:175px !important;}
.top180-im{top:180px !important;}
.top185-im{top:185px !important;}
.top190-im{top:190px !important;}
.top195-im{top:195px !important;}
.top200-im{top:200px !important;}

 
 

.top-0-im{top:-0px !important;}
.top-1-im{top:-1px !important;}
.top-2-im{top:-2px !important;}
.top-3-im{top:-3px !important;}
.top-4-im{top:-4px !important;}
.top-5-im{top:-5px !important;}
.top-6-im{top:-6px !important;}
.top-7-im{top:-7px !important;}
.top-8-im{top:-8px !important;}
.top-9-im{top:-9px !important;}
.top-10-im{top:-10px !important;}
.top-11-im{top:-11px !important;}
.top-12-im{top:-12px !important;}
.top-13-im{top:-13px !important;}
.top-14-im{top:-14px !important;}
.top-15-im{top:-15px !important;}
.top-16-im{top:-16px !important;}
.top-17-im{top:-17px !important;}
.top-18-im{top:-18px !important;}
.top-19-im{top:-19px !important;}
.top-20-im{top:-20px !important;}
.top-21-im{top:-21px !important;}
.top-22-im{top:-22px !important;}
.top-23-im{top:-23px !important;}
.top-24-im{top:-24px !important;}
.top-25-im{top:-25px !important;}
.top-26-im{top:-26px !important;}
.top-27-im{top:-27px !important;}
.top-28-im{top:-28px !important;}
.top-29-im{top:-29px !important;}
.top-30-im{top:-30px !important;}
.top-31-im{top:-31px !important;}
.top-32-im{top:-32px !important;}
.top-33-im{top:-33px !important;}
.top-34-im{top:-34px !important;}
.top-35-im{top:-35px !important;}
.top-36-im{top:-36px !important;}
.top-37-im{top:-37px !important;}
.top-38-im{top:-38px !important;}
.top-39-im{top:-39px !important;}
.top-40-im{top:-40px !important;}
.top-41-im{top:-41px !important;}
.top-42-im{top:-42px !important;}
.top-43-im{top:-43px !important;}
.top-44-im{top:-44px !important;}
.top-45-im{top:-45px !important;}
.top-46-im{top:-46px !important;}
.top-47-im{top:-47px !important;}
.top-48-im{top:-48px !important;}
.top-49-im{top:-49px !important;}
.top-50-im{top:-50px !important;}
.top-51-im{top:-51px !important;}
.top-52-im{top:-52px !important;}
.top-53-im{top:-53px !important;}
.top-54-im{top:-54px !important;}
.top-55-im{top:-55px !important;}
.top-56-im{top:-56px !important;}
.top-57-im{top:-57px !important;}
.top-58-im{top:-58px !important;}
.top-59-im{top:-59px !important;}
.top-60-im{top:-60px !important;}
.top-61-im{top:-61px !important;}
.top-62-im{top:-62px !important;}
.top-63-im{top:-63px !important;}
.top-64-im{top:-64px !important;}
.top-65-im{top:-65px !important;}
.top-66-im{top:-66px !important;}
.top-67-im{top:-67px !important;}
.top-68-im{top:-68px !important;}
.top-69-im{top:-69px !important;}
.top-70-im{top:-70px !important;}
.top-75-im{top:-75px !important;}
.top-80-im{top:-80px !important;}
.top-85-im{top:-85px !important;}
.top-90-im{top:-90px !important;}
.top-95-im{top:-95px !important;}
.top-100-im{top:-100px !important;}
.top-105-im{top:-105px !important;}
.top-110-im{top:-110px !important;}
.top-115-im{top:-115px !important;}
.top-120-im{top:-120px !important;}
.top-125-im{top:-125px !important;}
.top-130-im{top:-130px !important;}
.top-135-im{top:-135px !important;}
.top-140-im{top:-140px !important;}
.top-145-im{top:-145px !important;}
.top-150-im{top:-150px !important;}
.top-155-im{top:-155px !important;}
.top-160-im{top:-160px !important;}
.top-165-im{top:-165px !important;}
.top-170-im{top:-170px !important;}
.top-175-im{top:-175px !important;}
.top-180-im{top:-180px !important;}
.top-185-im{top:-185px !important;}
.top-190-im{top:-190px !important;}
.top-195-im{top:-195px !important;}
.top-200-im{top:-200px !important;}










.top0-h:hover{top:0px;}
.top1-h:hover{top:1px;}
.top2-h:hover{top:2px;}
.top3-h:hover{top:3px;}
.top4-h:hover{top:4px;}
.top5-h:hover{top:5px;}
.top6-h:hover{top:6px;}
.top7-h:hover{top:7px;}
.top8-h:hover{top:8px;}
.top9-h:hover{top:9px;}
.top10-h:hover{top:10px;}
.top11-h:hover{top:11px;}
.top12-h:hover{top:12px;}
.top13-h:hover{top:13px;}
.top14-h:hover{top:14px;}
.top15-h:hover{top:15px;}
.top16-h:hover{top:16px;}
.top17-h:hover{top:17px;}
.top18-h:hover{top:18px;}
.top19-h:hover{top:19px;}
.top20-h:hover{top:20px;}
.top21-h:hover{top:21px;}
.top22-h:hover{top:22px;}
.top23-h:hover{top:23px;}
.top24-h:hover{top:24px;}
.top25-h:hover{top:25px;}
.top26-h:hover{top:26px;}
.top27-h:hover{top:27px;}
.top28-h:hover{top:28px;}
.top29-h:hover{top:29px;}
.top30-h:hover{top:30px;}
.top31-h:hover{top:31px;}
.top32-h:hover{top:32px;}
.top33-h:hover{top:33px;}
.top34-h:hover{top:34px;}
.top35-h:hover{top:35px;}
.top36-h:hover{top:36px;}
.top37-h:hover{top:37px;}
.top38-h:hover{top:38px;}
.top39-h:hover{top:39px;}
.top40-h:hover{top:40px;}
.top41-h:hover{top:41px;}
.top42-h:hover{top:42px;}
.top43-h:hover{top:43px;}
.top44-h:hover{top:44px;}
.top45-h:hover{top:45px;}
.top46-h:hover{top:46px;}
.top47-h:hover{top:47px;}
.top48-h:hover{top:48px;}
.top49-h:hover{top:49px;}
.top50-h:hover{top:50px;}
.top51-h:hover{top:51px;}
.top52-h:hover{top:52px;}
.top53-h:hover{top:53px;}
.top54-h:hover{top:54px;}
.top55-h:hover{top:55px;}
.top56-h:hover{top:56px;}
.top57-h:hover{top:57px;}
.top58-h:hover{top:58px;}
.top59-h:hover{top:59px;}
.top60-h:hover{top:60px;}
.top61-h:hover{top:61px;}
.top62-h:hover{top:62px;}
.top63-h:hover{top:63px;}
.top64-h:hover{top:64px;}
.top65-h:hover{top:65px;}
.top66-h:hover{top:66px;}
.top67-h:hover{top:67px;}
.top68-h:hover{top:68px;}
.top69-h:hover{top:69px;}
.top70-h:hover{top:70px;}
.top75-h:hover{top:75px;}
.top80-h:hover{top:80px;}
.top85-h:hover{top:85px;}
.top90-h:hover{top:90px;}
.top95-h:hover{top:95px;}
.top100-h:hover{top:100px;}
.top105-h:hover{top:105px;}
.top110-h:hover{top:110px;}
.top115-h:hover{top:115px;}
.top120-h:hover{top:120px;}
.top125-h:hover{top:125px;}
.top130-h:hover{top:130px;}
.top135-h:hover{top:135px;}
.top140-h:hover{top:140px;}
.top145-h:hover{top:145px;}
.top150-h:hover{top:150px;}
.top155-h:hover{top:155px;}
.top160-h:hover{top:160px;}
.top165-h:hover{top:165px;}
.top170-h:hover{top:170px;}
.top175-h:hover{top:175px;}
.top180-h:hover{top:180px;}
.top185-h:hover{top:185px;}
.top190-h:hover{top:190px;}
.top195-h:hover{top:195px;}
.top200-h:hover{top:200px;}

 
 

.top-0-h:hover{top:-0px;}
.top-1-h:hover{top:-1px;}
.top-2-h:hover{top:-2px;}
.top-3-h:hover{top:-3px;}
.top-4-h:hover{top:-4px;}
.top-5-h:hover{top:-5px;}
.top-6-h:hover{top:-6px;}
.top-7-h:hover{top:-7px;}
.top-8-h:hover{top:-8px;}
.top-9-h:hover{top:-9px;}
.top-10-h:hover{top:-10px;}
.top-11-h:hover{top:-11px;}
.top-12-h:hover{top:-12px;}
.top-13-h:hover{top:-13px;}
.top-14-h:hover{top:-14px;}
.top-15-h:hover{top:-15px;}
.top-16-h:hover{top:-16px;}
.top-17-h:hover{top:-17px;}
.top-18-h:hover{top:-18px;}
.top-19-h:hover{top:-19px;}
.top-20-h:hover{top:-20px;}
.top-21-h:hover{top:-21px;}
.top-22-h:hover{top:-22px;}
.top-23-h:hover{top:-23px;}
.top-24-h:hover{top:-24px;}
.top-25-h:hover{top:-25px;}
.top-26-h:hover{top:-26px;}
.top-27-h:hover{top:-27px;}
.top-28-h:hover{top:-28px;}
.top-29-h:hover{top:-29px;}
.top-30-h:hover{top:-30px;}
.top-31-h:hover{top:-31px;}
.top-32-h:hover{top:-32px;}
.top-33-h:hover{top:-33px;}
.top-34-h:hover{top:-34px;}
.top-35-h:hover{top:-35px;}
.top-36-h:hover{top:-36px;}
.top-37-h:hover{top:-37px;}
.top-38-h:hover{top:-38px;}
.top-39-h:hover{top:-39px;}
.top-40-h:hover{top:-40px;}
.top-41-h:hover{top:-41px;}
.top-42-h:hover{top:-42px;}
.top-43-h:hover{top:-43px;}
.top-44-h:hover{top:-44px;}
.top-45-h:hover{top:-45px;}
.top-46-h:hover{top:-46px;}
.top-47-h:hover{top:-47px;}
.top-48-h:hover{top:-48px;}
.top-49-h:hover{top:-49px;}
.top-50-h:hover{top:-50px;}
.top-51-h:hover{top:-51px;}
.top-52-h:hover{top:-52px;}
.top-53-h:hover{top:-53px;}
.top-54-h:hover{top:-54px;}
.top-55-h:hover{top:-55px;}
.top-56-h:hover{top:-56px;}
.top-57-h:hover{top:-57px;}
.top-58-h:hover{top:-58px;}
.top-59-h:hover{top:-59px;}
.top-60-h:hover{top:-60px;}
.top-61-h:hover{top:-61px;}
.top-62-h:hover{top:-62px;}
.top-63-h:hover{top:-63px;}
.top-64-h:hover{top:-64px;}
.top-65-h:hover{top:-65px;}
.top-66-h:hover{top:-66px;}
.top-67-h:hover{top:-67px;}
.top-68-h:hover{top:-68px;}
.top-69-h:hover{top:-69px;}
.top-70-h:hover{top:-70px;}
.top-75-h:hover{top:-75px;}
.top-80-h:hover{top:-80px;}
.top-85-h:hover{top:-85px;}
.top-90-h:hover{top:-90px;}
.top-95-h:hover{top:-95px;}
.top-100-h:hover{top:-100px;}
.top-105-h:hover{top:-105px;}
.top-110-h:hover{top:-110px;}
.top-115-h:hover{top:-115px;}
.top-120-h:hover{top:-120px;}
.top-125-h:hover{top:-125px;}
.top-130-h:hover{top:-130px;}
.top-135-h:hover{top:-135px;}
.top-140-h:hover{top:-140px;}
.top-145-h:hover{top:-145px;}
.top-150-h:hover{top:-150px;}
.top-155-h:hover{top:-155px;}
.top-160-h:hover{top:-160px;}
.top-165-h:hover{top:-165px;}
.top-170-h:hover{top:-170px;}
.top-175-h:hover{top:-175px;}
.top-180-h:hover{top:-180px;}
.top-185-h:hover{top:-185px;}
.top-190-h:hover{top:-190px;}
.top-195-h:hover{top:-195px;}
.top-200-h:hover{top:-200px;}





.top0p{top:0%;}
.top1p{top:1%;}
.top2p{top:2%;}
.top3p{top:3%;}
.top4p{top:4%;}
.top5p{top:5%;}
.top6p{top:6%;}
.top7p{top:7%;}
.top8p{top:8%;}
.top9p{top:9%;}
.top10p{top:10%;}
.top11p{top:11%;}
.top12p{top:12%;}
.top13p{top:13%;}
.top14p{top:14%;}
.top15p{top:15%;}
.top16p{top:16%;}
.top17p{top:17%;}
.top18p{top:18%;}
.top19p{top:19%;}
.top20p{top:20%;}
.top21p{top:21%;}
.top22p{top:22%;}
.top23p{top:23%;}
.top24p{top:24%;}
.top25p{top:25%;}
.top26p{top:26%;}
.top27p{top:27%;}
.top28p{top:28%;}
.top29p{top:29%;}
.top30p{top:30%;}
.top31p{top:31%;}
.top32p{top:32%;}
.top33p{top:33%;}
.top34p{top:34%;}
.top35p{top:35%;}
.top36p{top:36%;}
.top37p{top:37%;}
.top38p{top:38%;}
.top39p{top:39%;}
.top40p{top:40%;}
.top41p{top:41%;}
.top42p{top:42%;}
.top43p{top:43%;}
.top44p{top:44%;}
.top45p{top:45%;}
.top46p{top:46%;}
.top47p{top:47%;}
.top48p{top:48%;}
.top49p{top:49%;}
.top50p{top:50%;}
.top51p{top:51%;}
.top52p{top:52%;}
.top53p{top:53%;}
.top54p{top:54%;}
.top55p{top:55%;}
.top56p{top:56%;}
.top57p{top:57%;}
.top58p{top:58%;}
.top59p{top:59%;}
.top60p{top:60%;}
.top61p{top:61%;}
.top62p{top:62%;}
.top63p{top:63%;}
.top64p{top:64%;}
.top65p{top:65%;}
.top66p{top:66%;}
.top67p{top:67%;}
.top68p{top:68%;}
.top69p{top:69%;}
.top70p{top:70%;}
.top75p{top:75%;}
.top80p{top:80%;}
.top85p{top:85%;}
.top90p{top:90%;}
.top95p{top:95%;}
.top100p{top:100%;}


 
 

.top-0p{top:-0%;}
.top-1p{top:-1%;}
.top-2p{top:-2%;}
.top-3p{top:-3%;}
.top-4p{top:-4%;}
.top-5p{top:-5%;}
.top-6p{top:-6%;}
.top-7p{top:-7%;}
.top-8p{top:-8%;}
.top-9p{top:-9%;}
.top-10p{top:-10%;}
.top-11p{top:-11%;}
.top-12p{top:-12%;}
.top-13p{top:-13%;}
.top-14p{top:-14%;}
.top-15p{top:-15%;}
.top-16p{top:-16%;}
.top-17p{top:-17%;}
.top-18p{top:-18%;}
.top-19p{top:-19%;}
.top-20p{top:-20%;}
.top-21p{top:-21%;}
.top-22p{top:-22%;}
.top-23p{top:-23%;}
.top-24p{top:-24%;}
.top-25p{top:-25%;}
.top-26p{top:-26%;}
.top-27p{top:-27%;}
.top-28p{top:-28%;}
.top-29p{top:-29%;}
.top-30p{top:-30%;}
.top-31p{top:-31%;}
.top-32p{top:-32%;}
.top-33p{top:-33%;}
.top-34p{top:-34%;}
.top-35p{top:-35%;}
.top-36p{top:-36%;}
.top-37p{top:-37%;}
.top-38p{top:-38%;}
.top-39p{top:-39%;}
.top-40p{top:-40%;}
.top-41p{top:-41%;}
.top-42p{top:-42%;}
.top-43p{top:-43%;}
.top-44p{top:-44%;}
.top-45p{top:-45%;}
.top-46p{top:-46%;}
.top-47p{top:-47%;}
.top-48p{top:-48%;}
.top-49p{top:-49%;}
.top-50p{top:-50%;}
.top-51p{top:-51%;}
.top-52p{top:-52%;}
.top-53p{top:-53%;}
.top-54p{top:-54%;}
.top-55p{top:-55%;}
.top-56p{top:-56%;}
.top-57p{top:-57%;}
.top-58p{top:-58%;}
.top-59p{top:-59%;}
.top-60p{top:-60%;}
.top-61p{top:-61%;}
.top-62p{top:-62%;}
.top-63p{top:-63%;}
.top-64p{top:-64%;}
.top-65p{top:-65%;}
.top-66p{top:-66%;}
.top-67p{top:-67%;}
.top-68p{top:-68%;}
.top-69p{top:-69%;}
.top-70p{top:-70%;}
.top-75p{top:-75%;}
.top-80p{top:-80%;}
.top-85p{top:-85%;}
.top-90p{top:-90%;}
.top-95p{top:-95%;}
.top-100p{top:-100%;}













.top0p-im{top:0% !important;}
.top1p-im{top:1% !important;}
.top2p-im{top:2% !important;}
.top3p-im{top:3% !important;}
.top4p-im{top:4% !important;}
.top5p-im{top:5% !important;}
.top6p-im{top:6% !important;}
.top7p-im{top:7% !important;}
.top8p-im{top:8% !important;}
.top9p-im{top:9% !important;}
.top10p-im{top:10% !important;}
.top11p-im{top:11% !important;}
.top12p-im{top:12% !important;}
.top13p-im{top:13% !important;}
.top14p-im{top:14% !important;}
.top15p-im{top:15% !important;}
.top16p-im{top:16% !important;}
.top17p-im{top:17% !important;}
.top18p-im{top:18% !important;}
.top19p-im{top:19% !important;}
.top20p-im{top:20% !important;}
.top21p-im{top:21% !important;}
.top22p-im{top:22% !important;}
.top23p-im{top:23% !important;}
.top24p-im{top:24% !important;}
.top25p-im{top:25% !important;}
.top26p-im{top:26% !important;}
.top27p-im{top:27% !important;}
.top28p-im{top:28% !important;}
.top29p-im{top:29% !important;}
.top30p-im{top:30% !important;}
.top31p-im{top:31% !important;}
.top32p-im{top:32% !important;}
.top33p-im{top:33% !important;}
.top34p-im{top:34% !important;}
.top35p-im{top:35% !important;}
.top36p-im{top:36% !important;}
.top37p-im{top:37% !important;}
.top38p-im{top:38% !important;}
.top39p-im{top:39% !important;}
.top40p-im{top:40% !important;}
.top41p-im{top:41% !important;}
.top42p-im{top:42% !important;}
.top43p-im{top:43% !important;}
.top44p-im{top:44% !important;}
.top45p-im{top:45% !important;}
.top46p-im{top:46% !important;}
.top47p-im{top:47% !important;}
.top48p-im{top:48% !important;}
.top49p-im{top:49% !important;}
.top50p-im{top:50% !important;}
.top51p-im{top:51% !important;}
.top52p-im{top:52% !important;}
.top53p-im{top:53% !important;}
.top54p-im{top:54% !important;}
.top55p-im{top:55% !important;}
.top56p-im{top:56% !important;}
.top57p-im{top:57% !important;}
.top58p-im{top:58% !important;}
.top59p-im{top:59% !important;}
.top60p-im{top:60% !important;}
.top61p-im{top:61% !important;}
.top62p-im{top:62% !important;}
.top63p-im{top:63% !important;}
.top64p-im{top:64% !important;}
.top65p-im{top:65% !important;}
.top66p-im{top:66% !important;}
.top67p-im{top:67% !important;}
.top68p-im{top:68% !important;}
.top69p-im{top:69% !important;}
.top70p-im{top:70% !important;}
.top75p-im{top:75% !important;}
.top80p-im{top:80% !important;}
.top85p-im{top:85% !important;}
.top90p-im{top:90% !important;}
.top95p-im{top:95% !important;}
.top100p-im{top:100% !important;}


 
 

.top-0p-im{top:-0% !important;}
.top-1p-im{top:-1% !important;}
.top-2p-im{top:-2% !important;}
.top-3p-im{top:-3% !important;}
.top-4p-im{top:-4% !important;}
.top-5p-im{top:-5% !important;}
.top-6p-im{top:-6% !important;}
.top-7p-im{top:-7% !important;}
.top-8p-im{top:-8% !important;}
.top-9p-im{top:-9% !important;}
.top-10p-im{top:-10% !important;}
.top-11p-im{top:-11% !important;}
.top-12p-im{top:-12% !important;}
.top-13p-im{top:-13% !important;}
.top-14p-im{top:-14% !important;}
.top-15p-im{top:-15% !important;}
.top-16p-im{top:-16% !important;}
.top-17p-im{top:-17% !important;}
.top-18p-im{top:-18% !important;}
.top-19p-im{top:-19% !important;}
.top-20p-im{top:-20% !important;}
.top-21p-im{top:-21% !important;}
.top-22p-im{top:-22% !important;}
.top-23p-im{top:-23% !important;}
.top-24p-im{top:-24% !important;}
.top-25p-im{top:-25% !important;}
.top-26p-im{top:-26% !important;}
.top-27p-im{top:-27% !important;}
.top-28p-im{top:-28% !important;}
.top-29p-im{top:-29% !important;}
.top-30p-im{top:-30% !important;}
.top-31p-im{top:-31% !important;}
.top-32p-im{top:-32% !important;}
.top-33p-im{top:-33% !important;}
.top-34p-im{top:-34% !important;}
.top-35p-im{top:-35% !important;}
.top-36p-im{top:-36% !important;}
.top-37p-im{top:-37% !important;}
.top-38p-im{top:-38% !important;}
.top-39p-im{top:-39% !important;}
.top-40p-im{top:-40% !important;}
.top-41p-im{top:-41% !important;}
.top-42p-im{top:-42% !important;}
.top-43p-im{top:-43% !important;}
.top-44p-im{top:-44% !important;}
.top-45p-im{top:-45% !important;}
.top-46p-im{top:-46% !important;}
.top-47p-im{top:-47% !important;}
.top-48p-im{top:-48% !important;}
.top-49p-im{top:-49% !important;}
.top-50p-im{top:-50% !important;}
.top-51p-im{top:-51% !important;}
.top-52p-im{top:-52% !important;}
.top-53p-im{top:-53% !important;}
.top-54p-im{top:-54% !important;}
.top-55p-im{top:-55% !important;}
.top-56p-im{top:-56% !important;}
.top-57p-im{top:-57% !important;}
.top-58p-im{top:-58% !important;}
.top-59p-im{top:-59% !important;}
.top-60p-im{top:-60% !important;}
.top-61p-im{top:-61% !important;}
.top-62p-im{top:-62% !important;}
.top-63p-im{top:-63% !important;}
.top-64p-im{top:-64% !important;}
.top-65p-im{top:-65% !important;}
.top-66p-im{top:-66% !important;}
.top-67p-im{top:-67% !important;}
.top-68p-im{top:-68% !important;}
.top-69p-im{top:-69% !important;}
.top-70p-im{top:-70% !important;}
.top-75p-im{top:-75% !important;}
.top-80p-im{top:-80% !important;}
.top-85p-im{top:-85% !important;}
.top-90p-im{top:-90% !important;}
.top-95p-im{top:-95% !important;}
.top-100p-im{top:-100% !important;}


















.top0p-h:hover{top:0%;}
.top1p-h:hover{top:1%;}
.top2p-h:hover{top:2%;}
.top3p-h:hover{top:3%;}
.top4p-h:hover{top:4%;}
.top5p-h:hover{top:5%;}
.top6p-h:hover{top:6%;}
.top7p-h:hover{top:7%;}
.top8p-h:hover{top:8%;}
.top9p-h:hover{top:9%;}
.top10p-h:hover{top:10%;}
.top11p-h:hover{top:11%;}
.top12p-h:hover{top:12%;}
.top13p-h:hover{top:13%;}
.top14p-h:hover{top:14%;}
.top15p-h:hover{top:15%;}
.top16p-h:hover{top:16%;}
.top17p-h:hover{top:17%;}
.top18p-h:hover{top:18%;}
.top19p-h:hover{top:19%;}
.top20p-h:hover{top:20%;}
.top21p-h:hover{top:21%;}
.top22p-h:hover{top:22%;}
.top23p-h:hover{top:23%;}
.top24p-h:hover{top:24%;}
.top25p-h:hover{top:25%;}
.top26p-h:hover{top:26%;}
.top27p-h:hover{top:27%;}
.top28p-h:hover{top:28%;}
.top29p-h:hover{top:29%;}
.top30p-h:hover{top:30%;}
.top31p-h:hover{top:31%;}
.top32p-h:hover{top:32%;}
.top33p-h:hover{top:33%;}
.top34p-h:hover{top:34%;}
.top35p-h:hover{top:35%;}
.top36p-h:hover{top:36%;}
.top37p-h:hover{top:37%;}
.top38p-h:hover{top:38%;}
.top39p-h:hover{top:39%;}
.top40p-h:hover{top:40%;}
.top41p-h:hover{top:41%;}
.top42p-h:hover{top:42%;}
.top43p-h:hover{top:43%;}
.top44p-h:hover{top:44%;}
.top45p-h:hover{top:45%;}
.top46p-h:hover{top:46%;}
.top47p-h:hover{top:47%;}
.top48p-h:hover{top:48%;}
.top49p-h:hover{top:49%;}
.top50p-h:hover{top:50%;}
.top51p-h:hover{top:51%;}
.top52p-h:hover{top:52%;}
.top53p-h:hover{top:53%;}
.top54p-h:hover{top:54%;}
.top55p-h:hover{top:55%;}
.top56p-h:hover{top:56%;}
.top57p-h:hover{top:57%;}
.top58p-h:hover{top:58%;}
.top59p-h:hover{top:59%;}
.top60p-h:hover{top:60%;}
.top61p-h:hover{top:61%;}
.top62p-h:hover{top:62%;}
.top63p-h:hover{top:63%;}
.top64p-h:hover{top:64%;}
.top65p-h:hover{top:65%;}
.top66p-h:hover{top:66%;}
.top67p-h:hover{top:67%;}
.top68p-h:hover{top:68%;}
.top69p-h:hover{top:69%;}
.top70p-h:hover{top:70%;}
.top75p-h:hover{top:75%;}
.top80p-h:hover{top:80%;}
.top85p-h:hover{top:85%;}
.top90p-h:hover{top:90%;}
.top95p-h:hover{top:95%;}
.top100p-h:hover{top:100%;}


 
 

.top-0p-h:hover{top:-0%;}
.top-1p-h:hover{top:-1%;}
.top-2p-h:hover{top:-2%;}
.top-3p-h:hover{top:-3%;}
.top-4p-h:hover{top:-4%;}
.top-5p-h:hover{top:-5%;}
.top-6p-h:hover{top:-6%;}
.top-7p-h:hover{top:-7%;}
.top-8p-h:hover{top:-8%;}
.top-9p-h:hover{top:-9%;}
.top-10p-h:hover{top:-10%;}
.top-11p-h:hover{top:-11%;}
.top-12p-h:hover{top:-12%;}
.top-13p-h:hover{top:-13%;}
.top-14p-h:hover{top:-14%;}
.top-15p-h:hover{top:-15%;}
.top-16p-h:hover{top:-16%;}
.top-17p-h:hover{top:-17%;}
.top-18p-h:hover{top:-18%;}
.top-19p-h:hover{top:-19%;}
.top-20p-h:hover{top:-20%;}
.top-21p-h:hover{top:-21%;}
.top-22p-h:hover{top:-22%;}
.top-23p-h:hover{top:-23%;}
.top-24p-h:hover{top:-24%;}
.top-25p-h:hover{top:-25%;}
.top-26p-h:hover{top:-26%;}
.top-27p-h:hover{top:-27%;}
.top-28p-h:hover{top:-28%;}
.top-29p-h:hover{top:-29%;}
.top-30p-h:hover{top:-30%;}
.top-31p-h:hover{top:-31%;}
.top-32p-h:hover{top:-32%;}
.top-33p-h:hover{top:-33%;}
.top-34p-h:hover{top:-34%;}
.top-35p-h:hover{top:-35%;}
.top-36p-h:hover{top:-36%;}
.top-37p-h:hover{top:-37%;}
.top-38p-h:hover{top:-38%;}
.top-39p-h:hover{top:-39%;}
.top-40p-h:hover{top:-40%;}
.top-41p-h:hover{top:-41%;}
.top-42p-h:hover{top:-42%;}
.top-43p-h:hover{top:-43%;}
.top-44p-h:hover{top:-44%;}
.top-45p-h:hover{top:-45%;}
.top-46p-h:hover{top:-46%;}
.top-47p-h:hover{top:-47%;}
.top-48p-h:hover{top:-48%;}
.top-49p-h:hover{top:-49%;}
.top-50p-h:hover{top:-50%;}
.top-51p-h:hover{top:-51%;}
.top-52p-h:hover{top:-52%;}
.top-53p-h:hover{top:-53%;}
.top-54p-h:hover{top:-54%;}
.top-55p-h:hover{top:-55%;}
.top-56p-h:hover{top:-56%;}
.top-57p-h:hover{top:-57%;}
.top-58p-h:hover{top:-58%;}
.top-59p-h:hover{top:-59%;}
.top-60p-h:hover{top:-60%;}
.top-61p-h:hover{top:-61%;}
.top-62p-h:hover{top:-62%;}
.top-63p-h:hover{top:-63%;}
.top-64p-h:hover{top:-64%;}
.top-65p-h:hover{top:-65%;}
.top-66p-h:hover{top:-66%;}
.top-67p-h:hover{top:-67%;}
.top-68p-h:hover{top:-68%;}
.top-69p-h:hover{top:-69%;}
.top-70p-h:hover{top:-70%;}
.top-75p-h:hover{top:-75%;}
.top-80p-h:hover{top:-80%;}
.top-85p-h:hover{top:-85%;}
.top-90p-h:hover{top:-90%;}
.top-95p-h:hover{top:-95%;}




















/** right **/






.right0{right:0px;}
.right1{right:1px;}
.right2{right:2px;}
.right3{right:3px;}
.right4{right:4px;}
.right5{right:5px;}
.right6{right:6px;}
.right7{right:7px;}
.right8{right:8px;}
.right9{right:9px;}
.right10{right:10px;}
.right11{right:11px;}
.right12{right:12px;}
.right13{right:13px;}
.right14{right:14px;}
.right15{right:15px;}
.right16{right:16px;}
.right17{right:17px;}
.right18{right:18px;}
.right19{right:19px;}
.right20{right:20px;}
.right21{right:21px;}
.right22{right:22px;}
.right23{right:23px;}
.right24{right:24px;}
.right25{right:25px;}
.right26{right:26px;}
.right27{right:27px;}
.right28{right:28px;}
.right29{right:29px;}
.right30{right:30px;}
.right31{right:31px;}
.right32{right:32px;}
.right33{right:33px;}
.right34{right:34px;}
.right35{right:35px;}
.right36{right:36px;}
.right37{right:37px;}
.right38{right:38px;}
.right39{right:39px;}
.right40{right:40px;}
.right41{right:41px;}
.right42{right:42px;}
.right43{right:43px;}
.right44{right:44px;}
.right45{right:45px;}
.right46{right:46px;}
.right47{right:47px;}
.right48{right:48px;}
.right49{right:49px;}
.right50{right:50px;}
.right51{right:51px;}
.right52{right:52px;}
.right53{right:53px;}
.right54{right:54px;}
.right55{right:55px;}
.right56{right:56px;}
.right57{right:57px;}
.right58{right:58px;}
.right59{right:59px;}
.right60{right:60px;}
.right61{right:61px;}
.right62{right:62px;}
.right63{right:63px;}
.right64{right:64px;}
.right65{right:65px;}
.right66{right:66px;}
.right67{right:67px;}
.right68{right:68px;}
.right69{right:69px;}
.right70{right:70px;}
.right75{right:75px;}
.right80{right:80px;}
.right85{right:85px;}
.right90{right:90px;}
.right95{right:95px;}
.right100{right:100px;}
.right105{right:105px;}
.right110{right:110px;}
.right115{right:115px;}
.right120{right:120px;}
.right125{right:125px;}
.right130{right:130px;}
.right135{right:135px;}
.right140{right:140px;}
.right145{right:145px;}
.right150{right:150px;}
.right155{right:155px;}
.right160{right:160px;}
.right165{right:165px;}
.right170{right:170px;}
.right175{right:175px;}
.right180{right:180px;}
.right185{right:185px;}
.right190{right:190px;}
.right195{right:195px;}
.right200{right:200px;}
.right490{right:490px;}

 
 

.right-0{right:-0px;}
.right-1{right:-1px;}
.right-2{right:-2px;}
.right-3{right:-3px;}
.right-4{right:-4px;}
.right-5{right:-5px;}
.right-6{right:-6px;}
.right-7{right:-7px;}
.right-8{right:-8px;}
.right-9{right:-9px;}
.right-10{right:-10px;}
.right-11{right:-11px;}
.right-12{right:-12px;}
.right-13{right:-13px;}
.right-14{right:-14px;}
.right-15{right:-15px;}
.right-16{right:-16px;}
.right-17{right:-17px;}
.right-18{right:-18px;}
.right-19{right:-19px;}
.right-20{right:-20px;}
.right-21{right:-21px;}
.right-22{right:-22px;}
.right-23{right:-23px;}
.right-24{right:-24px;}
.right-25{right:-25px;}
.right-26{right:-26px;}
.right-27{right:-27px;}
.right-28{right:-28px;}
.right-29{right:-29px;}
.right-30{right:-30px;}
.right-31{right:-31px;}
.right-32{right:-32px;}
.right-33{right:-33px;}
.right-34{right:-34px;}
.right-35{right:-35px;}
.right-36{right:-36px;}
.right-37{right:-37px;}
.right-38{right:-38px;}
.right-39{right:-39px;}
.right-40{right:-40px;}
.right-41{right:-41px;}
.right-42{right:-42px;}
.right-43{right:-43px;}
.right-44{right:-44px;}
.right-45{right:-45px;}
.right-46{right:-46px;}
.right-47{right:-47px;}
.right-48{right:-48px;}
.right-49{right:-49px;}
.right-50{right:-50px;}
.right-51{right:-51px;}
.right-52{right:-52px;}
.right-53{right:-53px;}
.right-54{right:-54px;}
.right-55{right:-55px;}
.right-56{right:-56px;}
.right-57{right:-57px;}
.right-58{right:-58px;}
.right-59{right:-59px;}
.right-60{right:-60px;}
.right-61{right:-61px;}
.right-62{right:-62px;}
.right-63{right:-63px;}
.right-64{right:-64px;}
.right-65{right:-65px;}
.right-66{right:-66px;}
.right-67{right:-67px;}
.right-68{right:-68px;}
.right-69{right:-69px;}
.right-70{right:-70px;}
.right-75{right:-75px;}
.right-80{right:-80px;}
.right-85{right:-85px;}
.right-90{right:-90px;}
.right-95{right:-95px;}
.right-100{right:-100px;}
.right-105{right:-105px;}
.right-110{right:-110px;}
.right-115{right:-115px;}
.right-120{right:-120px;}
.right-125{right:-125px;}
.right-130{right:-130px;}
.right-135{right:-135px;}
.right-140{right:-140px;}
.right-145{right:-145px;}
.right-150{right:-150px;}
.right-155{right:-155px;}
.right-160{right:-160px;}
.right-165{right:-165px;}
.right-170{right:-170px;}
.right-175{right:-175px;}
.right-180{right:-180px;}
.right-185{right:-185px;}
.right-190{right:-190px;}
.right-195{right:-195px;}
.right-200{right:-200px;}














.right0-im{right:0px !important;}
.right1-im{right:1px !important;}
.right2-im{right:2px !important;}
.right3-im{right:3px !important;}
.right4-im{right:4px !important;}
.right5-im{right:5px !important;}
.right6-im{right:6px !important;}
.right7-im{right:7px !important;}
.right8-im{right:8px !important;}
.right9-im{right:9px !important;}
.right10-im{right:10px !important;}
.right11-im{right:11px !important;}
.right12-im{right:12px !important;}
.right13-im{right:13px !important;}
.right14-im{right:14px !important;}
.right15-im{right:15px !important;}
.right16-im{right:16px !important;}
.right17-im{right:17px !important;}
.right18-im{right:18px !important;}
.right19-im{right:19px !important;}
.right20-im{right:20px !important;}
.right21-im{right:21px !important;}
.right22-im{right:22px !important;}
.right23-im{right:23px !important;}
.right24-im{right:24px !important;}
.right25-im{right:25px !important;}
.right26-im{right:26px !important;}
.right27-im{right:27px !important;}
.right28-im{right:28px !important;}
.right29-im{right:29px !important;}
.right30-im{right:30px !important;}
.right31-im{right:31px !important;}
.right32-im{right:32px !important;}
.right33-im{right:33px !important;}
.right34-im{right:34px !important;}
.right35-im{right:35px !important;}
.right36-im{right:36px !important;}
.right37-im{right:37px !important;}
.right38-im{right:38px !important;}
.right39-im{right:39px !important;}
.right40-im{right:40px !important;}
.right41-im{right:41px !important;}
.right42-im{right:42px !important;}
.right43-im{right:43px !important;}
.right44-im{right:44px !important;}
.right45-im{right:45px !important;}
.right46-im{right:46px !important;}
.right47-im{right:47px !important;}
.right48-im{right:48px !important;}
.right49-im{right:49px !important;}
.right50-im{right:50px !important;}
.right51-im{right:51px !important;}
.right52-im{right:52px !important;}
.right53-im{right:53px !important;}
.right54-im{right:54px !important;}
.right55-im{right:55px !important;}
.right56-im{right:56px !important;}
.right57-im{right:57px !important;}
.right58-im{right:58px !important;}
.right59-im{right:59px !important;}
.right60-im{right:60px !important;}
.right61-im{right:61px !important;}
.right62-im{right:62px !important;}
.right63-im{right:63px !important;}
.right64-im{right:64px !important;}
.right65-im{right:65px !important;}
.right66-im{right:66px !important;}
.right67-im{right:67px !important;}
.right68-im{right:68px !important;}
.right69-im{right:69px !important;}
.right70-im{right:70px !important;}
.right75-im{right:75px !important;}
.right80-im{right:80px !important;}
.right85-im{right:85px !important;}
.right90-im{right:90px !important;}
.right95-im{right:95px !important;}
.right100-im{right:100px !important;}
.right105-im{right:105px !important;}
.right110-im{right:110px !important;}
.right115-im{right:115px !important;}
.right120-im{right:120px !important;}
.right125-im{right:125px !important;}
.right130-im{right:130px !important;}
.right135-im{right:135px !important;}
.right140-im{right:140px !important;}
.right145-im{right:145px !important;}
.right150-im{right:150px !important;}
.right155-im{right:155px !important;}
.right160-im{right:160px !important;}
.right165-im{right:165px !important;}
.right170-im{right:170px !important;}
.right175-im{right:175px !important;}
.right180-im{right:180px !important;}
.right185-im{right:185px !important;}
.right190-im{right:190px !important;}
.right195-im{right:195px !important;}
.right200-im{right:200px !important;}

 
 

.right-0-im{right:-0px !important;}
.right-1-im{right:-1px !important;}
.right-2-im{right:-2px !important;}
.right-3-im{right:-3px !important;}
.right-4-im{right:-4px !important;}
.right-5-im{right:-5px !important;}
.right-6-im{right:-6px !important;}
.right-7-im{right:-7px !important;}
.right-8-im{right:-8px !important;}
.right-9-im{right:-9px !important;}
.right-10-im{right:-10px !important;}
.right-11-im{right:-11px !important;}
.right-12-im{right:-12px !important;}
.right-13-im{right:-13px !important;}
.right-14-im{right:-14px !important;}
.right-15-im{right:-15px !important;}
.right-16-im{right:-16px !important;}
.right-17-im{right:-17px !important;}
.right-18-im{right:-18px !important;}
.right-19-im{right:-19px !important;}
.right-20-im{right:-20px !important;}
.right-21-im{right:-21px !important;}
.right-22-im{right:-22px !important;}
.right-23-im{right:-23px !important;}
.right-24-im{right:-24px !important;}
.right-25-im{right:-25px !important;}
.right-26-im{right:-26px !important;}
.right-27-im{right:-27px !important;}
.right-28-im{right:-28px !important;}
.right-29-im{right:-29px !important;}
.right-30-im{right:-30px !important;}
.right-31-im{right:-31px !important;}
.right-32-im{right:-32px !important;}
.right-33-im{right:-33px !important;}
.right-34-im{right:-34px !important;}
.right-35-im{right:-35px !important;}
.right-36-im{right:-36px !important;}
.right-37-im{right:-37px !important;}
.right-38-im{right:-38px !important;}
.right-39-im{right:-39px !important;}
.right-40-im{right:-40px !important;}
.right-41-im{right:-41px !important;}
.right-42-im{right:-42px !important;}
.right-43-im{right:-43px !important;}
.right-44-im{right:-44px !important;}
.right-45-im{right:-45px !important;}
.right-46-im{right:-46px !important;}
.right-47-im{right:-47px !important;}
.right-48-im{right:-48px !important;}
.right-49-im{right:-49px !important;}
.right-50-im{right:-50px !important;}
.right-51-im{right:-51px !important;}
.right-52-im{right:-52px !important;}
.right-53-im{right:-53px !important;}
.right-54-im{right:-54px !important;}
.right-55-im{right:-55px !important;}
.right-56-im{right:-56px !important;}
.right-57-im{right:-57px !important;}
.right-58-im{right:-58px !important;}
.right-59-im{right:-59px !important;}
.right-60-im{right:-60px !important;}
.right-61-im{right:-61px !important;}
.right-62-im{right:-62px !important;}
.right-63-im{right:-63px !important;}
.right-64-im{right:-64px !important;}
.right-65-im{right:-65px !important;}
.right-66-im{right:-66px !important;}
.right-67-im{right:-67px !important;}
.right-68-im{right:-68px !important;}
.right-69-im{right:-69px !important;}
.right-70-im{right:-70px !important;}
.right-75-im{right:-75px !important;}
.right-80-im{right:-80px !important;}
.right-85-im{right:-85px !important;}
.right-90-im{right:-90px !important;}
.right-95-im{right:-95px !important;}
.right-100-im{right:-100px !important;}
.right-105-im{right:-105px !important;}
.right-110-im{right:-110px !important;}
.right-115-im{right:-115px !important;}
.right-120-im{right:-120px !important;}
.right-125-im{right:-125px !important;}
.right-130-im{right:-130px !important;}
.right-135-im{right:-135px !important;}
.right-140-im{right:-140px !important;}
.right-145-im{right:-145px !important;}
.right-150-im{right:-150px !important;}
.right-155-im{right:-155px !important;}
.right-160-im{right:-160px !important;}
.right-165-im{right:-165px !important;}
.right-170-im{right:-170px !important;}
.right-175-im{right:-175px !important;}
.right-180-im{right:-180px !important;}
.right-185-im{right:-185px !important;}
.right-190-im{right:-190px !important;}
.right-195-im{right:-195px !important;}
.right-200-im{right:-200px !important;}










.right0-h:hover{right:0px;}
.right1-h:hover{right:1px;}
.right2-h:hover{right:2px;}
.right3-h:hover{right:3px;}
.right4-h:hover{right:4px;}
.right5-h:hover{right:5px;}
.right6-h:hover{right:6px;}
.right7-h:hover{right:7px;}
.right8-h:hover{right:8px;}
.right9-h:hover{right:9px;}
.right10-h:hover{right:10px;}
.right11-h:hover{right:11px;}
.right12-h:hover{right:12px;}
.right13-h:hover{right:13px;}
.right14-h:hover{right:14px;}
.right15-h:hover{right:15px;}
.right16-h:hover{right:16px;}
.right17-h:hover{right:17px;}
.right18-h:hover{right:18px;}
.right19-h:hover{right:19px;}
.right20-h:hover{right:20px;}
.right21-h:hover{right:21px;}
.right22-h:hover{right:22px;}
.right23-h:hover{right:23px;}
.right24-h:hover{right:24px;}
.right25-h:hover{right:25px;}
.right26-h:hover{right:26px;}
.right27-h:hover{right:27px;}
.right28-h:hover{right:28px;}
.right29-h:hover{right:29px;}
.right30-h:hover{right:30px;}
.right31-h:hover{right:31px;}
.right32-h:hover{right:32px;}
.right33-h:hover{right:33px;}
.right34-h:hover{right:34px;}
.right35-h:hover{right:35px;}
.right36-h:hover{right:36px;}
.right37-h:hover{right:37px;}
.right38-h:hover{right:38px;}
.right39-h:hover{right:39px;}
.right40-h:hover{right:40px;}
.right41-h:hover{right:41px;}
.right42-h:hover{right:42px;}
.right43-h:hover{right:43px;}
.right44-h:hover{right:44px;}
.right45-h:hover{right:45px;}
.right46-h:hover{right:46px;}
.right47-h:hover{right:47px;}
.right48-h:hover{right:48px;}
.right49-h:hover{right:49px;}
.right50-h:hover{right:50px;}
.right51-h:hover{right:51px;}
.right52-h:hover{right:52px;}
.right53-h:hover{right:53px;}
.right54-h:hover{right:54px;}
.right55-h:hover{right:55px;}
.right56-h:hover{right:56px;}
.right57-h:hover{right:57px;}
.right58-h:hover{right:58px;}
.right59-h:hover{right:59px;}
.right60-h:hover{right:60px;}
.right61-h:hover{right:61px;}
.right62-h:hover{right:62px;}
.right63-h:hover{right:63px;}
.right64-h:hover{right:64px;}
.right65-h:hover{right:65px;}
.right66-h:hover{right:66px;}
.right67-h:hover{right:67px;}
.right68-h:hover{right:68px;}
.right69-h:hover{right:69px;}
.right70-h:hover{right:70px;}
.right75-h:hover{right:75px;}
.right80-h:hover{right:80px;}
.right85-h:hover{right:85px;}
.right90-h:hover{right:90px;}
.right95-h:hover{right:95px;}
.right100-h:hover{right:100px;}
.right105-h:hover{right:105px;}
.right110-h:hover{right:110px;}
.right115-h:hover{right:115px;}
.right120-h:hover{right:120px;}
.right125-h:hover{right:125px;}
.right130-h:hover{right:130px;}
.right135-h:hover{right:135px;}
.right140-h:hover{right:140px;}
.right145-h:hover{right:145px;}
.right150-h:hover{right:150px;}
.right155-h:hover{right:155px;}
.right160-h:hover{right:160px;}
.right165-h:hover{right:165px;}
.right170-h:hover{right:170px;}
.right175-h:hover{right:175px;}
.right180-h:hover{right:180px;}
.right185-h:hover{right:185px;}
.right190-h:hover{right:190px;}
.right195-h:hover{right:195px;}
.right200-h:hover{right:200px;}

 
 

.right-0-h:hover{right:-0px;}
.right-1-h:hover{right:-1px;}
.right-2-h:hover{right:-2px;}
.right-3-h:hover{right:-3px;}
.right-4-h:hover{right:-4px;}
.right-5-h:hover{right:-5px;}
.right-6-h:hover{right:-6px;}
.right-7-h:hover{right:-7px;}
.right-8-h:hover{right:-8px;}
.right-9-h:hover{right:-9px;}
.right-10-h:hover{right:-10px;}
.right-11-h:hover{right:-11px;}
.right-12-h:hover{right:-12px;}
.right-13-h:hover{right:-13px;}
.right-14-h:hover{right:-14px;}
.right-15-h:hover{right:-15px;}
.right-16-h:hover{right:-16px;}
.right-17-h:hover{right:-17px;}
.right-18-h:hover{right:-18px;}
.right-19-h:hover{right:-19px;}
.right-20-h:hover{right:-20px;}
.right-21-h:hover{right:-21px;}
.right-22-h:hover{right:-22px;}
.right-23-h:hover{right:-23px;}
.right-24-h:hover{right:-24px;}
.right-25-h:hover{right:-25px;}
.right-26-h:hover{right:-26px;}
.right-27-h:hover{right:-27px;}
.right-28-h:hover{right:-28px;}
.right-29-h:hover{right:-29px;}
.right-30-h:hover{right:-30px;}
.right-31-h:hover{right:-31px;}
.right-32-h:hover{right:-32px;}
.right-33-h:hover{right:-33px;}
.right-34-h:hover{right:-34px;}
.right-35-h:hover{right:-35px;}
.right-36-h:hover{right:-36px;}
.right-37-h:hover{right:-37px;}
.right-38-h:hover{right:-38px;}
.right-39-h:hover{right:-39px;}
.right-40-h:hover{right:-40px;}
.right-41-h:hover{right:-41px;}
.right-42-h:hover{right:-42px;}
.right-43-h:hover{right:-43px;}
.right-44-h:hover{right:-44px;}
.right-45-h:hover{right:-45px;}
.right-46-h:hover{right:-46px;}
.right-47-h:hover{right:-47px;}
.right-48-h:hover{right:-48px;}
.right-49-h:hover{right:-49px;}
.right-50-h:hover{right:-50px;}
.right-51-h:hover{right:-51px;}
.right-52-h:hover{right:-52px;}
.right-53-h:hover{right:-53px;}
.right-54-h:hover{right:-54px;}
.right-55-h:hover{right:-55px;}
.right-56-h:hover{right:-56px;}
.right-57-h:hover{right:-57px;}
.right-58-h:hover{right:-58px;}
.right-59-h:hover{right:-59px;}
.right-60-h:hover{right:-60px;}
.right-61-h:hover{right:-61px;}
.right-62-h:hover{right:-62px;}
.right-63-h:hover{right:-63px;}
.right-64-h:hover{right:-64px;}
.right-65-h:hover{right:-65px;}
.right-66-h:hover{right:-66px;}
.right-67-h:hover{right:-67px;}
.right-68-h:hover{right:-68px;}
.right-69-h:hover{right:-69px;}
.right-70-h:hover{right:-70px;}
.right-75-h:hover{right:-75px;}
.right-80-h:hover{right:-80px;}
.right-85-h:hover{right:-85px;}
.right-90-h:hover{right:-90px;}
.right-95-h:hover{right:-95px;}
.right-100-h:hover{right:-100px;}
.right-105-h:hover{right:-105px;}
.right-110-h:hover{right:-110px;}
.right-115-h:hover{right:-115px;}
.right-120-h:hover{right:-120px;}
.right-125-h:hover{right:-125px;}
.right-130-h:hover{right:-130px;}
.right-135-h:hover{right:-135px;}
.right-140-h:hover{right:-140px;}
.right-145-h:hover{right:-145px;}
.right-150-h:hover{right:-150px;}
.right-155-h:hover{right:-155px;}
.right-160-h:hover{right:-160px;}
.right-165-h:hover{right:-165px;}
.right-170-h:hover{right:-170px;}
.right-175-h:hover{right:-175px;}
.right-180-h:hover{right:-180px;}
.right-185-h:hover{right:-185px;}
.right-190-h:hover{right:-190px;}
.right-195-h:hover{right:-195px;}
.right-200-h:hover{right:-200px;}








.right0p{right:0%;}
.right1p{right:1%;}
.right2p{right:2%;}
.right3p{right:3%;}
.right4p{right:4%;}
.right5p{right:5%;}
.right6p{right:6%;}
.right7p{right:7%;}
.right8p{right:8%;}
.right9p{right:9%;}
.right10p{right:10%;}
.right11p{right:11%;}
.right12p{right:12%;}
.right13p{right:13%;}
.right14p{right:14%;}
.right15p{right:15%;}
.right16p{right:16%;}
.right17p{right:17%;}
.right18p{right:18%;}
.right19p{right:19%;}
.right20p{right:20%;}
.right21p{right:21%;}
.right22p{right:22%;}
.right23p{right:23%;}
.right24p{right:24%;}
.right25p{right:25%;}
.right26p{right:26%;}
.right27p{right:27%;}
.right28p{right:28%;}
.right29p{right:29%;}
.right30p{right:30%;}
.right31p{right:31%;}
.right32p{right:32%;}
.right33p{right:33%;}
.right34p{right:34%;}
.right35p{right:35%;}
.right36p{right:36%;}
.right37p{right:37%;}
.right38p{right:38%;}
.right39p{right:39%;}
.right40p{right:40%;}
.right41p{right:41%;}
.right42p{right:42%;}
.right43p{right:43%;}
.right44p{right:44%;}
.right45p{right:45%;}
.right46p{right:46%;}
.right47p{right:47%;}
.right48p{right:48%;}
.right49p{right:49%;}
.right50p{right:50%;}
.right51p{right:51%;}
.right52p{right:52%;}
.right53p{right:53%;}
.right54p{right:54%;}
.right55p{right:55%;}
.right56p{right:56%;}
.right57p{right:57%;}
.right58p{right:58%;}
.right59p{right:59%;}
.right60p{right:60%;}
.right61p{right:61%;}
.right62p{right:62%;}
.right63p{right:63%;}
.right64p{right:64%;}
.right65p{right:65%;}
.right66p{right:66%;}
.right67p{right:67%;}
.right68p{right:68%;}
.right69p{right:69%;}
.right70p{right:70%;}
.right75p{right:75%;}
.right80p{right:80%;}
.right85p{right:85%;}
.right90p{right:90%;}
.right95p{right:95%;}
.right100p{right:100%;}


 
 

.right-0p{right:-0%;}
.right-1p{right:-1%;}
.right-2p{right:-2%;}
.right-3p{right:-3%;}
.right-4p{right:-4%;}
.right-5p{right:-5%;}
.right-6p{right:-6%;}
.right-7p{right:-7%;}
.right-8p{right:-8%;}
.right-9p{right:-9%;}
.right-10p{right:-10%;}
.right-11p{right:-11%;}
.right-12p{right:-12%;}
.right-13p{right:-13%;}
.right-14p{right:-14%;}
.right-15p{right:-15%;}
.right-16p{right:-16%;}
.right-17p{right:-17%;}
.right-18p{right:-18%;}
.right-19p{right:-19%;}
.right-20p{right:-20%;}
.right-21p{right:-21%;}
.right-22p{right:-22%;}
.right-23p{right:-23%;}
.right-24p{right:-24%;}
.right-25p{right:-25%;}
.right-26p{right:-26%;}
.right-27p{right:-27%;}
.right-28p{right:-28%;}
.right-29p{right:-29%;}
.right-30p{right:-30%;}
.right-31p{right:-31%;}
.right-32p{right:-32%;}
.right-33p{right:-33%;}
.right-34p{right:-34%;}
.right-35p{right:-35%;}
.right-36p{right:-36%;}
.right-37p{right:-37%;}
.right-38p{right:-38%;}
.right-39p{right:-39%;}
.right-40p{right:-40%;}
.right-41p{right:-41%;}
.right-42p{right:-42%;}
.right-43p{right:-43%;}
.right-44p{right:-44%;}
.right-45p{right:-45%;}
.right-46p{right:-46%;}
.right-47p{right:-47%;}
.right-48p{right:-48%;}
.right-49p{right:-49%;}
.right-50p{right:-50%;}
.right-51p{right:-51%;}
.right-52p{right:-52%;}
.right-53p{right:-53%;}
.right-54p{right:-54%;}
.right-55p{right:-55%;}
.right-56p{right:-56%;}
.right-57p{right:-57%;}
.right-58p{right:-58%;}
.right-59p{right:-59%;}
.right-60p{right:-60%;}
.right-61p{right:-61%;}
.right-62p{right:-62%;}
.right-63p{right:-63%;}
.right-64p{right:-64%;}
.right-65p{right:-65%;}
.right-66p{right:-66%;}
.right-67p{right:-67%;}
.right-68p{right:-68%;}
.right-69p{right:-69%;}
.right-70p{right:-70%;}
.right-75p{right:-75%;}
.right-80p{right:-80%;}
.right-85p{right:-85%;}
.right-90p{right:-90%;}
.right-95p{right:-95%;}
.right-100p{right:-100%;}













.right0p-im{right:0% !important;}
.right1p-im{right:1% !important;}
.right2p-im{right:2% !important;}
.right3p-im{right:3% !important;}
.right4p-im{right:4% !important;}
.right5p-im{right:5% !important;}
.right6p-im{right:6% !important;}
.right7p-im{right:7% !important;}
.right8p-im{right:8% !important;}
.right9p-im{right:9% !important;}
.right10p-im{right:10% !important;}
.right11p-im{right:11% !important;}
.right12p-im{right:12% !important;}
.right13p-im{right:13% !important;}
.right14p-im{right:14% !important;}
.right15p-im{right:15% !important;}
.right16p-im{right:16% !important;}
.right17p-im{right:17% !important;}
.right18p-im{right:18% !important;}
.right19p-im{right:19% !important;}
.right20p-im{right:20% !important;}
.right21p-im{right:21% !important;}
.right22p-im{right:22% !important;}
.right23p-im{right:23% !important;}
.right24p-im{right:24% !important;}
.right25p-im{right:25% !important;}
.right26p-im{right:26% !important;}
.right27p-im{right:27% !important;}
.right28p-im{right:28% !important;}
.right29p-im{right:29% !important;}
.right30p-im{right:30% !important;}
.right31p-im{right:31% !important;}
.right32p-im{right:32% !important;}
.right33p-im{right:33% !important;}
.right34p-im{right:34% !important;}
.right35p-im{right:35% !important;}
.right36p-im{right:36% !important;}
.right37p-im{right:37% !important;}
.right38p-im{right:38% !important;}
.right39p-im{right:39% !important;}
.right40p-im{right:40% !important;}
.right41p-im{right:41% !important;}
.right42p-im{right:42% !important;}
.right43p-im{right:43% !important;}
.right44p-im{right:44% !important;}
.right45p-im{right:45% !important;}
.right46p-im{right:46% !important;}
.right47p-im{right:47% !important;}
.right48p-im{right:48% !important;}
.right49p-im{right:49% !important;}
.right50p-im{right:50% !important;}
.right51p-im{right:51% !important;}
.right52p-im{right:52% !important;}
.right53p-im{right:53% !important;}
.right54p-im{right:54% !important;}
.right55p-im{right:55% !important;}
.right56p-im{right:56% !important;}
.right57p-im{right:57% !important;}
.right58p-im{right:58% !important;}
.right59p-im{right:59% !important;}
.right60p-im{right:60% !important;}
.right61p-im{right:61% !important;}
.right62p-im{right:62% !important;}
.right63p-im{right:63% !important;}
.right64p-im{right:64% !important;}
.right65p-im{right:65% !important;}
.right66p-im{right:66% !important;}
.right67p-im{right:67% !important;}
.right68p-im{right:68% !important;}
.right69p-im{right:69% !important;}
.right70p-im{right:70% !important;}
.right75p-im{right:75% !important;}
.right80p-im{right:80% !important;}
.right85p-im{right:85% !important;}
.right90p-im{right:90% !important;}
.right95p-im{right:95% !important;}
.right100p-im{right:100% !important;}


 
 

.right-0p-im{right:-0% !important;}
.right-1p-im{right:-1% !important;}
.right-2p-im{right:-2% !important;}
.right-3p-im{right:-3% !important;}
.right-4p-im{right:-4% !important;}
.right-5p-im{right:-5% !important;}
.right-6p-im{right:-6% !important;}
.right-7p-im{right:-7% !important;}
.right-8p-im{right:-8% !important;}
.right-9p-im{right:-9% !important;}
.right-10p-im{right:-10% !important;}
.right-11p-im{right:-11% !important;}
.right-12p-im{right:-12% !important;}
.right-13p-im{right:-13% !important;}
.right-14p-im{right:-14% !important;}
.right-15p-im{right:-15% !important;}
.right-16p-im{right:-16% !important;}
.right-17p-im{right:-17% !important;}
.right-18p-im{right:-18% !important;}
.right-19p-im{right:-19% !important;}
.right-20p-im{right:-20% !important;}
.right-21p-im{right:-21% !important;}
.right-22p-im{right:-22% !important;}
.right-23p-im{right:-23% !important;}
.right-24p-im{right:-24% !important;}
.right-25p-im{right:-25% !important;}
.right-26p-im{right:-26% !important;}
.right-27p-im{right:-27% !important;}
.right-28p-im{right:-28% !important;}
.right-29p-im{right:-29% !important;}
.right-30p-im{right:-30% !important;}
.right-31p-im{right:-31% !important;}
.right-32p-im{right:-32% !important;}
.right-33p-im{right:-33% !important;}
.right-34p-im{right:-34% !important;}
.right-35p-im{right:-35% !important;}
.right-36p-im{right:-36% !important;}
.right-37p-im{right:-37% !important;}
.right-38p-im{right:-38% !important;}
.right-39p-im{right:-39% !important;}
.right-40p-im{right:-40% !important;}
.right-41p-im{right:-41% !important;}
.right-42p-im{right:-42% !important;}
.right-43p-im{right:-43% !important;}
.right-44p-im{right:-44% !important;}
.right-45p-im{right:-45% !important;}
.right-46p-im{right:-46% !important;}
.right-47p-im{right:-47% !important;}
.right-48p-im{right:-48% !important;}
.right-49p-im{right:-49% !important;}
.right-50p-im{right:-50% !important;}
.right-51p-im{right:-51% !important;}
.right-52p-im{right:-52% !important;}
.right-53p-im{right:-53% !important;}
.right-54p-im{right:-54% !important;}
.right-55p-im{right:-55% !important;}
.right-56p-im{right:-56% !important;}
.right-57p-im{right:-57% !important;}
.right-58p-im{right:-58% !important;}
.right-59p-im{right:-59% !important;}
.right-60p-im{right:-60% !important;}
.right-61p-im{right:-61% !important;}
.right-62p-im{right:-62% !important;}
.right-63p-im{right:-63% !important;}
.right-64p-im{right:-64% !important;}
.right-65p-im{right:-65% !important;}
.right-66p-im{right:-66% !important;}
.right-67p-im{right:-67% !important;}
.right-68p-im{right:-68% !important;}
.right-69p-im{right:-69% !important;}
.right-70p-im{right:-70% !important;}
.right-75p-im{right:-75% !important;}
.right-80p-im{right:-80% !important;}
.right-85p-im{right:-85% !important;}
.right-90p-im{right:-90% !important;}
.right-95p-im{right:-95% !important;}
.right-100p-im{right:-100% !important;}


















.right0p-h:hover{right:0%;}
.right1p-h:hover{right:1%;}
.right2p-h:hover{right:2%;}
.right3p-h:hover{right:3%;}
.right4p-h:hover{right:4%;}
.right5p-h:hover{right:5%;}
.right6p-h:hover{right:6%;}
.right7p-h:hover{right:7%;}
.right8p-h:hover{right:8%;}
.right9p-h:hover{right:9%;}
.right10p-h:hover{right:10%;}
.right11p-h:hover{right:11%;}
.right12p-h:hover{right:12%;}
.right13p-h:hover{right:13%;}
.right14p-h:hover{right:14%;}
.right15p-h:hover{right:15%;}
.right16p-h:hover{right:16%;}
.right17p-h:hover{right:17%;}
.right18p-h:hover{right:18%;}
.right19p-h:hover{right:19%;}
.right20p-h:hover{right:20%;}
.right21p-h:hover{right:21%;}
.right22p-h:hover{right:22%;}
.right23p-h:hover{right:23%;}
.right24p-h:hover{right:24%;}
.right25p-h:hover{right:25%;}
.right26p-h:hover{right:26%;}
.right27p-h:hover{right:27%;}
.right28p-h:hover{right:28%;}
.right29p-h:hover{right:29%;}
.right30p-h:hover{right:30%;}
.right31p-h:hover{right:31%;}
.right32p-h:hover{right:32%;}
.right33p-h:hover{right:33%;}
.right34p-h:hover{right:34%;}
.right35p-h:hover{right:35%;}
.right36p-h:hover{right:36%;}
.right37p-h:hover{right:37%;}
.right38p-h:hover{right:38%;}
.right39p-h:hover{right:39%;}
.right40p-h:hover{right:40%;}
.right41p-h:hover{right:41%;}
.right42p-h:hover{right:42%;}
.right43p-h:hover{right:43%;}
.right44p-h:hover{right:44%;}
.right45p-h:hover{right:45%;}
.right46p-h:hover{right:46%;}
.right47p-h:hover{right:47%;}
.right48p-h:hover{right:48%;}
.right49p-h:hover{right:49%;}
.right50p-h:hover{right:50%;}
.right51p-h:hover{right:51%;}
.right52p-h:hover{right:52%;}
.right53p-h:hover{right:53%;}
.right54p-h:hover{right:54%;}
.right55p-h:hover{right:55%;}
.right56p-h:hover{right:56%;}
.right57p-h:hover{right:57%;}
.right58p-h:hover{right:58%;}
.right59p-h:hover{right:59%;}
.right60p-h:hover{right:60%;}
.right61p-h:hover{right:61%;}
.right62p-h:hover{right:62%;}
.right63p-h:hover{right:63%;}
.right64p-h:hover{right:64%;}
.right65p-h:hover{right:65%;}
.right66p-h:hover{right:66%;}
.right67p-h:hover{right:67%;}
.right68p-h:hover{right:68%;}
.right69p-h:hover{right:69%;}
.right70p-h:hover{right:70%;}
.right75p-h:hover{right:75%;}
.right80p-h:hover{right:80%;}
.right85p-h:hover{right:85%;}
.right90p-h:hover{right:90%;}
.right95p-h:hover{right:95%;}
.right100p-h:hover{right:100%;}


 
 

.right-0p-h:hover{right:-0%;}
.right-1p-h:hover{right:-1%;}
.right-2p-h:hover{right:-2%;}
.right-3p-h:hover{right:-3%;}
.right-4p-h:hover{right:-4%;}
.right-5p-h:hover{right:-5%;}
.right-6p-h:hover{right:-6%;}
.right-7p-h:hover{right:-7%;}
.right-8p-h:hover{right:-8%;}
.right-9p-h:hover{right:-9%;}
.right-10p-h:hover{right:-10%;}
.right-11p-h:hover{right:-11%;}
.right-12p-h:hover{right:-12%;}
.right-13p-h:hover{right:-13%;}
.right-14p-h:hover{right:-14%;}
.right-15p-h:hover{right:-15%;}
.right-16p-h:hover{right:-16%;}
.right-17p-h:hover{right:-17%;}
.right-18p-h:hover{right:-18%;}
.right-19p-h:hover{right:-19%;}
.right-20p-h:hover{right:-20%;}
.right-21p-h:hover{right:-21%;}
.right-22p-h:hover{right:-22%;}
.right-23p-h:hover{right:-23%;}
.right-24p-h:hover{right:-24%;}
.right-25p-h:hover{right:-25%;}
.right-26p-h:hover{right:-26%;}
.right-27p-h:hover{right:-27%;}
.right-28p-h:hover{right:-28%;}
.right-29p-h:hover{right:-29%;}
.right-30p-h:hover{right:-30%;}
.right-31p-h:hover{right:-31%;}
.right-32p-h:hover{right:-32%;}
.right-33p-h:hover{right:-33%;}
.right-34p-h:hover{right:-34%;}
.right-35p-h:hover{right:-35%;}
.right-36p-h:hover{right:-36%;}
.right-37p-h:hover{right:-37%;}
.right-38p-h:hover{right:-38%;}
.right-39p-h:hover{right:-39%;}
.right-40p-h:hover{right:-40%;}
.right-41p-h:hover{right:-41%;}
.right-42p-h:hover{right:-42%;}
.right-43p-h:hover{right:-43%;}
.right-44p-h:hover{right:-44%;}
.right-45p-h:hover{right:-45%;}
.right-46p-h:hover{right:-46%;}
.right-47p-h:hover{right:-47%;}
.right-48p-h:hover{right:-48%;}
.right-49p-h:hover{right:-49%;}
.right-50p-h:hover{right:-50%;}
.right-51p-h:hover{right:-51%;}
.right-52p-h:hover{right:-52%;}
.right-53p-h:hover{right:-53%;}
.right-54p-h:hover{right:-54%;}
.right-55p-h:hover{right:-55%;}
.right-56p-h:hover{right:-56%;}
.right-57p-h:hover{right:-57%;}
.right-58p-h:hover{right:-58%;}
.right-59p-h:hover{right:-59%;}
.right-60p-h:hover{right:-60%;}
.right-61p-h:hover{right:-61%;}
.right-62p-h:hover{right:-62%;}
.right-63p-h:hover{right:-63%;}
.right-64p-h:hover{right:-64%;}
.right-65p-h:hover{right:-65%;}
.right-66p-h:hover{right:-66%;}
.right-67p-h:hover{right:-67%;}
.right-68p-h:hover{right:-68%;}
.right-69p-h:hover{right:-69%;}
.right-70p-h:hover{right:-70%;}
.right-75p-h:hover{right:-75%;}
.right-80p-h:hover{right:-80%;}
.right-85p-h:hover{right:-85%;}
.right-90p-h:hover{right:-90%;}
.right-95p-h:hover{right:-95%;}





















/** bottom **/







.bottom0{bottom:0px;}
.bottom1{bottom:1px;}
.bottom2{bottom:2px;}
.bottom3{bottom:3px;}
.bottom4{bottom:4px;}
.bottom5{bottom:5px;}
.bottom6{bottom:6px;}
.bottom7{bottom:7px;}
.bottom8{bottom:8px;}
.bottom9{bottom:9px;}
.bottom10{bottom:10px;}
.bottom11{bottom:11px;}
.bottom12{bottom:12px;}
.bottom13{bottom:13px;}
.bottom14{bottom:14px;}
.bottom15{bottom:15px;}
.bottom16{bottom:16px;}
.bottom17{bottom:17px;}
.bottom18{bottom:18px;}
.bottom19{bottom:19px;}
.bottom20{bottom:20px;}
.bottom21{bottom:21px;}
.bottom22{bottom:22px;}
.bottom23{bottom:23px;}
.bottom24{bottom:24px;}
.bottom25{bottom:25px;}
.bottom26{bottom:26px;}
.bottom27{bottom:27px;}
.bottom28{bottom:28px;}
.bottom29{bottom:29px;}
.bottom30{bottom:30px;}
.bottom31{bottom:31px;}
.bottom32{bottom:32px;}
.bottom33{bottom:33px;}
.bottom34{bottom:34px;}
.bottom35{bottom:35px;}
.bottom36{bottom:36px;}
.bottom37{bottom:37px;}
.bottom38{bottom:38px;}
.bottom39{bottom:39px;}
.bottom40{bottom:40px;}
.bottom41{bottom:41px;}
.bottom42{bottom:42px;}
.bottom43{bottom:43px;}
.bottom44{bottom:44px;}
.bottom45{bottom:45px;}
.bottom46{bottom:46px;}
.bottom47{bottom:47px;}
.bottom48{bottom:48px;}
.bottom49{bottom:49px;}
.bottom50{bottom:50px;}
.bottom51{bottom:51px;}
.bottom52{bottom:52px;}
.bottom53{bottom:53px;}
.bottom54{bottom:54px;}
.bottom55{bottom:55px;}
.bottom56{bottom:56px;}
.bottom57{bottom:57px;}
.bottom58{bottom:58px;}
.bottom59{bottom:59px;}
.bottom60{bottom:60px;}
.bottom61{bottom:61px;}
.bottom62{bottom:62px;}
.bottom63{bottom:63px;}
.bottom64{bottom:64px;}
.bottom65{bottom:65px;}
.bottom66{bottom:66px;}
.bottom67{bottom:67px;}
.bottom68{bottom:68px;}
.bottom69{bottom:69px;}
.bottom70{bottom:70px;}
.bottom75{bottom:75px;}
.bottom80{bottom:80px;}
.bottom85{bottom:85px;}
.bottom90{bottom:90px;}
.bottom95{bottom:95px;}
.bottom100{bottom:100px;}
.bottom105{bottom:105px;}
.bottom110{bottom:110px;}
.bottom115{bottom:115px;}
.bottom120{bottom:120px;}
.bottom125{bottom:125px;}
.bottom130{bottom:130px;}
.bottom135{bottom:135px;}
.bottom140{bottom:140px;}
.bottom145{bottom:145px;}
.bottom150{bottom:150px;}
.bottom155{bottom:155px;}
.bottom160{bottom:160px;}
.bottom165{bottom:165px;}
.bottom170{bottom:170px;}
.bottom175{bottom:175px;}
.bottom180{bottom:180px;}
.bottom185{bottom:185px;}
.bottom190{bottom:190px;}
.bottom195{bottom:195px;}
.bottom200{bottom:200px;}

 
 

.bottom-0{bottom:-0px;}
.bottom-1{bottom:-1px;}
.bottom-2{bottom:-2px;}
.bottom-3{bottom:-3px;}
.bottom-4{bottom:-4px;}
.bottom-5{bottom:-5px;}
.bottom-6{bottom:-6px;}
.bottom-7{bottom:-7px;}
.bottom-8{bottom:-8px;}
.bottom-9{bottom:-9px;}
.bottom-10{bottom:-10px;}
.bottom-11{bottom:-11px;}
.bottom-12{bottom:-12px;}
.bottom-13{bottom:-13px;}
.bottom-14{bottom:-14px;}
.bottom-15{bottom:-15px;}
.bottom-16{bottom:-16px;}
.bottom-17{bottom:-17px;}
.bottom-18{bottom:-18px;}
.bottom-19{bottom:-19px;}
.bottom-20{bottom:-20px;}
.bottom-21{bottom:-21px;}
.bottom-22{bottom:-22px;}
.bottom-23{bottom:-23px;}
.bottom-24{bottom:-24px;}
.bottom-25{bottom:-25px;}
.bottom-26{bottom:-26px;}
.bottom-27{bottom:-27px;}
.bottom-28{bottom:-28px;}
.bottom-29{bottom:-29px;}
.bottom-30{bottom:-30px;}
.bottom-31{bottom:-31px;}
.bottom-32{bottom:-32px;}
.bottom-33{bottom:-33px;}
.bottom-34{bottom:-34px;}
.bottom-35{bottom:-35px;}
.bottom-36{bottom:-36px;}
.bottom-37{bottom:-37px;}
.bottom-38{bottom:-38px;}
.bottom-39{bottom:-39px;}
.bottom-40{bottom:-40px;}
.bottom-41{bottom:-41px;}
.bottom-42{bottom:-42px;}
.bottom-43{bottom:-43px;}
.bottom-44{bottom:-44px;}
.bottom-45{bottom:-45px;}
.bottom-46{bottom:-46px;}
.bottom-47{bottom:-47px;}
.bottom-48{bottom:-48px;}
.bottom-49{bottom:-49px;}
.bottom-50{bottom:-50px;}
.bottom-51{bottom:-51px;}
.bottom-52{bottom:-52px;}
.bottom-53{bottom:-53px;}
.bottom-54{bottom:-54px;}
.bottom-55{bottom:-55px;}
.bottom-56{bottom:-56px;}
.bottom-57{bottom:-57px;}
.bottom-58{bottom:-58px;}
.bottom-59{bottom:-59px;}
.bottom-60{bottom:-60px;}
.bottom-61{bottom:-61px;}
.bottom-62{bottom:-62px;}
.bottom-63{bottom:-63px;}
.bottom-64{bottom:-64px;}
.bottom-65{bottom:-65px;}
.bottom-66{bottom:-66px;}
.bottom-67{bottom:-67px;}
.bottom-68{bottom:-68px;}
.bottom-69{bottom:-69px;}
.bottom-70{bottom:-70px;}
.bottom-75{bottom:-75px;}
.bottom-80{bottom:-80px;}
.bottom-85{bottom:-85px;}
.bottom-90{bottom:-90px;}
.bottom-95{bottom:-95px;}
.bottom-100{bottom:-100px;}
.bottom-105{bottom:-105px;}
.bottom-110{bottom:-110px;}
.bottom-115{bottom:-115px;}
.bottom-120{bottom:-120px;}
.bottom-125{bottom:-125px;}
.bottom-130{bottom:-130px;}
.bottom-135{bottom:-135px;}
.bottom-140{bottom:-140px;}
.bottom-145{bottom:-145px;}
.bottom-150{bottom:-150px;}
.bottom-155{bottom:-155px;}
.bottom-160{bottom:-160px;}
.bottom-165{bottom:-165px;}
.bottom-170{bottom:-170px;}
.bottom-175{bottom:-175px;}
.bottom-180{bottom:-180px;}
.bottom-185{bottom:-185px;}
.bottom-190{bottom:-190px;}
.bottom-195{bottom:-195px;}
.bottom-200{bottom:-200px;}














.bottom0-im{bottom:0px !important;}
.bottom1-im{bottom:1px !important;}
.bottom2-im{bottom:2px !important;}
.bottom3-im{bottom:3px !important;}
.bottom4-im{bottom:4px !important;}
.bottom5-im{bottom:5px !important;}
.bottom6-im{bottom:6px !important;}
.bottom7-im{bottom:7px !important;}
.bottom8-im{bottom:8px !important;}
.bottom9-im{bottom:9px !important;}
.bottom10-im{bottom:10px !important;}
.bottom11-im{bottom:11px !important;}
.bottom12-im{bottom:12px !important;}
.bottom13-im{bottom:13px !important;}
.bottom14-im{bottom:14px !important;}
.bottom15-im{bottom:15px !important;}
.bottom16-im{bottom:16px !important;}
.bottom17-im{bottom:17px !important;}
.bottom18-im{bottom:18px !important;}
.bottom19-im{bottom:19px !important;}
.bottom20-im{bottom:20px !important;}
.bottom21-im{bottom:21px !important;}
.bottom22-im{bottom:22px !important;}
.bottom23-im{bottom:23px !important;}
.bottom24-im{bottom:24px !important;}
.bottom25-im{bottom:25px !important;}
.bottom26-im{bottom:26px !important;}
.bottom27-im{bottom:27px !important;}
.bottom28-im{bottom:28px !important;}
.bottom29-im{bottom:29px !important;}
.bottom30-im{bottom:30px !important;}
.bottom31-im{bottom:31px !important;}
.bottom32-im{bottom:32px !important;}
.bottom33-im{bottom:33px !important;}
.bottom34-im{bottom:34px !important;}
.bottom35-im{bottom:35px !important;}
.bottom36-im{bottom:36px !important;}
.bottom37-im{bottom:37px !important;}
.bottom38-im{bottom:38px !important;}
.bottom39-im{bottom:39px !important;}
.bottom40-im{bottom:40px !important;}
.bottom41-im{bottom:41px !important;}
.bottom42-im{bottom:42px !important;}
.bottom43-im{bottom:43px !important;}
.bottom44-im{bottom:44px !important;}
.bottom45-im{bottom:45px !important;}
.bottom46-im{bottom:46px !important;}
.bottom47-im{bottom:47px !important;}
.bottom48-im{bottom:48px !important;}
.bottom49-im{bottom:49px !important;}
.bottom50-im{bottom:50px !important;}
.bottom51-im{bottom:51px !important;}
.bottom52-im{bottom:52px !important;}
.bottom53-im{bottom:53px !important;}
.bottom54-im{bottom:54px !important;}
.bottom55-im{bottom:55px !important;}
.bottom56-im{bottom:56px !important;}
.bottom57-im{bottom:57px !important;}
.bottom58-im{bottom:58px !important;}
.bottom59-im{bottom:59px !important;}
.bottom60-im{bottom:60px !important;}
.bottom61-im{bottom:61px !important;}
.bottom62-im{bottom:62px !important;}
.bottom63-im{bottom:63px !important;}
.bottom64-im{bottom:64px !important;}
.bottom65-im{bottom:65px !important;}
.bottom66-im{bottom:66px !important;}
.bottom67-im{bottom:67px !important;}
.bottom68-im{bottom:68px !important;}
.bottom69-im{bottom:69px !important;}
.bottom70-im{bottom:70px !important;}
.bottom75-im{bottom:75px !important;}
.bottom80-im{bottom:80px !important;}
.bottom85-im{bottom:85px !important;}
.bottom90-im{bottom:90px !important;}
.bottom95-im{bottom:95px !important;}
.bottom100-im{bottom:100px !important;}
.bottom105-im{bottom:105px !important;}
.bottom110-im{bottom:110px !important;}
.bottom115-im{bottom:115px !important;}
.bottom120-im{bottom:120px !important;}
.bottom125-im{bottom:125px !important;}
.bottom130-im{bottom:130px !important;}
.bottom135-im{bottom:135px !important;}
.bottom140-im{bottom:140px !important;}
.bottom145-im{bottom:145px !important;}
.bottom150-im{bottom:150px !important;}
.bottom155-im{bottom:155px !important;}
.bottom160-im{bottom:160px !important;}
.bottom165-im{bottom:165px !important;}
.bottom170-im{bottom:170px !important;}
.bottom175-im{bottom:175px !important;}
.bottom180-im{bottom:180px !important;}
.bottom185-im{bottom:185px !important;}
.bottom190-im{bottom:190px !important;}
.bottom195-im{bottom:195px !important;}
.bottom200-im{bottom:200px !important;}

 
 

.bottom-0-im{bottom:-0px !important;}
.bottom-1-im{bottom:-1px !important;}
.bottom-2-im{bottom:-2px !important;}
.bottom-3-im{bottom:-3px !important;}
.bottom-4-im{bottom:-4px !important;}
.bottom-5-im{bottom:-5px !important;}
.bottom-6-im{bottom:-6px !important;}
.bottom-7-im{bottom:-7px !important;}
.bottom-8-im{bottom:-8px !important;}
.bottom-9-im{bottom:-9px !important;}
.bottom-10-im{bottom:-10px !important;}
.bottom-11-im{bottom:-11px !important;}
.bottom-12-im{bottom:-12px !important;}
.bottom-13-im{bottom:-13px !important;}
.bottom-14-im{bottom:-14px !important;}
.bottom-15-im{bottom:-15px !important;}
.bottom-16-im{bottom:-16px !important;}
.bottom-17-im{bottom:-17px !important;}
.bottom-18-im{bottom:-18px !important;}
.bottom-19-im{bottom:-19px !important;}
.bottom-20-im{bottom:-20px !important;}
.bottom-21-im{bottom:-21px !important;}
.bottom-22-im{bottom:-22px !important;}
.bottom-23-im{bottom:-23px !important;}
.bottom-24-im{bottom:-24px !important;}
.bottom-25-im{bottom:-25px !important;}
.bottom-26-im{bottom:-26px !important;}
.bottom-27-im{bottom:-27px !important;}
.bottom-28-im{bottom:-28px !important;}
.bottom-29-im{bottom:-29px !important;}
.bottom-30-im{bottom:-30px !important;}
.bottom-31-im{bottom:-31px !important;}
.bottom-32-im{bottom:-32px !important;}
.bottom-33-im{bottom:-33px !important;}
.bottom-34-im{bottom:-34px !important;}
.bottom-35-im{bottom:-35px !important;}
.bottom-36-im{bottom:-36px !important;}
.bottom-37-im{bottom:-37px !important;}
.bottom-38-im{bottom:-38px !important;}
.bottom-39-im{bottom:-39px !important;}
.bottom-40-im{bottom:-40px !important;}
.bottom-41-im{bottom:-41px !important;}
.bottom-42-im{bottom:-42px !important;}
.bottom-43-im{bottom:-43px !important;}
.bottom-44-im{bottom:-44px !important;}
.bottom-45-im{bottom:-45px !important;}
.bottom-46-im{bottom:-46px !important;}
.bottom-47-im{bottom:-47px !important;}
.bottom-48-im{bottom:-48px !important;}
.bottom-49-im{bottom:-49px !important;}
.bottom-50-im{bottom:-50px !important;}
.bottom-51-im{bottom:-51px !important;}
.bottom-52-im{bottom:-52px !important;}
.bottom-53-im{bottom:-53px !important;}
.bottom-54-im{bottom:-54px !important;}
.bottom-55-im{bottom:-55px !important;}
.bottom-56-im{bottom:-56px !important;}
.bottom-57-im{bottom:-57px !important;}
.bottom-58-im{bottom:-58px !important;}
.bottom-59-im{bottom:-59px !important;}
.bottom-60-im{bottom:-60px !important;}
.bottom-61-im{bottom:-61px !important;}
.bottom-62-im{bottom:-62px !important;}
.bottom-63-im{bottom:-63px !important;}
.bottom-64-im{bottom:-64px !important;}
.bottom-65-im{bottom:-65px !important;}
.bottom-66-im{bottom:-66px !important;}
.bottom-67-im{bottom:-67px !important;}
.bottom-68-im{bottom:-68px !important;}
.bottom-69-im{bottom:-69px !important;}
.bottom-70-im{bottom:-70px !important;}
.bottom-75-im{bottom:-75px !important;}
.bottom-80-im{bottom:-80px !important;}
.bottom-85-im{bottom:-85px !important;}
.bottom-90-im{bottom:-90px !important;}
.bottom-95-im{bottom:-95px !important;}
.bottom-100-im{bottom:-100px !important;}
.bottom-105-im{bottom:-105px !important;}
.bottom-110-im{bottom:-110px !important;}
.bottom-115-im{bottom:-115px !important;}
.bottom-120-im{bottom:-120px !important;}
.bottom-125-im{bottom:-125px !important;}
.bottom-130-im{bottom:-130px !important;}
.bottom-135-im{bottom:-135px !important;}
.bottom-140-im{bottom:-140px !important;}
.bottom-145-im{bottom:-145px !important;}
.bottom-150-im{bottom:-150px !important;}
.bottom-155-im{bottom:-155px !important;}
.bottom-160-im{bottom:-160px !important;}
.bottom-165-im{bottom:-165px !important;}
.bottom-170-im{bottom:-170px !important;}
.bottom-175-im{bottom:-175px !important;}
.bottom-180-im{bottom:-180px !important;}
.bottom-185-im{bottom:-185px !important;}
.bottom-190-im{bottom:-190px !important;}
.bottom-195-im{bottom:-195px !important;}
.bottom-200-im{bottom:-200px !important;}










.bottom0-h:hover{bottom:0px;}
.bottom1-h:hover{bottom:1px;}
.bottom2-h:hover{bottom:2px;}
.bottom3-h:hover{bottom:3px;}
.bottom4-h:hover{bottom:4px;}
.bottom5-h:hover{bottom:5px;}
.bottom6-h:hover{bottom:6px;}
.bottom7-h:hover{bottom:7px;}
.bottom8-h:hover{bottom:8px;}
.bottom9-h:hover{bottom:9px;}
.bottom10-h:hover{bottom:10px;}
.bottom11-h:hover{bottom:11px;}
.bottom12-h:hover{bottom:12px;}
.bottom13-h:hover{bottom:13px;}
.bottom14-h:hover{bottom:14px;}
.bottom15-h:hover{bottom:15px;}
.bottom16-h:hover{bottom:16px;}
.bottom17-h:hover{bottom:17px;}
.bottom18-h:hover{bottom:18px;}
.bottom19-h:hover{bottom:19px;}
.bottom20-h:hover{bottom:20px;}
.bottom21-h:hover{bottom:21px;}
.bottom22-h:hover{bottom:22px;}
.bottom23-h:hover{bottom:23px;}
.bottom24-h:hover{bottom:24px;}
.bottom25-h:hover{bottom:25px;}
.bottom26-h:hover{bottom:26px;}
.bottom27-h:hover{bottom:27px;}
.bottom28-h:hover{bottom:28px;}
.bottom29-h:hover{bottom:29px;}
.bottom30-h:hover{bottom:30px;}
.bottom31-h:hover{bottom:31px;}
.bottom32-h:hover{bottom:32px;}
.bottom33-h:hover{bottom:33px;}
.bottom34-h:hover{bottom:34px;}
.bottom35-h:hover{bottom:35px;}
.bottom36-h:hover{bottom:36px;}
.bottom37-h:hover{bottom:37px;}
.bottom38-h:hover{bottom:38px;}
.bottom39-h:hover{bottom:39px;}
.bottom40-h:hover{bottom:40px;}
.bottom41-h:hover{bottom:41px;}
.bottom42-h:hover{bottom:42px;}
.bottom43-h:hover{bottom:43px;}
.bottom44-h:hover{bottom:44px;}
.bottom45-h:hover{bottom:45px;}
.bottom46-h:hover{bottom:46px;}
.bottom47-h:hover{bottom:47px;}
.bottom48-h:hover{bottom:48px;}
.bottom49-h:hover{bottom:49px;}
.bottom50-h:hover{bottom:50px;}
.bottom51-h:hover{bottom:51px;}
.bottom52-h:hover{bottom:52px;}
.bottom53-h:hover{bottom:53px;}
.bottom54-h:hover{bottom:54px;}
.bottom55-h:hover{bottom:55px;}
.bottom56-h:hover{bottom:56px;}
.bottom57-h:hover{bottom:57px;}
.bottom58-h:hover{bottom:58px;}
.bottom59-h:hover{bottom:59px;}
.bottom60-h:hover{bottom:60px;}
.bottom61-h:hover{bottom:61px;}
.bottom62-h:hover{bottom:62px;}
.bottom63-h:hover{bottom:63px;}
.bottom64-h:hover{bottom:64px;}
.bottom65-h:hover{bottom:65px;}
.bottom66-h:hover{bottom:66px;}
.bottom67-h:hover{bottom:67px;}
.bottom68-h:hover{bottom:68px;}
.bottom69-h:hover{bottom:69px;}
.bottom70-h:hover{bottom:70px;}
.bottom75-h:hover{bottom:75px;}
.bottom80-h:hover{bottom:80px;}
.bottom85-h:hover{bottom:85px;}
.bottom90-h:hover{bottom:90px;}
.bottom95-h:hover{bottom:95px;}
.bottom100-h:hover{bottom:100px;}
.bottom105-h:hover{bottom:105px;}
.bottom110-h:hover{bottom:110px;}
.bottom115-h:hover{bottom:115px;}
.bottom120-h:hover{bottom:120px;}
.bottom125-h:hover{bottom:125px;}
.bottom130-h:hover{bottom:130px;}
.bottom135-h:hover{bottom:135px;}
.bottom140-h:hover{bottom:140px;}
.bottom145-h:hover{bottom:145px;}
.bottom150-h:hover{bottom:150px;}
.bottom155-h:hover{bottom:155px;}
.bottom160-h:hover{bottom:160px;}
.bottom165-h:hover{bottom:165px;}
.bottom170-h:hover{bottom:170px;}
.bottom175-h:hover{bottom:175px;}
.bottom180-h:hover{bottom:180px;}
.bottom185-h:hover{bottom:185px;}
.bottom190-h:hover{bottom:190px;}
.bottom195-h:hover{bottom:195px;}
.bottom200-h:hover{bottom:200px;}

 
 

.bottom-0-h:hover{bottom:-0px;}
.bottom-1-h:hover{bottom:-1px;}
.bottom-2-h:hover{bottom:-2px;}
.bottom-3-h:hover{bottom:-3px;}
.bottom-4-h:hover{bottom:-4px;}
.bottom-5-h:hover{bottom:-5px;}
.bottom-6-h:hover{bottom:-6px;}
.bottom-7-h:hover{bottom:-7px;}
.bottom-8-h:hover{bottom:-8px;}
.bottom-9-h:hover{bottom:-9px;}
.bottom-10-h:hover{bottom:-10px;}
.bottom-11-h:hover{bottom:-11px;}
.bottom-12-h:hover{bottom:-12px;}
.bottom-13-h:hover{bottom:-13px;}
.bottom-14-h:hover{bottom:-14px;}
.bottom-15-h:hover{bottom:-15px;}
.bottom-16-h:hover{bottom:-16px;}
.bottom-17-h:hover{bottom:-17px;}
.bottom-18-h:hover{bottom:-18px;}
.bottom-19-h:hover{bottom:-19px;}
.bottom-20-h:hover{bottom:-20px;}
.bottom-21-h:hover{bottom:-21px;}
.bottom-22-h:hover{bottom:-22px;}
.bottom-23-h:hover{bottom:-23px;}
.bottom-24-h:hover{bottom:-24px;}
.bottom-25-h:hover{bottom:-25px;}
.bottom-26-h:hover{bottom:-26px;}
.bottom-27-h:hover{bottom:-27px;}
.bottom-28-h:hover{bottom:-28px;}
.bottom-29-h:hover{bottom:-29px;}
.bottom-30-h:hover{bottom:-30px;}
.bottom-31-h:hover{bottom:-31px;}
.bottom-32-h:hover{bottom:-32px;}
.bottom-33-h:hover{bottom:-33px;}
.bottom-34-h:hover{bottom:-34px;}
.bottom-35-h:hover{bottom:-35px;}
.bottom-36-h:hover{bottom:-36px;}
.bottom-37-h:hover{bottom:-37px;}
.bottom-38-h:hover{bottom:-38px;}
.bottom-39-h:hover{bottom:-39px;}
.bottom-40-h:hover{bottom:-40px;}
.bottom-41-h:hover{bottom:-41px;}
.bottom-42-h:hover{bottom:-42px;}
.bottom-43-h:hover{bottom:-43px;}
.bottom-44-h:hover{bottom:-44px;}
.bottom-45-h:hover{bottom:-45px;}
.bottom-46-h:hover{bottom:-46px;}
.bottom-47-h:hover{bottom:-47px;}
.bottom-48-h:hover{bottom:-48px;}
.bottom-49-h:hover{bottom:-49px;}
.bottom-50-h:hover{bottom:-50px;}
.bottom-51-h:hover{bottom:-51px;}
.bottom-52-h:hover{bottom:-52px;}
.bottom-53-h:hover{bottom:-53px;}
.bottom-54-h:hover{bottom:-54px;}
.bottom-55-h:hover{bottom:-55px;}
.bottom-56-h:hover{bottom:-56px;}
.bottom-57-h:hover{bottom:-57px;}
.bottom-58-h:hover{bottom:-58px;}
.bottom-59-h:hover{bottom:-59px;}
.bottom-60-h:hover{bottom:-60px;}
.bottom-61-h:hover{bottom:-61px;}
.bottom-62-h:hover{bottom:-62px;}
.bottom-63-h:hover{bottom:-63px;}
.bottom-64-h:hover{bottom:-64px;}
.bottom-65-h:hover{bottom:-65px;}
.bottom-66-h:hover{bottom:-66px;}
.bottom-67-h:hover{bottom:-67px;}
.bottom-68-h:hover{bottom:-68px;}
.bottom-69-h:hover{bottom:-69px;}
.bottom-70-h:hover{bottom:-70px;}
.bottom-75-h:hover{bottom:-75px;}
.bottom-80-h:hover{bottom:-80px;}
.bottom-85-h:hover{bottom:-85px;}
.bottom-90-h:hover{bottom:-90px;}
.bottom-95-h:hover{bottom:-95px;}
.bottom-100-h:hover{bottom:-100px;}
.bottom-105-h:hover{bottom:-105px;}
.bottom-110-h:hover{bottom:-110px;}
.bottom-115-h:hover{bottom:-115px;}
.bottom-120-h:hover{bottom:-120px;}
.bottom-125-h:hover{bottom:-125px;}
.bottom-130-h:hover{bottom:-130px;}
.bottom-135-h:hover{bottom:-135px;}
.bottom-140-h:hover{bottom:-140px;}
.bottom-145-h:hover{bottom:-145px;}
.bottom-150-h:hover{bottom:-150px;}
.bottom-155-h:hover{bottom:-155px;}
.bottom-160-h:hover{bottom:-160px;}
.bottom-165-h:hover{bottom:-165px;}
.bottom-170-h:hover{bottom:-170px;}
.bottom-175-h:hover{bottom:-175px;}
.bottom-180-h:hover{bottom:-180px;}
.bottom-185-h:hover{bottom:-185px;}
.bottom-190-h:hover{bottom:-190px;}
.bottom-195-h:hover{bottom:-195px;}
.bottom-200-h:hover{bottom:-200px;}








.bottom0p{bottom:0%;}
.bottom1p{bottom:1%;}
.bottom2p{bottom:2%;}
.bottom3p{bottom:3%;}
.bottom4p{bottom:4%;}
.bottom5p{bottom:5%;}
.bottom6p{bottom:6%;}
.bottom7p{bottom:7%;}
.bottom8p{bottom:8%;}
.bottom9p{bottom:9%;}
.bottom10p{bottom:10%;}
.bottom11p{bottom:11%;}
.bottom12p{bottom:12%;}
.bottom13p{bottom:13%;}
.bottom14p{bottom:14%;}
.bottom15p{bottom:15%;}
.bottom16p{bottom:16%;}
.bottom17p{bottom:17%;}
.bottom18p{bottom:18%;}
.bottom19p{bottom:19%;}
.bottom20p{bottom:20%;}
.bottom21p{bottom:21%;}
.bottom22p{bottom:22%;}
.bottom23p{bottom:23%;}
.bottom24p{bottom:24%;}
.bottom25p{bottom:25%;}
.bottom26p{bottom:26%;}
.bottom27p{bottom:27%;}
.bottom28p{bottom:28%;}
.bottom29p{bottom:29%;}
.bottom30p{bottom:30%;}
.bottom31p{bottom:31%;}
.bottom32p{bottom:32%;}
.bottom33p{bottom:33%;}
.bottom34p{bottom:34%;}
.bottom35p{bottom:35%;}
.bottom36p{bottom:36%;}
.bottom37p{bottom:37%;}
.bottom38p{bottom:38%;}
.bottom39p{bottom:39%;}
.bottom40p{bottom:40%;}
.bottom41p{bottom:41%;}
.bottom42p{bottom:42%;}
.bottom43p{bottom:43%;}
.bottom44p{bottom:44%;}
.bottom45p{bottom:45%;}
.bottom46p{bottom:46%;}
.bottom47p{bottom:47%;}
.bottom48p{bottom:48%;}
.bottom49p{bottom:49%;}
.bottom50p{bottom:50%;}
.bottom51p{bottom:51%;}
.bottom52p{bottom:52%;}
.bottom53p{bottom:53%;}
.bottom54p{bottom:54%;}
.bottom55p{bottom:55%;}
.bottom56p{bottom:56%;}
.bottom57p{bottom:57%;}
.bottom58p{bottom:58%;}
.bottom59p{bottom:59%;}
.bottom60p{bottom:60%;}
.bottom61p{bottom:61%;}
.bottom62p{bottom:62%;}
.bottom63p{bottom:63%;}
.bottom64p{bottom:64%;}
.bottom65p{bottom:65%;}
.bottom66p{bottom:66%;}
.bottom67p{bottom:67%;}
.bottom68p{bottom:68%;}
.bottom69p{bottom:69%;}
.bottom70p{bottom:70%;}
.bottom75p{bottom:75%;}
.bottom80p{bottom:80%;}
.bottom85p{bottom:85%;}
.bottom90p{bottom:90%;}
.bottom95p{bottom:95%;}
.bottom100p{bottom:100%;}


 
 

.bottom-0p{bottom:-0%;}
.bottom-1p{bottom:-1%;}
.bottom-2p{bottom:-2%;}
.bottom-3p{bottom:-3%;}
.bottom-4p{bottom:-4%;}
.bottom-5p{bottom:-5%;}
.bottom-6p{bottom:-6%;}
.bottom-7p{bottom:-7%;}
.bottom-8p{bottom:-8%;}
.bottom-9p{bottom:-9%;}
.bottom-10p{bottom:-10%;}
.bottom-11p{bottom:-11%;}
.bottom-12p{bottom:-12%;}
.bottom-13p{bottom:-13%;}
.bottom-14p{bottom:-14%;}
.bottom-15p{bottom:-15%;}
.bottom-16p{bottom:-16%;}
.bottom-17p{bottom:-17%;}
.bottom-18p{bottom:-18%;}
.bottom-19p{bottom:-19%;}
.bottom-20p{bottom:-20%;}
.bottom-21p{bottom:-21%;}
.bottom-22p{bottom:-22%;}
.bottom-23p{bottom:-23%;}
.bottom-24p{bottom:-24%;}
.bottom-25p{bottom:-25%;}
.bottom-26p{bottom:-26%;}
.bottom-27p{bottom:-27%;}
.bottom-28p{bottom:-28%;}
.bottom-29p{bottom:-29%;}
.bottom-30p{bottom:-30%;}
.bottom-31p{bottom:-31%;}
.bottom-32p{bottom:-32%;}
.bottom-33p{bottom:-33%;}
.bottom-34p{bottom:-34%;}
.bottom-35p{bottom:-35%;}
.bottom-36p{bottom:-36%;}
.bottom-37p{bottom:-37%;}
.bottom-38p{bottom:-38%;}
.bottom-39p{bottom:-39%;}
.bottom-40p{bottom:-40%;}
.bottom-41p{bottom:-41%;}
.bottom-42p{bottom:-42%;}
.bottom-43p{bottom:-43%;}
.bottom-44p{bottom:-44%;}
.bottom-45p{bottom:-45%;}
.bottom-46p{bottom:-46%;}
.bottom-47p{bottom:-47%;}
.bottom-48p{bottom:-48%;}
.bottom-49p{bottom:-49%;}
.bottom-50p{bottom:-50%;}
.bottom-51p{bottom:-51%;}
.bottom-52p{bottom:-52%;}
.bottom-53p{bottom:-53%;}
.bottom-54p{bottom:-54%;}
.bottom-55p{bottom:-55%;}
.bottom-56p{bottom:-56%;}
.bottom-57p{bottom:-57%;}
.bottom-58p{bottom:-58%;}
.bottom-59p{bottom:-59%;}
.bottom-60p{bottom:-60%;}
.bottom-61p{bottom:-61%;}
.bottom-62p{bottom:-62%;}
.bottom-63p{bottom:-63%;}
.bottom-64p{bottom:-64%;}
.bottom-65p{bottom:-65%;}
.bottom-66p{bottom:-66%;}
.bottom-67p{bottom:-67%;}
.bottom-68p{bottom:-68%;}
.bottom-69p{bottom:-69%;}
.bottom-70p{bottom:-70%;}
.bottom-75p{bottom:-75%;}
.bottom-80p{bottom:-80%;}
.bottom-85p{bottom:-85%;}
.bottom-90p{bottom:-90%;}
.bottom-95p{bottom:-95%;}
.bottom-100p{bottom:-100%;}













.bottom0p-im{bottom:0% !important;}
.bottom1p-im{bottom:1% !important;}
.bottom2p-im{bottom:2% !important;}
.bottom3p-im{bottom:3% !important;}
.bottom4p-im{bottom:4% !important;}
.bottom5p-im{bottom:5% !important;}
.bottom6p-im{bottom:6% !important;}
.bottom7p-im{bottom:7% !important;}
.bottom8p-im{bottom:8% !important;}
.bottom9p-im{bottom:9% !important;}
.bottom10p-im{bottom:10% !important;}
.bottom11p-im{bottom:11% !important;}
.bottom12p-im{bottom:12% !important;}
.bottom13p-im{bottom:13% !important;}
.bottom14p-im{bottom:14% !important;}
.bottom15p-im{bottom:15% !important;}
.bottom16p-im{bottom:16% !important;}
.bottom17p-im{bottom:17% !important;}
.bottom18p-im{bottom:18% !important;}
.bottom19p-im{bottom:19% !important;}
.bottom20p-im{bottom:20% !important;}
.bottom21p-im{bottom:21% !important;}
.bottom22p-im{bottom:22% !important;}
.bottom23p-im{bottom:23% !important;}
.bottom24p-im{bottom:24% !important;}
.bottom25p-im{bottom:25% !important;}
.bottom26p-im{bottom:26% !important;}
.bottom27p-im{bottom:27% !important;}
.bottom28p-im{bottom:28% !important;}
.bottom29p-im{bottom:29% !important;}
.bottom30p-im{bottom:30% !important;}
.bottom31p-im{bottom:31% !important;}
.bottom32p-im{bottom:32% !important;}
.bottom33p-im{bottom:33% !important;}
.bottom34p-im{bottom:34% !important;}
.bottom35p-im{bottom:35% !important;}
.bottom36p-im{bottom:36% !important;}
.bottom37p-im{bottom:37% !important;}
.bottom38p-im{bottom:38% !important;}
.bottom39p-im{bottom:39% !important;}
.bottom40p-im{bottom:40% !important;}
.bottom41p-im{bottom:41% !important;}
.bottom42p-im{bottom:42% !important;}
.bottom43p-im{bottom:43% !important;}
.bottom44p-im{bottom:44% !important;}
.bottom45p-im{bottom:45% !important;}
.bottom46p-im{bottom:46% !important;}
.bottom47p-im{bottom:47% !important;}
.bottom48p-im{bottom:48% !important;}
.bottom49p-im{bottom:49% !important;}
.bottom50p-im{bottom:50% !important;}
.bottom51p-im{bottom:51% !important;}
.bottom52p-im{bottom:52% !important;}
.bottom53p-im{bottom:53% !important;}
.bottom54p-im{bottom:54% !important;}
.bottom55p-im{bottom:55% !important;}
.bottom56p-im{bottom:56% !important;}
.bottom57p-im{bottom:57% !important;}
.bottom58p-im{bottom:58% !important;}
.bottom59p-im{bottom:59% !important;}
.bottom60p-im{bottom:60% !important;}
.bottom61p-im{bottom:61% !important;}
.bottom62p-im{bottom:62% !important;}
.bottom63p-im{bottom:63% !important;}
.bottom64p-im{bottom:64% !important;}
.bottom65p-im{bottom:65% !important;}
.bottom66p-im{bottom:66% !important;}
.bottom67p-im{bottom:67% !important;}
.bottom68p-im{bottom:68% !important;}
.bottom69p-im{bottom:69% !important;}
.bottom70p-im{bottom:70% !important;}
.bottom75p-im{bottom:75% !important;}
.bottom80p-im{bottom:80% !important;}
.bottom85p-im{bottom:85% !important;}
.bottom90p-im{bottom:90% !important;}
.bottom95p-im{bottom:95% !important;}
.bottom100p-im{bottom:100% !important;}


 
 

.bottom-0p-im{bottom:-0% !important;}
.bottom-1p-im{bottom:-1% !important;}
.bottom-2p-im{bottom:-2% !important;}
.bottom-3p-im{bottom:-3% !important;}
.bottom-4p-im{bottom:-4% !important;}
.bottom-5p-im{bottom:-5% !important;}
.bottom-6p-im{bottom:-6% !important;}
.bottom-7p-im{bottom:-7% !important;}
.bottom-8p-im{bottom:-8% !important;}
.bottom-9p-im{bottom:-9% !important;}
.bottom-10p-im{bottom:-10% !important;}
.bottom-11p-im{bottom:-11% !important;}
.bottom-12p-im{bottom:-12% !important;}
.bottom-13p-im{bottom:-13% !important;}
.bottom-14p-im{bottom:-14% !important;}
.bottom-15p-im{bottom:-15% !important;}
.bottom-16p-im{bottom:-16% !important;}
.bottom-17p-im{bottom:-17% !important;}
.bottom-18p-im{bottom:-18% !important;}
.bottom-19p-im{bottom:-19% !important;}
.bottom-20p-im{bottom:-20% !important;}
.bottom-21p-im{bottom:-21% !important;}
.bottom-22p-im{bottom:-22% !important;}
.bottom-23p-im{bottom:-23% !important;}
.bottom-24p-im{bottom:-24% !important;}
.bottom-25p-im{bottom:-25% !important;}
.bottom-26p-im{bottom:-26% !important;}
.bottom-27p-im{bottom:-27% !important;}
.bottom-28p-im{bottom:-28% !important;}
.bottom-29p-im{bottom:-29% !important;}
.bottom-30p-im{bottom:-30% !important;}
.bottom-31p-im{bottom:-31% !important;}
.bottom-32p-im{bottom:-32% !important;}
.bottom-33p-im{bottom:-33% !important;}
.bottom-34p-im{bottom:-34% !important;}
.bottom-35p-im{bottom:-35% !important;}
.bottom-36p-im{bottom:-36% !important;}
.bottom-37p-im{bottom:-37% !important;}
.bottom-38p-im{bottom:-38% !important;}
.bottom-39p-im{bottom:-39% !important;}
.bottom-40p-im{bottom:-40% !important;}
.bottom-41p-im{bottom:-41% !important;}
.bottom-42p-im{bottom:-42% !important;}
.bottom-43p-im{bottom:-43% !important;}
.bottom-44p-im{bottom:-44% !important;}
.bottom-45p-im{bottom:-45% !important;}
.bottom-46p-im{bottom:-46% !important;}
.bottom-47p-im{bottom:-47% !important;}
.bottom-48p-im{bottom:-48% !important;}
.bottom-49p-im{bottom:-49% !important;}
.bottom-50p-im{bottom:-50% !important;}
.bottom-51p-im{bottom:-51% !important;}
.bottom-52p-im{bottom:-52% !important;}
.bottom-53p-im{bottom:-53% !important;}
.bottom-54p-im{bottom:-54% !important;}
.bottom-55p-im{bottom:-55% !important;}
.bottom-56p-im{bottom:-56% !important;}
.bottom-57p-im{bottom:-57% !important;}
.bottom-58p-im{bottom:-58% !important;}
.bottom-59p-im{bottom:-59% !important;}
.bottom-60p-im{bottom:-60% !important;}
.bottom-61p-im{bottom:-61% !important;}
.bottom-62p-im{bottom:-62% !important;}
.bottom-63p-im{bottom:-63% !important;}
.bottom-64p-im{bottom:-64% !important;}
.bottom-65p-im{bottom:-65% !important;}
.bottom-66p-im{bottom:-66% !important;}
.bottom-67p-im{bottom:-67% !important;}
.bottom-68p-im{bottom:-68% !important;}
.bottom-69p-im{bottom:-69% !important;}
.bottom-70p-im{bottom:-70% !important;}
.bottom-75p-im{bottom:-75% !important;}
.bottom-80p-im{bottom:-80% !important;}
.bottom-85p-im{bottom:-85% !important;}
.bottom-90p-im{bottom:-90% !important;}
.bottom-95p-im{bottom:-95% !important;}
.bottom-100p-im{bottom:-100% !important;}


















.bottom0p-h:hover{bottom:0%;}
.bottom1p-h:hover{bottom:1%;}
.bottom2p-h:hover{bottom:2%;}
.bottom3p-h:hover{bottom:3%;}
.bottom4p-h:hover{bottom:4%;}
.bottom5p-h:hover{bottom:5%;}
.bottom6p-h:hover{bottom:6%;}
.bottom7p-h:hover{bottom:7%;}
.bottom8p-h:hover{bottom:8%;}
.bottom9p-h:hover{bottom:9%;}
.bottom10p-h:hover{bottom:10%;}
.bottom11p-h:hover{bottom:11%;}
.bottom12p-h:hover{bottom:12%;}
.bottom13p-h:hover{bottom:13%;}
.bottom14p-h:hover{bottom:14%;}
.bottom15p-h:hover{bottom:15%;}
.bottom16p-h:hover{bottom:16%;}
.bottom17p-h:hover{bottom:17%;}
.bottom18p-h:hover{bottom:18%;}
.bottom19p-h:hover{bottom:19%;}
.bottom20p-h:hover{bottom:20%;}
.bottom21p-h:hover{bottom:21%;}
.bottom22p-h:hover{bottom:22%;}
.bottom23p-h:hover{bottom:23%;}
.bottom24p-h:hover{bottom:24%;}
.bottom25p-h:hover{bottom:25%;}
.bottom26p-h:hover{bottom:26%;}
.bottom27p-h:hover{bottom:27%;}
.bottom28p-h:hover{bottom:28%;}
.bottom29p-h:hover{bottom:29%;}
.bottom30p-h:hover{bottom:30%;}
.bottom31p-h:hover{bottom:31%;}
.bottom32p-h:hover{bottom:32%;}
.bottom33p-h:hover{bottom:33%;}
.bottom34p-h:hover{bottom:34%;}
.bottom35p-h:hover{bottom:35%;}
.bottom36p-h:hover{bottom:36%;}
.bottom37p-h:hover{bottom:37%;}
.bottom38p-h:hover{bottom:38%;}
.bottom39p-h:hover{bottom:39%;}
.bottom40p-h:hover{bottom:40%;}
.bottom41p-h:hover{bottom:41%;}
.bottom42p-h:hover{bottom:42%;}
.bottom43p-h:hover{bottom:43%;}
.bottom44p-h:hover{bottom:44%;}
.bottom45p-h:hover{bottom:45%;}
.bottom46p-h:hover{bottom:46%;}
.bottom47p-h:hover{bottom:47%;}
.bottom48p-h:hover{bottom:48%;}
.bottom49p-h:hover{bottom:49%;}
.bottom50p-h:hover{bottom:50%;}
.bottom51p-h:hover{bottom:51%;}
.bottom52p-h:hover{bottom:52%;}
.bottom53p-h:hover{bottom:53%;}
.bottom54p-h:hover{bottom:54%;}
.bottom55p-h:hover{bottom:55%;}
.bottom56p-h:hover{bottom:56%;}
.bottom57p-h:hover{bottom:57%;}
.bottom58p-h:hover{bottom:58%;}
.bottom59p-h:hover{bottom:59%;}
.bottom60p-h:hover{bottom:60%;}
.bottom61p-h:hover{bottom:61%;}
.bottom62p-h:hover{bottom:62%;}
.bottom63p-h:hover{bottom:63%;}
.bottom64p-h:hover{bottom:64%;}
.bottom65p-h:hover{bottom:65%;}
.bottom66p-h:hover{bottom:66%;}
.bottom67p-h:hover{bottom:67%;}
.bottom68p-h:hover{bottom:68%;}
.bottom69p-h:hover{bottom:69%;}
.bottom70p-h:hover{bottom:70%;}
.bottom75p-h:hover{bottom:75%;}
.bottom80p-h:hover{bottom:80%;}
.bottom85p-h:hover{bottom:85%;}
.bottom90p-h:hover{bottom:90%;}
.bottom95p-h:hover{bottom:95%;}
.bottom100p-h:hover{bottom:100%;}


 
 

.bottom-0p-h:hover{bottom:-0%;}
.bottom-1p-h:hover{bottom:-1%;}
.bottom-2p-h:hover{bottom:-2%;}
.bottom-3p-h:hover{bottom:-3%;}
.bottom-4p-h:hover{bottom:-4%;}
.bottom-5p-h:hover{bottom:-5%;}
.bottom-6p-h:hover{bottom:-6%;}
.bottom-7p-h:hover{bottom:-7%;}
.bottom-8p-h:hover{bottom:-8%;}
.bottom-9p-h:hover{bottom:-9%;}
.bottom-10p-h:hover{bottom:-10%;}
.bottom-11p-h:hover{bottom:-11%;}
.bottom-12p-h:hover{bottom:-12%;}
.bottom-13p-h:hover{bottom:-13%;}
.bottom-14p-h:hover{bottom:-14%;}
.bottom-15p-h:hover{bottom:-15%;}
.bottom-16p-h:hover{bottom:-16%;}
.bottom-17p-h:hover{bottom:-17%;}
.bottom-18p-h:hover{bottom:-18%;}
.bottom-19p-h:hover{bottom:-19%;}
.bottom-20p-h:hover{bottom:-20%;}
.bottom-21p-h:hover{bottom:-21%;}
.bottom-22p-h:hover{bottom:-22%;}
.bottom-23p-h:hover{bottom:-23%;}
.bottom-24p-h:hover{bottom:-24%;}
.bottom-25p-h:hover{bottom:-25%;}
.bottom-26p-h:hover{bottom:-26%;}
.bottom-27p-h:hover{bottom:-27%;}
.bottom-28p-h:hover{bottom:-28%;}
.bottom-29p-h:hover{bottom:-29%;}
.bottom-30p-h:hover{bottom:-30%;}
.bottom-31p-h:hover{bottom:-31%;}
.bottom-32p-h:hover{bottom:-32%;}
.bottom-33p-h:hover{bottom:-33%;}
.bottom-34p-h:hover{bottom:-34%;}
.bottom-35p-h:hover{bottom:-35%;}
.bottom-36p-h:hover{bottom:-36%;}
.bottom-37p-h:hover{bottom:-37%;}
.bottom-38p-h:hover{bottom:-38%;}
.bottom-39p-h:hover{bottom:-39%;}
.bottom-40p-h:hover{bottom:-40%;}
.bottom-41p-h:hover{bottom:-41%;}
.bottom-42p-h:hover{bottom:-42%;}
.bottom-43p-h:hover{bottom:-43%;}
.bottom-44p-h:hover{bottom:-44%;}
.bottom-45p-h:hover{bottom:-45%;}
.bottom-46p-h:hover{bottom:-46%;}
.bottom-47p-h:hover{bottom:-47%;}
.bottom-48p-h:hover{bottom:-48%;}
.bottom-49p-h:hover{bottom:-49%;}
.bottom-50p-h:hover{bottom:-50%;}
.bottom-51p-h:hover{bottom:-51%;}
.bottom-52p-h:hover{bottom:-52%;}
.bottom-53p-h:hover{bottom:-53%;}
.bottom-54p-h:hover{bottom:-54%;}
.bottom-55p-h:hover{bottom:-55%;}
.bottom-56p-h:hover{bottom:-56%;}
.bottom-57p-h:hover{bottom:-57%;}
.bottom-58p-h:hover{bottom:-58%;}
.bottom-59p-h:hover{bottom:-59%;}
.bottom-60p-h:hover{bottom:-60%;}
.bottom-61p-h:hover{bottom:-61%;}
.bottom-62p-h:hover{bottom:-62%;}
.bottom-63p-h:hover{bottom:-63%;}
.bottom-64p-h:hover{bottom:-64%;}
.bottom-65p-h:hover{bottom:-65%;}
.bottom-66p-h:hover{bottom:-66%;}
.bottom-67p-h:hover{bottom:-67%;}
.bottom-68p-h:hover{bottom:-68%;}
.bottom-69p-h:hover{bottom:-69%;}
.bottom-70p-h:hover{bottom:-70%;}
.bottom-75p-h:hover{bottom:-75%;}
.bottom-80p-h:hover{bottom:-80%;}
.bottom-85p-h:hover{bottom:-85%;}
.bottom-90p-h:hover{bottom:-90%;}
.bottom-95p-h:hover{bottom:-95%;}











/** left **/








.left0{left:0px;}
.left1{left:1px;}
.left2{left:2px;}
.left3{left:3px;}
.left4{left:4px;}
.left5{left:5px;}
.left6{left:6px;}
.left7{left:7px;}
.left8{left:8px;}
.left9{left:9px;}
.left10{left:10px;}
.left11{left:11px;}
.left12{left:12px;}
.left13{left:13px;}
.left14{left:14px;}
.left15{left:15px;}
.left16{left:16px;}
.left17{left:17px;}
.left18{left:18px;}
.left19{left:19px;}
.left20{left:20px;}
.left21{left:21px;}
.left22{left:22px;}
.left23{left:23px;}
.left24{left:24px;}
.left25{left:25px;}
.left26{left:26px;}
.left27{left:27px;}
.left28{left:28px;}
.left29{left:29px;}
.left30{left:30px;}
.left31{left:31px;}
.left32{left:32px;}
.left33{left:33px;}
.left34{left:34px;}
.left35{left:35px;}
.left36{left:36px;}
.left37{left:37px;}
.left38{left:38px;}
.left39{left:39px;}
.left40{left:40px;}
.left41{left:41px;}
.left42{left:42px;}
.left43{left:43px;}
.left44{left:44px;}
.left45{left:45px;}
.left46{left:46px;}
.left47{left:47px;}
.left48{left:48px;}
.left49{left:49px;}
.left50{left:50px;}
.left51{left:51px;}
.left52{left:52px;}
.left53{left:53px;}
.left54{left:54px;}
.left55{left:55px;}
.left56{left:56px;}
.left57{left:57px;}
.left58{left:58px;}
.left59{left:59px;}
.left60{left:60px;}
.left61{left:61px;}
.left62{left:62px;}
.left63{left:63px;}
.left64{left:64px;}
.left65{left:65px;}
.left66{left:66px;}
.left67{left:67px;}
.left68{left:68px;}
.left69{left:69px;}
.left70{left:70px;}
.left75{left:75px;}
.left80{left:80px;}
.left85{left:85px;}
.left90{left:90px;}
.left95{left:95px;}
.left100{left:100px;}
.left105{left:105px;}
.left110{left:110px;}
.left115{left:115px;}
.left120{left:120px;}
.left125{left:125px;}
.left130{left:130px;}
.left135{left:135px;}
.left140{left:140px;}
.left145{left:145px;}
.left150{left:150px;}
.left155{left:155px;}
.left160{left:160px;}
.left165{left:165px;}
.left170{left:170px;}
.left175{left:175px;}
.left180{left:180px;}
.left185{left:185px;}
.left190{left:190px;}
.left195{left:195px;}
.left200{left:200px;}

 
 

.left-0{left:-0px;}
.left-1{left:-1px;}
.left-2{left:-2px;}
.left-3{left:-3px;}
.left-4{left:-4px;}
.left-5{left:-5px;}
.left-6{left:-6px;}
.left-7{left:-7px;}
.left-8{left:-8px;}
.left-9{left:-9px;}
.left-10{left:-10px;}
.left-11{left:-11px;}
.left-12{left:-12px;}
.left-13{left:-13px;}
.left-14{left:-14px;}
.left-15{left:-15px;}
.left-16{left:-16px;}
.left-17{left:-17px;}
.left-18{left:-18px;}
.left-19{left:-19px;}
.left-20{left:-20px;}
.left-21{left:-21px;}
.left-22{left:-22px;}
.left-23{left:-23px;}
.left-24{left:-24px;}
.left-25{left:-25px;}
.left-26{left:-26px;}
.left-27{left:-27px;}
.left-28{left:-28px;}
.left-29{left:-29px;}
.left-30{left:-30px;}
.left-31{left:-31px;}
.left-32{left:-32px;}
.left-33{left:-33px;}
.left-34{left:-34px;}
.left-35{left:-35px;}
.left-36{left:-36px;}
.left-37{left:-37px;}
.left-38{left:-38px;}
.left-39{left:-39px;}
.left-40{left:-40px;}
.left-41{left:-41px;}
.left-42{left:-42px;}
.left-43{left:-43px;}
.left-44{left:-44px;}
.left-45{left:-45px;}
.left-46{left:-46px;}
.left-47{left:-47px;}
.left-48{left:-48px;}
.left-49{left:-49px;}
.left-50{left:-50px;}
.left-51{left:-51px;}
.left-52{left:-52px;}
.left-53{left:-53px;}
.left-54{left:-54px;}
.left-55{left:-55px;}
.left-56{left:-56px;}
.left-57{left:-57px;}
.left-58{left:-58px;}
.left-59{left:-59px;}
.left-60{left:-60px;}
.left-61{left:-61px;}
.left-62{left:-62px;}
.left-63{left:-63px;}
.left-64{left:-64px;}
.left-65{left:-65px;}
.left-66{left:-66px;}
.left-67{left:-67px;}
.left-68{left:-68px;}
.left-69{left:-69px;}
.left-70{left:-70px;}
.left-75{left:-75px;}
.left-80{left:-80px;}
.left-85{left:-85px;}
.left-90{left:-90px;}
.left-95{left:-95px;}
.left-100{left:-100px;}
.left-105{left:-105px;}
.left-110{left:-110px;}
.left-115{left:-115px;}
.left-120{left:-120px;}
.left-125{left:-125px;}
.left-130{left:-130px;}
.left-135{left:-135px;}
.left-140{left:-140px;}
.left-145{left:-145px;}
.left-150{left:-150px;}
.left-155{left:-155px;}
.left-160{left:-160px;}
.left-165{left:-165px;}
.left-170{left:-170px;}
.left-175{left:-175px;}
.left-180{left:-180px;}
.left-185{left:-185px;}
.left-190{left:-190px;}
.left-195{left:-195px;}
.left-200{left:-200px;}














.left0-im{left:0px !important;}
.left1-im{left:1px !important;}
.left2-im{left:2px !important;}
.left3-im{left:3px !important;}
.left4-im{left:4px !important;}
.left5-im{left:5px !important;}
.left6-im{left:6px !important;}
.left7-im{left:7px !important;}
.left8-im{left:8px !important;}
.left9-im{left:9px !important;}
.left10-im{left:10px !important;}
.left11-im{left:11px !important;}
.left12-im{left:12px !important;}
.left13-im{left:13px !important;}
.left14-im{left:14px !important;}
.left15-im{left:15px !important;}
.left16-im{left:16px !important;}
.left17-im{left:17px !important;}
.left18-im{left:18px !important;}
.left19-im{left:19px !important;}
.left20-im{left:20px !important;}
.left21-im{left:21px !important;}
.left22-im{left:22px !important;}
.left23-im{left:23px !important;}
.left24-im{left:24px !important;}
.left25-im{left:25px !important;}
.left26-im{left:26px !important;}
.left27-im{left:27px !important;}
.left28-im{left:28px !important;}
.left29-im{left:29px !important;}
.left30-im{left:30px !important;}
.left31-im{left:31px !important;}
.left32-im{left:32px !important;}
.left33-im{left:33px !important;}
.left34-im{left:34px !important;}
.left35-im{left:35px !important;}
.left36-im{left:36px !important;}
.left37-im{left:37px !important;}
.left38-im{left:38px !important;}
.left39-im{left:39px !important;}
.left40-im{left:40px !important;}
.left41-im{left:41px !important;}
.left42-im{left:42px !important;}
.left43-im{left:43px !important;}
.left44-im{left:44px !important;}
.left45-im{left:45px !important;}
.left46-im{left:46px !important;}
.left47-im{left:47px !important;}
.left48-im{left:48px !important;}
.left49-im{left:49px !important;}
.left50-im{left:50px !important;}
.left51-im{left:51px !important;}
.left52-im{left:52px !important;}
.left53-im{left:53px !important;}
.left54-im{left:54px !important;}
.left55-im{left:55px !important;}
.left56-im{left:56px !important;}
.left57-im{left:57px !important;}
.left58-im{left:58px !important;}
.left59-im{left:59px !important;}
.left60-im{left:60px !important;}
.left61-im{left:61px !important;}
.left62-im{left:62px !important;}
.left63-im{left:63px !important;}
.left64-im{left:64px !important;}
.left65-im{left:65px !important;}
.left66-im{left:66px !important;}
.left67-im{left:67px !important;}
.left68-im{left:68px !important;}
.left69-im{left:69px !important;}
.left70-im{left:70px !important;}
.left75-im{left:75px !important;}
.left80-im{left:80px !important;}
.left85-im{left:85px !important;}
.left90-im{left:90px !important;}
.left95-im{left:95px !important;}
.left100-im{left:100px !important;}
.left105-im{left:105px !important;}
.left110-im{left:110px !important;}
.left115-im{left:115px !important;}
.left120-im{left:120px !important;}
.left125-im{left:125px !important;}
.left130-im{left:130px !important;}
.left135-im{left:135px !important;}
.left140-im{left:140px !important;}
.left145-im{left:145px !important;}
.left150-im{left:150px !important;}
.left155-im{left:155px !important;}
.left160-im{left:160px !important;}
.left165-im{left:165px !important;}
.left170-im{left:170px !important;}
.left175-im{left:175px !important;}
.left180-im{left:180px !important;}
.left185-im{left:185px !important;}
.left190-im{left:190px !important;}
.left195-im{left:195px !important;}
.left200-im{left:200px !important;}

 
 

.left-0-im{left:-0px !important;}
.left-1-im{left:-1px !important;}
.left-2-im{left:-2px !important;}
.left-3-im{left:-3px !important;}
.left-4-im{left:-4px !important;}
.left-5-im{left:-5px !important;}
.left-6-im{left:-6px !important;}
.left-7-im{left:-7px !important;}
.left-8-im{left:-8px !important;}
.left-9-im{left:-9px !important;}
.left-10-im{left:-10px !important;}
.left-11-im{left:-11px !important;}
.left-12-im{left:-12px !important;}
.left-13-im{left:-13px !important;}
.left-14-im{left:-14px !important;}
.left-15-im{left:-15px !important;}
.left-16-im{left:-16px !important;}
.left-17-im{left:-17px !important;}
.left-18-im{left:-18px !important;}
.left-19-im{left:-19px !important;}
.left-20-im{left:-20px !important;}
.left-21-im{left:-21px !important;}
.left-22-im{left:-22px !important;}
.left-23-im{left:-23px !important;}
.left-24-im{left:-24px !important;}
.left-25-im{left:-25px !important;}
.left-26-im{left:-26px !important;}
.left-27-im{left:-27px !important;}
.left-28-im{left:-28px !important;}
.left-29-im{left:-29px !important;}
.left-30-im{left:-30px !important;}
.left-31-im{left:-31px !important;}
.left-32-im{left:-32px !important;}
.left-33-im{left:-33px !important;}
.left-34-im{left:-34px !important;}
.left-35-im{left:-35px !important;}
.left-36-im{left:-36px !important;}
.left-37-im{left:-37px !important;}
.left-38-im{left:-38px !important;}
.left-39-im{left:-39px !important;}
.left-40-im{left:-40px !important;}
.left-41-im{left:-41px !important;}
.left-42-im{left:-42px !important;}
.left-43-im{left:-43px !important;}
.left-44-im{left:-44px !important;}
.left-45-im{left:-45px !important;}
.left-46-im{left:-46px !important;}
.left-47-im{left:-47px !important;}
.left-48-im{left:-48px !important;}
.left-49-im{left:-49px !important;}
.left-50-im{left:-50px !important;}
.left-51-im{left:-51px !important;}
.left-52-im{left:-52px !important;}
.left-53-im{left:-53px !important;}
.left-54-im{left:-54px !important;}
.left-55-im{left:-55px !important;}
.left-56-im{left:-56px !important;}
.left-57-im{left:-57px !important;}
.left-58-im{left:-58px !important;}
.left-59-im{left:-59px !important;}
.left-60-im{left:-60px !important;}
.left-61-im{left:-61px !important;}
.left-62-im{left:-62px !important;}
.left-63-im{left:-63px !important;}
.left-64-im{left:-64px !important;}
.left-65-im{left:-65px !important;}
.left-66-im{left:-66px !important;}
.left-67-im{left:-67px !important;}
.left-68-im{left:-68px !important;}
.left-69-im{left:-69px !important;}
.left-70-im{left:-70px !important;}
.left-75-im{left:-75px !important;}
.left-80-im{left:-80px !important;}
.left-85-im{left:-85px !important;}
.left-90-im{left:-90px !important;}
.left-95-im{left:-95px !important;}
.left-100-im{left:-100px !important;}
.left-105-im{left:-105px !important;}
.left-110-im{left:-110px !important;}
.left-115-im{left:-115px !important;}
.left-120-im{left:-120px !important;}
.left-125-im{left:-125px !important;}
.left-130-im{left:-130px !important;}
.left-135-im{left:-135px !important;}
.left-140-im{left:-140px !important;}
.left-145-im{left:-145px !important;}
.left-150-im{left:-150px !important;}
.left-155-im{left:-155px !important;}
.left-160-im{left:-160px !important;}
.left-165-im{left:-165px !important;}
.left-170-im{left:-170px !important;}
.left-175-im{left:-175px !important;}
.left-180-im{left:-180px !important;}
.left-185-im{left:-185px !important;}
.left-190-im{left:-190px !important;}
.left-195-im{left:-195px !important;}
.left-200-im{left:-200px !important;}










.left0-h:hover{left:0px;}
.left1-h:hover{left:1px;}
.left2-h:hover{left:2px;}
.left3-h:hover{left:3px;}
.left4-h:hover{left:4px;}
.left5-h:hover{left:5px;}
.left6-h:hover{left:6px;}
.left7-h:hover{left:7px;}
.left8-h:hover{left:8px;}
.left9-h:hover{left:9px;}
.left10-h:hover{left:10px;}
.left11-h:hover{left:11px;}
.left12-h:hover{left:12px;}
.left13-h:hover{left:13px;}
.left14-h:hover{left:14px;}
.left15-h:hover{left:15px;}
.left16-h:hover{left:16px;}
.left17-h:hover{left:17px;}
.left18-h:hover{left:18px;}
.left19-h:hover{left:19px;}
.left20-h:hover{left:20px;}
.left21-h:hover{left:21px;}
.left22-h:hover{left:22px;}
.left23-h:hover{left:23px;}
.left24-h:hover{left:24px;}
.left25-h:hover{left:25px;}
.left26-h:hover{left:26px;}
.left27-h:hover{left:27px;}
.left28-h:hover{left:28px;}
.left29-h:hover{left:29px;}
.left30-h:hover{left:30px;}
.left31-h:hover{left:31px;}
.left32-h:hover{left:32px;}
.left33-h:hover{left:33px;}
.left34-h:hover{left:34px;}
.left35-h:hover{left:35px;}
.left36-h:hover{left:36px;}
.left37-h:hover{left:37px;}
.left38-h:hover{left:38px;}
.left39-h:hover{left:39px;}
.left40-h:hover{left:40px;}
.left41-h:hover{left:41px;}
.left42-h:hover{left:42px;}
.left43-h:hover{left:43px;}
.left44-h:hover{left:44px;}
.left45-h:hover{left:45px;}
.left46-h:hover{left:46px;}
.left47-h:hover{left:47px;}
.left48-h:hover{left:48px;}
.left49-h:hover{left:49px;}
.left50-h:hover{left:50px;}
.left51-h:hover{left:51px;}
.left52-h:hover{left:52px;}
.left53-h:hover{left:53px;}
.left54-h:hover{left:54px;}
.left55-h:hover{left:55px;}
.left56-h:hover{left:56px;}
.left57-h:hover{left:57px;}
.left58-h:hover{left:58px;}
.left59-h:hover{left:59px;}
.left60-h:hover{left:60px;}
.left61-h:hover{left:61px;}
.left62-h:hover{left:62px;}
.left63-h:hover{left:63px;}
.left64-h:hover{left:64px;}
.left65-h:hover{left:65px;}
.left66-h:hover{left:66px;}
.left67-h:hover{left:67px;}
.left68-h:hover{left:68px;}
.left69-h:hover{left:69px;}
.left70-h:hover{left:70px;}
.left75-h:hover{left:75px;}
.left80-h:hover{left:80px;}
.left85-h:hover{left:85px;}
.left90-h:hover{left:90px;}
.left95-h:hover{left:95px;}
.left100-h:hover{left:100px;}
.left105-h:hover{left:105px;}
.left110-h:hover{left:110px;}
.left115-h:hover{left:115px;}
.left120-h:hover{left:120px;}
.left125-h:hover{left:125px;}
.left130-h:hover{left:130px;}
.left135-h:hover{left:135px;}
.left140-h:hover{left:140px;}
.left145-h:hover{left:145px;}
.left150-h:hover{left:150px;}
.left155-h:hover{left:155px;}
.left160-h:hover{left:160px;}
.left165-h:hover{left:165px;}
.left170-h:hover{left:170px;}
.left175-h:hover{left:175px;}
.left180-h:hover{left:180px;}
.left185-h:hover{left:185px;}
.left190-h:hover{left:190px;}
.left195-h:hover{left:195px;}
.left200-h:hover{left:200px;}

 
 

.left-0-h:hover{left:-0px;}
.left-1-h:hover{left:-1px;}
.left-2-h:hover{left:-2px;}
.left-3-h:hover{left:-3px;}
.left-4-h:hover{left:-4px;}
.left-5-h:hover{left:-5px;}
.left-6-h:hover{left:-6px;}
.left-7-h:hover{left:-7px;}
.left-8-h:hover{left:-8px;}
.left-9-h:hover{left:-9px;}
.left-10-h:hover{left:-10px;}
.left-11-h:hover{left:-11px;}
.left-12-h:hover{left:-12px;}
.left-13-h:hover{left:-13px;}
.left-14-h:hover{left:-14px;}
.left-15-h:hover{left:-15px;}
.left-16-h:hover{left:-16px;}
.left-17-h:hover{left:-17px;}
.left-18-h:hover{left:-18px;}
.left-19-h:hover{left:-19px;}
.left-20-h:hover{left:-20px;}
.left-21-h:hover{left:-21px;}
.left-22-h:hover{left:-22px;}
.left-23-h:hover{left:-23px;}
.left-24-h:hover{left:-24px;}
.left-25-h:hover{left:-25px;}
.left-26-h:hover{left:-26px;}
.left-27-h:hover{left:-27px;}
.left-28-h:hover{left:-28px;}
.left-29-h:hover{left:-29px;}
.left-30-h:hover{left:-30px;}
.left-31-h:hover{left:-31px;}
.left-32-h:hover{left:-32px;}
.left-33-h:hover{left:-33px;}
.left-34-h:hover{left:-34px;}
.left-35-h:hover{left:-35px;}
.left-36-h:hover{left:-36px;}
.left-37-h:hover{left:-37px;}
.left-38-h:hover{left:-38px;}
.left-39-h:hover{left:-39px;}
.left-40-h:hover{left:-40px;}
.left-41-h:hover{left:-41px;}
.left-42-h:hover{left:-42px;}
.left-43-h:hover{left:-43px;}
.left-44-h:hover{left:-44px;}
.left-45-h:hover{left:-45px;}
.left-46-h:hover{left:-46px;}
.left-47-h:hover{left:-47px;}
.left-48-h:hover{left:-48px;}
.left-49-h:hover{left:-49px;}
.left-50-h:hover{left:-50px;}
.left-51-h:hover{left:-51px;}
.left-52-h:hover{left:-52px;}
.left-53-h:hover{left:-53px;}
.left-54-h:hover{left:-54px;}
.left-55-h:hover{left:-55px;}
.left-56-h:hover{left:-56px;}
.left-57-h:hover{left:-57px;}
.left-58-h:hover{left:-58px;}
.left-59-h:hover{left:-59px;}
.left-60-h:hover{left:-60px;}
.left-61-h:hover{left:-61px;}
.left-62-h:hover{left:-62px;}
.left-63-h:hover{left:-63px;}
.left-64-h:hover{left:-64px;}
.left-65-h:hover{left:-65px;}
.left-66-h:hover{left:-66px;}
.left-67-h:hover{left:-67px;}
.left-68-h:hover{left:-68px;}
.left-69-h:hover{left:-69px;}
.left-70-h:hover{left:-70px;}
.left-75-h:hover{left:-75px;}
.left-80-h:hover{left:-80px;}
.left-85-h:hover{left:-85px;}
.left-90-h:hover{left:-90px;}
.left-95-h:hover{left:-95px;}
.left-100-h:hover{left:-100px;}
.left-105-h:hover{left:-105px;}
.left-110-h:hover{left:-110px;}
.left-115-h:hover{left:-115px;}
.left-120-h:hover{left:-120px;}
.left-125-h:hover{left:-125px;}
.left-130-h:hover{left:-130px;}
.left-135-h:hover{left:-135px;}
.left-140-h:hover{left:-140px;}
.left-145-h:hover{left:-145px;}
.left-150-h:hover{left:-150px;}
.left-155-h:hover{left:-155px;}
.left-160-h:hover{left:-160px;}
.left-165-h:hover{left:-165px;}
.left-170-h:hover{left:-170px;}
.left-175-h:hover{left:-175px;}
.left-180-h:hover{left:-180px;}
.left-185-h:hover{left:-185px;}
.left-190-h:hover{left:-190px;}
.left-195-h:hover{left:-195px;}
.left-200-h:hover{left:-200px;}









.left0p{left:0%;}
.left1p{left:1%;}
.left2p{left:2%;}
.left3p{left:3%;}
.left4p{left:4%;}
.left5p{left:5%;}
.left6p{left:6%;}
.left7p{left:7%;}
.left8p{left:8%;}
.left9p{left:9%;}
.left10p{left:10%;}
.left11p{left:11%;}
.left12p{left:12%;}
.left13p{left:13%;}
.left14p{left:14%;}
.left15p{left:15%;}
.left16p{left:16%;}
.left17p{left:17%;}
.left18p{left:18%;}
.left19p{left:19%;}
.left20p{left:20%;}
.left21p{left:21%;}
.left22p{left:22%;}
.left23p{left:23%;}
.left24p{left:24%;}
.left25p{left:25%;}
.left26p{left:26%;}
.left27p{left:27%;}
.left28p{left:28%;}
.left29p{left:29%;}
.left30p{left:30%;}
.left31p{left:31%;}
.left32p{left:32%;}
.left33p{left:33%;}
.left34p{left:34%;}
.left35p{left:35%;}
.left36p{left:36%;}
.left37p{left:37%;}
.left38p{left:38%;}
.left39p{left:39%;}
.left40p{left:40%;}
.left41p{left:41%;}
.left42p{left:42%;}
.left43p{left:43%;}
.left44p{left:44%;}
.left45p{left:45%;}
.left46p{left:46%;}
.left47p{left:47%;}
.left48p{left:48%;}
.left49p{left:49%;}
.left50p{left:50%;}
.left51p{left:51%;}
.left52p{left:52%;}
.left53p{left:53%;}
.left54p{left:54%;}
.left55p{left:55%;}
.left56p{left:56%;}
.left57p{left:57%;}
.left58p{left:58%;}
.left59p{left:59%;}
.left60p{left:60%;}
.left61p{left:61%;}
.left62p{left:62%;}
.left63p{left:63%;}
.left64p{left:64%;}
.left65p{left:65%;}
.left66p{left:66%;}
.left67p{left:67%;}
.left68p{left:68%;}
.left69p{left:69%;}
.left70p{left:70%;}
.left75p{left:75%;}
.left80p{left:80%;}
.left85p{left:85%;}
.left90p{left:90%;}
.left95p{left:95%;}
.left100p{left:100%;}


 
 

.left-0p{left:-0%;}
.left-1p{left:-1%;}
.left-2p{left:-2%;}
.left-3p{left:-3%;}
.left-4p{left:-4%;}
.left-5p{left:-5%;}
.left-6p{left:-6%;}
.left-7p{left:-7%;}
.left-8p{left:-8%;}
.left-9p{left:-9%;}
.left-10p{left:-10%;}
.left-11p{left:-11%;}
.left-12p{left:-12%;}
.left-13p{left:-13%;}
.left-14p{left:-14%;}
.left-15p{left:-15%;}
.left-16p{left:-16%;}
.left-17p{left:-17%;}
.left-18p{left:-18%;}
.left-19p{left:-19%;}
.left-20p{left:-20%;}
.left-21p{left:-21%;}
.left-22p{left:-22%;}
.left-23p{left:-23%;}
.left-24p{left:-24%;}
.left-25p{left:-25%;}
.left-26p{left:-26%;}
.left-27p{left:-27%;}
.left-28p{left:-28%;}
.left-29p{left:-29%;}
.left-30p{left:-30%;}
.left-31p{left:-31%;}
.left-32p{left:-32%;}
.left-33p{left:-33%;}
.left-34p{left:-34%;}
.left-35p{left:-35%;}
.left-36p{left:-36%;}
.left-37p{left:-37%;}
.left-38p{left:-38%;}
.left-39p{left:-39%;}
.left-40p{left:-40%;}
.left-41p{left:-41%;}
.left-42p{left:-42%;}
.left-43p{left:-43%;}
.left-44p{left:-44%;}
.left-45p{left:-45%;}
.left-46p{left:-46%;}
.left-47p{left:-47%;}
.left-48p{left:-48%;}
.left-49p{left:-49%;}
.left-50p{left:-50%;}
.left-51p{left:-51%;}
.left-52p{left:-52%;}
.left-53p{left:-53%;}
.left-54p{left:-54%;}
.left-55p{left:-55%;}
.left-56p{left:-56%;}
.left-57p{left:-57%;}
.left-58p{left:-58%;}
.left-59p{left:-59%;}
.left-60p{left:-60%;}
.left-61p{left:-61%;}
.left-62p{left:-62%;}
.left-63p{left:-63%;}
.left-64p{left:-64%;}
.left-65p{left:-65%;}
.left-66p{left:-66%;}
.left-67p{left:-67%;}
.left-68p{left:-68%;}
.left-69p{left:-69%;}
.left-70p{left:-70%;}
.left-75p{left:-75%;}
.left-80p{left:-80%;}
.left-85p{left:-85%;}
.left-90p{left:-90%;}
.left-95p{left:-95%;}
.left-100p{left:-100%;}













.left0p-im{left:0% !important;}
.left1p-im{left:1% !important;}
.left2p-im{left:2% !important;}
.left3p-im{left:3% !important;}
.left4p-im{left:4% !important;}
.left5p-im{left:5% !important;}
.left6p-im{left:6% !important;}
.left7p-im{left:7% !important;}
.left8p-im{left:8% !important;}
.left9p-im{left:9% !important;}
.left10p-im{left:10% !important;}
.left11p-im{left:11% !important;}
.left12p-im{left:12% !important;}
.left13p-im{left:13% !important;}
.left14p-im{left:14% !important;}
.left15p-im{left:15% !important;}
.left16p-im{left:16% !important;}
.left17p-im{left:17% !important;}
.left18p-im{left:18% !important;}
.left19p-im{left:19% !important;}
.left20p-im{left:20% !important;}
.left21p-im{left:21% !important;}
.left22p-im{left:22% !important;}
.left23p-im{left:23% !important;}
.left24p-im{left:24% !important;}
.left25p-im{left:25% !important;}
.left26p-im{left:26% !important;}
.left27p-im{left:27% !important;}
.left28p-im{left:28% !important;}
.left29p-im{left:29% !important;}
.left30p-im{left:30% !important;}
.left31p-im{left:31% !important;}
.left32p-im{left:32% !important;}
.left33p-im{left:33% !important;}
.left34p-im{left:34% !important;}
.left35p-im{left:35% !important;}
.left36p-im{left:36% !important;}
.left37p-im{left:37% !important;}
.left38p-im{left:38% !important;}
.left39p-im{left:39% !important;}
.left40p-im{left:40% !important;}
.left41p-im{left:41% !important;}
.left42p-im{left:42% !important;}
.left43p-im{left:43% !important;}
.left44p-im{left:44% !important;}
.left45p-im{left:45% !important;}
.left46p-im{left:46% !important;}
.left47p-im{left:47% !important;}
.left48p-im{left:48% !important;}
.left49p-im{left:49% !important;}
.left50p-im{left:50% !important;}
.left51p-im{left:51% !important;}
.left52p-im{left:52% !important;}
.left53p-im{left:53% !important;}
.left54p-im{left:54% !important;}
.left55p-im{left:55% !important;}
.left56p-im{left:56% !important;}
.left57p-im{left:57% !important;}
.left58p-im{left:58% !important;}
.left59p-im{left:59% !important;}
.left60p-im{left:60% !important;}
.left61p-im{left:61% !important;}
.left62p-im{left:62% !important;}
.left63p-im{left:63% !important;}
.left64p-im{left:64% !important;}
.left65p-im{left:65% !important;}
.left66p-im{left:66% !important;}
.left67p-im{left:67% !important;}
.left68p-im{left:68% !important;}
.left69p-im{left:69% !important;}
.left70p-im{left:70% !important;}
.left75p-im{left:75% !important;}
.left80p-im{left:80% !important;}
.left85p-im{left:85% !important;}
.left90p-im{left:90% !important;}
.left95p-im{left:95% !important;}
.left100p-im{left:100% !important;}


 
 

.left-0p-im{left:-0% !important;}
.left-1p-im{left:-1% !important;}
.left-2p-im{left:-2% !important;}
.left-3p-im{left:-3% !important;}
.left-4p-im{left:-4% !important;}
.left-5p-im{left:-5% !important;}
.left-6p-im{left:-6% !important;}
.left-7p-im{left:-7% !important;}
.left-8p-im{left:-8% !important;}
.left-9p-im{left:-9% !important;}
.left-10p-im{left:-10% !important;}
.left-11p-im{left:-11% !important;}
.left-12p-im{left:-12% !important;}
.left-13p-im{left:-13% !important;}
.left-14p-im{left:-14% !important;}
.left-15p-im{left:-15% !important;}
.left-16p-im{left:-16% !important;}
.left-17p-im{left:-17% !important;}
.left-18p-im{left:-18% !important;}
.left-19p-im{left:-19% !important;}
.left-20p-im{left:-20% !important;}
.left-21p-im{left:-21% !important;}
.left-22p-im{left:-22% !important;}
.left-23p-im{left:-23% !important;}
.left-24p-im{left:-24% !important;}
.left-25p-im{left:-25% !important;}
.left-26p-im{left:-26% !important;}
.left-27p-im{left:-27% !important;}
.left-28p-im{left:-28% !important;}
.left-29p-im{left:-29% !important;}
.left-30p-im{left:-30% !important;}
.left-31p-im{left:-31% !important;}
.left-32p-im{left:-32% !important;}
.left-33p-im{left:-33% !important;}
.left-34p-im{left:-34% !important;}
.left-35p-im{left:-35% !important;}
.left-36p-im{left:-36% !important;}
.left-37p-im{left:-37% !important;}
.left-38p-im{left:-38% !important;}
.left-39p-im{left:-39% !important;}
.left-40p-im{left:-40% !important;}
.left-41p-im{left:-41% !important;}
.left-42p-im{left:-42% !important;}
.left-43p-im{left:-43% !important;}
.left-44p-im{left:-44% !important;}
.left-45p-im{left:-45% !important;}
.left-46p-im{left:-46% !important;}
.left-47p-im{left:-47% !important;}
.left-48p-im{left:-48% !important;}
.left-49p-im{left:-49% !important;}
.left-50p-im{left:-50% !important;}
.left-51p-im{left:-51% !important;}
.left-52p-im{left:-52% !important;}
.left-53p-im{left:-53% !important;}
.left-54p-im{left:-54% !important;}
.left-55p-im{left:-55% !important;}
.left-56p-im{left:-56% !important;}
.left-57p-im{left:-57% !important;}
.left-58p-im{left:-58% !important;}
.left-59p-im{left:-59% !important;}
.left-60p-im{left:-60% !important;}
.left-61p-im{left:-61% !important;}
.left-62p-im{left:-62% !important;}
.left-63p-im{left:-63% !important;}
.left-64p-im{left:-64% !important;}
.left-65p-im{left:-65% !important;}
.left-66p-im{left:-66% !important;}
.left-67p-im{left:-67% !important;}
.left-68p-im{left:-68% !important;}
.left-69p-im{left:-69% !important;}
.left-70p-im{left:-70% !important;}
.left-75p-im{left:-75% !important;}
.left-80p-im{left:-80% !important;}
.left-85p-im{left:-85% !important;}
.left-90p-im{left:-90% !important;}
.left-95p-im{left:-95% !important;}
.left-100p-im{left:-100% !important;}


















.left0p-h:hover{left:0%;}
.left1p-h:hover{left:1%;}
.left2p-h:hover{left:2%;}
.left3p-h:hover{left:3%;}
.left4p-h:hover{left:4%;}
.left5p-h:hover{left:5%;}
.left6p-h:hover{left:6%;}
.left7p-h:hover{left:7%;}
.left8p-h:hover{left:8%;}
.left9p-h:hover{left:9%;}
.left10p-h:hover{left:10%;}
.left11p-h:hover{left:11%;}
.left12p-h:hover{left:12%;}
.left13p-h:hover{left:13%;}
.left14p-h:hover{left:14%;}
.left15p-h:hover{left:15%;}
.left16p-h:hover{left:16%;}
.left17p-h:hover{left:17%;}
.left18p-h:hover{left:18%;}
.left19p-h:hover{left:19%;}
.left20p-h:hover{left:20%;}
.left21p-h:hover{left:21%;}
.left22p-h:hover{left:22%;}
.left23p-h:hover{left:23%;}
.left24p-h:hover{left:24%;}
.left25p-h:hover{left:25%;}
.left26p-h:hover{left:26%;}
.left27p-h:hover{left:27%;}
.left28p-h:hover{left:28%;}
.left29p-h:hover{left:29%;}
.left30p-h:hover{left:30%;}
.left31p-h:hover{left:31%;}
.left32p-h:hover{left:32%;}
.left33p-h:hover{left:33%;}
.left34p-h:hover{left:34%;}
.left35p-h:hover{left:35%;}
.left36p-h:hover{left:36%;}
.left37p-h:hover{left:37%;}
.left38p-h:hover{left:38%;}
.left39p-h:hover{left:39%;}
.left40p-h:hover{left:40%;}
.left41p-h:hover{left:41%;}
.left42p-h:hover{left:42%;}
.left43p-h:hover{left:43%;}
.left44p-h:hover{left:44%;}
.left45p-h:hover{left:45%;}
.left46p-h:hover{left:46%;}
.left47p-h:hover{left:47%;}
.left48p-h:hover{left:48%;}
.left49p-h:hover{left:49%;}
.left50p-h:hover{left:50%;}
.left51p-h:hover{left:51%;}
.left52p-h:hover{left:52%;}
.left53p-h:hover{left:53%;}
.left54p-h:hover{left:54%;}
.left55p-h:hover{left:55%;}
.left56p-h:hover{left:56%;}
.left57p-h:hover{left:57%;}
.left58p-h:hover{left:58%;}
.left59p-h:hover{left:59%;}
.left60p-h:hover{left:60%;}
.left61p-h:hover{left:61%;}
.left62p-h:hover{left:62%;}
.left63p-h:hover{left:63%;}
.left64p-h:hover{left:64%;}
.left65p-h:hover{left:65%;}
.left66p-h:hover{left:66%;}
.left67p-h:hover{left:67%;}
.left68p-h:hover{left:68%;}
.left69p-h:hover{left:69%;}
.left70p-h:hover{left:70%;}
.left75p-h:hover{left:75%;}
.left80p-h:hover{left:80%;}
.left85p-h:hover{left:85%;}
.left90p-h:hover{left:90%;}
.left95p-h:hover{left:95%;}
.left100p-h:hover{left:100%;}


 
 

.left-0p-h:hover{left:-0%;}
.left-1p-h:hover{left:-1%;}
.left-2p-h:hover{left:-2%;}
.left-3p-h:hover{left:-3%;}
.left-4p-h:hover{left:-4%;}
.left-5p-h:hover{left:-5%;}
.left-6p-h:hover{left:-6%;}
.left-7p-h:hover{left:-7%;}
.left-8p-h:hover{left:-8%;}
.left-9p-h:hover{left:-9%;}
.left-10p-h:hover{left:-10%;}
.left-11p-h:hover{left:-11%;}
.left-12p-h:hover{left:-12%;}
.left-13p-h:hover{left:-13%;}
.left-14p-h:hover{left:-14%;}
.left-15p-h:hover{left:-15%;}
.left-16p-h:hover{left:-16%;}
.left-17p-h:hover{left:-17%;}
.left-18p-h:hover{left:-18%;}
.left-19p-h:hover{left:-19%;}
.left-20p-h:hover{left:-20%;}
.left-21p-h:hover{left:-21%;}
.left-22p-h:hover{left:-22%;}
.left-23p-h:hover{left:-23%;}
.left-24p-h:hover{left:-24%;}
.left-25p-h:hover{left:-25%;}
.left-26p-h:hover{left:-26%;}
.left-27p-h:hover{left:-27%;}
.left-28p-h:hover{left:-28%;}
.left-29p-h:hover{left:-29%;}
.left-30p-h:hover{left:-30%;}
.left-31p-h:hover{left:-31%;}
.left-32p-h:hover{left:-32%;}
.left-33p-h:hover{left:-33%;}
.left-34p-h:hover{left:-34%;}
.left-35p-h:hover{left:-35%;}
.left-36p-h:hover{left:-36%;}
.left-37p-h:hover{left:-37%;}
.left-38p-h:hover{left:-38%;}
.left-39p-h:hover{left:-39%;}
.left-40p-h:hover{left:-40%;}
.left-41p-h:hover{left:-41%;}
.left-42p-h:hover{left:-42%;}
.left-43p-h:hover{left:-43%;}
.left-44p-h:hover{left:-44%;}
.left-45p-h:hover{left:-45%;}
.left-46p-h:hover{left:-46%;}
.left-47p-h:hover{left:-47%;}
.left-48p-h:hover{left:-48%;}
.left-49p-h:hover{left:-49%;}
.left-50p-h:hover{left:-50%;}
.left-51p-h:hover{left:-51%;}
.left-52p-h:hover{left:-52%;}
.left-53p-h:hover{left:-53%;}
.left-54p-h:hover{left:-54%;}
.left-55p-h:hover{left:-55%;}
.left-56p-h:hover{left:-56%;}
.left-57p-h:hover{left:-57%;}
.left-58p-h:hover{left:-58%;}
.left-59p-h:hover{left:-59%;}
.left-60p-h:hover{left:-60%;}
.left-61p-h:hover{left:-61%;}
.left-62p-h:hover{left:-62%;}
.left-63p-h:hover{left:-63%;}
.left-64p-h:hover{left:-64%;}
.left-65p-h:hover{left:-65%;}
.left-66p-h:hover{left:-66%;}
.left-67p-h:hover{left:-67%;}
.left-68p-h:hover{left:-68%;}
.left-69p-h:hover{left:-69%;}
.left-70p-h:hover{left:-70%;}
.left-75p-h:hover{left:-75%;}
.left-80p-h:hover{left:-80%;}
.left-85p-h:hover{left:-85%;}
.left-90p-h:hover{left:-90%;}
.left-95p-h:hover{left:-95%;}



























