/*	################################################################

	
################################################################# */ 
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
    font-weight: 700;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#333;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#00B3FE;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#00B3FE;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 100px;
	padding-top: 10px;
	margin-bottom: 0px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
       -moz-box-shadow: 0 8px 6px -6px #999;
            box-shadow: 0 8px 6px -6px #999;
}
.navbar-right {
	margin-top: 20px;

}

.navbar img {
	height: 60px;
	padding-top: 10px;
	margin-bottom: 0px;

}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}

.dropdown-menu {
	background: #fff;
}

.dropdown-menu > li > a {
	color: #333;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 25px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00b3fe;
  border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #00b3fe;
	min-height: 100px;
	padding-top: 100px;
	padding-bottom: 5px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 10px;
	font-size: 24px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 10px;
	margin-bottom: 20px;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
.smallLogo {
	max-width: 80px;
	margin: 20px auto;
}

#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:20px;
	padding-bottom: 20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 150px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap h4 {
	margin-bottom: 20px;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
}

#cwrap h3 {
	margin-bottom: 35px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap p a{
	color: #bfc9d3 !important;
}

#footerwrap p a:hover{
	color: #bfc9d3 !important;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

.input-group { 
	width: 70%;
	margin: 15px auto; 
}

.btn-login {
	margin-top: 25px;
}

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}


/* Removes the default 20px margin and creates some padding space for the indicators and controls */

#service .centered .col-md-3 p {
	margin-top:30px;
	height:69px;
}

.carousel-control {
  padding-top:10%;
  width:5%;
}
#register #headerwrap {
    min-height: 184px;
}

#register .input-group {
    width: 100%;
}

.register-content {
    text-align: left;
    color:#EE1897;
}

.register-content p {
    color:#EE1897;
    font-size: 18px;
}

.register-content h4 {
    margin-bottom: 20px;
}

#register-section {
    margin-top: 50px;
}

#about-section {
    margin-top:0px;
}

#about-section p{
    text-align: left;
    font-size: 18px;
    color:#028cc0;
    margin-bottom:20px;
    line-height: 30px;
}

#service img{
			height:119px;
		}
		
		
        #service .input-group {
            width:100%;
    top: 20px;
    left: 0px;
} 
		
.h-bordered {
	border:2px solid #00AEEF;
	padding:5px;
	text-align: center;
	-webkit-border-radius: 3px;
*border-radius: 3px;
	-moz-border-radius: 3px;
	color:#00AEEF;
}

.pinkp {
	color: #EE1897;
	font-size: 18px;
	margin-top:0px;
	line-height:24px;
	text-align : left;
}

.bluep {
	color: #00AEEF;
	font-size: 18px;
	margin-top:0px;
	line-height:24px;
	text-align : left;
}
.pinkp a  
{
    color:#EE1897;
	font-size: 18px;
	margin-top:0px;
	line-height:24px;
	text-align : left;
    }

.discountp {
	text-align: left;
	margin-top:5px;
	margin-bottom: 5px;
}

#mydpo-table {
	margin-bottom: 10px;
}

#mydpo-table td{
	vertical-align: top;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
}

.help-row .col-md-2,.help-row .col-md-10,.contact-row{
	margin-bottom:30px;
}

.side-menu {
    position: absolute;
    top: 0px;
    height: auto;
    display: none;
    left: 195px;
}

.arrow-position {
    position: absolute;
    top: 10px;
    right:20px;
    
}
.modal-font
{
    font-weight:bold;
    font-family:Arial Black;
   
}

#mydpo-table {
	margin-bottom: 10px;
}

#mydpo-table td{
	vertical-align: top;
	text-align: left;
	padding-top:2px;
	padding-bottom:2px;
	
 

}

.help-row .col-md-2,.help-row .col-md-10,.contact-row{
	margin-bottom:30px;
}


.h-borderedsmall {
  border: 2px solid #00AEEF;
  padding: 5px;
  text-align: center;
  color: #00AEEF;
  font-size: 16px;
  font-family: arial;
}
.qo-table {
	width:100%;
	height:227px;
	background:#C6EAFA;
	border:2px solid #00AEEF;
    padding:10px;
}

.qo-table label {
    color:#EE18AD;
    font-weight: normal;    
}

.qo-table tr {
	vertical-align:top;
}

.qo-table td {
    text-align: left;
    padding:5px;
   
}

.qo-table td.custom-height {
    height:15px;
   
}

.qo-table td span {
	margin-left:5px;
	color:#EE18AD;
}

#order-row 
{
    margin-top:-20px;
    }

#order-row .qo-table {
	height:384px;
}

#order-row .qo-table p{
	font-size:14px;
	color:#EE18AD;
	margin-bottom: 0px;
line-height: 18px;
}
.top-menu-list {
    list-style-type: none;    
    margin-top:20px;
}

.top-menu-list li {
    display:inline-block;    
    padding-left:20px;
}

.top-menu-list li a {
    color:#fff;
    padding-bottom:5px;    
    position:relative;
}

.top-menu-list li a:hover {
    color:#202020;    
}

.top-menu-list li:last-child a {
    border-bottom: none;
    font-weight: bold;
}

.top-menu-list li a span {
    font-weight: bold;
    margin-left:5px;
}

.my-account-dropdown {
  background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
    display:none;
padding: 0 7px;
position: absolute;
top: 45px;
width: 150px;
z-index: 100;
}

.basket-arrow-up {
position: absolute;
top: -16px;
right: 12px;
  height: 16px;
width: 17px;
}

.my-account-dropdown ul {
  margin-top: 5px;
}

.my-account-dropdown ul li {
  float: none;
font-size: auto;
padding-bottom: 0px;
padding-left: 10px;
position: relative;
border-bottom: 1px solid #ccc;
    text-align: left;
}

.my-account-dropdown ul li:last-child {
  border-bottom:none;
}

.my-account-dropdown ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #666666;
display: inline-block;
font-size: 12px;
font-weight: bold;
line-height: 13px;
margin-left: -10px;
padding: 7px 0 7px 10px;
text-decoration: none !important;
width: 118px;
}

.my-account-dropdown ul li a:hover 
{
    color: #00B3FE;

    }

.file-upload-infobox {
    padding:5px;
    color:#F0028C;
    border:1px solid #00B3FE;
}

.file-upload-infobox p, .file-upload-infobox h3{
    color:#F0028C;
}

.file-upload-infobox p{    
    text-align: justify;
}

.infobox-table {
    border-collapse: separate;
    border-spacing: 5px;
}

.infobox-table input[type="text"] {
    border: 1px solid #00B3FE;
}

.infobox-table td {
    text-align: left;
}

#upload .col-lg-4{
    margin-top: 25px;
    margin-bottom: 25px;
}

#MainContent_grdUploadDetails {
    width:100%;
    border-collapse: seperate;
    border:1px solid #000;
    border-spacing: 5px;
    color:#202020;    
}

#MainContent_grdUploadDetails tr:first-child {
    background: #A1A7A9;
}

#MainContent_grdUploadDetails td,#MainContent_grdUploadDetails th {
    border:1px solid #000;
    padding:5px;
    font-size: 12px;
}

#btn-row 
{
    
    margin:10px auto;
    
}

#btn-row .col-lg-4 
{
    border: 2px solid #00AEEF;
    padding:5px;
    min-height: 50px;
    }
#dhtmltooltip,#dhtmltooltip1,#dhtmltooltip2{
	position: absolute;
	top:55px !important;
	left:35px !important;
	width: 300px;
	border: 1px solid #f7941d;
	padding: 2px 4px 2px 4px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 11px;
}
.my-account-dropdown {
  background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
    display:none;
padding: 0 7px;
position: absolute;
top: 45px;
width: 150px;
z-index: 100;
}

.basket-arrow-up {
position: absolute;
top: -16px;
right: 12px;
  height: 16px;
width: 17px;
}

.my-account-dropdown ul {
  margin-top: 5px;
}

.my-account-dropdown ul li {
  float: none;
font-size: auto;
padding-bottom: 0px;
padding-left: 10px;
position: relative;
border-bottom: 1px solid #ccc;
    text-align: left;
}
.top-menu-list {
    list-style-type: none;    
    margin-top:20px;
}

.top-menu-list li {
    display:inline-block;    
    padding-left:20px;
}

.top-menu-list li a {
    color:#fff;
    padding-bottom:5px;    
    position:relative;
	border:0px;
	outline:0px;
}

.top-menu-list li a:hover {
    color:#FFFFFF;    
}

.top-menu-list li:last-child a {
    border-bottom: none;
    font-weight: bold;
}

.top-menu-list li a span {
    font-weight: bold;
    margin-left:5px;
}
.my-account-dropdown ul li:last-child {
  border-bottom:none;
}

.my-account-dropdown ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #666666;
display: inline-block;
font-size: 12px;
font-weight: bold;
line-height: 13px;
margin-left: -10px;
padding: 7px 0 7px 10px;
text-decoration: none !important;
width: 118px;
}
.file-upload-infobox {
    padding:5px;
    color:#F0028C;
    border:1px solid #00B3FE;
}

.qo-table .form-control 
{
    font-size: 12px;
    height:28px;
    }
    
    /*new radio */
  

input[type=checkbox].radio-style:not(old),
input[type=radio].radio-style:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox].radio-styleradio-style:not(old) + label,
input[type=radio   ].radio-style:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../img/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=radio].radio-style:not(old):checked + label, input[type=checkbox].radio-style:not(old):checked + label{
  background-position : 0 -24px;
}

.qo-table .popover 
{
    width:276px;
    }
    
    
.qo-table .modal 
{
    top:50%;
    }
    
  .marquee-container {
  width: 100%;
  margin: 4px auto;
  margin-bottom: 10px;
  clear: both;
  background: #fff;  
  -box: box-si:box-sizing;
  -moz-border-box: box-sizing;
  text-align: center;
  letter-spacing: 1px;
}
.poster-table {
    width:100%;
    margin-bottom:25px;
    border: 1px solid #202020;
}

.poster-table td,.poster-table th {
    border: 1px solid #202020;
}

.poster-table th {
    font-size:18px;
    padding:5px;    
}

.poster-table tr:nth-child(even) {
    background:#E0E7F4;
}

.poster-table thead tr th:first-child {
    text-align: left;
}

.poster-table thead tr th{
    background:#E0E7F4;
    text-align: center;
}

.poster-table tr:nth-child(odd) {
    background:#EFF2F9;
}

.poster-table tr td:first-child {
    text-align: left;
}

.poster-table td {
    font-size:16px;
    font-weight:bold;
    color:#00AEEF;
    padding:3px;
    text-align: center;
}

.poster-table tr td:first-child, .poster-table th {
    color:#E90F8C;
}

.gridview 
{
   
    text-align: center;
   
    }
    
.gridview th 
{
    text-align: center !important;
    color:#e90f8c;
    width:auto;
    background-color:rgb(255,252,213);
    }

.gridview th,.gridview td 
{
    padding:8px;
    }

.gridview tr td a 
{
    font-weight:bold;
    }
    .sortGridview
    {
          text-align: center;
        }
        .sortGridview th 
{
    
    text-align: center !important;
    color:#e90f8c;
    width:auto;
    background-color:rgb(255,252,213);
    background-image: url('../../images/bg.gif');
         background-position: right center;  
            background-repeat:no-repeat; 
    }
    .sortGridview th,.sortGridview td 
{
    padding:8px;
    width: 500px;
    }
    
    .sortGridview tr td a 
{
    font-weight:bold;
    }
   .sortGridview th.headerSortUp   
        {       
         background-image: url('../../images/asc.gif');
            background-position: right center;  
            background-repeat:no-repeat; 
              width:auto;  
        }  
      .sortGridview th.headerSortDown   
        {       
           background-image: url('../../images/desc.gif');
            background-position: right center;  
            background-repeat:no-repeat; 
              width:auto;  
        }   
    td.TabOn {
  background-color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:8px;
  padding-bottom: 8px;
}

td.TabOff {
  background-color: #f3f3f3;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:8px;
  padding-bottom: 8px;
}

td.TabOver {
  background-color: #00B3FE;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:8px;
  padding-bottom: 8px;
}

.feedback-panel {
	       padding:10px 20px 10px 10px;		   
	       width: 250px;
	       background: #F5F5F5;
	       border: #EE18AD 1px solid;
		   border-radius:3px;
		   -moz-border-radius:3px;
		   -webkit-border-radius:3px;
	       position:fixed;
	       top:100px;
		   height:auto;
	       right:-292px;		  
		   float:left;
		   margin-bottom:5px;
		   z-index:9999999;
	   }
	   
	   .feedback-panel h3 {
			text-align:center;
			color:#35AAD8;
			font-size:18px;
	   }
	   
	   .feedback-panel a.feedback-tab {
           background:url(../img/basket.png);
		   background-repeat:no-repeat;
           border-width: 1px 1px 1px 0;
           display:block;
           height:120px;
           right:0px;
           top:100px;
           position:fixed;
           float:left;
           text-indent:-9999px;
           width:30px;
           outline:none;
	   }
	   
	   
	   table#basket-table th {
			background:#35AAD8;
			color: #FFF;
			border-bottom: 5px solid #DFDFDF;
			border-right: 1px solid #E4E4E4;
			padding:8px;
			font-size: 14px;
			line-height: normal;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			margin:0px;
		}

		table#basket-options td {
			background:#35AAD8;
			color: #FFF;
			border-bottom: 5px solid #DFDFDF;
			border-right: 1px solid #E4E4E4;
			padding:12px 8px;
			font-size: 12px;
			line-height: normal;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
			margin:0px;
		}

		table#basket-options a
		{
			color:#fff;
		}

		table#basket-options,table#basket-table {
			border-collapse: separate;
			border-spacing: 0;
			margin-bottom: 5px;
			width: 100%;
			clear: both;
			border-bottom: 0px;
			border-right: 0px;
		}
		
.headerwrap-nopadding {
	background-color: #00b3fe;
	min-height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
 .aspNetDisabled{
  color: #777777;
  
  border-color: #dddddd;
  cursor: not-allowed;
  display: inline-block;
padding: 6px 12px;
margin-bottom: 0px;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;

-moz-user-select: none;
background-image: none;
border-radius: 4px;
}

#grid-table td,#grid-table th 
{
    text-align: left;
    padding:0px 8px;
}

#grid-table td:first-child 
{
    width:590px;
    }
    
