/*
Theme Name: Lunarstone
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/


/* =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, 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 centred 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/ */
}
body {
	background:url(images/bg.jpg);
	margin: 0 auto;
    	width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
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: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
.clear{ clear:both;}
.warp1{width:1170px; margin:0 auto; position:relative;}
.warp2{width:1170px; float:left; background:#ffffff; padding:50px 30px 30px 30px; margin-top:40px; border:1px solid #d9d9d9; position:relative; } 
.warp3{width:1110px; float:left; background:#ffffff; padding:50px 60px 30px 60px; margin-top:40px; border:1px solid #d9d9d9; position:relative; } 
.minheight{min-height:515px;}
.left{float:left; min-width:500px;}
.right{float:right;}
/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 28px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#333333;
	line-height:1.4em;
}

h1{ font-size: 55px; color:#000000; font-weight:bold; margin-bottom:30px; }
h2{ font-size: 48px; color:#2b373c; font-weight:800;}
h3{ font-size: 40px; color:#b1e2fa; font-weight:800; margin-bottom:20px; }
h4{ font-size: 24px; color:#2b373c; font-weight:bold; margin-bottom:50px; }
h5{ font-size: 30px; color:#2b373c; font-weight:800; margin-bottom:20px; }
h6{ font-size: 1.6em; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
}
ul, ol {

}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:2em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	width:198px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a,
a:visited {
	color: #21759B;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* =Main Layout
----------------------------------------------- */
#page{}
.site-header{width:1170px; padding:0 0px; margin:auto; position:relative; }
.site-main{ width:1170px; position:relative; float:left; background:#FFF; margin-top:20px; padding:50px 30px; }

.site-header{ }
.site-header hgroup{ float:left;}
.site-title{ font-size:4em; float:left;  }
.site-title a{ line-height:2em;}
.site-description{ font-size:1em;}

.site-header-image-bg{ height:200px!important; }



.site-footer{  background:#1e1e1e; padding:30px 0px; width:100%; font-size:14px; color:#ffffff; float:left;  }
.site-footer .footer-content{
	clear: both;
    margin: auto;

    position: relative;
    width: 1170px;

}
.site-footer .footer-info {
	clear: both;
    margin: auto;
    padding: 0 10px 40px;
    position: relative;
    width: 940px;
	
}
.site-footer .footer-info .site-info{ width:50%; text-align:right; float:right; }
.site-footer .footer-info .site-copyright{ width:50%; text-align:left; float:left; }

.home .site-header-image-bg{ height:450px!important; }


#backtotop{ position:absolute; left:10px; margin-left:0px; bottom:0;}

.page .entry-header{ margin-top:-80px; }
#front-page .entry-header{ display:none; }


/* =Layout: Content-Sidebar
----------------------------------------------- */
#primary {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0 320px 0 0;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 320px;
}
#secondary .widget{ margin-left:20px; }
#tertiary { /* Sidebar 2 */
	clear: right;
}


/* =Menu
----------------------------------------------- */

.main-navigation .menu{  padding:40px 0px 0 0; margin:auto; position:relative; }
#menu-primary-container{ text-align:center; }

.main-navigation {
	
	display: block;

	margin:0 0;
	line-height:1;
	text-align:center;
	float:right;
}
.main-navigation ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
	list-style:none;
	margin:0;
	position:relative;
	
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
    
}
.main-navigation a {
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
    color: #ffffff;
	font-size:20px;
    line-height: 2em;
    text-transform: uppercase;
	padding:0 0px 0 40px;
	font-weight:bold;
}

.main-navigation li.current_page_item a{color:#b1e2fa;}
.main-navigation a:hover {color:#b1e2fa;}

.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left:  20px; 
	z-index: 99999;
	visibility:hidden;
	width:200px;
	border: 1px solid #EDEDED;
	
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a { width: 180px; padding:0 10px; background:#fff; color: #000; font-size: 16px; }
.main-navigation ul ul li {}
.main-navigation li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul { display: block; visibility:visible;}
.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}
.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a { }

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }





/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{}
.hentry .entry-header .entry-title a{ font-size:0.6em; line-height:0.6em; }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-summary {
	margin: 1.2em 0 0;
}
.entry-content{margin:0px;}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.clear{ clear:both; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.2em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 10px 0; }
.commentlist li.comment .comment-content{  padding-left: 60px; }
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{}
.commentlist li.comment .reply{ margin-top:-50px; }
.commentlist li.comment .footer{}

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{ margin-bottom:30px; }
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	border-bottom: 1px solid #EDEDED;
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
 }
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {

}

.header-widgets{ display:block; float:right; margin-top:30px; }
.header-widgets .widget{ text-align:right;}
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .fax{ font-size:38px; line-height:1em; margin-bottom:0; font-weight:bold; float:left; color:#ffffff;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;   float:left; color:#ffffff;  margin-right:15px;  }
.icon {float:left; margin-right:15px;}



/* = Custom Post type
------------------------------------------------*/
#slidercontainer{ max-width:1450px; margin:auto; position:relative; background:none;}
#sliderarea{ width:1450px; height:522px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; left: 170px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:522px; }

#sliderareaabout{ width:1109px; height:480px; display:block;  padding-bottom: 30px;}
#sliderareaabout .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; width: auto; z-index: 55; display:none;}
#sliderareaabout .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:401px; }
#sliderareaabout .bx-wrapper img{ width:1109px; height:480px;}
#sliderareaabout #slideshow .thumb{ right:0px; position:relative;}
#sliderareaabout #slideshow  li{width:1109px; height:480px;}


#custom-slideshows > .slide{ width:1450px !important; height:522px; }
#slidercontainer h2{font-size:61px; font-weight:bold; color:#ffffff; line-height:55px; margin-bottom:20px;}
.blue{color:#b1e2fa;}
/*-- Control Panel ----------------*/

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{background:#b1e2fa;}
.bx-wrapper .bx-pager.bx-default-pager a{background:#ffffff; width:20px; height:20px; border-radius:10px;}
.bx-wrapper img{width:auto;}
#slideshow .thumb{ position:absolute; right:0px; width:820px;}
#slideshow  li{width:1230px; height:460px;}
#slideshow ul{list-style:none;}
#slideshow .detail{width:500px; margin-left:170px; font-size:36px; color:#ffffff; font-weight:bold; line-height:36px; margin-top:50px; float:left;}
.bx-wrapper .bx-viewport{background:none !important;}


#cta-container{ height:200px; }
#custom-cta{ width:940px; padding:0; margin:0; list-style:none;}
#custom-cta .cta{ width:300px; height:200px; position:relative; margin-left:20px; float:left;  }
#custom-cta .cta.col-0{ margin-left:0;}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 0 8px!important;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


/* Gravity Forms Section */

.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; display:none; }
.ginput_container input { }


.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


/* Fix ie 7   */

.ie7 .site-footer .footer-content{
    padding: 10px;

}
.ie7 .site-footer .footer-info {
    padding: 0 10px 10px;
	line-height:1.2em;
}

.bg1{width:100%; height:810px; background:url(images/bg1.jpg) repeat-x center top; position:absolute; top:0px; z-index:-1;}
.bg2{width:100%; height:318px; background:url(images/bg1.jpg) repeat-x center top; position:absolute; top:0px; z-index:-1;}

h1.big{font-size:75px; font-weight:bold;}
.blockgallery{float:left; width:571px; position:relative; margin-top:20px;}
.space{ margin-right:20px;}
.icongallery{position:absolute; right:0px; bottom:0px; width:62px; height:62px;} 
#front-page .left{width:780px; float:left;}
#front-page .banner{position:absolute; right:0px; top:0px;}
#front-page h1{font-weight:normal;}
#front-page .big{font-size:75px; font-weight:bold;}


 .gform_wrapper .top_label input.medium{width:260px; margin-right:20px; margin-bottom:15px; padding:10px 20px; border:1px solid #e6e6e6;  border-radius:0px;}
 .gform_wrapper input[type=text] , .gform_wrapper textarea{font-size:16px !important; color:#808080;}
 .gform_wrapper .top_label textarea.textarea{width:555px !important; padding:10px 20px; border:1px solid #e6e6e6; border-radius:0px;}
 #quickcontact  .gform_wrapper .top_label textarea.textarea{width:916px !important;}
 #quickcontact .gform_wrapper ul li.gfield{clear:none !important; float:left}
#quickcontact .gform_wrapper .top_label input.medium{ float:left !important; width:280px !important; }
#quickcontact .gform_image_button{position:absolute; right:50px; bottom:50px;}

#bg_footer{line-height:1.7em;}
#bg_footer .block{float:left; margin-right:40px;}
#bg_footer .fixwidth{width:300px;}
#bg_footer .icon{margin-top:30px;}
#bg_footer ul{list-style:none;}
#bg_footer ul li a{font-size:18px; font-weight:normal; color:#ffffff;}
#bg_footer ul li{margin-bottom:15px;}

#bg_footer{ background:#262626; width:100%; float:left; line-height:1em; font-size:18px; color:#ffffff; margin:50px auto 0; padding:60px 0; float:left;}
#colophon a{color:#b1e2fa;}

@media screen and (-webkit-min-device-pixel-ratio:0) {

#pwd_footer_v2 { display: inline-block; float:right; list-style: none outside none; padding: 0; margin:-25px 0 0 5px }

}