/*
Theme Name: Rusty Mango Responsive
Theme URI: http:www.rustymangodesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

body {
	background-color: #FFF;
	background-image:url(../../../../template_images/top_bg.png);
	background-repeat:repeat-x;
	font-size: 100%;
}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

img {
max-width:100%;
}


/* Layout Styles
-------------------------------------------------------------------------------*/

#wrapper {
	max-width: 1080px; 
	margin: 0px auto;
	padding-bottom:20px;
	}

#head {
	width: 100%;
	color: #000;
	position: relative;
	z-index:0;
}

#head img{
	padding: 0 !important;
	margin: 0 !important;
	display:block;
}

#head_logo {
	position: absolute;
	float: left;
	top: 12px;
	left: 17px;
	z-index:50;
}

#slogan {
	position: absolute;
	float:left;
	top: 304px;
	left: 36px;
	z-index:100 !important;
}

#main {
	width: 100%;
	position: relative;
	overflow:hidden;
		background-color: #FFF;}

		#content {
			box-sizing: border-box;
			padding: 0 20px 0 0;
			width: 100%;
			float:right;
			max-width: 704px;
				color: #000;
	font-family:  "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
		}
		
		#sidebar {
			box-sizing: border-box;
			padding: 0 0 0 20px;
			float:left;
			width: 353px;
		}
		
		#sidebar-responsive { display: none; }

#footer {
	width 100% !important;
	height:103px;
	background-image:url(../../../../template_images/footer_bg.png);
	background-repeat:repeat-x;
	color: #333;
}

#footermob {
	width 100% !important;
	height:46px;
	background-color:#999;
	color: #000;
}

/* font styles!
-------------------------------------------------------------------------------*/

#content p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

h1 {
	height: 45px;
	font-family: 'Lato', Muli, Arial, sans-serif !important;
	font-weight: 500;
	font-size:1.5em;
	color:#000;
	background-image: url(../../../../template_images/title.jpg);
	background-repeat:no-repeat;
	padding: 6px 0px 0px 65px;
	margin-bottom: 5px;
}

h3 {
	color: #000;
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size:24px;
	border-bottom: 0;
	margin-bottom:10px;
	padding: 0px 0px 0px 20px;
	
}

h5 {
	color: #333;
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size:18px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:10px;
	padding: 0px 0px 0px 7px;
	
}

/* =Text elements
-------------------------------------------------------------- */

ul,
ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
}

/* Menu styles!
-------------------------------------------------------------------------------*/

#headmenu {
	width: 1080px;
	height: 46px;
	top: 84px;
	position: absolute;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#cssmenu {
	height: 46px;
	max-width:1080px;
	display: block;
	padding: 0;
	margin: 0 auto;
	border-color: #080808;
	float:right;
}

/*--- Main Menu Bar Color ---*/

#cssmenu,
#cssmenu > ul > li > ul > li a:hover {

}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	color: #FFF;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 18px 15px 14px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family: Muli, Arial, sans-serif;
	border-right: 1px solid #028CCA;
	color: #FFF;  
}

/*--- Main Menu Button Hover ---*/

#cssmenu > ul > li > a:hover {
	background: #014A69;
	color: #ffff00;
}

#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99; 
}

#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}

/*--- Button with Sub Menu Under ---*/

#cssmenu ul li.has-sub:hover > a {
	background-color: #014A69;
	z-index: 999;
	color: #FFF;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	background: #014A69;
	color: #FFFF00;
}


/*--- Sub Menu Menu ---*/ 

#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: 170px !important;
	position: absolute;
	top: 46px;
	background-color: #014A69;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 100%;
	-webkit-box-shadow: 2px 2px 3px  #333;
box-shadow: 2px 2px 3px  #333;
}

#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
	padding: 0px;
}

#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family: Muli, Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 17px 25px 13px 25px;
}

#cssmenu ul li > ul a:hover {
	color: #FFFF00;
	background-color:#016894;
	
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

/* Three Panels on Front Page
-------------------------------------------------------------------------------*/

#threepanels {
	width: 100%;
	max-width:1040px;
	color: #FFF;
	font-size:13px;
	line-height: 18px;
	font-family: 'Droid Sans', Arial, sans-serif !important;
	color: #FFF;
	margin: 20px;
}

#panelone {
	width: 32%;
	max-width:333px;
	height: 265px;
	float: left;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#paneltwo {
	width: 32%;
	max-width:334px;
	height: 265px;
	margin:auto;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#panelthree {
	width: 32%;
	max-width:333px;
	height: 265px;
	float:right;
	background-color:#EEE;
	border:1px solid #ccc;
	text-align:justify;
}

/* Mobile Menu - Responsive Select Plugin Required
-------------------------------------------------------------------------------*/

.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect { 
	height: 40px;
	background-color: #46AFE8;
	color: #fff;
}
	
/* Footer
-------------------------------------------------------------------------------*/

#foot {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #666666 !important;
	font-size: 13px !important;
}



#foot a:link, #foot a:visited{
	color: #666;
	text-decoration: none;
}

#foot a:hover {
	color: #333 !important;
	text-decoration:underline;
}

#foot_left {
	float:left;
	margin-left:20px;
	width: 45%;
	max-width: 480px;
	text-align:left;
}

#foot_right {
	float:right;
	width:33%;
	max-width: 333px;
	text-align:left;
	margin-right:20px;
}

#foot_left p {
	margin: 0px;
	line-height:18px;
}

#foot_right p {
	margin: 0px 0px 0px 20px;
	line-height:18px;
}

#footmob {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-top: 10px;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #666666 !important;
	font-size: 13px !important;
	line-height:22px !important;
}

/* Contact Form
-------------------------------------------------------------------------------*/

.wpcf7-form {
	padding: 5px 0px 0px 0xp;
}

.wpcf7-form p {
	line-height: 1.5em;
	margin: 0px !important;
		}

#fbuilder .medium { border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background-color: #FFFFFF;
	margin-bottom:8px;
	padding:4px 10px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 75% !important;
	margin-top:5px;
}

.wpcf7 textarea{ border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background-color: #FFFFFF;
	margin-top:6px;
	padding:4px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
}

#fbuilder input[type='text'],
#fbuilder textarea,
#fbuilder select{
width:90% !important;
max-width:293px !important;
display: block;
}

#fbuilder label {
font-weight: bold;
}

.reddot {
	color: #FF0000;
	font-weight:bold;
}

.wpcf7-submit {
	background-color:#CCCCCC;
	color:#EEEEEE;
	height:30px;
	letter-spacing:1px;
	line-height:16px;
	overflow:visible;
	padding:5px 12px;
	margin-left:159px;
	width: 120px !important;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #999;
	color:#FFF;
	border:0px;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #016894 !important;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #016894 !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #FF0000 !important;
}

.wpcf7-validation-errors {
	border: 2px solid #FF0000 !important;
}

/* =Tables
-------------------------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	color: inherit;
	font-size: inherit;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
tr th {
	color: inherit;
	font-size: inherit;
	font-size: 0.785714286rem;
	font-weight: bold;
	line-height: 2.181818182;
	text-align: left;
	text-transform: uppercase;
}
td {
	color: inherit;
	font-size: inherit;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	text-align: left;
}

.minor_titles {
	color: #006793;
	font-family: "Arapey", "Bookman Old Style", "Times New Roman", serif !important;
	font-weight: normal;
	font-size:21px;
	padding: 0px;
	margin-bottom:6px;
	letter-spacing:1px;
	
}

/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

/* =Captions
-------------------------------------------------------------- */
.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.71429rem;
}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */

@media (max-width: 800px) {
    #sidebar {
		width:100% !important;
		padding: 0 20px !important;
		margin-bottom: 20px !important;
    }
	
	#threepanels {
        display:none !important;
    }
	#footermob {
		display: block !important;
	}
	
	h1 {
		font-size:1em !important;
		font-weight:bold;
		padding: 15px 0px 5px 0px !important;
		background-image: none !important;
		border-bottom: 1px solid #999;
	}
	
	#content {
		padding: 0px 20px;
		float: left !important
	}
	
	#head_logo {
	width: 170px;
	height: 170px;
	top: 12px;
	left: 0px;
	
}

}

@media (max-width: 800px) {
	#footer {
		display:none;
	}
}

@media (min-width: 800px) {
	#footermob {
		display: none !important;
	}
}

.minor_title {
	font-family: 'Lato', Muli, Arial, sans-serif !important;
	font-weight: 500;
	font-size:22px;
	color:#000;
}

.mapp-layout {
    margin: 0px !important;
    padding: 0;
 	border: 0px !important;
}

#mapp0_layout {
	border: 0px !important;
}

.side_bg {
	background: -moz-linear-gradient(top,  rgba(245,245,245,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(245,245,245,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(245,245,245,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(245,245,245,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(245,245,245,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f5f5f5', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
border: 1px solid #CCCCCC;
padding: 20px;
margin-bottom: 20px;
}

.side_bg H3 {
	padding-left: 0px !important;
}

#fbuilder .fform h1 {
	display: none !important;
	}

.theme-default .nivoSlider {

    margin-bottom:0px !important;

    -webkit-box-shadow: none !important;

    -moz-box-shadow: none !important;

    box-shadow: none !important;

}
	
