 

 body{
	color: rgb(0,0,0);
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
input, textarea {
	
}


.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}


p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}


input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input#s {
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}


a {
	color: rgb(0,0,0);
	text-decoration: none;
	
	line-height: 1;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}



#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; 
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}


.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}


.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}



.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}

.page-template-sidebar-page-php #respond {
	width: auto;
}


#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


#wrapper{
	border-top:5px solid rgb(92,101,107);
	background: url("/wp-content/themes/TrendEmlak/images/wrapper-repet.gif") repeat;
	
	overflow: visible !important;
}
.page {
	width: 1003px;
	margin: 0px auto;
}
#wrapper, .page, .primary-header, .search-box, .social-link, .g-heading, .sg-heading, .tg-heading, .formbar, .listbar, .table-list, .progress-bar, 
.enquiry-form, .submit-form, #sub-content{
	overflow: hidden;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clear-both{
	clear: both;
	height: 0px;
}
.nav, .gallary, .gallary-two, .gallary-third, .form-fields input[type="submit"], 
.formbar, .listbar, .listbar a, .table-list, .progress-bar, .enquiry-form, .enquiry-form input[type="submit"], .submit-form, 
.submit-form input[type="submit"], .tab a, .main-section{
	behavior: url();
	position: relative;
	z-index: 101;
}
a.tel i, .social-link li i, a.fb, a.twit, a.rss, .nav a.home, .nav a i, .g-heading h2 a, .sg-heading h2 a, .tg-heading h2 a:hover, .table-list i, .progress-bar i, 
.zoomer i, .media li a, .paginations a, .bx-wrapper .bx-pager, .vote-count a.count{
	background-image: url("/wp-content/themes/TrendEmlak/images/sprite.png");
	background-repeat: no-repeat;
}
h1{
	font-size: 2.3em;
	color: rgb(255,255,255);
	font-weight: bold;
	
}
h1, h2, h3, h4{
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
}


.primary-header{
	margin-bottom: 13px;
}
.logo{
	float: left;
	 padding-top: 68px;
	 width: 280px;
}
.site-link{
	float: right;
	 width: 504px;
	padding-top: 55px;
}
.site-link a, .nav a{
	font-family: 'Open Sans', sans-serif;
}
a.tel{
	float: left;
	color: rgb(76,72,72);
	font-size: 1.7em;
	padding-top: 7px;
	font-weight: 600;
}
a.tel i{
	display: block;
	width: 32px;
	height: 32px;
	background-position: -35px -1px;
	float: left;
	margin-top: -6px;
	margin-right: 3px;
}
.search-box{
	float: right;
	border: 1px solid rgb(235,235,235);
	position: relative;
	width: 270px;
	background-color: rgb(248,248,248);
}
.search-box input[type="text"]{
	height: 29px;
	padding:0px 0px 0px 10px;
    width: 220px;
	border:solid rgb(235,235,235);
	border-width:0px 1px 0px 0px;
	background-color: rgb(255,255,255);
	float: left;
	line-height: 2;
}
.search-box input[type="submit"]{
	background-color: rgb(248,248,248);
	border:none;
	display: inline-block;
	width: 33px;
	height: 29px;
	cursor: pointer;
	padding: 0px;
	float: right;
}
.search-box i{
	background: url("/wp-content/themes/TrendEmlak/images/search-image.png") no-repeat;
	display: block;
	height: 15px;
	width: 14px;
	position: absolute;
	right: 12px;
    top: 9px;
	cursor: pointer;
}
.social-link {
	clear: both;
	padding-top: 25px;
	 float: right;
	 overflow: hidden;
}
.nav li, .social-link li{
	float: left;
	list-style: none;
}
.social-link li{
	margin-left:10px;
}
.social-link li.none{
	margin-left: 0px;
}
.social-link li.last{
	  	margin-left: 7px;
	  	margin-top: -12px;
}
.social-link li i{
	display: block;
	height: 10px;
	width: 10px;
	background-position: -11px -218px;
	float: left;
    margin-top: 4px;
}
.social-link li a{
	font-size: 1.2em;
	color:rgb(172,172,172);
	line-height: 1;
	float: left;
	font-weight: 600;
}
.social-link li a:hover{
	color: rgb(137,131,131);
	text-decoration: none;
}
a.fb, a.twit, a.rss{
	display: block;
	height: 31px;
	width: 32px;
	margin-left: 4px;
}
a.fb{
	background-position: -2px -45px;
	margin-left: 0px;
}
a.twit{
	background-position: -1px -92px;
}
a.rss{
	background-position: -2px -138px;
}
a.fb:hover, a.twit:hover, a.rss:hover{
	text-decoration: none;
}
.nav{
	background: url("/wp-content/themes/TrendEmlak/images/nav-repet.png") repeat-x;
	min-height: 47px;
	border-radius: 5px;
	z-index: 200;
}

.nav li.none{
	margin-left: 0px;
	
}
.nav a{
	display: block;
	font-size: 1.3em;
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 17px 5px 13px 26px;
	text-decoration: none;
}
.nav a.home{
	 background-position: -10px -264px;
    height: 47px;
    padding: 0;
    width: 42px;
}

.nav a i{
	
	background-position: -6px -239px;
	height: 11px;
	width: 11px;
	display:inline-block;
	margin: 2px 5px;
	visibility: hidden;
}


.nav a i.notsub{
	background:none;
}

.nav li.first a{padding-left: 25px;}
.nav a:hover i{
	
	visibility: visible;
} 
.nav a:hover, .nav li:hover{
	background-color: rgb(156,205,52);
}
.nav li:hover i{
	visibility: visible;
}
.nav a:focus{
	background-color: rgb(156,205,52);
}
.nav a.home:hover, .nav li.none:hover{
	background-color: transparent;
}
.nav li.dropdown{
	position: relative;
	z-index: 10;
}
.nav li.dropdown ul{
	display: none;
	background: url("/wp-content/themes/TrendEmlak/images/ul-repet.png") repeat;
	top: 45px;
	left: 0px;
	padding-top: 10px;
	width: 220px;
	position: absolute;
	z-index: 100px;
}
.nav li.dropdown:hover >ul{
	display: block;
}
.nav li li{
	float: none;
	margin: 0px;
}
.nav li li a{
	text-transform: capitalize;
	font-size: 1.2em;
	padding: 10px 12px;
}
.nav li li:hover{
	background-color: transparent;
}
.nav li li a:hover{
	background: url("/wp-content/themes/TrendEmlak/images/ula-repet.png") repeat;
	color: rgb(45,25,25);
}


  .village{
  	 background: url("/wp-content/themes/TrendEmlak/images/village.png") no-repeat;
  	 height: 59px;
  }
 .secondary-footer{
 	width: 100%;
 	background: rgb(92,101,107) url("/wp-content/themes/TrendEmlak/images/footer-repet.png") repeat-x;
 	 margin-top: -4px;
 } 
  .secondary-footer h4{
  	text-transform: uppercase;
  	line-height: 1;
  	font-size: 1.26em;
  	color: rgb(255,255,255);
  	margin-bottom: 10px;
  }
  .footer-content{
  	padding-top: 30px;
  	overflow: hidden;
  }
 
.about-us, .notice, .archive, .contact-us, .media{
 	float: left;
 }
 .about-us{
 	width: 180px;
 }
 .about-us img{
 	margin-top: 4px;
 }
 .about-us p, .footer-content li a, .media span, .copy-right span{
 	font-size: 1.0em;
 	color: rgb(201,194,194);
 	line-height: 1.3;
 	margin-top: 8px;
 }
 .about-us p{
 	width: 125px;
 }
 .footer-content ul{
 	list-style: disc;
 	color: rgb(201,194,194);
 	list-style-position: inside;
 }
  .footer-content ul.arsiv li {
 	width:50%;
	float:left;
	overflow:hidden;
 }
 .footer-content li a{
 	line-height: 1.5;
 	text-transform: capitalize;
 	margin: 0px;
 }
 .notice{
 	width: 120px;
 }
 .archive{
   width: 230px;	
 }
 .contact-us{
 	 width: 280px;
 }
 .media{
 	width: 160px;
 }
 .archive ul{
 	float: left;
 	margin-right: 10px;
	width:200px;
 }
 .contact-us ul{
 	list-style: none;
 	list-style-position: outside;
 }
  .contact-us li small{
  	display: inline-block;
  	width: 46px;
  	text-align: left;
  	font-size: 1.0em;	
  }
 .contact-us li span{
 	margin-right: 8px;
 }
 .media li{
 	float: left;
 	list-style: none;
 }
 .media li a{
 	display: block;
 	width: 24px;
 	height: 23px;
 	margin:0px 5px 15px 0px;
 	text-decoration: none;
 }
 .media li a.fb{
 	background-position: 0px -423px;
 }
.media li a.fb:hover{
 	background-position: 0px -449px;
 }
 .media li a.twit{
 	background-position: -29px -423px;
 }
 .media li a.twit:hover{
 	background-position: -30px -449px;
 }
 .media li a.gplus{
 	background-position: -61px -423px;
 }
 .media li a.gplus:hover{
 	background-position: -60px -449px;
 }
 .media li a.rss{
 	background-position: -91px -423px;
 }
 .media li a.rss:hover{
 	background-position: -91px -449px;
 }
 .media li a.vrss{
 	background-position: -122px -423px;
 }
 .media li a.vrss:hover{
 	background-position: -122px -449px;
 }
 .copy-right{
 	background: rgb(92,101,107) url("/wp-content/themes/TrendEmlak/images/footer-shadow.png") no-repeat center top;
 	text-align: center;
 	padding-top: 22px;
 }
 .copy-right span{
 	margin: 0px;
 }


