* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	font: 400 15px/1.6em 'Maven Pro', sans-serif;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0.5em;
}
body::-moz-scrollbar {
    width: 0.5em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #F3CF07;
  outline: 1px solid slategrey;
}
body::-moz-scrollbar-thumb {
  background-color: #F3CF07;
  outline: 1px solid slategrey;
}

html {
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
    .container{
        min-width: 1220px;
    }
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #333;
	line-height: 1.4em;
}

h5, h6 {
	margin: 10px 0;
}

h1.h-xlight, h2.h-xlight, h3.h-xlight, h4.h-xlight, h5.h-xlight, h6.h-xlight {
	font-weight: 200;
}

h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light {
	font-weight: 300;
}

h1.h-bold, h2.h-bold, h3.h-bold, h4.h-bold, h5.h-bold, h6.h-bold {
	font-weight: 600;
}

h1.font-light, h2.font-light, h3.font-light, h4.font-light, h5.font-light, h6.font-light {
	color: #fff;
}

h1.line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

h1.line:before, h1.line:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}

h1.line:before {
    margin-left: -50%;
    text-align: right;
}

h2.line {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

h2.line:before, h2.line:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}

h2.line:before {
    margin-left: -50%;
    text-align: right;
}

h2 span {
	border-bottom: 2px solid #EC7C5E;
	display: block;
	width: 55px;
	padding-bottom: 10px;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
	margin: 0 0 20px;
}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
	color: #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
}

blockquote {
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
	font-weight: 700;
}

.light {
	font-weight: 400;
}

.gap {
	margin-bottom: 30px;
}

img.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* --- logo --- */
#logo h1{
	color: #ffffff;
	font-size: 16px;
	font-family: 'Julius Sans One', sans-serif; 
	color: #222;
}
.logo{
	margin: 0 auto;
}

.logo-text{
	position: relative;
	top: 130px;
	z-index: 1000;
}

.logo-text h1 {
	font-size: 45px;
	font-weight: 900;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;

}

.logo-text p {
	font: 500 24px 'Maven Pro' !important;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.7);
}

/* ==========================================================================
 Navigation
 ========================================================================== */

.navbar-brand h2 {
	margin-top: 0;
	font-weight: bold;
	color: white;
}
.navbar-brand {
	padding-top: 8px;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: none !important;
		width: 100%;
		text-align: right;
		margin-left: -4em;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.navbar-nav > li {
		display: inline-block;
		float: none;
	}
	#logo {
		position: absolute;
		display: block !important;
		padding-top: 5px;
		/*left: 53%;*/
		/*margin-left: -50px;*/
		margin-top: -10px;
		-webkit-border-radius: 0 0 100% 100%;
		-moz-border-radius: 0 0 100% 100%;
		border-radius: 0 0 100% 100%;
	}

}

.navbar-nav>li:nth-child(3) {
    /*margin-right: 15em;*/
}


/* ------- Navigation ------------ */

.navbar {
	margin-bottom: 0;
	z-index: 2000;
}

.navbar-brand {
	font-weight: 700;
}

.navbar-brand:focus {
	outline: 0;
}

.nav.navbar-nav {
	padding: 0;
	margin-left: -15px;
}


.navbar ul.nav > li > a {
	font: 500 14px 'Poppins', sans-serif;
	color: #222;
	padding: 10px 16px;
	text-transform: uppercase;
}

.navbar ul.nav > li:hover > a {
	background: none !important;
	color: #f28f76;
}

.navbar.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #333333;
}
.navbar-background{
	background: rgba(0,0,0,0.4);
	/*background-image: linear-gradient(180deg,#000000 -100%,transparent 110%);*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 115px;
	opacity: 1;
} 
.top-nav-collapse .navbar-background,
.navbar-fixed-top[aria-expanded=true] 
.navbar-background{
	opacity: 0;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.navbar.top-nav-collapse h1{
	color: #333333 !important;
}

.navbar ul.nav ul.dropdown-menu {
	border-radius: 2px;
	padding: 10px 0;
	box-shadow: none;
	background: rgba(0,35,73,.75);
}

.navbar ul.nav li a:hover ul.dropdown-menu {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar ul.nav ul.dropdown-menu li a {
	padding: 5px 16px;
	color: #fff;
	min-width: 200px;
	font: 400 15px 'Maven Pro', sans-serif;
	text-align: left;
}

.navbar ul.nav ul.dropdown-menu li a:hover {
	background: none;
	color: #f28f76;
}

.navbar .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
	background: none;
	color: #fff;
}
/*.navbar .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
	background: none;
}*/

.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}

.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}

ul.dropdown-menu ul li {
	list-style: none;
	padding-left: 25px;
}
/* sub-menu */

.navbar ul ul ul{
	display: none;
}
.navbar ul li ul li ul{
	top: -13px;
	left: 200px;
}
.navbar ul ul li:hover li{
	display: block;
}

/* misc */
hr {
	margin-top: 10px;
}

hr.bold {
	border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 80px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
.marginbot-60 {
	margin-bottom: 60px !important;
}
.marginbot-70 {
	margin-bottom: 70px !important;
}
.marginbot-80 {
	margin-bottom: 80px !important;
}
.marginbot-90 {
	margin-bottom: 90px !important;
}
.marginbot-100 {
	margin-bottom: 100px !important;
}

.margintop-0 {
	margin-top: 0 !important;
}
.margintop-10 {
	margin-top: 10px !important;
}
.margintop-20 {
	margin-top: 20px !important;
}
.margintop-30 {
	margin-top: 30px !important;
}
.margintop-40 {
	margin-top: 40px !important;
}
.margintop-45 {
	margin-top: 45px !important;
}
.margintop-50 {
	margin-top: 50px !important;
}

/* ===========================
 --- General sections
 ============================ */

.home-section {
	padding: 50px 0;
	display: block;
	/*position: relative;
	 z-index: 120;*/
}

.inner-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-section.nopadd-bot {
	padding-bottom: 0;
}

.section-heading h2 {
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #18223B;
}

.section-heading p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6em;
	color: #18223B;
}

.color-dark .section-heading h2 {
	color: #18223B;
}
.color-dark .section-heading p {
	color: #444;
	color: #18223B;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}

.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote, .color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-blue {
	background: #333;
}

.bg-dark {
	background: #222;
	background: url(../images/bg-section.jpg) fixed;
	background-size: cover;
}

.bg-dark h2 {
	color: #fff !important;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/* ===========================
 --- Intro
 ============================ */

/*.hero {
	background: url(../images/banner-bg2.jpg) center center;
	background-size: cover;
	padding-top: 20px;
	height: 100%;
}
.hero-inner {
	background: url(../images/banner-bg.jpg) 0 0;
	background-size: 1650px;
	height: auto;
	padding: 20px 0;
}*/


/*slider*/

.flickerplate ul.flicks > li .flick-title{
	/*font: italic 46px Cookie !important;*/
	font-size: 36px !important;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.05em;
	font-family: 'Julius Sans One', sans-serif;
}
.flickerplate ul.flicks > li .flick-sub-text{
	font-size: 24px !important;
	color: #ffffff !important;
	text-shadow: 0 0 15px rgba(0,0,0,0.7);
}

.learn-more-btn {
	background: rgba(61, 201, 179, 1);
	padding: 20px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-box-shadow: 0px 3px 0px 0px #309383;
	-moz-box-shadow: 0px 3px 0px 0px #309383;
	box-shadow: 0px 3px 0px 0px #309383;
	margin: 60px 0 0;
	font-weight: bold;
}
.learn-more-btn:hover, .learn-more-btn:focus {
	background: rgba(61, 201, 179, 0.6);
	color: #fff;
}

.img-title {
	position: absolute; 
	top: 0; 
	color: #fff;
	text-align: center;
	width: 100%;
	/*background: rgba(0,0,0,0.4);*/
	height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.img-title:hover {
	background: rgba(0,0,0,0.4);
}

.img-title span {
	border: 1px solid rgba(255,255,255,0.8);
	padding: 7px 15px;
	font: 500 18px 'Poppins';
	display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.img-title:hover span {
	opacity: 0;
}

.img-title h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: 100px;
}

ul.list li {
 	border-bottom: 1px solid #eee;
 	padding: 0;
 	list-style: none;
}

ul.list li:last-child {
 	border-bottom: none;

}

.service-icon {
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 8px;
}

.intro {
	width: 100%;
	position: relative;
	padding: 0;
}
.intro-inner {
	width: 100%;
	position: relative;
	padding: 120px 0 20px;
}

.brand-heading {
	font-size: 40px;
}

.intro-text {
	font-size: 18px;
}

.room-section {
	background: url(../images/room-bg.jpg) fixed;
}

/* Carousel Styles */

.carousel-inner img {
	width: 100%;
	max-height: 650px;
}

.carousel-control {
	width: 0;
}

.carousel-control.left, .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 30px;
}

.carousel-control.left span:hover, .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	padding-left: 0;
}

/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}

.header-text h2 {
	font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}

.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}

.btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

/* ===========================
 --- About
 ============================ */

/* ===========================
 --- Services
 ============================ */
.service-box {
	background: #fff;
	border-bottom: 2px solid #f7f7f7;
	padding: 40px 20px;
}

.service-box:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: -15px;
}

.service-icon {
	margin-bottom: 20px;
}

.service-desc h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #222;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-desc .divider-header {
	margin-bottom: 30px;
}

.card {
	position: relative;
	overflow: hidden;
}

.card img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.card a img {
	
}

.card:hover a img {
	
}

.sticker {
	position: absolute;
	top: 0;
	right: 0;
}

.sticker img {
	width: 100px;
}

.img-wrapper {
	position: relative;
	overflow: hidden;
	/*background: #06192B;*/
}

.img-wrapper h3 {
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	text-shadow: 0 0 7px #000;
	background: rgba(0,0,0,0.3);
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 18px;
}

.img-wrapper img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.img-wrapper:hover .img-responsive {
	/*opacity: 0.6;*/
}


/* ===========================
 --- Contact
 ============================ */

.form-group {
	margin-bottom: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
	font-size: 15px;
	line-height: 1.6em;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
}

form label {
	/*font: 700 17px 'Maven Pro Condensed';*/
	color: #333;
}

form label span {
	color: red;
}

.btn-lg, .btn-group-lg > .btn {
	border-radius: 2px;
}

form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}

/* ===========================
 --- Bottom
 ============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}

.box-social .social-facebook a {
	display: block;
	background: #3873ae;
}

/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.sidebar .widget ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}

.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}

.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
}

form.search-form input:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
/*---inner border---*/

.box {
	width: 70px;
	height: 70px;
	background: #f35e3c;
	margin: 7px auto;
}
.circle {
    border-radius: 50%;
}
.inner-border {
   	border: 2px solid #f35e3c;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
   	box-sizing: border-box; 
}
.mask_hover span{
    width: 100%;
  	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask_hover span i{  
	color: #ffffff;
	font-size: 16px;
	display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-clip: padding-box;
}
.divcontent p{
	font-size: 14px;
	margin-bottom: 0px;
}
/*---inquiry---*/

.section{
	background: url(../images/sect-bg.jpg) fixed center center;
	background-size: cover;
	padding: 40px;
	margin-bottom: 20px;
}
.bgwhite{
	background: #ffffff;
	padding: 20px 10px;
}
.inquirybox{
	background: rgba(0,0,0,0.6);
	padding: 30px 30px 23px 30px;
	color: #ffffff;
	text-align: center;
}
.inquirybox h2{
	text-transform: uppercase;
	color: #ffffff;
}
.divider{
	background: #EC7C5E;
	width: 80px;
	height: 3px;
	margin: 0 auto;
	display: block;
}
.btncust{
	background: #F26347;
	color: #ffffff;
	font: 600 14px 'Maven Pro', sans-serif;
	text-transform: uppercase;
	border: none;
	margin: 0 auto;
}
.discimg img{
	margin: 0 auto;
}


/* ===========================
 --- Footer
 ============================ */

footer {
	background: #649bdb;
	/*background: #0073a8 url(../images/bg.jpg) fixed;*/
	background-size: cover;
	padding: 50px 0 0 0;
	color: #fff;
	position: relative;
}

footer:before {
    content: "";
	position: absolute;
	left: 0; right: 0;
 	top: 0; bottom: 0;
	background: rgba(0,35,73,.75);
}

footer h3 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 19px;
}

footer h3 span {
	border-bottom: 2px solid #EC7C5E;
	display: block;
	width: 55px;
	padding-bottom: 15px;
}

footer a {
	color: #eee;
}

footer a:hover {
	color: #EC7C5E;
}

.footer-bottom {
	background: rgba(0,0,0,0);
	padding: 22px 0;
}
.bordertop{
	padding-top: 22px;
	border-top: 1px solid #ffffff;
}

ul.contact-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.contact-info li {
	margin-bottom: 3px;
}

ul.contact-info .fa {
	float: left;
	width: 32px;
	margin-bottom: 15px;
	font-size: 18px !important;
	position: relative;
	top: 3px;
}

ul.footer-menu {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;
	width: 270px;
}

ul.footer-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 3px 0;
}

ul.footer-menu li:last-child {
	border-bottom: 0;
}

ul.footer-menu li a {
	color: rgba(255,255,255,0.85);
}

ul.footer-menu li:hover a {
	color: #fff;
}

.member-logo {
	margin-bottom: 10px;
}

.member-logo img {
	margin-right: 5px;
	margin-bottom: 10px;
}

.social-icon .fa {
	border: 1px solid #ccc;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 10px;
	font-size: 23px;
	color: #ccc;
} 

.social-icon  .fa:hover {
	border: 1px solid #fff;
	color: #fff;
} 

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top: 0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}

/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus {
	outline: 0;
}

.btn-custom {
	color: #555;
	padding: 10px 18px;
	font: 400 14px 'Maven Pro', sans-serif;
	border: 1px solid #999;
	border-radius: 20px;
	text-transform: uppercase;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
	color: #EAC300;
	border: 1px solid #EAC300;
}

.btn-outline {
	color: #fff;
	padding: 10px 18px;
	font: 400 14px 'Maven Pro', sans-serif;
	border: 1px solid #eee;
	border-radius: 20px;
	text-transform: uppercase;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	color: #EAC300;
	border: 1px solid #EAC300;
}

.btn-red {
	background: #F26347;
	color: #fff;
	padding: 10px 14px;
	font: 600 14px 'Maven Pro', sans-serif;
	border-radius: 2px;
	text-transform: uppercase;
}

.btn-red:hover {
	background: #F26347;
	color: #fff;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
	color: #fff;
	background: #333;
}

.banner-social-buttons {
	margin-top: 0;
}

/* --- progress --- */
.progress {
	height: 40px;
}
.progress-bar {
	font-size: 14px;
	line-height: 40px;
}

/* Media queries */

@media (min-width: 767px) {

	.navbar {
		padding: 15px 0 20px 0;
		border-bottom: 0;
		letter-spacing: 0.3px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
		border-radius: 0;
	}

	.navbar-fixed-top {
		height: 115px;
	}

	.top-nav-collapse {
		background-color: #ffffff;
		box-shadow: 0 0 5px 0 rgba(55,16,0,.5);
		z-index: 2000;		
	}
	
	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid rgba(255,255,255,.3);
	}

	.intro {
		height: 100%;
		padding: 0;
	}

	.brand-heading {
		font-size: 100px;
	}

	.intro-text {
		font-size: 25px;
	}

}
@media (max-width: 768px) {
	.hero {

	}
	#navigation {
		padding: 20px 0;
		position: relative;
		z-index: 1000;
	}
	.site-logo {
		margin: 0 0 0 30px;
		float: none;
	}
	.navbar-custom ul.nav li a {
		color: #eee;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;
	}
	.navbar-header {
		margin-top: -40px;
		margin-top: -18px;
		padding: 0;
	}
	.navbar-header button {
		background: #111;
		background: none;
	}
	.navbar-header button .fa {
		font-size: 18px;
	}

	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #fff;
	}

	.navbar-custom .nav {
		background: #444;
	}

	.service-box {
		margin-bottom: 50px;
	}

	.team-wrap {
		margin-bottom: 30px;
	}

	form#contact-form {
		margin-bottom: 50px;
	}

	.xs-marginbot-20 {
		margin-bottom: 20px;
	}

	.card a img {
		width: 100%;
	}

	.updated-news {
		margin-bottom: 30px;
	}

	
}

@media (max-width: 480px) {

	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255,255,255,.4);
		background: #eee !important;
	}

	.navbar-custom .nav.navbar-nav a {
		color: #000;
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}

.review {
	background: #eee url(../images/bg-section.jpg) fixed;
	background-size: cover;
	padding: 50px 0;
}

.review .slide {
	margin: 0 30px;
}

.accordion-toggle:hover {
	text-decoration: none;
}

.panel-heading {
	overflow: hidden;
}

.panel-heading:hover {
	cursor: pointer;
}

.panel-heading .fa {
	color: #555;
	position: relative;
	top: 6px;
}

.panel-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.panel-heading:hover .panel-title {
	color: #000;
}

.side-wrapper {
	padding: 25px 25px 15px 25px;
	border-radius: 3px;
	background: #17355B;
}

.side-wrapper h4 {
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
}

ul.side-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 30px;
}

ul.side-menu img {
	width: 18px;
	margin-right: 10px;
}

ul.side-menu li a {
	padding: 8px 0;
	color: #111;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	font: 500 14px 'Poppins', sans-serif;
}

ul.side-menu > li:last-child a {
	border-bottom: 0;
}

ul.side-menu > li:hover > a {
	color: #F26347;
}

ul.side-menu ul {
	list-style: none;
	padding-left: 20px;
}

ul.side-menu ul li a {
	text-transform: capitalize;
}

ul.side-menu ul li:hover a {
	color: #F26347;
}

.img-full {
	width: 100%;
}

ul.nav li .fa {
	font-size: 13px;
}

ul.do-list, ul.dont-list {
	list-style: none;
}

ul.do-list li, ul.dont-list li {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

ul.do-list .fa, ul.dont-list .fa {
	background: green;
	color: #fff;
	font-size: 12px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50px;
	margin-right: 5px;
}

ul.dont-list .fa {
	background: red;
}

.float-img {
	width: 300px;
	float: left;
	margin-right: 25px;
}

.form-wrapper {
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 10px #ddd;
}

.form-wrapper label {
	font-weight: 400;
}

a:focus {
	outline: 0;
}

.img-full {
	width: 100%;
}

.btn-link {
	color: #EC6C10;
	font: 600 17px 'Maven Pro', sans-serif;
}

.btn-link:hover {
	text-decoration: none;
}

.img-border {
	border: 1px solid #ddd;
}

table th, table td {
	border: 1px solid #ddd;
	text-align: center;
}

table th {
	font-weight: normal;
}

table img {
	width: 150px;
}

.calendar {
	background: url(../images/calendar.png) no-repeat;
	background-size: 60px;
	width: 60px;
	height: 60px;
	line-height: 1.3em;
	text-align: center;
	padding-top: 23px;
	margin-right: 15px;
	margin-top: 7px;
	font-size: 13px;
}

.calendar span {
	display: block;
	font-size: 23px;
	font-weight: 500;
}

.slick-slide img {
	display: inline-block !important;
}

.customise {
	background: #eee;
	padding: 30px 40px 20px 40px;
	margin-bottom: 40px;
	border-radius: px;
}

.tooltip {
	position: fixed;
	z-index: 1030;
	display: block;
	font-size: 15px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip-inner {
	max-width: 200px;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	display: none;
}

.review-wrapper {
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/quote.png) no-repeat left top;
	background-size: 30px;
	padding: 8px 0 10px 40px;
	margin-bottom: 20px;
}

.review-wrapper p {

}

.review-wrapper h6 {
	text-transform: uppercase;
}

.modal-body .form-group {
	margin-bottom: 5px;
}

a h6:hover {
	color: #f47524;
}

#myModal {
	z-index: 10000;
}

.review .slide img {
	width: 180px;
	height: 180px;
	margin: 10px 0;
	border: 7px solid #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.search-box {
	background: rgba(255,255,255,0.7);
	padding: 20px 30px;
	border-radius: 3px;
	margin: 0 80px;
	margin-top: -100px;
	position: relative;
	bottom: 30px;
}

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

address {
	line-height: 1.6em;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs li a {
	font: 600 15px 'Poppins', sans-serif;
	color: #333;
	border: 0 !important;
	text-transform: uppercase;
	padding: 10px 0;
	margin-right: 30px;
}

.nav-tabs li a:hover {
	background: none !important;
}

.nav-tabs li a:focus {
	color: #DA504A;
}

.nav-tabs li.active a {
	border-bottom: 3px solid #DA504A !important;
	color: #DA504A !important;
}

.tab-content {
	padding: 30px 0;
} 

.underline {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.grad-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.grad-bg2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}