@font-face {
 	font-family: realvirtue;
 	src: url(1_REALVIRTUE.ttf);
 }
body .nav_margin{
	font-family: realvirtue;
}
.section_1 .nav_margin{
	width:72%;
	margin:0 auto; 
	bottom:45px;
	font-size:12px;
	position:absolute;
	left:16%;
	bottom:-6px;
}
.navbar_button{
	border: 1px solid black;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent !important;
}
.navbar-nav a{
	color: white;
}
.icon_color{
	background-color: black;
}
.left_image2{
	float:left;
    margin: 0px 0px 0px -23px;
    height: 612px;
    width: 33px;
}
.right_image2{
	float:right;
	height: 612px;
    width: 33px;
    margin: 0px -3.5px 0 0;
}
 .border_color{
 	background-color: white;
 	margin-right:-2px;
 	margin-top: -2px;
 }
 .border_right{
 	background-color: white;
 	z-index:0;
 	margin-top: -2px;
 }
 .border_bottom{
 	padding:0;
 	width:101.3%;
 	margin:-10px 0 0 -8.4px;
 }
 .bottom_image{
	width:100%;
 }
 .margin_row{
 	margin-right:-23px;
 }
 #rainbow img{
	width:100% !important;
}
.work_center{
    display: block;
    margin-top: 13px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
}
.row_margin1{
	margin-top: 30px;
	margin-right: -85px;
}
.row_margin2{
	margin-bottom: 35px;
	margin-right: -60px;
}
.inner_section{
	position:relative;
}
.for_sale_img{
	margin: 3% 0% 4% 35%;
	width:32%;
}
.date_after_image{
	margin: 0% 0% 3% 35%;
}
.text_after_image{
	color:#23527c;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    padding-left: 23%;
}
.img_1{
    margin:40px 0 0 -79px;
}
.img_2{
	 margin:45px 0 0 -11px;
}
.img_3{
	 margin:35px 0 32px -79px;
}
.sec_2{
	z-index: 4;
}
/*animation + slider*/
 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        /*jssor slider bullet skin 053 css*/
        .jssorb053 .i {position:absolute;cursor:pointer;}
        .jssorb053 .i .b {fill:#fff;fill-opacity:0.5;}
        .jssorb053 .i:hover .b {fill-opacity:.7;}
        .jssorb053 .iav .b {fill-opacity: 1;}
        .jssorb053 .i.idn {opacity:.3;}
        
        /*jssor slider arrow skin 093 css*/
        .jssora093 {display:block;position:absolute;cursor:pointer;}
        .jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093:hover {opacity:.8;}
        .jssora093.jssora093dn {opacity:.6;}
        .jssora093.jssora093ds {opacity:.3;pointer-events:none;}

        body{
			background-color: black;  
		}
		#rainbow {
			background-color: blue;  
		  	width: 98.6%;
		  	height:174px;
		  	-webkit-animation-name: example; /* Chrome, Safari, Opera */
		  	-webkit-animation-duration: 15s; /* Chrome, Safari, Opera */
		  	animation-name: example;
		  	animation-duration: 15s;
		  	animation-iteration-count: infinite;
		}

		@keyframes example {
		    0%   {background-color: red; }
		    25%  {background-color: yellow; }
		    50%  {background-color: blue; }
		    75%  {background-color: green; }
		    100% {background-color: red; }
		}

		/* Chrome, Safari, Opera */
		@-webkit-keyframes example {
		    0%   {background-color: red; }
		    25%  {background-color: yellow; }
		    50%  {background-color: blue; }
		    75%  {background-color: green; }
		    100% {background-color: red; }
		}
		.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-right: 0px;}
/*For slider*/
#jssor_1{
	position:relative;
	margin:0 auto;
	top:-53px;
	left:-122px;
	width:718px;
	height:216px;
	overflow:hidden;
	visibility:hidden;
}
/*For menu text blow*/
.navbar-nav>li>a:link {
  text-decoration: none;
}
.navbar-nav>li>a:hover {
  color: #fdec6e;
  text-shadow:0px 0px 30px #fdec6e;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/*Media query for md*/
@media (min-width: 992px) AND (max-width:1199px) {
	.section_1 .nav_margin{
		width:84%;
		margin:0 auto; 
		/*bottom:46px;*/
		font-size:12px;
	}
	.border_right{
		margin-top: 0px;
	}
 	.border_bottom{
	 	padding:0;
	 	width:105.3%;
	 	margin:-3px 0 0 -6.9px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 #rainbow{
	 	width:102.6%;
	 	height:154px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	 .left_image2{
		float:left;
	    margin: 0px 0px 0px -22px;
	    height: 554px;
	    width: 30px;
	}
	.right_image2{
		float:right;
		height: 554px;
	    width: 31px;
	    margin: 0px -30.4px 0 0;
	}
	.for_sale_img{
		margin: 3% 0% 4% 35%;
		width:32%;
	}
	.date_after_image{
		margin: 0% 0% 3% 35%;
	}
	.text_after_image{
		color:#23527c;
	    font-style: italic;
	    font-weight: bold;
	    font-size: 13px;
	    padding-left: 23%;
	}
	.img_1{
	    margin:40px 0 0 -79px;
	    width: 280px;
	}
	.img_2{
		 margin:45px 0 0 -5px;
		 width: 280px;
	}
	.img_3{
		 margin:35px 0 16px -79px;
		 width: 280px;
	}
	.border_color{
	 	margin-top:-1px;
	 }
	 .border_right{
	 	margin-top: -1px;
	 }
}
/*Media query for sm*/
@media (min-width: 768px) AND (max-width:991px) {
	.section_1 .nav_margin{
		width:76%;
		margin:0 auto; 
		font-size:13px;
	}
	 .border_bottom{
	 	padding:0;
	 	width:105%;
	 	margin:-27px 0 0 -9px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 #rainbow{
	 	width:102.1%;
	 	height:177px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	 .left_image2{
		float:left;
	    margin: 0px 0px 0px -23px;
	    height: 589px;
	    width: 33px;
	}
	.right_image2{
		float:right;
		height: 589px;
	    width: 33px;
	    margin: 0px -29.9px 0 0;
	}
	.for_sale_img{
		margin: 3% 0% 4% 35%;
		width:32%;
	}
	.date_after_image{
		margin: 0% 0% 3% 35%;
	}
	.text_after_image{
		color:#23527c;
	    font-style: italic;
	    font-weight: bold;
	    font-size: 13px;
	    padding-left: 23%;
	}
	.img_1{
	    margin:40px 0 0 -70px;
	    width: 290px;
	}
	.img_2{
		 margin:45px 0 0 2px;
		 width: 290px;
	}
	.img_3{
		 margin:35px 0 48px -70px;
		 width: 290px;
	}
	.border_color{
	 	margin-top:-1px;
	 }
	 .border_right{
	 	margin-top: -1px;
	 }
}
/*Media query for xs*/
@media (min-width:425px) AND (max-width:767px){
	.navbar_position{
	    position: absolute;
	    background-color: black;
	    width: 100%;
	    color: white;
	}
	.navbar_position li a{
		color: white;
	}
	 .border_bottom{
	 	padding:0;
	 	width:104.9%;
	 	margin:-30px 0 0 -4.3px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 7px;
	 	left:15px;
	 }
	 .section_1 .nav_margin{
		bottom:1px;
		z-index:6;
		left:61.5px;
	}
	 #rainbow{
	 	width:102.2%;
	 	height:95px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	  .left_image2{
		float:left;
	    margin: 0px 0px 0px -19.3px;
	    height: 812px;
	    width: 19px;
	}
	.right_image2{
		float:right;
		height: 812px;
	    width: 21px;
	    margin: 0px -19.9px 0 0;
	}
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 35px;
		margin-right: 3px;
	}
	.border_color.test2{
	    padding-left: 35px;
	}
	.work_center{
		padding-left: 54px;
		text-align: left;
	}
	.for_sale_img{
		margin: 3% 0% 4% 21%;
		width:50%;
	}
	.date_after_image{
		margin: 0% 0% 3% 14%;
	}
	.text_after_image{
		color:#23527c;
	    font-style: italic;
	    font-weight: bold;
	    font-size: 11px;
	    padding-left: 0;
	    margin-left:-1px;
	}
	.img_1{
	    margin:40px 0 0 -37px;
	    width: 290px;
	}
	.img_2{
		 margin:40px 0 0 -37px;
		 width: 290px;
	}
	.img_3{
		 margin:40px 0 48px -37px;
		 width: 290px;
	}
	.border_color{
	 	margin-top:-1px;
	 }
	 .border_right{
	 	margin-top: -1px;
	 }
}
/*Media query for xs*/
@media (min-width:375px) AND (max-width:424px){
	.navbar_position{
	    position: absolute;
	    background-color: black;
	    width: 100%;
	    color: white;
	}
	.navbar_position li a{
		color: white;
	}
	 .border_bottom{
	 	padding:0;
	 	width:104.5%;
	 	margin:-27px 0 0 -4px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 7px;
	 	left:14px;
	 }
	 .section_1 .nav_margin{
		bottom:1px;
		z-index:6;
		left:55px;
	}
	 #rainbow{
	 	width:101.8%;
	 	height:88px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	  .left_image2{
		float:left;
	    margin: 0px 0px 0px -19.1px;
	    height: 735px;
	    width: 17px;
	}
	.right_image2{
		float:right;
		height: 735px;
	    width: 17px;
	    margin: 0px -15.9px 0 0;
	}
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 28px;
		margin-right: 3px;
	}
	.test2{
		padding-left:35px;
	}
	.work_center{
		padding-left: 37px;
		text-align: left;
	}
	.for_sale_img{
		margin: 3% 0% 4% 19%;
		width:50%;
	}
	.date_after_image{
		margin: 0% 0% 3% 8%;
	}
	.text_after_image{
		color:#23527c;
	    font-style: italic;
	    font-weight: bold;
	    font-size: 10px;
	    padding-left: 0;
	    margin-left:-10px;
	}
	.img_1{
	    margin:28px 0 0 -54px;
	    width: 290px;
	}
	.img_2{
		 margin:28px 0 0 -54px;
		 width: 290px;
	}
	.img_3{
		 margin:28px 0 48px -54px;
		 width: 290px;
	}
	.border_color{
	 	margin-top:-1px;
	 }
	 .border_right{
	 	margin-top: -1px;
	 }
}
/*Media query for xs*/
@media (min-width:320px) AND (max-width:374px){
	.navbar_position{
	    position: absolute;
	    background-color: black;
	    width: 100%;
	    color: white;
	}
	.navbar_position li a{
		color: white;
	}
	 .border_bottom{
	 	padding:0;
	 	width:104%;
	 	margin:-3px 0 0 -3px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 7px;
	 	left:15px;
	 }
	 .section_1 .nav_margin{
		bottom:1px;
		z-index:6;
		left: 46px;
	}
	 #rainbow{
	 	width:102%;
	 	height:74px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	 .left_image2{
		float:left;
	    margin: 0px 0px 0px -19.1px;
	    height: 655px;
	    width: 16px;
	}
	.right_image2{
		float:right;
		height: 655px;
	    width: 17px;
	    margin: 0px -15.9px 0 0;
	}
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 27px;
		margin-right: 3px;
	}
	.test2{
		padding-left:32px;
	}
	.work_center{
		padding-left: 22px;
		text-align: left;
	}
	.for_sale_img{
		margin: 3% 0% 4% 14%;
		width:60%;
	}
	.date_after_image{
		margin: 0% 0% 3% 0%;
	}
	.text_after_image{
		color:#23527c;
	    font-style: italic;
	    font-weight: bold;
	    font-size: 8px;
	    padding-left: 0;
	    margin-left:-5px;
	}
	.img_1{
	    margin:28px 0 0 -54px;
	    width: 259px;
	}
	.img_2{
		 margin:28px 0 0 -54px;
		 width: 259px;
	}
	.img_3{
		 margin:28px 0 21px -54px;
		 width: 259px;
	}
	.border_color{
	 	margin-top:-1px;
	 }
	 .border_right{
	 	margin-top: -1px;
	 }
}
/*Media query for xs*/
@media (min-width:360px) AND (max-width:360px){
	.border_bottom{
	 	padding:0;
	 	width:104.5%;
	 	margin:-25px 0 0 -4.1px;
	 }
	 .bottom_image{
		width:100%;
	 }
	 button.navbar-toggle.navbar_button{
	 	top: 6px;
	 	left:14px;
	 }
	 .section_1 .nav_margin{
		bottom:1px;
		z-index:6;
		left:52px;
	}
	 #rainbow{
	 	width:101.6%;
	 	height:84px;
	 }
	 .margin_row{
	 	margin-bottom: 42px;
	 }
	  .left_image2{
		float:left;
	    margin: 0px 0px 0px -19.1px;
	    height: 700px;
	    width: 17px;
	}
	.right_image2{
		float:right;
		height: 700px;
	    width: 17px;
	    margin: 0px -15.9px 0 0;
	}
	.row_margin1{
		margin-top: 30px;
		margin-right: 3px;
	}
	.row_margin2{
		margin-bottom: 22px;
		margin-right: 3px;
	}
	.test2{
		padding-left:37px;
	}
	.work_center{
		padding-left: 34px;
		text-align: left;
	}
	.for_sale_img{
		margin: 3% 0% 4% 14%;
		width:65%;
	}
	.date_after_image{
		margin: 0% 0% 3% 5%;
	}
	.text_after_image{
		color:#23527c;
	    font-style: italic;
	    font-weight: bold;
	    font-size: 9px;
	    padding-left: 0;
	    margin-left:-5px;
	}
	.img_1{
	    margin:28px 0 0 -54px;
	    width: 276px;
	}
	.img_2{
		 margin:28px 0 0 -54px;
		 width: 276px;
	}
	.img_3{
		 margin:28px 0 47px -54px;
		 width: 276px;
	}
	.border_color{
	 	margin-top:-1px;
	 }
	 .border_right{
	 	margin-top: -1px;
	 }
}