/*
=============
	Body
=============
*/

/**/
#intro {
	display: none ;
}


span.give-me-space {
	padding: .25rem;
}

#section-home div,
#content div {
	font-family:inherit,Calibri;
}
#comments {
	display:none;
}

/*
=============
	Top
=============
*/
@media only screen and (min-width: 686px) {
	#header-core {
		display:none;
	}
}
#logo {
	display: none !important;
}
#pre-header {
/*	display:none;*/
}
#header-links {
	display:none;
}
#header-nav {
	float: right;
}

.coNameTop {
	display:inline;
	font-family: 'Playfair Display', serif;
	color:#006699;
	vertical-align:middle;}

.callUsTop {
	display:inline;
	font-family: inherit,arial;
	color:#000;
	vertical-align:middle;
}
@media only screen and (min-width: 990px) {
.coNameTop {
	font-size:150%;
}
.callUsTop {
	font-size:80%;
}
}
@media only screen and (min-width: 0px) and (max-width: 1050px) {
	.logoVipTop {
		display:none;
	}
}
@media only screen and (min-width: 0px) and (max-width: 989px) {
	.coName {
		font-size:80%;
	}
	.callUsTop {
		font-size:60%;
	}
}
/*
=============
	Pages
=============
*/
#intro {
	background:url("/rr/images/animatedNet.gif") 50% 0% / cover no-repeat;
	height:200px;
}

.intro_blockchain {
	background:url("/rr/images/bockchain/blockchain.gif") 50% 0% / cover no-repeat;
	height:200px;
}

#breadcrumbs,
.page-title {
	display:none !important;
}



/*
=============
	Home
=============
*/
.services-builder .iconimage {
/*	text-align:center;*/
}
/*
=============
	Blog
=============
*/
.author,
.category,
.date {
	 display:none !important;
}
.whyVIPLogo {
//	right:40px;
	width:226px;
	height:62px;
	background-image:url("/wp-content/uploads/2016/03/VIP-logo.jpg");
}
/* Blog Itmes*/
.wp-image-137 {
	float:right;
	padding:10px;
}
#post-135 {
	text-align: justify;
	text-justify: inter-word;
}
=============
	About
=============
*/
.aboutTop{
	color: rgb(26,136,193);
	font-size:150%;
}
/*
=============
	Footer
=============
*/

.footerName {
	display:inline-block;
	width:100px;
	float: left;
	text-align:center;
}
.footerNameT {
	display: block;
	font-size: 125%;
	text-align:center;
}
.footerNameB {
	display: block;
	text-align:center;
}
.footerName img {
	border:none;
}
.footerContact {
	display:inline-block;
	width:100px;
	float: left;
}

.footerSocial {
	text-align: center;
}

.footerSocialHeader {
	font-size: 125%;
}
.footerSocialIcons {
	text-align: center;
}
@media only screen and (min-width: 580px) {
	.footerSocial {
		width: 250px;
	}
}
.footerLeft {
	width:200px;
	height:150px;
}
@media only screen and (min-width: 918px) {
	.footerLeft {
		float: left;
	}
	.footerSocial {	
		float:right;
	}
}
@media only screen and (min-width: 0px) and (max-width: 917px) {
	.footerLeft {
		margin-left: calc(50% - 100px);
		margin-left: -webkit-calc(50% - 100px);
		margin-left: -moz-calc(50% - 100px);
	}
	.footerSocial {
		width:250px;
		margin-left: calc(50% - 125px);
		margin-left: -webkit-calc(50% - 125px);
		margin-left: -moz-calc(50% - 125px);
	}
}
/*----------------*/
#sub-footer {
	display:none;
}