@charset "UTF-8";
/* CSS Document */
/************************************************************************************
smaller than 1920
*************************************************************************************/

@media screen and (max-width: 2500px) {
#pgRap {
	width:70%;
	background-color: none;
}

#mapRap {
	width:70%;
	background-color: none;
}

#barTxtWrap{
	width: 100%;
}

#barTxt{
	margin: 30px 0 0 12.5%;
}

/*****************Home Page Boxes*****************/
/*****************Controols Wrap of all the main boxes*****************/

#boxWrap {
	width: 100%;
}
/*****For Home Page*****/
#boxWrap2 {
	width: 100%;
}


/*****************Bottom Navagation*****************/
/*****************Controols wrap the bottom navagation*****************/
#navwrap {
	width: 70%;
	height: 100px;
}

/**********************************************	
contact from boxes
**********************************************/	


/******Input text fields*******/
input, text {
	font-size: .85em;
	padding:3.5% 0 3.5% 0;
 }

/****New dropdown styles****/

.styled-select {
   font-size: .85em;	
   padding:3% 0 3% 0;
}

   
/****Send Button****/

#send {
	font-size: 1.85em;
	padding: 4.75% 0 4.75% 0;
}

/****General contact Info Box****/

#nowRenting{
	font-size: 175%;
} 

#contactSplash_Stu_123{
	font-size:125%;
}  

#openingFall{
	font-size: 175%;
} 

#exclusive{
	font-size: 50%;
}



/****Availability page****/

#avail_topWrap{
	max-width:1820px;
	width:70%;
}
}

/************************************************************************************
smaller than 1800
*************************************************************************************/
@media screen and (max-width: 1800px) {
/********************************************
Top of Page
*********************************************/	
	
/********Top of General Page*********/

#barType2 {
	width:100%;
	height:70px;
	z-index: 20;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in;
}

#bar {
	height:70px;
	text-align:left;
	z-index: 20;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in;
}	

/********Ellements inside the bar*********/

#barTxtWrap{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-color:none;
	z-index: 21;
}

#barTxt{
	float:Left;
	width: auto;
	height: auto;
	font-family:'dinlight',Sans-Serif;
	font-size: 1.75em;
	text-transform: uppercase;
	letter-spacing:.05em;
	background-color:none;
	margin: 20px 0 0 12.5%;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in;
}

}


/************************************************************************************
smaller than 1650
*************************************************************************************/
@media screen and (max-width: 1650px) {
	
/*****************Controols Wrap of all the main boxes*****************/
#boxWrap {
	background-color: none;
	height: auto;
}

#tagline {
	font-size:3.5em;
}

#barType2 {
	top:3%;
	height:65px;
}

#barTxt{
	margin: 18px 0 0 13%;
}

/**********************************************	
contact from boxes
**********************************************/	
	
	/******Spaces the distance 
between input fields*******/

#spacer{
	padding:.6%;
}
/******Spaces the distance at 
very top of the input fields*******/

#spacerTop{
	padding:1.5%;
}

/******Input text fields*******/
input, text { 
	padding:3.5% 0 3.5% 0;
 }

/****New dropdown styles****/

.styled-select {
   padding:3% 0 3% 0;
}

   
/****Send Button****/

#send {
	padding: 4.75% 0 4.75% 0;
}


/****home page play Btns****/
#boxDiscription {
	float:left;
	width: inherit;
	text-transform:uppercase;
	background-image:url(../img/home/small_play1.png);
	background-position:right;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	background-color: none;
	font-size: .85em;
	color: #FFF;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in;
	cursor:pointer;
}

#boxDiscription:hover {
	float:left;
	width: inherit;
	text-transform:uppercase;
	background-image:url(../img/home/small_play2.png);
	background-position:right;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	background-color: none;
	font-size: .85em;
	color: #ebc11c;
	-webkit-transition-duration: 0.30s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.30s;
	-moz-transition-timing-function: ease-in;
	cursor:pointer;
}

.playPic{
	background-repeat:no-repeat;
	width:14px;
	height: 14px;
	background-size: contain;
   -moz-background-size: contain;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
	margin:0px;
}	

/**************************************************
   Bottom Navagation
***************************************************/

#navwrap {
	height: 80px;
}
	
}

/************************************************************************************
smaller than 1350
*************************************************************************************/
@media screen and (max-width: 1450px) {

/**********************************************	
contact from boxes
**********************************************/	

/******Input text fields*******/
input, text {
	font-size: .75em;
	padding:3.5% 0 3.5% 0;
 }

/****New dropdown styles****/

.styled-select {
   font-size: .75em;	
   padding:3% 0 3% 0;
}

   
/****Send Button****/

#send {
	font-size: 1.55em;
	padding: 4.75% 0 4.75% 0;
}

/****General contact Info Box****/

#nowRenting{
	font-size: 125%;	
} 
#contactSplash_Stu_123{
	font-size:100%;
}  

#openingFall{
	font-size: 125%;
} 

#exclusive{
	font-size:20%;
}


/********************************************************************
   Bottom Navagation
*********************************************************************/

/*******Main Navigation Buttons
(INNOVATION, INSIDE, INWOOD, PRESS, CONTACT, APPLY NOW )
*********/

#navtxt_BTNS {
	font-size: 1em;
	margin: 14px 0px 0px 0px;
}

#navtxt_BTNS li{
	margin: 0px 0px 0px 10px;
}

}
/************************************************************************************
smaller than 1250 
*************************************************************************************/
@media screen and (max-width: 1250px) {
#tagline {
	font-size: 3.25em;
}
/***********top of page******/
#pgRap {
	width:90%;
	background-color: none;
}

#mapRap {
	width:90%;
	background-color: none;
}

#avail_topWrap{
	width: 90%;
}

#navwrap {
	width: 90%;
}

#bigInfoBox {
	width: 90%;
}

#barType2 {
	top:2.5%;
	height:60px;
}

/*****For Home Page*****/
#barTxt{
	margin: 15px 0 0 6%;
}	
/****home page play Btns****/
#boxDiscription {
	float:left;
	width: inherit;
	text-transform:uppercase;
	background-image:url(../img/home/small_play1.png);
	background-position:right;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	background-color: none;
	font-size: .75em;
	color: #FFF;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in;
	cursor:pointer;
}

#boxDiscription:hover {
	float:left;
	width: inherit;
	text-transform:uppercase;
	background-image:url(../img/home/small_play2.png);
	background-position:right;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	background-color: none;
	font-size: .75em;
	color: #ebc11c;
	-webkit-transition-duration: 0.30s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.30s;
	-moz-transition-timing-function: ease-in;
	cursor:pointer;
}

.playPic{
	background-repeat:no-repeat;
	width:14px;
	height: 14px;
	background-size: contain;
   -moz-background-size: contain;  /* Firefox 3.6 */
    background-position: center;  /* Internet Explorer 7/8 */
	margin:0px;
}

/*****************text boxes*****************/
#paragraph_txt {
	height:67%;
	background-color: none;
}

#paragraph_txt2 {
	height:67%;
	background-color: none;
}	

	
}

/************************************************************************************
smaller than 1022  (This changes the page layout from 4 collums to 2)
*************************************************************************************/

@media screen and (max-width: 1022px) {
	
#tagline {
	visibility:collapse;
}

#bar {
	height:60px;
	margin:0px 0px 0px 0px;
	text-align:left;
	z-index: 20;
	top:5px;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in;
}	

#barType2 {
	height:60px;
	margin:0px 0px 0px 0px;
	text-align:left;
	z-index: 20;
	top:5px;
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in;
}			
	
/*****************Controols Wrap of all the main boxes*****************/

#boxWrap {
	margin: auto;
	top:80px;
	-webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

#boxWrap2 {
	margin: auto;
	top:50%;
	-webkit-transform: translate(0%,-45%);
    -ms-transform: translate(0%,-45%);
    transform: translate(0%,-45%);
}		

#barTxt{
	margin: 15px 0 0 10%;
}

#boxDiscription {
	font-size: 1em;
}	
	
#boxDiscription:hover {
	font-size: 1em;
}	
/***************Navigation*****************/
#navtxt_BTNS {
	float:left;
	font-size: .95em;
	color:#4f535a;
	text-transform:uppercase;
	text-align:center;
	margin: 14px 0px 0px 0px;
}

	
/******************************************
Controols Wrap of all the main boxes
*********************************************/	
/**********Full Top***************/	

#pgRapLeft {
	width: 65.5%;
	height: auto;
	float:left;
	clear: left;
	margin: .5% .25% 0 .25%;
	background-color: #FFF;
	padding:.33333%;
}

#pgRapRight{
	width: 89.5%;
	height:auto;
	float: left;
	margin: .25% 0 0 5.5%;
	background-color: #FFF;
	padding:.33333%;
}

/**********Full Bottom***************/	

#pgRapLeftBottom {
	width: 49.5%;
	height:auto;
	float:left;
	clear:both;
	margin: .25% 0 0 0;
	background-color: #FFF;
	padding:.33333%;
}

#pgRapRightBottom{
	width: 89.5%;
	height:auto;
	float: left;
	margin: .25% 0 0 5.25%;
	background-color: #FFF;
	padding:.33333%;
}

/***********top Quarters***********/

#pgQuarterWrapLeft {
	width: 44.5%;
	height:auto;
	float:left;
	clear:both;
	margin: 0 0 0 5.25%;
	background-color: #FFF;
	padding:.33333%;
}

#pgQuarterWrapMiddle {
	width: 44.5%;
	height:auto;
	float:left;
	background-color: #4f535a;
	margin: 0 0 0 0;
	background-color: #FFF;
	padding:.33333%;
}

#pgQuarterWrapRight {
	width: 44.5%;
	height:auto;
	float:left;
	margin: 0 0 0 0;
	background-color: #FFF;
	padding:.33333%;
}

/***********Bottom Quarters***********/

#pgQuarterWrapLeft_bottom {
	width: 44.5%;
	height:auto;
	float:left;
	clear:left;
	margin: .25% 0% 0 5.25%;
	background-color: #FFF;
	padding:.33333%;
}

#pgQuarterWrapRight_bottom {
	width: 44.5%;
	height:auto;
	float:right;
	margin: .25% 0 0 0;
	background-color: #FFF;
	padding:.33333%;
}

#pgQuarterWrapMiddle_bottom {
	width: 44.5%;
	height:auto;
	float:left;
	margin: .25% 0 0 0;
	background-color: #FFF;
	padding:.33333%;
}

/***********home Quarters***********/

#pgQuarterWrapLeft_home {
	width: 44.5%;
	height:auto;
	float:left;
	clear:both;
	background-color: none;
	margin: 0 .25% 0 5.5%;
}

#pgQuarterWrapMiddleLeft_home {
	width: 44.5%;
	height:auto;
	float:left;
	background-color: #4f535a;
	margin: 0 .25% 0 .25%;
}

#pgQuarterWrapMiddleRight_home {
	width: 44.5%;
	height:auto;
	float:left;
	background-color: #4f535a;
	margin: .5% .25% 0 5.5%;
}


#pgQuarterWrapRight_home {
	width: 44.5%;
	height:auto;
	float:left;
	background-color: #4f535a;
	margin: .5% .25% 0 .25%;
}

/**********************************************	
contact from boxes
**********************************************/	
/******Input text fields*******/
input, text {
	font-size: 1em;
	padding:3.5% 0 3.5% 0;
}

/****New dropdown styles****/

.styled-select {
   font-size: 1em;	
   padding:3% 0 3% 0;
}

   
/****Send Button****/

#send {
	font-size: 3em;
	padding: 4.75% 0 4.75% 0;
}

/****General contact Info Box****/

#nowRenting{
	font-size: 225%;
} 

#contactSplash_Stu_123{
	font-size:175%;
}  

#openingFall{
	font-size: 225%;
} 

#exclusive{
	font-size: 70%;
}


/**********************************************	
text fields
**********************************************/	

#paragraph_txt {
	height:82%;	
	background-color: none;
}

#paragraph_txt2 {
	height:82%;
	background-color: none;
}	

#bigInfoBox {
	width: 90%;
	top:10%;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

#inside_infoBox {
	margin: 8% 0 0 5%;
	width: 90%;
}

#inside_infoBox2 {
	width: 90%;
}

#bottomSpacer_inBox {
	height:120px;
}


	
}

/************************************************************************************
smaller than 800 (Fintunes the 2 collum system)
*************************************************************************************/
@media screen and (max-width:800px) {
	
#barTxt{
	font-size:1.5em;
}	

/********Wraps main content*********/

#pgRap {
	min-width: 500px;
}
	
#boxWrap {
	min-width: 500px;
}	
	
#boxWrap2 {
	min-width: 500px;
}	

/**********************************************	
Top of page
**********************************************/


/********Ellements inside the bar*********/

#barTxtWrap{
	min-width: 580px;
	background-color: #0CF;
}

	
	
/**********************************************	
contact from boxes
**********************************************/

/****General contact Info Box****/
#contactBoxText {
	float:left;
	color:#FFF;
	font-size:1em;
	width: 80%;
	height:auto;
	background-color:none;
	margin: 5% 0 0 5%;
}

/****General contact Info Box****/

#nowRenting{
	font-size: 175%;
} 

#contactSplash_Stu_123{
	font-size:125%;
}  

#openingFall{
	font-size: 175%;
} 

#exclusive{
	font-size: 50%;
}

/**************************************************
   Bottom Navagation
***************************************************/

#navwrap {
	height: 60px;
	min-width: 500px;
}


/*******Main Navigation Buttons
(INNOVATION, INSIDE, INWOOD, PRESS, 
CONTACT, APPLY NOW )
 *********/

#navtxt_BTNS{
	display:none;
}

/*******
Main Navigation Small Buttons 
(Leagal and Team)

.finePrint_BTNS {
	margin: 4% 0 0 0;
}
*********/
/*******
Equal Housing Logo
*********/

#equalHousing {
	margin: 10px 2% 0 0;	
}

/*******Sliding Menue For Small mobile devices*********/
    	    

.open {
	visibility: visible;
	float: left;
    width: 24px;
    height: 21px;
	background-image:url(../img/menu.png);
    text-indent: -999999px;
    border: 0;
	margin: 12px 0 0 2%;
}

#pageslide {width: 200px;}

#pageslide #navtxt_BTNS li { 
	padding: 8% 0 8% 0; 
	display:block;
	text-align:left;
	border-bottom: 1px solid #FFF; 
}

#pageslide #navtxt_BTNS li a { 
	color: #FFF; 
}

#pageslide #navtxt_BTNS li a:hover { 
	color: #ebc11c;
	/* Animation (Webkit, Gecko & Mozilla) */
	-webkit-transition-duration: 0.20s;
	-webkit-transition-timing-function: ease-in; 
	-moz-transition-duration: 0.20s;
	-moz-transition-timing-function: ease-in; 
}



}

/************************************************************************************
smaller than 750 (2 collums)
*************************************************************************************/
@media screen and (max-width:750px) {
/******Input text fields*******/
input, text {
	font-size: .75em;
	padding:3.5% 0 3.5% 0;
 }

/****New dropdown styles****/

.styled-select {
   font-size: .75em;	
   padding:3% 0 3% 0;
}

   
/****Send Button****/

#send {
	font-size: 2em;
	padding: 4.75% 0 4.75% 0;
}

/****General contact Info Box****/

#nowRenting{
	font-size: 125%;
} 

#contactSplash_Stu_123{
	font-size:95%;
}  

#openingFall{
	font-size: 125%;
} 

#exclusive{
	font-size: 40%;
}

/******************************************************************************
  Pads the bottom of the page so content doesn't hide behind menue
*******************************************************************************/
#bottomSpacer {
	float: left;
	clear:both;
	width: 100%;
	height:70px;
	background-color:none;
}

#priceBar {
	float:left;
	clear:left;
	width:100%;
	height:50px;
	background-color:#4f535a;
	margin: 2% 0 1% 0;
}

#priceTxt{
	font-size:1.5em;
	margin: 5px 0px 0px 10px
}

#detailsTxt{
	font-size:.5em;
	margin: 0px 0px 0px 10px
}

#five{
	font-size: .5em;
}

#list_five{
	font-size: .8em;
}

}

/************************************************************************************
smaller than 600 (This changes the page layout from 2 collums to 1)
*************************************************************************************/

/************************************************************************************
smaller than 420  (1 Collum Layout mainly for mobil phones)
*************************************************************************************/

@media screen and (max-width:480px) {
	
/******************************************
Controols Wrap of all the main boxes
*********************************************/	

/*****************Controols Wrap of all the main boxes*****************/

#pgRap {
	min-width: 75%;
}

#mapRap {
	width:75%;
	height:90%;
	background-color: none;
	top: 2%;
	bottom:0;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

#closeMap{
	position: absolute;
	top: .5%; 
	right: 0;
}


#boxWrap {
	background-color: none;
	max-width: 95%;
	min-width: 280px;
	height: auto;
	margin: 20px 0 0 2.5%;
	top:0px;
	-webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
	
#boxWrap2 {
	background-color: none;
	max-width: 95%;
	min-width: 280px;
	height: auto;
	margin: 20px 0 0 2.5%;
	top:0px;
	-webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
	
/**********Full Top***************/	
#pgRapLeft {
	width: 100%;
	height: auto;
	float:left;
	clear: left;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

#pgRapRight{
	width: 100%;
	height:auto;
	float: left;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

/**********Full Bottom***************/	

#pgRapLeftBottom {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	background-color:#4f535a;
	margin: 1% 0 0 0;
}

#pgRapRightBottom{
	width: 100%;
	height:auto;
	float: left;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

/***********top Quarters***********/

#pgQuarterWrapLeft {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color: none;
	margin: 0 0 0 0;
}

#pgQuarterWrapMiddle {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color: #4f535a;
	margin: 0 0 0 0;
}

#pgQuarterWrapRight {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

/***********Bottom Quarters***********/

#pgQuarterWrapLeft_bottom {
	width: 100%;
	height:auto;
	float:left;
	clear:left;
	background-color: #4f535a;
	margin: 1% .0 0 0;
}

#pgQuarterWrapRight_bottom {
	width: 100%;
	height:auto;
	float:right;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

#pgQuarterWrapMiddle_bottom {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

/***********home Quarters***********/

#pgQuarterWrapLeft_home {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color:none;
	margin: 1% 0 0 0;
}

#pgQuarterWrapMiddleLeft_home {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

#pgQuarterWrapMiddleRight_home {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}


#pgQuarterWrapRight_home {
	width: 100%;
	height:auto;
	float:left;
	clear:both;
	background-color: #4f535a;
	margin: 1% 0 0 0;
}

/********************************************
Top of Page
*********************************************/
/********home page*********/
#tagline {
	visibility:collapse;
	position: fixed;
	float:left;
	width:100%;
	height:90px;
	margin:10px 0px 0px 0px;
	background-image:url(../img/bar.png);
	background-repeat:repeat-x;
	text-align:left;
	z-index: 20;	
}

#bar {
	visibility:collapse;
	position: fixed;
	float:left;
	width:100%;
	height:90px;
	margin:10px 0px 0px 0px;
	text-align:left;
	z-index: 20;
}

/********Top of General Page*********/

#barType2 {
	visibility:collapse;
	position: fixed;
	float:left;
	width:100%;
	height:90px;
	margin:10px 0px 0px 0px;
	text-align:left;
	z-index: 20;
}

/********Ellements inside the bar*********/

#barTxtWrap{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-color:none;
	z-index: 21;
}

#barTxt{
	float:Left;
	width: auto;
	height: auto;
	font-family:'dinlight',Sans-Serif;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing:.05em;
	background-color:none;
	margin: 6.5% 0px 0px 8%;
}


/**************************************************
   Bottom Navagation
***************************************************/

#navwrap {
	height: 60px;
	min-width: 290px;
}


/**********************************************	
contact from boxes
**********************************************/	

/****General contact Info Box****/

#contactBoxText {
	float:left;
	color:#FFF;
	font-size:1em;
	width: 80%;
	height:auto;
	background-color:none;
	margin: 5% 0 0 5%;
}

/****General contact Info Box****/

#nowRenting{
	font-size: 175%;
} 

#contactSplash_Stu_123{
	font-size:125%;
}  

#openingFall{
	font-size: 175%;
} 

#exclusive{
	font-size: 50%;
}

/**********************************************	
text fields
**********************************************/	

#bigInfoBox {
	width: 90%;
	top:1%;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

#inside_infoBox {
	margin: 10%  0 0 5%;
}

/**********************************************	
Listing Page
**********************************************/	

#priceTxt{
	font-size:1em;
}

#list_five{
	font-size: .7em;
}

#artical{
	font-size: .7em;
}

#pub_date_read{
	font-size: .7em;
}

.Tabs{
	width: 24%;
	margin: 0 0 0 1%;
	font-size:.8em;
}

}

@media screen and (max-width:380px) {
/****General contact Info Box****/

#nowRenting{
	font-size: 125%;
} 

#contactSplash_Stu_123{
	font-size:95%;
}  

#openingFall{
	font-size: 125%;
} 

#exclusive{
	font-size: 40%;
}

}
