/*  
Theme Name: 64North-pfeiffer
Theme URI: http://www.thevelozgroup.com
Author: charan kumar k
---------

DO NOT EDIT THIS FILE.

################################################################# */

@font-face
{
font-family: Helvetica;
src: url(assets/fonts/Helvetica/HelveticaLTStd-Light.otf);
}
@font-face
{
font-family: Helvetica-bold;
src: url(assets/fonts/Helvetica/HelveticaLTStd-Bold.otf);
}
@font-face
{
font-family: Helvetica-light;
src: url(assets/fonts/Helvetica/HelveticaLTStd-Light.otf);
}

@import url(css/flexslider.css) screen;
@import url(css/sinister.css) screen;
@import url(css/fhmm.css) screen;
@import url(fancyBox/jquery.fancybox.css) screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

	* { 
		margin: 0;
		padding: 0;
	} 
	body {
		font-family: Helvetica;
		font-size:13px;
		line-height:20px; 
		position:relative;
		color:#231f20;
		padding:0;
		margin:0;
	  background:#f3f3f3;
	}
	a, button, .modal{
	 outline: 0;
	}
    .customize-support .navbar.affix{
        top: 32px;
    }
	html {
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	html,
	body {
		height: 100%;
	}
	
	div.body {
		height: 100%;
		width: 100%;
	}
	
	img {
		height: auto;
		max-width: 100%;
	}
	
	.hidden { display: none; }
	.alignleft { float: left; }
	.alignright { float: right; }
	.aligncenter {
		margin-left: auto;
		margin-right: auto;
		display: block;
		clear: both;
	}
	.clear {
		clear: both;
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		width:100%;
	}
	::-moz-selection  {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	::selection {
		color: #fff;
		text-shadow:none;
		background:#2B2E31;
	}
	*,
	*:after,
	*:before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
	a { 
		padding: 0;
		margin: 0;
		text-decoration: none; 
	}
	
	a:hover,
	a:focus {
	  text-decoration: none;
	  color:#01090C;
          outline:none
	}
	a img { 
		border: none; 
		vertical-align: bottom;
	}
	a.remove{
		display:block;
		height:18px;
		width:18px;
		margin:10px;
		padding-left:0 !important;
		text-indent:-9999px;
		background:url(images/remove.png) #01090C;
		border-radius:100px;
		border-style:solid;
		border-width:1px
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: Helvetica-bold;
		font-weight: 300;
		color:#010101;
		margin-bottom: 15px;
		text-rendering: optimizeLegibility;
		font-weight: bold;
	}
	
	h1 {font-size: 30px; margin-top:0;}
	h2 {font-size: 22px; margin-top:0;}
	h3 {font-size: 20px; margin-top:0;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	h6 {font-size: 14px;}
	
	p,
	pre,
	ul,
	ol,
	dl,
	dd,
	blockquote,
	address,
	table,
	fieldset,
	form
	{ margin-bottom: 20px; }
	
	a img {
		border: none; 
	}
	
	ul,
	ol,
	dl { margin-left: 30px; }
	ul,
	ol,
	dl {
	  margin-bottom: 1.25em;
	  font-family: inherit;
	}
	ul, ol {
	  margin-left: 0;
	}
	ul.no-bullet, ol.no-bullet {
    	margin-left: 0;
	}
	ul li ul,
	ul li ol {
	  margin-left: 1.25em;
	  margin-bottom: 0;
	}
	ol li ul,
	ol li ol {
	  margin-left: 1.25em;
	  margin-bottom: 0;
	}
	dl dt {
	  margin-bottom: 0.3em;
	  font-weight: bold;
	}
	dl dd {
	  margin-bottom: 0.75em;
	}
	.lead {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
		font-size:18px;
		margin:15px 0;
		padding:0;
	}
	
	section::before,
	section::after {
		position: absolute;
		content: '';
		pointer-post-wraps: none;
	}	
	.first {clear:both}
	.last{margin-right:0}
	
	audio,
	video {
		max-width: 100%;
		height: auto;
	}

	#soundcloud {
		margin-bottom:-5px !important;
	}
	
	iframe,
	embed,
	object {
		max-width: 100%;
	}
	
	mark {
		margin:0 6px;
	}
	a.color-red mark{background-color: rgba(0,0,0,.6);margin: 0;}
/*	################################################################
	USEFUL CSS
################################################################# */
.scroll-content{
	padding-bottom: 55px;
}
.width-full{
	width: 100%
}
.hide-mobile-line{
	display: block;
}
.show-mobile-line{
	display: none;
}
.no_margin{
margin:0px !important;
}
.margin-20{
	margin-top: 20px;
}
.padding-top-min-per{
	padding-top: 12%;
}
.padding-top-min-per-min{
	padding-top: 6%;
}
.nopaddingleft{
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.show-spacetop{
   padding-top:150px;
}
.red-bar {
    margin-top: 20px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #E74E25;
}
.white-bar {
    margin-top: 20px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #fff;
}
.dotted-bar	{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px dotted #989898;
}
.no_margin {
	margin: 0;
}
.bottom_space {
	min-height: 41px;
}
.dashed-bar {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #989898;
}
.dashed-bar-only-border {
    border: 0;
    border-top: 1px dotted #989898;
}
.dashed-bar-top {
	margin-top: 20px;
    border: 0;
    border-top: 1px dotted #989898;
}
.dashed-bar-bottom {
	margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #989898;
}
.dashed-bar-bottom-min {
	margin-top: 20px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px dotted #989898;
}
.dashed-bar-top-min{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dotted #989898;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nomargin-top-bottom {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}
.little-light-grey{
	color: #939598 !important;
}
.light-grey{
   color: #b6b8ba !important;
}
.bottom-dotted{
	border-bottom: 1px dotted #989898;
}
.ul-css{
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.ul-css li:before { 
    content: ">";
    color: #999999;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    position: relative;
}
.ul-css ul{
    list-style: none;
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
  
}
.ul-css a{
   color: #999999;
}
.large-fonts{
   font-size: 32px;
   line-height: 42px;

}
.medium-fonts{
    font-size: 24px;
    line-height: 30px;
}
.small-fonts-18{
    font-size: 18px;
    line-height: 24px;
}
.h4-black-headfonts{
    color: #000;
    font-size: 26px;
    margin: -4px 0px;
    letter-spacing: -2px;
    min-height: 28px;
}
.h4-black-headfonts-grey{
    color: #999999;
    font-size: 26px;
    margin: -4px 0px;
    letter-spacing: -2px;
    min-height: 28px;
}
.h5-black-headfonts-grey{
    color: #999999 !important;
    font-size: 16px;
    margin: 7px 0px !important;
    letter-spacing: -1px;
}
.full-width-image img{
    width: 100%;
}
.color-red{
    color: #E74E25;
}
.light-font {
	font-family :Helvetica-light !important;
}
ul.related-menu > span.menu-image-title {
	font-family :Helvetica !important;
}
.related-position{
	position: relative;
}
.subtitle-small{
	letter-spacing: -0.5px;
}

/*	################################################################
	USEFUL CSS
################################################################# */

/*	################################################################
	2. HEADER STYLES
################################################################# */

	.navbar.affix {
		position: fixed;
		top: -1px;
		left: 0;
		width: 100%;
		margin-top:0;
		z-index: 99;
		background:#ffffff;
		background: rgba(255,255,255,1);
	}	
	
	.header1 {
		background:#ffffff;	
		position:relative;
		display:block;
//position:fixed;
//bottom:0;
	}

	.logo {
    float: left;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-shadow: none;
    //height: 68px;
    height: 55px;
	}
	.logo img{
		//width: 90px;
	height: 40px;
    margin-top: 9px;
    //margin-top: 15px;
	}
	div.toolbar-wrapp{
		position: fixed;
		display: block;
		top: 30%;
		right:0;
		z-index:99;
	}
	
	div.loginpopup h3 {
	   clear: both;
		color: #656565;
		display: block;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.6;
		text-transform:uppercase;
	
	}
	
	div.toolbar-wrapp ul li {
		list-style:none;
	}
	
	div.sticky-toolbar{
		position: relative;
		top: 30%;
		padding: .1em;
		float: right;
		max-height:106px;
			border:1px solid #F0F0F0;  
			background:#ffffff;
			-moz-box-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
			-webkit-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
			box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);		
	} 
		  
	div.sticky-toolbar ul li a {
		display: block;
		font-size: 14px;
		height: 30px;
		line-height: 29px;
		margin: 0.2em;
		text-align: center;
		transition: all 0.1s ease-in-out 0s;
		width: 30px;
			-webkit-transition: all 0.1s ease-in-out;
			-moz-transition: all 0.1s ease-in-out;
			transition: all 0.1s ease-in-out;
			-webkit-font-smoothing: antialiased;
	}
	
	div.popup ul {
		padding-bottom:0 !important; 
		margin-bottom:0 !important
	}
	
	div.popup {
		background-color: #ffffff;
		border-radius: 0;
		display: none;
		float: left;
		left: -6%;
		position: relative;
		border:1px solid #F0F0F0;  
			-moz-box-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
			-webkit-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
			box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);	
	}
	
	div.loginpopup {
		background-color: #ffffff;
		border-radius: 0;
		display: none;
		float: left;
		padding:20px;
		left: 0;
		position: relative;
		border:1px solid #F0F0F0;  
			-moz-box-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
			-webkit-box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);
			box-shadow:2px 2px 1px  RGBa(0,0,0, 0.035);	
	}
	
	div.popup ul {
		list-style: none outside none;
		width: 110px;
	}
	
	div.popup ul li {
		display: block;
		margin: 0.4em;
		padding: 3px 10px;
		position: relative;
		text-align: left;
	}
	
	div.popup ul li a {
		color: #010101;
		font-size: 12px;
		font-weight: 600;
		text-decoration: none;
	}
	
	.social a {
		color: #939598 !important;
	}	
	.topbar a {
		color: #ffffff !important;
	}	
	
	.topbar p {
		color:#ffffff;
		font-size:12px !important;
		margin-bottom:10px !important
	}
	
	.topbar { 
		background:#010101;
		border-top:3px solid #efefef;
		border-bottom: 1px solid #525B7C;
	}
	
	.callus,
	.topbar .topmenu {
	    display: inline-block;
		margin: 6px 0 0 0;
		padding: 2.2px 5px;
		position: relative;
	}
	
	.topbar .topflags {
	    display: inline-block;
		margin: 6px 0 0 0;
		padding: 2.4px 0 2.4px 0;
		position: relative;
	}
		
	.topbar .topmenu li {
		border-right:1px solid rgba(0, 0, 0, 0.3);
	}
	
	.topbar .topmenu li {
		float: left;
		line-height: 10px;
		list-style: none;
		padding: 5px 10px;
	}
	
	.topbar .topflags li {
		float: left;
		line-height: 11px;
		list-style: none;
		padding: 5px 4px 6px;
	}
	
	.topbar .topflags li a {
		border: 0 none;
		display: block;
		outline: none;
	}
	
	.topbar .topflags li img {
		display: block;
		padding: 0;
	}

	.callus span {
		margin-right:10px;
	}	
	
	.social {
		margin:30px 0; 
		padding-right:0;
	}
	
	.social span {
		background-color:#f2f2f2;
		color: #FFFFFF;
		float: left;
		font-size: 15px;
		height: 30px;
		line-height: 30px;
		margin-left: 5px;
		position: relative;
		text-align: center;
		width: 30px;
		z-index: 5;
	}
	
	.header-row {
		position: fixed;
    	bottom: 0;
   		width: 100%;
   		background: #fff;
   		z-index: 1000;
	}

	#advanced_search select{
		font-size:12px;    
		position:relative;
		outline: none;
		padding:8px; 
		border-radius:0; 
		color:#8C8C8C;
		background:#fff;
		border:1px solid #eee; 
		-moz-box-box-shadow:inset 0px 1px 1px #fff, inset 0px 5px 5px #F4F4F4;
		-webkit-box-shadow:inset 0px 1px 1px #fff, inset 0px 5px 5px #F4F4F4;
		box-shadow:inset 0px 1px 1px #fff, inset 0px 5px 5px #F4F4F4;			
	} 
	
	 #advanced_search label{
		display:block;
		font-size:12px;
		float:none;
		line-height:100%;
		font-weight:inherit;
		padding:7px 0 0 0 !important;
		position:relative;
		color:#8B8B8B;
	}
	
	#advanced_search i {
		color:#ffffff;
	}
	
	 #advanced_search label{
		display:block;
		font-size:12px;
		float:none;
		line-height:100%;
		font-weight:inherit;
		padding:7px 0 0 0 !important;
		position:relative;
		color:#010101;
	}
	
	.searchmodule label {
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		color:#ffffff !important;
	}
	
	.searchmodule .btn-block {
		margin-top: 28px;
	}
	
	.searchmodule {
		padding:20px 10px;
		position:relative; 
		display:block;
	}

	.search_title {
		font-size: 13px;
		line-height:1.42857;
		margin-top: 0;
		padding: 8px 0 0;
		color: #010101;
		display: block;
		font-weight: 700;
		position: relative;
		text-transform: uppercase;
	}

	#ContactFormModal .modal-content {
		border-radius:0 !important
	}
	
	#ContactFormModal {
		margin-top:10%;
	}
	
	#ContactFormModal .modal-body p {
		margin-top:20px;
	}
	
	#ContactFormModal .big_title {
		margin:10px 0 !important
	}
	
	.modal-body ul li {
		list-style:none;
		margin-bottom:0px;
	}

	#accountlogin a{
		background: none repeat scroll 0 0 #010101;
		color: #FFFFFF;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
	
/*	################################################################
	3. SITE STYLES
################################################################# */
	
	.overlay1 {
		background-color: rgba(255, 255, 255, 0.9);
		background-color: #fff\9;
		height: 100%;
		margin: 0;
		padding: 30px 0 ;
		position: relative;
		width: 100%;
		z-index: 1;
	}
	
	#wrapper {
		padding:20px;
		background:#ffffff;
	}

	.secondwrapper,
	.generalwrapper {
		background: rgba(255,255,255,.89);
		padding: 0px 0 45px 0;
		position:relative;
	}
	
	.darksection {
		padding:30px 0;
		background:#fff;
	}
	
	.parallax {
		background-attachment: fixed !important;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.big_title {
		font-size: 21px;
		font-weight: 600;
		line-height: 40px;
		margin: 30px 0;
		text-transform:uppercase;
	}
	
	.big_title small {
	   clear: both;
		color: #656565;
		display: block;
		font-size: 13px;
		font-weight: 300;
		line-height: 1.6;
		text-transform:uppercase;
	}

	.services_section {
		padding:0 0 40px 0
	}

	.servicebox {
		margin:15px 0;
		padding:0 15px;
		text-align:center;
	}

	.servicetitle h3{
		font-size:13px;
		font-weight:bold;
		font-family: Helvetica;
		margin-top:25px;
		margin-bottom:0;
		text-transform:uppercase;
		padding-bottom:10px;
	}
	.service-icon i {
		margin-top:10px;
		margin-bottom:0;
	}	
	
	.message_banner {
		background:#313131;
		display: block;
		font-size: 26px;
		margin: 0 auto;
		color:#ffffff;
		padding: 50px 0;
		position: relative;
		text-align: left;
		width: 100%;
	}
	
	.message h2 {
		color:#ffffff; 
		font-weight:300; 
		font-size:31px;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
		text-transform:uppercase;
	}
	
/*	################################################################
	4. WIDGETS & SIDEBARS
################################################################# */

	.widget {
		display:block; 
		position:relative; 
		margin:0 0 20px;
	}
	
	.cats_widget h3 {
		margin-top:0 !important;
	}
	
	.widget .title h3 {
		display: block;
		font-weight: 700;
		padding: 0 0 10px;
		font-size:15px;
		margin:10px 0 20px;
		position: relative;
		border-bottom:1px solid #efefef;
		text-transform: uppercase;
	}
	
	.agencies_widget .image {
		margin-top:20px;
	}
	
	.agencies_widget .agencies_desc {
		color:#999999;
	}
	
	.testimonial_widget .testimonial_desc {
		width:75%; color:#999999;
	}
	
	.agencies_desc .title {
		font-size:21px !important;
		text-transform:uppercase !important;
		border-bottom:0 solid #fff !important;
		margin-bottom:0 !important
	}
	
	.agent_boxes .agencies_meta span {
		display:block;
		margin:6px 0 !important;
	}
		
	.agent_boxes .agencies_meta {
		padding:0 !important;
		margin-top:0 !important;
		border-top:0 solid #fff !important;
	}
	
	.agent_boxes .img-thumbnail {
		margin-top:10px;
	}
	
	.agencies_meta {
		overflow:hidden;
		display:inline-block;
		position:relative;
		width:100%;
		padding:10px 15px; 
		border-top:1px solid #EFEFEF;
		margin-top:25px;
	}
	
	.agencies_meta span {
		margin: 0 5px 10px 0;
		padding: 0 8px 0 0;
	}
	
	.testimonial_widget .image {
		float: right;
		position: relative;
		width: 20%;
	}
	
	.testimonial_widget.last .image {
		float: left !important;
		position: relative;
		width: 20%;
	}
	
	.agents_widget .agent .image img {
		float:left;
		width:30%;
		margin-right:10px;
	}

	.tabbed_widget {
		background:#ffffff; 
		border-left:1px solid #EFEFEF; 
		border-right:1px solid #EFEFEF; 
		border-bottom:1px solid #EFEFEF; 
		padding:20px 0 0
	}
		
	.check li,
	.widget ul.list li {
		list-style:none;
		margin-bottom:5px;
	}
	
	.check li:before,
	.widget ul.list li:before {
		font-family:"FontAwesome";
		content: "\f105";
		font-style: normal;
		font-weight: normal;
		padding-right: 6px;
		padding-left:0;
		text-decoration: inherit;
	}

	.widget ul.tweet li {
		list-style:none;
		margin-bottom:15px;
	}
	.widget ul.tweet li:before {
		font-family:"FontAwesome";
		content: "\f099";
		font-style: normal;
		font-weight: normal;
		padding-right: 6px;
		padding-left:0;
		text-decoration: inherit;
	}

	.copyright small,
	.widget ul.tweet li small {
		padding:5px 0;
		display:block;
		text-transform:uppercase;
		font-weight:bold;
	}

	.widget ul.tweet li small a {
		color:#545454;
		text-decoration:underline;
	}

	#tabbed_widget .nav-tabs > li > a,
	#tabbed_widget .nav-tabs > li > a:hover {
		border:0 solid #ffffff !important;
	}

	#tabbed_widget .nav > li > a {
		color: #010101;
		display: block;
		font-weight: 700;
		padding: 10px 15px;
		position: relative;
		text-transform: uppercase;
	}
	
	.widget h3 i {
		padding-right: 5px;
		padding-top: 2px;
	}
	
	ul.real-estate-cats-widget{
		list-style:none;margin:0px
	}
	
	ul.real-estate-cats-widget li{
		list-style-type:none;
		margin-bottom:0px;
		padding:5px 0px
	}
	
	.pagination > li > a,
	#left_sidebar a,
	#right_sidebar a,
	.check li a,
	ul.real-estate-cats-widget li a{
		font-size:13px;
		color:#656565
	}
	
	ul.real-estate-cats-widget li ul{
		border-left:1px solid #fff;
		list-style:none;margin:7px 0 0 0;
	}
	
	ul.real-estate-cats-widget li ul li{
		margin-left:0;
		line-height:15px;
		padding-left:17px;
		position:relative
	}
	
	ul.real-estate-cats-widget li ul li:before{
		content:"";
		height:1px;
		left:0;
		position:absolute;
		top:12px;
		width:11px
	}
	
	ul.real-estate-cats-widget li ul li a{
		color:#656565;
		font-size:13px
	}
	
	ul.real-estate-cats-widget li ul li ul li a{
		color:#656565
	}
	
	.real-estate-categories{
		display:inline-block;
		margin:5px 0 0;
	}
	
	.real-estate-categories>li{
		list-style:none;
		font-size:11px;
		float:left;
		color:#656565;
		font-style:italic;
		font-weight:normal;
	}
	
	.real-estate-categories>li>a{
		text-decoration:none;
	}
	
	.real-estate-categories>li>.divider{
		color:#656565;
		padding:0 5px;
	}
	
	.agents_widget .boxes .title {
		margin-top:0 !important
	}
	
	.testimonial_desc i {
		color:#999;
		padding:0 5px;
	}
	
	.testimonial_widget .testimonial_desc {
		margin: 0 30px 0 0;
		padding: 0 23%;
		width: 100%;
	}
	
	.testomonial_widget .testomonial_desc p,
	.agents_widget .agent .agent_desc p {
		margin:5px 0;
	}
	
	.widget .title .icon-sale {
		background: url(images/icons/sale.png) no-repeat scroll left center;
	}
	
	.widget .title .icon-rent {
		background: url(images/icons/rent.png) no-repeat scroll left center;
	}
	
	.widget .title [class^="icon-"] {
		display: inline-block;
		height: 30px;
		margin-right: 5px;
		vertical-align: -5px;
		width: 30px;
	}
		
/*	################################################################
	5. FOOTER STYLES
################################################################# */

	.footer1 {
		padding:30px;
		background:#212121;
		position: relative;
	}
		
	.copyright small,
	.footer1,
	.footer1 p,
	.footer1 a {
		color:#656565;
	}

	.footer1 .btn {
		margin-top:-10px;
		color:#ffffff !important;
	}
	
	.copyright .social {
		margin: 0;
		padding: 10px 0;
	}

	.copyright .social span a,
	.footer1 .title h3 {
		color:#ffffff !important;
	}
	.copyright .social span {
		background-color: #333333;
	}
	
	.footer1 .widget .title h3 {
		border-bottom: 0 solid #4B5475;
		margin-bottom:10px;
		padding-top: 8px;
		text-transform: uppercase;
	}
	
	.footer1 .widget .title hr {
		margin:0 0 10px;
		border-bottom: 2px solid #303030 !important;
		border-top: 1px solid #000000 !important;
	}
	
	.copyright small {
		padding:15px 0 0 !important;	
	}
	
	.copyright {
		border-top:1px solid #313131;
		background:#010101;
	}	

	.footer1 .form-control {
		background-color: #333333;
		border: 1px solid #3a3a3a;
	}

	.footer1 .widget h3 i {
		font-size: 16px;
		padding-top:0;
		padding-right: 5px;
	}

/*	################################################################
	6. REAL ESTATE STYLES
################################################################# */

	.hide-text {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}
	
	.input-block-level {
		display: block;
		width: 100%;
		min-height: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.btn-file {
		overflow: hidden;
		position: relative;
		vertical-align: middle;
	}
	
	.btn-file > input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translate(-300px, 0) scale(4);
		font-size: 23px;
		direction: ltr;
		cursor: pointer;
	}
	
	.fileupload {
		margin-bottom: 9px;
	}
	
	.fileupload .uneditable-input {
		display: inline-block;
		margin-bottom: 0px;
		vertical-align: middle;
		cursor: text;
	}
	
	.fileupload .thumbnail {
		overflow: hidden;
		display: inline-block;
		margin-bottom: 5px;
		vertical-align: middle;
		text-align: center;
	}
	
	.fileupload .thumbnail > img {
		max-height: 100%;
	}
	
	.fileupload .btn {
		vertical-align: middle;
	}
	
	.fileupload-exists .fileupload-new,
	.fileupload-new .fileupload-exists {
		display: none;
	}
	
	.fileupload-inline .fileupload-controls {
		display: inline;
	}
	
	.fileupload-new .input-group .btn-file {
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
	}
	
	.fileupload-preview {
		background:#FFFFFF;
		border: 10px solid #F9F9F9;
		height: auto;
		width: 200px;
	}
	
	.fileupload-new.thumbnail-borderless .thumbnail {
		border: 1px solid #ddd;
	}
	
	.control-group.warning .fileupload .uneditable-input {
		color: #a47e3c;
		border-color: #a47e3c;
	}
	
	.control-group.warning .fileupload .fileupload-preview {
		color: #a47e3c;
	}
	
	.control-group.warning .fileupload .thumbnail {
		border-color: #a47e3c;
	}
	
	.control-group.error .fileupload .uneditable-input {
		color: #b94a48;
		border-color: #b94a48;
	}
	
	.control-group.error .fileupload .fileupload-preview {
		color: #b94a48;
	}
	
	.control-group.error .fileupload .thumbnail {
		border-color: #b94a48;
	}
	
	.control-group.success .fileupload .uneditable-input {
		color: #468847;
		border-color: #468847;
	}
	
	.control-group.success .fileupload .fileupload-preview {
		color: #468847;
	}
	
	.control-group.success .fileupload .thumbnail {
		border-color: #468847;
	}

	.map_canvas { 
	  width: 100%; 
	  height: 400px; 
	  margin: 10px 20px 10px 0;
	}
	
	.property_wrapper {
		//padding:20px !important;
	}
	
	.agent_boxes .big_title,
	.property_wrapper .big_title {
		margin: 10px 0 30px;
	}
	
	.property_wrapper .boxed_mini_details1 p {
	margin-bottom: 0px;
	}
	
	.property_wrapper div.boxed_mini_details1 span {
		
	}
	
	.property_wrapper div.boxed_mini_details1 span:last-child {
		border-right:0;
	}

	#map .title {
		margin-top:17px !important
	}
	.property_wrapper.boxes .title h3 {
		font-size: 28px;
    	font-weight: bold !important;
   		margin: 3px 0;
    	color: #E74E25;
    	letter-spacing: -2px;
	}
		
	.property_wrapper.boxes .title {
	    border-bottom:0 solid #efefef !important;
		padding-bottom:0;
	}
		
	.property-slider {
		height: auto;
	}
	
	.property-slider .flexslider {
		width: 100%;
		height: auto;
		margin: auto;
		overflow: hidden;
		position: relative;
	}
	
	.property-slider .flexslider .slides {
		list-style: none;
		margin: 0;
	}
	.flexslider .slides > li{
	top: -167px !important;
}
	.property-slider .flexslider .slides .container {
		position: relative;
	}
	
	.property-slider .flexslider img {
		width: 100%;
		display: block;
	}

	.desc {
		position:relative;
	}

	.ps-desc {
		position: absolute;
		right: 0;
		color:#010101;
		top:230px;
		background-color: rgba(255, 255, 255, 0.8);
		background-color: #fff\8;
		padding: 15px 25px 20px;
		width: 400px;
			-webkit-border-radius: 20px 0 0 0;
			-moz-border-radius: 20px 0 0 0;
			border-radius: 20px 0 0 0;
	}
	
	.ps-desc h3 {
		border-bottom: 0 solid #4B5475;
		margin-bottom:10px;
		padding-top: 8px;
		font-weight:700;
		text-transform: uppercase;
	}
	
	.ps-desc h3 a {
		text-decoration: none;
	}

	.ps-desc p {
		margin-bottom: 14px;
	}

	.ps-mini-desc .type,
	.ps-mini-desc .price,
	.ps-mini-desc .status {
		display: inline-block;
		font-size: 13px;
		min-width:115px;
		text-align:center;
		max-width:115px;
		padding: 6px 13px 8px;
		position: absolute;
		text-decoration: none;
		
	}
	
	.ps-desc .type,
	.ps-desc .price,
	.ps-desc .status {
		display: inline-block;
		font-size: 13px;
		min-width:115px;
		max-width:115px;
		padding: 6px 13px 8px;
		text-align:center;
		position: absolute;
		text-decoration: none;
	}

	.ps-mini-desc .type {
		background:#010101;
		bottom: 11px;
		left: 240px;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
	
	.ps-mini-desc .price {
		bottom: 11px;
		left: 125px;
	}
	
	.ps-mini-desc .status {
		bottom: 11px;
		left: 10px;
	}      

	.ps-desc .type {
		background:#010101;
		bottom: -34px;
		left: 0;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
			-webkit-border-radius:0 0 0 10px;
			-moz-border-radius: 0 0 0 10px;
			border-radius: 0 0 0 10px;
	}

	.ps-desc .price {
		bottom: -34px;
		left: 115px;
	}

	.ps-desc .status {
		bottom: -34px;
		left: 230px;
			-webkit-border-radius:0 0 10px 0;
			-moz-border-radius: 0 0 10px 0;
			border-radius: 0 0 10px 0;
	}  
	 
	#support a,
	.boxes_img .status_type,
	.ps-mini-desc .status,
	.ps-desc .status {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}

	.fhmm .boxes {
		margin-bottom:0
	}
	
	.boxes .icon-bed {
		background: url(images/icons/bed.png) no-repeat scroll left center;
	}
	
	.boxes .icon-bath {
		background: url(images/icons/bath.png) no-repeat scroll left center;
	}
	
	.boxes .icon-garage {
		background: url(images/icons/garage.png) no-repeat scroll left center;
	}
	
	.boxes .icon-furnished {
		background: url(images/icons/furnished.png) no-repeat scroll left center;
	}

	.boxes .icon-pool {
		background: url(images/icons/pool.png) no-repeat scroll left center;
	}
		
	.boxes .icon-sqft {
		background: url(images/icons/sqft.png) no-repeat scroll left center;
	}
	
	.boxes [class^="icon-"] {
		display: inline-block;
		height: 20px;
		margin-right: 2px;
		vertical-align: -5px;
		width: 20px;
	}

	.boxes {
		//padding:10px;
		position:relative;
		overflow:hidden;
		margin-bottom:30px;
 			
	}   
	
	.boxes .title {
		text-transform:none !important
	}
	
	.boxes_img {
		position:relative;
	}
	
	.boxes_img .box_type {
		min-width:60px; 
		text-align:center;
		bottom:0;
		padding:1px 13px; 
		z-index:2;
		position:absolute;
	}

	.boxes_img .status_type {
		min-width:60px; 
		text-align:center;
		z-index:2;
		bottom:0;
		right:0;
		padding:1px 13px; 
		position:absolute;
	}
	
	.boxes .title {
		font-size:13px;
		font-weight:bold;
		font-family: Helvetica;
		margin-top:15px;
		margin-bottom:10px;
		text-transform:uppercase;
		border-bottom:1px solid #efefef;
		padding-bottom:10px;
	}
	
	.boxes .small_title  {
		font-size:11px;
		font-weight:300;
		color:#999;
		font-family: Helvetica;
		margin-top:5px;
		margin-bottom:0;
		display:block;
		text-transform:uppercase;
		padding-bottom:0;
	}
	
	.boxed_details li {
		list-style:none;
		padding:3px;
		border-bottom:1px dotted #EFEFEF;
	}
	
	.boxed_details li:last-child {
		border-bottom:0 dotted #fff
	}
		
	div.boxed_mini_details{
		padding-top:5px;
		zoom:1
	}
	
	div.boxed_mini_details span{
		float:left;
		width:30.75%;
		margin-right:3.8%
	}
	
	div.boxed_mini_details span.last{
		margin-right:0
	}
	
	div.boxed_mini_details span.first{
		clear:both
	}
	
	div.boxed_mini_details span strong {
		display:block;
		margin-bottom:5px;
		color:#010101;
	}
	
	div.boxed_mini_details1 span{
		}
	
	div.boxed_mini_details1 span.last{
		margin-right:0
	}
	
	div.boxed_mini_details1 span.first{
		clear:both
	}
	
	div.boxed_mini_details1 span strong {
		display:block;
		margin-bottom:5px;
		color:#E74E25;
	}
	
	.boxes .pricing {
		font-style:italic;
		font-weight:300;
		color:#999
	}

/*	################################################################
	7. BLOG / PAGE STYLES
################################################################# */

	.authorbox_wrapper {
		padding:20px;
		border-bottom: 1px solid #EFEFEF;
		margin-bottom: 50px;
	}
	.authorbox_wrapper img {
		margin:0 20px 20px 0;
	}
	.authorbox_wrapper h4 {
		margin-bottom:0;
		padding-bottom:0;
	}
	.authorbox_wrapper p {
		padding-top:5px;
		margin-top:5px;
	}
			
	#comments_wrapper {margin:60px 0}
	.reviews .comment-list {margin:20px 0 40px}
	.comment-list {
		margin: 60px 0;
		list-style:none;
	}
	.comment-list ul li,
	.comment-list ol li {list-style:none;}
	.comment-avatar {
		margin: 0 20px 0 0;
		float: left;
		height: 70px; width: 70px;
	}
	.comment-content {
	   background: #f5f5f5;
		border: 1px solid #eeeeee;
		margin-bottom: 20px;
		overflow: hidden;
		padding: 20px;
	}
	.comment-author {
		margin-bottom: 10px;
	}
	.comment-meta {
		font-size: 12px;
		color: #aaa;
		padding-left:10px;
	}
	.comment-reply {
		float: right;
		font-size: 12px;
		margin:0 0 10px 0;
		color: #fff;
	}
	.leave-comment textarea {
		height: 150px;
	}
	
	.error40411 h2 {
		font-size: 180px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		margin-bottom:0;
		padding-bottom:0;
	}
	
	/*.error404 h3 {
		margin-top:0;
		font-size: 30px;
		opacity: 0.2;
		padding-top:0;
		text-align: center;
	} 8.9*/
	
	.blog-wrap {
		border-bottom:1px solid #efefef;
		margin:0 0 20px 0 !important;
		padding-bottom:20px;
	}

	.blog-wrap h2 a {
		color:#010101;
		text-decoration: none;
	}
	
	.blog_container div.post-meta{
		margin-top:10px !important;
	}
	
	.blog-wrap div.post-meta {
		display: block;
		margin:  0 0 10px;
		position: relative;
	}
	
	.blog-wrap div.post-meta > span {
		padding-right: 10px;
		width:100%;
		font-size:11px;
		font-style:italic;
		font-family: Helvetica !important;
		font-weight:300;
	}
	
	.blog-wrap div.post-meta i {
		margin-right: 3px;
		color:#aaaaaa;
	}
	
	.blog-wrap div.post-date {
		-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		float: left;
		margin-top:25px;
		margin-right: 10px;
		text-align: center;
	}
	
	.portfolio-wrap .post-content{
		padding:0 !important;
	} 
	.blog-wrap .post-content {	
		padding-left:60px;
	}
	
	.blog-wrap div.post-date span.month {
		border-radius: 0 0 2px 2px;
		color: #FFFFFF;
		font-size: 0.9em;
		padding: 0 10px 2px;
	}
	
	.blog-wrap h2 {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 25px;
		padding-bottom: 0;
		text-transform: uppercase;
	}

	.blog-tt-columns .blog-wrap h2 {
		font-size:18px;
	}
	
	.blog-wrap p {
		margin: 10px 0 15px;
	}
	
	.blog-wrap {
		padding-bottom: 30px;
	}
	
	.blog-wrap div.post-date span.day {
		-moz-border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		background: #f5f5f5;
		border-radius: 2px 2px 0 0;
		color: #656565;
		display: block;
		font-size: 16px;
		font-weight: 500;
		font-weight: bold;
		padding: 10px;
	}

	.post-wrapper-top-shadow {
	  width:100%;
	  position:relative;
	  z-index:1000;
	}
	
	.post-wrapper-top-shadow .s1 {
	  background:url(images/shadow.png) center no-repeat;
	  height:31px;
	  margin:0 auto;
	  bottom:-18px;
	  width:100%;
	  position:absolute;
	  left:0;
	}
	
	.post-wrapper-top {
		background-color: #F2F2F2;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		z-index: 0;
		border-bottom: 3px solid #f9f9f9;
		margin-bottom: 0;
		padding:0;
		position: relative;
		text-align: left;
	}
	
	.breadcrumb > li + li:before {
		font-size:11px;
	}
	
	.post-wrapper-top h2 {
		border-bottom: 3px solid #fff;
		display: inline-block;
		font-weight:500;
		font-size:1.8em;
		padding: 10px 0 20px;
		color:#010101;
		position: relative;
		margin-bottom:-3px;
	}
	
	.breadcrumb {
		background-color: rgba(0, 0, 0, 0);
		border-left: 0 solid #63B76C;
		border-radius: 0;
		font-size:11px;
		font-style:italic;
		color:#999999;
		font-family: Helvetica !important;
		font-weight:300;
		list-style: none outside none;
		margin: 20px 0 0;
		padding: 0;
	}
	
/*	################################################################
	8. EFFECTS & MODULES
################################################################# */

	.topflags img,
	#carousel .slides img,
	.testimonial_widget .image,
	.agent_img,
	.agencies_widget img,
	.agents_widget .agent .image img {		
		-webkit-transition: opacity 0.2s ease-in-out;
		-moz-transition: opacity 0.2s ease-in-out;
		-ms-transition: opacity 0.2s ease-in-out;
		-o-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}
	
	.topflags img:hover,
	.agent_img:hover,
	.agencies_widget img:hover,
	#carousel .slides img:hover,
	.testimonial_widget .image:hover,
	.agents_widget .agent .image img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
	}

	.hovicon {
		display: inline-block;
		line-height: 80px;
		cursor: pointer;
		margin: 20px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		text-align: center;
		position: relative;
		text-decoration: none;
		z-index: 1;
		color: #fff;
	}
	
	.hovicon:after {
		pointer-events: none;
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		content:'';
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.hovicon:before {
		speak: none;
		font-size: 38px;
		line-height: 80px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		display: block;
		-webkit-font-smoothing: antialiased;
	}
	
	.hovicon.effect-1 {
		-webkit-transition: background 0.2s, color 0.2s;
		-moz-transition: background 0.2s, color 0.2s;
		transition: background 0.2s, color 0.2s;
	}
	
	.hovicon.effect-1:after {
		top: -7px;
		left: -7px;
		padding: 7px;
		box-shadow: 0 0 0 4px #ffffff;
		-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
		-webkit-transform: scale(.8);
		-moz-transition: -moz-transform 0.2s, opacity 0.2s;
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		transition: transform 0.2s, opacity 0.2s;
		transform: scale(.8);
		opacity: 0;
	}
	
	.hovicon.effect-1.sub-a:hover:after {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	[class*=".effect-"] {
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-perspective: 1000;
	  -moz-perspective: 1000;
	  perspective: 1000;
	}
	.effect-fade {
	  opacity: 0;
	}
	.effect-fade.in {
	  opacity: 1;
	}
	.effect-slide-left {
	  -webkit-transform: translate3d(-30%, 0, 0);
	  transform: translate3d(-30%, 0, 0);
	  opacity: 0;
	}
	.effect-slide-left.in {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  opacity: 1;
	}
	.effect-slide-right {
	  -webkit-transform: translate3d(30%, 0, 0);
	  transform: translate3d(30%, 0, 0);
	  opacity: 0;
	}
	.effect-slide-right.in {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  opacity: 1;
	}
	.effect-slide-top {
	  -webkit-transform: translate3d(0, -30%, 0);
	  transform: translate3d(0, -30%, 0);
	  opacity: 0;
	}
	.effect-slide-top.in {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  opacity: 1;
	}
	.effect-slide-bottom {
	  -webkit-transform: translate3d(0, 30%, 0);
	  transform: translate3d(0, 30%, 0);
	  opacity: 0;
	}
	.effect-slide-bottom.in {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  opacity: 1;
	}
	.effect-pop {
	  opacity: 0;
	}
	.effect-pop.in {
	  -webkit-animation: pop 0.6s ease-out 0.5s both;
	  -moz-animation: pop 0.6s ease-out 0.5s both;
	  -o-animation: pop 0.6s ease-out 0.5s both;
	  animation: pop 0.6s ease-out 0.5s both;
	  opacity: 1 \9;
	}
	@-webkit-keyframes pop {
	  0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	  50% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	  }
	  100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	}
	@-moz-keyframes pop {
	  0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	  50% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	  }
	  100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	}
	@-o-keyframes pop {
	  0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	  50% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	  }
	  100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	}
	@keyframes pop {
	  0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	  50% {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	  }
	  100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	  }
	}
	.effect-fall {
	  opacity: 0;
	  -webkit-transform: scale(1.5);
	  -ms-transform: scale(1.5);
	  transform: scale(1.5);
	}
	.effect-fall.in {
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	  opacity: 1;
	}
	.effect-perspective {
	  -webkit-perspective: 1300px;
	  -moz-perspective: 1300px;
	  perspective: 1300px;
	}
	.effect-helix {
	  -webkit-transform-style: preserve-3d;
	  -moz-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  opacity: 0;
	  -webkit-transform: rotateY(-180deg);
	  -ms-transform: rotateY(-180deg);
	  transform: rotateY(-180deg);
	}
	.effect-helix.in {
	  opacity: 1;
	  -webkit-transform: rotateY(0);
	  -ms-transform: rotateY(0);
	  transform: rotateY(0);
	}
	
	.dm-shadow{
		box-shadow:inset 0 1px 3px rgba(0,0,0,0.1)
	}

/*	################################################################
	9. COLOR SCHEMES
################################################################# */

/* BLUE SCHEMES */

	.ps-desc h3 a,
	.modal-body ul li i,
	.agencies_meta i,
	.testimonial_desc p i,
	.agents_widget i,
	.callus i {
		color:#19B8DF;
	}
		
	.fhmm .dropdown-menu > li > a:hover,
	.fhmm .dropdown-menu > li > a:focus,
	.searchmodule {
		background-color:#19B8DF;
	}
.page-template-projects-template .flexslider .flex-direction-nav a.flex-prev,
.page-template-projects-template .flexslider .flex-direction-nav a.flex-next {
    display: block;
    opacity: 1;
}
	.pagination > .active > a, .pagination > .active > span, 
	.pagination > .active > a:hover, .pagination > .active > span:hover, 
	.pagination > .active > a:focus, .pagination > .active > span:focus,
	#help a,
	.hovicon.effect-1.sub-a:hover,
	.hovicon.effect-1.sub-a:hover i,
	.hovicon.effect-1,
	.hovicon.effect-1.sub-a:hover,
	.flex-direction-nav a,
	#tabbed_widget .nav-tabs > li > a:hover, 
	#tabbed_widget .nav-tabs > li > a:active, 
	#tabbed_widget .nav-tabs > li > a:focus, 
	#tabbed_widget .nav-tabs > li.active > a, 
	#tabbed_widget .nav-tabs > li.active > a:hover, 
	#tabbed_widget .nav-tabs > li.active > a:focus,
	.navbar-blue .navbar-toggle:hover,
	.navbar-blue .navbar-toggle:focus,
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus, 
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-blue,
	.boxes_img .box_type,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.ps-mini-desc .price,
	.blog-wrap div.post-date span.month,
	.ps-desc .price {
		background-color:#19B8DF;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}

	.topbar,
	.fhmm .dropdown-menu {
		border-top-color:#19B8DF
	}
	
	.post-wrapper-top h2 {
		border-bottom-color:#19B8DF
	}
	
	.navbar.affix {
		border-bottom:3px solid #19B8DF !important
	}

	.hovicon.effect-1:after {
		box-shadow: 0 0 0 4px #19B8DF;
	}

	
	.bs-glyphicons {
	  padding-left: 0;
	  padding-bottom: 1px;
	  margin-bottom: 20px;
	  list-style: none;
	  overflow: hidden;
	}
	.bs-glyphicons li {
	  float: left;
	  width: 25%;
	  height: 115px;
	  padding: 10px;
	  margin: 0 -1px -1px 0;
	  font-size: 12px;
	  line-height: 1.4;
	  text-align: center;
	  border: 1px solid #ddd;
	}
	.bs-glyphicons .glyphicon {
	  display: block;
	  margin: 5px auto 10px;
	  font-size: 24px;
	}

	ul.the-icons li {
		list-style:none;
	}
	
/* ORANGE SCHEMES */

	a,
	.panel-title i,
	.check li:before,
	.ps-desc h3 a:hover,
	.widget h3 i,
	.widget ul.tweet li a,
	div.popup ul li a:hover,
	div.popup ul li a:focus,
	div.popup ul li a:active {
		color:#F6700E
	}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.btn-primary.disabled,
	.btn-primary[disabled],
	mark,
	#support a,
	.bs-glyphicons li:hover,
	.boxes_img .status_type,
	.ps-mini-desc .status,
	.ps-desc .status,
	.pricing-table > .price .name,
	ul.real-estate-cats-widget li ul li:before {
		background-color:#E74E25;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	}
	
	.form-control:focus,
	ul.real-estate-cats-widget li ul {
		border-color:#F6700E;
	}
	
	.btn-primary {
		background: #F6700E !important;
		border-color: #EF6907 !important;
	}
	
	.btn-primary:active,
	.btn-primary.active {
		background-color: #F6700E \9 !important;
	}
	
/*	################################################################
	10. RESPONSIVE
################################################################# */

@media screen and (max-width: 768px) { 
	.map .row .col-lg-4{
		float:none;
		margin-top:0
	}
	
	#left_sidebar,
	.ps-mini-desc .type, 
	.ps-mini-desc .price, 
	.ps-mini-desc .status,
	.slides .desc,
	.sticky-toolbar {
		display:none;
	}
	
	.social span {padding:4px 10px;}
	.topbar,
	.social span,
	.social,
	.copyright,
	.topflags,
	.topmenu,
	 {
		float:none !important;
		clear:both !important;
		text-align:center !important;
	}
}

	#map{
		height:450px;
		width:100%
	}
	
	#map img{
		max-width:inherit
	}
	
	.map{
		position:relative
	}
	
	.map .row .col-lg-4{
		float:right;
		margin-top:-450px;
		z-index:9
	}
	
	.map .row{
		position:relative
	}
	
	.infobox img {
		width:100% !important;
	}
	
	.map .searchmodule {
		padding:18px 10px
	}
	
	.infobox {
		display: inline-block;
		padding: 5px;
		position: relative;
		width: 270px;
	}

	.infobox img {
		width:115px !important;
	}
	
	.infobox .title {
		font-size:13px;
		font-weight:bold;
		font-family: Helvetica;
		margin-top:0;
		margin-bottom:0;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	
	.infobox .title a {
		font-weight:bold;
	}
    #left_sidebar > div.widget.cats_widget.clearfix >li{
        list-style-type: none;
    }
    #property_submit_form .input-group{
        width:100%;
    }
    #add-more-wrapper .ui-sortable li .actions .remove {
    background: url("images/remove.png") top left no-repeat rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 16px;
    width: 16px;
    }
    #add-more-wrapper-order li{list-style-type: none;}
    #add-more-wrapper-order li input{
        float:left;
        width: 95%;
        padding-bottom:10px;
    }
    #add-more-wrapper-order .actions{
        float: right;
    }
    /* VERSION 1.1 UPDATES */
	.my_properties td a.detail i {
		width:30px;
		height:30px;
		border:1px solid #ddd;
		line-height:30px;
		color:#919191;
		font-size:14px;
		text-align:Center;
	}

	.my_properties thead > tr > th, 
	.my_properties tbody > tr > th, 
	.my_properties tfoot > tr > th, 
	.my_properties thead > tr > td, 
	.my_properties tbody > tr > td, 
	.my_properties tfoot > tr > td {
		vertical-align: middle !important;
		text-align:center;
	}
	
	.add_item {
		margin-bottom:30px;
		text-transform:uppercase;
	}
	
	.add_item a i{
		font-size:12px;
		padding:0 2px;
	}
    /*MegaMenu */
    /*#mega_main_menu > .menu_holder > .menu_inner > ul > li:first-child,*/
    #defaultmenu > ul > li:first-child{
        background-color: #19B8DF !important;
    }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li:nth-child(2){
        background-color: white !important;
        color: black !important;
    }
    #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link{
        background-color: transparent;
        color: transparent;
    }
    #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *{
        color: white !important;
    }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover,
    #defaultmenu > ul > li:hover{
        background-color: #19B8DF !important;
    }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown > li,
    #defaultmenu > ul > li > .dropdown-menu > li{
        float: left;
        display: inline-block;
        padding: 10px 5px 20px 5px;
        width: 16%;
    }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown > li.menu-item-has-children.submenu_full_width a.item_link span.link_text,
    #defaultmenu > ul > li > .dropdown-menu > li.menu-item-has-children.dropdown a.item_link span.link_text{
        color: black ;
        font-size: 12px;
    }   
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .mega_dropdown > li.current-menu-item a.item_link span.link_text,
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .mega_dropdown > li.current-menu-ancestor > .mega_dropdown > li.current-menu-item a.item_link span.link_text
{
	color:white !important;
	}
    #defaultmenu > ul > li > .dropdown-menu{
        width: 100%;
    }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown > li.submenu_full_width > .mega_dropdown,
    #defaultmenu > ul > li > .dropdown-menu > li.dropdown > .dropdown-menu{
        position: static;
        display: block;
        width: auto;
        box-shadow: none;
    }
    #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
        font-size: 13px;
    }
    #defaultmenu > ul > li > .dropdown-menu > li.dropdown > .dropdown-menu > li >a{
        background: white !important;
        }
    #defaultmenu > ul > li > .dropdown-menu > li.dropdown > .dropdown-menu > li >a:hover{
        color: #010101 !important;
        text-shadow: none;
        }
    #defaultmenu > ul > li > .dropdown-menu > li.dropdown > .dropdown-menu{
        border: 0px;
        }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.submenu_full_width > .mega_dropdown > li.submenu_full_width > .mega_dropdown > li{
        padding-bottom: 8px;
        /*padding-top: 5px;*/
    }
    #mega_main_menu.header-menu ul li.default_dropdown .mega_dropdown > li:hover > .item_link *, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .mega_dropdown .item_link:hover {
        color: black !important;
    }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.default_dropdown.drop_to_right .mega_dropdown li > .item_link:before{
        opacity: 0;
    }
    .navbar .affix-top{
        border-bottom: 3px solid #19B8DF !important;
    }
    #advanced_search_module button.btn-block{
        background: #F6700E;
        color: #FFF !important;
        border: #FFF;
    }
    .ps-mini-desc .type{
        padding-left: 0px;
        padding-right: 0px;
    }
    .successfull{
        font-size: 30px;
        color: #19B8DF;
    }
    .additional_style_1,.additional_style_1 >a > span >span{
        color: black !important;
        font-weight: bold !important;
        font-size: 14px;
        /*background-color: white !important;*/
    }
    #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1:hover > .item_link, #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link:hover{
        background: rgba(94,168,255,0) !important;        
    }
    #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul li.additional_style_1 > .item_link{
        border-bottom: 1px solid #EFEFEF;
    }
    /*IDX*/
    .dsidx-search-widget {
        background-color: #0581B5;
        padding: 20px;
    }
    .dsidx-search-widget > form {
        margin: 0px;
        }
    .dsidx-widget.dsidx-search-widget .dsidx-search-button{
        margin: 0px !important;
        width: 100% !important;
        color: #FFF !important;
        }
    .dsidx-widget.dsidx-search-widget .dsidx-search-button > input{
        background: #022A3B !important;
        border: 0 solid #FFF !important;
        font-size: 15px;
        color: white !important;
        height: 40px;
        width: 60%;
        }
    #dsidx-search-3 > div.dsidx-search-widget.dsidx-widget > form > table > tbody > tr > th > label{
        color: white !important;
        font-size: 15px !important;
    }
    #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
        color:white !important;
    }
    #mega_main_menu > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown > li > .item_link span{
        color: black;
    }
    #bloglist > div > div > div.col-md-8 > article > div > ol > li,#bloglist > div > div > div.col-md-8 > article > div > p{
        background: #FFF;
        padding: 15px;
    }
    #bloglist > div > div > div.col-md-8 > article > div > ol > li{
        min-height: 170px;
    }
    #bloglist > div > div > div.col-md-8 > article > div > ol > li > div:nth-child(2){
        width: 200px !important;
        height: auto !important;
    }
    #bloglist > div > div > div.col-md-8 > article > div > ol > li > div:nth-child(2) > a > img{
        width: 200px !important;
        height: auto !important;
    }
    /*widget menu - W,P,L,O,C,K,E,R,.,C,O,M*/
    #mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li .mega_dropdown a{
        padding-top: 10px;
    }
    .table.my_properties > form > a > i {
        width: 30px;
        height: 30px;
        border: 1px solid #DDD;
        line-height: 30px;
        color: #919191;
        font-size: 14px;
        text-align: Center;
        }
 /*tweet*/
 	.tweets {
		padding-left:10px
	}
	.tweets li {
		list-style:none;
		margin-bottom:20px;
	}
	.tweets li:before {
		font-family: 'FontAwesome';
		content: "\f099";
		padding-right:5px;
	}
    .tweets a{
        color: #F6700E;
    }
	.tweets small {
		padding: 5px 0;
        display: block;
        text-transform: uppercase;
        font-weight: bold;
	}
	.tweets small a {
		color: #545454;
        text-decoration: underline;
	}
    #property-slider > div > ul.slides > li.flex-active-slide > div > div > span.type{
        padding-left: 0px;
        padding-right: 0px;
    }
    .wysija-paragraph{
        margin:0px;
        margin-top :20px;
    }
      .wysija-submit{
        float:left !important;
        margin:0px !important;
        background: #F6700E !important;
    border-color: #EF6907 !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    color:white;
    margin-top :20px;
    margin-left: 5px !important;
        }
        .wysija-input{
            float:left;
            background-color: #333333;
    border: 1px solid #3a3a3a;
    
    height: 34px;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #656565;
        
        }
    .form-validation-field-0formError{
        top: 153px!important;
        left: 0px!important;
    }
    .wp-caption{}
    .wp-caption-text{}
    .gallery-caption{}
    .bypostauthor{}  
    
    
    #dsidx-listings li.dsidx-listing {
    background:#ffffff;
    padding:0;
    }
    
    .dsidx-search-widget {
    background-color:#19B8DF !important;
    }

#dsidx select, .dsidx-content-header select {
    -moz-box-sizing: border-box;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    height: 33px;
    margin: 0 !important;
    min-width: 15px;
    padding: 5px;
    width: 100%;
}

    .dsidx-sorting-control select,
    .dsidx-search-widget select,
    .dsidx-search-widget input {
      width: 100%;
      height: 34px;
      margin-bottom:10px;
      padding: 6px 12px;
      font-size: 12px;
      line-height: 1.428571429;
      color: #656565;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .dsidx-search-widget input:focus {
      border-color: #000000;
      outline: 0;
    }
    .check li:before{
        color: #656565;
    }
    #property-slider > div > ul.slides > li.flex-active-slide > div > div > span.price,#slider > ul.slides > li.flex-active-slide > div > span.price{
        padding-left: 0px;
        padding-right: 0px;
    }
    .wpcf7-form br{
        display:none;
    }
#dsidx .dsidx-paging-control {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 10px;
}
#dsidx .dsidx-sorting-control {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #313131;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 15px;
    padding: 20px;
    text-align: left;
}
#dsidx-disclaimer,.dsidx-standalone-disclaimer{display:none}
#dsidx-listings hr{display:none}
#dsidx-listings .dsidx-listing{-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);box-shadow:0px 1px 1px rgba(0,0,0,0.1);background-color:#fff;margin-bottom:30px !important}
#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo{border:0px}
#dsidx-listings .dsidx-listing .dsidx-primary-data {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 20px 20px 0 290px;
    width: auto;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a{
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-address a:hover{text-decoration:none}
#dsidx-listings .dsidx-listing .dsidx-primary-data .dsidx-price {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 10px 0;
}
#dsidx-listings .dsidx-listing .dsidx-secondary-data{padding-left:270px;width:auto}
#dsidx-listings .dsidx-listing .dsidx-secondary-data>div{display:inline-block;padding-left:20px;width:40%}
#dsidx-listings .dsidx-listing .dsidx-secondary-data>div:before,
div.dsidx-prop-features > div:before{
		font-family:"FontAwesome";
		content: "\f105";
		font-style: normal;
		font-weight: normal;
		padding-right: 6px;
		padding-left:0;
		text-decoration: inherit;
	}
	
/*****   Larger view - above tablet   ***/

@media screen and (max-width: 992px) {
	
.header1 .flex-control-nav{
	bottom: 2px;
    margin-left: -27px;
}
.header1 .modal.in .modal-dialog{
    //display: block !important;
}
.flexslider .slides > li{
	 //width: 1500px !important;
   // left: -60%;
   // height: 100% !important;
}
.flexslider .slides img {
    //width: 1500px !important;
    //display: block;
    //height: 100% !important;
}
.flexslider .slides > li{
	//top: -167px !important;
}
.home-in-content .col-md-3{
width:25%	;
float:left;
}
.rfwbs_navi{
   display: none; 
}
.menu-related-links-images-container li:nth-child(even) img{
    height: auto !important;
}
.menu-related-links-images-container li, .menu-keyteam-members-container li{
    margin-right: 0 !important;
}
	#dsidx-listings .dsidx-listing .dsidx-media{width:100%}
	#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo{max-height:inherit;position:relative;width:100%}
	#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img{width:100%}
	#dsidx-listings .dsidx-listing .dsidx-primary-data{padding-left:20px}
	#dsidx-listings .dsidx-listing .dsidx-secondary-data{padding-bottom:20px;padding-left:20px}
.rfwbs_pagination{
     	margin-right: 11%;
     	width: 26%;
}
.searchbox-open{
   width: 42% !important; 
}
.searchbox-icon{
    width: 20px;
}
.searchbox{
    width: 24px !important;
}
.searchbox{
	position: absolute !important;
    width: 24px;
    height: 45px;
    margin-top: -40px;
    right: 12px;
    z-index: 1;
}
.navbar-nav {
   // float: left;
    margin: 0;
}
.header1 #myModal #defaultmenu{
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;

}
.category-big-font{
     margin-top: 0px !important;
}
.scrol_div{
     width: 60px;
     margin: 0 auto;
}
.header1 #myModal #defaultmenu {
    width: 54% !important;
    margin: 0 auto;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li>a::after{
    display: none;
}
.header1 #myModal .modal-body .navbar-nav > li > a{
    text-align: center;
}
.header1 #myModal .modal-body .navbar-nav > li > a span{
	//line-height: 34px;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li:first-child{
	width: 36% !important;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li{
    width: 27% !important;
}
.image-home.col-md-3 {
    margin-bottom: 15px;
    width: 25%;
    float: left;
}
.home-in-content{
    width :100% !important;
	padding-top: 40%;
}
.home-content{
    padding-top: 25% !important;
}
.image-home p{
    width: 100% !important;
    font-size: 15px;
    line-height: 17px;
}
.searchbox{
	   height: 54px;
}
.searchbox-open{
	   width: 97% !important;
}
h5 span.red-arr, h5 span.gray-arr{top: -2px !important;}
}

/*** ipad ****/
@media (max-width: 1335px){.rsContent img.rsImg{//margin-left:0 !important;}}

@media screen and (min-width: 769px) and (max-width: 1150px) {
.rsContent img.rsImg{//height: 115% !important;//margin-top: -100px !important;}
}
@media screen and (min-width: 2000px) , screen and (min-height: 1200px) {
  .rsContent img.rsImg{//height: 125% !important;//margin-top: -90px !important;}
}
@media screen and (min-width: 1275px) and (max-width: 1285px) {.rsContent img.rsImg{//height: 118% !important;//margin-top: -90px !important;}}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.rsContent img.rsImg{//width: auto !important;//height: 115% !important;//margin-top: -100px !important;}
.page-template-projects-template-php .flexslider .slides > li{opacity:1 !important;}
.sort-by-check input[type="checkbox"]{top:-4px !important;}
#category-projects .sort-by-check-ul p{float:none !important;}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
.rsContent img.rsImg{//width: auto !important;//height: 115% !important;//margin-top: -100px !important;}
.page-template-projects-template-php .flexslider .slides > li{opacity:1 !important;}
.sort-by-check input[type="checkbox"]{top:-4px !important;}
#category-projects .sort-by-check-ul p{float:none !important;}
}

/*** ipad ****/

/*****   Larger view - above tablet    ***/


/*****   tablet view    ****/

@media (max-width: 767px){
p.flex-caption{display:none;}
.rsContent img.rsImg{    //width: 125% !important;
        //height: 125% !important;
    //margin-top: -15% !important;}
.page-template-projects-template-php .flexslider .slides > li{opacity:1 !important;}
.sort-by-check input[type="checkbox"]{top:-4px !important;}
#category-projects .sort-by-check-ul p{float:none !important;}
.hover-menu{display:none;}
.normal-menu:hover{opacity:1 !important;}
.menu-related-links-images-container span{
	    padding-right: 0% !important;
}
.menu-related-links-images-container .col-lg-3:nth-child(even) img{
	height:20.5vh !important;
}
.casestudy .case-title{
	padding-top: 35% !important;
}
.header1 .flex-control-nav{
	bottom: 2px;
    margin-left: -27px;
}
.header1 .modal{
		overflow-y: scroll;
}
.header1 .modal.in .modal-dialog{
    display: block !important;
}
.flexslider .slides > li{
width: 1200px !important;
    //left: -60%;
    height: auto !important;
}
.flexslider .slides img {
    //width: 1500px !important;
    //display: block;
    //height: 100% !important;
}
.flexslider .slides > li{
	top: 0px !important;
}
.home-in-content .col-md-3{
width:25%	;
float:left;
}
.rfwbs_navi{
   display: none; 
}
.menu-related-links-images-container li:nth-child(even) img{
    height: auto !important;
}
.menu-related-links-images-container li, .menu-keyteam-members-container li{
    margin-right: 0 !important;
}
	#dsidx-listings .dsidx-listing .dsidx-media{width:100%}
	#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo{max-height:inherit;position:relative;width:100%}
	#dsidx-listings .dsidx-listing .dsidx-media .dsidx-photo img{width:100%}
	#dsidx-listings .dsidx-listing .dsidx-primary-data{padding-left:20px}
	#dsidx-listings .dsidx-listing .dsidx-secondary-data{padding-bottom:20px;padding-left:20px}
.rfwbs_pagination{
     	margin-right: 11%;
     	width: 26%;
}
.searchbox-open{
   width: 42% !important; 
}
.searchbox-icon{
    width: 21px;
}
.searchbox{
    width: 24px !important;
}
.searchbox{
	position: absolute !important;
    width: 24px;
    height: 45px;
    margin-top: -40px;
    right: 12px;
    z-index: 1;
}
.navbar-nav {
   // float: left;
    margin: 0;
}
.header1 #myModal #defaultmenu{
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;

}
.category-big-font{
     margin-top: 0px !important;
}
.scrol_div{
     //width: 20%;
     //margin: 0 auto;
}
.header1 #myModal #defaultmenu {
    width: 54% !important;
    margin: 0 auto;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li>a::after{
    display: none;
}
.header1 #myModal .modal-body .navbar-nav > li > a{
    text-align: center;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li:first-child{
	width: 36% !important;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li{
    width: 27% !important;
}
.image-home.col-md-3 {
    margin-bottom: 15px;
    width: 25%;
    float: left;
}
.home-in-content{
    width :91% !important;
	padding-top: 40%;
}
.home-content{
    padding-top: 25% !important;
}
.image-home p{
    width: 100% !important;
    font-size: 15px;
    line-height: 17px;
}
.searchbox{
	   height: 54px;
}
.searchbox-open{
	   width: 100% !important;
}
#container .mix:nth-child(5){
	width: 100% !important;
}
#container .mix:nth-child(6){
	width: 100% !important;
}
.project-title .slogan-title{
    font-size: 23px !important;
    line-height: 25px !important;
}
.project-title .title{
	font-size: 16px !important;
}
h5 span.red-arr, h5 span.gray-arr{top: -2px !important;}
.list-title-height{height:0px;display:none;}
.flexslider .slides img{//margin-left:-50px;}
.list-three-column #container .mix td.col-md-3{width:25% !important;}
.list-three-column #container .mix td.col-md-6, .list-two-column #container .mix td.col-md-6{width:50% !important;}
.list-three-column #container .mix{width:100% !important;}
.list-three-column #container .news_title1.col-md-6{width:50% !important;}
.list-two-column #container .news_title1.col-md-6{width:50% !important;}
.list-three-column #container .news_title1.col-md-3{width:25% !important;}
}
/*****  tablet view   ****/

/**** mobile view *****/

@media (max-width: 479px){
.rsContent img.rsImg{    //width: auto !important;
        //height: 115% !important;
    //margin-top: -100px !important;}
p.flex-caption{display:none !important;}
.page-template-projects-template-php .flexslider .slides > li{opacity:1 !important;}
.sort-by-check input[type="checkbox"]{top:-4px !important;}
#category-projects .sort-by-check-ul p{float:none !important;}
.single-column-head.dashed-bar-bottom-min{display:none;}
.hover-menu{display:none;}
.normal-menu:hover{opacity:1 !important;}
.flexslider .slides img{//margin-left:-200px;}
.casestudy .case_navigation a{color:rgba(246, 112, 14,.9);}
.case_navigation a.active{color:red !important;}
.two-column-case-bigtext-main{padding-top:10%;}
.case-white-b1{padding-top:20px !important;}
.casestudy .container{padding-left:30px;}
h5 span.red-arr, h5 span.gray-arr{top: -2px !important;}
.page-template-casestudy .flex-direction-nav{
	display:none;
}
.flex-control-nav li{
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
p.flex-caption{
    position: absolute;
    width: 45%;
    //background: rgba(0,0,0,.4);
    padding: 10px 10px;
    top: 29% !important;
    left: 23.5% !important;
    transform: translate(-50%, -50%);
    text-align:center;
    
}
p.flex-caption a{
	font-size: 17px;
    font-weight: bold;
}
	
.category-align{
	-webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}
#container .mix:nth-child(2) img{
	//height: 150px;
}
#container .mix:nth-child(5){
	width: 100% !important;
}
#container .mix:nth-child(6){
	width: 100% !important;
}
.header1 .flexslider-controls{
    position: fixed;
    width: 130px;
    height: 3px;
    right: 4%;
    bottom: 0.8%;
}
.list-page h5.title_main_cat1.ccc img{
    //float: right;
    //left: 0;
    //top: 4px !important;
}
.aaa a.sort img, .bbb a.sort img, .ccc a.sort img{top:-10px !important;}
.bbb a.sort img{left:3px !important;}
.aaa a, .ccc a{font-size:16px !important;}
.list-templ .news_title.col-md-3, .list-templ .news_title.col-md-6, #category-projects.list-page .col-xs-6, #category-projects.list-page .col-xs-4,
.list-page .col-md-6, .list-page .col-md-3{padding:5px;}
	.list-templ .col-md-6{width:45% !important;}
.scrol_div{
	width: 48px;
    margin: 0 auto;
    float: left;
    margin-left: 10px;
}
.header1 .flex-control-nav{
    bottom: 4px;
    margin-left: -25px;
}
.header1 .modal{
		overflow: scroll;
}
.min-height-related, .min-height-title{
	 min-height: 0 !important;
}
.header1 .modal.in .modal-dialog{
	//display: block !important;
}
.header1 #myModal #defaultmenu{
    width: 80% !important;
}
	.header1 #myModal .modal-body ul li{
	    font-size: 26px !important;
	}
.searchbox{
	   height: 54px;
	   z-index: 1;
}
.searchbox-open{
	   width: 97% !important;
}
.home-in-content .col-md-3 {
	width: 50%; 
	float: left;
}
.home-in-content .col-md-3:nth-child(odd) {
padding-right:10px !important;
}
.home-in-content .col-md-3:nth-child(2) {
    margin-bottom: 30px;
}
.home-in-content .col-md-3:nth-child(even) {
padding-left:10px !important;
padding-right:0px !important;
}
.home-content .home-in-content {    padding-top: 20px;}
.home-in-content .col-md-3 .image-home{
margin-left: 0px !important;
padding-bottom: 3px;
}
.home-content  {
    padding: 10px;
    //min-height: 740px !important;
}
.logo img {
       height: 34px;
    margin-top: 11px;}
.searchbox {
    width: 24px !important; }
	.searchbox-open {
    width: 100% !important;
}
.searchbox-icon {
    width: 24px !important;
}
.searchbox-icon, .searchbox-submit {    top: 18px;}
.hover-search {
    left: 1px;
}
.header1 #myModal .close { margin-right: 20px;}   
.modal {
    overflow-y: scroll;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu> li >a {
    padding: 7px 31px 7px 5px;
	}
.menu-related-links-images-container  .col-lg-3 {width :50%;} 
.menu-related-links-images-container  .col-lg-3 :nth-child(2){ //margin-bottom: 20px;} 
.col-xs-6, .col-xs-4{
   float: none;
   width: 100%;
}
#category-projects .col-xs-6, #category-projects .col-xs-4{
	float:left;
	width:50%;
}
.hide-mobile-line{
	display: none;
}
.show-mobile-line{
	display: block;
}
.rfwbs_navi{
   display: none; 
}
.searchbox{
  // width : 8% !important;
      margin-top: 0px;
}
.searchbox-icon{
    width: 20px;
}
.searchbox-open{
   width: 42% !important; 
}
.header1 #myModal #defaultmenu{
   // width: 80% !important;
}
.image-home.col-md-3 {
    margin-bottom: 15px;
    width: 50%;
    float: left;
}
.home-in-content{
    width :90% !important;

}
.image-home p{
    width: 100% !important;
}
.home-content {
    padding-top: 29% !important;
}
.home_image_4{
    position: relative;
   // top: -137px;
}
.menu-related-links-images-container li, .menu-keyteam-members-container li{
	width :50% !important;
}
.property_wrapper.boxes .news_title{
	margin-bottom : 15px !important;
}
.header1 #myModal .close{
	margin-right: 23px !important;
}
.hover-search{
	left: 3px !important;
}
.share-project-left{
	width: 50%;
	float:left;
}
.share-project{
    text-align: left !important;
    float: left;
    width: 50%;
}
.menu-keyteam-members-container .col-xs-3{
	width: 50%;
}
.project-title .slogan-title{
    font-size: 23px !important;
    line-height: 25px !important;
}
.project-title .title{
	font-size: 16px !important;
}
.casestudy .case-title{
	font-size: 34px !important;
	line-height: 43px !important;
}
.case_navigation{
	margin-left: 10px !important;
}
.casestudy .case-title{
	padding-top: 60% !important;
}
.casestudy p{
	margin-bottom: 0 !important;
}
.list-page .list-templ .col-xs-6{width:36% !important;}
.list-templ .col-md-3-redu{width:35%;}
.list-templ .col-md-3-redu1{width:29%;}
.aaa a.sort img, .bbb a.sort img, .ccc a.sort img{left: 5px !important;}
.list-title-height{height:0px;display:none;}
.list-three-column #container .mix td.col-md-3{width:29% !important;}
.list-three-column #container .mix td.col-md-6, .list-two-column #container .mix td.col-md-6{width:41% !important;}
.list-three-column #container .mix{width:100% !important;}
.list-three-column #container .news_title1.col-md-6{width:41% !important;}
.list-two-column #container .news_title1.col-md-6{width:50% !important;}
.list-three-column #container .news_title1.col-md-3{width:25% !important;}
}
/**** mobile view ****/


/**** below mobile view *****/
@media (max-width: 350px){p.flex-caption{width: 34%;left: 19.5% !important;display:none !important;}}
@media (max-width: 381px){
#container .mix:nth-child(2) img{
	min-height: 150px;
}
#container .mix:nth-child(5){
	width: 100% !important;
}
#container .mix:nth-child(6){
	width: 100% !important;
}
.menu-keyteam-members-container .col-xs-3{
	width: 50%;
}
.share-project-left{
	width: 50% !important;
	float:left !important;
	
}
.share-project{
    text-align: right;
    float: left !important;
    width: 50% !important;
}
.hover-search{
	left: 3px !important;
}
.header1 #myModal .close{
	margin-right: 23px !important;
}
.header1 .modal.in .modal-dialog{
	//display: block !important;
}
.header1 #myModal #defaultmenu{
    width: 74% !important;
}
.searchbox{
	   height: 54px;
}
.searchbox-open{
	   width: 97% !important;
}
.home-in-content .col-md-3 {
	width: 50%; 
	float: left;
	padding-bottom: 3px;
}
.home-in-content .col-md-3:nth-child(odd) {
padding-right:10px !important;
}
.home-in-content .col-md-3:nth-child(2) {
    margin-bottom: 30px;
}
.home-in-content .col-md-3:nth-child(even) {
padding-left:10px !important;
padding-right:0px !important;
}
.home-content .home-in-content {    padding-top: 20px;}
.home-in-content .col-md-3 .image-home{
margin-left: 0px !important; 
}
.home-content  {
    padding: 10px;
    //min-height: 740px !important;
}
.logo img {
    height: 30px;margin-top:13px;
    //width: 100px;}
.searchbox {
    width: 8% !important; }
	.searchbox-open {
    width: 97% !important;
}
.searchbox-icon {
    width: 24px !important;
}
.searchbox-icon, .searchbox-submit {    top: 26px;}
.hover-search {
    left: 1px;
}
.header1 #myModal .close { margin-right: 20px;}   
.modal {
    overflow-y: scroll;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu> li >a {
    padding: 7px 31px 7px 5px;
	}
.menu-related-links-images-container  .col-lg-3 {width :50%;} 
.menu-related-links-images-container  .col-lg-3 :nth-child(2){ //margin-bottom: 20px;} 
.col-xs-6, .col-xs-4{
   float: none;
   width: 100%;
}
#category-projects .col-xs-6, #category-projects .col-xs-4{
	float:left;
	width:50%;
}
.hide-mobile-line{
	display: none;
}
.show-mobile-line{
	display: block;
}
.rfwbs_navi{
   display: none; 
}
.searchbox{
  // width : 8% !important;
}
.searchbox-icon{
    width: 20px;
}
.searchbox-open{
   width: 45% !important; 
}
.header1 #myModal #defaultmenu{
   // width: 80% !important;
}
.image-home.col-md-3 {
    margin-bottom: 15px;
    width: 50%;
    float: left;
}
.home-in-content{
    width :90% !important;

}
.image-home p{
    width: 100% !important;
}
.home-content {
    padding-top: 25% !important;
}
.home_image_4{
    position: relative;
   // top: -137px;
}
.menu-related-links-images-container li, .menu-keyteam-members-container li{
	width :50% !important;
}
.property_wrapper.boxes .news_title{
	margin-bottom : 15px !important;
}
.list-title-height{height:0px;display:none;}
.list-three-column #container .mix td.col-md-3{width:32% !important;}
.list-two-column #container .mix td.col-md-6{width:50% !important;}
.list-three-column #container .mix td.col-md-6{width:35% !important;}
.list-three-column #container .mix{width:100% !important;}
.list-three-column #container .news_title1.col-md-6{width:35% !important;}
.list-two-column #container .news_title1.col-md-6{width:50% !important;}
.list-three-column #container .news_title1.col-md-3{width:32% !important;}
}

/**** below mobile view ****/



.footer1 .widget .title hr{
    
border-bottom: 2px solid !important;

}

#wp-calendar{
	width: 100%; 
}
#wp-calendar th, #wp-calendar td{
	padding: 5px;
}
#left_sidebar #wp-calendar th, #wp-calendar td{
	padding: 5px 0px;
}
#wp-calendar th{
	background: #EFEFEF;
}.single .post-content >ul, .single .post-content > ol{	padding-left: 20px;}
#mega_main_menu.header-menu ul li.default_dropdown .mega_dropdown > li > .item_link:hover,
#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link
{
	background-color:#19B8DF !important;
}

#mega_main_menu.header-menu ul li.default_dropdown .mega_dropdown > li.current-menu-item > .item_link,
#mega_main_menu.header-menu ul li.multicolumn_dropdown .mega_dropdown > li.current-menu-item > .item_link{
	background-color:#19B8DF !important;
}
#mega_main_menu.header-menu > .menu_holder > .menu_inner > ul > li:first-child .item_link *:disabled{
	color: transparent !important;
}

.wysija-input:focus{
	border-color: #F6700E !important ; 
}
input#emailnew{
    width: auto !important;
    float: left;
}
input.btnnew{
    float: right;
    margin-right: 84px;
margin-top: 1px !important;
}

/*new css*/
.home{
	margin-top:700px;
}
.home-content{
    background: rgba(255,255,255,0.89);
    text-align: center;
    padding-top: 15%;
    position: relative;
}
.home-content img{
    border-top-left-radius: 20px;
    width: 100%;
   // height: 100%;
    //max-width: 125%;
}
.home-content img:nth-child(even){
	height:150px ;
}
.home-in-content{
    margin-top: 15%;
    width: 58%;
    margin: 0 auto;
    border-top: 1px solid #E74E25;
    padding-top: 1%;

}
.home_image_2{
    max-height: 23vh;
}
.home_image_4{
    max-height: 19vh;
}
form.searchbox{
    margin-bottom: 0px;
    background: #fff;
}
.searchbox{
    position:relative;
    width:24px;
    float:right;
    overflow:hidden;
    height: 54px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
	right: 5px;
}

.searchbox-input{
    top: 17px;
    right: 25px;
    border: 0;
    outline: 0;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    border-bottom: 1px solid #E74E25;
    font-family: Helvetica-bold;
    text-align: right;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon,
.searchbox-submit{
    display:block;
    position:absolute;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:0px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    top: 20px;
}



.searchbox-open{
    width:400px;
}
.modal{
    overflow-y: hidden;
}
.header1 #myModal .modal-body ul li {
	width:100%;
	text-align:center;
	border-bottom: 1px dotted;
    font-size: 38px;
	font-weight: bold;
}
.header1 #myModal .modal-body .navbar-nav > li > a {
	color: #939597;
	font-family: Helvetica-bold;
        -webkit-font-smoothing: antialiased;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-header-menu> li:first-child {
	border-top:1px solid #E74E25;
}
.header1 #myModal .modal-body #defaultmenu > ul > li:first-child {
	background-color: transparent !important;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu
{width:100%;
    border-bottom: 1px solid #E74E25;
	    margin-bottom: 15px;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-header-menu> li{padding:8px;letter-spacing: -2px;}

.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li>a::after{
  //content: "  |";
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li:hover, #defaultmenu > ul > li:hover
{
    background-color: transparent !important;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li:last-child >a::after{
  content: "";
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li{
	background-color: transparent !important;
	border-bottom:none;
	float:left;
	width: 19%;
	padding: 5px 0px;
	letter-spacing: 0px;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li:first-child{
	width: 41%;
	text-align:right;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li:last-child{
	width: 25%;
	text-align:left;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu> li >a{
	font-size: 16px;
    font-weight: bold;
    padding: 7px 11px 7px 10px;
    background: url('images/line.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 7px !important;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu > li:last-child a{
	background: none !important;
}
.header1 #myModal .modal-body #defaultmenu > ul#menu-short-menu> li >a:last-child{
  background: none;
}
.header1 #myModal  .modal-content{
	background-color : transparent;
	border: none;
    box-shadow: none;
}
.header1 #myModal .modal-header{
	border: none;
}
.modal-backdrop {
	background: #FFFFFF;
}
.header1 .modal-dialog{
	padding: 10% 0%;
}
.modal-backdrop.in {
	opacity: 0.8;
}
.header1 .modal.in .modal-dialog{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}
.header1 .modal-body{
	padding: 0 !important;
}
.header1 #myModal #defaultmenu {
	width: 65%;
    margin: 0 auto;
}
.header1 #myModal .close {
	margin-right: 36px;
    font-size: 50px;
    position: relative;
    z-index: 10;
}
.header1 .social {
	text-align:center;
}
.header1 .social a {
	margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
}
.header1 ul#menu-short-menu li{
    width: 33%;
    font-size: 18px;
    border: 0px;
}
.image-home{
    //margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 3px;
}
.image-home p{
    position: absolute;
    top: 0;
    color: #fff;
    text-align: left;
    padding: 10px 18px 10px 12px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.4));
    border-top-left-radius: 20px;
    width: 100%;
    letter-spacing: -1px;
}
.image-home p a{
    color:#fff;
}
.image-caption-home{
	text-align: left;
	color: #999999;
	margin-left :3px;
	margin-top: 5px;
    font-weight: bold;
    letter-spacing: -1px;
}
.scrol_div {
	text-align:center;
	padding-top: 19px;
padding-left:4%;
}
.scrol_div  img.scroll-active, img.scroll-disable{
	cursor:pointer;
}

/***projects page css  */
.projects-section-one img{
	margin-bottom: 10px;
}
.menu-image-title-section{
	font-family: Helvetica-light;
    font-size: 14px;
}
.menu-keyteam-members-container h5{
	margin: 4px 0 15px !important;
}
.boxed_mini_details1 h5{
	    margin: 2px 0px;
}
.menu-keyteam-members-container img{
	padding-bottom: 10px;
}
.h3-size h3{
    font-size: 16px !important;
}
.title-height-proj{
    min-height: 95px;
    max-height: 100%;
}
.title-height-proj-small{
	min-height: 51px;
}
.property_desc p {
	font-size: 24px;
    line-height: 28px;
}
.property_wrapper a i{
   font-size: 18px;
   padding: 0px 4px;
   transition: 0.3s ease-in;
   -webkit-transition: 0.3s ease-in;
   -moz-transition: 0.3s ease-in;
}
.property_wrapper a:last-child i{ 
	padding-right:0
}
.property_wrapper a i:hover{
	color: #939598;
}
.share-project{
   text-align: right;
}
.property_wrapper.boxes .title{
   //min-height: 80px;
}
.property_wrapper.boxes {
	margin-bottom: 0px;
}
.project-image-section img{
   width: 100%;
   //margin-bottom:10px;
}
.property_wrapper h5{
    font-weight: bold !important;
    margin: 4px 0;
    color: #E74E25;
    font-size: 16px;
    color: #E74E25;
}
h5{
    color: #E74E25;
}
.share-social{
	font-family: helvetica-bold;
	font-size: 16px;
}
.share-social a{color:#E74E25 !important;}
.image-caption-proj img{
	margin-bottom: 5px;
}
/***projects page css*/

/**** news page css  *****/
.news-landing .thumb-news img{
	width: 100%;
}
.news_headline .dotted-bar{
	margin :0;
}
.news_headline  h5 {
    font-size: 20px;
    font-weight: bold;    margin-bottom: 10px;
}
.news_titles  h5{
	font-size: 16px;
    font-weight: bold;
    color: #AF1F24;
}
.property_wrapper.boxes .news_title h3{
	margin-top: 5px;
	margin-bottom: 0px;
}
.property_wrapper.boxes .news_title span h5 {
	margin-top: 0px;
	color: #999999;
}
.property_wrapper.boxes .news_title .red-bar{
	margin-bottom: 0px;
}
.property_wrapper.boxes .news_title {
	margin-bottom:50px;
}
.property_wrapper.boxes .news_title_right {
	margin-bottom:95px;
}

.news_con {
	padding-top: 12px;
}
.news_con p {
	font-size: 32px;
    line-height: 37px;
	font-family:Helvetica-light !important;
}
/**** 17.8 start*****/
a.news_post_title {  position: relative;
    top: 30px;
    left: 20px;
    color: #fff;
    font-size: 18px;
	}
	.news_title  .widget  .title h3 {    border-bottom: none;
    color: #999;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;    text-transform: inherit;
}
.news_title  .widget img {padding :0;}
/**** 17.8 end*****/

/**** news page css  *****/

/****category page ****/
#category-projects .generalwrapper{
	min-height:750px;
}
#category-projects .news_title h3{
   color: #E74E25;
   font-size: 28px;
   margin-bottom: 30px;
   letter-spacing: -1px;
}
.check .textwidget{
	font-family: helvetica-bold;
    color: #999;
    font-size: 14px;
}
.contact-widget1 .widget{
	margin:0 0 0px;
}
.contact-widget1 .widget img{
	margin:0 0 10px;
}
#category-projects .news_title .contact-widget-title h3{
	font-size: 24px !important;
	margin-bottom: 0px;
}
#category-projects .news_title .contact-widget-title h3 span{
	color: #999 !important;
}
#container .mix:nth-child(2) img{
	width:100%;
}
#container .mix:nth-child(3) img{
	width:100%;
}
#container .mix:nth-child(4) img{
	width:100%;
	//height: 250px;
	//margin-bottom: 20px;
}
#container .mix:nth-child(5) img{
	//width:48%;
	//height: 100%;
	//margin-bottom: 20px;
	//float:left;
}
#container .mix:nth-child(6) img{
	//width:48%;
	//float:left;
	//height: 100%;
	//margin-bottom: 20px;
}
/*#container .mix:nth-child(6){
	position: absolute;
	margin-top:-260px;
	margin-left:308px;
}
#container .mix:nth-child(7){
	position: absolute;
	margin-top:-260px;
}
#container .mix:nth-child(7) img{
	width: 100%;
}*/

#container .mix:nth-child(6){
	//width: 49%;
	  //  width: 41%;
}
#container .mix:nth-child(5){//width: 50%;
//width: 55%;
    margin-right: 3%;
}
.category-align{
    -webkit-column-count: 2;
    -moz-column-count: 2;
     column-count: 2;
     margin-top: -20px;
}
#container .mix{
  text-align: left;
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
}
#container .grid{
	width: 99%;
}
#container .mix.category-1{
  border-top: 2px solid limegreen;
}

#container .mix.category-2{
  border-top: 2px solid yellow;
}

#category-projects .mix:after{
  /*content: attr(data-myorder);
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 4% 6%;
  font-weight: 700;*/
}

#category-projects .mix:before{
  content: '';
  display: inline-block;
}
#category-projects .type-sort ul {
    margin: 0em 0 0.75em;
    padding: 0 1em;
    list-style: none;
}
#category-projects ul{
    list-style: none;
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
}
#category-projects .type-sort li:before { 
    content: ">";
    color: #999999;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: -2px;
    position: relative;
}
#category-projects button{   
    background: none;
    color: #999999;
    border: 0px solid;
    font-weight: bold;
    font-size: 18px;
    //padding-bottom: 2px;
    font-family: helvetica-bold;
    letter-spacing: -1px;
    text-align: left;
}
.sort-by-check-ul fieldset{
    background: none;
    color: #999999;
    border: 0px solid;
    font-weight: bold;
    font-size: 18px;
    font-family: helvetica-bold;
    letter-spacing: -1px;
}
#category-projects button.hello{
	display:block;
	margin-bottom:4px;
}
#category-projects button.filter.active{
   color:#E74E25;
}
#category-projects .type-sort ul li:last-child{
	//display: none;
}
.category-big-font{
    font-size: 24px;
    line-height: 30px;
   //margin-top: -38px;
}
.category-big-font p{
	margin-top: 3px;
}
#category-projects .type-sort a{
	color: #999999;
	font-size: 18px;
	font-family: helvetica-bold;
	cursor: pointer;
        text-transform: capitalize;
}
.type-sort li{
    padding-bottom: 4px;
}
#category-projects label{
    color: #E74E25;
    width: 100%;
    border-bottom: 1px dotted #989898;
    padding-bottom: 6px;
    font-family: helvetica-bold;
    letter-spacing: -1px;
}
#category-projects .type-sort{
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.project-title{
	position: absolute;
    top: 30px;
    left:22px;
    color:#fff;
    margin: 0;
    font-family: helvetica-bold;
}
.project-title .title{
    margin: 8px 0px 10px 0px;
    font-size: 18px;
    //width:93%;
    padding-right:20px;
}
.project-title .slogan-title{
    margin: -8px 0px 10px 0px;
    font-size: 28px;
    line-height: 30px;
}
h3.title_main_cat{
    color: #999999;
}
h3.title_main_cat span.title_dyn{
    color:	#E74E25;
}
form#Filters{
	margin-bottom: 0px;
}
.sort-by-check li{
    background: none;
    color: #999999;
    border: 0px solid;
    font-weight: bold;
    font-size: 18px;
    //padding-bottom: 4px;
    font-family: helvetica-bold;
    letter-spacing: -1px;
}
.sort-by-check input[type="checkbox"]{
    width: 23px;
    height: 19px;
    margin-right: 4px;
    position: relative;
    top: 3px;
    cursor: pointer;
    right: 4px;
}
.sort-by-check-ul{
	margin:	0.5em 0;
}
.type-chron li{
	padding-bottom: 8px !important;
}

/**** category page ****/

/**** info page ****/
.image-caption-layout img{
	margin: 10px 0px 5px;
}
.info-single-page{

}
.info-single-page .ul-css{
    list-style: none;
    color: #999999;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
}
.headline-padding{
    //padding: 0px 15px;
    float: left;
    width: 100%;
}
.content-one-two{
   float: left;
}
.info-single-page .title h5{
   color: #999999;
   margin:0;
   
}
.info-single-page h1{
	color: #E74E25;
	margin: 0;
}
.info-single-page h1{
    font-size: 26px;
}
/**** info page ****/

/**** list page ****/
.list-templ p{
margin: 10px 0px;
}
.list-templ a{
color:#000;
}
.list-three-column .mix:nth-child(4) .dashed-bar-only-border{
   //display:none;
}
.list-two-column .mix:nth-child(2) .dashed-bar-only-border{
   border-top:1px solid #E74E25;
}
.list-three-column .mix:nth-child(2) .dashed-bar-only-border{border-top:1px solid #E74E25;}
.mix.info-mix a{
	color: #231f20;
}
.category-big-fontlist{
    font-size: 24px;
    line-height: 30px;
}
.category-big-fontlist p{
	margin-top: 3px;
}
.info-mix{
    height: 40px;
    float: left;
}
.info-mix p{
    margin-bottom: 9px;
}
.list-page h5.title_main_cat{
    font-size: 18px;
    color: #E74E25;
    position: relative;
    top: 13px;
    letter-spacing: -1px;
}

.list-page h5.title_main_cat1{
    font-size: 18px;
    color: #999999;
    position: relative;
    top: 13px;
    letter-spacing: -1px;
}
.padding-6{
	padding-bottom:6%;
}
.aaa a, .bbb a, .ccc a{
	font-size: 18px;
    margin-right: 9px;
    cursor:pointer;
    color: #999999;
    letter-spacing: -1px;
}
.title_main_cat a.sort
{
	font-size: 19px;
	color:#E74E25;
    
}

.aaa a.sort img, .bbb a.sort img, .ccc a.sort img{
    width: 13px;
    position: relative;
    top: -5px;
    left: 11px;
}
/**** list page ****/

/**** info page ****/

.info-main-page h3{
    color: #E74E25;
}

/**** info page ****/

/**** case study page ****/

#slide_1, #slide_2{
   
}
.case_navigation a{
	color: rgba(255,255,255,0.7);
}
.case_navigation a.active{
	color: #E74E25;
}
.case_navigation{
   position: fixed;
   z-index: 20000;
   margin-left: 25px;
   margin-top: 25px;
   top: 40px;
}
.casestudy .case-title{
	text-align: center;
    font-size: 60px;
    color: #fff;
    padding-top: 23%;
    line-height: 70px;
    position:relative;
}
.casestudy .case-title .case-name{
	font-family: helvetica-bold;
}
.case_navigation ul{
    list-style-type: none;
}
.case-white-background{
   background: rgba(255,255,255,0.8);
   position:relative;
}
.case-white-b1{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.bigtext-case{
    font-size: 30px;
    line-height: 37px;
    //padding-top: 12%;
}
.image-caption-case{
    padding: 3.5% 0;
}
.image-caption-case img{
   width:100%;
   //height:500px;
}
.image-caption-case .caption{
   background: rgba(255,255,255,0.8);
   padding: 15px 20px;
}
.casestudy .title h3{
    font-size: 28px;
    font-weight: bold !important;
    margin: 0;
    color: #999999;
}
.casestudy h5{
    font-size: 16px;
    font-weight: bold;
    color: #E74E25;
    margin-bottom:8px;
}
.casestudy .red-bar, .casestudy .white-bar{
	margin-bottom: 10px;
	margin-top: 10px;
}
.casestudy #slide_21{
	//margin-bottom: 50px;
}
.casestudy #slide_21 .item{
	margin-bottom: 20px;
}
.casestudy .large-fonts{
	position:relative;
	top:-4px;
}
.two-column-case-bigtext-main{
     background: rgba(0,0,0,.6);
     color: #fff !important;
}
.two-column-case-bigtext-main h5, .two-column-case-bigtext-main h3{
    color:#fff !important;
}
.case-study-social{
    position: absolute;
    right: 40px;
    color: #fff;
    font-family: helvetica-bold;
    top: 40px;
}

.case-study-social a{
	color: #fff;
	padding: 0px 2px;
}
/**** case study page ****/

/* related links */

.menu-related-links-images-container li:nth-child(even) img{
    	width: 100%;
    	height: 35vh;
}
.menu-related-links-images-container li img{
    padding-left: 0;
    width: 100%;
}
.menu-related-links-images-container span{
    position: absolute;
    padding-left: 19px;
    padding-top: 19px;
    color: #fff;
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    width: 100%;
    height: 50%; 	
    padding-right: 23%;	
    font-size: 16px;
}
.menu-related-links-images-container li, .menu-keyteam-members-container li{
    float: left;
    width: 23%;
    margin-bottom: 35px;
    margin-right: 24px;
}
.menu-item a.menu-image-title-before.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper
{
    padding-left: 0px; 
    width: 100%;
}
.menu-related-links-images-container li, .menu-keyteam-members-container li{
	    float: left;
    width: 23%;
    margin-bottom: 35px;
    margin-right: 24px;
    position: relative;
}
.menu-related-links-images-container ul, .menu-keyteam-members-container ul{
	list-style: none;
}
.menu-keyteam-members-container img{
   width: 100% !important;
}
.menu-keyteam-members-container span.menu-image-title{
   color: #999999;
   font-family: helvetica-bold;
}
/* related links */ 

/***  linux fixes ***/

.linux .navbar-nav > li{
    //padding-top: 13px !important;
   // padding-bottom: 0px !important;
}
.linux .header1 #myModal .modal-body #defaultmenu>ul#menu-short-menu>li{
	//padding: 5px !important;
}
/*** linux fixes ***/

.social > a > .fa:hover:before {color: #E74E25;}
 button.navbar-toggle{//padding: 8px;
    position: relative;
    margin-top: 0px;
 }
 .normal-menu{
   opacity:1;
   transition: 0.3s ease-in;
   -webkit-transition: 0.3s ease-in;
   -moz-transition: 0.3s ease-in;
   -o-transition: 0.3s ease-in;
 }
 .normal-menu:hover{
   opacity:0;
 }
 .hover-menu{
   opacity:0;
   position: absolute;
   top: 2px;
   left: 0;
   transition: 0.3s ease-in;
   -webkit-transition: 0.3s ease-in;
   -moz-transition: 0.3s ease-in;
   -o-transition: 0.3s ease-in;
 }
 .hover-menu:hover{
   opacity:1;
 }
.hover-search{
	top: 0px;
}
.rev_slider_wrapper {
 
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    
}
 .rev_slider{  
    z-index: 0;
 }
 /*404 page*/
.page-not-found{
 	margin: 8px 0px;
    min-height: 3px;
}
.err_page_title_right {
 margin-bottom :22px !important;
}
.err_right_sec{
	margin-bottom: 44px !important;
}
.err_news_title {
	margin-bottom :0px !important;
}
.err_dashed_bar_top {
	margin-top:7px !important;
}

/** related links **/
.menu-related-links-container{
	margin-bottom: 23px;
}
.menu-related-links-container span{
	font-family: helvetica-bold;	
}
.min-height-related{
	min-height: 30px;
}
.min-height-title{
	min-height: 80px;
}
.min-height-title1{
	min-height: 169px;
}
.menu-related-links-container ul li a{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;

}
.menu-related-links-container ul li a:hover{
	color: #E74E25;
}
h5.related-links-bottom-images{
	margin-bottom: 27px !important;
}
.menu-related-links-images-container{
	margin-bottom: 40px !important;
}
.menu-related-links-images-container .col-lg-3:nth-child(even) img{
	//height:37vh;
}
.menu-related-links-images-container .col-lg-3 img{
	width: 100%;
}
.col-md-3.item img{
	width: 100%;
}
/** related links **/

/***background slider css ****/
p.flex-caption{
	position: absolute;
    top: 50px;
    right: 25px;
}
p.flex-caption a{
	color: #fff;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
}
p.flex-caption a:hover{
	color: #E74E25;	
}
/**** background slider css ****/

/*News page*/
.margin_from_head {margin-top:45px;}
.news_right_img {margin-top:9px;margin-bottom: 29px;}

@media(max-width: 480px) {
.boxes .title { margin-top: 1px;}
}
.menu-item-2932{
    line-height: 38px;
    margin: 0;
    padding: 6px;
}

h5 span.red-arr{
    background: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position:center;
    padding-left: 13px;
    margin-left:3px;
    position: relative;
    top: 1px;
}
h5 span.gray-arr{
    background: url('images/gray-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 13px;
    margin-left:3px;
    position: relative;
    top: 1px;
}
.input {
  font-weight:bold;
}
.input span {
    position: absolute;
    padding: 5px 0px;
    right: 27px;
    color: #E74E25;
    top: 14px;
    font-weight:bold;
}
.input input {
  position: relative;
  margin: 0;
  border-width: 1px;
  padding: 6px 0px;
  background: transparent;
  font: inherit;
  font-weight:bold;
}
body.modal-open {
    overflow: visible;
}
.overlay{
	position: absolute;
    width: 100%;
    height: 85px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));
    top: 20px;
    left: 0px;
}
.list-title-height{height:30px;}
.list-page .sort-by-check li{width:100%;display: inline-block;//margin:4px 0;}
.list-page .sort-by-check input[type="checkbox"]{right:0px;//vertical-align: -2px;//margin: 0px;//padding: 0;}
.list-page .sort-by-check-ul{    //height: 236px;
   // column-fill: auto;
    //-webkit-column-fill: auto;
    //-moz-column-fill: auto;
    //column-width: 150px;
    //-webkit-column-width: 150px;
    //-moz-column-width: 150px;
}
.list-page .sort-by-check-ul p{float: left;width: 80%;margin: 0;margin-top: 6px;}
.list-page .sort-by-check-ul li input[type="checkbox"]{float: left;}
.list-page .container.padding-6{max-width:1030px;}
.highlightyes-one{color:#E74E25 !important;}
#category-projects .type-sort a:hover{color:#E74E25 !important;}
#category-projects .sort-by-check-ul p{float: left;width: 80%;margin: 0;margin-top: 6px;}
#category-projects .sort-by-check-ul li input[type="checkbox"]{float: left;}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
.flexslider .slides > li{
width: 1200px !important;
    //left: -60%;
    height: 1200px !important;
}
}

.list-two-column #container .mix{width: 530px;}
.list-two-column #container .mix td{width: 100%;}
.title_main_cat a{font-size: 19px;
    color: #E74E25;}
    .list-two-column #container .mix{width:1020px;}
    .list-two-column #container .mix td{width:500px;}
    .list-two-column table td[class*="col-"], .list-two-column table th[class*="col-"]{float:left;}
    .list-two-column table th{padding-bottom:10px;}
        .news_title1 a.sortheader{    color: #E74E25;
   font-size:19px;
    padding-bottom: 6px;
    font-family: helvetica-bold;
    letter-spacing: -1px;}
        .news_title2 a.sortheader{     font-size: 18px;font-family: helvetica-bold;
    margin-right: 9px;
    cursor: pointer;
    color: #999999;
    letter-spacing: -1px;}
    
   .list-three-column #container .mix{width:1020px;}
    .list-three-column #container .mix td.col-md-6{width:500px;}
    .list-three-column #container .mix td.col-md-3{width:250px;}
    .list-three-column table td[class*="col-"], .list-three-column table th[class*="col-"]{float:left;}
    .list-three-column table th{padding-bottom:10px;}
    th span.red-arr{
    background: url('images/arrow.png');
    background-repeat: no-repeat;
    background-position:center;
    padding-left: 13px;
    margin-left:3px;
    position: relative;
    top: 1px;
}
th span.gray-arr{
    background: url('images/gray-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 13px;
    margin-left:3px;
    position: relative;
    top: 1px;
}
.list-three-column table th:last-child  span.red-arr{//display:none;}
.list-three-column table th.news_title2, .list-two-column table th.news_title2{padding-left:5px;}
.sortarrow img{position:relative;top:-8px;}
.list-three-column #container .mix:last-child td.col-md-6 p{//border-bottom: 1px dotted #989898;//padding-bottom: 10px !important;}
.list-three-column #container .mix:last-child td.col-md-3 p{//border-bottom: 1px dotted #989898;//padding-bottom: 10px !important;}
img.news-single-column-image{}
.single-news-column .h4-black-headfonts-grey{font-size:18px !important;;margin:12px 0 4px 0 !important;letter-spacing:-1px !important;}
.date-column{margin-bottom: 4px !important;}
.subtitle-column{margin-top: 13px !important;}
.page-template-news-template-single-column-php .ul-css{margin-top:0 !important;}
.single-news-column p{color:#000;font-weight: bold !important;font-size:13px;}
.single-column-head.dashed-bar-bottom-min{position: relative;margin-top: 0;top: 53px;}
.single-news-column .margin_from_head{margin-top:0px;}
.news-template-sing-column .single-news-column .margin_from_head{margin-top:0px;}
.news-template-sing-column .single-news-column:nth-child(2) .margin_from_head{margin-top:45px !important;}
.news-single-column-image{margin-bottom:24px !important;}
.news-single-link a{color:#999999;font-family:Helvetica-bold;}
.flexslider .slides img{    position: fixed;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
max-width:1000%;}
.page-template-news-template .generalwrapper, .page-template-info-template .generalwrapper{float:left;width:100%;}
.video-layout-section iframe{border:0px solid;width:100%;}
.video-layout-section .fluid-width-video-wrapper{padding-top:76% !important;}


/** slider **/
#full-width-slider {
  width: 100%;
  color: #000;
  display:none;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}
.fullWidth {
  //max-width: 1400px;
  //margin: 0 auto 24px;
}
 #full-width-slider{width: 100% !important;
    height: 100% !important;}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 100% !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 100% !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 100% !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}

.flexslider-controls{    float: right;
    width: 200px;
    height: 3px;
    position: relative;}
.flex-control-nav{    width: 100%;
    position: absolute;
    bottom: -34px;
    text-align: right;
    margin-left: -15px;}
.rsNavItem {
    -webkit-tap-highlight-color: rgba(0,0,0,0.25);
    display: inline-block;
    cursor: default;
    width: 6px;
    height: 6px;
    background: url('assets/royalslider/images/bullets.png');
    background-position: 15px -9px;
    cursor: pointer;
    border-radius: 43px;
        margin: 0px 2.5px;
}
.rsNavItem.rsNavSelected{cursor: pointer;
    width: 8px;
    height: 7px;
    background: url(assets/royalslider/images/bullets.png);
    background-position: 24px 16px;
}
img.rsImg{
    //height: auto !important;
    //margin-top: -167px !important;}
    
