@charset "utf-8";
/* CSS Document */

div.wpcf7 {
	margin: 0;
	padding: 0;
}
.team-para
{
	font-size:13px;
	line-height: 15px;
}
#news
{
	background-color: #f3f3f3;
}
.news-ul
{
	    padding-left: 20px !important;
}
.news-ul li
{
	list-style-type:disc;
	padding:0px;
	color:#000;
	    box-shadow: none !important;
    font-size: 15px;
	margin-bottom: 0;
}
.news-main-page
{
	    min-height: 100%;
    z-index: 1;
    position: relative;
}
.news-footer
{
	    position: fixed !important;
    bottom: 0;
    width: 100%;
}
.spacing {
    margin: 0;
    padding: 10px;
}
.news-box {
    width: 100%;
    float: left;
    background: #4a4e51;
}
.news-box figure {
    width: 100%;
    float: left;
    position: relative;
    background: #134a70;
}
.news-box figure img {
    width: 100%;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
 .news-box figure .date {
    position: absolute;
    right: 0;
    top: 0;
    background: #134a70;
    color: #fff;
    font-size: 18px;
    padding: 3px 9px;
	display:none;
}
.news-box .news-caption {
    width: 100%;
    float: left;
    padding: 30px 20px;
	    background-color: #000000;
}
.team-space
{
	    padding-top: 100px !important;
    padding-bottom: 180px !important;
}
.mainNav {
    background: #fff;
    width: 100%;
    margin-top: 25px;
}
.mainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(68, 68, 68, 0.33);
}
.mainNav ul li {
    -webkit-box-shadow: 0 1px 1px 1px rgba(198, 191, 191, 0.6);
    -moz-box-shadow: 0 1px 1px 1px rgba(198, 191, 191, 0.6);
    box-shadow: 0 1px 1px 1px rgba(198, 191, 191, 0.6);
}
.mainNav ul li a {
       color: #fff;
    display: block;
    font-size: 16px;
    line-height: normal;
    padding: 12px 20px;
    text-decoration: none;
    /* border-left: 1px solid rgba(68, 68, 68, 0.33)!important; */
    /* border-right: 1px solid rgba(68, 68, 68, 0.33)!important; */
    text-align: left;
	    text-transform: uppercase;
    font-weight: 600;
    background-color: #000;
}
ul li.has-subnav .accordion-btn {
    color: #fff;
    background: #000;
    font-size: 16px;
    height: 42px !important;
    padding-top: 0px;
}
.mainNav li.has-subnav.active .accordion-btn {
    border-bottom: 1px solid #000;
}
.mainNav ul ul {
    border-bottom: 0;
    /* border-left: 1px solid rgba(68, 68, 68, 0.33)!important; */
}
@media only screen and (max-width:767px)
{
	.news-box .news-caption h4 {
    font-size: 22px;
    color: #fff;
    margin-top: 0;
}
.news-box .news-caption p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.news-box .news-caption a {
    float: left;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
}
}
@media only screen and (min-width:768px) and (max-width:991px)
{
.news-box .news-caption h4
	{
		font-size:18px;
		color: #fff;
    margin-top: 0;
	}
	.news-box .news-caption p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}
.news-box .news-caption a {
    float: left;
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px)
{
	.news-box .news-caption h4
	{
		font-size:18px;
		color: #fff;
    margin-top: 0;
	}
	.news-box .news-caption p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
}
.news-box .news-caption a {
    float: left;
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
}
/*.portfolio-footer
	{
		position:absolute !important;
		width:100%;
		bottom:0px !important;
	}*/
}
@media only screen and (min-width:1200px)
{
	/*.portfolio-footer
	{
		position:absolute !important;
		width:100%;
		bottom:0px !important;
	}*/
.news-box .news-caption h4 {
    font-size: 22px;
    color: #fff;
    margin-top: 0;
}
.news-box .news-caption p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.news-box .news-caption a {
    float: left;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-bottom: 16px;
}
}
.news-box .news-caption a:hover
{
	text-decoration:none;
	color:#fff;
}

.news-box .news-caption a:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.news-box:hover figure img {
    opacity: 0.4;
}
.contact-content
{
	    padding-top: 16px !important;
}
.contact-heading
{
	border-color: #000 !important;
    background-color: #000 !important;
}
.news-box:hover .news-caption a:after {
    width: 100%;
}
.contact-strip
{
	    padding-top: 55px !important;
    padding-bottom: 25px !important;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
 
@media only screen and (max-width: 750px) {
	footer#socket {
    padding: 0px;
}
.responsive .logo img {
 
    width: 67px !important;
    margin-top: -6px !important;
}
#header_main {
   /*  position: fixed;
    width: 100%;
    background: #000;
    z-index: 5;*/
}
div#main {
/*    padding-top: 91px !important;*/
}
}
.padd-zero
{
	padding:0 !important;
}
.acc_content {
    padding-left: 0 !important;
}
.toggle_content.invers-color {
    padding-bottom: 0; padding-top:0px;
}

@media only screen and (max-width:767px)
{
	.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content
	{
		font-size:12px !important;
	}
	span.head-p
	{
		font-size:14px !important;
	}
	.toggle_content .invers-color
	{
		font-size:12px !important;
	}
	.resp-real-estate
	{
		padding:0px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px)
{
	.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content
	{
		font-size:12px !important;
	}
	span.head-p
	{
		font-size:14px !important;
	}
	.toggle_content .invers-color
	{
		font-size:12px !important;
	}
	.resp-real-estate
	{
		padding:0px !important;
	}
}