@charset "utf-8";
/* CSS Document */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
	border: 0;
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
img {
  border: none;
  image-rendering: OptimizeQuality;
  -moz-image-rendering: OptimizeQuality;
  -webkit-image-rendering: OptimizeQuality;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

.row {
	width: 100%;
	float: left;
	height: auto;
}
.container {
	width: 1170px;
	max-width: 1120px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
@font-face{
	font-family:pp;
	src:url(../fonts/BrushStrokeFast.otf);
}
@font-face{
	font-family:r;
	src:url(../fonts/NimbusSanL-Reg.otf);
}
@font-face{
	font-family: b;
	src:url(../fonts/NimbusSanL-Bol.otf);
}
html,body{
	background-color: #13314c;
	font-size: 14px;
	color:#4c4c4c;
	font-family: sans-serif;
}
.header{
	width:100%;
	border-top:1px dashed #d5f3ff;
	border-bottom:1px dashed #d5f3ff;
	float:left;
	margin: 4px 0;
	padding: 5px 0;
}
.phone-div{
	width: 20%;
	float: left;
	display:inline;
	padding: 5px 0;
}
.phone-div img{
	display:inline;
	vertical-align:middle;
}
h6{
	display:inline;
	color:#ffa200;
	font-family: sans-serif;
}
h6 a{
	color:#e2e2e3;
}
.address{
	width: 30%;
	float: left;
	display:inline;
	padding:5px 0; 
}
.address img{
	display:inline;
	vertical-align:middle;	
}
.social-div{
	width: 20%;
	float: right;
	display:inline;
	padding:5px 0;
}
.social-div img{
	display:inline;
	vertical-align:middle;
}
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}/*header*/

.menu-div{
background: rgb(252,252,252);
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(235,235,235,1) 52%, rgba(213,214,215,1) 100%);
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(235,235,235,1) 52%,rgba(213,214,215,1) 100%);
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(235,235,235,1) 52%,rgba(213,214,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d5d6d7',GradientType=0 );	
}
.menu-div .logo-div {
  float: left;
  margin: 0px 0 0 60px;
  width: 24%;
}
.menu-div .nav{
	width: 49%;
	float: right;
}
.menu-div .nav ul{
	width: auto;
	text-align: center;
	float: left;
}
.menu-div .nav ul li {
  display: inline;
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 16px 0;
  padding: 0 10px;
  width: auto;
}
 .menu-div .nav ul li a{
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: inherit;
  padding: 0 10px;
  text-transform: uppercase;
  width: auto;
  color: #242424;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.menu-div .nav ul li a:hover{
  color: #fead00;
}
.menu-div .nav ul li a.active{
  color: #fead00;
}

.menu-div .nav ul li::before {
  background-image: url("../images/menudivider.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: table;
  float: left;
  height: 16px;
  position: relative;
  top: 18px;
  right: 10px;
  width: 6px;
}
.menu-div .nav ul li:first-child:before{
	content: '';
	display: none;
}/*menu-div*/

.welcm-color{
	background-color: #e3e8ec;
}
h2 {
  color: #13314c;
  float: left;
  font-family:sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
}
h2::before {
  background-color: #242424;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 4px;
  float: left;
  margin: 0 -10px;
}
h2::after {
  background-color: #242424;
  content: "";
  display: inline-block;
  float: left;
  height: 30px;
  position: absolute;
  width: 4px;
  margin: 0 4px;
}
h2 .span1{
	color: #13314c;
	text-decoration: underline;
}
h2 .span2{
	color: #ffa200;
	text-decoration: underline;
}
.text-div {
  float: left;
  padding: 15px 0;
  width: 55%;
}
.text-div h5 {
  color: #13314c;
  font-family: Myriad Pro;
  font-size: 19px;
}
.text-div h5 small{
	color: #ff9f00;
}
.text-div p {
  color: #13314c;
  float: left;
  font-family: Myriad Pro;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
}
.text-div p small{
	color: #ff9f00;	
	font-weight: 600;
	font-size: 17px;
} 
.text-div a {
  background-image: url("../images/readmr.png");
  background-repeat: no-repeat;
  float: left;
  height: 31px;
  width: 106px;
  background-position: left center;
  margin: 5px 0;
}
.goods-div{
	width: 43%;
	float: right;
}
.goods-div img{
	vertical-align: middle;
	max-width: 100%;
}/*welcome*/

.servc-div {
  background-attachment: fixed;
  background-image: url("../images/welcome-secton.png");
  background-origin: border-box;
  background-position: left top;
  background-repeat: no-repeat;
  background-size:cover;
  display: table;
  float: left;
  height: 453px;
  padding: 17px 0;
  width: 100%;
}
.blue-color{
  background-color: #2199d2;
  background-image:url("../images/resize-bg.png");
  background-repeat:repeat;
  background-origin:border-box;
  background-position:top left;	
  background-attachment:fixed;
  background-size:auto;	
}
.servc-textdiv {
  float: left;
  width: 36%;
}
.servc-textdiv .big {
  width: 100%;
  float: left;
  text-align: left;
  padding: 10px 0;
  color: #ffffff;
  font-family: tahoma;
  font-size: 24px;
  font-weight: 400;
}
.servc-textdiv span {
  width: 87%;
  margin: 0 0 0 0;
  height: 13px;
  display: table;
  position: relative;
  padding: 0 0 0 0;
  float: left;
}
.servc-textdiv .big:before{
  content: '';
  display: table;
  background-image: url("../images/line-bg1.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 96px;
  float: left;
  position: relative;
}
.servc-textdiv .big .font{
  color: #ffa201;
  text-decoration: underline;
}
.servc-textdiv .big em {
  display: inline;
  font-style: normal;
  color: #FFA201;
}
.servc-textdiv p {
  font-size: 14px;
  float: left;
  width: 89%;
  font-family: sans-serif;
  margin: 0 0 0 0;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
}
.servc-textdiv p:before{
  content: '';
  display: table;
  background-image: url("../images/line-bg2.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 198px;
  float: left;
  position: relative;	
} 
.servc-boxdiv {
  float: left;
  overflow: hidden;
  width: 63%;
}
.servc-boxdiv .main-div{
  width: 226px;
  height: 385px;
  float: left;
  overflow: hidden;
  background-color: #ffa200;
  margin-bottom: 10px;
  border-radius: 2px;
  margin-right: 6px;	
}
.servc-boxdiv .main-div .image-div{
  width: 100%;
  float: left;
  height: 144px;
  overflow: hidden;
}
.servc-boxdiv .main-div h6 {
  color: #ffffff;
  float: left;
  font-family: sans-serif;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  height: 30px;
}
.servc-boxdiv .main-div p {
  color: #033677;
  display: table;
  font-family: sans-serif;
  font-size: 14px;
  height: 150px;
  margin: 0 auto;
  overflow-y: auto;
  text-align: center;
  width: 200px;
  padding: 5px 0;
  line-height: 17px;
}
.servc-boxdiv .main-div a {
  background-image: url("../images/readmr.png");
  background-position: left center;
  background-repeat: no-repeat;
  height: 31px;
  margin: -11px auto 0;
  width: 106px;
  display: block;
}

.size-div{
  width: 90%;
  display:block;
  margin:0 auto;	
}
.size-div h2 {
  color: #13314c;
  float: left;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
}
.size-div h2::before {
  background-color: #242424;
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 4px;
  float: left;
  margin: 0 -10px;
}
.size-div h2::after {
  background-color: #242424;
  content: "";
  display: inline-block;
  float: left;
  height: 30px;
  position: absolute;
  width: 4px;
  margin: 0 4px;
}
.size-div h2 .span1{
  color: #ffffff;
  text-decoration: underline;
}
.size-div h2 .span2{
  color: #ffa200;
  text-decoration: underline;
}
.size-div .size-sliderdiv{
  width: 100%;
  display:block;
  margin:0 auto;
  overflow: hidden;
  padding: 5px 0;
}
.size-sliderdiv .r-maindiv{
  display:inline-table;
  width: 470px;
  height: auto;
  margin-left: 20px;
}
.size-sliderdiv .r-subdiv {
  background-color: #fff;
  border: 4px solid #ffa200;
  height: 250px;
  overflow: hidden;
  width: 470px;
  display:inline-table;
  border-radius:2px;
}
.r-subdiv .r-textdiv {
  float: left;
  margin: 44px 0 0;
  width: 290px;
  overflow: hidden;
}
.r-textdiv h4 {
  color: #429dd3;
  float: left;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 3px;
  text-align: left;
  width: 100%;
}
.r-textdiv p {
  color: #5b5a59;
  display: block;
  float: left;
  font-family: Myriad Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 0 5px;
  text-align: left;
  width: 100%;
  word-break: keep-all;
}
.r-subdiv .r-imagediv{
  float: right;
  width: 175px;
  height: 282px;
  overflow:hidden;
  background-color: #fff;
}
.r-imagediv img{
  max-width:100%;
  vertical-align:middle;
  height: 100%;
}
.r-maindiv > img {
  max-width: 100%;
  vertical-align: middle;
  display: table;
  margin: 1px 0;
} /*resize-section*/

.footer{
  background-color: #13314c;
}
.footer .nav{
  width: 47%;
  float: left;
}
.footer .nav ul{
  width: auto;
  text-align: center;
  float: left;
}
.footer .nav ul li {
  display: inline;
  float: left;
  height: 50px;
  line-height: 50px;
  margin: 16px 0;
  padding: 0 10px;
  width: auto;
}
.footer .nav ul li a{
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: inherit;
  padding: 0 7px;
  text-transform: uppercase;
  width: auto;
  color: #FFFFFF;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.footer .nav ul li a:hover{
  color: #fead00;
}
.footer .nav ul li a.active{
  color: #fead00;
}
.footer .nav ul li::before {
  background-image: url("../images/menudivider.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: table;
  float: left;
  height: 16px;
  position: relative;
  top: 18px;
  right: 10px;
  width: 6px;
}
.footer .nav ul li:first-child:before{
	content: '';
	display: none;
}/*footer-menu*/

.email-div {
  float: left;
  width: 24%;
  padding: 31px 0;
}
.email-div img{
  display:inline;
  vertical-align:middle;
  max-width:100%;
}
.email-div h6{
  color:#FFF;
  display:inline;
}
.zwm{
  float: left;
  width: 23%;
  padding: 31px 0;
}
.zwm p{
  display:block;
  color:#7f8994;
}
.zwm p a{
  color: #ffffff;
}
.zwm p a:hover{
  text-decoration:underline;
} /*index-part-------------------------*/

.a-goods-div {
  float: left;
  height: 260px;
  overflow: hidden;
  width: 26%;
}
.a-goods-div img{
	vertical-align: middle;
	max-width: 100%;
}
.a-text-div {
  float: left;
  padding: 15px 0;
  width: 48%;
}
.a-text-div h5 {
  color: #13314c;
  font-family: Myriad Pro;
  font-size: 16px;
  text-align: center;
}
.a-text-div p {
  color: #13314c;
  float: left;
  font-family: Myriad Pro;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.a-text-div p small{
	color: #ff9f00;	
	font-weight: 600;
	font-size: 17px;
} 
.a-leftpart-div {
  background: rgb(255, 166, 0) none repeat scroll 0 0;
  border-radius: 2px;
  float: left;
  margin: 10px 4px;
  width: 49%;
}
.a-leftpart-div::before {
  background-color: #fff;
  content: "";
  display: table;
  float: left;
  height: 140px;
  margin: 3px 0;
  position: relative;
  width: 8px;
}
.a-leftpart-div::after {
  background-color: #fff;
  content: "";
  display: table;
  float: right;
  height: 140px;
  margin: 3px 0;
  position: relative;
  width: 8px;
}
.a-leftpart-div .a-centerimg-div {
  float: left;
  overflow: hidden;
  padding: 10px 0;
  width: 39%;
  height: 128px;
}
.a-centerimg-div img{
  vertical-align:middle;
  max-width:100%;
  width: 100%;
  height: 100%;
}
.a-new-textdiv {
  float: left;
  margin: 14px 7px;
  width: 55%;
}
.a-new-textdiv h6 {
  color: rgb(19, 49, 76);
  float: left;
  font-family: sans-serif;
  font-size: 17px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.a-new-textdiv > p {
  color: white;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  float: left;
  text-align: left;
}
.a-vimage{
  width: 50%;
  display:table;
  margin:0 auto;
  overflow:hidden;
}
.a-vimage img{
  vertical-align:middle;
  max-width:100%;
  width: 100%;
  height: 100%;
}
.a-bottom-text {
  float: left;
  padding: 10px;
}
.a-bottom-text > p {
  color: rgb(227, 232, 236);
  float: left;
  font-family: arial;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  width: 100%;
  padding:10px 0;
}
.a-bottom-text > h6 {
  float: left;
  font-family: tahoma;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.html5-img {
  float: left;
  width: 6%;
  margin: 10px 0;
  cursor:pointer;
}
.html5-img:focus{
  outline:none;
  border:none;
}
.html5-img img{
  vertical-align:middle;
  max-width:100%;
}

.infrmation-div{
	width:100%;
	float: left;
}
.infrmation-div .c-leftdiv{
    width: 44%;
    float: left;
    margin: 10px;
    border-radius: 2px;
    margin-right: 30px;
	margin-left:40px;	
 }
.infrmation-div .c-leftdiv h5{
    color: #FF8406;
    float: left;
    padding: 10px 0;
    text-align: left;
    width: 97%;
    text-transform: uppercase;
	text-decoration: underline;
    font-size: larger;
}
.infrmation-div > .c-leftdiv > form {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.infrmation-div .c-leftdiv form .tbl{
	 width: 100%;
	 float: left;
	 table-layout:auto;
	 border-spacing:0;
	 border-collapse:collapse;
	 empty-cells: hide;
}
.infrmation-div .c-leftdiv form .tbl tr{
	width:auto;
	height:auto;
}
.infrmation-div .c-leftdiv form .tbl tr td{
	width:auto;
	height:auto;
}
.infrmation-div .c-leftdiv form .tbl .input{
    background: none;
    border: none;
    border-bottom: 1px dashed #007FC0;
    border-radius: 2px;
    color: #007FC0;
    float: left;
    font-family: arial;
    font-size: 14px;
    height: 29px;
    margin: 6px 0 0;
    padding: 0;
    text-indent: 5px;
    width: 99%;
    text-transform: capitalize;
    font-weight: 600;
}
.infrmation-div .c-leftdiv form .tbl .input:focus{
	outline:none;
}
.infrmation-div .c-leftdiv form .tbl textarea{
    border: medium none;
    border-radius: 3px;
    float: left;
    height: 90px;
    margin: 5px 0 5px 0;
    width: 99%;
    text-indent: 5px;
    font-family: arial;
    font-size: 14px;
    color: #007FC0;
    padding: 5px 0 0 0;
    border-bottom: 1px dashed #007FC0;
    font-weight: 600;
    text-transform: capitalize;
	background: none;
}
.infrmation-div .c-leftdiv form .tbl textarea:focus{
	outline: none;
}

.infrmation-div .c-leftdiv form h6{
    color: rgb(187, 181, 181);
	width: 100%;
	float: left;
	padding:5px 0;
	font-family:arial;
	font-size:14px;
	font-weight: 600;
    text-transform: uppercase;	
}
.infrmation-div .c-leftdiv form .tbl .btn{
	width:17%;
	height:30px;
	float: left;
	border:none;
	border-radius:2px;
	background: #D7D7D7;
	cursor: pointer;
	font-family: Tahoma;
    font-size: 16px;
	font-weight:600;
	color:#007FC0;
	margin-bottom: 5px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.infrmation-div .c-leftdiv form .tbl .btn:hover{
	background: #ffffff;
	color: #000000;
}

.infrmation-div .c-rightdiv{
    width: 42%;
    float: left;
    margin: 10px;
    border-radius: 2px;
 }
.infrmation-div .c-rightdiv h5{
    color: #FF8406;
    float: left;
    padding: 10px 0;
    text-align: left;
    width: 97%;
    text-transform: uppercase;
	text-decoration: underline;
    font-size: larger;
}
.infrmation-div .c-rightdiv p{
    width: 100%;
    float: left;
    color: #007FC0;
    font-family: cambria;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 7px 0 0;
    text-align: justify;
    word-break: break-strict;	
}
.infrmation-div .c-rightdiv p .fa-map-marker{
    color: #FF8406;	
}
.infrmation-div .c-rightdiv p .fa-bus{
    color: #FF8406;	
}
.infrmation-div .c-rightdiv p .fa-flag{
    color: #FF8406;	
}
.infrmation-div .c-rightdiv p .fa-envelope{
    color: #FF8406;	
}
.infrmation-div .c-rightdiv p .fa-phone{
    color: #FF8406;	
}
.infrmation-div .address-img{
    float: left;
    padding: 10px;
    width: 13%;
}
.infrmation-div .address-img img{
	vertical-align:middle;
	max-width:100%;
}
.all-padding{
	padding: 10px 0;
}
.c-rightdiv a {
  color: #007fc0;
}
.c-rightdiv a:hover {
  color: #007fc0;
  text-decoration:underline;
}/*contacts*/
.gallery-imgdiv {
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  width: 37%;
}
.gallery-imgdiv img {
  max-width: 100%;
  vertical-align: middle;
}
.gallery-imgdiv h6 {
  color: rgb(0, 127, 192);
  display: table;
  font-family: pp;
  font-size: 44px;
  font-weight: 400;
  left: 0;
  margin: 159px 0 0 132px;
  position: absolute;
  text-align: left;
  text-shadow: 1px 2px 3px rgb(227, 232, 236);
  text-transform: uppercase;
  transform: rotate(-15deg);
  vertical-align: middle;
  width: 59%;
  z-index: 0;
}
.g-maindiv {
  border-radius: 2px;
  cursor: pointer;
  float: left;
  margin: 0 15px;
  overflow: hidden;
  padding: 10px 0;
  width: 30%;
}
.g-maindiv img{
  vertical-align:middle;
  max-width:100%;
  width: 100%;
  text-align: center;
  float: left;
  height: 15px;
  margin: 1px 0 0 0;	  
}
.g-imgdiv {
  border-bottom: 5px solid rgb(250,250,250);
  border-top: 5px solid rgb(250,250,250);
  float: left;
  height: 220px;
  overflow: hidden;
  width: 100%;
}
.g-imgdiv img{
  max-width:100%;
  vertical-align:middle;
  width: 100%;
  height: 100%;
}
.g-righttextdiv{
  float: left;
  margin: 20px 0;
  width: 60%;
  background-color: #fff;
}
.g-righttextdiv > h2:before,.g-righttextdiv >h2:after{
	content:'' !important;
	opacity:0 !important;
}
.g-righttextdiv h2 {
  color:#FFF;
  float: left;
  font-family: b;
  font-size: 16px;
  padding: 10px 5px;
  text-align: left;
  text-transform: capitalize;
  width: 70%;
  background-color: rgb(0,127,192);
}
.g-righttextdiv > p {
  float: left;
  font-family: r;
  padding: 10px 4px;
  width: 98%;
  color: rgb(255,166,0);
}
.g-righttextdiv > p span{
  color: rgb(19,49,76);
  display:block;
  font-family:r;
  font-size: 15px;
  font-weight: 600px;
} /*gallery*/
.timeline-content > h2:before,
.timeline-content > h2:after{
	content:'' !important;
	opacity:0 !important;	
}
.timeline-content > h2 {
  display: table;
  float: none;
  font: 13px/21px r;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  width: 96%;
}
.timeline-content > h6 {
  background-color: rgb(255,166,0);
  float: left;
  font-family: b;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 5px 0;
  text-indent: 10px;
  text-transform: capitalize;
  width: 100%;
  color: #ffffff;
}
.timeline-content > .t-imagediv {
  border: 1px solid rgb(255, 166, 0);
  border-radius: 100%;
  display: block;
  float: none;
  height: 200px !important;
  margin: 10px auto;
  outline: 1px solid rgb(16, 134, 195);
  outline-offset: 5px;
  overflow: hidden;
  width: 40%;
}
.timeline-content > .t-imagediv img{
	vertical-align: middle;
	max-width:100%;
	width: 100%;
	height: 100%;
}








