/*  
Theme Name: Unique Group
Theme URI: http://www.uniquegroupgy.com
Description: Custom theme for Unique Group
Author: Romona Khan
Author URI: http://www.21expressions.com
Template: klasik
Version: 1.0
.
General comments/License Statement if any.
.
*/

@import url(../klasik/style.css);

/*<>GRID >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*  SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
  If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after, .rn:after { 
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; }


/* DEFAULT ROW STYLES */
.row { margin-bottom: 2em; } /* set according to preference*/
      
                  
/* DEFAULT COLUMN STYLES */
.col { 
  display: block;
  float:left;
  width: 100%;
}

@media ( min-width : 48em) {
  .col {
    margin-left: 2%;
  }
}


/* RESET MARGINS */
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 48em ) {
  .span-1 { width: 6.5%; }
  .span-2 { width: 15.0%; }
  .span-3 { width: 23.5%; }
  .span-4 { width: 32.0%; }
  .span-5 { width: 40.5%; }
  .span-6 { width: 49.0%; }
  .span-7 { width: 57.5%; }
  .span-8 { width: 66.0%; }
  .span-9 { width: 74.5%; }
  .span-10 { width: 83.0%; }
  .span-11 { width: 91.5%; }
  .span-12 { width: 100%; }
}

/*<>CLEAR FIX >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.row,
.clr,
.group              { zoom: 1; } /* IE6 */

*:first-child+html .row,
*:first-child+html .clr,
*:first-child+html .group   { zoom: 1; } /* IE7 */

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*<>FONTS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: "twentyone";
  src:url("fonts/twentyone.eot");
  src:url("fonts/twentyone.eot?#iefix") format("embedded-opentype"),
    url("fonts/twentyone.ttf") format("truetype"),
    url("fonts/twentyone.svg#twentyone") format("svg"),
    url("fonts/twentyone.woff") format("woff");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "twentyone" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "twentyone" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-group:before {
  content: "a";
}

.icon-email:before {
  content: "b";
}

.icon-address:before {
  content: "c";
}

.icon-phone:before {
  content: "d";
}

.icon-envelope:before {
  content: "e";
}

.icon-fax:before {
  content: "f";
}

.icon-mobile:before {
  content: "g";
}

.icon-home:before {
  content: "h";
}

.icon-navicon:before {
  content: "i";
}

.icon-arrow-r:before {
  content: "j";
}

.icon-arrow-l:before {
  content: "k";
}

.icon-arrow-u:before {
  content: "l";
}

.icon-arrow-d:before {
  content: "m";
}

.icon-navicon-2:before {
  content: "n";
}

.icon-mobile-2:before {
  content: "o";
}

.icon-contact:before {
  content: "p";
}

.icon-search:before {
  content: "q";
}

.icon-pinterest:before {
  content: "r";
}

.icon-googleplus:before {
  content: "s";
}

.icon-skype:before {
  content: "t";
}

.icon-twitter:before {
  content: "u";
}

.icon-linkedin:before {
  content: "v";
}

.icon-youtube:before {
  content: "w";
}

.icon-instagram:before {
  content: "x";
}

.icon-facebook:before {
  content: "y";
}

.icon-vimeo:before {
  content: "z";
}

.icon-flickr:before {
  content: "A";
}

.icon-star:before {
  content: "B";
}

.icon-share:before {
  content: "C";
}

.icon-cloud:before {
  content: "D";
}

.icon-key:before {
  content: "H";
}

.icon-chat:before {
  content: "I";
}

/*<>BASICS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-y: scroll; /* Force a scrollbar in non-IE */
}
body {
    margin: 0;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul {
    margin: 0;
    padding: 0;
}

p:empty {
  display: none !important;
  margin-bottom: 0;
}

ul {
  list-style-type: none;
  margin-left: 1.5rem;
}

.content ul {
  margin-left:-0.15em;
}

.content ul li  {
  padding: 0 0 0.5em 1.6em; /* match the icon width */
  text-indent: -1.6em;    /* match the icon width */
}

.content ul li:before {
  content:"j";
  font-family: 'twentyone';
  float: left;
  width: 1.6em;
  color: #0ad;
  font-size: 50%;
  padding-top:0.8em;
  padding-right:0.5rem;
}

nav li {
    display:inline-block;
}



h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}



/*<>ALIGNMENT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.center {
  margin: 0 auto;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*<>TYPOGRAPHY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*
$fontbase = 16
$line-height-base = 24
*/

html {
  font-size: 100%;
  color: #222;
}

body,
button,
input,
select,
textarea,
ul, ol {
  color: #222;
  font-family: 'OpenSansRegular', sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em;  
  font-weight: inherit;
  line-height: 1.618; 
}

h1 {
  font-size: 2.25em;
  text-transform: uppercase;
}

h2 {
    font-size: 1.75em; 
  
}

h3 {
    font-size: 1.5em; 
   
}

h4 {
    font-size: 1.25em;
    
}

h5, h6 {
    font-size: 1.15em;     
    
}

ul li, ol li {
  padding:0;
}

ol {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol > li {
    position:relative; /* Create a positioning context */
    margin:0; /* Give each list item a left margin to make room for the numbers */
    padding:0.25em 2em; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */ 
   
}

ol > li:before {
    content:counter(li) ; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    left:0;
    top:0.5em;
    width: 1.5em;
    height: 1.5em;
    padding:0.15em;
  	line-height: 1.5em;
  	border-radius: 100%;
  	text-align: center;
  	font-size: .75em;
  	background-color: #ff9900;
  	color: #fff;
   
}

a {
  color: #0ad;
}

small, .small {
    font-size: 0.65em; 
   
}

/*CUSTOM FORMATS*/

/*<>ELEMENTS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.button {
	display: inline-block;
	padding: .8em 1.5em;
	border: 1px solid rgba(0, 170, 221, 0.5);
	border-color: rgba(0, 170, 221, 0.4);
	color: #0ad;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

/*<>BROWSER SPECIFICS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* Firefox*/
header { padding-top: .001em }


/*<>THEME >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

body {
  background: url('images/bg_main.png'); #f4f4f4;
}

section, p, ul, ol {
	margin-bottom: 1.5em;
}


.outer-wrapper {
  width:100%;
  max-width: 62rem;
  margin:0 auto;
}

.wrapper {
   width: 96%;
    margin:0 auto;
    padding: 0 0.25rem;
    position: relative; 
    max-width: 62rem; 
}

.box-wrapper {
  background: #fff;
  border:1px solid #eee;
  border-radius: 0 0 4px 4px;
  margin-bottom: 1.5rem;
  padding-bottom:1rem;
}

.box-wrapper h2 {
  color: #fff;
  background-color: #0ad;
  font-size: 1.25rem;
  font-family: 'OpenSansLight';
  padding:0.5rem;
  margin: 0;
  text-transform: uppercase;
}

.box-wrapper h2 {
     overflow: hidden;
     text-align: center;
     padding: 1rem 2rem;
     background-color: #fff;
     border-top: 5px solid #0ad;
     color: #0ad;
     
 }
.info .box-wrapper h2  > span{
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: 'OpenSansSemibold';
    letter-spacing: 2px;
}
.info .box-wrapper h2  > span:before, .info .box-wrapper h2  > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 35%; /* half of limiter*/
    margin: 0 0.25rem;
}
.info .box-wrapper h2  > span:before{
    right: 100%;
}
.info .box-wrapper h2  > span:after{
    left: 100%;
}

.box-wrapper ul, .box-wrapper p {
    padding:0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #999;
    font-family: 'OpenSansLight'
}

.icon {
    display: inline-block;
    padding: 0.25em;
    text-align: center;
    width:2em;
    height:2em;
    border-radius: 100%;
    background-color: #ff9900;
    font-size: 0.75rem;
}

.spaceholder {
  min-height: 0.25em;
}

.dec-bar {
  background: url('images/bg-dlines.png');
  height: 1rem;
}


/*<>header*/

header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.contact-bar {
  font-size: 0.55rem;
  background: url('images/bg_footer.png');
  color: #fff;
  height:2.75em;
  line-height: 1.75em;
  font-family: 'OpenSansBold';
  text-transform: uppercase;

}

.contact-bar .wrapper {
  text-align: right;
  padding:0;
}

.contact-bar .icon {
  background-color: transparent;
}

.contact-bar .label {
  display: none;
}



.contact-bar ul {
	list-style-type:none;
    margin:0;
    padding:0;
    font-size: 0.75em;
    color: #fff;
}

.contact-bar li{
	display: inline-block;
  padding-right: 0.25em;

}

.disclaimer {
  font-size: 0.65rem;
  padding-left:1rem;
  font-family: 'OpenSansBold';
}

.socialmedia ul{    
    padding-top: 0.25em;
    text-align: center;
}

.socialmedia li {

}

.masthead {

}

.logo {
  max-width: 12em;
  padding:0.5em;
  background-color: #fff;
}

.logo img {
	width:100%;
	margin: 0 auto;

}

.col.logo {
  display: none;
}

.mobile.logo {
  display: inline-block;
  width:40%;
}

.services .pagetitle {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0ad;
  display: block;
  
}

.services .pagetitle h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.services .page-logo{
  display: inline-block;
  width:60px; 
  height:38px; 
  
}

.unique-apartments .services .page-logo {
  background:url('images/unique_apartments.png') no-repeat center center;   
  background-size:cover;

}


.unique-autorentals .services .page-logo {
  width:60px;
  height: 31px;
  background:url('images/unique_autorentals.png') no-repeat center center;   
  background-size:cover;

}


.services .page-name {
  display: inline-block;
  vertical-align: top;
  padding-top:0.25rem;
  padding-left:0.25rem;
}


.unique-autorentals .services .page-button{
  display: none;
}

/*<>navigation*/

.primary-wrapper {
  display:none;
  padding-top:2.5em;
}

.mobile-wrapper {
    margin: -2rem 1em 1em 1em;
    *zoom: 1;
    font-weight: 400;
    font-size: 0.75rem;
    text-align: right;
}

.menu-label {
  font-size: 1rem;
  padding-right: 0.25em;
  
  display: inline-block;
}
.menu-btn {
  display: inline-block;
}

.menu-btn span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 3px 0 0 0;
  background: rgb(0,0,0);
  z-index: 99;
}

.responsive-menu{
  display: none;
}

.expand {
  display: block !important; 
}

.open-menu-link{
  display: none;
  position: absolute;
  right: 15px;
  top:0;
  line-height: 55px;
  font-size: 30px;
  cursor: pointer;
}

.visible {
  display: block !important;
}

.mobile-menu li {
  padding:0.5em 0.25em;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
  list-style-image: none;
}

.mobile-menu li.searchbox {
  border-bottom: 0
}

.mobile-menu #searchform #s {
  border: 1px solid #ddd;
  padding:1.5em !important;
  width:60%;
}
/*<>featured*/

.featured {
  margin-top: 1.5rem;
}

/*<>content*/

.page-title {
  background-color:#0ad;
  color: #fff;
  border-bottom: 2px dotted #0ad ;
  margin-bottom: 1.5rem;
}

.page-title h1 {
  font-size: 1.5rem;
  font-family: 'OpenSansBold';
  line-height: 2.5;
  max-height:2.5rem;
}

.services .page-button {
  text-align: center;
  margin-top: 0.5rem;
}


.pagetitle h1 {
  font-size: 1rem;
  font-family: 'OpenSansExtrabold';
  padding-bottom: 1rem;
  border-bottom: 2px solid #0ad;
}

.page-header.pagetitle h1 {
   border-bottom: none;

}

h2 {
  font-size: 1.5rem;
  font-family: 'OpenSansExtraBold';
}

/*section blocks*/

/*<>custom posts/plugins*/

.hp-info.apartments {
  padding:1.5em 0 0 0;
}

.hp-info h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'OpenSansBold';
  
  margin-bottom: 1.5em;
  
}

.hp-info h2 span {
  border-bottom: solid #0ad 3px;
  padding-bottom: 0.25em;
}

.hp-info .apartment {
  background-color: #fff;
}

.apt-listing{
    background-color: #fff;
    margin-bottom: 1.5rem;
}

.apartments .description li{
  display: inline-block;
  margin-right: 0.5rem;
  list-style: none;
  background:#0ad;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding:0 2rem;
  line-height: 2rem;
  text-indent: 0;
}

.apartments .description li:before {
  content:"H";
  font-family: 'twentyone';
  color: #fff;
  font-size: 100%;
  padding:0;
  padding-right: 0.25rem;
}
 

.apartments .apt-rental {
  background-color: #fff;
  border:#eee 1px solid;
  border-radius: 5px;
}

.apartments .listing-details {
  padding:0.75rem 1rem;
}

.apartments .apartment-title {
  font-family: 'OpenSansSemibold';
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.apartments .apartment-type {
  font-family: "OpenSansLight";
  font-size: 0.65rem;
  color: #666;
  margin-left: 0;
}

.apartments .apartment-address {
  font-size: 0.5rem;
  line-height: 1.75em;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #eee;

}

.apartments .apartment-bedrooms {
  font-size: 0.65rem;
  font-family: 'OpenSansSemibold';
  text-align: right;
}

.apartments .apartment-bedrooms-no {
  font-size: 0.65rem;
  font-family: 'OpenSansBold';
  padding-left: 0.25em;

}

.apartments .apartment-summary {
  padding-top:1em;
  font-size: 0.75rem;
  font-family: 'OpenSansLight';
}

.apartments .apartment-summary a {
  display: block;
  max-width: 160px;
  margin: 0.75rem 0;
  padding: .8em .5em;
  border: 1px solid rgba(0, 170, 221, 0.5);
  border-color: rgba(0, 170, 221, 0.4);
  color: #0ad;
  border-radius: 6px;
  text-align: center;
  font-size: 0.65rem;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-family: 'OpenSansSemibold';
}

a .apartment-title {
  color: #0ad;
}

.apt-rental ul {
  padding-left:1em;
  margin-bottom: 0;
  line-height: 2;
}


.apt-rental .apt-details {
  padding-right: 2em;
}

.apt-rental .apartment-address {
  font-size: 0.6rem;
  color:#0ad;
  padding-bottom: 0.25em;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #eee;
}

.apt-rental .apartment-type {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
}

.apt-rental .apartment-bedrooms {
  font-size: 0.75rem;
  color: #666;
  text-align: right;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
}

.apt-rental .apartment-features, .apt-rental .apartment-amenities {
  margin-top: 1em;
}

.apt-rental h1 {
  margin-bottom: 0;
}

.apt-rental ul{
  color:#aaa;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.apt-details, .auto-rental-details {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  color:#fff;
  background: #0ad;
}

.apt-details .span-4 {
  padding:2rem 0 1rem 1rem;
}

.auto-rental-details .span-4 {
  padding:5rem 0 1rem 0;
}


.auto-rental-details .pagetitle  h1{
  border-bottom: 1px solid #fff;
  display: block;
  width: 70%;
  margin: 0 auto;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  }

 .apartment .pagetitle h1 {
  font-size: 1rem;
  font-family: 'OpenSansExtrabold';

}

.apartment .apartment-address {
  font-size: 0.6rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #3cf;
}

.apartment .apartment-type {
  font-family: 'OpenSansLight';
  margin-bottom: 0.5rem;
}

.apartment .apartment-bedrooms {
 font-family: 'OpenSansSemibold';
 margin-bottom: 1.5rem;
}

.apartment .apartment-note {
  font-size: 0.6rem;
  font-family: 'OpenSansLight';


}

.apartment .apartment-image {
  max-height: 180px;
}

.apartment .apartment-image img {

}

.apt-list li {
    font-size: 85%;
    font-family: 'OpenSansRegular';
  }

/*Staff*/
.member {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  font-size: 0.65rem;
  vertical-align: top;
  margin-bottom: 1.5rem;
  background: #fff;
  border-top:3px solid #0ad;
  padding:1.5rem 1rem;
}

.member-contact{
  margin-top: 1.5rem;
}



.member .icon {
  background-color: transparent;
  color: #0ad;
}

.member p {
  display: none;
}

.member .name {
  font-family: 'OpenSansBold';
  text-align: center;
}

.member .designation {
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}

.member .email a {
  font-size:0.5rem;
  margin-top:-0.25rem;
}

/*Coffee Shop*/

.menu-wrapper {
  width:80%;
  margin:0 auto;
}

.menu-head {
  width:100%;
  height:320px;
  background:url('images/bg_coffeeshop.jpg') no-repeat center center;   
  background-size:cover;
}

.menu-card {
  
  background: #fff;
  padding:2rem;
  font-family: 'OpenSansLight';
  font-size: 80%;
}

.menu-disclaimer {
  padding:1rem 0;
  font-size: 0.6rem;
  color: #775D43;
}

.menu-card h3 {

  text-transform: uppercase;
  padding-bottom: 0.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #efefef;
  font-family: 'OpenSansExtrabold';
  color: #775D43;
}



.item-name {
  font-family: 'OpenSansRegular';
  
}


.item-details {
  font-size: 80%;
  font-family: Trebuchet, sans-serif;
}

.item-notes {
  font-size: 60%;
  font-family: Trebuchet, sans-serif;

}

.item-notes p  {
    margin: 0;
}

.item-price {
  text-align: right;
  font-family: Georgia, serif;
  font-weight: 800;
  color: #775D43;

}



/*<>widgets/sidebar*/

/*Contact Info Widget*/

.ci div {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.25rem;
}

.ci .icon {
  background-color: transparent;
  height: auto;
  padding:0 0.25rem;
  }


header .ci {
  display: inline-block;
  padding-top:0.2rem;
}

header .tel-fax, header .email {
  display:none;
}


.sidebar .ci {
  padding:  0.5rem;
  font-size: 0.65rem;
  color: #666;
}


.sidebar .ci div.twentyone {
  width:60%;
}

.sidebar .ci .icon {
  color: #0ad;
}

.sidebar .ci .label {
 font-family: 'OpenSansLight';
  color: #444;
} 

.sidebar .tel {
  display: none;
}

footer .tel {
  display: none;
}


/*Sidebar*/

.sidebar h2 {
  border:none;
  background: #0ad;
  color: #fff;
  text-align: left;
  padding:0;
  height: 2.5rem;
  
}

.sidebar h2 span {
  font-size: 0.8rem;
  font-family: 'OpenSansBold';
  letter-spacing: 1px;
  padding:0 0 1.75rem 0.5rem;
}

.sidebar h2:before {
  font-family: "twentyone";
  content: "I";
  padding:2rem 0.75rem 1rem 0.75rem;
  background-color: #09d;
  font-size: 70%;

}

.sidebar .contact-info h2:before {
  
  content: "I";


}

.sidebar .apartment-list h2:before {
 
  content: "H";
 
}

.sidebar .rates h2:before {
  font-weight: "OpenSansExtrabold";
  content: "$";
  }





.widget-title {
  display: none; /*hide widget headings*/
}

/*<>footer*/
footer {
  background: url('images/bg_footer.png');
}



.footer-info {
  font-size: 0.65rem;
  color:#fff;
  padding: 1.5rem 0;
}
.footer-info a{
  color: #fff;
}


.siteinfo {
  font-size: 0.5rem;
  color: #eee;
  margin-top: 1rem;
}

.credits {
  text-align: right;
}
.credits a {
  color:#A70D48;
}


/*<>ADD-ONS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.browsehappy {
  background: #fff;
  text-align: center;
  font-size: 1.5em;
  padding:1em;
}

.browsehappy a {
  color:#DC3228;
}

.scrollup{ 
    background: url("images/scroll.png") no-repeat scroll 0 0 transparent;
    bottom: 1.25em;
    display: none;
    height: 40px;
    position: fixed;
    right: 1.25em;
    text-indent: -9999px;
    width: 40px    
}

.scrollup > a:hover {
    text-decoration: none;

}

/*<>PLUGINS*/

/*GALLERY*/

.apt-gallery {
  
  padding-bottom: 0;
}

.apt-gallery p {
  margin-bottom: 0;
}

.apt-gallery .gallery {
  margin: 0;
  padding:1em;
}

.apt-gallery .gallery .gallery-item {
  margin-bottom: 0;
  width:31% !important;
}

.apt-gallery .gallery-item img {
  padding:0.25em;
  border:1px solid #eee;
  background: #fff;
}


/*<>SLIDER*/

.slideshow{
  position: relative;
  margin: 0 auto;
}

.slide-info {
  position: absolute;
  top:10%;
  left:10%;
}

.bx-wrapper {
  position: relative;
  margin: 0 0 60px 0;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  left: 0;
  max-height:560px;
  
  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}

.bx-wrapper, .bx-wrapper .bx-viewport ul, .bx-wrapper .bx-viewport li {
  margin:0;
  padding:0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition:    opacity 0.5s;
  -o-transition:      opacity 0.5s;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
  opacity:0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition:    opacity 0.5s;
  -o-transition:      opacity 0.5s;
}

.bx-wrapper .bx-prev:hover {
  opacity: 1;
}

.bx-wrapper .bx-next:hover {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

/*.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
*/

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666699;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*<>RESPONSIVE STYLES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*>>>>>>>> <>PHONE (pp) <<<<<<<<<<<<<<<<<<<<<<<<<*/
@media (min-width: 32em) {
  html {
    font-size: 105%;
  }


  .services .pagetitle {
    display: inline-block;
  }

  .services .page-button {
    text-align: right;
    position: absolute;
    top:0;
    right:0;
  }


  .unique-autorentals .services .page-logo {
    width:80px;
    height: 41px;
  }
}
/*>>>>>>>> <> WIDE PHONE (wp) <<<<<<<<<<<<<<<<<<<<<<<<<*/
@media (min-width: 40em) {

  html {
    font-size: 110%;
  }

   /*Apartments*/

  .apt-listing{
    margin-right: 2%;
    margin-left: 0;
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
    background-color: #fff;
    margin-bottom: 1.5rem;
  }

  .apt-listing:nth-of-type(2n) {
    margin-right: 0;
  }

  .apt-info .span-4, .apt-info .span-8 {
    width:100%;
    margin-left: 0;
  }

  .apt-info .col-2 {
    width:49%;
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
  }

  .col-2:first-child {
    margin-left: 0;
  }
  
}
/*>>>>>>>> <>TABLET (tt) <<<<<<<<<<<<<<<<<<<<<<<<<*/
@media (min-width: 48em) {
  html {
    font-size: 115%;
  }

  /*Page Headers*/

  .pagetitle h1 {
  font-size: 1.5rem;
  }

   .unique-autorentals .services .page-logo {
  width:100px;
  height: 51px;
}

.col.logo {
  display: block;
}

.mobile.logo {
  display: none;
}

  /*navigation*/
   .mobile-wrapper {
    display: none;
  }

  .primary-wrapper {
    display: block;
  }


  .primary ul {
    text-transform: uppercase;
    margin-bottom: 0;
    height: 2.5em;
    max-height: 2.5em;
    overflow: hidden;
    text-align: right;
  }

  .primary li {
    padding:0;
    
    margin-left: -0.35em;
  }

  
  .primary li.searchbox {
    width:20%;
    margin-right: 0;
    background-color: #fff;
    padding:0.5em 0.25em;
    height:2.5em;
    max-height: 2.5em;
    border: 1px dotted #0ad;
    float:right;
    margin-left: 1em;
    display: none;
  }

  .primary a {
    color: #0ad;
    padding:1.5em 1em ;
    height: 2em;
    max-height:2em;
    line-height:2rem; 
    font-size: 0.55rem;
    font-family: 'OpenSansBold';
  }

  .primary li a {
    border-left: 1px dotted #0ad;
  }

  .primary li:first-child a {
    border-left: none;
  }

  .primary a:hover {
    background-color: rgba(205, 205, 205, 0.5);
    color: #0ad;
  }

  .primary .current-menu-item a{
    background-color: #0ad;
    color: #fff;
    border-left: 1px dotted #0ad;
  }

  .primary .menu-contact {
    font-size: 0.5rem;
  }


  #searchform #s {
    padding:0.5em 1em 1em 0.5em !important;
    width:90%;
  }

}

/*>>>>>>>> <>WIDE TABLET (wt) <<<<<<<<<<<<<<<<<<<<<<<<<*/
@media (min-width: 64em) {
  html {
    font-size: 120%;
  }

   /*Page Headers*/

  .pagetitle h1 {
  font-size: 1.75rem;
  }

  .services .page-logo{
  display: inline-block;
  width:120px; 
  height:75px; 
  
}

  .unique-autorentals .services .page-logo {
  width:120px;
  height: 61px;
}


  /*Navigation*/

  .primary a {
    color: #0ad;
    padding:2em 1.75em ;
    height: 2.25em;
    max-height:2.25em;
    line-height:2.25rem; 
    font-size: 0.65rem;
  }

     /*Apartments*/

  .apt-info .span-4 {
    width:32%;
    margin-left: 0;
  }

  .apt-info .span-8 {
    width:66%;
    margin-left: 2%;
  }

  .apt-info .col-2 {
    width:100%;
    display: block;
    margin-left: 0;
  }

}
/*>>>>>>>> <>DESKTOP (dd) <<<<<<<<<<<<<<<<<<<<<<<<<*/
@media (min-width: 75em) {
   html {
    font-size: 125%;
  }

  /*Page Headers*/

  .pagetitle h1 {
  font-size: 2rem;
  }

    /*Navigation*/



  .primary a {
    color: #0ad;
    padding:2em 1.5em ;
    height: 2.5em;
    max-height:2.5em;
    line-height:2.5rem; 
    font-size: 0.75rem;
  }

       /*Apartments*/

   .apt-listing{
    margin-right: 2%;
    margin-left: 0;
    display: inline-block;
    width: 23%;
    vertical-align: top;
    background-color: #fff;
    margin-bottom: 1.5rem;
  }

   .apt-listing:nth-of-type(2n) {
    margin-right: 2%;
  }


  .apt-listing:nth-of-type(4n) {
    margin-right: 0;
  }


}
/*>>>>>>>> <>WIDESCREEN (wd)  <<<<<<<<<<<<<<<<<<<<<<<<<*/  
@media (min-width: 80em) {}

/*PRINT STYLES >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

@media print {
  * {
    background: transparent !important;
    color: black !important; /* Black prints faster: sanbeiji.com/archives/953 */
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Do not show javascript and internal links */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; 
  }

  /* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

.wpcf7 input[type="text"], .wpcf7 textarea, .wpcf7 input[type="email"], .wpcf7 input[type="password"], .request select, .request input[type="date"]{
  width:100%;
  border: 1px dotted #ddd;
  margin-top: 0.25rem;
  
}

.wpcf7 input[type="text"], .wpcf7 textarea, .wpcf7 input[type="email"], .wpcf7 input[type="password"], .request input[type="date"] {
  padding:0.5rem 0.25rem;
}


/*Request Form*/
.request {
  font-size: 0.8rem;
  color:#666;
  font-family: "OpenSansBold";
  width:80%;
  margin: 0 auto;
}

.request .required-field {
  color: #ff2200;
  font-size: 0.55rem;
  margin-bottom: 1.75rem;
  font-family: "OpenSansRegular";
  width:80%;
}


.request h3 {
  text-transform: uppercase;
  font-family: "OpenSansLight";
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #0ad;
  color: #0ad;
  margin-top:1.5rem;
  width:90%;
}

.request h3:first-child {
  margin-top: 0.5rem;
}

.request .name div, .request .job div, .request .address div, .request .contact-details div, .request .apt-req div{
  display: inline-block;
  width:46%;
  margin-right: 2%;
  vertical-align: top;
}

.request .date {
  width:60%;
}

 .request .stay {
  width:100%;
}

.request .stay div {
  width:25%;
  display: inline-block;
  margin-right: 2%;
}

.request input[type="submit"] {
  width: 8em;
  color: #fff;
  background-color: #0ad !important;
  text-transform: lowercase;
  font-size: 1em !important;
  text-align: center;
  padding:  0.75em;
  margin: 0.25em auto;
  border:none !important;
  font-family: 'OpenSansRegular';
}

.request .questions {
  padding-top:1rem;
}

.request .budget {
  padding-top:1rem;
}

.request .budget .small {
  font-size:12px;
  font-family: 'OpenSansRegular';
}

.request .budget input {
  width: 50%!important;
}


span.required {
  color: #ff2200;
  font-size: 1rem;
  width: 1rem;
}

.page-requests .page-button .button {
  display: none;
}

.banner-rates {
  margin:2rem 0;
  display: block;
}