
/* Sub Page and Slider Images */
.tour-image-01 {
	background:url("http://placehold.it/1900x950");
	background-size: cover;
}

.tour-image-02 {
	background:url("http://placehold.it/1900x950") center;
	background-size: cover;
}

.tour-image-03 {
	background:url("http://placehold.it/1900x950") right;
	background-size: cover;
}

.tour-image-04 {
	background:url("http://placehold.it/1900x950") center;
	background-size: cover;
}

.villa-owl-image-01 {
	background:url("http://placehold.it/1900x950") center;
	background-size: cover;
}

.villa-owl-image-02 {
	background:url("http://placehold.it/1900x950") left;
	background-size: cover;
}

.villa-owl-image-03 {
	background:url("http://placehold.it/1900x950") right;
	background-size: cover;
}

.villa-owl-image-04 {
	background:url("http://placehold.it/1900x950") center;
	background-size: cover;
}

.villa-owl-image-05 {
	background:url("http://placehold.it/1900x950") center;
	background-size: cover;
}

.agent-image {
	background:url("http://placehold.it/1900x950") right;
	background-size: cover;
}

.schedule-image {
	background:url("http://placehold.it/1900x950");
	background-size: cover;
}
/* Sub Page and Slider Images */

/* Tabs */
.hr-nav-tabs {
	border-bottom: none;
}

.hr-nav-tabs.nav-tabs > li {
	float:none;
	display:inline-block;
}

.hr-nav-tabs.nav-tabs > li > a {
	display: inline-block;
	margin: 0 20px;
    color: #33b26e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    text-align: center;
	border: none;
}

.hr-nav-tabs.nav-tabs > li.active > a, 
.hr-nav-tabs.nav-tabs > li.active > a:hover, 
.hr-nav-tabs.nav-tabs > li.active > a:focus,
.hr-nav-tabs.nav-tabs > li > a:hover, 
.hr-nav-tabs.nav-tabs > li > a:focus {
	background-color: transparent;
    border: none;
	border-bottom: 2px solid #82dcac;
	color:#333;
}
/* // Tabs */

/* List */
.list-project .item {
	text-align: center;
    /*width: 16.66%;
    float: left;*/
    position: relative;
}

.list-project .item:before {
    content: '';
    position: absolute;
    right: 0;
    border-left: 1px solid #fff;
    height: 50px;
    transform: rotate(15deg);
    top: 50%;
    margin-top: -20px;
    opacity: .12;
}

/*.list-project .item:before:last-child {
	border:none;
}*/

.list-project i:before {
	font-size: 54px;
    color: #86c8d2;
    opacity: .5;
}
.project-title {
	font-size:26px;
	font-weight:700;
}

.list-project .project-title,
.list-project h4,
.list-project p {
	color:#f6f6f6;
}
.list-project p {
	color:#74a4ab;
	    font-size: 16px;
}


.list-project h4:after {
	display:none;
}

.pagination-show .owl-pagination {
    margin-top: 40px;
}
/* // List */

/* Schedule Form */
input[name="dt"]{
	width:100%;
	margin-bottom:0px;
}

.form_datetime {
	width:80%;
	margin-bottom:30px;
}
/* // Schedule Form */

/* Locations */
.location-icons .media,
.icon-with-left-right-content .media {
	margin-top:0;
	margin-bottom: 12px;
    padding-bottom: 12px;
	border-bottom:1px solid #dcdcdc;
}

.location-icons .media-body,
.icon-with-left-right-content .media-body {
	vertical-align: middle;
}

.location-icons .media-right,
.icon-with-left-right-content .media-right {
	white-space:nowrap;
}
/* // Locations */

/* Single Project */
.color-bg {
    background: rgba(49, 162, 225, .85);
	padding:30px;
	display: inline-block;
}

.color-bg h4 {
	font-size:30px;
    margin-bottom: 10px;
}

.color-bg .seperator {
	padding-bottom:20px;
	border-top: 1px solid #84b8d8;
}

.color-bg h2:after {
	display:none;
}

.content-text .darkbg {
	padding:30px;
	background:#4f5e71;
}

.white-text,
.white-text:after {
	color:#fff;
}

.list-type2 {
	font-size:16px;
}

.list-type2 li {
	padding-right: 12px;
    padding-left: 12px;
    position: relative;
}

.list-type2 li:after {
    content: "/";
    position: absolute;
    left: 100%;
	color:#fff;
	opacity:.4;
}

.list-type2 li:last-child:after {
	display:none;
}

.color-bg .btn-border, 
.color-bg .btn-border:hover, 
.color-bg .btn-border:active {
	padding: 11px 30px;
	float:right;
	background: #fff;
	color:#333;
	font-weight:600;
}

.vertical-section {
	display:table;
	width:100%;
}

.vertical-center {
	display:table-cell;
	vertical-align:middle;
	float:none;
}

.floor-img {
	background:url("http://placehold.it/1900x950");
    background-size: cover;
	height:300px;
	width:100%;
	position:relative;
}

.floor-img:before {
    background: rgba(30, 45, 59, .8);
    content: '';
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
}

.floor-img:hover:before {
	background: rgba(30, 45, 59, .95);
}

figure.caption-center:hover h3 {
	margin-top:-30px;
}

figure.caption-center figcaption {
	    background: transparent;
    top: 0;
    bottom: 0;
    bottom: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    text-align: center;
    font-size: 26px;
    opacity: .5;
}

figure.caption-center:hover figcaption {
	background:transparent;
	opacity:1;
}

figure.caption-center .testi_btn {
	opacity:0;
	bottom:0;
}

figure.caption-center:hover .testi_btn {
	opacity: 1;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.agent-detail-image {
	width:200px;
}

.agent-detail-image-small {
	width:175px;
}

[class*="agent-detail-image"] img {
	border: 8px solid rgba(244, 245, 245, .8);
}

.btn-3e-sm {
    padding: 12px 24px;
    font-size: 11px;
}

.tour-image-owl-01 {
	background:url("http://placehold.it/1900x950");
	background-size: cover;
}

.tour-image-owl-02 {
	background:url("http://placehold.it/1900x950");
	background-size: cover;
}

.tour-image-owl-03 {
	background:url("http://placehold.it/1900x950");
	background-size: cover;
}

.icon-with-left-right-content .media-body h5 {
	font-size:18px;
}

.icon-with-left-right-content .media-body h5:before {
    content: '\f11d';
    font-family: 'Flaticon';
    padding-right: 10px;
    color: #33a5e2;
	font-weight: 100;
}

.restaurent-icon-location:before {
	background:url(../img/map-marker-03.png);
}

.school-icon-location:before {
	background:url(../img/map-marker-04.png);
}

.shoping-icon-location:before {
	background:url(../img/map-marker-02.png);
}

.airport-icon-location:before {
	background:url(../img/map-marker-01.png);
}

[class*="-icon-location"]:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.primary-color:before {
	color: #33a5e2;
    font-weight: 100;
    font-size: 34px;
}

.icon-before-none:before {
	display:none;
}

.icon-with-left-right-content .media-body h5:after {
	display:none;
}

.vertical-section .address {
    display: table;
    margin: auto;
}

/* Single Project V2 */
.center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    /*margin: auto;
    display: table;
    width: 100%;*/
}
/* // Single Project V2 */

@media (min-width: 992px) and (max-width: 1200px)  {
nav.navbar .nav > li {
    padding: 28px 17px 28px 17px;
}

nav.navbar .nav > li > a, 
.navbar .dropdown-menu > li > a {
    font-size: 12px;
}
}

@media (max-width : 991px) {
.list-project li {
	width:33.333333333%;
}

.color-bg .btn-border, 
.color-bg .btn-border:hover, 
.color-bg .btn-border:active {
	float:none;
	margin-top:15px;
}
}

@media (max-height: 480px) {
.color-bg .seperator {
    padding-bottom: 10px;
	margin-bottom: 10px;
}

.color-bg h2 {
    font-size: 22px;
}
}

@media (max-width : 768px) {
.vertical-center {
	display:block;
	text-align:center;
}

.color-bg h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.color-bg h2 {
    font-size: 26px;
}

.color-bg .btn-border, 
.color-bg .btn-border:hover, 
.color-bg .btn-border:active {
    padding: 8px 25px;
    font-size: 11px;
}
}