/*
Theme Name: Web Wizards Base
Author: Web Wizards
Description: Another quality web design by Web Wizards
Author URI: http://www.webwizards.com.au
Version: 1.0
*/


@font-face {
    font-family: 'QuattrocentoSansBold';
    src: url('fonts/quattrocentosans-bold.eot');
    src: url('fonts/quattrocentosans-bold.eot') format('embedded-opentype'),
         url('fonts/quattrocentosans-bold.woff') format('woff'),
         url('fonts/quattrocentosans-bold.ttf') format('truetype'),
         url('fonts/quattrocentosans-bold.svg#QuattrocentoSansBold') format('svg');
}
@font-face {
    font-family: 'QuattrocentoSansItalic';
    src: url('fonts/quattrocentosans-italic.eot');
    src: url('fonts/quattrocentosans-italic.eot') format('embedded-opentype'),
         url('fonts/quattrocentosans-italic.woff') format('woff'),
         url('fonts/quattrocentosans-italic.ttf') format('truetype'),
         url('fonts/quattrocentosans-italic.svg#QuattrocentoSansItalic') format('svg');
}
@font-face {
    font-family: 'QuattrocentoSansRegular';
    src: url('fonts/quattrocentosans-regular.eot');
    src: url('fonts/quattrocentosans-regular.eot') format('embedded-opentype'),
         url('fonts/quattrocentosans-regular.woff') format('woff'),
         url('fonts/quattrocentosans-regular.ttf') format('truetype'),
         url('fonts/quattrocentosans-regular.svg#QuattrocentoSansRegular') format('svg');
}
@font-face {
    font-family: 'QuattrocentoSansBoldItalic';
    src: url('fonts/quattrocentosans-bolditalic.eot');
    src: url('fonts/quattrocentosans-bolditalic.eot') format('embedded-opentype'),
         url('fonts/quattrocentosans-bolditalic.woff') format('woff'),
         url('fonts/quattrocentosans-bolditalic.ttf') format('truetype'),
         url('fonts/quattrocentosans-bolditalic.svg#QuattrocentoSansBoldItalic') format('svg');
}
/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
input, textarea {
    padding: 10px;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 14px;
}
input {
    width: 295px;
}
input[type="submit"] {
    background: #01205c;
    border: none;
    color: #fff;
    width: 100px;
    cursor: pointer;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
    margin: 16px 0px;
    line-height: 26px;
    font-size: 15px;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.specs {
    width: 525px;
display: inline-block;
float: right;
height: 33px;
}
.clear{clear:both;}
.floatRight{
float:right;
padding:10px;
}
.alignright{
float:right;
}
.alignleft{
float:left;
}

body{
	font-family: 'QuattrocentoSansRegular';
	min-width:1050px;
	background: url('images/mainBG.jpg') no-repeat rgba(0, 0, 0, 0);
}
h1{
	font-size:25px;
	margin:35px 0 20px 0;
	color:#01205c;
}
h1 span {
    color: #d31c24;
    font-size: 16px;
}
h2 {
    color: #01205c;
    font-size: 18px;
    margin-bottom: 20px;
}
h3 {
    color: #01205c;
    font-size: 15px;
    margin-bottom: 11px;
}
h4 {
    color: #01205c;
    font-size: 14px;
    margin-bottom: 11px;
}
.entry-title {
    font-size: 37px;
    color: #d31c24 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #012165;
}

.container{
	width:980px;
	margin:0 auto;
    position: relative;
}
.innerContainer{
	width:930px;
	margin:0px auto 70px;
	min-height:100px;
}
/*backgrounds*/
#mainBG{
	width:100%;
	background: url('images/mainBG.jpg')center top;
	position:relative;
}
#topBar{
	width:100%;
	background: url('images/topBar.jpg')center top no-repeat ;
	position:absolute;
	top:0;
	height:36px;
}
#headerBG{
	width:100%;
	background: url('images/headerBG.png')center top no-repeat ;
	height:169px;
	position:absolute;
	top:15px;
	z-index:999;
}
#logo{
	margin-top:15px;
	float:left;
}
/* Menu */
#menu ul li ul ul.submenu{
    margin-left: 95px;
    border: 1px solid #000;
    z-index: 43;
    display: none;
}
#menu ul li ul:hover ul {
    display: block;
}
#menu{
	float: right;
	margin: 68px 0px 0px 0px;
	height: 82px;
	width: 667px;
}
#menu li{
	 display:inline; 
	 font-weight:normal;
	 padding:0px 0px;
	 font-size:17px;
}
#menu li a {
    text-decoration: none;
    color: black;
    padding: 5px 3px 33px 3px;
    font-size: 16px;
    letter-spacing: -0.5px;
    display: inline-block;
}
#webwizards-logo {
    margin-top: 7px !important;
}
#menu li a:hover{
	color:white;
	text-shadow: 0px 0px 3px red;
	background: red;
	background-size:cover;
}
.sub-menu {
    background-color: #EEEEEE;
}
#menu .sub-menu li a {
    padding: 5px 7px;
    width: 135px;
}
#menu ul, #menu ul ul.sub-menu {
    padding:0;
    margin: 0;
}
#menu ul li, #menu ul ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
#menu ul li {
    position: relative;
}
#menu ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 149px;
    z-index: 40;
}
#menu ul li ul.sub-menu .sub-menu {
    display: none;
    left: 135px;
    top: 0;
}
#menu ul li:hover > ul.sub-menu {
    display:block !important;
}
#menu-line{
    background: url('images/menu-line.png') no-repeat scroll -2px 0 rgba(0, 0, 0, 0);
    width: 665px;
    height: 41px;
    z-index: 39;
    position: absolute;
    left: 310px;
    top: 107px;
}
#menu-item-26 a, #menu-item-27 a{
	padding-bottom: 44px !important;
}
a:link{
	text-decoration: none;
	color: black;
}
a:visited {
    color: inherit;
}
a:hover{
	color:#2664a1;
}
a:active{
	color:#2664a1;
}
/* Slider */
#sliderBG{
	width:100%;
	background: url('images/sliderBG.jpg')center bottom no-repeat;
	height:540px;
	position:relative;
	margin-top:46px;
}
#slider{
	margin:0 auto;
	width:1090px;
	padding-top:90px;
}
#rev_slider_1_1_wrapper{
	background:none !important;
	width: 1075px;
/*	margin-left: -107px !important; */
}
.photospace .slideshow-container {
    margin-left: 9px;
}
.photospace .slideshow img {
    vertical-align: top;
}

#listings-content .photospace {
    margin-top: 0px;
    display: inline-block;
    margin-right: 0 !important;
    width: 409px !Important;
    top: -30px;
    position: relative;
    float: left;
}

#listings-content .photospace .gal_content {
    float: left !important;
}

#listings-content .photospace .thumnail_col {
    margin-left: 20px;
    margin-top: 10px;
}
.listing-wrap {
    background: url(images/divider.png) no-repeat center bottom;
    padding-bottom: 40px;
    margin: 16px 0px;
    line-height: 26px;
    font-size: 15px;
}
.thumbs_wrap2 {
    position: absolute;
    margin-top: 250px;
    margin-left: 5px;
}
.gal_content {
    position: absolute;
    float: none;
}

.tp-bullets.tp-thumbs {
/*	background:	url('images/kotInd.png')center bottom no-repeat !important;
	left:0px !important;
	bottom:20px !important;*/
}
#contentSep{
	height:60px;
	background:	url('images/contentSeperator.png')center bottom no-repeat;
	width:100%;
	z-index:999;
	position:absolute;
	top:554px;	
}
/*Icons Content*/
.axis{
	width:24%;
	float:left;
	margin:30px 45px;
	text-align:center;
	position:relative;
	display:block;
	height:233px;
}
.base{
	position: absolute;
	left: 28px;
	top: 52px;
}
#base2{
	margin-left:50px;
}
.dollar {
    position: absolute;
	top:0;
	left:93px;
	width:30px;	
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.8s ease-in-out; /** Firefox **/
    -o-transition: all 0.8s ease-in-out; /** Opera **/
}
#dollar2{
	left:117px;
}
#dollar3{
	left:97px;
}
.axis:hover .move-down {
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
    -o-transform: translate(0,60px);
    -moz-transform: translate(0,60px);
}
.desc{
	bottom:0;
	position: absolute;
	color:#626262;
    line-height: 21px;
	font-size:16px;
}
#desc2{
	left:60px;
    bottom: 23px;
}
/*businessSale Content*/
#wine, #sale {
	width:49%;
	float:left;
	margin-bottom:30px;
	height:260px;
}
#wine h3, #sale h3{
	margin:20px 0px 10px 0px;
	padding-bottom:3px;
	text-align:center;
	color:#012165;
	font-size:22px;
	font-weight:normal;
	background:url('images/busSalesLine.png') center bottom no-repeat;
}
#wine p, #sale p{
	width: 54%;
	float: left;
	margin: 25px 0px 0px 0px;
	color: #727272;
	font-size: 14.5px;
	height: 171px;
	line-height: 22px;
}
#sale p{
	margin: 30px 0px 0px 26px;
}
#wine {
	background: url('images/icons_kot.png') no-repeat scroll -85px -49px transparent;
}
#sale{
	background: url('images/icons_kot.png') no-repeat scroll -556px -49px transparent;
}
#wine:hover {
	background-position: -85px -356px;
}
#sale:hover{
	background-position: -556px -356px;
}
#busSaleBottomDivider{
	background:url('images/busSaleBottomDivider.png') center top no-repeat;
	height:10px;
}
/*aboutUs Content*/
#aboutUs{
	width:75%;
	float:left;
	padding:30px 10px 0px 10px;
	margin:0;
}
#aboutUs h3{
	color:#012165;
	font-size:35px;
	margin-bottom:0px;
	padding:20px 50px 30px 350px;
	background: url('images/knowledge.png') no-repeat;
	background-size:contain;
	margin-left:-350px;
}
#aboutUs p{
	color:#343434;
	margin:16px 0px;
	line-height:29px;
	font-size:14px;
}
#kotLine{
	margin-top:-30px;
	width:229px;
	position:absolute;
}
.firstLetter{
	color:#d31c24;
	font-size:22px;
}
.smaller{
	font-size:17px;
	color:#828282;
	margin-left:20px;
}
#woman{
	width:22%;
	float:right;
	margin:32px 0px 0px 0px;
	background: url('images/woman.png')center top no-repeat ;
	height:304px;
	z-index:1;
	position:relative;
}

/* Property Listing */

.price {
    color: #d31c24;
    font-size: 20px;
    font-weight: bold;
}

#listings-content {
    position: relative;
}

.listing-wrap {
    background: url(images/divider.png) no-repeat center bottom ;   
    padding-bottom: 40px;
}

#listings-content h1 {
    border-bottom: 2px solid #d31c24;
    padding-bottom: 5px;
    display: inline-block;
}
#listings-content strong {
    color: #012165;
    font-size: 14px;
}

#listings-content strong span {
    color: #d31c24;
}

.beds-cars-baths, .property-type {
    color: #d31c24;
}

.beds-cars-baths {
    float: right;
    font-size: 15px;
}
.beds-cars-baths img {
    margin-right: 20px;
}
.property-type {
    margin-right: 40px;
    position: absolute;
    left: 409px;
    margin-top: 18px;
    font-size: 15px;
    
}
.property-contact {
    color: #012165;
    font-size: 18px;
}
/* Footer */
#footerBG{
	width:100%;
	background: url('images/footerSeperator.png')center top no-repeat ;
	height:169px;
}
#subFooterBG{
	width:100%;
	background: url('images/subFooterBG.jpg')center top no-repeat ;
	min-height:40px;
}
#footerSep{
	margin-top:-63px;
	background: url('images/footerSep.png')center top no-repeat ;
	height:100px;
	z-index:999;
	position:relative;
}
.footerHeadings{
	color:#01205c;
	margin-bottom:20px;
	font-size:19px;
}
aside{
	float:left;
	display:inline-block;
	line-height: 28px;
	width: 26%;
    font-size: 14px;
	padding: 10px 35px 10px 35px;
}
aside h4{
	color:#012165;
	margin:10px 0px;
    font-size: 15px;
    line-height: 18px;
}
#contact{
	float:right;
}
.call{
	margin-top:60px;
	color:#01205c;
}
.sellerSpecial{
	font-weight:bold;
}
/*subFooter*/
.rights{
	color:white;
	padding:10px;
	float:left;
    margin-top: 4px;
}
/* Media Queries */
@media screen and (min-width: 981px) { 
}

