/* 
    Created on : 22 Jun, 2015, 10:35:33 AM
    Author     : codeflicks
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700);

/**base**/
body{
    font-size: 14px;
    color: #3c3c44;
    font-weight:400;
    line-height: 24px;
   font-family:  'Open Sans', sans-serif;
}
@media(min-width:1200px){
    .container{
        width:1100px;
    }
}
a, a:hover, a:focus, button, button:focus{
    outline: 0 !important;
    text-decoration: none !important;
}
a{
    color:#003f4f;
        transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-moz-transition: all 0.3s ease-in;
    -ms-moz-transition: all 0.3s ease-in;
}
a:hover{
    color: #4379b9;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
  font-family:  'Open Sans', sans-serif;
}
.margin-btm-20{
    margin-bottom: 20px;
}

.pos-rel {
	position: relative;
	position: relative;
    clear: both;
    width: max-content;
	margin: 0 15px;
}

.short-contact-form {
	.pos-rel {
		margin: 0 0 0 15px;
	}
}

element.style {
}
style.css:224
.topbar-nav > li {
    float: left;
}
vendor-prefixes.less:77
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.topbar-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.topbar-nav > li {
    float: left;
}

.topbar-nav > .disabled > a, .topbar-nav > .disabled > a:hover, .topbar-nav > .disabled > a:focus {
    color: #ddd;
}

.disabled:first-child a{
	padding-left: 0;
}

.topbar-nav > li > a {
    display: block;
    padding: 8px 12px;
    background-color: transparent;
}

.socials a, .lang a{
    color: #fff;
    width:32px;
    height: 32px;
    line-height: 32px;
    display: block;
    float: left;
    text-align: center;
    background-color: #f69679;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.lang a{
    background-color: #ddd;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.lang a:last-child{
    border-right: 0px;
}
.socials a:last-child{
    border: 0px;
}
.socials a:hover{
    background-color: #f69679;
    color:#fff;
}
.lang{
    float: right;
}
.lang .login-signup{
    width:auto;padding: 0px 15px;
    color:#333;
    background-color: #fff;
}
.lang .login-signup:hover{
    color:#fff;
    background-color: #333;
}
/***navigation**/
.top-bar{
	background-color: #0c1736;
}
.topbar-nav > li > a {
	color: #ddd;
}

.topbar-nav > li > a i {
	margin-right: 4px;
}

.navbar-inverse {
  background-color: #0d2c54;
  border:0px;
  margin: 0px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: ##4379b9;
  background-color:transparent ;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
   color: ##4379b9;
  background-color:transparent ;
}
.navbar-inverse .navbar-nav>li>a {
  color: #FFDE59;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-brand>img {
  display: block;
  margin-top: -15px;
}
@media(min-width:768px){
    .navbar-nav>li>a {
  padding-top: 23px;
  padding-bottom: 23px;
}
.navbar-brand {
  float: left;
  height: 66px;
  padding: 22px 15px;
  font-size:  28px;
  line-height: 20px;
  color: #fff !important;
}
}
.dropdown-menu{
    padding: 0px;
    border: 1px solid #003f4f;
    min-width: 190px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.dropdown-menu>li>a{
    padding: 7px 20px;
}
.dropdown-menu>li>a:hover{
    color:#fff;
    background-color: #0d2c54;
}
.page-content{
    padding-top: 70px;
}

.page-content.property-detail {
    padding-top: 77px;
}
/****slider***/
#myCarousel{
    min-height: 500px;
    height: auto;
    width:100%;
   
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#myCarousel .carousel-inner .item{
  min-height: 500px;
   padding: 100px 0;
  height: auto;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
}
.item-text{
    margin-top: 100px;
}
.item-text h1{
     margin: 0px;
}
.item-text h1 span{
    display: inline-block;
    color:#fff;
    text-transform: capitalize;
    font-weight: 300;
    padding: 15px 20px;
    background-color: #4379b9;
    
}
.item-text p{
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    color:#333;
    margin: 0px;
}
.item-text .price{
    background-color: #0d2c54; 
    color:#fff;
    display: inline-block;
    padding: 10px 15px;
}

/**filter**/
.filter{
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
}
.filter .btn-theme{
    display: block;
    width: 100%;
}
.filter .form-control{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #ccc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
}
.filter .form-control:focus,.filter .form-control:hover{
    border-bottom-color: #f69679;
}
/**buttons**/
.btn{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0px;
}
.btn-theme{
    background-color: #4379b9;
    color:#fff;
	min-width: 75px;
}


#shortContact {
	min-width: 184px;
}

.btn-theme:hover{
    color:#fff;
}
.btn-lg{
    font-weight: 300;
    padding: 8px 30px;
}
.footer{
    background-color: #424242;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer span{
    color:#fff;
    font-size: 13px;
}
.widget-title {
    color:#fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    
}
.widget-title.brand{
   font-weight: 700; 
}
.widget-title em{
    font-size: 13px;
    display: block;
    font-weight: 300;
    margin-top: 6px;
}
.footer p{
    color:#aaa;
    font-weight: normal;
}
.footer ul li a{
    color:#aaa;
    
}
.footer ul li a:before{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 8px;
    color:#aaa;
}
.footer ul li a:hover{
    color:#4379b9;
}

.footer table {
	line-height: 24px;
}
.footer h3 {
	color: #aaa;
	font-size: 1.7rem;
	line-height: 24px;
}
.footer table tr td {
	font-size: 1.5rem;
	color: #aaa;
}
.footer .featured-prop a{
    height: 70px;
    height: auto;
    margin: 5px;
    display: inline-block;
}

#contact1 {
	margin-bottom: 15px;
}

#contact1 ul {
	list-style-type: none;
	clear: both;
	    margin: 0;
    padding: 0;
	display: flex;
  justify-content: center;
}

#agent #contact1 ul {
	display: block;
	justify-content: left;
}

#contact1 ul li {
	padding: 10px 10px 0;
    float: left;
    margin-left: 1px;
    border: none;
}

#agent #contact1 ul li {
	padding: 10px 5px 0;
    float: left;
    margin-left: 1px;
    border: none;
}

#contact1 ul li:first-child {
	padding: 10px 0 0;
}

#contact1 ul li a {
    background: url("../stock/socialMedia.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    width: 32px;
}

#contact1 ul li a.facebook {
    background-position: -96px 0;
    border-radius: 5px;
	
}

#contact1 ul li a.twitter {
    background-position: -128px 0;
    border-radius: 5px;
}

#contact1 ul li a.linkedin {
    background-position: -64px 0;
    border-radius: 5px;
}

#contact1 ul li a.trulia {
    background-position: -224px 0;
    border-radius: 5px;
}

#contact1 ul li a.yelp {
    background-position: -192px 0;
    border-radius: 5px;
}

#contact1 ul li a.gPlus {
    background-position: -160px 0;
    border-radius: 5px;
}

#contact1 ul li a.instagram {
    background-position: -32px 0;
    border-radius: 5px;
}

#contact1 ul li a.zillow {
    background-position: -255px 0;
    border-radius: 5px;
    width: 40px;
}

#contact1 ul li a.yp {
    background-position: -296px 0;
    border-radius: 5px;
}


.subscribe-form .form-control{
    background-color: rgba(0,0,0,0.3);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color:#fff;
}
.subscribe-form .btn-theme{
    height: 34px;
}
.subscribe-form .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  margin-left: 0px;
}


.property-wrapper{
    padding-top: 0;
    padding-bottom: 20px;
}
.property-col{
    border: 1px solid #ddd;
    margin-bottom: 25px;
}
.section-title{
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    position: relative;
}
.section-title:after{
    width: 145px;
    height: 2px;
    background-color: #aaa;
    content: "";
    position: relative;
    margin: 20px 0;
    display: block;
}

.property-slider {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.property-slider a {
	display: none;
	font-size: 2rem;
	font-weight: 700;
	padding: 12px 32px;
}

.property-slider a.available {
	display: block;
}

#propertyChoices .section-title {
	cursor: pointer;
}

#propertyChoices .section-title:after{
    height: 0;
}

#propertyChoices .active.section-title:after{
    height: 2px;
}

.property-thumb{
    position: relative;
}
a.property-thumb-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 150, 121, 0.7);
    color:#fff;
    font-weight: normal;
    font-size: 14px;
    padding: 30px 15px;
    line-height: 22px;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-moz-transition: all 0.3s ease-in-out;
    -ms-moz-transition: all 0.3s ease-in-out;
    opacity: 0;
}
.property-thumb:hover .property-thumb-overlay{
    opacity: 1;
}
.ribben{
    display: inline-block;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
    position: absolute;
    padding: 3px 9px;
    background-color:#003f4f;
    color:#fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    right:-5px;
    top: -10px;
    font-size: 13px;
    z-index: 2;
    text-align: center;
}
.property-desc {
    padding: 15px;
    background-color: #f3f3f3;
    
}
.property-desc h3 a{
    font-size: 15px;
    color:#003f4f;
    line-height: 15px;
}
.property-desc h3 a:hover{
    color:#f69679;
}
.item-meta{
    margin-bottom: 10px;
}
/**page title**/
.page-title{
    padding: 90px 0 90px;
	background-image: url(../stock/pexels1.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.page-title h2{
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 0px;
	text-align: center;
	font-size: 5rem;
}

/**agents**/
.agent-row{
      padding: 30px 30px 20px 30px;
    background-color: #f2f2f2;
    margin-bottom: 70px;
}
.agent-row i{
    width: 30px;
}
.sidebar-box{
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ddd;
}
.sidebar-box h4 a{
    color:#444;
    font-size: 15px;
}

.sidebar img {
	margin: 15px 0;
}

.btn.button {
	margin-top: 10px;
    padding: 10px 30px;
    font-weight: bold;
}

.form-control:focus {
  border-color: #333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(53,53,53,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(53,53,53,.6);
}
.login-register{
    padding-bottom: 70px;
}
.login-register .form-control{
    min-height: 45px;
}
.login-register .checkbox{
    margin-top: 0px;
}
.login-register form{
    padding: 30px;
    background-color: #f2f2f2;
   -webkit-box-shadow: 11px 11px 0px rgba(0,0,0,0.2);
   box-shadow: 7px 7px 0px rgba(0,0,0,0.2);
}
.contact{
    padding-bottom: 70px;
}
.contact form{
    padding: 30px;
    background-color: #f2f2f2;
   -webkit-box-shadow: 11px 11px 0px rgba(0,0,0,0.2);
   box-shadow: 7px 7px 0px rgba(0,0,0,0.2);
}
.blog{
    padding-bottom: 40px;
    background-color: #f2f2f2;
}
.blog-post{
    background-color: #fff;
    position: relative;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}
.blog-post span.date{
    position: absolute;
    left: 0;
    top: 0;
    background-color:  #003f4f;
    color:#fff;
    display: inline-block;
    padding: 6px 12px;
}
.blog-desc{
    padding: 20px;
}
.comments h3{
    margin: 30px 0;
}
.post-comment{
    margin-top: 50px;
}
.search-widget{
    position: relative;
}
.search-widget i{
    position: absolute;
    top: 10px;
    right: 7px;
}
.error-page i.error-icon{
   font-size: 200px; 
   color:#ddd;
}
.error-page h4{
    margin-top: 30px;
}
#proslide{
    overflow: hidden;
    margin-bottom: 30px;
}
#proslide img{
    width: 100%;
}
.colored-text{
    color:#f69679;
}
.property-details{
    padding: 20px;
    background-color: #f6f6f6;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.property-details p{
    display: block;
    float: left;        
}
.property-details p+p{
    margin-left: 20px;
}
.panel-default>.panel-heading{
    position: relative;
}
.panel-default>.panel-heading:after {
    content: '\f067';
    color: #fff;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 8px
}
.panel-title>a{
    display: block;
}
.panel-default>.panel-heading.active:after {
    content: '\f068'
}
.panel-default>.panel-heading{
    color:#fff;
    background-color: #003f4f;
}
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.elements-page a{
    display: inline-block;
    margin-bottom: 10px;
}
.elements-page .panel-title>a{
    margin-bottom: 0px;
}


/**testimonials**/
.comments-peoples{
    padding: 50px 0;
    background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	background-size: cover;
}
.comments-peoples h2{
    text-align: center;
    color:#fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.comments-peoples p{
    font-size: 15px;
    color:#fff;
}
.comments-peoples em{
   color:#ddd;
   font-weight: 700;
}
.comments-peoples .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.comments-peoples img{
    width: 80px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}

.navbar-inverse .navbar-collapse.in{
	position: relative;
	
	background-color: #0d2c54
}

.property-container {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #eee;
}
.property-image {
	position: relative;
	overflow: hidden;
	max-height: 188px;
}
.property-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.property-price {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: auto;
	max-width: 80%;
	padding: 8px 16px;
	background: #4379b9;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-transform: lowercase;
}
.property-price h4 {
	display: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
	font-weight: 400;
}
.property-status {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: auto;
	max-width: 70%;
	padding: 5px 10px;
	background: #1b1d2a;
	font-weight: 400;
	color: #fff;
	font-weight: 700;
}

.property-status.Available {
	background: #50C878;
}

.property-status.Rented {
	background: #D22B2B;
}

.property-features {
	display: block;
	padding: 5px 10px;
	background: #4379b9;
	color: #fff;
}

#retnalFeatures ul {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 8px;
	margin: 0;
}

.property-features span {
	padding: 2px 5px;
	font-size: 13px;
}
.property-content {
	padding: 10px 15px;
}
.property-content h3, .property-text h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.property-content h3 small, .property-text h3 small {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-style: italic;
}
.property-footer {
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
}
.property-footer a {
	display: table-cell;
	padding: 8px 12px;
	text-align: center;
	background: #4379b9;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
}

.property-footer a i {
	padding-right: 10px;
}

.heading-title {
	display: block;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
}
.heading-title h2 {
	position: relative;
	display: inline;
	padding: 12px 20px;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #898ba2;
}
.heading-title h2::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -16px;
	margin-left: -15px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.heading-title h2::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	margin-left: -6px;
	background: #898ba2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.topbar-right {
	float: right;
}

#subscribe {
	width: 100%;
	padding: 60px 0 55px;
	background-color: #0d2c54;
	background-image: url(../img/bgfooter.png);
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.center-block {
	float: none;
}
.sub-heading {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #999;
	margin-top: 25px;
}
#intro {
	 width: 100%;
	padding: 40px 0 55px;
	background-color: #fff;
}

.center-heading {
	text-align: center;
	margin-bottom: 50px;
}
#subscribe h3 {
	margin-top: 2px;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	color: #fff;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 43px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.service-icon a > i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 45px;
	height: 45px;
	margin-left: -22px;
	margin-top: -22px;
	font-size: 45px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.service-icon a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: #4379b9;
	border: 8px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.service-icon {
	display: block;
	margin-bottom: 20px;
}
.service-container {
	display: block;
	margin-bottom: 20px;
}
.service-content h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.service-content {
	text-align: center;
}

.footer form {
	width: 80%;
}
.quick-links ul {
	padding-right: 15px;
}

table.services tr th {
	padding: 8px 8px;
	text-align: left;
	background: #3c3c3c;
	color: #fff;
}

table.services tr th.center {
	text-align: center;
}

table.services tr td {
	padding: 5px 8px;
}
.spacer-1.medium {
	height: 50px;
}

#contact h5 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.address-list {
	margin-top: 5px;
	margin-bottom: 40px;
}
.address-list li {
	line-height: 18px;
}
.address-list li + li {
	margin-top: 15px;
}
.address-list li, .address-list li a {
	color: #515151;
}
.address-list li span {
	margin-left: 10px;
}

.address-list li .fa.pull-left {
	margin-top: 5px;
}
.address-list li .fa {
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
#contact h3 {
	font-size: 36px;
}
.contact-status {
	display: none;
}

#contact input[type=text].form-control, 
input[type=email].form-control,  
input[type=phone].form-control,
input[type=tel].form-control {
	height: 42px;
}

.form-control.invalid {
	border: 2px solid red;
}

#contact .contact-form .form-control-feedback {
	margin-top: 13px;
	margin-right: 10px;
	font-size: 18px;
}

#contact .contact-form .btn-primary {
	padding: 8px 40px;
	font-size: 18px;
	min-width: 140px;
}

.pos-rel span {
	display: none;
	position: absolute;
	color: #fff;
	font-size: 3rem;
	top: calc(50% - 15px);
	left: calc(50% - 21px);
}

.property:nth-child(3n + 1) {
	clear: left;
}

.yelp-review-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.yelp-review-list li {
	margin-bottom: 44px;
}

.yelp-review-list li .review-image {
	float: left;
	margin-right: 12px;
}

.yelp-review-list li .review-image img {
	border-radius: 50%;
}

.yelp-review-list li .review-name span {
	display: block;
	line-height: 20px;
}

.yelp-review-list li .review-name span:first-child {
	font-weight: bold;
}

.star-rating, .star-rating i {
	display: inline-block;
	line-height: 20px;
}

.review-text {
	margin-top: 16px;
}
@media(max-width: 736px){
    .mobile-display {
		display: none;
	}
}

@-moz-keyframes spin {
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    to {transform:rotate(360deg);}
}

.spin {
    animation: spin 1000ms linear infinite;
}

.mfp-content {
    background-color: #fff;
    width: 25% !important;
    padding: 24px;
    box-sizing: border-box;
}

@media(max-width: 1024px) {
	.mfp-content {
		width: 50% !important;
	}
}

@media(max-width: 430px) {
	.mfp-content {
		width: 100% !important;
	}
}
	.mfp-content.mobile {
		width: 100% !important;
	}
	
	.mfp-content h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.mfp-content .close-dialog {
		position: absolute;
		top: 16px;
		right: 16px;
		font-size: 3rem;
		line-height: 3rem;
	}
	
	.mfp-content .title-desc {
		font-weight: 600;
	}
	
	.mfp-content .img span {
		display: none;
	}
	
	.mfp-content .img {
		float: left;
		margin-right: 24px;
	}
	
	.mfp-content.mobile .title-desc {
		font-weight: 500;
	}
	.mfp-content .book-description span {
		display: inline-block;
		background: #0056b3;
		width: 148px;
		color: #fff;
		font-weight: 600;
		padding: 8px 16px;
		border-radius: 4px;
	}
	
	.mfp-content.mobile .img {
		float: none;
		margin-right: 0;
	}
	.mfp-content.mobile .book-description {
		display: none;
	}
	
	.mfp-content.mobile .img span {
		background-color: #0056b3;
		color: #fff;
		font-weight: bold;
		display: block;
		text-align: center;
		padding: 8px 0;
	}

