h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #696969;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	letter-spacing:3px;
	line-height:1;
	margin: 0px 0 15px 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 36px;
	line-height:100%;
}
h2 {
	font-size: 30px;
	line-height: 100%;
}
h3 {
	font-size: 24px;
	line-height: 100%;
}
h4 {
	font-size: 18px;
	line-height:100%;
}
h5 {
	font-size: 14px;
	line-height: 100%;
}
h6 {
	font-size: 12px;
	line-height: 100%;
}
span {
}
p, ul li, ol li, select, body {
}
input {
	outline:none;
}
p {
	color: #9d9d9d;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}
a:hover {
	color: #000000;
}
a {
	color: #696969;
}
ul li {
	list-style:disc inside none;
}
ol li {
	list-style:decimal inside none;
}
label {
	font-family: 'Raleway', sans-serif;
}
body {
	font-family: 'Raleway', sans-serif;
}
/*site styles*/
.search_result {
/* width: 100%; */
margin: 0 0 60px;
padding: 0 0 60px 0;
border-bottom: 2px solid #e2e2e2;
}
.search_icon_bar {
padding-top: 15px;
float: left;
padding-right: 13px;
color: #A1A9A4;
}
a.close_icon {
padding-top: 16px;
float: right;
color: #A1A9A4;
}

.mobile_view {
float: left;
width: 100%;
position: relative;
}
.main_top {
	float:left;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	padding-bottom:0;
	padding-top:0px;
	background-color:#fff;
}
.logo img {
	width:150px;
	height:100px;
}
#nav {
	padding: 0;
	margin-top: 34px;
	float: right;
	margin-bottom: 0;
}
#nav li i {
	color: #5d5d5d;
	font-size: 16px;
	font-weight: normal;
}
#nav li i:hover {
	color: #000000;
}
#nav > li {
	list-style: none inside none;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	background-image:url(../images/ll.jpg);
	background-position: right 6px;
	background-repeat:no-repeat;
}
#nav > li:first-child {
	padding-left:0
}
#nav > li:last-child {
	padding-right:0;
	background-image:none;
}
#nav > li a {
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
}
 #nav > li:nth-child(5) {
 padding-right: 10px;
 background-image:none;
}

.cycle-slideshow {
float: left;
width: 100%;
}

.item {
float: left;
width: 100%;
height:560px;
}


.slideshow {
float: left;
position: relative;
width: 100%;
text-align: center;
background-position: center top;
background-repeat: no-repeat;
margin-top: 68px;
}
.slideshow h1 {
	font-size:60px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:7px;
	font-weight:normal;
}
.slideshow p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
	line-height: 145%;
}
.slideshow_txt {
	float: left;
	width: 100%;
	margin-top: 200px;
}
.slideshow .btn {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 9px 26px;
	border-radius: 0;
}
.left_arrow, .right_arrow {
	position:absolute;
	z-index:999;
	top:50%;
	float:left;
}
.left_arrow i, .right_arrow i {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.left_arrow {
	left:20px;
}
.right_arrow {
	right:20px;
}
#nav li:hover {
	cursor:pointer;
}
#nav li {
	position:relative;
}
#nav ul {
	position:absolute;
	left:0;
	top:100%;
	z-index:9999;
	padding-left:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:20px;
	margin:0;
	background-color:#fafafa;
	min-width:250px;
	border-top:2px solid #000000;
	display:none;
}
#nav li:hover ul {
	display:block;
}
#nav ul li {
	padding-left:25px;
	padding-top:12px;
	padding-bottom:0px;
	list-style:none inside none;
}
#nav ul li a {
	text-transform:none;
	font-size:12px;
	font-weight:normal;
}
.blocked {
	float:left;
	width:100%;
	text-align:center;
	background-color:#fff;
	padding-top:45px;
	padding-bottom:45px;
}
.blocked .row {
	margin-bottom:25px;
	margin-top:0px;
	
}
.icon {
	height: 100px;
	width: 100px;
	display: inline-block;
	margin-bottom: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	padding-top: 40px;
}
.icon i {
	font-size: 25px;
	font-weight: normal;
}
.icon:hover i {
	color:#fff;
}
.icon:hover {
	background-color:#000000;
}
.full_width_slide {
	float:left;
	width:100%;
}
.full_width_slide .col-md-3.col-sm-3.col-xs-12 {
	padding:0;
}
.pos_rel {
	position:relative;
	overflow:hidden;
}
.hover_div {
	position:absolute;
	left:0;
	top:-9999px;
	padding-top: 32%;
	z-index:999;
	height:100%;
	width:100%;
	text-align:center;
	background-image:url(../images/wgrad.png);
	background-position:center;
	background-repeat:repeat;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
.pos_rel:hover .hover_div {
	top:0;
	cursor:pointer;
}
.link_cap {
	display: inline-block;
	margin: 5px;
	background-color: #000000;
	border: 1px solid #ccc;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	padding-top: 10px;
}
.link_cap i, .link_cap i:hover {
	color:#fff;
}
.hover_div h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hover_div p {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #000000;
}
.ban_txt {
	float:left;
	margin-top: 50px;
	width:100%;
	padding: 51px 21px;
	background-color: #f1f1f1;
}
.ban_txt h4 {
	color: #9d9d9d;
	font-size:17px;
	font-weight:normal;
}
.qbutton {
	border:2px solid #000000;
	text-align:center;
	text-decoration: none;
	letter-spacing: 4px;
	padding: 15px 36px;
	color: #fff;
	background-color: #000000;
	float: right;
	font-size: 14px;
	font-weight: bold;
}
.qbutton:hover {
	background-color:transparent;
	color:#000000;
}
.icon_thumb {
	text-align:center;
	height: 50px;
	width: 50px;
	display: inline-block;
	margin-bottom: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	padding-top: 15px;
}
.icon_thumb i {
	font-size: 14px;
}
.blocked.align_left {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 85px;
}
.bleft h3 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 3px;
}
.ban_txt.time {
	text-align: center;
}
.counter {
	color: #5d5d5d;
	font-size: 85px;
	font-weight: 400;
}
.counter_text {
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 15px;
}
.hscroll {
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
	width: 100%;
}
.hscroll_right, .hscroll_left {
	position: absolute;
	top: 44%;
	z-index: 99;
}
.hscroll_right {
	right:0;
}
.hscroll_left {
	left:0;
}
.footer {
	float:left;
	width:100%;
	background-color: #5d5d5d;
	padding: 90px 0 70px;
}
.flogo {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.fsocial {
	padding: 0;
	margin-top: 20px;
	margin-left: 0;
	float: left;
	margin-bottom: 0;
	width: 100%;
}
.fsocial li {
	list-style:none inside none;
	float:left;
	margin-right:5px;
}
.fsocial li i {
	font-size: 18px;
	color: #5d5d5d;
}
.fsocial li a {
	background-color: #7a7a7a;
	width: 30px;
	height: 30px;
	padding-top: 7px;
	float: left;
	text-align: center;
	border-radius: 50%;
}
.fsocial li a:hover {
	background-color:#000000;
}
.footer h4 {
	color:#fff;
	font-size: 15px;
	margin-bottom:22px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.flinks li a {
	color: #acacac;
}
.flinks li {
	margin-bottom: 17px;
	list-style:none inside none;
}
.flinks {
	margin:0;
	padding:0;
}
.footer .col-md-4.col-sm-4 {
	border-right: 1px solid #777;
	padding-right: 35px;
	padding-left: 35px;
}
.footer .col-md-4.col-sm-4:last-child {
	border-right:0;
}
.f_menu {
	float:left;
	width:100%;
	background-color: #444;
	text-align:center;
	padding:30px;
}
.f_menu ul {
	margin:0;
	padding:0;
}
.f_menu ul li {
	list-style:none inside none;
	margin-right:20px;
	display:inline-block;
}
.f_menu ul li a {
	font-size: 14px;
	color: #a2a2a2;
}
.f_menu ul li a:hover {
	color:#fff;
}
.f_menu ul li:last-child {
	margin-right:0px;
}
.bread_crumb a {
	color: #5d5d5d;
	text-transform: uppercase;
	font-size:15px;
	font-weight:700;
	letter-spacing:1px;
	background-image:url(../images/dd.png);
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:15px;
	margin-right:10px;
	float:left;
}
.bread_crumb span {
	color: #000000;
	text-transform: uppercase;
	font-size:15px;
	font-weight:700;
	letter-spacing:1px;
	float:left;
}
.bgcolor {
	background-color: #fbfbfb;
}
.bgcolor .icon_thumb {
	background-color: #000000;
	color:#fff;
	border:1px solid #fff;
}
.align_left {
	text-align:left;
}
.align_left h4 {
	margin-top: 36px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}
.row.align_left .col-md-4.col-sm-4 p {
	margin-top: 19px;
	margin-bottom: 22px;
}
.mmc {
	font-size: 12px;
}
.progress-bar-warning {
	background-color: #000000 !important;
}
.mtop {
	margin-top: 40px;
}
.social_links {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.social_links li {
	margin-right:16px;
	list-style:none inside none;
	float:left;
}
.social_links li a {
	height:30px;
	padding-top: 5px;
	width:30px;
	float:left;
	text-align:center;
	border-radius:50%;
	background-color:#7a7a7a;
}
.social_links li a i {
	font-size:16px;
	color:#fff;
}
.sep {
	height: 18px;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	width: 100%;
	margin-top: 42px;
	margin-bottom: 32px!important;
}
.time_abt {
	background-color:none;
	background-image:url(../images/parallax_home_default.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.ban_txt.time.time_abt .counter_text, .ban_txt.time.time_abt .counter {
	color: #fff;
}
.ban_txt.time.time_abt {
	padding-top: 120px;
	padding-bottom: 120px;
}
.branch {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
}
.branch li {
	float:left;
	width:20%;
	list-style:none inside none;
}
.icon_big {
	width: 120px;
	background-color: #fbfbfb;
	height: 120px;
	border: 1px solid #afafaf;
	padding-top: 41px;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 25px;
}
.icon_big i {
	font-size:44px;
}
.ibg {
	float: left;
	/*background-image:url(../images/lline.png);*/
background-position:center right;
	background-repeat:no-repeat;
	width: 100%;
	position: relative;
}
.clients {
	background-image:url(../images/background_clients_carousel.jpg);
	background-repeat:repeat;
	background-position:center;
}
.align_center {
	text-align:center;
}
.mbtm {
	margin-bottom:40px;
}
.q_price_table:first-child {
	margin-left:0
}
.q_price_table .price_table_inner {
	background-color:#f7f7f7;
	position:relative
}
.q_price_table.active .active_text {
	position:absolute;
	top:-37px;
	right:20px;
	width:100%;
	text-align:center;
	background-color:#000000;
	font-size:13px;
	line-height:31px;
	width:63px;
	height:63px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px
}
.q_price_table.active .active_text span {
	position:absolute;
	top:17px;
	left:0;
	line-height:normal;
	font-size:12px;
	text-transform:uppercase;
	font-weight:900;
	color:#fff
}
.q_price_table.active .price_table_inner>ul {
-webkit-transition:.15s ease-in-out;
-moz-transition:.15s ease-in-out;
-ms-transition:.15s ease-in-out;
-o-transition:.15s ease-in-out;
transition:.15s ease-in-out
}
.q_price_table.active:hover .price_table_inner>ul {
	margin:-18px 0
}
.price_table_inner ul {
	list-style:none outside none;
	margin:0;
	padding-left:0!important;
	color:#5d5d5d
}
.price_table_inner ul li {
	text-align:center;
	margin:0;
	padding:23px 20px 23px
}
.price_table_inner ul li.pricing_table_content {
	padding:0
}
.price_table_inner ul li.pricing_table_content li {
	font-size:15px
}
.price_table_inner ul li.pricing_table_content li:nth-child(2n+1) {
background:#edecec
}
.price_table_inner ul li.pricing_table_content li:last-child {
	border-bottom:0
}
.price_table_inner ul li.prices {
	padding:50px 27px
}
.price_table_inner ul li.table_title {
	padding:25px 27px;
	background:#898989
}
.q_price_table.active .price_table_inner ul li.table_title {
-webkit-transition:padding .15s ease-in-out;
-moz-transition:padding .15s ease-in-out;
-ms-transition:padding .15s ease-in-out;
-o-transition:padding .15s ease-in-out;
transition:padding .15s ease-in-out
}
.q_price_table.active:hover .price_table_inner ul li.table_title {
	padding:34px 27px
}
.price_table_inner ul li.table_title .title_content {
	color:#fff;
	font-weight:400;
	font-size:20px
}
.price_in_table {
	text-align:center
}
.price_in_table .value {
	font-size:30px;
	font-weight:400;
	position:relative;
	color:#000000;
	top:17px
}
.price_in_table .price {
	font-size:60px;
	line-height:1em;
	padding:0 3px;
	font-weight:700;
	vertical-align:middle;
	color:#000000
}
.price_in_table .mark {
	vertical-align:bottom;
	position:relative;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	top:9px;
	color:#5d5d5d;
	display:block;
	line-height:normal
}
.price_table_inner .price_button {
	padding:0
}
.price_table_inner .price_button a {
	display:block;
	background:#ccc;
	color:#fff;
	padding:30px;
	font-size:17px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:1px;
transition:background .2s linear
}
.price_table_inner .price_button a:hover {
	background-color:#000000
}
.active .price_table_inner .price_button a {
	background-color:#000000;
-webkit-transition:padding .15s ease-in-out;
-moz-transition:padding .15s ease-in-out;
-ms-transition:padding .15s ease-in-out;
-o-transition:padding .15s ease-in-out;
transition:padding .15s ease-in-out
}
.price_table_inner h3 {
	margin:0;
}
.price_table_inner li {
	list-style:none inside none;
}
.q_price_table {
	margin-top: 40px;
	margin-bottom:40px;
}
.row.align_center.mbtm h2 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.maxm .col-md-3.col-sm-3 {
	margin-bottom: 20px;
}
.blocked.left_align {
	text-align: left;
}
h5 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}
a.qbutton.pull-left.small {
	margin-top: 92px;
}
.blocked.left_align .row.bg_colored {
	background-color: #f7f7f7;
	padding: 40px;
}
.blocked.left_align .row {
	margin-bottom: 60px;
}
.row.bg_colored a.qbutton.pull-left.small {
	margin-top: 50px;
}
.contact_page h2 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contact_btns .icon_thumb {
	height: 70px;
	width: 70px;
	padding-top: 22px;
}
.contact_btns .icon_thumb i {
	font-size: 26px;
}
.contact_btns .icon_thumb:hover {
	border:1px solid #fff;
	background-color: #000000;
	color:#fff;
}
.contact_page h3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.contact_page input, .contact_page textarea {
	width: 100%;
	margin: 0 0 27px 0;
	padding: 13px 17px;
	border: 0;
	outline: 0;
	resize: none;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 20px;
	background-color: #f8f8f8;
	color: #5d5d5d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blocked .row.nomar {
	margin-bottom: 0;
}
.contact_page input:focus, .contact_page textarea:focus {
	background-color: #f8f8f8;
	color: #5d5d5d;
}
.map {
	/*background-image:url(../images/map.JPG);*/
	background-position:center top;
	background-repeat:repeat-x;
	float:left;
	width:100%;
	height:428px;
}
.blocked.inside_page {
	text-align: left;
}
.inside_page h3 {
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.inside_page h3, .inside_page h4, .inside_page h5, .inside_page h6 {
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom:45px;
}
.inside_page p i {
	font-size: 55px;
	color: #000000;
	padding-left: 10px;
	margin-right: 25px;
}
.space {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.container aside.sidebar {
	position:relative;
	z-index:11
}
aside.sidebar .widget a, .side_menu a, .side_menu .widget li {
	font-weight:400;
	color: #9d9d9d;
	font-size:14px;
-webkit-transition:color .15s ease-in-out;
-moz-transition:color .15s ease-in-out;
-ms-transition:color .15s ease-in-out;
-o-transition:color .15s ease-in-out;
transition:color .15s ease-in-out
}
.side_menu .tagcloud a {
	font-weight:300
}
aside.sidebar .widget a:hover {
	color:#000000
}
.side_menu .widget a:hover, .side_menu .widget li:hover, .side_menu .widget li:hover>a {
	color:#fff
}
aside.sidebar .widget ul, .side_menu .widget ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
aside.sidebar .widget li, .side_menu .widget li {
	margin:0 0 10px;
	list-style:none inside none;
}
aside.sidebar .widget li:last-child, .side_menu .widget li:last-child {
	margin:0
}
.widget.widget_rss li a.rsswidget, #wp-calendar caption {
	color:#000
}
aside.sidebar .widget h5 {
	margin-bottom: 19px;
	font-size: 15px;
	padding: 9px 16px;
	background-color: #efefef;
}
.widget.widget_recent_entries.posts_holder {
	margin-bottom: 40px;
}
.container-fluid {
	float: left;
	width: 100%;
	overflow-x: hidden;
}
.thumbs_style h3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	z-index: 9999;
	border: 1px solid #9d9d9d;
	background-color: #fff;
	text-align: center;
	padding-top: 9px;
}
.scrollup i {
	font-size: 22px;
	color: #9d9d9d;
}
.scrollup:hover i {
	color:#fff;
}
.scrollup:hover {
	background-color:#000000;
}
.serach {
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 99999;
}

.search_box {
float: left;
width: 100%;
background-color:#5d5d5d;
}


.fixed .logo img {
width: 60%;
height:auto;
}



.fixed #nav
{
	margin-top:18px;
	}

.fixed #nav > li {
list-style: none inside none;
padding-bottom: 20px;}


.main_top.fixed
{
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	}


.search_box h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #e9e9e8;
letter-spacing: 0px;
float: left;
margin-right: 15px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
}


.search_box input[type="text"]
{
background: transparent;
border: 0px;
float: left;
width: 85%;
color: #fff;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
height: 50px;
	}
 @media (min-width:220px) and (max-width:767px) {
 .ban_txt {
padding: 51px 0px;
}

.main_top
{
	position:static;
	}

.slideshow,.ban_txt
{
	margin-top:0;
	}
.logo {
position: absolute;
top: 0;
z-index: 99999;
left: 40%;
right: auto;
}
.logo {
text-align: center;
}
 .scrollup {
 right:20px;
 bottom:20px;
}
 .hscroll_left {
 left:10px;
}
 .social_links li {
margin-right: 10px;
}
 .hscroll_right {
 right:10px;
}
 .f_menu ul li {
 margin-right:15px;
}
 .footer .col-md-4.col-sm-4 {
 margin-bottom:20px;
}
 .branch li {
 width: 100%;
 margin-left: 0;
margin-right: 0;
}
 a.qbutton.pull-left.small {
margin-top: 20px;
}
.blocked.left_align .row.bg_colored {
 padding-left:0;
 padding-right:0;
}
 .blocked.left_align .col-md-4.col-xs-12.col-sm-4 {
margin-bottom: 25px;
margin-top: 25px;
}
.blocked.left_align .row {
margin-bottom: 30px;
}
.slideshow h1 {
font-size: 24px;
}
 .slideshow p {
font-size: 16px;
}
.slideshow_txt {
 margin-top:80px;
}
 .qbutton {
 float:left;
}
}
 @media (min-width:768px) and (max-width:1023px) {
p br {
 display:none;
}
 .slideshow_txt {
 margin-top:140px;
}
 .social_links li {
margin-right: 7px;
}
 .branch li {
 width: 40%;
 margin-right: 5%;
margin-left: 5%;
margin-bottom:20px;
}
.scrollup {
 right:20px;
 bottom:20px;
}
}
 @media (min-width:1024px) and (max-width:1199px) {
 p br {
 display:none;
}
 a.qbutton.pull-left.small {
 margin-top:0;
}
 .slideshow_txt {
 margin-top:120px;
}
}

@media(max-width:767px){
	
.logo img {
  width: 80%;
  height: auto;
   }
}
@media(max-width:420px) and (min-width:320px){
	
	.logo {
	left:30%
	}
	}
	
/*.blog.detail {
  margin-top: 70px;
}*/
.date-times {
  margin-bottom: 10px;
}

.blog_image_video {
  margin-bottom: 40px;
  width: 80%;
  height: auto;
  margin-top:40px;
  
}
 /* .share.pull-right {
  margin-bottom: 20px;
  }
*/
 .share.pull-left {
  margin-bottom: 10px;
  }
  
  
        .blog_item {
  margin-top: 40px;
}
