		
	body:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 45px;

          -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 15px rgba(0,0,0,.8);

          z-index: 0;
}


	.topmenu li{padding: 0 15px}
	
	.topmenu li a{color: red}
	.topmenu li a:hover{color:black;text-decoration:none}
	

	
	.left ul{list-style:none}

	
	.left ul li a{color:#999; font-size:1em}
	.left ul li a:hover{color:#000; text-decoration:none}


	.right ul li a{color:#999; font-size:1em}
	.right ul li a:hover{color:#000; text-decoration:none}

	
	
	/*.left p, .titleP{font-size:1.7em;
	font-weight:bold;
	color:#2EB135}*/
	
	.clr{clear:both}
	
	body a{color:#2F6DAB}
	body a:hover{color:#333}
	body a:visited{color:purple}
	body a:active{color:black}
	


.bottommenu li a
{
	border-radius:15px 15px 15px 0;
	padding: 15px 80px 15px 10px; 
	color:white;
	font-size:1.4em
	}

	
	.bottommenu li a:hover
{
background:#a7b2b1 !important;
text-decoration:none
	}
	
	/*profile boxes*/
	/*http://bootsnipp.com/snippets/featured/responsive-team-profiles-with-social-links-free*/

.team{
    padding:75px 0;
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}
a{
    color:#88C425;
}
a:hover{
    text-decoration:none;
    color:#519548;
}
i.red{
    color:#BC0213;
}
	/*profile boxes*/
	



/*=============== //Home-team ===============*/
	/*zoom preview boxes*/
	
/*line tabs*/
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  font-weight:bold;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #2A9DD6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
 /* border-bottom: 4px solid #F68428;*/

}


.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color:#F68428;
  font-weight:bold;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #2A9DD6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #F68428;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: 0;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #999;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/*line tabs*/

/* Change vh also at  Line 353 also */

/*main crousel*/
.fade-carousel {
    position: relative;
    height: 45vh;
	  border-top:2px solid #999;
}
.fade-carousel .carousel-inner .item {
    height: 45vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .3;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 37%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h2 {
    font-size: 6em;    
    margin: 0;
    padding: 0;
}

.hero h3 {
    font-size: 2.5em;    
    margin: 1em 0;
    padding: 0;
	font-weight:bold
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .1;
}

/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-hero{
    color: #fff;
    background-color: black;
    border-color: #F68428;
    outline: none;
    margin: 40px auto;
	padding: 10px 40px;
}

.btn.btn-hero:hover{
    color: #fff;
    background-color: #F68428;
 border-color: #000;

}

 /* Change vh also at  Line 346 and 250 also */


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 45vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider/1.jpg); 
  background-color: black; 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider/2.jpg); 
   background-color: black; 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider/3.jpg); 
   background-color: black; 
}

  
  /* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
              transition: opacity 1s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

.nav ul, .nav ul:hover{

color:#999 !important}


#home_slider .item {

    color:#000;
    border-top:1px solid #F68428;

    padding:20px 0;
	
}
#home_slider .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff
}


#home_slider .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;

}


#home_slider .controls li.active {

    border-bottom:3px solid #F68428;
}

#home_slider .controls li.active a, #home_slider .controls li a:hover {
    background-color:#fff;
	font-weight:bold
}

#home_slider .controls li a:hover {
    color:black;
}

#home_slider p {
    color:black;
	font-size:1em;
	font-weight:normal
}


#home_slider .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

.ProgressBar     { width: 18em; border: 1px solid black; background: #ffffff; height: 1.5em; display: block;margin:0 auto}
.ProgressBarText { position: absolute; font-size: 0.83em; width: 22em; font-weight: bold; margin:2px 0 0 5px }
.ProgressBarFill { height: 100%; background: #F68428; display: block; overflow: visible; }

body p{text-align:justify}



	/* Fade transition for carousel items */
	.carousel .item 

		{
			left: 0 !important;
			transition: opacity 1s;
		}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h2 { font-size: 3em; }    
    .hero h3 { font-size: 1.5em; }    
}
/*main crousel*/

/*dropdown menu*/
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}



.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
  
.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
/*dropdown menu*/


/*outline button*/
.btn.outline {
    background: white;
    padding: 2px 5px;
}

.btn-primary.outline {
    border: 2px solid #F68428;
    color: #F68428;
	font-weight:bold;
	font-size:1.2em
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: white;
    border-color: #F68428;
    background: #F68428;
}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #F68428;
    color: #F68428;
    box-shadow: none;
}
/*outline button*/


/*boxes*/


.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 70px;
    margin: 0 auto;
    width: 70px;
    margin-top: -46px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	font-size:2.6em;
	position:relative;
	top:-5px
}
.info h4 {
    font-size: 76px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
/*boxes*/


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 40px;
    display:none;
	z-index:99999;
}




div.clear
{
    clear: both;
}

.activeNav{color:#D0F5A9;    font-weight:bold 
}



.inactiveNav:hover{
color:black !important;font-weight:bold }

.inactiveNav{font-weight:bold }


.inactiveNav a:hover{color:#F78429 !important}

.activeNav {font-weight:bold }
.activeNav a{color:#F78429 !important;font-weight:bold }
.activeNav a:hover{color:black !important}

.show-on-hover > ul.dropdown-menu a {

	color:#333 !important
	
}

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
	opacity:1;
	color:#333 !important;
	background:#f8f8f8 !important;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 3px 1px !important;
	
}

#numbers {

  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 
  

.nav ul li a:hover{
	background:white !important;
	color:#F68428 !important;
	font-weight:bold
	}

.nav .dropdown-menu {
    left: -25%;
    right: -25%;
	top:49px;
	text-align:center;
	padding:0.1em 0 2em 0;
	margin:-15px;
	border-top:solid 2px #f8f8f8;
	background:#f8f8f8 !important
}

/* features*/
.features_table h1{
    font-size:25px !important;
	
}

h1{
     font-size:21px !important;
    }    


.features-table li, .features-table-free li, .features-table-paid li {

    border: 1px solid #666;
    color: #333;
    font-size: 16px;
    padding: 15px 24px;
}
.features-table li:hover{
	background:  #efefef;
	cursor:pointer;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	color:black;
	font-weight:bold
}

.features-table-free h3, .features-table-paid h3,.features-table-free li, .features-table-paid li {
    text-align: center;

}

.features-table-free li {
    color: #e5a253;
	font-weight:bold

}
.features-table-free li:hover, .features-table-paid li:hover {
    background: #efefef none repeat scroll 0 0;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}



.no-padding{
	padding:0;
}
ul{
	padding:0;
}


/* features*/

.features li>span
	{
		width:90px;
		text-align:center;
		border-left:solid 1px #999
	}
	
.baqapp
	{
		color:#F68428;
		font-weight:bold
	}
	
.others
	{
		color:#999;
	}
	
	.list-group-item:hover{
	background:  #efefef;
	color:black;
	font-weight:bold;

}

.list-group-item:hover span{
	background:  #efefef;
	font-weight:bold;

}



.pricing-table .plan {
  margin-left:0px;
  color:#333;
  border-radius: 5px;
  text-align: center;
  background-color: #f3f3f3;
  -moz-box-shadow: 0 0 6px 2px #b0b2ab;
  -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
border:solid 1px #999;
}
 
 .plan:hover {
  background-color: #fff;
  -moz-box-shadow: 0 0 12px 3px #b0b2ab;
  -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
}


 .plan {
  padding: 20px;
  margin-left:0px;
  color: #fff;
  background-color: #5e5f59;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.plan-name {
	padding-bottom:10px;
  border: solid 1px #F68428;
  background:#fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
 }
  
 .plan:hover .plan-name {
  background-color: #f3f3f3;

}
 

  
.pricing-table-bronze  {
  padding: 20px;
  color: #fff;
  background-color: #F68428;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
  
.pricing-table .plan .plan-name span {
  font-size: 20px;
}
 
.plan ul {
  list-style: none;
  margin: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
 
.pricing-table .plan ul li.plan-feature {
  padding: 15px 10px;
  border-top: 1px solid #c5c8c0;

}

.plan ul>li:first-child {
font-weight:bold

}
 


 
.plan-mouseover .plan-name {
  background-color: #4e9a06 !important;
}
 
.btn-plan-select {
  padding: 8px 25px;
  font-size: 18px;
  background:#F68428;
  border: solid 1px #F68428;
}
	/* USER PROFILE PAGE */
 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}

.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

  .compareDiv{
	  text-align:center;
	  border-left:solid 1px #31708F;
  }

  .compareDiv_item{
	  font-weight:normal;
  }

  .compareDiv_text{
	  clear:both;
	  float:left;
	  width:30%;
  }

  .compareDiv_baqapp{
	  clear:both;
	  font-weight:bold;
	  float:left;
	  width:30%;
  }
  
  .nav-tabs-dropdown {
  display: none;
  border-radius: 5px 5px 0 0;

}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
 
}

.justify{text-align:justify}
dl{margin: 5px 20px}
dt{margin:10px 5px 5px 5px}
dd{margin: 5px 20px}

#footerAccordion ul{border-top:1px solid #999}
#footerAccordion ul li{margin:20px auto}

	
#footerAccordion div{margin-bottom:20px}

#footer a{color: white;font-weight:bold}
#footer a span{font-size:75%}
#footer p{text-align:center;color:#fff;padding:10px}

#footer li a{color: white;font-weight:normal}
#footer a:hover, #footer li a:hover{color:white;text-decoration:none;font-weight:bold}
.activeLink:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width:9px 9px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -8px;
	top:-20px;
	left: 50%;
		background: none;
}

#footer div a:hover:before, #footer div ul:hover:before{
	content: '';
	position: absolute;
	border-style: solid;
	border-width:9px 9px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -8px;
	top:-20px;
	left: 50%;
		background: none;
}

		
		/*sidebar with tabs*/
.nav-sidebar 
	{ 
		width: 100%;
		padding: 30px 0; 
	}
.nav-sidebar a 
	{
		color: #333;
	}

.nav-sidebar .active a 
	{ 
		cursor: default;
		border-left:solid 5px #F68428; 
		border-bottom:solid 1px #ddd; 
		color:black;
		font-weight:bold;
	}

.nav-sidebar a 
	{ 
	   border-left:solid 5px #fff; 
	}


.nav-sidebar ul li a:hover 
	{
		background: #fff !important; 
		color: #F68428;     
	}

/*sidebar with tabs*/


@media(max-width:600px) {
    #leftSide 
	{
        display:none
    }
}
	#sideNav_button,#socialNav_button{margin-top:20px}
	
	.btn-product{
	width: 100%;
}

blockquote{font-size:1em;font-style: italic}