/*
Theme Name: Intrapac
Description: Wordpress Theme Designed for Intrapac.
Author: Subhkant Rana
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@font-face {
 font-family: 'Alright Sans';
 src: url('fonts/alrightsans-thin-webfont.eot');
 src: url('fonts/alrightsans-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/alrightsans-thin-webfont.woff') format('woff'), url('fonts/alrightsans-thin-webfont.ttf') format('truetype'), url('fonts/alrightsans-thin-webfont.svg#AlrightSans') format('svg');
 font-weight: 300;
 font-style: normal;
}
 @font-face {
 font-family: 'Alright Sans';
 src: url('fonts/alrightsans-medium-webfont.eot');
 src: url('fonts/alrightsans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/alrightsans-medium-webfont.woff') format('woff'), url('fonts/alrightsans-medium-webfont.ttf') format('truetype'), url('fonts/alrightsans-medium-webfont.svg#AlrightSans') format('svg');
 font-weight: 600;
 font-style: normal;
}
 @font-face {
 font-family: 'Idealist Sans';
 src: url('fonts/idealistsans-light-webfont.eot');
 src: url('fonts/idealistsans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/idealistsans-light-webfont.woff') format('woff'), url('fonts/idealistsans-light-webfont.ttf') format('truetype'), url('fonts/idealistsans-light-webfont.svg#Idealist Sans') format('svg');
 font-weight: 300;
 font-style: normal;
}
 @font-face {
 font-family: 'Idealist Sans';
 src: url('fonts/idealistsans-webfont.eot');
 src: url('fonts/idealistsans-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/idealistsans-webfont.woff') format('woff'), url('fonts/idealistsans-webfont.ttf') format('truetype'), url('fonts/idealistsans-webfont.svg#idealist_sansregular') format('svg');
 font-weight: 400;
 font-style: normal;
}
/*------------------------------------------------*/
/*-----------------[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 {
	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: #2d2d2c;
	background-image: url("images/bg_home.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
body, input, textarea {
	color: #fff;
	font-family: "Idealist Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
}
a {
	color: #ffd141;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #fff;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 8px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 25px;
}
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; font-size:60%
}
sup {
	bottom: 0.7em;
}
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 #ffd141;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 25px 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 #ffd141;
	color: #333;
	line-height: 22px;
	padding: 6px 16px;
	transition: all 0.3s ease 0s;
	margin:0;
}
input[type="submit"], button, .button {
	background: none repeat scroll 0 0 #ffd141;
	border: solid 1px #ffd141;
	color: #000;
	cursor: pointer;
	display: inline-block;
	line-height: 22px;
	max-width: 100%;
	padding: 8px 16px;
	text-align: center;
	transition: 300ms;
	width: auto;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:none;
	color:#ffd141
}
textarea {
	padding: 5px 8px;
}
.spacer {
	clear: both;
	padding-top: 25px;
}
.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
}
.floatLeft {
	float:left
}
.floatRight {
	float: right;
}
.black {
	color: #000000 !important;
}
.red {
	color: #db151f
}
.blue {
	color: #005eb6
}
.text-muted {
	color: #999999;
}
.separator {
	clear:both;
	padding:5px
}
.highlight {
	background: none repeat scroll 0 0 #005eb6;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 0 7px;
}
.divider {
	border-top: 1px dotted #AEAEAE;
	clear: both;
	margin-top: 35px;
	padding-bottom: 45px;
	position: relative;
}
.dropcap {
	background-color: #005eb6;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	margin-top: 6px;
	position: relative;
	text-align: center;
	width: 36px;
}
table {
	background: rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	margin-bottom:25px;
}
table th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
}
ul.none {
	margin:0;
	padding:0;
	list-style:none
}
ul.points, ul.points ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.points li {
	padding-left: 15px;
	position: relative;
}
ul.points li:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 4px;
}
ul.checklist, ul.checklist ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.checklist li {
	padding-left: 18px;
	position: relative;
}
ul.checklist li:before {
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
}
ul.inline, ol.inline {
	list-style: none outside none;
	margin-left: 0;
}
ul.inline > li, ol.inline > li {
	padding-left: 0;
	padding-right: 0;
	display:inline-block;
}
.title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1em;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.bxFrame {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	padding: 0.4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------------------*/
/*--------------------[COLUMNS]-------------------*/
/*------------------------------------------------*/
.col, .col2, .col3, .col4, .col5, .col6 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
 box-sizing:border-box display: inline;
	float: left;
	margin-right: 4%;
}
.cols .last, .col:last-child, .col.last, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .cols3 .col:last-child {
	margin-right:0 !important;
}
.col, .col2 {
	width:48%;
} /* 2 equal width columns - default */
.cols3 .col, .col3 {
	width: 30.66%;
} /* 3 equal width columns */
.cols4 .col, .col4 {
	width: 22%;
}
.cols5 .col, .col5 {
	width:18.4%;
} /* 5 equal width columns */
.cols6 .col, .col6 {
	width:15%;
} /* 6 equal width columns */
.halfBox {
  border: 1px solid #ffd141;
  float: left;
  width: 50%;
}
.halfBox iframe{display:block}
.halfBox .title{padding-top:10px; padding-left:30px}
.halfBox p{margin:0}
/*------------------------------------------------*/
/*--------------------[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;
}
.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 {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
	display:table
}
#logo {
	display:table-cell;
	width:200px
}
#logo h1 {
	padding:0
}
#logo h1 a {
	display:block;
	background:url(images/logo.png) no-repeat center center;
	width:200px;
	height:200px;
	text-indent:-9999px;
}
#headerRight {
	display: table-cell;
	padding: 30px 0;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.headerPhone {
	background: url("images/icon_phone.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	float: right;
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	padding-right: 45px;
}
#headerSearch {
	clear: both;
	float: right;
	padding-top: 16px;
	width: 235px;
	max-width:100%;
}
.searchform {
	border: 1px solid #ffd141;
	padding-right: 50px;
	position: relative;
	background:#fff;
	overflow:hidden;
}
.searchform input[type="text"] {
	border: medium none;
	line-height: 36px;
	margin: 0;
	width: 100%;
}
.searchform input[type="submit"] {
	background: url(images/icon_search.png) no-repeat scroll center center;
	font-size: 0;
	height: 47px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	border:none;
	margin:0;
}
.searchform input[type="submit"]:focus, .searchform input[type="submit"]:hover {
	opacity:0.7
}
/*------------------------------------------------*/
/*-------------------[NAVIGATION]-----------------*/
/*------------------------------------------------*/
#navigation {
	bottom: 30px;
	clear: both;
	left: 0;
	position: absolute;
	width: 100%;
	line-height:1em
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center
}
#navigation ul li {
	display:inline-block;
	margin:0 30px
}
#navigation ul li a {
	text-transform:uppercase;
	font-size:22px;
	display:block;
}
#navigation ul li.current_page_item > a, #navigation ul li.current-menu-item > a, #navigation ul li.current_page_parent > a {
	color:#fff
}
/*------------------------------------------------*/
/*----------------------[MAIN]--------------------*/
/*------------------------------------------------*/
#main {
	padding: 30px 0;
}
#container.fullwidth {
	float: none;
	padding-right: 0;
	width: 100%;
}
#main.withSidebar {
	border-top: 1px solid #ffd141;
	display: flex;
	padding: 0;
}
#main.withSidebar #container {
	float:left;
	width:74%;
	padding-right:30px;
	padding-top:25px;
	padding-bottom:25px
}
#main.withSidebar #sidebar {
	border-left: 1px solid #ffd141;
	float: right;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-top: 25px;
	width: 26%;
}
#main.withSidebar.sidebarLeft #sidebar {
	border-left: medium none;
	border-right: 1px solid #ffd141;
	float: left;
	padding-left: 0;
	padding-right: 30px;
}
#main.withSidebar.sidebarLeft #container {
	float: right;
	padding-left: 30px;
	padding-right: 0;
}
/*------------------------------------------------*/
/*----------------------[PAGE]--------------------*/
/*------------------------------------------------*/
#mastHeadImages {
	position:relative;
	width:100%
}
.ipSlideShow {
	position:relative;
	width:100%;
}
.ipImageBlock {
	position:relative;
	width:100%
}
.ipSlideShow .ipSlideShowImage {
	display:none
}
.ipSlideShow .ipSlideShowImage:first-child {
	display:block
}
.ipImageBlock img {
	display:block
}
.ipSlideShowImageDescription {
	bottom: 25px;
	font-size: 52px;
	line-height: 1em;
	max-width: 100%;
	position: absolute;
	right: 30px;
	text-align: right;
	text-transform: uppercase;
	width: 680px;
}
.ipSlideShow-direction-nav {
	bottom: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	z-index: 99;
}
.ipSlideShow-direction-nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ipSlideShow-direction-nav li {
	float:left
}
.ipSlideShow-direction-nav li a {
	background-color:#ccc;
	background-color: rgba(255, 255, 255, 0.5);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 50px;
}
.ipSlideShow-direction-nav li a:hover {
	background-color:#222;
	background-color: rgba(0, 0, 0, 0.5);
}
.ipSlideShow-direction-nav li a.ipSlideShow-prev {
	background-image:url(images/slideshow_prev.png)
}
.ipSlideShow-direction-nav li a.ipSlideShow-next {
	background-image:url(images/slideshow_next.png)
}
.introText {
	font-family: "Alright Sans";
	font-size: 39px;
	line-height: 1.1em;
	text-align: center;
}
.ipImageBlockBoxTitle {
	background: none repeat scroll 0 0 #ffd141;
	color: #54575a;
	font-size: 22px;
	height: 190px;
	left: 0;
	line-height: 1.1em;
	padding: 20px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	top: 0;
	width: 190px;
	z-index:50
}
.ipImageBlockBoxTitle > a {
	color: #54575a;
	display: block;
	height: 100%;
	width: 100%;
}
.pageTitle {
	font-size: 32px;
	font-weight: 300;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.pageTitle span.subTitle {
	border-left: 1px solid #fff;
	font-size: 23px;
	padding-left: 10px;
	text-transform: none;
}
#breadcrumb {
	font-size: 14px;
	padding: 12px 0;
}
#breadcrumb a {
	color:#fff
}
#breadcrumb a:hover {
	color:#ffd141
}
/*------------------------------------------------*/
/*--------------------[HOMEPAGE]------------------*/
/*------------------------------------------------*/
#mastHeadImages .ipSlideShow-direction-nav {
	display:none
}
/*------------------------------------------------*/
/*--------------[COMMUNITY SLIDESHOW]-------------*/
/*------------------------------------------------*/
.communitySlideShow {
	position:relative;
	width:100%;
}
.communitySlideShow .ipSlideShowImage {
	display:none
}
.communitySlideShow .ipSlideShowImage:first-child {
	display:block
}
.ipImageBlockBoxTitle.communityHomeLogo {
	background: none repeat scroll 0 0 #fff;
	padding: 0;
}
/*------------------------------------------------*/
/*----------------[SINGLE COMMUNITY]--------------*/
/*------------------------------------------------*/
.ipImageBlockBoxTitle.logoBlock {
	background: none repeat scroll 0 0 #fff;
	bottom: 0;
	padding: 0;
	top: inherit;
	z-index: 99;
}
.ipImageBlockBoxTitle.logoBlock img {
	display:block
}
.logoBlockTab {
	display: table;
	height: 100%;
	width: 100%;
}
.logoBlockCell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.logoTitle {
	font-weight: 300;
	padding: 8px 0;
	position: relative;
	margin-bottom:10px;
}
.logoTitle:after {
	border-bottom: 1px solid #000;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
}
.logoSubTitle {
	font-size: 16px;
	font-weight: 300;
	padding: 0;
	text-transform: none;
	line-height:0.8em;
}
.logoSubTitle > span {
	font-size: 11px;
}
.soldRibbon{display:block; position:absolute; left:0; top:0; background-image:url(images/sold_out.png); width:200px; height:195px; z-index:9}
.communityImgBlock .soldRibbon {
  background-size: 100px 98px; -webkit-background-size: 100px 98px;
  height: 98px;
  width: 100px;
}
#communityGallery {
	padding-top: 40px;
	position: relative;
}
#communityGallery .col img {
	display:block
}
.communityMapArea {
	padding-top: 12px;
}
#communityMap {
	width:100%;
	height:300px
}
#communityMap img {
	max-width:inherit
}
.communityButtons .button {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
/*------------------------------------------------*/
/*---------------------[SIDEBAR]------------------*/
/*------------------------------------------------*/
.widgetTitle {
	font-weight: 300;
	padding-bottom: 2px;
}
.widgetContainer {
	margin-bottom: 35px;
}
/*------------------------------------------------*/
/*-------------------[ABOUT PAGE]-----------------*/
/*------------------------------------------------*/
.blogPostItem {
	border-bottom: 1px solid #ffd141;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#expertisePosts .blogPostItem:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0
}
.expertiseImg {
	float: left;
	position: relative;
	width: 48.5%;
}
.expertiseImg img {
	display:block
}
.expertiseText {
	float: right;
	font-size: 16px;
	line-height: 1.4em;
	width: 49%;
}
.expertiseText p {
	margin-bottom:22px
}
.expertiseText p:last-child {
	margin-bottom:0
}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
.widget-container {
	margin-bottom: 30px;
}
.widget-title {
	color: #ffd141;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none
}
#sidebar ul li a {
	color:#fff
}
#sidebar ul li a:hover {
	color: #ffd141;
}
#sidebar ul li.current-cat a {
	color: #ffd141;
}
/*------------------------------------------------*/
/*----------------[NEWS & ARTICLES]---------------*/
/*------------------------------------------------*/
#main.withSidebar.sidebarLeft #container.blogPageContainer {
	padding-bottom: 0;
	padding-left: 0;
}
#blogposts {
	position:relative
}
#blogposts .blogPostItem {
	padding-left:30px
}
.postTitle {
	font-size: 52px;
	font-weight: 300;
	line-height: 1em;
	padding: 0;
	text-transform: uppercase;
}
.postTitle a {
	color:#fff
}
.postTitle a:hover {
	color: #ffd141;
}
.postMeta {
	font-size: 16px;
	padding-bottom: 10px;
}
.blogPostThumb {
	float: left;
	margin-right: 30px;
	margin-top: 8px;
}
.blogPostThumb img {
	display:block
}
.postReadMore {
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-top: 12px;
}
.postReadMore:hover {
	color: #ffd141;
}
#pageNavigation {
	margin-top: -30px;
	padding: 10px 30px;
}
#pageNavigation a {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	line-height: 1em;
	padding: 1px 12px;
}
#pageNavigation a.page {
	border-right:solid 1px #fff
}
#pageNavigation a:hover {
	color:#ffd141;
}
#pageNavigation span {
	color:#ffd141;
	display: inline-block;
	font-weight: 400;
	line-height: 1em;
	padding: 1px 12px;
	border-right:solid 1px #fff
}
/*------------------------------------------------*/
/*-----------------[RELATED POSTS]----------------*/
/*------------------------------------------------*/
#relatedPostArea {
	padding-top:50px
}
#relatedPostArea .pageTitle {
	padding-bottom:20px
}
.relatedPostThumb {
	padding-bottom:20px
}
.relatedPostThumb img {
	display:block
}
.relatedTitle {
	text-transform: uppercase;
}
.relatedTitle a {
	color:#fff
}
.relatedTitle a:hover {
	color:#ffd141
}
.relatedText {
	font-size: 15px;
	line-height: 1.25em;
}
/*------------------------------------------------*/
/*-----------------[COMMUNITY PAGE]---------------*/
/*------------------------------------------------*/
.communityPageBlock {
	display:flex
}
.communityImgBlock {
	float: left;
	position: relative;
	width: 66%;
}
.communityImgBlock img {
	display:block
}
.communityImgBlock .ipImageBlockBoxTitle.logoBlock {
	bottom: inherit;
	top: 0;
}
.communityTxtBlock {
	float: right;
	padding-left: 25px;
	position: relative;
	width: 34%;
padding-bottom:40px;
}
.communityStatus {
	color: #ffd141;
	padding-bottom: 40px;
}
.communityTxtBlock .postReadMore {
	bottom: 0;
	display: block;
	margin-top: 0;
	position: absolute;
	right: 0;
}
#communityFilters {
	background: none repeat scroll 0 0 #333333;
	margin-bottom: 30px;
	border-left:solid 1px #ffd141;
	border-top:solid 1px #ffd141;
	border-bottom:solid 1px #ffd141
}
.communityFilterCol {
	border-right: 1px solid #ffd141;
	float: left;
	position: relative;
	width: 25%;
}
.communityFilterCol > a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}
.communityFilterCol:hover > a {
	background:#ffd141;
	color:#54575a
}
.communityFilterCol ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:100%;
	text-align:center;
	background:#ffffff;
	z-index:99;
	display:none
}
.communityFilterCol ul li {
	display:block;
	padding:0 20px
}
.communityFilterCol ul li a {
	border-bottom: 1px dotted #333;
	color: #54575a;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 0;
	text-transform: uppercase;
}
.communityFilterCol ul li:last-child a {
	border-bottom:none
}
.communityFilterCol ul li a:hover {
	color:#ffd141
}
.communityFilterCol.community_status_active {
	border-color: #333;
}
.community_status_active > a {
	background:#ffd141;
	color:#54575a;
}
.communityFilterCol ul li.st_active a {
	color:#ffd141
}
#registerCommunityForm {
	display:none
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
ul.gform_fields > li {
	position:relative;
	display:block;
	margin-bottom:15px; clear:both
}
ul.gform_fields > li.half{clear:none; float:left; width:48%}
ul.gform_fields > li.half.last{float:right}
ul.gform_fields > li input[type="text"] {
	width:100%;
	display:block
}
ul.gform_fields > li textarea {
	width:100%;
	display:block;
	height:140px;
}
.gform_footer {
	clear: both;
	padding-top: 10px;
	text-align: right;
}
.gform_footer input[type="submit"] {
	margin:0
}
.gfield_required {
	color: #ffd141;
	display: inline-block;
	margin-left: 3px;
}
.validation_error {
	display:none
}
.validation_message {
	color: #ffd141;
	font-size: 14px;
	line-height: 1em;
	position: absolute;
	right: 0;
}
/*------------------------------------------------*/
/*------------------[CONTACT PAGE]----------------*/
/*------------------------------------------------*/
.contactMapArea {
	margin-top: -30px;
	position: relative;
	width: 100%;
}
.ipSlideShowImageDescription {
  text-shadow: 1px 1px 2px #666666;
}
.contactMapArea iframe {
	display:block;
	max-width:100%
}
#pageColumnsArea {
	border-top: 1px solid #ffd141;
	display: flex;
	-webkit-display: flex;
	-o-display: flex;
	margin-bottom: -30px;
}
#pageColumnsArea .pageContainer {
	float: left;
	padding-bottom: 25px;
	padding-right: 30px;
	padding-top: 25px;
	width: 74%;
}
#pageColumnsArea .pageSidebar {
	border-left: 1px solid #ffd141;
	float: right;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-top: 25px;
	width: 26%;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
	border-top: 1px solid #ffd141;
	padding: 25px 0 50px;
	position:relative
}
#footer a {
	color:#fff
}
#footer a:hover {
	color:#ffd141
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footerWidgetArea {
	position:relative
}
.cols5 .col.footerWidget {
  margin-right: 4%;
  width: auto;
}
.col.footerWidget {
	margin-bottom: 40px;
}
.footerWidgetTitle {
	color: #ffd141;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#footer .footerWidgetTitle a {
	color: #ffd141;
}
#footer .footerWidgetTitle a:hover {
	color:#fff
}
#footerInner {
	position:relative;
	text-align:center
}
.socialFooter {
	bottom: 0;
	position: absolute;
	right: 0;
}
.socialFooter ul {
	margin:0;
	padding:0;
	list-style:none
}
.socialFooter ul li {
	display: inline-block;
	margin-right: 12px;
	text-align: left;
}
.socialFooter ul li a {
	background-image: url("images/social_icons.png");
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	text-indent: -9999px;
	transition: none 0s ease 0s;
	width: 52px;
}
.socialFooter ul li a.linkedin {
	background-position:left top
}
.socialFooter ul li a.linkedin:hover {
	background-position:left bottom
}
.socialFooter ul li a.facebook {
	background-position:right top
}
.socialFooter ul li a.facebook:hover {
	background-position:right bottom
}
.socialFooter ul li a.twitter {
	background-position: -68px top;
}
.socialFooter ul li a.twitter:hover {
	background-position:-68px bottom
}
.udiaLogo {
	bottom: 0;
	left: 0;
	position: absolute;
}
.udiaLogo img {
	display:block
}
#footerMenu {
	display: inline-block;
	font-size: 14px;
	line-height: 0.8em;
	padding-bottom: 4px;
	padding-top: 36px;
	vertical-align: bottom;
}
#footerMenu ul li {
	border-right: 1px solid #fff;
	display: inline-block;
	padding: 0 12px 0 8px;
}
#footerMenu ul li.last, #footerMenu ul li:last-child {
	border-right:none
}
#footerMenu ul li a {
	display:block
}
#backToTopButton {
	background: url("images/icon_top.png") no-repeat scroll center center rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	bottom: 40px;
	display:none;
	height: 50px;
	position: fixed;
	right: 30px;
	text-indent: -9999px;
	width: 50px;
}
#backToTopButton:hover {
	background-color:rgba(255, 255, 255, 0.2)
}