@charset "utf-8";
/* CSS Document for Rolls Royce */
/* Author Alison Makin for QRES CMS */
/* Author URI:http://quantum23.com */

/* ----- Global ----- */
.css-style {
	background:#0b2749; /* Main colour */
	background:#05204a; /* Main colour hover */
	background:#f4f4f4; /* Form bg */
	font-family:'Open Sans', Verdana, sans-serif;
}
body {
	background:#fff;
	color:#555;
	font-family:'Open Sans', Verdana, sans-serif;
	font-size:16px;
	height:100%;
	line-height:1.8;
	-ms-overflow-style:scrollbar;
	overflow-x:hidden;
	overflow-y:scroll;
	position:relative;
}
address {
	font-style:normal;
	margin-bottom:20px;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right:0;
	padding-left:0;
}
.container-fluid.no-gutter {
	padding-right:0;
	padding-left:0;
}
img {
	display:block;
	height:auto;
	max-width:100%;
}
img.pull-right {
	margin-left:15px;
	margin-top:15px;
}
img.pull-left {
	margin-right:15px;
	margin-top:15px;
}
figure.pull-right {
    margin-left:15px;
    margin-top:15px;
    position:relative;	
}
figure.pull-left {
    margin-right:15px;
    margin-top:15px;
    position:relative;	
}
figure.pull-right figcaption {
    background:;
    color:#fff;
    font-weight:bold;
    padding:5px;
    position:absolute;
    top:auto; right:0; bottom:0; left:0;
    z-index:1;
}
.bg {
	background:#fff;
	padding:15px;
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
			box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
}
.bg-w {
	background:#fff;
}
.wow {
	visibility:hidden;
}
/* Preloader */
.preloader {
	background:#fff;
	color:rgba(255,255,255,0.5);
    position:fixed;
    top:0; right:0; bottom:0; left:0;
	z-index:99;
}
	.loader {
	    background-color:transparent;
	    border:3px solid #0b2749;
	    border-radius:50%;
	    height:50px; width:50px;
	    margin:-25px 0 0 -25px;
	    text-indent:-9999em;
	    position:absolute;
	    left:50%; top:50%; 
	}
	.loader:after {
	    border-width:2px;
	    border-color:#05204a transparent transparent transparent;
	    border-radius:50%;
	    border-style:solid;
	    box-sizing:border-box;
	    content:"";
	    position:absolute;
	    top:0; left:0;
	    height:44px; width:44px;
	    padding:3px;
		-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
   		   -moz-animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
    		-ms-animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
        		animation:ringrotate .8s infinite cubic-bezier(0.5,.49,.49,.49);
	}
@keyframes ringrotate {
    0% {
        -webkit-transform:rotateZ(0deg);
                transform:rotateZ(0deg);
    }
    100% {
        -webkit-transform:rotateZ(360deg);
                transform:rotateZ(360deg);
    }
}
@-webkit-keyframes ringrotate {
    0% {
        -webkit-transform:rotateZ(0deg);
                transform:rotateZ(0deg);
    }
    100% {
        -webkit-transform:rotateZ(360deg);
                transform:rotateZ(360deg);
    }
}

/* ----- Tables ----- */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top:none;
	line-height:1;
	padding:8px;
	vertical-align:top;
}
@media screen and (max-width:767px) {
	.table-responsive {
		border:none;
		margin-bottom:15px;
		overflow-y:hidden;
		width:100%;
	}
}
.table.information > thead > tr > th,
.table.information > tbody > tr > th,
.table.information > tfoot > tr > th,
.table.information > thead > tr > td,
.table.information > tbody > tr > td,
.table.information > tfoot > tr > td {
	border-top:1px solid rgba(0,0,0,0.1);
	line-height:1;
	padding:12px;
	vertical-align:middle;
	width:50%;
}
.table.information > thead {
	font-weight:bold;
}

/* ----- Modal ----- */
.modal-content {
	background-color:#e6e6e6;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:0;
	color:;
}
	.modal-header {
	    background:#0b2749;
	    border-bottom:1px solid rgba(255,255,255,0.1);
		color:#fff;
	    min-height:16.43px;
	    padding:15px;
	}
	.modal-title {
		color:#fff;
	}
	.modal-header .close {
		color:rgba(0,0,0,0.6);
		text-shadow:0 1px 0 #fff;
	}
	.modal-body {
		background:;
		color:#fff;
		padding:25px;
	    position:relative;
	}
	.modal-footer {
	    border-top:1px solid #e5e5e5;
	    padding:15px;
	    text-align:right;
	}
	.modal-content .legal,
	.modal-content .legal a {
		color:#444;
	}
	.modal-body a {
		color:;
		float:right;
	}
	.modal-body a:hover {
		color:#fff;
	}

/* ----- Margins & Padding ----- */
.top-10 	{margin-top:10px;}
.top-20		{margin-top:20px;}
.top-30		{margin-top:30px;}
.top-40		{margin-top:40px;}
.top-50		{margin-top:50px;}

.bottom-10	{margin-bottom:10px;}
.bottom-20	{margin-bottom:20px;}
.bottom-30	{margin-bottom:30px;}
.bottom-40	{margin-bottom:40px;}
.bottom-50	{margin-bottom:50px;}

/* ----- Dividors & Separators ----- */
hr {
	border-bottom:1px solid rgba(0,0,0,0.3);
	clear:both;
	margin:10px 0;
}
p.border {
	border-bottom:1px solid rgba(0,0,0,0.3);
	border-top:1px solid rgba(0,0,0,0.3);
	margin-bottom:20px;
	margin-top:20px;
	padding-bottom:15px;
	padding-top:15px;
}
img.divider {
	margin:20px auto;
}

/* ----- Typography ----- */
h1, h2, h3, h4, h5, h6 {
	color:;
	font-family:'Quattrocento', Times New Roman, serif;
	font-weight:;
	letter-spacing:;
}
h1 	{font-size:36px;}
h2 	{font-size:32px;}
h3 	{font-size:28px;}
h4 	{font-size:24px;}
h5 	{font-size:20px;}
h6 	{font-size:14px; font-weight:bold;}
a 	{
	color:#0b2749;
	font-weight:;
	-webkit-transition:all 0.25s ease-out;
	   -moz-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
	     -o-transition:all 0.25s ease-out;
	        transition:all 0.25s ease-out;
}
a:active,
a:focus,
a:hover {
	color:#05204a;
	outline:0 none;
	text-decoration:none;
}

/* ----- Lists ----- */ 
ul.icon {
	list-style:none;
	padding-left:0;
	}
	ul.icon li:before {
		color:;
		content:'\f02e';
		display:inline-block;
		font-family:FontAwesome;
		padding-right:10px;
		width:25px;
	}
	ul.icon li.name:before {
		content:'\f02e';
	}
	ul.icon li.address:before {
		content:'\f041';
	}
	ul.icon li.phone:before {
		content:'\f095';
	}
	ul.icon li.mobile:before {
		content:'\f10b';
	}
	ul.icon li.facsimile:before {
		content:'\f1ac';
	}
	ul.icon li.email:before {
		content:'\f003';
	}
	ul.icon li.web:before {
		content:'\f0ac';
	}
	ul.icon li.skype:before {
		content:'\f17e';
	}
	ul.icon li.search:before {
		content:'\f002';
	}
	ul.icon li.quote:before {
		content:'\f075';
	}
	ul.icon li.caret-r:before {
		content:'\f0da';		
	}
	ul.icon li.check:before {
		color:;
		content:'\f00c';
	}
	ul.icon li.clock:before {
		content:'\f017';
	}
	ul.icon li.twitter:before {
		content:'\f0b2749';
	}
	ul.icon li.facebook:before {
		content:'\f082';
	}
	ul.icon li.home:before {
		content:'\f015';
	}
	ul.icon li.bath:before {
		content:'\f2cd';
	}
	ul.icon li.shower:before {
		content:'\f2cd';
	}
	ul.icon li.bed:before {
		content:'\f236';
	}
	ul.icon li.none:before {
		content:'';
		padding-right:25px;
		width:0;
	}

ul.social {
	float:right;
	margin:5px 0;
	padding-left:0;
}
	ul.social li {
		border-bottom:none;
		display:inline-block;
		padding:0;
	}
	ul.social li a {
		text-align:center;
	}
	ul.social li a i {
		background:#0b2749;
		border-radius:;
		color:rgba(255,255,255,1);
		display:inline-block;
		font-size:16px;
		height:34px; width:34px;
		line-height:34px;
		margin:5px 0;
		text-align:center;
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	ul.social li a i:hover {
		background:;
		color:#0b2749;
	}
	ul.social li.btt {
	}
	ul.social li.btt a {
		display:inline-block;
		font-size:16px;
		text-align:center;
	}
	ul.social li.btt a i {
	    background:rgba(255,255,255,0.2);
	    color:#fff;
	    font-weight:normal;
	    height:34px;
	    line-height:34px;
		margin-right:2px;
	    text-align:center;
	    width:34px;
		-webkit-transition:all 0.25s ease-out;
			transition:all 0.25s ease-out;
	}
	ul.social li.btt i:hover {
	    background-color:rgba(0,0,0,0.3);
	    color:#fff;
	}
	@media (max-width:991px){
		ul.social {
			float:none;
			text-align:center;
			margin-top:10px;
			padding-bottom:10px;
		}
		ul.social li {
			text-align:center;
			margin-top:10px;
		}
	}
	ul.info li {
		border-bottom:none;
		display:inline-block;
		list-style:none;
		padding:0 0 5px 0;
	}
	ul.info li:after {
		content:"\2219";
		padding-left:8px;
		padding-right:3px;
	}
	ul.info li:last-child:after {
	    content:"";
	}
	@media(max-width:991px){
		ul.info {
			margin:5px auto;
			float:none;
			padding:;
			text-align:center;
		}
	}

/* ----- Navbar ----- */
#nav {
	position:relative;
	z-index:5;
}
	.navbar {
		border:none;
		border-bottom:none;
		margin-bottom:0;
	}
	.navbar-brand {
		height:auto;
		padding:5px 15px;
	}
	.navbar-default  {
		background:#fff;
		margin-bottom:0;
		width:100%;
		-webkit-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.3);
		   -moz-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.3);
				box-shadow:0px 3px 3px 0px rgba(0,0,0,0.3);
		z-index:5;
	}
	.navbar-right {
	}
	.navbar-right .dropdown-menu {
		left:0;
		right:auto;
	}
	.open > .dropdown-menu {
		-webkit-transform:scale(1,1);
		transform:scale(1,1);  
	}
	.dropdown-menu {
		display:block;
		-webkit-transform-origin:top;
				transform-origin:top;
		-webkit-animation-fill-mode:forwards;  
				animation-fill-mode:forwards; 
		-webkit-transform:scale(1,0);
				transform:scale(1,0);
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	.dropup .dropdown-menu {
		-webkit-transform-origin:bottom;
				transform-origin:bottom;  
	}
	.navbar-default .navbar-nav > li > a {
		color:#0b2749;
		font-size:14px;
		font-weight:;
		padding:30px 10px;
		text-transform:uppercase;
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	.sticky {
		-webkit-transition: background-color 200ms linear;
		   -moz-transition: background-color 200ms linear;
		    -ms-transition: background-color 200ms linear;
		     -o-transition: background-color 200ms linear;
		        transition: background-color 200ms linear;
	}
	.sticky.scrolled {
		background:#fff;
	}
	.sticky.scrolled li > a {
		padding:25px 10px;
		color:#444;
	}
	.navbar-default .navbar-nav > li > a .fa {
		background:transparent;
		display:inline;
		font-size:10px;
		padding-right:3px;
	}
	.navbar-default .navbar-nav > li > a.favourite {
		background:transparent;
		color:#fff;
	}
	.navbar-default .navbar-nav > li > a.favourite .fa {
		font-size:14px;
		font-weight:bold;
	}
	.navbar-default .navbar-nav > li > a.favourite:hover {
		background:;
		color:;
	}
	.navbar-default .navbar-nav > li > a.favourite:after {
		background:;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color:transparent;
		color:#05204a;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu {
		background:#fff;
		border:none;
		border-radius:0;
		-webkit-box-shadow:0 0 20px rgba(0,0,0,0.0.8);
		   -moz-box-shadow:0 0 20px rgba(0,0,0,0.0.8);
				box-shadow:0 0 20px rgba(0,0,0,0.0.8);
		padding:0 10px;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li {
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li:last-child {
		border-bottom:none;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
		color:;
		font-size:;
		padding:10px;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
		background-color:transparent;
		color:#0b2749;
	}
	.navbar-default .navbar-toggle {
		border:1px solid transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#0b2749;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color:transparent;
	}
	@media (max-width:1200px) {
		#nav {
		}
		.navbar {
			height:auto!important;
		}
		.navbar-default {
			background:#fff;
		}
		.navbar-header {
			float:none;
		}
		.navbar-brand {
			height:auto;
		}
		.navbar-left,
		.navbar-right {
			float:none!important;
			margin-right:0;
		}
		.navbar-toggle {
			display:block;
			margin-top:15px;
		}
		.navbar-toggle .icon-bar {
			border-radius:1px;
			height:4px;
			width:30px;
		}
		.navbar-default .navbar-collapse {
			border-color:transparent;
		}
		.navbar-collapse {
			border-top:1px solid transparent;
			box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
			max-height:none;
		}
		.navbar-fixed-top {
			top:0;
			border-width:0 0 1px;
		}
		.navbar-collapse.collapse {
			display:none!important;
		}
		.navbar-nav {
			float:none!important;
			margin-top:7.5px;
		}
		.navbar-nav > li {
			float:none;
		}
		.navbar-default .navbar-nav > li > a {
			background:;
			color:;
			padding-top:5px;
			padding-bottom:5px;
			text-align:left;
		}
		.collapse.in{
			display:block!important;
		}
		.navbar-default .navbar-nav > li > .dropdown-menu {
			background:rgba(255,255,255,0);
			border-top:none;
			box-shadow:none;
		}
		.navbar-default .navbar-nav .open .dropdown-menu > li > a {
			color:;
			padding:5px 20px;
		}
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
			background-color:;
			color:#0b2749;
		}
		.navbar-nav .open .dropdown-menu {
			position:static;
			float:none;
			width:auto;
			margin-top:0;
			background-color:transparent;
			border:0;
			-webkit-box-shadow:none;
			box-shadow:none;
		}
	}

/* ----- Buttons ----- */
.btn {
	border-radius:0;
	-webkit-transition:all 0.25s ease-out;
	   -moz-transition:all 0.25s ease-out;
	    -ms-transition:all 0.25s ease-out;
	     -o-transition:all 0.25s ease-out;
	        transition:all 0.25s ease-out;
	}
	.btn:hover,
	.btn:focus {
	  	color:;
	}
	.btn-custom {
		background:#0b2749;
		border:none;
		color:#fff;
		font-weight:;
		text-transform:;
	}
	.btn-custom:hover,
	.btn-custom:active,
	.btn-custom.active,
	.open > .dropdown-toggle.btn-custom,
	.btn-custom:focus {
		background:#05204a;
		color:#fff;
	}
	.btn-ghost {
		background-color:transparent;
		border:1px solid #0b2749;
		color:#0b2749;
		margin:20px 0;
		font-weight:400;
		font-size:16px;
		padding:10px 30px;
		text-transform:uppercase;
		white-space:normal;
	}
	.btn-ghost:hover {
		background-color:#0b2749;
		border:1px solid #0b2749;
		color:#fff;
	}
	.btn-newsletter {
		background:#0b2749;
		color:#fff;
		height:38px;
	}
	.btn-newsletter:hover {
		background:;
		color:;
	}

/* ----- Header ----- */
header {
	clear:both;
	position:relative;
	top:0; right:0; bottom:auto; left:0;
	text-align:center;
	width:100%;
	z-index:3;
}
header .logo {
		margin:0;
		max-height:70px;
		position:relative;
		-webkit-transition:all 0.7s ease;
		   -moz-transition:all 0.7s ease;
		    -ms-transition:all 0.7s ease;
			 -o-transition:all 0.7s ease;
				transition:all 0.7s ease;
		z-index:;
	}
	@media (max-width:991px){
		header .logo {
			margin:;
		}	
	}

/* ----- Footer ----- */
footer {
	/*background:#1f1f1f;*/
	background:#f0f0f0;
	border-top:5px solid #0b2749;
	color:;
	font-size:;
	font-weight:;
	line-height:;
	padding-top:30px;
	position:relative;
}
	footer a {
		color:;
	}
	footer a:hover {
		color:;
	}
	footer h4 {
	}
	footer ul.info {
		font-weight:normal;
		margin:0;
		padding-left:0;
		text-align:right;
	}
	footer ul.info li {
		border-bottom:none;
		display:inline-block;
		list-style:none;
		padding:0 0 5px 0;
	}
	footer ul.info li:after {
	  content:"\2219";
	  padding-left:8px;
	  padding-right:3px;
	}
	footer ul.info li:last-child:after {
	    content:"";
	}
	footer ul.footer-nav {
		margin:5px 0;
		padding-left:0;
		text-align:right;
	}
	footer ul.footer-nav li {
		border-bottom:none;
		display:inline-block;
		font-size:14px;
		font-weight:bold;
		padding:0;
		text-transform:uppercase;
	}
	footer ul.footer-nav li:after {
	  content:"\2219";
	  padding-left:8px;
	  padding-right:3px;
	}
	footer ul.footer-nav li:last-child:after {
	    content:"";
	}
	#footer-b {
		background:#1f1f1f;
		color:rgba(255,255,255,0.5);
		font-size:12px;
		margin-top:30px;
		padding-bottom:25px;
		padding-top:15px;
		position:relative;
		text-align:;
	}
		#footer-b ul.footer-nav {
			float:left;
			margin-top:10px;
			padding-left:0;
		}
		#footer-b ul.footer-nav li {
			border-bottom:none;
			display:inline-block;
			font-weight:normal;
			text-transform:none;
		}
		#footer-b ul.footer-nav li:after {
		  content:"\2219";
		  padding-left:7px;
		  padding-right:2px;
		}
		#footer-b ul.footer-nav li:last-child:after {
		    content:"";
		}
	@media (max-width:991px){
		footer {
			text-align:center;
		}
		footer h4 {
			margin-top:20px;
		}
		#footer-b {
			padding-bottom:40px;
		}
	}
	@media (max-width:991px){
		footer ul.footer-nav,
		footer ul.info,
		#footer-b ul.footer-nav {
			float:none;
			text-align:center;
		}
		footer img {
			margin:10px auto;
		}
	}

/* ----- Sections ----- */
#holding,
#intro,
#outro {
	padding:50px 0;
	position:relative;
	text-align:center;
}
#content,
#contact,
#cms  {
	padding:10px 0 50px 0;
	position:relative;
}
	.page-header {
		border-bottom:none;
		margin:30px 0;
		padding:0 0 15px 0;
		position:relative;
		text-align:center;
		text-transform:uppercase;
	}
	.page-header:after {
		background:#0b2749;
		content:"";
		display:block;
		height:3px;
		margin-left:50%;
		position:absolute;
		bottom:-1px; left:-50px;
		width:100px;
	}
	.section-header {
		border-bottom:none;
		margin:0 0 30px 0;
		padding:0 0 15px 0;
		position:relative;
		text-align:left;
		text-transform:normal;
	}
	.section-header:after {
		background:#0b2749;
		content:"";
		display:block;
		height:3px;
		margin-left:;
		position:absolute;
		bottom:-1px; left:;
		width:100px;
	}
	.section-header-center {
		border-bottom:none;
		margin:0 0 30px 0;
		padding:0 0 15px 0;
		position:relative;
		text-align:center;
		text-transform:;
	}	
	.section-header-center:after {
		background:#0b2749;
		content:"";
		display:block;
		height:3px;
		margin-left:50%;
		position:absolute;
		bottom:0; left:-50px;
		width:100px;
	}
	#intro h3 {
		font-size:18px;
		font-weight:600;
		letter-spacing:2px;
		text-transform:uppercase;
		margin:0 0 20px 0;
	}
	#intro .btn-default {
		font-size:20px;
		margin:20px auto;
		padding:8px 25px;
	}
#contact {
	background:url("../img/bg-section-contact-min.jpg") no-repeat center top;
	background-size:cover;
	height:auto;
	max-width:100%;
	margin:0;
	padding:20px 0 170px 0;
	text-align:center;
	position:relative;
}
	#contact form {
		margin-top:30px;
		text-align:left;
	}
#gallery {
	overflow:hidden;
}	
#gallery img {
	margin:15px auto;
}
.ekko-lightbox .modal-body {
	padding:10px;
}
.ekko-lightbox img {
	min-height:100%;
}

/* ----- Index Page ----- */
#hero {
	position:absolute;
	top:0;
}
	.ms-fullscreen-template {
		position:absolute;
	}
	.ms-caption {
		color: #fff;
		font-family:'Quattrocento', Times New Roman, serif;
		font-size:30px;
		font-weight:400;
		max-width:50%;
		text-transform:uppercase;
		text-shadow:2px 2px 0 rgba(0, 0, 0, 0.5);
	}
	.ms-caption a {
		color:#fff;
	}

/* ----- Section ----- */
#section-one {
	background:url("../img/bg-section-one-min.jpg") no-repeat center center;
	background-size:cover;
	height:auto;
	max-width:100%;
	min-height:400px;
	margin:0;
	padding:125px 0;
	text-align:center;
	position:relative;
}
	#section-two {
	background:#0b2749; 
	color:#fff;
	padding:0 0 80px 0;
	position:relative;
	text-align:center;
}
	#section-two:after{
		background:#f0f0f0;
		content:'';
		height:50px; width:50px;
		position:absolute;
		left:calc(50% - 35px); bottom:-5px;
			-webkit-transform-origin:0% 100%;
			   -moz-transform-origin:0% 100%;
				-ms-transform-origin:0% 100%;
					transform-origin:0% 100%;
			-webkit-transform:rotate(45deg);
			   -moz-transform:rotate(45deg);
				-ms-transform:rotate(45deg);
					transform:rotate(45deg);
		z-index:2;
	}
	#section-two .img {
		margin-bottom:50px;
		margin-top:-125px;
		position:relative;
		z-index:1;
	}
	#section-two .img img {
		margin-bottom:10px;
		-webkit-box-shadow:0 0 25px rgba(0,0,0,0.4);
		   -moz-box-shadow:0 0 25px rgba(0,0,0,0.4);
				box-shadow:0 0 25px rgba(0,0,0,0.4);		
	}
	#section-two .btn-ghost {
		border:2px solid #fff;
		color:#fff;
	}
	#section-two .btn-ghost:hover {
		background:#fff;
		color:#0b2749;
	}

figure {
	background:rgba(255,255,255,1);
	border:none;
	margin:10px 0;
	position:relative;
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
			box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
}
	figure .img-wrapper {
		height:0;
		padding-top:75%;
		position:relative;
	}
	figure .img-inner {
		overflow:hidden;
		position:absolute;
		top:0; right:0; bottom:0; left:0;
	}
	figure a img {
		height:100%;
		width:100%;
	}
	figure .overlay:after {
		background:rgba(0,0,0,0.3);
		content:'\A';
		display:block;
		position:absolute;
		top:0; left:0;
		width:100%; height:100%;
		opacity:0;
		-webkit-transition:all 0.25s ease-out;
		   -moz-transition:all 0.25s ease-out;
		    -ms-transition:all 0.25s ease-out;
		     -o-transition:all 0.25s ease-out;
		        transition:all 0.25s ease-out;
	}
	figure .overlay:hover:after {
	    opacity:1;
	}
	figure .img-responsive {
		min-height:100%!important;
		min-width:100%!important;
	}
	figcaption {
		color:;
		font-size:;
		padding:10px;
		text-align:center;
	}
	figcaption .abstract {
		clear:both;
		width:100%;
	}
	figcaption .abstract span {
		display:block;
		display:-webkit-box;
		font-size:;
		line-height:1.4;
		margin:15px auto;
		max-width:100%; height:4.2em; 
		overflow:hidden;
		position:relative;
		text-overflow:ellipsis;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
	}
	figcaption .abstract span:after {
		content:"";
		text-align:right;
		position:absolute;
		bottom:0;
		right:0;
		width:70%;
		height:1.2em;
		background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
		background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
		background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	figcaption ul.overview  {
		padding-left:0;
		float:;
	}
	figcaption ul.overview li {
	  	clear:both;
		display:inline-block;
		font-weight:;
		font-size:16px;
	  	padding:0 20px 0 0;
	}
	figcaption ul.icon li:before {
		color:;
		content:'\f02e';
		display:inline;
		font-family:FontAwesome;
		font-size:22px;
	}​
	figcaption .table.overview {
		font-size:13px;
		margin-bottom:20px;
	}
	figcaption .table.overview tr {
	}
	figcaption .table.overview td {
		background:none;
	  	border-bottom:1px solid rgba(0,0,0,0.2);
	}
	figcaption .table.overview td.l {
		text-align:left;
	}
	figcaption .table.overview td.r {
		text-align:right;
	}

/* ----- Pagination ----- */
.spq,
.spq-blog {
	margin:10px -15px;
	text-align:center;
}

.spq-blog .pagination {
	float:none;
}
.pagination {
	border-radius:0;
	margin:0;
	padding-left:0;
	text-align:center;
}
	.pagination > li {
		display:inline;
	}
	.pagination > li > a,
	.pagination > li > span {
		background-color:#e6e6e6;
		border:1px solid #e6e6e6;
		border-radius:2px;
		color:rgba(0,0,0,0.7);
		float:left;
		font-weight:700;
		font-size:12px;
		height:26px; min-width:24px;
		line-height:24px;
		margin:0 1px;
		padding:0 2px;
		text-align:center;
	}
	.pagination .fa {
		font-size:11px;
	}
	.pagination > li:first-child > a,
	.pagination > li:first-child > span {
		border-radius:2px;
		margin-left:0;
	}
	.pagination > li:last-child > a,
	.pagination > li:last-child > span {
	}
	.pagination > li > a:hover,
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus,
	.pagination > .active > a,
	.pagination > .active > span,
	.pagination > .active > a:hover,
	.pagination > .active > span:hover,
	.pagination > .active > a:focus,
	.pagination > .active > span:focus,
	.pagination > .disabled > span,
	.pagination > .disabled > span:hover,
	.pagination > .disabled > span:focus,
	.pagination > .disabled > a,
	.pagination > .disabled > a:hover,
	.pagination > .disabled > a:focus {
		background-color:#999;
		border-color:#999;
		color:#fff;
		cursor:default;
		z-index:2;
	}
	@media (max-width:991px){
		.spq {
			margin:20px -15px 10px -15px;
		}
		.sort,
		.pagination,
		.query-text,
		.grid-list {
			float:none;
			text-align:center;
			margin:5px auto;
		}
	}
	span.lid,
	span.oid,
	span.genus,
	span.lttd,
	span.rfrr,
	span.lngtd,
	span.prc,
	div.referrer,
	div.searchData,
	span.menuItem,
	span.hidden {
		display:none;
		visibility:hidden;
	}

	/* Map */
	#mapListing,
	#map {
		border:1px solid rgba(0,0,0,0.1);
	}
	.map-location {
		background:#fff;
		box-shadow:0 1px 4px -1px rgba(0, 0, 0, 0.3);
		margin:11px 10px 0 120px ;
		padding:5px 10px 5px 10px;
		position:absolute;
		text-transform:capitalize;
		z-index:1;
	}

	#listing .energy {
		max-width:300px;
	}
	#listing #energy-rating {
		line-height:1.2;		
	}

/* ----- Forms ----- */
#accept {
	font-size:12px;
}
.radio,
.checkbox {
	margin-left:0;
}
.radio-inline {
	padding-top:0!important;
}
label {
	font-weight:600;
}
	label.legal {
		font-size:12px!important;
		line-height:20px;
		margin-top:0;
	}
.form-control {
  	border:1px solid rgba(0,0,0,0.1);
  	border-radius:2px;
  	box-shadow:none;
	height:auto;
	padding:;
}
.sr-only {
	display:none;
	top:5px;
}
input.error,
select.error {
	border:1px solid red!important;
}
#lmXtra {
	display:none;
	visibility:hidden;
}
.form-group {
	margin-bottom:10px;
}
.form-bg {
	background:#f4f4f4;
	border:1px solid rgba(0,0,0,0.1);
	padding:30px;
}
.form-bg label {
	color:;
}
.form-bg a {
	color:;
}

/* ----- Map - Contact Page ----- */ 
.google-maps {
	border:5px solid rgba(255,255,255,1);
	height:0;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
	padding-bottom:53.5%;
	padding-left:15px;
	padding-top:25px;
	padding-right:15px;
	-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
			box-shadow:0 0 3px 0 rgba(0,0,0,0.3);
}
.google-maps iframe {
	height:100%!important;
	left:0;
	position:absolute;
	top:0;
	width:100%!important;
	-moz-box-sizing:border-box;
}

/* ----- Map - Listing Page ----- */
.gm-style-iw {
	width:200px;
	min-height:100px;
}
#mapCanvas {
	clear:both;
	height:450px;
}
h2.locationMap {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

/* ----- Responsive Video ----- */
.embed-container { 
	position:relative; 
	padding-bottom:56.25%; 
	height:0; 
	overflow:hidden; 
	max-width:100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
}

/* ----- Blog ----- */
/* Result */
#cms figure {
}
	#cms figure .img-wrapper {
		padding-top:65%;
	}
	#cms figcaption {
		padding:5px 20px 20px 20px;
		text-align:center;
	}
	#cms ul.meta {
		border-bottom:1px solid rgba(0,0,0,0.1);
		border-top:1px solid rgba(0,0,0,0.1);
		line-height:1;		
		margin:10px 0;
		padding:5px 0 8px 0;
	}
	#cms ul.meta li {
		display:inline;
		font-size:11px;
		font-weight:normal;
		padding:;
	}
	#cms ul.meta li a {
		font-weight:normal;
	}
	#cms ul.meta li:after {
		content:"\2219";
		padding-left:5px;
		padding-right:5px;
	}
	#cms ul.meta li:last-child:after {
	    content:"";
	}
	#cms figcaption h3 {
		font-weight:400;
		font-size:20px;
		margin:5px 0;
	}
	#cms figcaption h3 span {
		display:block;
		display:-webkit-box;
		line-height:1.2;
		max-width:100%; height:2.4em;
		overflow:hidden;
		position:relative;
		text-overflow:ellipsis;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	#cms figcaption .abstract span {
		margin:10px auto;
		height:5.6em; 
		-webkit-line-clamp:4;
	}
	#cms figcaption .abstract span p {
		margin-bottom:0;
	}
	#cms figcaption a.btn-view-more {
		background:#0b2749;
		border-radius:2px;
		color:#fff;
	  	font-size:12px;
	  	margin:15px auto;
	  	padding:5px 10px;
		position:relative;
		text-align:center;
	}
	#cms figcaption a.btn-view-more:hover {
		opacity:0.8;
	}
	@media (max-width:991px){
		#cms figcaption h3
		#cms figcaption .abstract {
			height:auto;
			line-height:1.3;
		}
	}

/* Post */
 #cms .widget {
	background:;
	/*border:1px solid rgba(0,0,0,0.1);*/
	display:block;
	margin-bottom:10px;
	text-align:;
}
	#cms .widget h3 {
		border-top:;
		border-bottom:2px solid #0b2749;
		color:;
		font-size:;
		margin:0;
		margin-bottom:5px;
		margin-top:5px;
		padding:10px 15px;
	}
	#cms .widget a,
	#cms a.blogcategory {
		text-transform:capitalize;
	}
	#cms .widget .content {
		padding:5px 15px;
	}
	#cms .widget ul {
		padding-left:0;
		position:relative;
		text-align:;
	}
	#cms .widget ul li {
		border-bottom:1px solid rgba(0,0,0,0.05);
		display:block;
		line-height:1.3;
		padding:10px 0;
	}
	#cms .widget ul li:before {
		content:"";
		display:block;
		float:left;
		font-family:FontAwesome;
		margin:0 12px 5px 0;
	}
	#cms .widget ul.category li {
	}
	#cms .widget ul.recent-post li {
	}
	#cms .widget ul.q23BlgArchv li {
	}
	#cms .widget ul.tag-cloud li {
		border-bottom:none;
		display:inline;
	}
	#cms .widget ul.tag-cloud li:before {
		content:"";
		margin:0;
	}
	#cms .widget ul.tag-cloud li a.blogtag {
		background:;
		border:1px solid #0b2749;
		border-radius:0;
		display:inline-block;
		margin:2px;
		padding:4px 10px;
	}
	#cms .widget ul.tag-cloud li a.blogtag:hover {
		opacity:0.7;
	}
	#cms .post img {
		margin-bottom:10px;
		margin-top:10px;
	}
	#cms .bio {
		font-size:13px;
		font-style:italic;
		font-weight:600;
	}