p.justifiedTxt {
	text-align: justify
}

p.justifiedTxt2 {
	text-align: justify;
	font-size: 14px
}

p.marginbtm {
	margin-bottom: 0
}

p.planTxt {
	color: #fff;
	text-align: left;
	margin: 0 0 6px;
	font-size: 13px
}

p.logocenter {
	text-align: center;
	width: auto;
	margin: 0
}

a.clrgrey {
	color: #64686d !important
}

strong.txtbold {
	font-size: 24px
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000
}

.project-contact__action:first-child {
	border-right: 2px solid #ededed
}

.pull-left {
	float: left
}

.col-half {
	display: inline-block;
	width: 50%;
	float: left
}

.project-contact__btn {
	background: #333;
	color: #fff;
	vertical-align: middle;
	line-height: 1.2;
	border-radius: 0;
	font-size: 14px;
	padding: 13px
}

.btn-block {
	display: block;
	width: 100%
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 1rem 1.6rem;
	font-size: 14px;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color .2s ease-out
}

.pull-right {
	float: right
}

.project-contact__call {
	background-clip: padding-box;
	background-color: #d8232a;
	border: 2px solid #ededed;
	border-radius: 50%;
	display: block;
	height: 40px;
	left: 50%;
	line-height: 30px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: -5px;
	transform: translate3d(-50%, 0px, 0px);
	width: 40px
}

.project-contact__call__icon {
	width: 20px;
	height: 20px;
	line-height: 20px
}

.project-contact__btn__icon,
.project-contact__call__icon {
	width: 16px;
	height: 18px;
	display: inline-block;
	vertical-align: middle
}

.bottommar {
	margin-bottom: 20px
}

.open_tab1 {
	padding: 0
}

.overview-outer-wrap {
	border-bottom: solid 1px #e9e9e9
}

h2.sec-title {
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 30px
}

.overview-sec-wrap {
	text-align: center
}

.overview-sec-wrap ul.item_list {
	display: inline-block;
	border: none;
	width: 80%
}

.item_list,
.item_list li {
	border: none
}

.overview-sec-wrap .item_list div.item-wrap-inner {
	overflow: hidden
}

.overview-sec-wrap .item_list div.item-wrap-inner>li {
	float: left;
	width: 25%;
	margin: 10px 0 20px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.overview-sec-wrap .item_list li figure {
	background: #f47920;
	width: 80px;
	height: 80px;
	margin: 0px auto 15px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	position: relative
}

.overview-sec-wrap .item_list li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.overview-short-des {
	text-align: center
}

.overview-short-des p strong {
	color: #333
}

.image-sec-wrap {
	overflow: hidden
}

.image-sec-wrap .owl-stage {
	margin: 0 auto
}

.image-sec-wrap .owl-item {
	display: inline-block;
	vertical-align: top
}

.image-sec-wrap .owl-item .carousal-item {
	overflow: hidden;
	text-align: center
}

.image-sec-wrap .owl-item .carousal-item figure {
	margin-bottom: 0
}

.image-sec-wrap .owl-item .carousal-item figure img {
	margin: 0px auto
}

.image-sec-wrap .owl-item .carousal-item img {
	display: block;
	max-width: 100%
}

#inside-pages .portfoliomain .owl-carousel {
	display: block
}

.image-sec-wrap .owl-item .carousal-item img:hover {
	filter: grayscale(100%);

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%)
}

.image-sec-wrap .owl-item .carousal-item img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0)
}

.image-sec-wrap .owl-item .owl-dots {
	display: none
}

.image-sec-wrap .gallery-carousal {
	position: relative;
	overflow: hidden
}

.image-sec-wrap .gallery-carousal .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0;
	transition: all ease-in-out 500ms;
	-webkit-transition: all ease-in-out 500ms;
	-moz-transition: all ease-in-out 500ms;
	-ms-transition: all ease-in-out 500ms;
	-o-transition: all ease-in-out 500ms
}

.image-sec-wrap .gallery-carousal:hover .owl-nav {
	opacity: 1;
	transition: all ease-in-out 500ms;
	-webkit-transition: all ease-in-out 500ms;
	-moz-transition: all ease-in-out 500ms;
	-ms-transition: all ease-in-out 500ms;
	-o-transition: all ease-in-out 500ms
}

.image-sec-wrap .gallery-carousal:hover .owl-nav.disabled {
	opacity: 0
}

.image-sec-wrap .gallery-carousal .owl-nav .owl-prev {
	background: rgba(0, 0, 0, .5);
	float: left;
	position: absolute;
	top: -50%;
	left: 0;
	width: 30px;
	font-size: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.image-sec-wrap .gallery-carousal .owl-nav .owl-prev:after {
	content: "<";
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.image-sec-wrap .gallery-carousal .owl-nav .owl-next {
	background: rgba(0, 0, 0, .5);
	float: right;
	position: absolute;
	top: -50%;
	right: 0;
	width: 30px;
	font-size: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.image-sec-wrap .gallery-carousal .owl-nav .owl-next:after {
	content: ">";
	font-family: FontAwesome;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.master-plan-sec .fp_img_block img,
.master-plan-sec .master-plan-sec-item img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
	margin: 0px auto
}

.specification-outer-wrap,
.amenities-outer-wrap,
.location-outer-wrap {
	overflow: hidden
}

.specification-left {
	width: 51%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative
}

.specification-right {
	width: 49%;
	float: right;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.specification-images.specification-right img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	width: auto
}

.specification-Wrap {
	overflow: hidden;
	height: 284px;
	overflow-x: hidden;
	overflow-y: scroll
}

.specification-left .tab_block .open_block h3 {
	font-size: 16px;
	line-height: 1
}

.specification-left .item_list {
	margin-bottom: 0px !important
}

.specification-left .item_list li {
	padding: 0px !important
}

.amenities-wrap {
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative
}

.image-sec-wrap.amenities-wrap .owl-item .carousal-item figure {
	width: 84px;
	height: 84px;
	display: block;
	margin: 0px auto 20px;
	border: solid 1px #c7c5c5;
	background: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	position: relative;
	overflow: hidden
}

.image-sec-wrap.amenities-wrap .owl-item .carousal-item figure img {
	width: auto;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.amenities-wrap .item p {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #231f20
}

.amenities-wrap .gallery-carousal {
	position: static
}

.upcoming-projects-wrap {
	position: relative
}

.image-sec-wrap.upcoming-projects-wrap .owl-item .carousal-item figure {
	display: inline-block;
	text-align: center
}

.image-sec-wrap.upcoming-projects-wrap .gallery-carousal {
	position: static;
	padding: 0 40px;
	overflow: hidden;
	text-align: center
}

.image-sec-wrap.upcoming-projects-wrap .gallery-carousal .owl-stage-outer {
	overflow: hidden
}

body.single.single-projects #emipaymenttable {
	display: none;
	opacity: 0
}

.image-sec-wrap.upcoming-projects-wrap .gallery-carousal .owl-nav {
	padding: 0 40px
}

.image-sec-wrap.upcoming-projects-wrap .gallery-carousal .owl-nav .owl-next {
	background: #fff
}

.image-sec-wrap.upcoming-projects-wrap .gallery-carousal .owl-nav .owl-next:after {
	content: "";
	background: url(../images/page-navi-right.png) 50% no-repeat;
	width: 12px;
	height: 23px
}

.image-sec-wrap.upcoming-projects-wrap .gallery-carousal .owl-nav .owl-prev {
	background: #fff
}

.image-sec-wrap.upcoming-projects-wrap .gallery-carousal .owl-nav .owl-prev:after {
	content: "";
	background: url(../images/page-navi-left.png) 50% no-repeat;
	width: 12px;
	height: 23px
}

.owl-next,
.owl-prev {
	cursor: pointer;
	height: 40px
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
	position: relative
}

.fancybox-skin {
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

#supersized-info,
#thumb-tray {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
	z-index: 8040;
	position: absolute;
	cursor: pointer
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px
}

.fancybox-nav {
	top: 0;
	width: 40%;
	height: 100%;
	text-decoration: none;
	background: url(blank.html);
	-webkit-tap-highlight-color: transparent
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

#supersized,
#supersized li.image-loading img,
.fancybox-title {
	visibility: hidden
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: visible !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	z-index: 99999
}

.fancybox-title {
	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

#supersized,
#supersized li {
	display: block;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	overflow: hidden
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

.download-outer-wrap {
	overflow: hidden
}

.download-wrap {
	text-align: center;
	overflow: hidden
}

.download-wrap .download-item {
	width: 33%;
	display: inline-block;
	margin: 20px 0
}

.download-wrap .download-item a {
	display: block
}

.download-wrap .download-item a:hover,
.download-wrap .download-item a:focus {
	text-decoration: none;
	outline: none
}

.download-wrap .download-item figure {
	width: 84px;
	height: 84px;
	display: block;
	margin: 0px auto 20px;
	border: solid 1px #c7c5c5;
	background: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px
}

.download-wrap .download-item figure img {
	width: auto;
	max-width: 100%
}

.download-wrap .download-item span {
	font-size: 14px;
	display: block;
	text-align: center
}

.open-button {
	background-color: #555;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 23px;
	right: 28px;
	width: 280px
}

.form-popup {
	display: none;
	position: fixed;
	top: 25%;
	left: 38%;
	border: 3px solid #f1f1f1;
	z-index: 99999 !important
}

.form-container {
	width: 300px;
	padding: 10px;
	background-color: white
}

.form-container .btn {}

.form-container .cancel {
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background: #82f754
}

.form-container .btn:hover,
.open-button:hover {
	opacity: 1
}

.overlay_wrapper {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	-moz-opacity: 0.6;
	opacity: .60;
	display: none
}

.cancel {
	display: block !important;
	padding: 8px 18px !important;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-weight: 800 !important;
	vertical-align: middle !important;
	text-decoration: none;
	 !important cursor: pointer !important;
	color: #fff !important;
	background-color: #c08623 !important;
	border: 0 !important;
	transition: all .2s linear !important;
	margin: 0 auto 10px !important
}

.form_h2 {
	font-size: 20px;
	text-align: center
}

h2.hometxt {
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px 30px 0px 0px;
	color: #000;
	width: auto;
	float: right;
	z-index: 15;
	position: absolute;
	right: -15px;
	top: 28%;
	font-size: 14px
}

.hometxt-window {
	font-size: 24px
}

h2.innrtxt {
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px 30px 0px 0px;
	color: #333;
	width: auto;
	float: right;
	z-index: 999999;
	position: absolute;
	right: 0;
	font-size: 18px
}

h2.innrprojecttxt {
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px 30px 0px 0px;
	color: #333;
	width: auto;
	float: right;
	z-index: 999999;
	position: absolute;
	right: 0;
	font-size: 18px
}

.visible-xs {
	display: none
}

.call_img {
	width: 16px;
	margin-top: -5px
}

.call_img_window {
	width: 30px;
	margin-top: -5px
}

.a_call {
	color: #000;
	padding-top: 10px
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	display: block;
	padding: 4px 20px;
	font-size: 13px;
	font-weight: 600;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background-color: #d19631;
	border: 0;
	transition: all .2s linear;
	margin: 0 0 10px;
	border-radius: 10px;
}


.button2,
button2,
input[type=button],
input[type=reset],
input[type=submit] {
	display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    color: #b37c1d !important;
    background-color: #fff;
    border: 1px solid #d19631;
    transition: all .2s linear;
    margin: 0 0 10px;
    border-radius: 10px;
}

.lightClick {
	float: left;
	color: #fff;
	font-size: 14px;
}

a.down {
	float: left;
	font-size: 16px;
	color: #fff;
	margin: 0 10px 0 0;
}

.button input[type=submit]:hover {
	color: fff !important
}

form {
	margin-bottom: 24px
}

label,
legend {
	display: block;
	font-size: 13px;
	font-size: 1.3rem
}

label.checkbox {
	margin-bottom: 12px
}

input[type=date],
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	border: 1px solid #bfbfbf;
	outline: 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
	width: 100%;
	max-width: 100%;
	display: block;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 5px;
	padding: 6px 4px;
	font-family: 'Open Sans', sans-serif
}

input[type=date].full-width,
input[type=email].full-width,
input[type=password].full-width,
input[type=text].full-width,
select.full-width,
textarea.full-width {
	width: 100%
}

input[type=date]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=text]:hover,
input[type=url]:hover,
select:hover,
textarea:hover {
	border: 1px solid #a6a6a6
}

input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border: 1px solid #B1813B;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

input[type=date]:focus:invalid,
input[type=email]:focus:invalid,
input[type=password]:focus:invalid,
input[type=text]:focus:invalid,
input[type=url]:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
	border-color: #e55
}

.sep,
.sep span {
	border-top: 1px solid gray
}

input[type=date][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=text][readonly],
select[readonly],
textarea[readonly] {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: not-allowed
}

.ie7 input[type=date].full-width,
.ie7 input[type=email].full-width,
.ie7 input[type=password].full-width,
.ie7 input[type=text].full-width,
.ie7 select.full-width,
.ie7 textarea.full-width {
	width: 85%
}

select,
textarea {
	width: 100%
}

textarea {
	min-height: 60px;
	overflow: auto
}

input.inline {
	display: inline-block
}

.oldie select {
	width: 240px
}

.portfoliomain img,
.sep span {
	width: 100%
}

input[type=checkbox],
input[type=radio] {
	display: inline;
	position: relative;
	top: 1px
}

label span,
legend span {
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem
}

:-moz-placeholder,
::-webkit-input-placeholder {
	color: #ccc
}

h2.sec-title1 {
	color: #fff;
	text-align: center
}

.gallery-items {
	width: 100%;
	margin: 0 auto
}

.gallery-item {
	width: 25%;
	float: left;
	padding: 5px
}

.gallery-item p.glr {
	color: #fff
}

figure1.effect-apollo {
	background: #3498db
}

figure1.effect-apollo img {
	opacity: 1
}

figure1.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

figure1.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

figure1.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.plans {
	background: url("../images/plans.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height: 380px;
	padding: 26px 70px
}

.plans-info {
	width: 90%;
	margin: 0 auto
}

.plans-grid {
	padding: 0 5px
}

figure1 {
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center
}

figure1 img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8
}

figure1.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
	background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%)
}

figure1.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s
}

figure1.effect-dexter:hover img {
	opacity: 0.4
}

figure1.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

figure1.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

figure1.effect-dexter figcaption {
	padding: 4em 1em;
	text-align: left
}

figure1.effect-dexter ul.social-two {
	position: absolute;
	left: 180px;
	right: 0;
	bottom: 70px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0)
}

figure1.effect-dexter:hover {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.gallery-item {
		width: 100%
	}

	.specification-left {
		width: 100%
	}

	.specification-right {
		width: 100%
	}
}

.col_one_fourth,
.sidebar {
	width: 22%
}

.col_three_fourth,
.postcontent {
	width: 76%
}

.col_five_sixth,
.col_four_fifth,
.col_full,
.col_half,
.col_one_fifth,
.col_one_fourth,
.col_one_sixth,
.col_one_third,
.col_three_fifth,
.col_three_fourth,
.col_two_fifth,
.col_two_third,
.postcontent,
.sidebar {
	display: block;
	position: relative;
	margin-right: 0;
	margin-bottom: 50px;
	float: left
}

.col_full {
	clear: both;
	float: none;
	margin-right: 0
}

.postcontent.col_last,
.sidebar.col_last {
	float: right
}

.col_last {
	margin-right: 18px !important;
	clear: right
}

.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #eee
}

.widget:first-child {
	margin-top: 0
}

.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0
}

.widget>h4 {
	margin-bottom: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase
}

.sidebar-widgets-wrap .widget>h4 {
	letter-spacing: 1px
}

.widget p:not(.lead) {
	font-size: 14px
}

.bg-light {
	background-color: #f8f9fa !important
}

.card {
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow-wrap: break-word;
	position: relative;
	width: 100%
}

.card-header:first-child {
	border-radius: 20px 20px 0 0;
}

.card-header {
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0;
	padding: 0.75rem 1.25rem
}

.card-body {
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 1.25rem
}

.nobottommargin {
	margin-bottom: 0 !important
}

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control {
	margin-bottom: 10px
}

.quick-contact-widget .input-group .form-control {
	margin-bottom: 0
}

#template-contactform,
.quick-contact-widget form {
	position: relative
}

.sm-form-control {
	width: 100%;
	height: 38px;
	font-size: 13px;
	padding: 6px 4px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ddd;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s
}

.sm-form-control:focus {
	border-color: #aaa;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sm-form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.sm-form-control:-ms-input-placeholder {
	color: #999
}

.sm-form-control::-webkit-input-placeholder {
	color: #999
}

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.sm-form-control {
	height: auto
}

.form-control {
	border-radius: 3px
}

.form-control:active,
.form-control:focus {
	border-color: #999;
	box-shadow: none
}

label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 10px;
	cursor: pointer
}

label.label-muted {
	color: #999;
	font-weight: 400;
	margin-right: 5px
}

form .col_five_sixth,
form .col_four_fifth,
form .col_full,
form .col_half,
form .col_one_fifth,
form .col_one_fourth,
form .col_one_sixth,
form .col_one_third,
form .col_three_fifth,
form .col_three_fourth,
form .col_two_fifth,
form .col_two_third {
	margin-bottom: 5px
}

#contact-form-overlay,
#contact-form-overlay-mini {
	position: relative;
	max-width: 800px;
	background-color: #fff;
	padding: 40px;
	margin: 0 auto;
	z-index: 10;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .15)
}

#contact-form-overlay-mini {
	float: right;
	width: 380px;
	margin: 0
}

label.error {
	margin-top: 5px;
	color: #e42c3e;
	font-weight: 400
}

label.error {
	display: none !important
}

.show-error-msg+label.error {
	display: block !important
}

input[type=checkbox]:not(:checked)+label.error {
	display: block !important
}

.form-control.error,
.sm-form-control.error {
	border-color: #e42c3e
}

.button.button-3d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0, 0, 0, .15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	float: left;
	margin-top: 10px
}

.button.button-3d:hover {
	background-color: #1abc9c !important;
	opacity: .9
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
	text-shadow: none;
	color: #333
}

#content {
	background-color: #fff;
	overflow: hidden;
	position: relative
}

#content .container {
	position: relative
}

.divider {
	background-image: -moz-linear-gradient(180deg, #fff 0%, #e3e3e3 49%, #fff 100%);
	height: 1px;
	margin-bottom: 10px;
	margin-top: 30px;
	width: 95%
}

.col_half,
.postcontent.bothsidebar {
	width: 48%
}

.divcenter {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative !important
}

.magnific-max-width .mfp-content {
	max-width: 800px
}

.section {
	position: relative;
	margin: 0px 0;
	background-color: #f9f9f9;
	overflow: hidden
}

.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: 0;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #1abc9c;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.button-dark {
	background-color: #444
}

.button-light {
	background-color: #eee;
	color: #333;
	text-shadow: none !important
}

.button:hover {
	background-color: #444;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-dark:hover {
	background-color: #1abc9c
}

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px
}

.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px
}

.button.button-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px
}

.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px
}

.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: Raleway, sans-serif
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	text-transform: none
}

.button i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
	width: 16px;
	text-align: center
}

.button.tright i {
	margin: 0 0 0 5px
}

.button-mini i {
	margin-right: 3px
}

.button-mini.tright i {
	margin: 0 0 0 3px
}

.button-small i {
	margin-right: 4px
}

.button-small.tright i {
	margin: 0 0 0 4px
}

.button-xlarge i {
	top: 2px;
	margin-right: 8px
}

.button-xlarge.tright i {
	margin: 0 0 0 8px
}

.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px
}

.button.button-desc.tright i {
	margin: 0 0 0 12px
}

.button.button-desc div {
	display: inline-block
}

.button.button-rounded {
	border-radius: 3px
}

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	line-height: 36px;
	font-weight: 700;
	text-shadow: none
}

.button.button-border-thin {
	border-width: 1px;
	line-height: 38px
}

.button.button-border.button-mini {
	line-height: 24px
}

.button.button-border.button-small {
	line-height: 30px
}

.button.button-border.button-large {
	line-height: 42px
}

.button.button-border.button-xlarge {
	line-height: 48px
}

.button.button-border-thin.button-mini {
	line-height: 26px
}

.button.button-border-thin.button-small {
	line-height: 32px
}

.button.button-border-thin.button-large {
	line-height: 44px
}

.button.button-border-thin.button-xlarge {
	line-height: 50px
}

.button.button-border.button-desc {
	line-height: 1
}

.button.button-border:not(.button-fill):hover {
	background-color: #444;
	color: #fff;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-border.button-light {
	border-color: #eee;
	color: #eee
}

.button.button-border.button-light:hover {
	background-color: #eee;
	color: #333;
	text-shadow: none
}

.button.button-3d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0, 0, 0, .15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.button.button-3d:hover {
	background-color: #1abc9c !important;
	opacity: .9
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
	text-shadow: none;
	color: #333
}

.button.button-reveal {
	padding: 0 28px;
	overflow: hidden
}

.button.button-reveal i {
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, .1)
}

.button.button-reveal.button-border i {
	top: -2px
}

.button.button-reveal.tright i {
	left: auto;
	right: -32px
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i {
	border-radius: 3px 0 0 3px
}

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i {
	border-radius: 0 3px 3px 0
}

.button.button-reveal span {
	display: inline-block;
	position: relative;
	left: 0
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
	-webkit-transition: left .3s ease, right .3s ease;
	-o-transition: left .3s ease, right .3s ease;
	transition: left .3s ease, right .3s ease
}

.button.button-reveal.button-mini {
	padding: 0 17px
}

.button.button-reveal.button-mini i {
	left: -22px;
	width: 22px;
	height: 28px;
	line-height: 28px
}

.button.button-reveal.button-mini.tright i {
	left: auto;
	right: -22px
}

.button.button-reveal.button-small {
	padding: 0 22px
}

.button.button-reveal.button-small i {
	left: -26px;
	width: 26px;
	height: 34px;
	line-height: 34px
}

.button.button-reveal.button-small.tright i {
	left: auto;
	right: -26px
}

.button.button-reveal.button-large {
	padding: 0 32px
}

.button.button-reveal.button-large i {
	left: -38px;
	width: 38px;
	height: 46px;
	line-height: 46px
}

.button.button-reveal.button-large.tright i {
	left: auto;
	right: -38px
}

.button.button-reveal.button-xlarge {
	padding: 0 40px
}

.button.button-reveal.button-xlarge i {
	left: -44px;
	width: 44px;
	height: 52px;
	line-height: 52px
}

.button.button-reveal.button-xlarge.tright i {
	left: auto;
	right: -44px
}

.button.button-reveal:hover i {
	left: 0
}

.button.button-reveal.tright:hover i {
	left: auto;
	right: 0
}

.button.button-reveal:hover span {
	left: 16px
}

.button.button-reveal.button-mini:hover span {
	left: 11px
}

.button.button-reveal.button-small:hover span {
	left: 13px
}

.button.button-reveal.button-large:hover span {
	left: 19px
}

.button.button-reveal.button-xlarge:hover span {
	left: 22px
}

.button.button-reveal.tright:hover span {
	left: -16px
}

.button.button-reveal.button-mini.tright:hover span {
	left: -11px
}

.button.button-reveal.button-small.tright:hover span {
	left: -13px
}

.button.button-reveal.button-large.tright:hover span {
	left: -19px
}

.button.button-reveal.button-xlarge.tright:hover span {
	left: -22px
}

.button.button-full {
	display: block;
	width: 100%;
	white-space: normal;
	margin: 0;
	height: auto;
	line-height: 1.6;
	padding: 30px 0;
	font-size: 30px;
	font-weight: 300;
	text-transform: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.button.button-full.button-light {
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.button.button-full strong {
	font-weight: 700;
	border-bottom: 2px solid #eee
}

body:not(.device-touch) .button.button-full strong {
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.button.button-full.button-light strong {
	border-bottom-color: #333
}

.button.button-full.button-light:hover strong {
	border-bottom-color: #eee
}

.button.button-circle {
	border-radius: 20px
}

.button.button-mini.button-circle {
	border-radius: 14px
}

.button.button-small.button-circle {
	border-radius: 17px
}

.button.button-large.button-circle {
	border-radius: 23px
}

.button.button-xlarge.button-circle {
	border-radius: 26px
}

.button.button-border.button-fill {
	overflow: hidden;
	transform-style: preserve-3d;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	-webkit-backface-visibility: hidden
}

.button.button-border.button-fill span {
	position: relative
}

.button.button-border.button-fill:hover {
	background-color: transparent !important;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

.button.button-border.button-fill.button-light:hover {
	border-color: #eee !important;
	color: #333 !important;
	text-shadow: none
}

.button.button-border.button-fill:before {
	content: '';
	position: absolute;
	background-color: #444;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-backface-visibility: hidden
}

.button.button-border.button-fill.button-light:before {
	background-color: #eee
}

.button.button-border.button-fill.fill-from-right:before {
	left: auto;
	right: 0
}

.button.button-border.button-fill:hover:before {
	width: 100%
}

.button.button-border.button-fill.fill-from-bottom:before,
.button.button-border.button-fill.fill-from-top:before {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.button.button-border.button-fill.fill-from-top:before {
	width: 100%;
	height: 0
}

.button.button-border.button-fill.fill-from-top:hover:before {
	height: 100%
}

.button.button-border.button-fill.fill-from-bottom:before {
	width: 100%;
	height: 0;
	top: auto;
	bottom: 0
}

.button.button-border.button-fill.fill-from-bottom:hover:before {
	height: 100%
}

.button-red {
	background-color: #c08623;
}

.button-3d.button-red:hover,
.button-border.button-red.button-fill:before,
.button-border.button-red:hover,
.button-reveal.button-red:hover {
	background-color: #d19631 !important
}

.button-border.button-red {
	color: #da1e4e;
	border-color: #da1e4e
}

.button-teal {
	background-color: #53777a
}

.button-3d.button-teal:hover,
.button-border.button-teal.button-fill:before,
.button-border.button-teal:hover,
.button-reveal.button-teal:hover {
	background-color: #53777a !important
}

.button-border.button-teal {
	color: #53777a;
	border-color: #53777a
}

.button-yellow {
	background-color: #ecd078
}

.button-3d.button-yellow:hover,
.button-border.button-yellow.button-fill:before,
.button-border.button-yellow:hover,
.button-reveal.button-yellow:hover {
	background-color: #ecd078 !important
}

.button-border.button-yellow,
.button-border.button-yellow.button-fill.button-light:hover {
	color: #ecd078 !important;
	border-color: #ecd078 !important
}

.button-border.button-yellow.button-fill.button-light:hover,
.button-border.button-yellow:hover {
	color: #333 !important
}

.button-green {
	background-color: #59ba41
}

.button-3d.button-green:hover,
.button-border.button-green.button-fill:before,
.button-border.button-green:hover,
.button-reveal.button-green:hover {
	background-color: #59ba41 !important
}

.button-border.button-green {
	color: #59ba41;
	border-color: #59ba41
}

.button-brown {
	background-color: #774f38
}

.button-3d.button-brown:hover,
.button-border.button-brown.button-fill:before,
.button-border.button-brown:hover,
.button-reveal.button-brown:hover {
	background-color: #774f38 !important
}

.button-border.button-brown {
	color: #774f38;
	border-color: #774f38
}

.button-aqua {
	background-color: #40c0cb
}

.button-3d.button-aqua:hover,
.button-border.button-aqua.button-fill:before,
.button-border.button-aqua:hover,
.button-reveal.button-aqua:hover {
	background-color: #40c0cb !important
}

.button-border.button-aqua {
	color: #40c0cb;
	border-color: #40c0cb
}

.button-lime {
	background-color: #aee239
}

.button-3d.button-lime:hover,
.button-border.button-lime.button-fill:before,
.button-border.button-lime:hover,
.button-reveal.button-lime:hover {
	background-color: #aee239 !important
}

.button-border.button-lime {
	color: #aee239;
	border-color: #aee239
}

.button-purple {
	background-color: #5d4157
}

.button-3d.button-purple:hover,
.button-border.button-purple.button-fill:before,
.button-border.button-purple:hover,
.button-reveal.button-purple:hover {
	background-color: #5d4157 !important
}

.button-border.button-purple {
	color: #5d4157;
	border-color: #5d4157
}

.button-leaf {
	background-color: #a8caba
}

.button-3d.button-leaf:hover,
.button-border.button-leaf.button-fill:before,
.button-border.button-leaf:hover,
.button-reveal.button-leaf:hover {
	background-color: #a8caba !important
}

.button-border.button-leaf {
	color: #a8caba;
	border-color: #a8caba
}

.button-pink {
	background-color: #f89fa1
}

.button-3d.button-pink:hover,
.button-border.button-pink.button-fill:before,
.button-border.button-pink:hover,
.button-reveal.button-pink:hover {
	background-color: #f89fa1 !important
}

.button-border.button-pink {
	color: #f89fa1;
	border-color: #f89fa1
}

.button-dirtygreen {
	background-color: #1693a5
}

.button-3d.button-dirtygreen:hover,
.button-border.button-dirtygreen.button-fill:before,
.button-border.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover {
	background-color: #1693a5 !important
}

.button-border.button-dirtygreen {
	color: #1693a5;
	border-color: #1693a5
}

.button-blue {
	background-color: #1265a8
}

.button-3d.button-blue:hover,
.button-border.button-blue.button-fill:before,
.button-border.button-blue:hover,
.button-reveal.button-blue:hover {
	background-color: #1265a8 !important
}

.button-border.button-blue {
	color: #1265a8;
	border-color: #1265a8
}

.button-amber {
	background-color: #eb9c4d
}

.button-3d.button-amber:hover,
.button-border.button-amber.button-fill:before,
.button-border.button-amber:hover,
.button-reveal.button-amber:hover {
	background-color: #eb9c4d !important
}

.button-border.button-amber {
	color: #eb9c4d;
	border-color: #eb9c4d
}

.button-black {
	background-color: #111
}

.button-3d.button-black:hover,
.button-border.button-black.button-fill:before,
.button-border.button-black:hover,
.button-reveal.button-black:hover {
	background-color: #111 !important
}

.button-border.button-black {
	color: #111;
	border-color: #111
}

.button-white {
	background-color: #f9f9f9
}

.button-3d.button-white:hover,
.button-reveal.button-white:hover {
	background-color: #f9f9f9 !important
}

.button.button-nohover:hover {
	opacity: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	border-color: inherit !important
}

.promo {
	position: relative;
	padding: 30px 200px 30px 0
}

.promo h3 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0
}

.promo>.container>span,
.promo>span {
	display: block;
	color: #444;
	font-weight: 300;
	font-size: 16px;
	margin-top: 6px
}

.promo a.button {
	top: 50%;
	margin: 0;
	margin-top: -18px;
	left: auto;
	right: 0
}

.promo a.button.button-mini {
	margin-top: -12px
}

.promo a.button.button-small {
	margin-top: -15px
}

.promo a.button.button-large {
	margin-top: -22px
}

.promo a.button.button-xlarge {
	margin-top: -25px
}

.promo a.button.button-desc {
	margin-top: -40px
}

.promo-uppercase {
	text-transform: uppercase
}

.promo-uppercase h3 {
	font-size: 22px
}

.promo-uppercase>.container>span,
.promo-uppercase>span {
	font-size: 15px
}

.promo.promo-border {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding-left: 30px
}

.promo.promo-border a.button {
	right: 30px
}

.promo.promo-light {
	background-color: #f5f5f5;
	border-radius: 3px;
	padding-left: 30px
}

.promo.promo-light a.button {
	right: 30px
}

.promo.promo-dark {
	border: 0 !important;
	background-color: #003764;
	padding: 30px 200px 30px 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	border-radius: 3px
}

.promo.promo-dark h3 {
	color: #fff
}

.promo.promo-dark>.container>h3 span,
.promo.promo-dark>h3 span {
	padding: 2px 8px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .15);
	color: #fff;
	font-weight: 400
}

.promo.promo-dark>.container>span,
.promo.promo-dark>span {
	color: #ccc;
	margin-top: 8px
}

.promo.promo-dark a.button {
	right: 30px
}

.promo.promo-flat {
	background-color: #1abc9c
}

.promo.promo-flat>.container>span,
.promo.promo-flat>span {
	color: rgba(255, 255, 255, .9)
}

.promo.promo-flat a.button:not(.button-border) {
	background-color: rgba(0, 0, 0, .2);
	color: #fff
}

.promo.promo-flat a.button:hover {
	background-color: #fff;
	border-color: #fff;
	color: #444;
	text-shadow: none
}

.promo-full {
	border-radius: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 40px 0 !important
}

.promo-full a.button {
	right: 15px !important
}

.promo-full.promo-right a.button {
	right: auto !important;
	left: 15px !important
}

.promo.parallax {
	padding: 80px 0 !important
}

.promo.promo-right {
	text-align: right;
	padding: 30px 0 30px 200px
}

.promo.promo-right a.button {
	left: 0;
	right: auto
}

.promo.promo-dark.promo-right:not(.promo-mini),
.promo.promo-right.promo-border:not(.promo-mini) {
	padding-right: 30px
}

.promo.promo-dark.promo-right a.button,
.promo.promo-right.promo-border a.button {
	left: 30px
}

.promo.promo-center {
	text-align: center;
	padding: 30px 20px
}

.promo.promo-center a.button {
	position: relative;
	top: 0;
	margin: 20px 0 0;
	left: 42px
}

.promo.promo-mini {
	text-align: left;
	padding: 20px 20px;
	margin-top: 20px;
	border-radius: 20px;
}

.promo.promo-mini h3 {
	font-size: 20px;
	line-height: 1.5
}

.promo.promo-mini.promo-uppercase h3 {
	font-size: 18px
}

.promo.promo-mini.promo-dark h3 {
	line-height: 1.7
}

.promo.promo-mini a.button {
	position: relative;
	top: 0;
	margin: 20px 0 10px;
	left: 42px;
}

.promo.promo-mini.promo-center {
	text-align: center
}

.promo.pro-right {
	text-align: right
}

@media (max-width: 767px) {
	.image-sec-wrap .gallery-carousal .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 100%;
		height: auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		opacity: 1;
		transition: all ease-in-out 500ms;
		-webkit-transition: all ease-in-out 500ms;
		-moz-transition: all ease-in-out 500ms;
		-ms-transition: all ease-in-out 500ms;
		-o-transition: all ease-in-out 500ms
	}

	.mobileview {
		float: left !important;
		width: 40px !important
	}

	.nav>li {
		margin: 0 0 0 16px
	}

	.form-popup {
		left: 8%
	}

	.form-container {
		width: 86% !important
	}

	#footer ul {
		float: none;
		text-align: center
	}

	p.marginbtm {
		margin-bottom: 5px;
		font-size: 13px;
		text-align: center
	}

	.card {
		width: 100%
	}

	.plans {
		padding: 0
	}

	p.planTxt {
		padding: 0 30px
	}

	p.justifiedTxt2 {
		padding: 0 24px 0 0
	}

	.download-wrap .download-item {
		width: 100%
	}

	.authority ul li {
		width: 47%;
    padding: 0 0 0px 0;
    margin: 0 6px 6px 0;
    font-size: 14px;
    border-right: 1px solid #ccc;
}

.authority ul li:last-child {border-right: none;}

a.down {
	margin: 0 6px 0 0;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	padding: 4px 14px;
}

.button2,
button2,
input[type=button],
input[type=reset],
input[type=submit] {
    padding: 4px 14px;
}

	#footer {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.responsive-slider .slides ul li .slide-body .caption.img-bootstrap {
		left: 3%;
		top: 76%;
		width: 32%
	}
}

.mydiv {
	width: 100%;
	height: 100%;
	color: #000;
	font-weight: 700;
	animation: myanimation 10s infinite;
	float: left
}

@keyframes myanimation {
	0% {
		background-color: #d19631
	}

	25% {
		background-color: #9c6b17
	}

	50% {
		background-color: #d68700
	}

	75% {
		background-color: #685df5
	}

	100% {
		background-color: #3b358b
	}

	.visible-xs,
	.visible-sm,
	.visible-md,
	.visible-lg {
		display: none
	}

	.visible-xs-block,
	.visible-xs-inline,
	.visible-xs-inline-block,
	.visible-sm-block,
	.visible-sm-inline,
	.visible-sm-inline-block,
	.visible-md-block,
	.visible-md-inline,
	.visible-md-inline-block,
	.visible-lg-block,
	.visible-lg-inline,
	.visible-lg-inline-block {
		display: none
	}

	@media (max-width: 767px) {
		.hidden-xs {
			display: none
		}

		.visible-xs {
			display: block
		}
		.mar {
    margin: 95px 0 0 0 !important;
}



	}