/* ================================================================== */
/* BOOTSTRAP3 COPY FOR HOMEPAGE FOOTER ONLY */
/* ================================================================== */
h1.welcome-txt {
	font-family: Open Sans Condensed;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	}
	

.footer_text {
	width: 100%;
	max-width: 960px;
	margin: 15px auto 20px auto;
	padding: 0;
	}

#content-right div, #content-right div div {
	margin: 0 auto;
	}

.desktop-version-bar {
	width: 100% !important;
	height: 20px !important;
	line-height: 20px !important;
	text-align: center !important;
	color: #FFF !important;
	background: #000 !important;
	}
	
div.desktop-version-bar a {
	height: 20px !important;
	line-height: 20px !important;
	font-family: Roboto Condensed;
	color: #FFF !Important;
	font-weight: 700 !important;
	font-size: 13px !important;	
	}	

div.desktop-version-bar a:hover {
	color: #EDEDED !important;
	}

#sticky-footer {
	display: none;
	width:100%;
	height:85px;
	position:fixed;
	clear:both;
	bottom:0;
	z-index: 99999 !important;
	margin:-65px auto 0 auto !important;
	}
	
	.footer-bar {
	width: 100%
	height: 65px;
	margin:0 auto !important;
	padding:0;
	box-shadow:0 0 4px #142664;
	line-height: 65px;
	}
	
.navigation3 {
	width:100%;
	height:65px;
	padding:0;
	}

ul.sticky-nav {
	width: 100%;
	height: 65px;
	text-decoration: none;
	overflow: hidden;
	margin: 0px !important;
	padding: 0px !important;
	border-top: 1px solid #000;
	}

ul.sticky-nav a li {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	color: #EFEFEF !important;
	text-shadow: 0 1px 1px #444 !important;
	font-size:16px;
	width: 25%;
	height: 65px;
	line-height: normal;
	text-align:center;
	padding:0;
	margin:0;
	float:left;
	cursor: pointer;
	display: inline-block;
	border-top: 1px solid #fff;
	border-color: rgba(255,255,255,.3);
	text-decoration: none !important;
	opacity: .8;
	-ms-filter: “alpha(opacity=80)”;
	filter: alpha(opacity=80);
	-khtml-opacity: .8;
	-moz-opacity: .8;
	border-right: 1px solid #000;
	}
	
ul.sticky-nav a li:hover {
	color: #EBEBEB !important;
	text-shadow:0 0px 5px #666 !important;
	opacity: 1;
	-ms-filter: “alpha(opacity=100)”;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	}

.btn-last {
	border-right: 0px !important;
	}
	
.ui-text {
	font-size: 14px !important;
	}

.ui-icon {
	display: block !important;
	margin: 15px auto 0 auto !important;
	text-align: center !important;
	width: 30px!important;
	height: 20px!important;
	font-size: 18px;
	}


@media(min-width:768px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
	}

.col-xs-12 {
	width: 100%
	}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
	float: left
	}

.col-sm-4 {
	width: 33.33333333333333%
	}

}



/* ================================================================== */
#ftr-column {
	float: left;
	display: inline-block;
	width: 33.33333333333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
	}

.pull-right {
	float: right!important;
	}


/*MOBILE*/
@media (max-width: 480px) {
@-ms-viewport {
    width: 320px;
	}

#bck2top {
	bottom: 95px !important;
	}

#sticky-footer {
	display: block !important;
	}

#int-flogo {
	padding: 35px 0 0 0;
	}

.ftr-cat {
	margin: 0 0 5px 0;
	line-height: normal !important;
	clear: both;
	display: block ;
	}

ul.footer-links {
	margin: 0 0 20px 0;
	padding: 0;
	display: block !important;
	clear: both;
	background: pink;
	}

ul.footer-links li {
	float: left;
	padding: 0 8px 0 0;
	margin: 5px 6px 5px 0px;
	line-height: normal !important;
	display: inline-block;
	border-right: 1px solid #FFF;
	line-height: 10px !important;
	}

ul.footer-links li:last-child { 
	border-right:0px;
	}
	
#ftr-column {
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}

#widget-block, #prprty-widget {
	display: none !important;
	}
	}


/*IPAD LANDSCAPE*/
@media (max-width: 767px) {}

/*IPAD PORTRAIT*/
@media (max-width:768px) {} 

/*OTHER DEVICES*/
@media (min-width: 768px) {}

/*DESKTOP DEFAULT*/
@media (min-width: 960px) {}


/*MOBILE LANDSCAPE*/
@media (min-width: 480px) and (max-width: 568px) {
#int-flogo {
	padding: 35px 0 0 0;
	}

#bck2top {
	bottom: 95px !important;
	}

#sticky-footer {
	display: block !important;
	}

.ftr-cat {
	margin: 0 0 5px 0;
	line-height: normal !important;
	clear: both;
	display: block ;
	}

ul.footer-links {
	margin: 0 0 20px 0;
	padding: 0;
	display: block !important;
	clear: both;
	background: pink;
	}

ul.footer-links li {
	float: left;
	padding: 0 8px 0 0;
	margin: 5px 6px 5px 0px;
	line-height: normal !important;
	display: inline-block;
	border-right: 1px solid #FFF;
	line-height: 10px !important;
	}

ul.footer-links li:last-child { 
	border-right:0px;
	}
	
#ftr-column {
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}

#widget-block, #prprty-widget {
	display: none !important;
	}
	}

/*KINDLE FIRE PORTRAIT*/
@media (min-width: 600px) and (max-width: 600px) {
#int-flogo {
	padding: 35px 0 0 0;
	}

.ftr-cat {
	margin: 0 0 5px 0;
	line-height: normal !important;
	clear: both;
	display: block ;
	}

ul.footer-links {
	margin: 0 0 20px 0;
	padding: 0;
	display: block !important;
	clear: both;
	background: pink;
	}

ul.footer-links li {
	float: left;
	padding: 0 8px 0 0;
	margin: 5px 6px 5px 0px;
	line-height: normal !important;
	display: inline-block;
	border-right: 1px solid #FFF;
	line-height: 10px !important;
	}

ul.footer-links li:last-child { 
	border-right:0px;
	}
	
#ftr-column {
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}
}

/*GOOGLE NEXUS PORTRAIT*/
@media (min-width: 603px) and (max-width: 603px) {
#int-flogo {
	padding: 35px 0 0 0;
	}

.ftr-cat {
	margin: 0 0 5px 0;
	line-height: normal !important;
	clear: both;
	display: block ;
	}

ul.footer-links {
	margin: 0 0 20px 0;
	padding: 0;
	display: block !important;
	clear: both;
	background: pink;
	}

ul.footer-links li {
	float: left;
	padding: 0 8px 0 0;
	margin: 5px 6px 5px 0px;
	line-height: normal !important;
	display: inline-block;
	border-right: 1px solid #FFF;
	line-height: 10px !important;
	}

ul.footer-links li:last-child { 
	border-right:0px;
	}
	
#ftr-column {
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}
}

/*SAMSUNG GALAXY S3/S4 PORTRAIT*/
@media (max-width: 360px) {
#int-flogo {
	padding: 35px 0 0 0;
	}

.ftr-cat {
	margin: 0 0 5px 0;
	line-height: normal !important;
	clear: both;
	display: block ;
	}

ul.footer-links {
	margin: 0 0 20px 0;
	padding: 0;
	display: block !important;
	clear: both;
	background: pink;
	}

ul.footer-links li {
	float: left;
	padding: 0 8px 0 0;
	margin: 5px 6px 5px 0px;
	line-height: normal !important;
	display: inline-block;
	border-right: 1px solid #FFF;
	line-height: 10px !important;
	}

ul.footer-links li:last-child { 
	border-right:0px;
	}
	
#ftr-column {
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}
}


/*SAMSUNG GALAXY S3/S4 LANDSCAPE*/
@media (min-width: 640px) and (max-width: 640px) {
#int-flogo {
	padding: 35px 0 0 0;
	}

.ftr-cat {
	margin: 0 0 5px 0;
	line-height: normal !important;
	clear: both;
	display: block ;
	}

ul.footer-links {
	margin: 0 0 20px 0;
	padding: 0;
	display: block !important;
	clear: both;
	background: pink;
	}

ul.footer-links li {
	float: left;
	padding: 0 8px 0 0;
	margin: 5px 6px 5px 0px;
	line-height: normal !important;
	display: inline-block;
	border-right: 1px solid #FFF;
	line-height: 10px !important;
	}

ul.footer-links li:last-child { 
	border-right:0px;
	}
	
#ftr-column {
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}
}


@media (max-width: 600px) and (min-width: 600px) {
#ftr-column {
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}
}

@media (max-width: 480px) {
#ftr-column {
	width: 100%;
	display: block;
	margin: 0 0 12px 0;
	padding: 0 15px;
	}

}

.col-xs-12, .col-sm-4, .col-md-4, .col-xs-12 {
	position: relative;
	min-height: 1px;
	}

@media (max-width: 767px) {
	.no-padding {
	line-height: 0px;
	}
}