* {
	margin: 0;
	padding: 0;
	outline: 0;
  /*-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;*/
}

body, html {
}

body {
	font-size: 13px;
	line-height: 23px;
	font-family: tahoma;
	color: #727272;
	background: url(../../bahimages/body-pattern.png) repeat 0 0;
	min-width: 100%;

}

input{
color:black;
font-family:tahoma;

}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px none;
}


a {
	color: #ea8040;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}



article, aside, details, footer, header, menu, nav, section {
	display: block;
	
}

input, textarea, select {
	font-size: 15px;
	font-family: arial, sans-serif;
}

textarea {
	overflow: auto;
}

.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}

.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.left, .alignleft {
	float: left;
	display: inline;
}

.right, .alignright {
	float: right;
	display: inline;
}

.shell {
	width: 981px;
	margin: 0 auto;
	
}

.container {
	background: white;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
	-o-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05);
}


#header {
	margin-bottom: 15px;
	position: relative;
	padding-top: 25px;
	height: 80px;
	background: white url(../../bahimages/border-title.png) repeat-x 0 bottom;
}

#logo {
	width: 387px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 23px;
	right: 21px;
}

#logo a {
	height: 74px;
	display: block;
	background: url(../../bahimages/logo.png) no-repeat 0 0;
	text-indent: -4000px;
}

.search {
	width: 370px;
    margin-left: auto;
    padding-left: 8px;
    float: left;
    padding-top: 35px;
}

.search input.field {
    float: right;
    width: 222px;
    padding: 0 0px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d3d3d3;
    font-size: 14px;
    color: #8a8a8a;
    background: #ededed;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 8px;
}

.search input.search-btn {
	float: right;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	border: 0;
	background: url(../../bahimages/search-ico.png) no-repeat 0 0;
	    padding-right: 25px;
}

#navigation {
	padding: 8px 21px 8px;
	margin-bottom: 15px;
	background: url(../../bahimages/bgmenu.png) repeat-x top;
	border-right: 1px solid #4f4f4f;
}

#navigation ul {
	list-style: none;
	list-style-position: outside;
}

#navigation ul li {
	padding: 0 7px;
	float: right;
	font-family: tahoma;
	font-size: 15px;
	font-weight: 500;

}

#navigation ul li:first-child {
	padding-right: 0;
}

#navigation ul li a {
	color: white;
	padding: 2px 10px;
	display: block;
font-family: tahoma;
	line-height: 21px;
	font-size: 15px;
	border: 2px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#navigation ul li.active a,
#navigation ul li a:hover {
	border: 2px solid #eb8346;
	color: #fff;
	text-decoration: none;
	background: #eb8346;
}

#navigation a.nav-btn {
	display: none;
}

#navigation a.nav-btn2 {
	display: none;
}


/******************************/

#navigation2 {
	padding: 8px 21px 8px;
	background: #5f5f5f url(../../bahimages/bgmenu_2.png) repeat-x top;
	border-right: 1px solid #4f4f4f;
}

#navigation2 ul {
	list-style: none;
	list-style-position: outside;
}

#navigation2 ul li {
	padding: 0 10px;
	float: right;
	font-family: tahoma;
	font-size: 15px;
	font-weight: 500;
	width: auto;
	white-space: nowrap;
}

#navigation2 ul li:first-child {
	padding-right: 0;
}

#navigation2 ul li a {
	color: white;
	padding: 2px 4px;
	display: block;
font-family: tahoma;
	line-height: 21px;
	font-size: 15px;
	border: 2px solid  none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	


}

#navigation2 ul li.active a,
#navigation2 ul li a:hover {
color: white;
	padding: 2px 4px;
	display: block;
font-family: tahoma;
	line-height: 21px;
	font-size: 15px;
	border: 2px solid  none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	
	background: #eb8346;
}

#navigation2 a.nav-btn2 {
	display: none;
}

#navigation2 a.nav-btn22 {
	display: none;
}



/******************************/

.slider-holder {
	position: relative;
	margin-bottom: 30px;
}

.slider {
	background: url(../../bahimages/slider-bg.jpg) no-repeat 0 0;
	width: 980px;
	height: 417px;
	position: relative;
	overflow: hidden;
}

.slider ul {
	list-style: none;
	list-style-position: outside;
}

.slider ul li {
	float: left;
	width: 928px;
	height: 417px;
}

.slider .slide-cnt {
	text-align: right;
	width: 450px;
	height: 220px;
	position: relative;
	overflow: hidden;
	float: left;
	padding-top: 30px;
}

.slider h4 {
	color: #fff;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
	text-transform: uppercase;
}

.slider h2 {
	color:#535353;
	font-family: tahoma;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 12px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
	text-decoration:none;
	
}
.slider h2  a
{
	text-decoration:none;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
	color: #f3f3f3;
	font-size: 24px;

}
.slider p {
	color: #fff;
	font-size:15px;
}

.slider p a {
	color: #fff;
}

.slider p a:hover {
	text-decoration: none;
}

.slider img {
	float: left;
	margin-right: 50px;
	margin-left: 24px;
}

.slider .socials {
	width: 158px;
	margin-right: auto;
	padding-top: 18px;
	padding-left: 20px;
}

.slider .socials a {
	width: 31px;
	height: 30px;
	float: left;
	margin-left: 6px;
	background: url(../../bahimages/socials.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.slider .socials a.facebook-ico {
	background-position: 0 0;
}

.slider .socials a.facebook-ico:hover {
	background-position: 0 bottom;
}

.slider .socials a.twitter-ico {
	background-position: -37px 0;
}

.slider .socials a.twitter-ico:hover {
	background-position: -37px bottom;
}

.slider .socials a.skype-ico {
	background-position: -75px 0;
}

.slider .socials a.skype-ico:hover {
	background-position: -75px bottom;
}

.slider .socials a.rss-ico {
	background-position: -114px 0;
}

.slider .socials a.rss-ico:hover {
	background-position: -114px bottom;
}

#thumbs-wrapper {
	width: 434px;
	padding: 0 20px;
	position: absolute;
	bottom: 18px;
	left: 41px;
	overflow: hidden;
}

#thumbs-wrapper a#prev {
	width: 12px;
	height: 17px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	background: url(../../bahimages/left-arr.png) no-repeat 0 0;
}

#thumbs-wrapper a#next {
	width: 12px;
	height: 17px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
	background: url(../../bahimages/right-arr.png) no-repeat 0 0;
}
.txtbx{
font-family: Tahoma;
width: 90%;
padding: 8px;

border: 1px solid #d3d3d3;
font-size: 14px;
color: black;
background: #ededed;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

.txtbx1{
font-family: Tahoma;

padding: 0 8px;
line-height: 24px;
border: 1px solid #d3d3d3;
font-size: 14px;
color: black;
background: #ededed;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
resize:none;
}


.txtbx2{
font-family: Tahoma;
width: 52.5%;
padding: 0 8px;
line-height: 24px;
border: 1px solid #d3d3d3;
font-size: 14px;
color: black;
background: #ededed;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
resize:none;	

}

.rounded{
		background:#e3dfdf;
		padding:8px;

	border:none 3px #000000;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}


.imagerounded{

	border: 0px solid #e3e3e3;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;	

}


.clsbttn{


padding: 8px;
border: 1px solid #d3d3d3;
font-size: 13px;
color: white;
font-family:Tahoma;
background: gray;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
resize:none;	
}
#thumbs {
	height: 80px;
	width: 434px;
	position: relative;
	overflow: hidden;
	padding-top: 7px;
}

#thumbs a {
	margin-bottom: 8px;
	width: 94px;
	height: 69px;
	margin-right: 8px;
	float: left;
	background: #fff;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #d5d5d5;
}

#thumbs a img {
	width: 94px;
	height: 69px;
	float: left;
}

#thumbs a.selected {
	height: 76px;
	position: relative;
	margin-top: -7px;
	opacity: 1;
}
 
#thumbs a.selected img {
	height: 76px;
}

.main {
	padding: 20px;
	background: #f3f3f3;
}

.featured {

	background: #f1f1f1;
	border: 1px solid #e5e5e5;
	padding: 10px 10px 10px 10px;
	
	margin-bottom: 10px;


	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.featured h4 {
	font-family: arial;
	line-height: 43px;
	font-size: 17px;
	color: #4a4a4a;
	font-weight: 400;
}

.featured h4 strong {
	color: #eb8346;
	font-weight: 600;
}

.featured a.blue-btn {
	background: url(../../bahimages/blue-btn.png) repeat 0 0;
	width: 189px;
	height: 39px;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 9px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 39px;
	border: 2px solid #eb8346;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
}

.featured a.blue-btn:hover {
	background-position: 0 bottom;
}

.main h3 {
	font-size: 12px;
	font-family: tahoma;
	color: #4a4a4a;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

.main h5 {
	font-size: 12px;
}

.main h5 {
	padding-bottom: 10px;
}

.main a.more {
	background: url(../../bahimages/blue-arr.png) no-repeat 0 6px;
	text-decoration: underline;
	padding-left: 8px;
	font-weight: 500;
	font-family: arial;
}

.main a:hover {
	text-decoration: none;
}

.main .titehome{
	font-family: arial;
	font-size: 22px;
	padding: 8px;
	border-bottom: 2px dotted #d3d3d3;
	margin-bottom: 20px;
	color: black;
	font-weight: bold;
}


.main .ent {
	position: relative;
	margin: 0px -20px;
	padding: 20px;
	margin-bottom: 1px;
}

.main .ent h3 {
	margin-bottom: 15px;
	background: url(../../bahimages/entry-title.png) repeat-x 0 bottom;
}

.main .ent .enty {
	width: 280px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.main .ent .enty .testimonials1 {
	float: right;
	width: 140px;
}

.main .ent .enty .testimonials2 {
	float: right;
	width: 110px;
	margin-right: 25px;
}

.main .ent .enty .testimonials2 p {
	color: #4f4f4f;
}

.main .ent .enty .testimonials2 p a {
	color: gray;
}

.main .ent .enty .testimonials2 p a.tit {
	color: gray;
}

.main .ent .enty .testimonials2 p a.cat {
	color: #eb8346;
}

.testo {
	width: 140px;
}

.testo1 {
	width: 100px;
}

.main .entries {
	background: white;
	position: relative;
	margin: 0px -20px;
	padding: 20px;
	margin-bottom: 1px;
	border-bottom: 1px solid #e8e8e8;
}

.main .entries h3 {
	margin-bottom: 15px;
	background: url(../../bahimages/entry-title.png) repeat-x 0 bottom;
}

.main .entries .entry {
	width: 280px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}

.entry2 {
	
	float: right;
	padding-left: 15px;
	padding-right: 15px;	

}
.entry2 span
{
	float: right;
	margin-left:15px;
	margin-top: 18px;
}
.imgc
{
	width: 140px;
	height: 200px;


}
.textc
{
width: 105px;
font-size: 12px;

}
.textc a
{ 
	}
.imgcls{
	background: #f9f9f9;
	padding: 4px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid rgb(213, 213, 213);
	height: 200px;	
	width: 140px;
}

.main .entries .entry.last {
	padding-right: 0;
}

.main .entries .entry p.meta {
	color: #cbcbcb;
}

.main .entries .entry p.meta a {
	color: #cbcbcb;
}


.main .entries .entry .date strong {
	color: #eb8346;
	font-size: 22px;
	line-height: 22px;
	font-family: arial;
	font-weight: bold;
	display: block;
}

.main .entries .entry .date span {
	font-weight: bold;
	font-size: 9px;
	color: #c6c6c6;
	position: relative;
	margin-top: 0px;
	display: block;
	line-height: 9px;
}

.main .entries .entry .date em {
	-webkit-transform: rotate(-90deg);
	line-height: 12px;
	-moz-transform: rotate(-90deg);
	font-weight: bold;
	font-style: normal;
	width: 12px;
	color: #bdbdbd;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	left: 41px;
}

.testimonials {
	padding-bottom: 10px;
	border-bottom: 1px dotted #979797;
	margin-bottom: 30px;
	min-height:85px;
	
	position:relative;
}
.der
{
	position:absolute;
	bottom:5px;
	left:5px;
}

.testimonials p {
	font-style: normal;
	font-family: arial;
	font-size: 16px;
	color: #898989;
}

.testimonials p strong {
	font-size: 43px;
	position: relative;
	bottom: -19px;
	font-weight: normal;
	padding-right: 4px;
}

.testimonials p.author {
	font-size: 13px;
	text-align: left;

	font-family:Tahoma;
	color: #eb8346;
}

.testimonials p.author strong {
	font-size: 12px;
	bottom: 0;
	font-weight: bold;
}


#thumbsb{
	background: #f9f9f9;
	padding: 8px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid rgb(213, 213, 213);
}

#footer {
	background: url(../../bahimages/footer-border.png) repeat-x 0 0;
	padding: 20px 20px 20px 20px;
	text-align: right;
}

.footer-nav {
	float: left;
}

.footer-nav ul {
	list-style: none;
	list-style-position: outside;
}

.footer-nav ul li {
	float: left;
	border-right: 1px solid #afaca9;
	padding: 0 10px;
	font-size: 12px;
	line-height: 10px;
}

.footer-nav ul li a {
	color: #767773;
}

.footer-nav ul li a:hover {
	color: #878684;
	text-decoration: none;
}

.footer-nav ul li.last {
	border-right: 0;
}


/***********************************************/

.rss-nav {
	float: right;

}

.rss-nav ul {
	list-style: none;
	list-style-position: outside;
}

.rss-nav ul li {
	float: right;
/*	border-left: 1px solid #afaca9;*/
	padding: 0 10px;
	text-indent: 15px;
	font-size: 13px;
	line-height: 25px;
		background: url("../../bahimages/rss-icon.png") no-repeat right;

}

.rss-nav ul li a {
	color: #767773;
}

.rss-nav ul li a:hover {
	color: #878684;
	text-decoration: none;
}

.rss-nav ul li.last {
	border-right: 0;
}
/***********************************************/

#footer div.copy {
	font-size: 11px;
	color: #afaca9;

	float: right;
}

#footer div.copy a {
	font-size: 10px;
	color: #eb8346;
	line-height: 10px;
	text-decoration: underline;
}

#footer div.copy a:hover {
	text-decoration: none;
}

#footer div.copy span {
	padding: 0 7px;
}





/************************************ ipad portrait ***********************************/
@media only screen and ( min-width: 768px) and ( max-width: 981px ) {
	body {
		width: auto;
	}


	
	.shell {
		width: auto;
		width: 768px;
	}

	.container {
		background-image: url(../../bahimages/container-tablet.png);
	}

	.slider {
		width: 768px;
		height: 366px;
		background-image: url(../../bahimages/slider-tablet.png);
	}

	.slider ul li {
		width: 724px;
	}

	.slider img {
		width: 316px;
		height: 286px;
		margin-left: 0;
		margin-right: 20px;
	}

	.slider h3 {
		font-size: 16px;
	}

	.slider h2 {
	font-size: 24px;
	line-height: 25px;
	}
 
	.slider .slide-cnt {
		text-align: right;
		width: 380px;
		height: 190px;
		padding-right: 8px;
	}

	#thumbs-wrapper {
		width: 356px;
	}

	#thumbs a {
		width: 75px;
		height: 56px;
	}

	#thumbs a.selected {
		width: 75px;
		height: 65px;
	}

	#thumbs a.selected img {
		width: 75px;
		height: 65px;
	}

	#thumbs a img {
		width: 75px;
		height: 56px;
	}

	.featured h4 {
		font-size: 16px;
		line-height: 28px;
	}

	.main .cols .col {
		width: 222px;
		padding-right: 30px;
	}

	.main .cols .col img.left {
		float: none;
		display: block;
		margin: 0 auto 12px;
	}

	.main .entries {
		background-image: url(../../bahimages/entries-tablet.png);
	}

	.main .entries .entry {
		width: 200px;
		padding-right: 24px;
	}

	.main .entries .entry img {
		width: 100%;
	}

	.main .entries .entry .cnt {
		height: 100%;
		overflow: hidden;
	}

	.footer-nav {
		float: left;
		display: block;
		padding-bottom: 10px;
	}

	#footer p.copy {
		float: none;
		display: block;
		padding-left: 10px;
	}

}

/************************** mobile***********************************/
@media only screen and ( max-width: 640px) { 
	body {
		width: auto;
	}

	.search {
		display: none;
	}

	#logo {
		width: 250px;
		position: relative;
		margin: 0 auto;
		top: 0px;
		right: 0;
	}

	#logo a {
		height: 50px;
		display: block;
		background: url(../../bahimages/logo@2x.png) no-repeat 0 0;
		text-indent: -4000px;
	}

	#header {
		background: transparent;
		margin-bottom: 0;
		height: 60px;
	}

	#navigation {
		position: relative;
		z-index: 100;
		padding: 0 0px;
		margin: 0 0px 10px;
		font-family:tahoma;
	}

	#navigation a.nav-btn {
		margin-bottom: 5px;
		text-decoration: none;
		padding: 0 36px 0 10px;
		line-height: 30px;
		display: block;
		background: url(../../bahimages/navigation.png) repeat-x top;
		height: 30px;
		position: relative;
		color: white;
		font-family:tahoma;
	}


	#navigation a.nav-btn2 {
		margin-bottom: 5px;
		text-decoration: none;
		padding: 0 18px 0 10px;
		line-height: 30px;
		display: block;
		background: url(../../bahimages/navigation.png) repeat-x top;
		height: 30px;
		position: relative;
		color: white;
		font-family:tahoma;
	}

	#navigation a.nav-btn span {
		background: url(../../bahimages/dd-nav-arrs.png) no-repeat 0 bottom;
		width: 20px;
		height: 15px;
		position: absolute;
		top: 8px;
		right: 12px;
		font-family:tahoma;
	}

	#navigation a.nav-btn.active span {
		background-position: 0 0;
	}

	#navigation ul {
		display: none;
		position: absolute;
		top: 30px;
		left: 0;
		width: 100%;
	}
	
	#navigation ul li {
		float: none;
		height: 30px;
		border-top: 1px solid #fff;
		font-family:tahoma;
		display: block;
		padding: 0 0 0 0;
		background: url(../../bahimages/navigation.png) repeat-x 0 0;
	}

	#navigation ul li a {
		border: 0;
		line-height: 30px;
		float: none;
		height: 30px;
		display: block;
		font-size: 14px;
		font-family:tahoma;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-o-border-radius: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	#navigation ul li a:hover {
		background-image: url(../../bahimages/blue-btn.png);
		border: 0;
	}

	#navigation ul li.active span {
		background: transparent;
		border: 0;
	}

	#navigation ul li.first {
		display: none;
	}

	
	/******************************************/

	
	/*******************************************/
	.shell {
		width: 320px;
	}

	.container {
		background-image: url(../../bahimages/container-mobile.png);
		width: 320px;
	}

	.main {
		padding: 0 10px;
	}

	.slider ul li {
		width: 724px;
	}

	.slider img {
		width: 316px;
		height: 286px;
		float: none;
		display: block;
		margin: 0 auto;
	}

	.slider h3 {
		font-size: 16px;
	}

	.slider h2 {
	font-size: 24px;
	line-height: 25px;
	}
 
	.slider .slide-cnt {
		text-align: right;
		width: 380px;
		height: 190px;
		float: none;
		display: block;
	}

	#thumbs-wrapper {
		display: none;
	}

	.slider-holder {
		width: 320px;
		margin: 0 auto;
	}

	.slider {
		background-image: url(../../bahimages/slider-mobile.png);
		padding: 0 10px;
		width: 300px;
		margin: 0 auto;
		height: 388px;
		
	}

	.slider .slide-cnt {
		width: 300px;
		float: none;
		display: block;
		padding-top: 12px;
		
	}

	.slider h4 {
		display: none;
	}

	.slider h2 {
		font-size: 24px;
		text-align: center;
	}

	.slider p {
		color: #cee7f1;
	}

	.slider ul li {
		width: 300px;
	}

	.slider .socials {
		display: none;
	}

	.slider img {
		float: none;
		display: block;
		margin: 0 auto;
		width: 194px;
		height: 178px;
	}

	.slider .arrs a {
		position: absolute;
		top: 250px;
		z-index: 30;
		background: url(../../bahimages/slider-arr.png) no-repeat 0 0;
		width: 26px;
		height: 37px;
	}

	.slider .arrs a.prev-arr {
		left: 10px;
		background-position: 0 0;
	}

	.slider .arrs a.next-arr {
		right: 10px;
		background-position: right 0;
	}

	.main .cols .col {
		padding-bottom: 20px;
		float: none;
		display: block;
		padding-right: 0;
		width: auto;
	}
	input
	{
		
	width: 90%;
	}
 
	.main .cols .col img.left {
		float: none;
		display: block;
		margin: 0 auto;
	}

 	.main .entries {
 		margin: 0 -10px;
 	}

	.main .entries .entry {
		width: auto;
		padding-right: 0;
		float: none;
		display: block;
		margin-bottom: 14px;
	}

	
	.featured h4 {
		line-height: 26px;
		padding-bottom: 6px;
	}

	.featured a.blue-btn {
		float: none;
		display: block;
		right: 0;
		left: 0;
		position: relative;
		margin: 0 auto;
		top: 0;
		width: 260px;
	}

	.featured {
		padding: 5px;
	}

	
	#footer {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-nav {
		float: left;
		display: block;
		height: 12px;
	
		padding-bottom: 8px;
	
	}

	.footer-nav ul li {
		font-size: 8px;
		border-right: 1;
		padding: 0 2px;
	}

	#footer p.copy {
		font-size: 8px;
		text-align: center;
		float: none;
		display: block;
	}

}



@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) { 
	#navigation a.nav-btn {
		background-image: url(../../bahimages/navigation@2x.png);
		-webkit-background-size: 2px 30px;
		-moz-background-size: 2px 30px;
		background-size: 2px 30px;
	}

}


/***************************************************************/

.error {

font-family: Tahoma;
width: auto;
padding: 8px;
line-height: 24px;
border: 1px solid red;
font-size: 14px;
color: black;
background: #ededed;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
resize:none;


}


.qerror{

font-family: Tahoma;
width: 90%;
padding: 8px;

	border: 1px solid red;
font-size: 14px;
color: black;
background: #ededed;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;



}


.errormsg{
	color: #DC3A22;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}

clstool{
	width: auto;
	height: auto;
 margin: 30px;
	
}
.clstool div{
	
 float: right;
}


/*//////*/
.titleblock1{
		text-decoration: none;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: gray;
   padding:10px;

	vertical-align: middle;

	height: 39px;

	text-align: right;
	background:white;
border:none 0px #000000;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}


.titleblock2{
		text-decoration: none;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: gray;
   padding:10px;

	vertical-align: middle;
	white-space: nowrap;
	height: 39px;

	text-align: right;
	background: #f3f3f3;
border:none 0px #000000;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}


.name ,.btextt
{
padding:8px;	
}

.admincomment
{
	padding:10px;
	background:#e9e9e9;
	border:none 0px #000000;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-webkit-border-bottom-left-radius:7px;
-webkit-border-bottom-right-radius:7px;
border-top-left-radius:7px;
border-top-right-radius:7px;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
}
.qtitleblock
{
	border: 2px solid #eb8346;
color: white;
text-decoration: none;
background: #eb8346;
padding: 10px;
font-family: tahoma;
font-size: 15px;
font-weight: 500;
border:none 0px #000000;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-webkit-border-bottom-left-radius:7px;
-webkit-border-bottom-right-radius:7px;
border-top-left-radius:7px;
border-top-right-radius:7px;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
}


.qtitleblock1
{
	border: 2px solid #eb8346;
color: white;
text-decoration: none;
background: #eb8346;
padding: 10px;
width: 200px;
font-family: tahoma;
font-size: 15px;
font-weight: 500;
border:none 0px #000000;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-webkit-border-bottom-left-radius:7px;
-webkit-border-bottom-right-radius:7px;
border-top-left-radius:7px;
border-top-right-radius:7px;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
}


.btext
{
		background:#e3dfdf;
		padding:8px;
border:none 0px #000000;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}


.tdcontent
{


}
.qbtext
{
		background:#e3dfdf;
		color:black;
	
		padding:8px;
border:none 0px #000000;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-webkit-border-top-left-radius:7px;
-webkit-border-top-right-radius:7px;
-webkit-border-bottom-left-radius:7px;
-webkit-border-bottom-right-radius:7px;
border-top-left-radius:7px;
border-top-right-radius:7px;
border-bottom-left-radius:7px;
width: 200px;
}

td.tabelecontent1fast{
color: #2E2E2E;
font-size: 12px;
font-family: Tahoma;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
background: #9dcbef;
	}
		td.tabelecontent2fast{
color: Black;
font-size: 12px;
font-family: Tahoma;
background: #93B7D6;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
}

.freelinkfast:hover{
	color: White;
	font-family: tahoma;
	font-size: 12px;
	
}	
.freelink1fast{
	color: Black;
	font-family: tahoma;
	font-size: 12px;
	
}


.freelink1fast:hover{
	color: gray;
	font-family: tahoma;
	font-size: 12px;
	
}



.freelink2fast{
	color: gray;
	font-family: tahoma;
	font-size: 12px;
	
}


.freelink2fast:hover{
	color: Black;
	font-family: tahoma;
	font-size: 12px;
	
}


.titleb3{
	font-family: tahoma;
	font-size:13px;
	color: gray;
	text-decoration: none;
}



.cmntsdiv{
background: white;
padding: 30px;
margin: 20px;
	
    border:none 5px #f0e4f0;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;


}


/**************************************************************/



/*        ssssssssssssssss      
	    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;            */





form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;

}

form > div > fieldset > div > div {
  margin: 0 0 5px 0;
  
}
form > div > label,
legend {
	width: 20%;
  float: right;
  padding-left: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 80%;
  float: left;
  text-align:right;
}
form > div > fieldset label {
	font-size: 100%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
{
	width: 100%;


}
textarea
{
	
width:50%;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 90%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}

/* ***************************** */


a.pagenmb{
text-decoration: none;
font-family: tahoma;
font-size: 17px;
color: Black;
display: inline;
vertical-align: top;
text-align: center;
width: 20px;
height: 20px;
padding: 4px;
padding-bottom:2px;
}
a.pagenmb:hover{
text-decoration: none;
font-family: tahoma;
font-size: 17px;
color: #4b4b4b;
display: inline;
vertical-align: top;
text-align: center;
width: 20px;
height: 20px;
}
.pagenb{
font-family: tahoma;
font-size: 17px;
color: #4b4b4b;
font-weight: bold;
}

.entry h3 a img{
    height: 320px;
}


.icons {
    float: left;
    font-size: 25px;
    padding-left: 10px;
}
