@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900|Poppins:300,400,500,600,700|Pacifico|Montserrat:400,500,600,700|Maven+Pro:400,500,700,900|Playfair+Display|Quattrocento+Sans:400,700");@import url("https://fonts.googleapis.com/css?family=Dosis");@import url("https://fonts.googleapis.com/css?family=Karla");@charset "utf-8";
/* new CSS */
.brdr {
border: 1px solid black;
}

/* CSS Document */
body{font-family: 'Open Sans', sans-serif; color:#0b0b0b;}
a{color:#fefefe; transition:all ease-in-out 0.5s; text-decoration:none;}
a:hover{color:#0a0a0a;transition:all ease-in-out 0.5s;text-decoration:none;}
h1, h2, h3, h4, h5, h6{font-family:"Dosis", sans-serif;color:#0F3661;font-weight:700;margin-bottom:20px;margin-top:20px;}
h4{font-weight:700;line-height:20px;}

.tbl{ display:table; width:100%; position:relative; }
.tbl-cell{ display:table-cell;}.tbl-layout{ table-layout:fixed}
.VAT{vertical-align:top}.VAB{ vertical-align:bottom}.VAM{ vertical-align:middle}
.TAC{ text-align:center}.TAL{text-align:left }.TAR{ text-align:right}

/* TopBar */
.topBar{ background:#eeeff0; padding:10px 0;}
.topBar ul{ list-style:none; position:relative;}
.topBar ul li{ float:left;	border-right:1px solid#6d6d6d; margin-right:25px; padding-right:25px;line-height:14px;}
.topBar ul li:last-child{ border-right:none;margin-right:0px;padding-right:0px}
.topBar ul li a, .logo a{color:#0e74bc;}
.topBar ul li a:hover, .logo a:hover{ color:#0a0a0a;}
.googleDiv{opacity:0; position:absolute; top:0px; right:0px;}
/* TopLogo */
.navbar-brand{ height:auto; padding:15px 0px;}
.logo ul{ list-style:none; margin-top:28px; font-size:17px;}
.logo ul li { float:left; background:url(../img/top-mail.png) no-repeat 0 15px; padding-left:60px; margin-left:50px}
.logo ul li:last-child{ background:url(../img/top-mobile.png) no-repeat 0 0px;}
sup {top: 0.2em;}
sub, sup {font-size: 85%;}

/* NavBar */
.navBg{ background:#0e74bc;}
.navbar {
    min-height: auto;
    margin-bottom: 0px;
    border:none;
	border-radius:0px;
}
.navbar-collapse {
    padding-right: 0px;
padding-left: 0px;}
.nav > li > a {
    position: relative;
    display: block;
    padding-left:10x;
	padding-right:10px;
}
.navbar-nav > li > a:hover{background:none;}
.navbar-nav > li {
margin-left:15px; margin-right:15px;
}
.navbar-nav > li.active{ border-bottom:3px solid#fff; margin-top:-3px;}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0cb8b6;
    background-image: none;
    border: 1px solid #0cb8b6;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
	background:#1e1e1e;
}
.dropdown-menu {
	background:rgba(0, 0, 0, 0.7);
	font-size: 13px;
}
.dropdown-menu li a {
	color:#fff;
}
.dropdown-menu li a:hover{
	color:#fff;
}

.dropdown-submenu > a::after {
 border-color: transparent transparent transparent #f6f6f6;
 border-style: solid;
 border-width: 5px 0 5px 5px;
 content: " ";
 display: block;
 float: right;
 height: 0;
 margin-right: -10px;
 margin-top: 5px;
 width: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu{ position:relative;}
.dropdown-submenu > .dropdown-menu {
	border-radius: 0 6px 6px;
	left: 100%;
	margin-left: -1px;
	margin-top: 8px;
	width:auto;
	}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background:#fff;
	color:#0e74bc;}
	
/* Social Top */

.socialTop ul{ list-style:none; padding:0px;}
.socialTop li{ float:left; padding:15px;  border-right: 1px solid rgba(255, 255, 255, 0.3);}
	
/* Carousel */
.carousel-control.left, .carousel-control.right{ background:none;}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 170px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}
.carousel-caption:before{ border-top:4px solid#0e74bc; position:absolute; top:0px; left:38.5%; content:""; width:23%;}
.carousel-caption p{ font-size:36px; font-weight:100; margin-bottom:0px;}
.carousel-caption h3{ font-size:46px; font-weight:700; text-transform:uppercase; color:#0e74bc; padding:0px 0 20px;}
.carousel-caption h4{ font-size:22px; font-weight:700; text-transform:uppercase; color:#fff; padding:0px 0 20px;}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{width:100%;}

.btn-default {
	border:none; padding:10px 24px; font-weight:700; font-size:14px;text-transform:uppercase;}
.btn-default span{ color:#0e74bc;}
.btn-default img{ margin-right:12px}
.carousel-control {
    width: 1%;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { background:#0e74bc; width: 42px;
height: 110px;
margin-top: -50px;
font-size: 20px; line-height:110px; text-shadow:none;}

.headding {z-index:1; margin-bottom:50px; position:relative;}
.headding h1{ font-size:31px; padding-bottom:20px; }
.headding span{ color:#0e74bc}
.headding:before{border-top:1px solid#0e74bc; position:absolute; top:84%; left:42.8%; content:""; width:15%; z-index:-1;}

/* Our Product */
.ourProduct { background:#f1f0f0; padding:60px 0 40px;}
.posiDiv{position:relative; }
.prdText{ padding-left:20px; margin-bottom:25px;}
.cricelDiv{width:50px; height:50px; border-radius:50%; line-height:50px; text-align:center; border:1px solid#0e74bc;position:relative; color:#0e74bc;}
.cricelDiv:before{background:#0e74bc; position:absolute; top:50%; right:-15%; content:""; width:10px; height:10px; border-radius:50%;}
.roundB p{border:1px solid#0e74bc; margin-left:49px; margin-top:13px; padding:10px;}
.roundB h4{margin-left:60px;}
.roundB .btn-link{color: #0e74bc; padding:10px 0 0;}

/* About Us */
.aboutUs{padding:60px 0;}
.isoImg{ border:2px solid #c2c2c2; margin-right:10px; margin-bottom:10px;}
.abutText{ line-height:25px;}
.abutText h2{ font-size:26px;}
.abutText h3{ font-size:18px; padding:28px 0 33px;}
.abutText .btn-danger{ border:none; background:#0e74bc; border-radius:0px; padding:8px 30px; margin-top:10px;}
.headding1 {z-index:1; margin-bottom:50px;position:relative;}
.headding1 h1{ font-size:31px; padding-bottom:20px; }
.headding1 span{ color:#0e74bc}
.headding1:before{border-top:1px solid#0e74bc; position:absolute; top:90%; left:2%; content:""; width:15%; z-index:-1; margin: 0 auto;}
.headding1:after{position:absolute; top:65%; height:30px; width:5%; left:7%; content:""; z-index:-1;  text-align:center; margin:0 auto;background:url(../img/read-icon.png) no-repeat;}

/* Visiton */
.visiton {padding:80px 0 50px;background:url(../img/visiton-bg.png) no-repeat; background-size:cover; background-attachment:scroll, fixed; }
.visioText{ border:8px solid rgba(255, 255, 255, 0.1); padding:40px 25px; border-radius:4px; text-align:center; color:#a8a8a8; position:relative; margin:0 30px;}
.visioText h2{ font-size:22px; font-weight:400; margin-bottom:30px; color:#0e74bc;}
.visioText .btn-link { color:#0e74bc; font-size:14px;}
.visionIcon{width:90px; height:90px;background:rgba(255, 255, 255, 0.1); line-height:90px; text-align:center; position:absolute; top:-45px; left:-45px; border-radius:50%;}

/* Industry we Serve */
.infrastructureD .col-md-6{padding-left:0px; padding-right:0px;}
.indusText{padding:50px 65px 18px 85px; background:#f0efef;}
.indusText h2{ font-size:23px;padding-bottom:30px}
.indusText h2 span{ font-size:23px; color:#0e74bc}
.infra{margin:30px 0; text-align:center;}
.infra p{width:75px; height:75px; line-height:75px; text-align:center; background:#0e74bc; border-radius:50%; margin:0 auto 20px; }
.infra h4{ font-size:15px; }

/* Gallery */
.galleryDiv{ padding:50px 0;}
.view {
    cursor: default;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
/*======================
======Portfolio CSS=====
========================*/

#portfolio p, 
#portfolio h2 {
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif;;
	font-size:40px;
	font-weight:bold;
	color: #fff;
}

#portfolio 
.portfolio-filter {
  margin-bottom:40px;
  margin-top:10px;
}

#portfolio 
.portfolio-filter li {
  display: inline-block;
}

#portfolio 
.portfolio-filter li a:hover, 
#portfolio 
.portfolio-filter li a:focus,
#portfolio 
.portfolio-filter li a:active , 
#portfolio 
.portfolio-filter li .active{
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
	
}

#portfolio 
.portfolio-filter li a {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
	background: rgba(67, 72, 78, 0);
	opacity: .8;
	border: 1px solid rgba(252, 119, 0, 0);
	border-radius: inherit;
	font-weight:bold
}

.portfolio-items > div{
  padding:0;
}

.portfolio-items img{
  width:100%;
}

.view {  
  cursor: default;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width:100%;
}

.efffect h4 {  
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear 0s;
}

.efffect h3 {
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.efffect img {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);  
	transition: all 0.7s ease-in-out 0s;
	-moz-transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	-o-transition: all 0.7s ease-in-out 0s;
}

.view img {
	display: block;
	position: relative;
}

.efffect .mask {
	                                                        
    border:4px solid #b9b8be;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
	opacity: 0;
	background:rgba(255, 255, 255, 0.6)
}

.view .mask, .view .content {
	height:100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width:100%;
}

.mask h3 {
	color: #43484E;
	font-family: cabin;
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	text-transform: uppercase;
	transition: height 500ms ease 0s;
}

.mask h4 {
	color:#000;
	font-family: roboto;
	font-size: 14px;
	font-weight: 200;
	padding: 0 35px 5px;
}

.mask i {
	border: 2px solid #333;
	border-radius: 50%;
	color: #333;
	font-size: 17px;
	margin-left: 8px;
	padding: 8px;
}

.mask i:hover{
	background-color:#000;
	color:#fff;  
}



/*====================
======Clients CSS=====
======================*/

.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.efffect .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   cursor: zoom-in;
}
.efffect h4 {   
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.efffect h3 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:22px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   font-family: 'Roboto', sans-serif;;
}
.mask a i {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform:rotate(-180deg);
   -moz-transform:rotate(-180deg);
   -o-transform:rotate(-180deg);
   -ms-transform:rotate(-180deg);
   transform:rotate(-180deg);
   -webkit-transition:all 0.5s linear 0.7s;
   -moz-transition: all 0.5s linear 0.7s;
   -o-transition:all 0.5s linear 0.7s;
   -ms-transition:all 0.5s linear 0.7s;
   transition:all 0.5s linear 0.7s;
}
.efffect:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
}
.efffect:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.efffect:hover h4,.efffect:hover h3,.efffect:hover a i {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.partnerDiv{ padding:20px 0 50px;}
.we{ padding:0px 40px 30px;}

/* Testimonial */
.testMain{ background:url(../img/visiton-bg.png) no-repeat; background-size:cover; background-attachment:scroll, fixed; padding:50px 0;}
.testMain.mHadda h1{ color:#fff;}
.testMain.mHadda h1:after{ border:2px solid#fff;}



#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: 0px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #e3e3e3;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border-color: #0e74bc;
    opacity: 1;
    overflow: hidden;
	}
#quote-carousel .carousel-indicators .active img{
	text-align:center;
	margin:10px auto;
	}
#quote-carousel .carousel-inner {
    min-height: 320px;
	color:#fff;
	margin-top:30px;

}
.item blockquote {
    border-left: none;
    margin: 0;
}


.item blockquote p { font-size:16px; color:#b6b6b6;}
.item blockquote small { font-size:16px; color:#0e74bc}


/* Footer */
footer{ background:#1d1d1d; color:#e7e7e7; font-size:13px;}
footer h3{margin-bottom:20px;}
.contactInfo{ padding-top:30px; padding-left:110px;}
.contactInfo strong{ display:block;font-size:14px; text-transform:uppercase;}
address img{ padding:5px 35px 40px 0px}
.contactInfo img{ padding:5px 35px 25px 0px}
.contactInfo p{ margin: 0px;}

.quickLinks{ margin:0 0px; padding:0 0px; }
.quickLinks ul{ list-style:none; padding-left:0px;}
.quickLinks li{ padding-bottom:15px;}

.bottomBg{background:#0e74bc; padding-top:30px;}
.domestic{margin-right:100px;}
.domestic ul{list-style:none; padding-left:0px;}
.domestic li{ padding-bottom:10px; margin-right:6px; float:left;}
.social { margin-top:30px;}
.social h5{ margin-bottom:20px;}
.social a{ padding-right:12px;}
.copyright{ padding-bottom:10px; font-size:12px;}


/* Inside Page CSS */

.aboutImg{position:relative;}
.aboutImg > h2{position:absolute; top:45%; left:8%; color:#0e74bc; z-index:9999; }
.aboutImg img { width:100%}



.breadcrumb{
    padding: 15px 0px 30px;
    margin-bottom: 0px;
    list-style: none;
    background:none !important;
    border-radius: 0px;
}
.breadcrumb a{ color:#0e74bc;}
.breadcrumb a:hover{ color:#000;}
.shadowDiv{box-shadow:0px 0 5px #e7e7e7; margin-bottom:50px;}
.prdDesign{padding:20px;}


.prdDesign h1{ font-size:20px; padding-bottom:15px; margin-top:0px; color:#0e74bc;}
.prdDesign h4{ font-size:16px; padding:20px 0 10px;}
.prodImage{ margin-left:20px; margin-bottom:40px;}
.prdDesign .quote-btn {
    background: #0e74bc none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto 15px;
    max-width: 250px;
    transition: background-color 0.5s ease 0s;
}
.prodImage img {
    width: 100%;
    margin-bottom: 5px;
    max-height: 250px;
    box-shadow: 0 0 1px #ccc;
    min-width: 200px;
}
.prodImage {
    width: 250px;
    margin-left: 15px;
}
.prod-row .quote-btn {
    background: #cb0000 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto 15px;
    max-width: 250px;
    transition: background-color 0.5s ease 0s;
}
.prod-row .quote-btn {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 15px auto;
}

.shadowLeft{box-shadow:0px 0 5px #e7e7e7; margin-bottom:50px;}
.insidLeft h2{margin-top:15px; padding-left:20px; margin-bottom:15px; font-size:22px}

.shadowLeft ul{ padding:0px; margin:0px;}
.shadowLeft li{ padding-left:12px;}
.shadowLeft h4{ margin:20px 0;}
.accordionButton {font-family:"Dosis", sans-serif;color:#333333;padding: 7px 10px 10px 40px; background:url(../img/left-icon.png) no-repeat 20px center; cursor:pointer; margin-bottom:0px; border-top:1px solid #e1e1e1;}
.accordionButton a{ color:#333333; text-decoration:underline; outline:none !important  } 
.accordionContent li a:hover{ color:#0e74bc; }
.accordion-btn-active{ background:url(../img/ar-dwn.png) no-repeat 13px center; color:#fff;}
.accordion-btn-active a{ color: #0e74bc; outline:none !important  }
.accordionContent {	width: auto; margin-bottom:2px; }
.accordionContent li{font-weight:normal; font-size:14px; border-bottom:1px dashed #e1e1e1;list-style-type:none;}
.accordionContent li:last-child{ border-bottom:none !important }				  
.accordionContent li a{ color: #000; display:block;  outline:none !important;background:url(../img/ar6.png) no-repeat 5px center; padding:5px 0 5px 20px;}
ul.accordionContent li ul{display:none}
ul.accordionContent li:hover ul{display:block;}
ul.accordionContent li:hover ul li{margin-right:15px; }
ul.accordionContent li:hover ul li a{background:url(../img/ar4.png) no-repeat 5px center; padding:8px 0 8px 20px;}
.modal-header {
    background: #0e74bc none repeat scroll 0 0;
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    overflow: hidden;
}

.modal-content .btn-warning:hover {
    background: #0e74bc none repeat scroll 0 0;
}
.modal-content .btn-warning {
    background: #000000 none repeat scroll 0 0; border:none;}
.modal-content {
    box-shadow:none;
	margin-bottom:30px;
}

.modal-body .btn-danger{ background:#161616; border:none;}
.modal-body .btn-danger:hover{ background:#0e74bc;}

@media only screen and (max-width:994px){
.nav > li > a {padding: 10px 4px;}	
.navbar-brand {}
.navbar-header  img{ max-width:110px; height:auto; width:100%;}
.topBar ul li{ float:none !important;	border-right:none; margin-right:0px; padding-right:0px;line-height:30px;}
.aboutImg img{ max-width:auto; min-height:200px; height:100%;}

}
@media only screen and (max-width:768px){
	
	.contactInfo {
    padding-top: 30px;
    padding-left: 0px;}
	.domestic {
    margin-right: 0px;}
}
@media only screen and (max-width:767px){
	.topBar{ width:100%; text-align:center;}
	.topBar .pull-right, .topBar .pull-left{float:none !important;}
	.logo .pull-right{float: none !important;}
	.navbar-header{ width:100%; text-align:center;}
	.navbar-brand { margin-left:70px;}
	.logo ul li {
    padding-left: 60px;
    margin-left: 24px;}
	.navbar-toggle {
    margin-top: 21px;
    background-color: #0e74bc;
    border: 1px solid #0e74bc;}
	.navbar-toggle .icon-bar {
    background: #fff;}
	.topBar ul li{ float:none !important;	border-right:none; margin-right:0px; padding-right:0px;line-height:30px;}
	.logo ul {
    list-style: none;
    margin-top: 0px;
    font-size: 17px;}
}

@media only screen and (max-width:650px){
.aboutImg img{ max-width:auto; min-height:150px; height:100%;}
}
@media only screen and (max-width:480px){

.aboutImg img{ max-width:auto; max-height:80px; height:100%;}
.logo ul li {
    padding-left: 60px;
    margin-left: 8px;}
}

@media only screen and (max-width:320px){
.logo ul li {
    margin-left: 0px;}
}

.cc li a{color:#8095fe;}


.table-container{
width:100%;
overflow-y:auto;
overflow:auto;
margin:0 0 1em;
}
.select{
	width:200px;
}
