.navbar-left {
	float: left !important;
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
	padding: 7px;
}
.sb-toggle-left-inner, .sb-open-left-inner {
	cursor: pointer;
	padding: 10px;
	background: #680704;
}
sb-toggle-left-inner a {
	display: block;
}
.navbar .sb-toggle-left {
	float: left;
	padding: 14px;
	width: 58px;
}
.navicon-line {
	background-color: #FFFFFF;
	border-radius: 1px;
	height: 4px;
	margin-bottom: 3px;
	width: 24px;
}
.navbar-right {
	   margin-top: 28px;
    position: absolute;
    right: 0;
    z-index: 99;
}
.navbar .sb-toggle-right {
	float: right;
	padding: 14px;
	width: 58px;
}
/* --------------------
 * 004 - Slidebar Menus
 */
 
/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	list-style-type: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}
.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}
.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}
.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}
.sb-menu li a {
	display: block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
}
.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}
/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}
.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}
.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
/* Submenus */
.sb-submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: rgba(255, 255, 255, 0.05); /* Submenu background colour. */
}
/* Caret */
span.sb-caret {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0 5px;
	border: 5px solid transparent;
}
span.sb-caret { /* Caret Down */
	border-top: 5px solid;
	border-bottom: 0px solid transparent;
}
.sb-submenu-active > span.sb-caret { /* Caret Up */
	border-top: 0px solid transparent;
	border-bottom: 5px solid;
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	display: none ;
}
/* --------------------
 * 004 - Slidebar Menus
 */
 
/* Main Menu */
.sb-menu2 { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sb-menu2 li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}
.sb-menu2 > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}
.sb-menu2 > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}
.sb-menu2 li a {
	display: block;
	padding: 1em; /* Creates an even padding the same size as your font. */
	color: #f2f2f2;
	font-size: 14px;
}
.sb-menu2 li a:hover {
	text-decoration: none;
	background-color: #bda678; /* Will lighten any background colour you set. */
}
/* Borders */
.sb-right .sb-menu2 li a {
	border-left: 3px solid transparent;
}
.sb-right .sb-menu2 li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
.sb-right .sb-menu2 li a {
	border-right: 3px solid transparent;
}
.sb-right .sb-menu2 li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}
/* Submenus */
.sb-submenu2 {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: rgba(255, 255, 255, 0.05); /* Submenu background colour. */
}
/* Caret */
span.sb-caret {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0 5px;
	border: 5px solid transparent;
}
span.sb-caret { /* Caret Down */
	border-top: 5px solid;
	border-bottom: 0px solid transparent;
}
.sb-submenu-active2 > span.sb-caret { /* Caret Up */
	border-top: 0px solid transparent;
	border-bottom: 5px solid;
}
.agencylogininfo {
	display: block;
}
.agencylogininfo p {
	color: #363636;
	font-family: 'proxima_novalight';
	font-size: 18px;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
.agencylogininfo .s_butt {
	font-size: 12px;
	line-height: normal;
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#agencylog {
	background: none repeat scroll 0 0 #fcffb6;
	height: 50px;
	padding: 0 10px;
	width: 1004px;
	position: absolute;
	top: 0;
	left: 0px;
}
ul.side-menu {
	position: fixed;
	top: 0;
	right: -72%;
	width: 72%;
	height: 100%;
	background-color: #680704;
	z-index: 9999;
	-webkit-transition: right .3s;
	transition: right .3s;
	overflow-y: auto;
}
ul.side-menu.open {
	right: 0;
}
ul.side-menu li {
	top: 100%;
	left: 0;
	right: 0;
	text-align: left;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	list-style: none;
	-webkit-transition: top .3s;
	transition: top .3s;
}
ul.side-menu li.row {
	border: 0;
	position: static;
	top: 0;
	height: 0;
	-webkit-transition: none;
	transition: none;
}
ul.side-menu li.metro {
	position: absolute;
	padding: 0;
	height: 125px;
	text-align: center;
	background-color: #CCC;
}
ul.side-menu li.metro.half {
	width: 50%;
}
ul.side-menu li.metro.full {
	width: 100%;
}
ul.side-menu li a {
	display: block;
	font-size: 12px;
	padding: 0 20px;
	margin: 0;
	color: #F2F2F2;
	height: inherit;
	line-height: inherit;
}
ul.side-menu li a i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
ul.side-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}
ul.side-menu li.metro a {
	margin: 42px 0;
	height: 40px;
	font-size: 40px;
}

/* Reset %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@font-face {
	font-family: 'oswaldbook';
	src: url('../fonts/oswald-regular-webfont.eot');
	src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/oswald-regular-webfont.woff') format('woff'),  url('../fonts/oswald-regular-webfont.ttf') format('truetype'),  url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PerpetuaRegular';
	src: url('../fonts/per_____.eot');
	src: url('../fonts/per_____.eot') format('embedded-opentype'),  url('../fonts/per_____.woff') format('woff'),  url('../fonts/per_____.ttf') format('truetype'),  url('../fonts/per_____.svg#PerpetuaRegular') format('svg');
}
@font-face {
	font-family: 'NewsGothLtBTLight';
	src: url('../fonts/newsgoth-lt-bt-light.eot');
	src: url('../fonts/newsgoth-lt-bt-light.eot') format('embedded-opentype'),  url('../fonts/newsgoth-lt-bt-light.woff') format('woff'),  url('../fonts/newsgoth-lt-bt-light.ttf') format('truetype'),  url('../fonts/newsgoth-lt-bt-light.svg#NewsGothLtBTLight') format('svg');
}
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 16px;
} /* Fix for Opera */
body {
	background: url(../images/body-bg.jpg) 50% 0 no-repeat;
	font: 75%/150% Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #333;
	text-align: center;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}
a {
	color: #888;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ca0413;
}
:focus {
	outline: 0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px; /*5px*/
}
h1 {
	font-size: 2.6666em;
	font-weight: normal;
	line-height: 1.25em; /*32px, 40px*/
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.6666em; /*18px, 30px*/
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2em; /*15px, 18px*/
}
h4 {
	font-size: 1.1666em;
	font-weight: bold; /*14px*/
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
/* Forms */
form {
	display: inline;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
/* Table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
caption, th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
/* Content */
strong {
	font-weight: bold;
}
address {
	font-style: normal;
}
cite {
	font-style: normal;
}
q, blockquote {
	quotes: none;
}
q:before, q:after {
	content: '';
}
small, big {
	font-size: 1em;
}
sup {
	font-size: 1em;
	vertical-align: top;
}
/* Lists */
ul, ol {
	list-style: none;
}
.clr {
	clear: both;
}

p {
	color:#fff;
	font-size:15px;
	line-height:20px;
	margin-bottom:15px;
	
	}
#main-wrapper {
	width: 1008px;
	position: relative;
	margin: 0 auto;
}
#fpage {
	text-align: left;
}
header {
	margin-top: 20px;
	background: url(../images/header-bg.png) 0 0 no-repeat;
	height: 90px;
	padding: 0 38px;
}
.logo {
	float: left;
	font-family: 'PerpetuaRegular';
	font-size: 42px;
	padding-top: 37px;
	text-transform: uppercase;
}
.logo a {
	color: #f0d59b;
}
.m-menu {
	floaT: right;
}
.m-menu {
	list-style: none;
	padding-top: 35px;
}
.m-menu li {
	floaT: left;
	border-lefT: 1px solid #3e3d38;
	padding: 0 10px;
}
.m-menu li a {
	font-size: 14px;
	text-transform: uppercase;
}
.m-menu li:first-child {
	bordeR: none;
}
.m-menu li a:hover {
	color: #f0d59b;
}
.m-menu li:last-child {
	padding-right: 0;
}
.about-g {
	padding: 30px 38px;
	font-sizE: 14px;
	color: #fff;
}
.book_l {
	font-family: 'PerpetuaRegular';
	background: #bda678;
	font-sizE: 32px;
	text-transform: uppercase;
	padding: 15px 25px;
	color: #000;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.book_l:hover {
	background: #000;
	color: #bda678;
}
.book_call {
	floaT: right;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 15px #fff;
	padding-top: 15px;
}
.book_l-head {
	margin-top: -37px;
	position: relative;
	font-family: 'PerpetuaRegular';
	background: #bda678;
	font-sizE: 32px;
	text-transform: uppercase;
	padding: 15px 25px;
	color: #000;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	float: left;
}
.all-ang {
	padding: 0px 38px 30px;
}
.all-ang li {
	floaT: left;
	border: 1px solid transparent;
	margin: 3px;
}
.all-ang li.vip {
	background: url(../images/black-bg.png) 0 0 repeat;
	bordeR: 1px solid #bba477;
	width: 224px;
	height: 265px;
	text-align: center;
	font-sizE: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.all-ang li.vip a {
	color: #bda678;
	display: block;
	line-height: 30px;
	padding-top: 77px;
}
.adount-dub {
	background: #060401;
	bordeR: 1px solid #1d1306;
	margin: 0 38px;
	padding: 10px;
	font-sizE: 14px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 15px;
}
.adount-dub h3 {
	font-sizE: 30px;
	color: #bda678;
	font-weight: normal;
	font-family: 'NewsGothLtBTLight';
}
footer {
	background: #0a0a09;
	padding: 15px 0;
	text-align: center;
}
footer ul {
	text-align: center;
}
footer li {
	display: inline-block;
	padding: 0 5px;
	color: #979797;
}
footer ul li a {
	font-sizE: 14px;
	color: #979797;
}
footer ul li a:hover {
	color: #bda678;
}
.copy {
	color: #979797;
	font-sizE: 12px;
	padding-top: 8px;
}












.head {
    color: #bda678;
    font-family: 'NewsGothLtBTLight';
    font-size: 30px;
    font-weight: normal;
    margin-bottom: -20px;
    text-align: center;
    text-transform: uppercase;
}
.static {
	padding:20px;
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	margin:20px 0;
	border-radius:3px;

	}
.cantent {
	padding:10px;
	}
.statc p {
	text-align:justify;
	}
	
/*==========================================*/
/*   Top Filter Part  CSS Styles*/
  /* ==========================================*/
.filter {
	background: #19191c;
	background: -moz-linear-gradient(top, #19191c 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19191c), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #19191c 0%, #000000 100%);
	background: -o-linear-gradient(top, #19191c 0%, #000000 100%);
	background: -ms-linear-gradient(top, #19191c 0%, #000000 100%);
	background: linear-gradient(to bottom, #19191c 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19191c', endColorstr='#000000', GradientType=0 );
	border: 1px solid #2a2a2a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 margin: 0 36px 25px;
	padding: 8px 8px 8px 17px;
	 color: #fff;
}
.filter h2 {
	background: #bda678;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    color: #000;
    font-family: 'PerpetuaRegular';
    font-size: 28px;
	line-height: 26px;
	margin: 0 0 12px;
	padding: 6px 10px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
.filter input[type="text"], .filter select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A8A8A8;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 3px #CCCCCC inset;
	padding: 10px 4px;
	width: 293px;
}
.filter select option {
	padding: 0 5px;
}
#slider-range {
	float: left;
	margin-left: 12px;
	margin-top: 24px;
	width: 325px;
}
#amount {
	color: #000000 !important;
	font-weight: normal !important;
	margin-left: 10px;
	text-align: center;
	width: 55px;
}
#amount input {
	color: #000;
}
.ad-pad {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ui-widget-content {
	border: 1px solid #fff;
	background: #bda678 ;
	color: #222222;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	  z-index: 10 !important;
}

.btn {
    background: none repeat scroll 0 0 #bda678;
    border: medium none;
    border-radius: 30px;
    color: #000;
    font-family: 'NewsGothLtBTLight';
    font-size: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
	cursor:pointer;
}

.btn:hover {
	background:#333;
	color:#bda678;
	}
				




.sear-result {
	text-align: center;
	color: #09CDF0;
	margin-bottom: 18px;
	 font-family: 'NewsGothLtBTLight';
}
.sear-result ul {
	list-style: none;
}
.sear-result ul li {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 8px;
    padding: 5px;
    width: 212px;
}
.sear-result ul li a {
	color: #bda678;
}
.sear-result ul li a:hover {
	color: #fff;
}
.sear-result, .sear-result ul li {
	float: left;
}
.sear-result ul li:hover {
	border: 1px solid #4b402a;
}
.sear-result ul li:hover img, .sear-result ul li:hover .moreinfo span {
	opacity: 1;
	border: 0;
}
.sear-result img {
	opacity: .85;
	border: 0;
}
.sear-result h3, .sear-result p, .sear-result img {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.sear-result li, .moreinfo span {
	-webkit-transition: all .25s ease-in-out .25s;
	-moz-transition: all .25s ease-in-out .25s;
	-o-transition: all .25s ease-in-out .25s;
	transition: all .25s ease-in-out .25s;
}
.sear-result p, .sear-result ul li:hover .moreinfo {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

.sear-result ul li h3 {
	font-size: 20px;
	margin: 0;
	padding: 10px 0 2px;
	text-transform: uppercase;
}
.sear-result ul li h3 a {
	color: #09CDF0;
}
.sear-result ul li h3 a:hover {
	color: #09CDF0;
}

.sear-result div {
	overflow: hidden;
	height: 251px;
	width: 100%;
	position: relative;
}

.sear-result ul li, .sear-result div {
	position: relative;
}
.moreinfo {
	bottom: -56px;
	height: 56px;
	width: 212px;
	left: 1px;
	background: url(../images/alpha-bg.png) 0 0 repeat;
}
.sear-result .moreinfo {
	position: absolute;
}
.sear-result ul li:hover .moreinfo {
	bottom: 0;
}
.stamp_av {
	top: 284px;
}
.sear-result ul li:hover .stamp_av {
	top: 230px;
}
.stamp_av {
	background-color: #000000;
	padding: 1px 5px;
	right: 9px;
	position: absolute;
	font-weight: bold!important;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #99CC00;
	color: #99CC00!important;
	font-size: 12px!important;
	display:none;
	`
}

/*==========================================*/
/*   Pagination Styles*/
  /* ==========================================*/
.dark-theme {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	
}
#dark-pagination {
	width: 350px;
	margin: 0 auto;
}
.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC!important;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%, #333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%, #333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%, #333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%, #333 100%); /* W3C */

}
.dark-theme a:hover {
	text-decoration: none;
	background: #444;
	color: #fff!important;
}
.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}
.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
.span91 {
	display: block;
}




/*==========================================*/
/*   Reviews Page Styles*/
  /* ==========================================*/
#comment {
	display: block;
	resize: none;
}
#comment ul {
	list-style: none;
}
#comment ul li {
	background: none repeat scroll 0 0 #0F0F0F;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	margin-bottom: 15px;
	padding: 8px 8px 12px;
	display: block!important;
}
.com1 {
	float: left;
	width: 100px;
}
.com1 img {
  border-radius: 50%;
    box-shadow: 0 7px 5px #f0d59b;
    height: 86px;
    width: 86px;
}
.com2 {
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	width: 820px;
}
.com2 h4 {
	float: left;
	font-size: 13px!important;
	font-weight: bold!important;
	border: none!important;
	color: #fff!important;
}
.com2 h4 a {
	color: #f0d59b;
}
.com2 h4 a:hover {
	color: #fff;
}
.com2 p {
	color: #CCCCCC;
	font-size: 13px;
	line-height: 18px;
}
.user {
	color: #e1e1e1;
	float: right;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
}
/*==========================================*/
/*   Blogs Page Styles*/
  /* ==========================================*/
.blog ul {
	list-style: none;
}
.blog ul li {
	background: none repeat scroll 0 0 #0F0F0F;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	margin-bottom: 15px;
	padding: 8px 8px 12px;
}
.blog h3 {
  color: #bda678;
    font-family: 'NewsGothLtBTLight';
	font-size: 20px;
	margin-bottom: 5px;
}
.blog p {
	color: #CCCCCC;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}
.entry-meta {
	float: right;
}
.entry-meta span, .entry-meta em {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 6px;
	color:#fff;
}
.blog a.read {
	color: #fff;
	float: right;
}
.blog a.read:hover {
	color: #fff;
}
.blog a.read {
	background: url("../images/btn_pfeil.png") no-repeat scroll right top transparent;
	color: #00BADB;
	display: block;
	float: right;
	font: 18px/22pt Arial,Helvetica,sans-serif;
	height: 26px;
	outline: medium none;
	padding: 0 29px;
	text-decoration: none;
	text-transform: uppercase;
}
.blog a.read:hover {
	text-decoration: none;
	background: url('../images/btn_pfeil.png') no-repeat;
	background-position: 100% 100%;
}
.blog hr {
	background: none repeat scroll 0 0 #303030;
	border: 0 solid #CCCCCC;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 10px;
}

.com2 a {
	color:#F90;
		}
.com2 a:hover {
	color:#bda678;
	}

.btn2 {
    background: none repeat scroll 0 0 #bda678;
    border: medium none;
    border-radius: 30px;
    color: #000;
    font-family: 'NewsGothLtBTLight';
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
	cursor:pointer;
	float:right;
}

.btn2:hover {
	background:#333;
	color:#bda678;
	}


/*==========================================*/
/*   FAQ Page Styles*/
  /* ==========================================*/
.su-spoiler-style-1 {
	background: none repeat scroll 0 0 #0F0F0F;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	padding: 10px;
}
.su-spoiler-style-1 > .su-spoiler-title span.spoiler-button {
	background: url("../images/spoiler-style-1.png") no-repeat scroll 0 0 transparent;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	display: block;
	float: left;
	height: 21px;
	margin-right: 15px;
	width: 21px;
}
.su-spoiler-style-1 > .su-spoiler-title {
	cursor: pointer;
	font-size: 16px;
	line-height: 21px;
	padding: 0;
	  color: #bda678;
    font-family: 'NewsGothLtBTLight';
}
.su-spoiler-style-1.su-spoiler-open > .su-spoiler-title span.spoiler-button {
	background: url(../images/spoiler-style-1.png) 100% no-repeat;
}
.su-spoiler-style-1 .su-spoiler-content {
	padding: 15px 0 10px;
	display: none;
}
.su-spoiler-style-1 .su-spoiler-content p {
	color: #B7B7B7;
	font-size: 14px;
	line-height: 20px;
}
.su-spoiler-style-1 .su-spoiler-style-1 {
	margin: 1em
}
.span93 {
	float: right;
	width: 290px;
}
.span4 h4.intro {
	border-bottom: 1px solid #3f4146;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
}
.span4 h5 {
	display: inline;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding-right: 10px;
}


/* ==========================================
   Contact us  CSS Styles
   ========================================== */

.cantent-pert {
	padding-top:30px;
	}

.contact {
	display:block;
	}
	
.contact-form {
	float: left;
	width: 610px;
}

.contact-form h3 {
    background: none repeat scroll 0 0 #bda678;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase;
	font-family: 'NewsGothLtBTLight';
	font-weight:normal;
}
.tom {
	display: block;
}
.t1 {
	float:left;
	}

.tom input, .tom select, .tom textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #2f200d;
    color: #fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0 0 0 6px;
    padding: 8px 5px;
    width: 185px;
}
.tom input:focus, .tom select:focus, .tom textarea:focus, .tom15 ul li input:focus, .tom15 textarea:focus {
	border-color: #333;
}
.tom select {
	width: 460px;
}

.tom textarea {
    height: 110px;
    margin-top: 10px;
    overflow: auto;
    width: 589px;
	margin-bottom:20px;
}
.contact-info h3 {
    background: none repeat scroll 0 0 #bda678;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase;
	font-family: 'NewsGothLtBTLight';
	font-weight:normal;
}
.contact-info {
	float: right;
	width: 330px;
	margin-left:10px;
}
.contact-info .c1 {
	display: block;
	padding-bottom: 18px;
	color: #333;
	line-height: 18px;
}

.contact-info .c1 span {
    color: #ccc;
    display: block;
    float: right;
    font-size: 13px;
    width: 234px;
}
.contact-info .c1 strong {
	display: block;
	float: left;
	padding-left: 22px;
	font-size: 12px;
	color: #bda678;
}

.contact-info .c1 span a {
	color: #006699;
	font-size: 12px;
	font-weight: normal;
}
.contact-info .c1 span a:hover {
	color: #333;
	text-decoration: underline;
}

.contact-form input[type="submit"] {
	border:none;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
	margin-left:8px;
	}
.c1 {
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden;
	padding-top:5px;
	    border-bottom: 1px solid #2f200d;
	}	

	
.map {
	width:100%;
	  margin-bottom: 20px;
	  padding:5px;
	  background:#fff;
	}
.contact {
	display:block;
	}		


/* ================================ */
/* gallery CSS*/
/* ================================ */
.gallery {
    display: block;
    margin-bottom: 20px;
    margin-left: 50px;
}
.gallery ul {
	list-style:none;
	}	

.gallery ul li {

    border-radius: 3px;
    margin: 0 9px 21px;
    padding: 5px;
	display:inline-block;
}	
	

/* ==========================================
   image effects
   ========================================== */


.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
   background-color: rgba(0,0,0,0.3);
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view-fifth:hover img {
   -webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
}
.view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view {
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;

}
.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 8px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: none;
   color: #fff;
   text-transform: uppercase;
    font-size: 14px;
	border:solid 1px #fff;
}
.view a.info:hover {
    color: #9ae496;
	border:solid 1px #9ae496;
}

	
	



/*==========================================*/
/*   Escort Detail Page Styles*/
  /* ==========================================*/
.detail-left {
	float: right;
	width: 458px;
	text-align: center;
}
.detail-left img {
	border: 4px solid #0F0F0F;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.detail-right {
	float: left;
	width: 458px;
}
.soc {
	float: right;
}

.detail-right .btn {
    border-radius: 3px;
    font-size: 18px;
    padding: 10px;
}
.detail-right .c1 {
	background: none repeat scroll 0 0 #141414;
	border: 1px solid #141414;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	float: left;
	line-height: 24px;
	margin-top: 9px;
	padding: 25px 8px;
	text-align: center;
	width: 100px;
}
.detail-right .c1 a {
	color: #ffffa2;
	font-size: 15px;
}
.detail-right .c1 a:hover {
	color: #00badb;
}
.module1 {
	background: none repeat scroll 0 0 #0F0F0F;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	float: left;
	margin-bottom: 15px;
	margin-right: 12px;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 458px;
}
#profilename {
	border-bottom: 1px dashed #353D47;
	color: #bda678;
	font-size: 20px;
	margin-bottom: 12px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
}
.statsq99 {
	border-bottom: 1px solid #272727;
	padding: 0 5px;
	font-size: 15px;
}
.statsq99:hover {
	background: #0f0f0f;
	background: -moz-linear-gradient(left, #0f0f0f 0%, #383838 50%, #0f0f0f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0f0f0f), color-stop(50%, #383838), color-stop(100%, #0f0f0f));
	background: -webkit-linear-gradient(left, #0f0f0f 0%, #383838 50%, #0f0f0f 100%);
	background: -o-linear-gradient(left, #0f0f0f 0%, #383838 50%, #0f0f0f 100%);
	background: -ms-linear-gradient(left, #0f0f0f 0%, #383838 50%, #0f0f0f 100%);
	background: linear-gradient(to right, #0f0f0f 0%, #383838 50%, #0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#0f0f0f', GradientType=1 );
}
.statsq {
	color: #FFFFFF;
	float: left;
	padding: 7px 4px;
	text-transform: capitalize;
	width: 80px;
}
.statsa {
	color: #fef1a1;
	float: right;
	padding: 7px 4px;
	text-align: right;
	width: 170px;
	text-transform: capitalize;
}
.profiletime {
	color: #FFFFFF;
	float: left;
	padding: 7px 4px;
	text-transform: uppercase;
	width: 350px;
}
.profiletimes {
	float: left;
	padding: 7px 4px;
	text-align: right;
	width: 145px;
	color: #fef1a1;
}
.module65 {
	background: none repeat scroll 0 0 #0F0F0F;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	float: right;
	margin-left: 0;
	margin-right: 0;
	padding: 10px 5px 0;
	width: 450px;
}
.module65 img {
	border: 4px solid #212121;
	float: left;
	margin: 0 12px 12px;
	width: 124px;
}
.module65 img:hover {
	border: 4px solid #c1c1c1;
}
































.agency-profile-part {
	display: block;
}
.agency-pro-top-part {
	display: block;
	padding-bottom: 20px;
	margin: 12px;
	box-shadow: 0 1px 0 #CCCCCC;
}
.agency-pro-bot-part {
	display: block;
}
.agency-top-left-part {
	float: left;
	width: 260px;
}
.agency-top-left-part img {
	border: 7px solid #FFFFFF;
	box-shadow: 0 0 5px #CCCCCC;
	display: block;
}
.star img {
	border: none;
	box-shadow: none;
}
.agency-top-right-part {
display:block;
}
.abou-agency {
	display: block;
	margin-bottom: 2px;
}
.abou-agency .agnl {
	background: none repeat scroll 0 0 #F4F4F4;
	color: #444444;
	float: left;
	font-size: 13px;
	font-weight: normal;
	padding: 8px 2px;
	text-align: right;
	width: 150px;
}
.abou-agency .agnr {
	color: #000;
	float: left;
	font-size: 13px;
	padding: 8px 9px;
	width: 355px;
}
.abou-agency .agnr a {
	color: #c70529
}
.abou-agency .agnr a:hover {
	color: #4690BD;
}
.agn-share {
	float: left;
	margin-top: 10px;
}
.agn-send {
	float: right;
	margin-top: 4px;
}
.agn-send .s_butt {
	font-size: 14px;
	padding: 10px 20px;
}
.agnb {
	padding-top: 6px!important;
}
.agnb .r_butt {
	font-size: 12px;
	padding: 5px 11px;
}
.agen-to-bot {
	display: block;
	margin-top: 11px;
	text-align: center;
}
.agen-to-bot .r_butt {
	font-size: 12px;
	padding: 5px 11px;
}
.star {
	margin-top: 3px;
	text-align: center
}
#primaryBottomTabs_title97, #primaryBottomTabs_title98 {
	margin-bottom: 0;
	padding: 0;
}
#primaryBottomTabs_title97 ul, #primaryBottomTabs_title98 ul {
	list-style: none;
}
#primaryBottomTabs_title97 li, #primaryBottomTabs_title98 li {
	float: left;
	list-style: none outside none;
	margin-right: 1px;
}
#primaryBottomTabs_title97 li a, #primaryBottomTabs_title98 li a {
	background: #bda678;
	margin-right: 5px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	color: #000;
	display: block;
	font-size: 17px;
	line-height: 36px;
	padding: 0 16px;
	text-transform: capitalize;
}
#primaryBottomTabs_title97 li a.selected, #primaryBottomTabs_title97 li a:hover, #primaryBottomTabs_title98 li a.selected, #primaryBottomTabs_title98 li a:hover {
	background: #9d1e06;
	color: #FFFFFF;
}
.primaryBottomTabs_body97, .primaryBottomTabs_body98 {
	border-top: 2px solid #9d1e06;
	padding: 3px 0 0;
}
.bio {
	padding: 5px;
}
.bio h1 {
	color: #C70529;
	background: url("../images/border-3.png") repeat-x scroll 0 100% transparent;
	padding: 0 0 10px 10px;
}
.bio p {
	color: #ccc;
	font-size: 13px;
	line-height: 22px;
}
/* === Enjoy Tab Part Styles === */
.enjoy-list {
	display: block;
}
.enjoy-list ul {
	list-style: none;
}
.enjoy-list ul li {
	color: #363636;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	overflow: hidden;
	padding: 3px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 212px;
}
/* === Gallery Tab Part Styles === */
.gallery2 {
	display: block;
}
.gallery2 ul {
	list-style: none;
}

.gallery2 ul li {
    background: none repeat scroll 0 0 #333;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 5px;
}
.gallery2 ul li a img {
	width: 216px;
}
.maintitle h1 {
	text-transform: uppercase;
	border-bottom: solid 1px #DD1E63;
	color: #d6145a;
}
/* === Rate Tab Part Styles === */
.ratetitle-part {
	background: none repeat scroll 0 0 #75063F;
	color: #FFFFFF;

	font-size: 14px;
	font-weight: bold;
}
.rate_1 {
	float: left;
	line-height: 34px;
	padding-left: 40px;
	width: 240px;
}
.rate_2 {
	float: left;
	line-height: 34px;
	width: 280px;
}
.rate_3 {
	float: left;
	line-height: 34px;
	width: 100px;
}
.ratelist-part {
	color: #515151;
	font-size: 15px;
}
.ratelist-part.white {
	background: #fff;
}
.ratelist-part.gray {
	background: #f8c7d9;
}










/**** Transitions ****/
.transitions-enabled.masonry, .transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}


.ideas-list {
    border: 5px solid #bda678;
    border-radius: 4px;
    margin: 0 10px 15px;
    max-width: 190px;
    overflow: hidden;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 191px;
}













.login {
	width:500px;
	margin:20px auto;
	background:#0a0a09;
	padding:10px;
	border-radius:5px;
	border:solid 1px #1d1306;
	
	
	}
	
.login h2 {
	text-align:center;
	line-height:30px;
	border-bottom:solid 1px #f0d59b;
	color:#f0d59b;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom: 20px;
	 font-family: 'NewsGothLtBTLight';
	}
.l1 {
	   margin: 0 20px 20px;
	}
.l1 label {
	float:left;
	width:122px;
	color:#f0d59b;
font-size:14px;
	}

.l1 input[type="text"], .l1 input[type="password"], .l1 select, .l1 textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    float: left;
    padding: 8px;
    width: 313px;
	border-radius: 3px;
		box-shadow: 0 2px 3px #dddddd inset;
	-moz-box-shadow: 0 2px 3px #dddddd inset;
	-webkit-box-shadow: 0 2px 3px #dddddd inset;
}
.l1 small {
	display:block;
	margin-left:105px;
	
	}
.l1 small a {
	margin-left:15px;
	line-height:30px;
	 font-size: 13px;
	}	


.sign {
	width:500px;
	margin:0 auto;
	
	}
.sign input[type="text"] {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #2f200d;
    color: #fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0 0 0 6px;
    padding: 8px 5px;
    width: 250px;	
	}
.sign input[type="submit"] { 

  background: none repeat scroll 0 0 #bda678;
    color: #000;
    font-family: 'NewsGothLtBTLight';
    font-size: 17px;
    padding: 5px 10px;
    text-transform: uppercase;
	float:left;
	border:none;
	cursor:pointer;
}

.sign input[type="submit"]:hover {
  background: none repeat scroll 0 0 #222;
    color: #bda678;	
	}

.club {
	width:700px;
	margin:0 auto;
	text-align:center;
	}
.club h3 {
	border-bottom:solid 1px #bda678;
	line-height: 41px;
	 font-family: 'PerpetuaRegular';
	 text-transform:uppercase;
	}
.club p {
	font-style:italic;
	}		
	
	
/*==========================================*/
/*   My Account Page Styles*/
  /* ==========================================*/

.prfile-left {
    float: left;
    width: 230px;
	text-align:center;
}
.blackGradientBox {
background: #fcfcf2; /* Old browsers */
background: -moz-linear-gradient(top, #fcfcf2 0%, #d7d8c0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcf2), color-stop(100%,#d7d8c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfcf2 0%,#d7d8c0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfcf2 0%,#d7d8c0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfcf2 0%,#d7d8c0 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfcf2 0%,#d7d8c0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcf2', endColorstr='#d7d8c0',GradientType=0 ); /* IE6-9 */
	padding: 8px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 5px #000;
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 15px #FFFFFF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 15px #FFFFFF;
}
.btn2 {
	display: block;
 *display: inline;
	padding: 4px 14px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 16px;
	line-height: 30px;
 *line-height: 20px;
	color: #000!important;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	vertical-align: middle;
	cursor: pointer;
	background-color: #eedfa6;
 *background-color: #ddbe7b;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eedfa6), to(#ddbe7b));
	background-image: -webkit-linear-gradient(top, #eedfa6, #ddbe7b);
	background-image: -o-linear-gradient(top, #eedfa6, #ddbe7b);
	background-image: linear-gradient(to bottom, #eedfa6, #ddbe7b);
	background-image: -moz-linear-gradient(top, #eedfa6, #ddbe7b);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #eedfa6 #ddbe7b #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
}
.btn2:hover, .btn2:active, .btn2.active, .btn2.disabled, .btn2[disabled] {
	box-shadow: 0 0 2px #000;
	
	background: #565656; /* Old browsers */
background: -moz-linear-gradient(top, #565656 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #565656 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #565656 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #565656 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom, #565656 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.btn2:hover {
	color: #fff !important;
	text-decoration: none;
	/* Buttons in IE7 don't get borders, so darken on hover */
    -webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	text-shadow:none;
	border-color:#333;
}
.prfile-right {
	float: right;
	width:715px;
}








.login-pert {
    position: absolute;
    right: 10px;
    top: -18px;
	z-index:999;
}

.drop {
    display: block;
    float: left;
    margin-right: 20px;
}	
.drop ul {
	list-style:none;
	} 

.drop ul li {
    background: none repeat scroll 0 0 #bda678;
    line-height: 20px;
    padding: 1px 10px;
}	
.drop ul li i {
margin:0 10px;	
	}

.drop ul li ul {
    background: none repeat scroll 0 0 #bda678;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 27px;
    z-index: 10;
	 display:none;
	 min-width:123px;
}	
.drop ul li ul li {
	background:none;
	border-bottom:solid 1px #dac69e;
	padding:0;
	}
.drop ul li ul li a {
	padding:0 10px;
	}	
.drop ul li ul li a:hover {
	
	background:#333 ;
	display:block;
	
	
	}		
.drop ul li:hover ul{
	display:block;
	
}

.login-pert a {
    color: #ffffff;
    line-height: 25px;
	text-transform:capitalize;
}

.pull-right {
    float: right;
    margin-right: 10px;

}

.vip {
height:305px;
	
	
	}
	.error {
    background: linear-gradient(to bottom, #19191C 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #2A2A2A;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.698);
    color: #FB0000;
    margin-bottom: 25px;
    padding: 8px 8px 8px 17px;
}
.error p {
    margin-bottom: 0;
}
.success {
    background: linear-gradient(to bottom, #19191C 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #2A2A2A;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.698);
    color: #09CDF0;
    font-size: 16px;
    margin-bottom: 25px;
    padding: 8px 8px 8px 17px;
}
.success p {
    margin-bottom: 0;
}
.con-left {
    float: left;
    width: 630px;
}
	
.regi {
	width:100%;
	}
.regi .l1 {
    float: left;
    width: 45%;
	
}


.regi .l1 input[type="text"], .regi .l1 input[type="password"] {
	width:287px ;
}
.regi .l1 select {
	width:302px;	
	}
	
.regi .l1 textarea {
    width: 84.3% ;
}


.teg1 {
    background: url("../images/teg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 74px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 76px;
    z-index: 99;
}


.new-tag {
    background: url("../images/new.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 57px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 57px;
    z-index: 99;
}
	

.available-tag {
    background: url("../images/avlailable.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 41px;
    height: 62px;
    left: 5px;
    position: absolute;
    width: 762px;
    z-index: 99;
}
.vip-image {
    background: none repeat scroll 0 0 #000;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    height: 61%;
    line-height: 37px;
    padding-top: 32%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    width: 96%;
    z-index: 999;
}

.warning {
	float: left;
    margin-left: 126px;	
}

.module1 {
	width:100%;
	}
	

.statsa {
    width: 62% !important;
}

.profiletimes {
    color: #fef1a1;
    float: left;
    padding: 7px 4px;
    text-align: center;
    width: 28%;
}

.sear-result ul li:hover .remove {
	display:block;
	}
.remove {
    background: none repeat scroll 0 0 #c71e07;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    height: 16px;
    padding: 5px;
    position: absolute;
    right: 7px;
    top: 7px;
 transition: all 0.25s ease-in-out 0s;
    width: 16px;
	display:none;

}
.remove:hover {
	background:#bfa97c;

	}	
.remove:hover i {
	color:#000;
	transform:scale(1.01)	
	}		
	.ces-center {text-align: center; padding: 70px 0;}
	.ces-center img {display: inline-block; margin: 0 30px;}
	.features-list {padding-bottom: 70px;}
	.features-list ul {list-style: none;}
	.features-list ul li h3 { color: #fff;
    font-size: 18px;
    min-height: 43px;
    text-transform: uppercase;}
	.features-list ul li { display: inline-block;
    margin: 0 1%;
    text-align: center;
    vertical-align: top;
    width: 14%;}
	.features-list ul li span.icon-img { height: 79px; display: inline-block; width: 100%; margin-bottom: 15px;}
	.features-list ul li span.icon-img1 {background: url(../images/page1_icon1.png) 50% 100% no-repeat; }
	.features-list ul li span.icon-img2 {background: url(../images/page1_icon2.png) 50% 100% no-repeat; }
	.features-list ul li span.icon-img3 {background: url(../images/page1_icon3.png) 50% 100% no-repeat; }
	.features-list ul li span.icon-img4 {background: url(../images/page1_icon4.png) 50% 100% no-repeat; }
	.features-list ul li span.icon-img5 {background: url(../images/page1_icon5.png) 50% 100% no-repeat; }
	.features-list ul li span.icon-img6 {background: url(../images/page1_icon6.png) 50% 100% no-repeat; }
	.features-list ul li:hover span.icon-img {background-position: 50% 0%;} 
	
	.read-m-ore {color:#fff; font-sizE: 18px; text-transform:uppercase; font-weight: bold;}
	
	