/*
Theme Name: Intrapac Project
Description: Wordpress Theme Designed for Intrapac Project.
Author: Subhkant Rana
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic);
/*------------------------------------------------*/
/*-----------------[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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	height: 100%;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
ul {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background-color:#eeeeee
}
body, input, textarea {
	color:#000;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
a {
	color: #009ad8;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #0081bf;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
	word-spacing: 2px;
}
h1 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
h4 {
	font-size: 14px;
}
h2, h3, h4 {
	margin-top: 30px;
	margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #000;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color: #999;
	text-decoration: none;
}
p {
	margin: 0 0 1em;
}
ul {
	margin-bottom:10px
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote p:before, blockquote p:after {
	display:inline-block;
	font-family:FontAwesome;
	opacity:0.5;
	font-size:13px;
}
blockquote p:before {
	content:'\f10d';
	margin-right:5px;
	vertical-align:11px;
}
blockquote p:after {
	content:'\f10e';
	margin-left:5px;
	vertical-align:7px;
}
blockquote cite {
	color: #005eb6;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #ffffff;
	border: 1px solid #ddd;
	line-height: 18px;
	margin: 0;
	padding: 6px 7px;
	transition: all 0.3s ease 0s;
	vertical-align: top;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bdbdbd;
}
input[type="submit"], button, .button {
	background: none repeat scroll 0 0 #73c048;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	outline: 0 none;
	padding: 0 10px;
	text-transform: uppercase;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	text-decoration: none;
	background: #3fb7b7;
	color:#fff;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
.space10 {
	clear:both;
	height:10px;
}
.space20 {
	clear:both;
	height:20px;
}
.space30 {
	clear:both;
	height:30px;
}
.space40 {
	clear:both;
	height:40px;
}
.space50 {
	clear:both;
	height:50px;
}
.space150 {
	clear:both;
	height:150px;
}
.space180 {
	clear:both;
	height:180px;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	margin:0 -17px;
	position:relative;
}
.row.bigger {
	margin:0 -34px;
	position:relative;
}
.row.margin40 {
	margin: 0 -20px;
}
.row.margin20 {
	margin: 0 -10px;
}
.row:after, .row:before {
	content: " ";
	display: table;
	clear:both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	position:relative;
	min-height:1px;
	padding-right:17px;
	padding-left:17px;
	float:left
}
.row.bigger .grid1, .row.bigger .grid2, .row.bigger .grid3, .row.bigger .grid4, .row.bigger .grid5, .row.bigger .grid6, .row.bigger .grid7, .row.bigger .grid8, .row.bigger .grid9, .row.bigger .grid10, .row.bigger .grid11, .row.bigger .grid12 {
	padding-left:34px;
	padding-right:34px
}
.row.margin40 .grid1, .row.margin40 .grid2, .row.margin40 .grid3, .row.margin40 .grid4, .row.margin40 .grid5, .row.margin40 .grid6, .row.margin40 .grid7, .row.margin40 .grid8, .row.margin40 .grid9, .row.margin40 .grid10, .row.margin40 .grid11, .row.margin40 .grid12 {
	padding-left:20px;
	padding-right:20px
}
.row.margin20 .grid1, .row.margin20 .grid2, .row.margin20 .grid3, .row.margin20 .grid4, .row.margin20 .grid5, .row.margin20 .grid6, .row.margin20 .grid7, .row.margin20 .grid8, .row.margin20 .grid9, .row.margin20 .grid10, .row.margin20 .grid11, .row.margin20 .grid12 {
	padding-left:10px;
	padding-right:10px
}
.grid12 {
	width:100%
}
.grid11 {
	width:91.66666667%
}
.grid10 {
	width:83.33333333%
}
.grid9 {
	width:75%
}
.grid8 {
	width:66.66666667%
}
.grid7 {
	width:58.33333333%
}
.grid6 {
	width:50%
}
.grid5 {
	width:41.66666667%
}
.grid4 {
	width:33.33333333%
}
.grid3 {
	width:25%
}
.grid2 {
	width:16.66666667%
}
.grid1 {
	width:8.33333333%
}
.row > .grid3:nth-child(4n+1) {
clear:both
}
.row > .grid6:nth-child(2n+1) {
clear:both
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.aligncenter, .alignnone {
	display: block;
	margin: 10px 0;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	width: 1108px;
	max-width:100%;
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
	padding: 8px 10px 0;
	position: relative;
}
#logo {
	float:left
}
#logo img {
	display:block
}
#navigationBar {
	clear:both
}
#google_translate_element {
	position: absolute;
	right: 38px;
	top: 0;
}
#phone-us {
	background: none repeat scroll 0 0 #fff;
	color: #009ad8;
	display: block;
	font-size: 20px;
	height: 25px;
	position: absolute;
	right: 38px;
	text-align: right;
	top: 43px;
	width: 188px;
}
/*------------------------------------------------*/
/*--------------------[NAVIGATION]----------------*/
/*------------------------------------------------*/
#navigation {
	float: right;
	padding-top: 1px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none
}
#navigation ul.desktopMenu > li {
	float: left;
	font-family: "Lato", sans-serif;
	font-size: 15.59px;
	position: relative;
	text-transform: uppercase;
}
#navigation ul.desktopMenu > li > a {
	box-sizing: border-box;
	color: #999;
	display: block;
	float: left;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 29px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul.desktopMenu > li > ul {
	background: none repeat scroll 0 0 #1e251e;
	font-size: 12px;
	left: 20px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: 220px;
	display:none;
	z-index:99
}
#navigation ul.desktopMenu > li > ul > li {
	font-family: "Lato", sans-serif;
	font-size: 15.59px;
	position: relative;
	text-transform: uppercase;
}
#navigation ul.desktopMenu > li > ul > li > a {
	color: #fff;
	display: block;
	float: none;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 10px;
	text-transform: none;
}
#navigation ul.desktopMenu > li > ul > li:hover > a {
	background:#000
}
/*------------------------------------------------*/
/*-----------------------[MAIN]-------------------*/
/*------------------------------------------------*/
#main {
	padding-bottom: 63px;
	padding-top: 6px;
}
#pageHeader {
	background: #f9f9f9 none repeat scroll 0 0;
	position: relative;
}
#pageHeader img {
	display:block;
	margin:0 auto
}
#container {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
}
/*------------------------------------------------*/
/*----------------[HOME SLIDESHOW]----------------*/
/*------------------------------------------------*/
#homeSlideshow {
	position:relative;
	width:100%
}
#homeSlideshow .splashSlider {
	background-color: #f5f5f5;
	background-image:url(images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	position: relative;
	width: 100%;
}
#homeSlideshow .splashSlider > .splashArea {
	width:100%;
	position:relative;
	display:none
}
#homeSlideshow .splashSlider > .splashArea:first-child {
	display:block;
	opacity:0
}
#homeSlideshow .splashSlider > .splashArea img {
	display:block;
}
/*------------------------------------------------*/
/*-------------------[LEAD FORM]------------------*/
/*------------------------------------------------*/
#leadForm {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: auto;
	position: absolute;
	right: 40px;
	top: 50px;
	width: 330px;
	z-index: 9999;
	max-width:100%;
}
#leadForm .gform_heading {
	background: #487743 url("images/green_back.jpg") no-repeat scroll 0 0;
	color: #fff !important;
	display: block;
	margin-top:15px;
	margin-bottom:20px;
	padding: 10px;
	text-align: center;
	width:100%;
}
#leadForm .gform_heading h3.gform_title {
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0 0 5px;
}
#leadForm .gform_heading span {
	display:block
}
#leadForm .gform_body {
	padding-left: 25px;
	padding-right: 25px;
}
#leadForm ul.gform_fields li.gfield label.gfield_label {
	color:#119bd5
}
#leadForm .gform_footer {
	padding-bottom: 25px;
	padding-left: 95px;
	padding-right: 25px;
}
#leadForm ul.gform_fields li.gfield {
	position:relative;
	padding-bottom:5px;
	padding-left:70px;
}
#leadForm ul.gform_fields li.gfield label.gfield_label {
	left: 0;
	position: absolute;
	top: 5px;
}
/*------------------------------------------------*/
/*----------------------[BLURBS]------------------*/
/*------------------------------------------------*/
#blurbsRow.row .grid3 {
	padding-bottom:35px
}
#blurbsRow.row .grid6 {
	padding-bottom:40px
}
.grid3 .blurbImage img {
	width: 230px;
}
.blurbTitle {
	color: #009ad8;
}
.blurbSummary {
	padding-top: 10px;
}
/*------------------------------------------------*/
/*-----------------------[FAQS]-------------------*/
/*------------------------------------------------*/
.faqTermArea {
	padding-bottom: 10px;
}
h2.faqTermTitle {
	text-transform: uppercase;
}
.faqArea {
	margin-bottom: 10px;
}
.faqQuestion {
	color: #009ad8;
	font-weight: bold;
}
.faqAnswer {
	color: #999;
	font-weight: normal;
}
/*------------------------------------------------*/
/*------------------[TESTIMONIALS]----------------*/
/*------------------------------------------------*/
.testimonialsRow {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position:relative;
}
.testimonialsRow > .grid6 {
	margin-bottom:20px
}
.testimonialBox {
	background: none repeat scroll 0 0 #e5e5e5;
	height: 100%;
	min-height: 100%;
	padding: 12px;
}
.testimonialText {
	font-style: italic;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_heading {
	padding-bottom: 10px;
}
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
ul.gform_fields li.gfield {
	position:relative;
	padding-bottom:5px;
	padding-left:70px;
}
ul.gform_fields li.gfield label.gfield_label {
	left: 0;
	position: absolute;
	top: 5px;
}
ul.gform_fields li.gfield .ginput_container input[type="text"] {
	display:block;
	width:100%;
	max-width:100%
}
#footer ul.gform_fields li.gfield .ginput_container input[type="text"] {
	width:215px
}
.gform_footer {
	position:relative;
	padding-left:70px;
}
.gform_footer img {
	position:absolute
}
.gform_footer input[type="submit"] {
	display:block;
	width:100%;
	max-width:100%;
}
#footer .gform_footer input[type="submit"] {
	width:215px
}
.validation_error {
	display:none
}
.gfield_required {
	color: red;
	display: inline-block;
	font-family: Arial;
	margin-left: 2px;
}
.validation_message {
	bottom: 7px;
	color: #800000;
	font-size: 9px;
	line-height: 1em;
	position: absolute;
	right: 2px;
	z-index: 9;
}
#footer .validation_message {
	color: #800000;
	font-size: 9px;
	left: 70px;
	line-height: 1em;
	position: absolute;
	top: 0;
	z-index: 9;
}
.gplaceholder ul.gform_fields li.gfield {
	padding-left:0
}
.gplaceholder .gform_footer {
	padding-left:0
}
.gform_wrapper form.pageForm {
	width:215px;
	max-width:100%
}
.gform_wrapper form.pageForm .gform_footer input[type="submit"] {
	background: #c1baa4 none repeat scroll 0 0;
	border: medium none;
	font-size: 13px;
	height: 40px;
	margin-top: 0;
	width: 100%;
}
/*------------------------------------------------*/
/*------------------[BANNERS WIDGETS]-------------*/
/*------------------------------------------------*/
/*#container #widgetArea-banners {
  margin-right: -40px;
}*/
#contact_form_pop {
	width:375px;
	max-width:100%;
	display:none;
}
#contact_form_pop .gform_heading {
	background: url("images/bluebg.png") no-repeat scroll 0 0 #119bd5;
	height: auto;
	width: 100%;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align: center;
	color: #fff;
}
#contact_form_pop .gform_heading h3.gform_title {
	color: #fff;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
#contact_form_pop .gform_heading .gform_description {
	display:block;
	padding:0
}
#contact_form_pop .gform_body {
	padding: 20px 15px 0;
}
#contact_form_pop ul.gform_fields li.gfield {
	padding-left:90px
}
#contact_form_pop ul.gform_fields li.gfield label.gfield_label {
	color: #119bd5;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}
#contact_form_pop .gform_footer {
	padding: 15px 15px 20px 105px;
}
#contact_form_pop .gform_confirmation_message {
	color: green;
	font-size: 18px;
	line-height: 1.5em;
	padding: 20px;
	text-align: center;
}
.bannerBox {
	background: url("images/bluebg.png") no-repeat scroll 0 0 #119bd5;
	color: #fff;
	margin-bottom: 20px;
	min-height: 138px;
	padding: 12px 100px 12px 12px;
	position: relative;
	width: 100%;
}
.bannerBox::after {
 background-image: url("images/arrow_white.png");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: 34px auto;
-webkit-background-size: 34px auto;
 content: "";
 height: 100%;
 position: absolute;
 right: 0;
 top: 0;
 width: 80px;
}
.lightbluebox.bannerBox {
	background-image:url(images/lightbluebg.png);
	background-color:#9cc8e4
}
.greenbox.bannerBox {
	background-image:url(images/green_back.jpg);
	background-color:#487743
}
.orangebox.bannerBox {
	background-color: #f78d1f;
	background-image: url(images/orange_back.jpg);
}
.bannerBox a {
	color:#fff
}
.bannerBox h2 {
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0 0 8px;
}
.bannerBox p {
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding:0;
}
/*------------------------------------------------*/
/*--------------------[RECENT NEWS]---------------*/
/*------------------------------------------------*/
.recentNewsArea h2 {
	margin: 0;
	padding: 20px 0 10px;
	border-bottom:1px solid #cccccc
}
.recentNewsArea ul {
	margin:0;
	padding:0;
	list-style:none
}
.recentNewsArea ul li {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}
.recentNewsArea ul li a {
}
/*------------------------------------------------*/
/*-----------------------[NEWS]-------------------*/
/*------------------------------------------------*/
.loop-entry {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	width:400px;
	max-width:100%;
}
.loop-entry-thumbnail a {
}
.loop-entry img {
	display:block
}
.loop-entry img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.loop-entry h2 {
	font-size: 18px;
	margin: 0;
	padding: 20px 0 10px;
}
.loop-entry h2 a {
	color: #009AD8;
}
.loop-entry h2 a:hover {
	color: #0081BF;
}
.loop-entry-meta {
	display: none;
}
.loop-entry-meta span {
	margin: 0 5px 0 12px;
	font-size: 13px;
	color: #666;
}
.loop-entry-meta span:first-child {
	margin-left: 0;
}
.pagenavigation {
	margin-top:20px
}
.pagenavigation .pnavi a, .pagenavigation .pnavi span {
	background: #eee none repeat scroll 0 0;
	color: #666;
	display: block;
	float: left;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
	text-align: center;
	width: 25px;
}
.pagenavigation .pnavi a:hover, .pagenavigation .pnavi span.current {
	background: #444 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
/*------------------------------------------------*/
/*-------------------[PROPERTIES]-----------------*/
/*------------------------------------------------*/
.propertyRow {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-bottom: 10px;
	padding: 1%;
	position: relative;
	width: 100%;
	border: 1px solid #ECECEC;
	border-bottom: 2px solid #DFDFDF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.propertyRowLeft {
	float: left;
}
.properyImage {
	float: left;
	padding-right: 8px;
	width: 140px;
}
.properyImage a {
	display:block
}
.properyImage img {
	display:block;
	border:6px solid #f5f5f5
}
.propertyDetails {
	float:left
}
.propertyTitle {
	font-size: 1.4em;
	margin-bottom: 7px;
	margin-top: 3px;
}
ul.propertyOverview {
	margin-left:0;
	margin-bottom:7px;
	list-style:none
}
ul.propertyOverview li {
	display:inline-block;
	color: #666363;
	font-size: 18px;
	padding-left: 45px;
}
ul.propertyOverview li.propertyBedrooms {
	background:transparent url("images/bed.gif") no-repeat scroll left top
}
ul.propertyOverview li.propertyBathrooms {
	background:transparent url("images/shower.gif") no-repeat scroll left top
}
ul.propertyOverview li.propertyGarage {
	background:transparent url("images/car.gif") no-repeat scroll left top
}
.propertyBrochure {
	background: transparent url("images/pdficon_small.png") no-repeat scroll left top;
	color: #666363;
	display: block;
	font-size: 12px;
	margin-left: 7px;
	margin-top: 10px;
	padding-left: 21px;
}
.propertyMeta {
	float:right
}
.propertyPrice {
	color: #007dc3;
	display: block;
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 7px;
	margin-top: 3px;
	text-decoration: none;
}
.propertyEnquiry {
	clear: both;
	float: right;
}
.propertyEnquiry a.button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #ccc #868686 #868686 #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-style: solid;
	border-width: 2px;
	color: #007dc3;
	display: block;
	font-size: 12px;
	height: auto;
	letter-spacing: normal;
	line-height: 1.5em;
	margin-left: auto;
	min-width: 80px;
	text-align: center;
	text-transform: capitalize;
	width: auto;
}
.propertyBuilder {
	clear: both;
	float: right;
	margin-top: 20px;
}
.propertyBuilder img {
	display:block;
	float:right;
	max-height:100px;
	width:auto;
}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
	background: none repeat scroll 0 0 #f78d1f;
	color: #fff;
	padding: 20px 25px;
	font-family: "Lato", sans-serif;
}
#footer a {
	color:#fff
}
#footer a:hover {
	color:#ddd
}
#footerWidgetArea .widget-title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 5px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
#footerWidgetArea .widget-container {
	margin-bottom: 32px;
}
ul.socialmedia {
	margin:0;
	padding:0;
	list-style:none
}
ul.socialmedia:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
ul.socialmedia li {
	float: left;
	margin-right: 4px;
}
ul.socialmedia li a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	text-indent: -9999px;
	width: 36px;
}
ul.socialmedia li a.facebook {
	background-image:url(images/social_icon_f.png)
}
ul.socialmedia li a.youtube {
	background-image:url(images/social_icon_y.png)
}
#footerWidgetArea .widget_nav_menu ul.menu {
	margin:0;
	padding:0;
	list-style:none
}
#footerWidgetArea .widget_nav_menu ul.menu > li {
}
#footerWidgetArea .widget_nav_menu ul.menu > li > a {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}
#footerWidgetArea .widget_nav_menu ul.menu > li > ul {
	margin:0;
	list-style:none;
	padding-left:15px
}
#footerWidgetArea .widget_nav_menu ul.menu > li > ul > li {
	margin: 5px 0;
}
#footerBottom {
	font-size:12px
}
#back-to-top {
	float:right;
	font-size:13px
}

/*------------------------------------------------*/
/*-------------------[NEW FOOTER]-----------------*/
/*------------------------------------------------*/
.flexbox {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexbox.reverse {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.txt18 {
	font-size: 1.285em;
	line-height: 1.5em;
}
.txt32 {
	font-size: 2.28em;
	line-height: 1.35em;
}
.txt28 {
	font-size: 2em;
	line-height: 1.35em;
}
.txt22 {
	font-size: 1.57em;
	line-height: 1.35em;
}
.txt20 {
	font-size: 1.428em;
	line-height: 1.3em;
}
.txt17 {
	font-size: 1.1em;
	line-height: 1.3em;
}
.txt16 {
	font-size: 1.142em;
	line-height: 1.5em;
}
.txt13 {
	font-size: .928em;
	line-height: 1.5em;
}
.txt10 {
	font-size: .714em;
	line-height: 1.3em;
}
.space10 {
	clear:both;
	height:10px;
}
.space20 {
	clear:both;
	height:20px;
}
.space30 {
	clear:both;
	height:30px;
}
.space40 {
	clear:both;
	height:40px;
}
.space50 {
	clear:both;
	height:50px;
}
#footer {
	padding:20px 25px;
	color:#fff;
	background-color:#f78d1f
}
#footer a {
	color:#fff
}

#footer .wrapper {
	width: 1165px;
}
#footerWidgets > .footerLeft > .widget-container {
	margin-bottom: 25px;
}
#footerWidgets > .footerLeft > .widget-container:last-child {
	margin-bottom:0
}
.footerRegsiter {
	text-align:left;
	position:relative
}
.footerRegsiter table {
	background:none;
}
.footerRegsiter table td {
	background:none;
	padding:0
}
.footerRegsiter table .icon_register {
	margin-bottom:0
}
.footerRegsiter table td.txt22 {
	padding-left: 27px;
	vertical-align: middle;
}
.footerLeft, .footerRight {
	width:50%;
	position:relative
}
.footerIntrapac {
	position:absolute;
	right:0;
	bottom:0;
}
.footerIntrapac img {
	display:block
}
ul.socialProfiles {
	margin:0;
	padding:0;
	list-style:none
}
ul.socialProfiles li {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	width: 45px;
}
ul.socialProfiles li a {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	display: block;
	font-size: 1.5em;
	text-align: center;
}
ul.socialProfiles li a.iconFacebook {
	background-color:#3B5998
}
ul.socialProfiles li a.iconTwitter {
	background-color:#55ACEE
}
#footer .widget_nav_menu ul.menu {
	font-size: 0.85em;
	line-height: 0.9em;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#footer .widget_nav_menu ul.menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#footer .widget_nav_menu ul.menu li {
	float:left;
	padding-right:5px;
	margin-right:5px;
	border-right:solid 1px #fff
}
#footer .widget_nav_menu ul.menu li ul{display:none}
#footer .widget_nav_menu ul.menu li:last-child {
	border:none
}
#footer .widget_nav_menu ul.menu li a {
	display:block
}
#footer a#backtoTop {
  color: #fff;
  font-size: 1.142em;
  text-transform: uppercase;
}
.icon_download, .icon_register, .icon_plan {
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%;
  height: 85px;
  margin: 0;
  width: 85px;
}
.icon_register {
	background-image:url(images/icon_register.png)
}

#registerFormPop {
	width:375px;
	max-width:100%;
	display:none;
}
#registerFormPop .gform_heading {
	background-image:url("images/orange_back.jpg");
	background-color:#f78d1f;
	background-repeat:no-repeat;
	background-position:left top;
	height: auto;
	width: 100%;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	text-align: center;
	color: #fff;
}
#registerFormPop .gform_heading h3.gform_title {
	color: #fff;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
#registerFormPop .gform_heading .gform_description {
	display:block;
	padding:0
}
#registerFormPop .gform_body {
	padding: 20px 15px 0;
}
#registerFormPop ul.gform_fields li.gfield {
	padding-left:90px
}
#registerFormPop ul.gform_fields li.gfield label.gfield_label {
	color: #119bd5;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}
#registerFormPop .gform_footer {
	padding: 15px 15px 20px 105px;
}
#registerFormPop .gform_confirmation_message {
	color: green;
	font-size: 18px;
	line-height: 1.5em;
	padding: 20px;
	text-align: center;
}
.awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
  margin-bottom: 1.5rem; }
.awards img {
  max-width: 116px;
}