@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,300);
 @charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#e9e4e0;
	font-size:14px;
	color:#666666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.offer-right h2 {
	color:#F60;
	text-decoration:none;
	font-size:20px;
	font-weight:800;
	padding-left:0px !important;
	padding-top:10px;
	

line-height:40px;

}
a {
	color:#2b68a8;
	text-decoration:none;
}
a:hover {
	color:#ff9a00;
}
.header-wrap, .banner-wrap, .cont-wrap, .footer-wrap {
	width:100%;
	height:auto;
	float:left;
	clear:both;
}
.header-wrap, .footer-wrap {
	background-color:#FFFFFF;
}
.footer-wrap {
	border-top:#cccccc solid 1px;
}
.logo {
	float: left;
	height: auto;
	margin-bottom: 5px;
	margin-left: 1.5%;
	margin-top: 10px;
	width: 159px;
}
ul.top-nave {
	width:auto;
	height:auto;
	margin-right:1.5%;
	float:right;
	display:inline-block;
	text-align:right;
	margin-top:25px;
}
ul.top-nave li {
	list-style:none;
	float:left;
	line-height:28px;
}
ul.top-nave li a {
	padding:0px 15px;
}
.addv {
	background-color:#ec8601;
	border-radius: 15px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font: 11px/30px;
	height: 30px;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	line-height:30px;
}
.banner-wrap img {
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.search {
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	z-index:999;
	top:115px;
}
.search-box {
	float:right;
	background-color:#5A5A5A;
	padding:10px;
	width:900px;
	color:#afafaf;
	
	position:relative;
	opacity:0.8;
	border-radius:10px;
	margin-top:23%;
}
.search-box h2 {
	font-size:30px;
	color:#fff;

}
.search-box p {
	margin-bottom:10px;
}
.search-box input[type="text"] {
	background-color: #fff;
	border: 1px solid #535353;
	color: #000;
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	margin-right:10px;
	border-radius: 3px;
	margin-bottom:20px;
}
.search-box input[type="submit"] {
	background-color: #F28C07;
	border: 2px solid #333333;
	border-radius: 1px;
	clear: both;
	color: #FFFFFF;
	
	height: 37px;
	line-height: 37px;
	margin: 0 auto !important;
	text-align: center;
	width: 12%;
	cursor: pointer;
	
}
.search-box select {
	background-color: #fff;
	border: 1px solid #535353;
	color: #000;
	float: left;
	padding: 9px 5px;
	margin-right:10px;
	border-radius: 3px;
	margin-bottom:20px;
}
.select {
	margin-left:40px;
}
/*.ui-datepicker {

	background-color: #333333;

    border: 1px solid #535353;

}

.ui-datepicker-header {

padding:5px 10px;

border-bottom:#535353 solid 1px;

}

.ui-datepicker-calendar {

padding:5px 10px;

}

.ui-datepicker-prev {

float:left;

}

.ui-datepicker-next {

float:right;

}*/

.wrap {
	max-width:1140px;
	margin:0 auto;
}
h3 {
	font-size:22px;
	line-height:40px;
	text-align:center;
	color:#2b68a8;
	font-weight:600;
	background-image:url(../images/title-bg.jpg);
	background-position:left 20px;
	background-repeat:repeat-x;
	margin: 0 1.5%;
}
h3 span {
	background-color:#e9e4e0;
	padding:0px 20px;
}
ul.listing {
	margin:0px;
	padding:0px;
}
ul.listing li {
	list-style:none;
	float:left;
	width:22%;
	margin:1.5%;
	background-color:#FFFFFF;
}
ul.listing li h3 {
	font-size:14px;
	line-height:30px;
	text-align:left;
	margin:0px 15px;
	background:none;
}
ul.listing li h3 span {
	font-size:14px;
	background:none;
	padding:8px 0px 0px 0px;
}
ul.listing li h3 span, ul.listing li p span {
	float:right;
	display:block;
	font-weight:600;
}
ul.listing li img {
	width:100%;
	height:auto;
}
ul.listing li p {
	border-bottom:#cccccc solid 1px;
	line-height:25px;
	margin:0px 15px 20px 15px;
	padding:0px;
}
ul.listing li p a {
	font-style:italic;
}
ul.listing li h4 {
	color:#FFFFFF;
	text-transform:uppercase;
	line-height:30px;
	text-align:center;
	padding:20px 0px;
}
ul.listing li h4 span {
	background-color:#2b68a8;
	border-radius: 15px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font: 11px/30px;
	height: 30px;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
ul.listing li h4 span a {
	color:#FFFFFF;
}
/*---------------footer css-------------*/

ul.links {
	margin:0px;
	padding:0px;
}
ul.links li {
	list-style:none;
	float:left;
	width:22%;
	margin:1.5%;
}
ul.links h3 {
	font-size:18px;
	line-height:30px;
	text-align:left;
	background:none;
}
ul.links li ul {
	margin:0px;
	padding:0px;
}
ul.links li ul li {
	list-style:none;
	float:left;
	width:100%;
	margin:0;
}
ul.links li ul li a {
	color:#333333;
	line-height:25px;
}
ul.links li ul li a i {
	padding-left:5px;
	padding-right:10px;
}
.sidebar {
	background-color: #FFFFFF;
	padding: 15px;
	width:20%;
	float:left;
	margin-top:15px;
}
.blockWide {
	padding: 10px;
	width:70%;
	float:right;
	margin-right: 1.5%;
}
.sidebarR {
	width:23%;
	float:right;
	margin-top:15px;	
	margin-right: 1.5%;
}
.blockWideL {
	padding: 10px;
	width:70%;
	float:left;
	margin-left: 1.5%;
}
.sidebar .box {
	margin-bottom:10px;
	width:100%;
	float:left;
	clear:both;
}
.sidebar .box input {
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#e6e5e5;
	border:#d6d5d5 solid 1px;
	color:#333333;
}
.sidebar .box input[type="checkbox"] {
	width:25px;
	height:20px;
	margin-right:10px;
	float:left;
}
.row select {
	background-color:#e6e5e5;
	border:#d6d5d5 solid 1px;
	color:#333333;
	padding: 9px 5px;
	width:100%;
}
.sidebar .box .serch {
}
.row {
	width:100%;
	height:auto;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	float:left;
	margin-bottom:5px;
}
.row strong {
	line-height: 30px;
}
.row .callL {
	width:40%;
	height:auto;
	float:left;
}
.row .callC {
	float: left;
	height: auto;
	line-height: 35px;
	text-align: center;
	width: 20%;
}
ul.list {
	margin:0px;
	padding:0px;
}
ul.list li {
	float:left;
	list-style:none;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	position:relative;
	
}
ul.list li:hover {
	background-color: #FFFFFF;
}
ul.list li ul.features {
	width:300px;
	margin:0px 0 0 20px;
	padding:0px;
}
ul.list li ul.features li {
	float:left;
	list-style:circle;
	border-top:none;
	padding:0px;
	width:100%!important;
}
ul.list li .title {
	width: 90%;
	float:left;
	min-width:255px;
}
ul.list li .title h3 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #2B68A8;
	font-size: 22px;
	font-weight: 600;
	line-height: 40px;
	margin:0;
	text-align: left;
}
ul.list li .reting {
	position: relative;
	float:right;
}
ul.list li .propimg {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 100px;
	padding: 5px;
	width: 133px;
	float:left;
}
ul.list li .propimg img {
	width:100%;
	height:auto;
}
ul.list li .propinfo {
	margin: 0 10px;
	float:left;
}
ul.list li .propprice {
	float: left;
	line-height: 30px;
	margin-top: 10px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 40px;
}
.price {
	color: #FF6E00;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 13px;
}
.propertyButtons {
	margin-top: 10px;
}
.controls {
	padding:10px 0;
	float:left;
	width: 100%;
}
.breadcrumbs {
	padding:10px 0;
	float:left;
	width:96%;
	padding:10px 2%;
	background-color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin-top:10px;
}
.controls select {
	background-color: #AFAFAF;
	border: 1px solid #AFAFAF;
	color: #000000;
	padding: 9px 5px;
	width: 25%;
}
.controls input[type="text"] {
	background-color: #AFAFAF;
	border: 1px solid #AFAFAF;
	color: #000000;
	padding: 9px 5px;
	width: 82%;
	margin-bottom:20px;
}
.controls input[type="submit"] {
	background-color: #EC8601;
	border: 1px solid #EC8601;
	color: #FFFFFF;
	padding: 9px 5px;
	width: 15%;
	float:right;
	height:38px;
}
.select {
	margin-left: 40px;
}
#tags {
	background-image:url(../images/search.png);
	background-position: 205px 8px;
	background-repeat:no-repeat;
}
#from, #to {
	background-image:url(../images/Calendar.png);
	background-position: 205px 7px;
	background-repeat:no-repeat;
}
.maincon {
	float:left;
	width:96%;
	padding:10px 2%;
	background-color:#FFFFFF;
	margin-top:10px;
}
.maincon p {
	line-height:18px;
	margin-bottom:10px;
	font-size:14px;
}
.tb{
width:100%;
height:auto;
float:left;
font-size:14px;
line-height:22px;
}
.gall{
width:100%;
float:left;
clear:both;
}
#ratesTable{border:1px solid #BFBFBF;border-collapse:collapse;width:100%;}
#ratesTable td, #ratesTable th{border:1px solid #BFBFBF;text-align:center;vertical-align:middle;padding:4px 5px 5px;}
#ratesTable  th{color: #fff;}
#ratesTable .blue{background:#DCE4EE;}
#ratesTable .green{background:#E3EFD5;}
#ratesTable .orange{background:#feded1}
#ratesTable th.blue{background:#4E77AB;}
#ratesTable th.green{background:#A4CA75;}
#ratesTable th.orange{background:#f45a12;}
table.amenity-table{width:100%; background-color:#d0e8ff;}
.od {
background-color:#ffdda9;
}
table.amenity-table td:first-child{font-weight:normal;text-align:left; padding-left:10px; line-height:30px;}
table.amenity-table td{font-weight:bold;text-align:right; padding-right:10px; line-height:30px;}
.button {
    box-shadow: 0px 1px #cbcbcb;
    font-family: 'Lucida Grande','Lucida Sans Unicode','Helvetica, Arial, Verdana, sans-serif';
    font-weight: 100;
    text-shadow:0 -1px #367BBB;
    cursor: pointer;
    color: #fff;
    border-style:none;
    font-size: 12px;
    padding: 6px 10px 7px 10px;
    background: #2c71c4 url(../images/button_bg.png) repeat-x;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.button:hover {
    text-decoration: none;
    background: #1462bd url(../images/button_bg_hover.png) repeat-x;
}
.sideBarArea #contactowner h2{padding-top:7px;}
#contactownerform .termsAgreement{font-size:11px;}
/*-----------23-03-2014--------------*/
.sidebarR .row {
	width:90%;
	height:auto;
	padding:5%;
	float:left;
	margin-bottom:15px;
	background-color:#FFFFFF;
}
.sidebarR .row h2{
	width:90%;
	height:auto;
	padding:5%;
	margin-bottom:10px;
	background-color:#0067CE;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
}
.sidebarR .row .phn {
	width:100%;
	/*-- background-color:#ec8601; --*/
	border-radius: 15px;
	color: #ec8601;
	display: inline-block;
	font-size:16px;
	line-height:30px;
	height: auto;
	padding:0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	margin-top:10px;
}
.onrimg {
width:50%;
height:auto;
margin:10px auto;
}
.onrimg img{
width:100%;
height:auto;
}
.row1 { width:100%; float:left;}
.row1 label{ width:100%; float:left; line-height:25px;}
.row1 input[type="checkbox"], .row1 select, .row1 textarea, .row1 input[type="text"], .row1 input[type="email"] {border:1px solid #DADADA; margin-bottom:15px;}
.row1 input[type="text"] {padding:5px;width:90%;}
.row1 input[type="email"],.row1 textarea {padding:5px;width:95%;}
.row1 select {padding:5px;width:100%;}
.halfL { width:45%; float:left;}
.halfR { width:45%; float:right;}


/*-------------------Form CSS new - copy all--------------------*/


.loginwrap {
width:100%;
margin:0px auto;
max-width:1100px;
}
.loginwrapinn {
width:100%;
float:left;
background-color:#FFFFFF;
margin:15px 0;
min-height:400px;
}
.regs {
width:630px;
height:auto;
margin-left:260px;
margin-top:20px;
float:left;
}
.loginwrap h2{
font-size: 18px;
font-weight: 400;
padding-left:20px;
line-height:40px;
}
.loginwrap h4{
font-size: 16px;
font-weight: 400;
line-height:40px;
padding-left:20px;
}
.loginL {
padding-right:60px;
padding-left:25px;
border-right:1px solid #999999;
width:320px;
float:left;
}
.loginR {
padding-left:20px;
width:300px;
float:left;
}
.inpwrap {
float:left;
width:310px;
margin-bottom:20px;
}
.inpwrap1 {
float:left;
width:100%;
margin-bottom:20px;
}
.inpwrap label {
float:left;
width:100%;
line-height:25px;
}
.inpwrap input[type="text"], .inpwrap input[type="password"] {
float:left;
width:290px;
line-height:25px;
height:25px;
border:#CCCCCC solid 1px;
padding-left:5px;
}
.inpwrap select {
float:left;
width:295px;
line-height:25px;
border:#CCCCCC solid 1px;
padding-left:5px;
padding-top:4px;
padding-bottom:4px;
}
.inpwrap input[type="submit"], .inpwrap input[type="reset"] {
border:none;
}
ul.tab {
margin:0 0 0 20px;
padding:0;
width:100%;
border-right:#EC8601 solid 1px;
border-top:#EC8601 solid 1px;
border-bottom:#EC8601 solid 1px;
height:25px;
max-width:1055px;
}
ul.tab li{
list-style:none;
float:left;
line-height:25px;
color:#EC8601;
text-align:center;
width:19%;
border-left:#EC8601 solid 1px;
}
.act{
color:#FFFFFF!important;
text-align:center;
background-color:#EC8601;
}
.gray {
background-color: #E6E5E5;
}
.gray h4{
font-size: 18px;
font-weight: 400;
line-height:40px;
padding-left:15px;
}
.gray ul {
	margin:0px;
	padding:10px;
}
.gray ul li {
	list-style:none;
	float:left;
	width:100%;
	margin:0;
}
.gray ul li a {
	color:#333333;
	line-height:25px;
}
.gray ul li a i {
	padding-left:5px;
	padding-right:10px;
}

/*-------------------Offer CSS--------------------*/
.offerwrapinn {
width:100%;
float:left;
margin:15px 0px;
}
.offerwrapinn ul {
margin:0;
padding:0;
}
.offerwrapinn ul li{
list-style:none;
}
.offerwrapinn ul li span{
float:right;
padding-top:10px;
}
.offerwrapinn ul li strong{
line-height:40px;
}

.offer-left h4{
color:#FFFFFF;
padding:0;
font-size:24px;
}
.offer-left p{
color:#FFFFFF;
}
.offer-cnt {
background:#FFFFFF;
margin:10px 0!important;
padding:15px!important;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
line-height:25px;
}
.offer-cnt h4{
color:#666666;
font-size:20px;
color:#F60;
}
.offer-left {
width:24%;
float:right;
background:#0E93DD;
padding:15px;
}
.offer-right {
width:69%;
float:left;
background:#FFF;
padding:15px;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}




/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
	/*left: -5px;*/
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
margin-left: -176px;
bottom: -30px;
width: 385px;
background: url(../images/pager-bg.png) 0 40px repeat-x;
left: 50%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding: 40px 0;
bottom: -80px;
display: block;

}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 22px;
	margin-right:33px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}



.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	border:5px solid #0062CC;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 90px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 90px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 105.1%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}



#my-offer2{
	display:block;
}

#my-offer2 ul{
	list-style:none;
	clear:both;
}

#my-offer2 ul:after{
	clear:both;
	content:'';
	display:table;
}

#my-offer2 ul li{

}

#offer-bullet{
	display:block;
	height:22px;
	width:385px;
	background:url(../images/pager-bg.png) repeat-x;
	margin:10px auto;
}

#offer-bullet a{
	float:left;
	display:inline-block;
	width:22px;
	height:22px;
	border-radius:100%;

	display:inline-block;
	margin-right:33px;
}

#offer-bullet a.bullet-act{
	background:url(../images/active.png) 0 0 no-repeat;
}


.offerlist{
	display:block;
	overflow: hidden;
	min-height:530px;
	background:#fff;
}




.offerheading{
	padding-left:10px;
	font-size:22px !important;
}

.offerlist .offer-grid{
	display:inline;
	width:32%;
	float:left;
	margin:3px;
	background:#DFDFDF;
}


.offerlist .offer-grid .offer-inner{
	padding:5px;
	cursor:pointer;
	border:1px solid #ccc;
	height:275px;
}
.offerlist .offer-grid .offer-inner .offer-imga img{
width:100%;
height:auto;
}
.offerlist .offer-grid .offer-inner .offer-imga{
	border-radius:5px;
}

.offerlist .offer-grid .offer-inner .offer-imga img{
	border-radius:5px;
}
.offerlist .offer-grid .offer-inner span{
	padding:10px 0;
	color:#333;
	font-family: 'Conv_PRISTINA_0';
	font-size:19px;
	line-height:18px;
	display:block;
	text-align:left;
}
.bxslider1{
	height:700px !important;
	overflow:inherit !important;
}

.bxslider1 li{
	display:block;
}



.offergrid1{
	float:left;
	width:350px;
}

.offergrid2{
	width:278px;
	float:left;
}


.offerpad{
	padding:10px;
}


#sign-up-offer{
	display:block;
	padding:15px;
	background-color:#0E93DD;
	border-radius: 5px;
}

#sign-up-offer .signup-pad{
	padding:10px;
	background-color: #fff;
	border-radius: 5px;
}

#sign-up-offer .signup-pad td{
	border-bottom:1px solid #CCC;
}

#sign-up-offer .signup-pad td, #sign-up-offer .signup-pad th{
	padding:5px;
	font-size:14px;
	color:#333;
	line-height: 25px;
}

#sign-up-offer .signup-pad th{
	font-weight:bold;
	font-size:18px;
	color:#156CCD;
}
/*---------offer page css ------*/
#slider							{ background: white url(../images/slider-bg.jpg); height: 315px; overflow: hidden; position: relative; margin:10px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding: 20px 30px; width: 900px; float: left; position: relative; }
.slide h1						{ font-family: Helvetica, Sans-Serif; font-size: 30px; letter-spacing: -1px;
								  color: #ac0000; }
.slide p						{ color: #666; font-size: 12px; line-height: 22px; width:350px; }
.slide img						{ position: absolute; top: 20px; left: 380px; }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }


/* google translate widget modifier start*/



     .goog-te-banner-frame.skiptranslate {
        display: none !important;
    } 
    .goog-te-gadget .goog-te-combo{
        width: 150px;
    }
    body {
        top: -3px !important; 
    }
    #google_translate_element2{
    overflow: hidden;
    display: block;
    padding: 0;
    height: 68px;
    line-height: 98px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #750d6c;
    font-weight: bold;
    font-size: 1.25em;

    }
    .goog-te-combo{
        color: #750d6c;
        background: none;
		margin-right:20px !important;
    }
    .skiptranslate span{
        display: none !important;
    }


/* google translate widget modifier end*/