 @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i|Montserrat');
html, body {
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	margin: 0px!important;
}
p {
	margin: 0;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	margin: 0;
	font-style: italic;
	color: #c1a274;
	font-size: 22px;
}
nav {
	width: 100%;
	display: inline-block;
}
ul {
	list-style: none;
	font: 15px 'Montserrat', sans-serif;
	padding: 0;
}
ul, label {
	margin: 0;
	padding: 0;
}
p, li {
	font-family: 'Montserrat', sans-serif;
}
.btn-succes a:hover {
	color: #fff;
}
#Checkout {
	margin-left: 15px;
}
body a:hover {
	text-decoration: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.text-center h2 {
	font-size: 1.5em;
}
.btn-danger {
	color: #fff;
	background-color: #c6a97f;
	border-color: #c6a97f;
}
.btn-danger:hover {
	background-color: #003062;
	color: #fff;
	border-color: #003062;
}
.btn-succes {
	color: #fff;
	background-color: #c1a274;
	border-color: #fff;
	margin-left: 15px;
	font-size: 13px;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	margin-top: -1px;
	border-radius: inherit;
}
.btn-succes:hover {
	background-color: #003062;
	color: #fff;
	border-color: #003062;
}
.about-text {
	text-align: left;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 30px;
}
.about-text p {
	margin-bottom:15px;
}
.about-text h1, .about-text h2, .about-text h3, .about-text h4, .about-text h5, .about-text h6 {
	margin-top:30px;
	margin-bottom:20px;
}

#header-social-wrap span {
	color: #000;
	font-size: 1.5em;
	margin-right: 6px;
	padding: 20px 5px;
	opacity: 0.8;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#phone-value a {
	color: #000 !important;
}
#footer-email-wrap a {
	color: #000 !important;
}
footer #phone-value a {
	color: #FFF !important;
}
footer #footer-email-wrap a {
	color: #FFF !important;
}
/* Preloader */
#preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 99;/* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;/* is width and height divided by two */
}
/*-- //nav-effect --*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #c6a97f;
}
.external, .external a {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}
.nav li a .active {
	color: #fff !important;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	color: #fff;
	border: 1px solid transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #777;
	background: #003062;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #c3a578;
}
.navbar-brand {
	height: auto;
	padding: 0 !important;
	margin: 0 !important;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
#navigation {
	width: 100%;
	margin-left: auto;
	margin-bottom: auto;
	background: #fff;
}
#navigation ul.nav {
	font-size: 13px;
	margin: 0px;
	padding-top: 66px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	float: right;
}
#navigation ul.nav li {
	max-height: 24px;
	padding: 0px;
	font-size: 1.1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eaeae7;
}
#navigation ul.nav li:first-child {
	border: none;
}
#navigation ul.nav li a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #000;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#navigation ul.nav a:hover {
	color: #000;
	background-color: #c6a97f;
}
.navbar-inverse .navbar-collapse {
	border-color: #DDD;
	overflow:hidden;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 14px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-nav>li>a {
	line-height: 30px;
}
.navbar {
	border-radius: 0px;
}
.featured-list ul ul {
	margin: 0 0 0 2em;
}
.featured-list .rectangle-list a {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	margin: .5em 0 .5em 2.5em;
	background: #eceaea;
	color: #333;
	text-decoration: none;
	transition: all .3s ease-out;
}
.rectangle-list {
	margin-bottom:0;
}
.rectangle-list li {
	font-size:1em;
	line-height:1em;
	list-style:none;
}
.rectangle-list a:hover {
	background: #eee;
}
.rectangle-list a:before {
	content: "\2022";
	position: absolute;
	left: -2.5em;
	top: 0;
	color: #c1a274;
	background: #c1a274;
	height: 1.8em;
	width: 1.8em;
	line-height: 1.8em;
}
.rectangle-list a:after {
	position: absolute;
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;
}

.header-social {
	position: absolute;
	top: 0px;
	right: 25px;
	z-index: 1;
}
/*contact section css*/
.contact {
	background: url(../images/contactbg.png) no-repeat center center;
	background-size: cover;
}
.contact .single_contact_info {
	margin-bottom: 45px;
	overflow: hidden;
}
.contact .single_info_icon {
	width: 15%;
	float: left;
	margin-right: 5%;
}
.contact .single_info_icon i {
	width: 60px;
	height: 56px;
	line-height: 56px;
	color: #444;
	background: url(../images/info_iconbg.png) no-repeat;
	font-size: 1.5rem;
	padding-left: 15px;
}
.contact .single_info_text {
	float: left;
	width: 80%;
}
.carousel-indicators {
	position: absolute;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	text-indent: -999px;
	cursor: pointer;
	background: #fdfafa;
	border: 2px solid #fdfafa;
	border-radius: 10px;
}
.carousel-indicators .active {
	background-color: #012f61;
	border: 2px solid #012f61;
	margin: 1px 3px !important;
	width: 10px;
	height: 10px;
}
.serv-w3ls1 {
	position: relative;
}
.featured-section {
	padding: 3em 0;
	background: #f4f4f4;
}
.featured-section .readmore-btn {
    text-align:center;
    margin: 15px auto;
}
.featured-section-2 {
	padding: 5em 0;
	background: #f1eefb;
}
h3.tittle {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 40px;
	color: #c1a274;
	text-align: center;
}
h3.tittle span {
	color: #26AAD8;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 32px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/left.png) no-repeat -0px 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/right.png) no-repeat -0px 0px;
}
ul.top-links.two {
	margin: 1em 0;
}
h4.tittle {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #202020;
	text-transform: uppercase;
}
.agitsworkw3ls-grid {
	background-color: #c9c9cb;
}
/*--//featured-section--*/
	/*-- Tabs --*/

.tabs {
	margin: 30px 0;
}
.sap_tabs {
	clear: both;
}
.tab_box {
	background: #fd926d;
	padding: 2em;
}
.top1 {
	margin-top: 2%;
}
.resp-tabs-list {
	list-style: none;
	text-align: center;
	border-bottom: 1px ridge #777;
	width: 99%;
	margin: 0 auto 5px;
}
.resp-tab-item {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.resp-tab-item span {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}
.resp-tab-active {
	text-shadow: none;
	color: #fff;
	background: #c8ad85;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h3.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 20px 0;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-item label {
	margin-right: 8px;
}
.resp-tab-content p {
	line-height: 30px;
	color: #000;
	padding: 0 5px;
}
.agitsworkw3ls-grid {
	background: #c9c9cb;
	padding: 7.24em 2em;
}
/*-- //Tabs --*/
.info-imgs ul li {
	float: left;
	width: 50%;
	list-style: none;
}
.info-imgs ul li img {
	width: 100%;
}
.agitsworkw3ls-grid-2 {
	padding: 0;
}
h3.tittle.two {
	text-align: left;
	color: #fff;
}
h3.tittle.three {
	color: #fff;
}
/*-- /contact --*/
#contact {
	background: #26AAD8;
	padding: 4em 0;
}
#contact h2 {
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}
p.para {
	text-align: center;
	margin: 1em auto 0;
	font-size: 1em;
	color: #999;
	width: 60%;
	line-height: 1.9em;
}
.contact-w3ls ul.social-icons1 {
	list-style: none;
	margin: 1.5em auto;
	text-align: center;
}
.contact-w3ls ul.social-icons1 li {
	display: inline-block;
	margin-right: 3px;
}
.contact-w3ls ul.social-icons1 li a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
}
.contact-w3ls ul.social-icons1 li a i.fa {
	font-size: 21px;
	line-height: 48px;
	width: 50px;
	height: 50px;
	border: 1px solid #999;
	text-align: center;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	color: #fff;
}
.contact-w3ls ul.social-icons1 li a i.fa:hover {
	background-color: #26AAD8;
	border: 1px solid #26AAD8;
	color: #fff;
}
.contact-w3ls ul.social-icons1 li a:hover {
	color: #fff;
}
/*-- /contact section --*/
/*-- gallery --*/
.agile_gallery_grids {
	margin: 2em 0 0;
}
.demo > li {
	float: left;
	list-style-type: none;
	margin: 10px;
}
.demo > li img {
	width: 265px;
	cursor: pointer;
}
/*-- //gallery --*/
.header-top {
	background: #0eb8e7;
	line-height: 37px;
}
.text-right {
	text-align: right;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: -30px;
	margin-left: 13px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	opacity: 0.1;
	border: none;
	text-indent: 100%;
	background: url(../images/keyboard.png) no-repeat 0px 0px;
}
#toTop:hover {
	opacity: 1;
}
.banner-image {
	width: 100%;
}
/*footer--*/

html, body, div, span, a, footer {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
footer {
	display: block;
}
body {
	line-height: 1;
}
body {
	background: #fff;
	font: 14px/21px "Lato", sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
div {
	font-family: 'Montserrat', sans-serif;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #fff;
}
.room-features-list li {
	list-style: disc;
	line-height: 22px;
}
#property {
	background-color: #bbbbb6;
}
.apartments-grid {
	margin-top: 40px;
	margin-bottom: 40px;
}
/*Office Patition Page*/
.prime-residence-landing-bg {
	float: left;
	width: 100%;
	margin: 60px 0;
}
.prime-residence-main-div {
	position: relative;
	float: left;
	width: 100%;
	margin: 15px 0;
}
.prime-residence-top-box {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px;
}
.prime-residence-top-box-bg:hover {
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.prime-residence-bottom-box {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px;
}
.prime-residence-top-box-bg:before {
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
}
.prime-residence-top-box-bg:hover:before {
	content: '';
	background: rgba(255,255,255,0.1);
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.prime-residence-bottom-box h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 25px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
	font-family: 'Montserrat', sans-serif;
}
.prime-residence-bottom-box h4 a {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.prime-residence-bottom-box a:hover {
	color: #e89a20;
}
.prime-residence-bottom-box p {
	transform: translate(50%.50%);
	width: 70%;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
}
.prime-residence-span2 {
	position: absolute;
	right: 0;
	bottom: 15px;
	margin: 18px;
	color: #fff;
	font-size: 30px;
	border-bottom: solid 2px #fff;
	text-shadow: 2px 2px 2px #000;
	font-family: 'Montserrat', sans-serif;
}
.prime-residence-span3 {
	font-size: 16px;
}
.prime-residence-top-box-bg:hover .prime-residence-span2 {
	font-weight: bold;
	text-shadow: 2px 2px 2px #008c00;
	border-bottom: solid 2px #008c00;
}
.image-hover {
	position: relative;
	overflow: hidden;
}
.image-hover .overlay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	padding: 10px 0px;
	margin-top: 20px;
	background-color: rgba(255,255,255,0.4);
}
.image-hover img {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.image-hover:hover img {
	-webkit-transform: scale(1.58);
	transform: scale(1.58);
}
.lg-sub-html h2 {
	margin-bottom: 27px;
	text-shadow: 1px 1px #222;
}
.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	margin-bottom: 15px;
}
.demo-gallery > ul > li a {
	border: 2px solid #c3a274;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-top: -24px;
	opacity: 0.8;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}
.feutured {
	margin-bottom: 50px;
	margin-top: 40px;
}
.demo-text {
	margin-bottom: 22px;
 font-family: font-family: 'Montserrat', sans-serif;
	margin-left: 17px;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=3.2.1');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"] {
font-family:FontAwesome;
font-weight:normal;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
*margin-right:.3em;
}
[class^="icon-"]:before {
	text-decoration: inherit;
	speak: none;
}
a [class^="icon-"] {
	display: inline;
}
[class^="icon-"] {
display:inline;
width:auto;
height:auto;
line-height:normal;
vertical-align:baseline;
background-image:none;
background-position:0% 0%;
background-repeat:repeat;
margin-top:0;
}
.icon-envelope-alt:before {
	content: "\f003";
}
.icon-envelope-alt2:before {
	content: "\f003";
}
.icon-phone:before {
	content: "\f095";
}
.icon-phone2:before {
	content: "\f095";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-map-marker2:before {
	content: "\f041";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-linkedin:before {
	content: "\f0e1";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-googleplus:before {
	content: "\f0d5";
}
/*-----------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/
#footer-wrap {
	background-color: #003062;
	color: #fff;
	height: auto;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 300;
}
#footer-wrap a {
	color: #fff;
}
.footer-header {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
	display: inline-block;
	padding-right: 6px;
	color: #fff;
}
#footer-social-wrap {
	margin-top: 12px;
}
#footer-email-wrap, #footer-phone-wrap {
	margin-bottom: 8px;
}
#email-title, #phone-title, #map-marker-title {
	float: left;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 300;
}
#email-value, #phone-value, #map-marker-value {
	float: right;
	width: 270px;
	text-align: left;
}
#map-marker-value {
	width: 270px;
}
#footer-email-wrap .icon-envelope-alt {
	margin-right: 6px;
	font-size: 1.3em;
	color: #fff;
}
#footer-email-wrap .icon-envelope-alt2 {
	margin-right: 6px;
	font-size: 1.3em;
	color: #000;
}
#footer-phone-wrap .icon-phone {
	margin-right: 9px;
	font-size: 1.3em;
	color: #fff;
}
#footer-phone-wrap .icon-phone2 {
	margin-right: 9px;
	font-size: 1.3em;
	color: #000;
}
#footer-map-marker-wrap .icon-map-marker2 {
	margin-right: 10px;
	font-size: 1.3em;
	color: #000;
}
#footer-map-marker-wrap .icon-map-marker {
	margin-right: 10px;
	font-size: 1.3em;
	color: #fff;
}
#footer-contact-info-wrap {
	border-top: 1px dotted #fff;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 0px;
	margin-top: 8px;
	padding-left: 0px;
}
#footer-contact-info-wrap li {
	list-style: none;
}
#copyright-wrap1 {
	background: #c3a578;
}
/* Footer Connect With Us */

#footer-social-wrap span {
	font-size: 1.5em;
	margin-right: 6px;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 50px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#footer-social-wrap .icon-facebook {
	padding: 10px 16px;
}
#footer-social-wrap .icon-twitter {
	padding: 10px 11px;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}
#footer-social-wrap .icon-twitter:hover:before, #footer-social-wrap .icon-facebook:hover:before {
	-webkit-animation: verticalScroll 0.3s forwards;
	-moz-animation: verticalScroll 0.3s forwards;
	animation: verticalScroll 0.3s forwards;
}
#footer-social-wrap .icon-twitter:hover, #footer-social-wrap .icon-facebook:hover {
	opacity: 1;
}
#to-top {
	position: relative;
}
#copyright-wrap {
	padding-left: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#copyright-text {
	display: inline-block;
	float: left;
	margin-bottom: 15px;
	color: #000;
}
#copyright-text2 {
	display: inline-block;
	float: right;
	color: #000;
}
.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
	margin-top: 25px;
}
.iframe-container > * {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
