@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700italic,700,300);
@import url(https://fonts.googleapis.com/css?family=Playball);
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/font-icons/flaticon.eot");
	src: url("../fonts/font-icons/flaticon.eot#iefix") format("embedded-opentype"),  url("../fonts/font-icons/flaticon.woff") format("woff"),  url("../fonts/font-icons/flaticon.ttf") format("truetype"),  url("../fonts/font-icons/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 36px;
	font-style: normal;
}
.flaticon-bed34:before {
	content: "\e000";
}
.flaticon-cars8:before {
	content: "\e001";
}
.flaticon-energy51:before {
	content: "\e002";
}
.flaticon-furniture53:before {
	content: "\e003";
}
.flaticon-sofa:before {
	content: "\e004";
}
.flaticon-videocamera14:before {
	content: "\e005";
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p {
	margin : 0;
	padding : 0;
	border : 0;
	vertical-align : baseline;
	font-weight : normal;
}
html, button, input, select, textarea {
	color : #7f7f7f;
}
body {
	font-family : 'Roboto', sans-serif;
	font-size : 14px;
	line-height : 24px;
}
audio, canvas, img, video {
	vertical-align : middle;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin : 0;
	padding : 0;
}
h1 {
	color : #c69e59;
	font-family : 'Playball', sans-serif;
	font-size : 50px;
	text-transform : capitalize;
}
h2 {
	font-family : 'Playball', sans-serif;
	font-size : 40px;
	text-transform : capitalize;
	color : #a87f41;
	letter-spacing : 1px;
	text-align: center;
}
h3 {
	font-size : 24px;
}
h4 {
	font-size : 18px;
}
h5 {
	font-size : 16px;
}
h6 {
	font-size : 14px;
}
p {
	font-family : 'Roboto', sans-serif;
	font-size : 14px;
	font-weight : 400;
	color : #444444;
}
ul, ol {
	list-style-type : none;
}
a, a:active, a:focus, a.active {
	color : #feedd2;
	text-decoration : none !important;
	outline : none;
	cursor : pointer;
	-webkit-transition : all ease 0.5s;
	-o-transition : all ease 0.5s;
	transition : all ease 0.5s;
}
a:hover {
	color: #a87f41;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0px;
}
.no-rightpad {
	padding-right: 0px;
}
.no-leftpad {
	padding-left: 0px;
}
.header-top {
	background-color: #c79c60;
	padding: 0px 0;
}
/* Social CSS */
.social {
	display: inline-block;
	list-style: none;
	padding: 5px 0px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.social li {
	display: inline-block;
}
.social li a, .social li a:visited {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 20px;
	padding: 10px 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.social li .fa-facebook:hover {
	color: #0083C9;
	background: none;
}
.social li .fa-twitter:hover {
	color: #5BBCEC;
	background: none;
}
.social li .fa-linkedin:hover {
	color: #90C9DC;
	background: none;
}
.social li .fa-google-plus:hover {
	color: #CE3C2D;
	background: none;
}
.top-nav {
	font-size: 14px;
}
.top-nav .nav {
	margin-top: 0px;
}
.top-nav .nav > li:first-child {
	padding-left: 15px;
}
.top-nav .navbar-nav > li {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 5px 20px;
	color: rgba(255, 255, 255, 0.6);
}
.top-nav .navbar-nav > li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-nav .navbar-nav > li > a {
	position: relative;
	color: rgba(255, 255, 255, 0.6);
	padding: 0px 0px;
	margin: 0px;
	-webkit-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.top-nav .navbar-nav > li > a:hover {
	background: none;
	color: #000000;
}
.logo {
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}
.logo img {
	max-height: 50px;
	width: auto;
}
.logo a img {
	display: block;
}
.navbar-default {
	background: #ffffff;
	border: none;
	border-radius: 0px;
	font-family : 'Roboto', sans-serif;
	min-height: 50px;
	margin-bottom: 0px;
	z-index: 9;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.navbar-brand {
	height: auto;
	padding: 10px 0;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1.4px;
	color: #171717;
	border-right: 1px solid #d5d4d4;
	webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.navbar-nav > li > a {
	padding: 0px 15px 0px;
	margin: 25px 0px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #a87f41;
	background-color: transparent;
	box-shadow: none;
}
.navbar-default .navbar-nav li a:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #a87f41;
	content: '';
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.6s linear 0s;
	-moz-transition: all 0.6s linear 0s;
	-webkit-transition: all 0.6s linear 0s;
	-ms-transition: all 0.6s linear 0s;
	-o-transition: all 0.6s linear 0s;
}
.navbar-default .navbar-nav li:hover a:after {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.navbar-default .navbar-nav li.active a:after {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	color: #a87f41;
	background-color: transparent;
	box-shadow: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none;
	background-repeat: no-repeat;
	box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #a87f41;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #a87f41;
	background-color: transparent;
}
nav {
	bottom: 0;
	width: 100%;
}
.affixTop {
	position: fixed;
	top: 0;
	max-height: 70px;
	z-index: 100;
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.affixTop .nav {
	background-color: transparent;
}
.affixTop .nav li:first-child:before {
	display: none;
}
.dropdown-menu {
	padding: 0px;
	background-color: rgba(255,255,255, 0.9);
	border: 0px;
	border-radius: 0px;
}
.dropdown-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: block;
}
.dropdown-menu li a {
	color: #000000;
	font-size: 12px;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}
.dropdown-menu li:last-child {
	border-bottom: 0px solid #ee1e23;
}
.dropdown-menu li a:hover {
	background: #BC2E31;
	color: #FFFFFF;
}
 @media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
}
.tp-banner {
	z-index: 0;
}
.welcome-area {
	background-color: #f1f1f1;
	padding: 60px 0;
}
.welcome-note {
	padding: 60px 50px;
	background-color: #FFF;
	border-bottom: 5px solid #C4A97F;
	border-top: 5px solid #c4a97f;
	webkit-box-shadow: 0 2px 2px 0 rgba(206,206,199,0.6);
	-moz-box-shadow: 0 2px 2px 0 rgba(206,206,199,0.6);
	box-shadow: 0 2px 2px 0 rgba(206,206,199,0.6);
}
.welcome-area .welcome-note-top {
	margin-top: -12%;
}
.welcome-note h1 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}
.welcome-note h2 {
	font-family: 'merriweather', sans-serif;
	font-size: 24px;
	color: #2d2d2d;
	text-transform: uppercase;
	padding: 10px 0 0px 0;
	letter-spacing: 0.5px;
	line-height: 1.4;
	font-weight: 300;
}
.welcome-note p strong {
	font-size: 16px;
	text-transform: capitalize;
	color: #545454;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 24px;
}
.welcome-note p {
	font-size: 14px;
	font-weight: 300;
	color: #050505;
	margin-top: 15px;
	letter-spacing: 1px;
	line-height: 1.6;
	text-align: center;
}
.event-widget {
	background-color: #333;
	padding: 15px;
}
.event-widget.gold {
	background-color: #C69E59;
}
.event-widget h1 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #C69E59;
}
.event-widget p {
	color: #FFF;
	margin-bottom: 15px;
}
.event-widget.gold h1 {
	color: #FFF;
}
.welcome-area .top-5 {
	margin-top: -4%;
}
.welcome-area .grid {
	position: relative;
	list-style: none;
	text-align: center;
}
/*Parallax*/	
.parallax {
	background-attachment: fixed !important;
	background-position: center middle;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay {
	background: rgba(0,0,0,0.75) url(../images/parallax-overlay.png);
	padding: 60px 0px;
}
.overlay1 {
	background: rgba(0,0,0,0.75) url(../images/parallax-overlay.png);
	padding: 0px 0px;
}
.parallax h1 {
	color: #cfa670;
	font-size: 40px;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-align: center;
}
.parallax .slogan {
	padding-bottom: 35px;
	color: #e2e2e2;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 35px;
	text-align: center;
	font-weight: 300;
}
.shortcuts {
	text-align: center;
	background: none;
	border-radius: 5px;
}
.shortcuts .shortcut {
	width: 140px;
	display: inline-block;
	padding: 15px 6px;
	margin: 0 5px 1em;
	vertical-align: top;
	text-decoration: none;
	background: rgba(39, 39, 39, 0.91);
	box-sizing: border-box;
	border-radius: 5px;
}
.shortcuts .shortcut .shortcut-icon {
	color: #FFF;
	display: block;
	margin-top: 15px;
}
.shortcuts .shortcut:hover {
	color: #fff;
	background-color: #A87F41;
}
.shortcuts .shortcut-label {
	display: block;
	font-family: 'Merriweather';
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}

.content {
	background: #f8f8f8;
	text-align: justify;
	border-top: 1px solid #DDDAD5;
	padding: 60px 0;
	}
.gallery-wrapper {
	background: #f8f8f8;
	text-align: center;
	border-top: 1px solid #DDDAD5;
	padding: 60px 0;
}
.gallery-wrapper h1 {
	color: #cfa670;
	font-size: 40px;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 30px;
}
.gallery-wrapper .grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}
.gallery-wrapper .grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}
.gallery-wrapper .grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-wrapper .grid figure figcaption, .gallery-wrapper .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-wrapper .grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.gallery-wrapper .grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.gallery-wrapper .grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.gallery-wrapper .grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.gallery-wrapper .gallery-image .fa {
	font-size: 20px;
	color: white;
	padding: 9px 11px;
	background-color: #cfa670;
	border-radius: 50%;
	line-height: 20px;
}
.gallery-hover-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-wrapper .gallery-image p {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
.gallery-wrapper figure.grid-desc figcaption::before {
	position: absolute;
	top: 5%;
	right: 3%;
	bottom: 5%;
	left: 3%;
	content: '';
	background-color: rgba(26, 26, 26, 0.6);
}
.gallery-wrapper figure.grid-desc figcaption::before, .gallery-wrapper figure.grid-desc .fa {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.gallery-wrapper figure.grid-desc:hover figcaption::before, .gallery-wrapper figure.grid-desc:hover .fa {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-wrapper figure.grid-desc:hover h2 {
	margin-top: 6%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: transparent;
}
.gallery-wrapper figure.grid-desc:hover figcaption::before, .gallery-wrapper figure.grid-desc:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-wrapper figure.grid-desc:hover figcaption {
	background-color: rgba(58,52,42,0);
}
.gallery-wrapper figure.grid-desc figcaption::before, .gallery-wrapper figure.grid-desc p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
	font-size: 16px;
}
.booking {
	background: rgba(0,0,0,0.4);
	padding: 60px 30px;
}
.booking h1 {
	color: #cfa670;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
}
.booking .slogan {
	color: white;
	padding-bottom: 35px;
	text-align: center;
}
.booking input.form-control {
	margin-bottom: 30px;
	height: 40px;
	background-color: rgba(255,255,255,0.6);
}
textarea.form-control {
	height: auto;
	background-color: rgba(255,255,255,0.6);
	margin-bottom: 30px;
}
.btn-gold {
	background: #a87f41;
	font-size: 18px;
	letter-spacing: 2px;
	color: #ffffff;
	text-transform: capitalize;
}
.btn-gold:hover {
	background: #c19a5f;
	color: #f0efee;
	box-shadow: none;
}


::-webkit-input-placeholder {
color: #333333 !important;
font-size:12px;
letter-spacing:1px;
text-transform:uppercase;
}
::-moz-placeholder {
color: #333333 !important;
font-size:12px;
letter-spacing:1px;
text-transform:uppercase;
}
.testimonial {
	padding: 60px 30px;
}
.owl-nav .owl-controls div {
	background: none;
	padding: 5px 15px;
}
.owl-theme .owl-controls .owl-nav div {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	padding: 2px 8px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.9;
	background: #FFF;
}
.owl-theme .owl-controls .owl-nav div:first-child {
	border-right: none;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-nav div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.testimonial .item img {
	width: 150px !important;
	border-radius: 50%;
	margin: 30px auto 40px;
	position: relative;
	border: 4px solid #dddddd;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.testimonial .item p {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-bottom: 15px;
}
.testimonial .item p:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f10d";
	bottom: 37%;
	left: 48.5%;
	font-size: 24px;
	font-style: italic;
	color: #fff;
}
.testimonial .item h3 {
	color: #CFA670;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-align: center;
	font-family: "Playball", sans-serif;
}
footer {
	background: #222127;
	padding: 20px 0 10px;
	margin-top: 0px;
}
footer p {
	color: #CCC;
}
footer p a {
	color: #666;
}
footer p a:hover {
	color: #CCCCCC;
}
.designed {
	text-align: right;
}
.designed a {
	color: #CCCCCC;
}
.designed a:hover {
	color: #636B7B;
}
/* Scroll to top */
.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #636B7B;
	border-radius: 2px;
}
.totop a, .totop a:visited {
	color: #fff;
}
.totop a:hover {
	color: #eee;
	background: #636B7B;
	text-decoration: none;
}

ul.fancy-list { list-style-type:none; list-style-position:outside; padding:0;}
ul.fancy-list li { display:block; position:relative; padding-left:20px; line-height:24px; padding-bottom:10px; }
ul.fancy-list li p{line-height:21px !important; color:#333;} 
ul.fancy-list li ul { padding-left:0px; }
	
ul.fancy-list.arrow li { padding-left:15px; }
ul.fancy-list.double-arrow li { padding-left:15px; }

ul.fancy-list li:before { font-family: 'FontAwesome'; font-style:normal; color:#A87F41; font-weight:normal; text-decoration:inherit; font-size:14px; position:absolute; top:1px; left:0px; }

ul.fancy-list.arrow li:before { content:"\f105";}
ul.fancy-list.double-arrow li:before { content:"\f101";}

ul.fancy-list.checkbox li:before { content:"\f00c";}
ul.fancy-list.caret-right li:before { content:"\f0da";}
ul.fancy-list.asterisk li:before { content:"\f069";}
.asterisk li{color:#6F6F6F; font-weight:bold;}

ul.fancy-list.arrow-right li:before { content:"\f061";}
.arrow-right li{color:#6F6F6F; font-weight:bold;}

.content h2
{
	color : #c69e59;
	font-family : 'Playball', sans-serif;
	font-size : 50px;
	text-transform : capitalize;
	text-align:justify;
	}
.gallery-wrapper h2{
	color : #c69e59;
	font-family : 'Playball', sans-serif;
	font-size : 50px;
	text-transform : capitalize;
	text-align:justify;
}

/*Under Line*/

section .headul {
    margin: 10px 60px 12px -900px;
}

section.bg-image .headul:before,
section.bg-image .headul:after{
    background-color: #C69E59;
}

section.white-text .headul:before,
section.white-text .headul:after{
    background-color: #ffffff;
}

section .headul:before {
    content: " ";
    width: 220px;
    height: 2px;
    background-color: #C69E59;
    margin: 0 auto;
    display: block;
}

section .headul:after {
    margin: 0 auto;
    content: " ";
    width: 60px;
    height: 6px;
    background-color: #C69E59;
    display: block;
}

section .headul.white:before,
section .headul.white:after {
    background-color: #ffffff;
}

section .headul.left-align:before,
section .headul.left-align:after {
    margin: 0 0 0 0;
}

section .headul:after {
    margin: 0 auto;
    content: " ";
    width: 60px;
    height: 6px;
    background-color: #C69E59;
    display: block;
}

.clears{margin:200px;}

/*Contact Details*/

.adress-details > div{
	font-size:13px;
	display:table;
	margin-top:-1px;
}

.intro h3{
	color:#A87F41;
}

.adress-details > div a{
	color:#444;
}
.adress-details > div a:hover{
	color:#A87F41;
}
.adress-details > div:first-child{
	margin-bottom:25px;
	margin-top:0;
}
.adress-details > div:after{
	content:"";
	display:block;
	clear:both;
}
.adress-details > div > span{
	display:table-cell;
	border:1px solid #eee;
	position:relative;
	text-align:center;
	width:40px;
	height:35px;
	vertical-align:middle;
}
.adress-details > div > span:after{
	content:"";
	display:block;
	position:absolute;
	right:-3px;
	top:-1px;
	bottom:-1px;
	width:5px;
	background-color: #C69E59;
}
.adress-details > div > div{
	display:table-cell;
	padding-left:25px;
	vertical-align:middle;
}

/* Forms */
.form-elem + .form-elem{
	margin-top:15px;
}
.row > div.form-elem + div.form-elem{
	margin-top:0;
}
.default-inp{
	display:block;
	width:100%;
	border:1px solid #eee;
	position:relative;
}
.default-inp:after{
	width:5px;
	right:-1px;
	top:-1px;
	bottom:-1px;
	content:"";
	display:block;
	position:absolute;
	background-color:rgba(136, 136, 136, 0.2);
}
.default-inp input{
	display:block;
	border:none;
	padding:0 25px;
	height:50px;
	line-height:50px;
}
.default-inp textarea{
	display:block;
	border:none;
	padding:15px 25px;
	resize:none;
	min-height:185px;
}
.default-inp i{
	position:absolute;
	right:32px;
	top:16px;
	width:auto;
}
.form-elem input, .form-elem textarea{
	width:100%;
}

 @media only screen and (min-width: 1366px) and (max-width:1599px) {
}
 @media only screen and (min-width: 1200px) and (max-width:1365px) {
}
 @media only screen and (min-width: 992px) and (max-width:1199px) {
.navbar-nav > li > a {
	padding: 0px 12px 0px;
}
.welcome-note {
	padding: 30px 25px;
}
.testimonial .item p::before {
	bottom: 42%;
}
}
 @media only screen and (min-width: 768px) and (max-width:991px) {
.logo img {
	max-height: 40px;
	width: auto;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
}
.navbar-nav > li > a {
	padding: 0px 7px 0px;
	margin: 15px 0px;
}
.welcome-note {
	padding: 30px 15px;
}
.welcome-note p {
	font-size: 13px;
}
.welcome-note h2 {
	font-size: 18px;
}
.welcome-note p strong {
	font-size: 14px;
}
.shortcuts .shortcut {
	width: 170px;
}
.testimonial .item p::before {
	bottom: 45%;
}
}
 @media only screen and (min-width: 480px) and (max-width:767px) {
.social-center {
	text-align: center;
}
.logo {
	padding: 0px 15px;
}
.logo img {
	max-width: 200px;
}
.navbar-default .navbar-toggle {
	border-color: #CCC;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li > a {
	padding: 10px 15px;
	margin: 0px 0px;
}
.navbar-collapse {
	background: rgba(245,245,245,0.9);
}
.navbar-nav {
	text-align: center;
	margin: 0 -15px;
}
.navbar-default .navbar-nav > li {
	margin: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.navbar-nav > li:last-child a {
	padding-right: 15px;
}
.navbar-nav > li > a {
	border-right: 0px;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > li > a:hover:before {
	display: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover {
	background: none;
}
.navbar-default .navbar-nav li a:after {
	position: absolute;
	bottom: -5px;
}
.affixTop {
	max-height: 60px;
}
.welcome-note {
	margin-bottom: 30px;
}
.no-rightpad {
	padding-right: 15px;
}
.no-padding {
	padding: 0px 15px;
}
.no-leftpad {
	padding-left: 15px;
}
.welcome-area .top-5 {
	margin-top: 0;
}
.welcome-area .grid {
	margin-bottom: 15px;
}
.shortcuts .shortcut {
	width: 160px;
}
.testimonial .item p::before {
	bottom: 40%;
}
}
 @media only screen and (min-width: 320px) and (max-width:479px) {
.social-center {
	text-align: center;
}
.logo {
	padding: 0px 15px;
}
.logo img {
	max-width: 200px;
}
.navbar-default .navbar-toggle {
	border-color: #CCC;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li > a {
	padding: 10px 15px;
	margin: 0px 0px;
}
.navbar-collapse {
	background: rgba(245,245,245,0.9);
}
.navbar-nav {
	text-align: center;
	margin: 0 -15px;
}
.navbar-default .navbar-nav > li {
	margin: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.navbar-nav > li:last-child a {
	padding-right: 15px;
}
.navbar-nav > li > a {
	border-right: 0px;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > li > a:hover:before {
	display: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > li > a:hover {
	background: none;
}
.navbar-default .navbar-nav li a:after {
	position: absolute;
	bottom: -5px;
}
.affixTop {
	max-height: 60px;
}
.welcome-note {
	padding: 30px 30px 50px;
	margin-bottom: 30px;
}
.welcome-area .grid {
	margin-bottom: 15px;
}
.no-rightpad {
	padding-right: 15px;
}
.no-padding {
	padding: 0px 15px;
}
.no-leftpad {
	padding-left: 15px;
}
.welcome-area .top-5 {
	margin-top: 0;
}
.parallax .slogan {
	font-size: 13px;
}
.shortcuts .shortcut {
	width: 120px;
}
.booking {
	padding: 30px 15px;
}
.booking input.form-control {
	margin-bottom: 15px;
}
.btn-gold {
	font-size: 14px;
}
.testimonial .item p::before {
	bottom: 47%;
}
}
