/*
Theme Name: Property Insider
Theme URI: http://thepropertychannel.asia/
Author: Teguh Ananta
Author URI: http://tgh.me/
Description: Property Channel Asia wordpress theme.
Version: 1.0.0.0
Tags: gray, green, white, light, one-column, two-columns, right-sidebar, fixed-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*  Contango Table of Contents
 *
 * Note: See the "Help" tab in the "Contango Options" admin page for license, changelog and other informations.
 *
 * =Reset, =Skeleton, =Header, =Content/Sidebar, =Footer
 * =Paragraph, =Headings, =Text Elements, =Blockquote, =Links
 * =List, =Table, =Form, =Search Form Widget, =Images, =General Classes, =Sidebar(s), =Widget(s)
 * =Type Post, =Entry Content, =Entry Meta, =Loop Meta
 * =Author, =Paging, =Comments
 * =Menu Primary
 *
------------------------ */

/**
|------------------------
| =Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
|------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing:         border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
ol, ul {
  list-style: none;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}

/**
|------------------------
| =Skeleton
|------------------------
*/

body {
    /*font-family: Verdana, Arial, Helvetica, sans-serif; */ font-family: 'Arimo', sans-serif;
    font-size: 13px;
    color:#333;
	background: #f6fafb;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
    padding: 10px;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: black;
}

h2 {

}

#content a {
	text-decoration: none;
	color: #0993c7;
}

#singlelisting a {
	text-decoration: none;
	color: #0993c7;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
	background: #ffffff;
	padding: 10px;
}

#header {
    float: left;
    height: 232px;
    width: 980px;
    background: #FFFFFF;
}

#headimg {
	/*background: url('../exotiqmag/images/exotiq-logo2.png') top center no-repeat !important;*/
	height: 150px !important;
}

#headimg #logo-image {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

#headimg #logo-image img {
	max-width: 100%;
	height: auto;
	border: none;
}

#headimg #logo-text {
	margin: 0;
}

#headimg #logo-text .site-name  {
	display: block;
	font-family: 'Nixie One', cursive;
	font-size: 28px; 
	line-height: 34px; 
}

#headimg #logo-text .site-description {
	display: block;
}

#navigation {
    float: left;
    height: 60px;
    width: 980px;
    background: #ffffff;
	margin-bottom: 2px;
	border-top: double 3px #c8c8c8;
	border-bottom: double 3px #c8c8c8;	
}

.navi {
	font-style: italic;
	padding: 20px;
	float: left;
	width: 100%;
	text-align: center;
}

.downArrow {
	border-color: #1d1d1d transparent transparent transparent;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
	top: 270px;
	margin-left: -4px;
	display: none;
}

#halfhalf {
    float: left;
    height: 32px;
    width: 980px;	
	margin-bottom: 10px;
	position: absolute !important;
	top: 150px;
}

.edition {
	width: 760px;
    float: left;
	font-weight: bold;
}

.search {
	width: 220px;
    float: left;
}

.searchform {
width: 220px;
background: #fff;
border: solid 1px #c8c8c8;
padding: 1px 0;
margin: 0;
overflow: auto;
}

.searchform .assistive-text {
display: none;
}

.searchform input[type="text"] {
width: 172px;
float: left;
padding: 6px 0 6px 11px;
margin: 0;
vertical-align: middle;
border: 0;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #2f2f2f;
background: #fff;
border: 1px solid #e7e7e7;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 2px 0px;
width: 100%;
max-width: 100%;
display: block;
margin: 10px 0 0px 0;
outline: none;
}

.searchform input[type="submit"] {
width: 33px;
height: 33px;
background: url(../exotiqmag/images/zoom.jpg) no-repeat;
border: 0;
cursor: pointer;
text-indent: -9999px;
vertical-align: middle;
margin: 0;
padding: 0;
text-transform: capitalize;
font-size: 0;
display: block;
line-height: 0;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 720px;
	margin-bottom: 20px;
}

#contentlisting {
    float: left;
    background: #FFFFFF;
    width: 980px;
	margin-bottom: 20px;	
}

#singlepage {
    float: left;
    background: #FFFFFF;
    width: 980px;
	margin-bottom: 20px;	
}

#singlelisting {
    float: left;
    background: #FFFFFF;
    width: 980px;
	margin-bottom: 20px;	
}

#slider {
    float: left;
    background: #FFFFFF;
    width: 669px;
	min-height: 417px;
	margin-bottom: 20px;
}

.bjqs-caption {

}

.editorpicks {
	padding: 20px;
	float: left;
	width: 100%;
	text-align: center;	
	margin-bottom: 20px;
	border-top: double 3px #c8c8c8; 
	border-bottom: double 3px #c8c8c8; 	
}

h3 {
	font-size:24px;
	font-family: 'Cinzel', serif;
}

h4 {
	font-size:24px;
	font-family: 'Cinzel', serif;
	text-transform: none;
}

.storieswrap {
    width: 670px;
	overflow: hidden;
}

.stories {
    float: left;
    width: 325px;
	min-height: 352px;
	/*border-right: solid 1px #c8c8c8 !important; */
	overflow: hidden;
}

.lowerban {
    float: left;
    width: 325px;
	/*border-right: solid 1px #c8c8c8 !important; */
	overflow: hidden;
}

.boxed {
    float: left;
    width: 325px;
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	font-size: 16px;
	display: block;	
}

/*.stories:nth-child(3n-1) {
    float: left;
    width: 220px;
	min-height: 381px;
	margin-top: 15px;
	margin-bottom: 15px;	
	border-right: solid 0px #c8c8c8 !important; 	*/
}

.categorywide {
    float: left;
    width: 980px;
	/*min-height: 300px;
	margin-top: 15px;
	margin-bottom: 15px;*/	
	border-right: solid 0px #c8c8c8; 
}

.isi {

}

.blogstyle img {
    padding: 0 10px 10px 10px;
	float: left;
}

.portfolio {
    display: inline-block;
    float: left;
	min-width: 670px;
    padding-left: 5px;	
}

.portfolio a {
    width: 200px;
	font-size: 10px;
	padding: 5px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	
}

li.portfoliolist h3{
	max-width: 210px !important;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

.portfoliolist {
	margin-top: 10px;
	float: left;
}

.portfoliolist a {
	max-width: 161px !important;
	padding: 0px 5px 5px 5px;
}

.portfoliolist img {
	margin-bottom: 10px;
	margin-top: 20px;
	width:210px!important;
}

.advertise a img {
	border: 1px solid black;
}

.propertyfront {
	padding-top:20px;
}

.storieslisting {
    float: left;
    width: 315px;
	min-height: 300px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	
	border-right: solid 1px #c8c8c8; 
}

.storieslisting:nth-child(3n+1) {
    float: left;
    width: 315px;
	min-height: 300px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	
	border-right: solid 0px #c8c8c8; 
}

.stories2ndlisting {
    float: left;
    width: 315px;
	min-height: 300px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	
	border-right: solid 1px #c8c8c8; 
}

.stories p {
    font-style: italic;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
}

.boxed p {
    font-style: italic;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
	text-transform: none;
	font-size: 14px;	
}

.stories3rd {
    float: left;
    width: 220px;
	min-height: 381px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	
}

.stories3rdlisting {
    float: left;
    width: 315px;
	min-height: 300px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	
}

.directorylisting {
    float: left;
    width: 315px;
	min-height: 300px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	 
}

.directory2ndlisting {
    float: left;
    width: 315px;
	min-height: 300px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	 
}

.directory3rdlisting {
    float: left;
    width: 315px;
	min-height: 300px;
	/*margin-top: 15px;
	margin-bottom: 15px;*/	
}

.stories3rd p {
    font-style: italic;
	font-family: 'Arimo', sans-serif;
	line-height: 1.4em;
}

.featimage img {
    padding: 10px;
}

.video-icon
{
	position: relative;
	top: -175px;
	left: -119px;
	float: right;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.video-icon img:hover
{
	border: none !important;
}

.titlefront {
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	font-size: 16px;
	padding-left:10px;
	display: block;
	margin-top: 7px;
}

.titlefrontlisting {
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	font-size: 16px;
	padding-left:10px;
	display: block;
	max-width: 250px;
}

.titlefrontblog {
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	font-size: 16px;
	font-weight: 600;
	max-width: 250px;
}

.titlefrontsingle {
	font-family: 'Cinzel', serif;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 16px;
	padding-left:10px;
	display: block;
	max-width: 250px;
	margin-top: 30px;
}

.side img {
    margin-bottom: 40px;
}

.pagetitle {
	width: 670px;
	font-size: 40px;
	font-family: 'Cinzel', serif;	
	padding-left:10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#rightcolumn {
    background: #ffffff;
    width: 260px;
    float: right;
	/*border-left: solid 1px #c8c8c8;
	padding-left: 30px;*/
}

#footer {
    width: 980px;
    background: clear;
    clear: both;
}

.footerblue {
    height: 60px;
    width: 980px;
    background: #f6fafb;
    clear: both;
	border-top: solid 1px #c8c8c8; 
	border-bottom: solid 1px #c8c8c8; 	
}

.footeritem {
    height: 197px;
    width: 326px;
    background: #f6fafb;
	float: left;
}

.footeritem img {
    padding: 10px;
}

.footermenu {
	padding-left: 10px;
	border-top: solid 0px #c8c8c8; 
	border-bottom: solid 0px #c8c8c8; 	
}

.footermenu li{
	float: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	font-size: smaller;	
}

.copyright {
    font-style: italic;
	padding: 20px;
	float: left;
	width: 100%;
	text-align: center;	
}

.signup {
    margin-top: 10px;	
}

.likefb {
    margin-top: 25px;	
}

.magazinedigital {
    margin-top: 25px;
	margin-left: 150px;	
}

ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	display:block;
	list-style-type:none;
}

.menu a {
	float:left;
	text-decoration:none;
	color:black;
	padding:0.2em 1.5em;
	padding-top: 20px;
	display: block;
	border-right:1px solid white;
	font-family: 'Arimo', sans-serif;
	z-index:9999;
}

.menu-item8:hover {
	
}

a:hover { color:#c8c8c8; }
li {display:inline;}

#navMenu1 {
    min-width: 950px;
}

div.sub_nav {
    background-color: #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px rgba(0,0,0,0.6);
    display: none;
    height: 210px;
   /* left: -10px; 433px;*/
    margin: 0 auto;
    position: absolute;
    top: 280px;/*320px; 312px*/
    z-index: 200;
}

div.sub_nav2 {
    background-color: #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px rgba(0,0,0,0.6);
    display: none;
    height: 210px;
    left: -10px; /*433px;*/
    /*margin: 0;*/
    position: relative;
    top: 50px;/*320px;*/
    z-index: 200;
}

div.subNavListContainer {
    display: inline-block;
    float: left;
    min-width: 980px;
    padding-left: 5px;
}

ul.menu li.menu-item:hover div.sub_nav {
    display: block;
}

ul.menu li.menu-item:hover div.sub_nav2 {
    display: block;
}

li.submenulist h3{
	max-width: 161px !important;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

.submenulist {
	margin-top: 30px;
}

.submenulist a {
	max-width: 161px !important;
	padding: 0px 5px 5px 5px;
}

.submenulist img {
	margin-bottom: 10px;
	margin-top: 30px;
	width:150px!important;
	height:102px!important;
}

.theme-light .nivo-controlNav {
	display: none !important;
}

.linklove {
display: none!important;
}

.cform legend {
display: none!important;
}

.propdetail {
	text-transform:uppercase;
	font-weight: 800;
	font-size: 12px;
	padding-left:10px;
	display: block;
}

.propcontact {
	font-weight: 800;
	font-size: 12px;
	padding-left:20px;
	padding-top:20px;
	display: block;
}

.customprop {
	text-transform:uppercase;
	font-weight: 400;
	font-size: 12px;
	padding-left:10px;
	padding-bottom: 5px;
	display: block;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.nivoSlider img {
	max-width: 670px !important;
}

.jp-carousel-wrap a.jp-carousel-image-download {
display:none !important;
}

.jp-carousel-image-meta {
display:none !important;
}

.jp-carousel-titleanddesc-title {
display:none !important;
}

.entry-blog-short {
float: left;
width: 850px;
height: 300px;
background: url(../images/videobg.png) top left no-repeat;
padding-bottom: 10px;
}

.entry-blog-short h1 {
float: right;
text-align: left;
font-size: 15px;
font-weight: normal;
letter-spacing: 1px;
width: 350px;
padding: 80px 50px 5px 5px;
}

.entry-blog-short p {
font-size: 12px;
float: left;
margin-left: 113px;
width: 300px;
}

td.recaptcha_r7_c1 {
	display: none !important;
}

td.recaptcha_r8_c1 {
	display: none !important;
}

td.column-1 {
	max-width: 313px !important;
	line-height: 20px ;
}

td.column-2 {
	max-width: 20px !important;
}

td.column-3 {
	max-width: 313px !important;
	line-height: 20px ;	
}

td.column-4 {
	max-width: 20px !important;
}

td.column-5 {
	max-width: 313px !important;
	line-height: 20px ;	
}

.tablepress td, .tablepress th {
padding: 0px !important;
border: none !important;
background: 0 0 !important;
text-align: left !important;
}

.shorten {
 width: 60% !important;
}

div.wpcf7-mail-sent-ok {
border: 0px solid #398f14 !important;
}

#sb-counter {
	display: none !important;
}

.short {
	width: 138px !important;
	float: right;
	margin-top: 0 !important;
}

.uppp {
	margin-bottom: 5px !important;
}