body {
	background-color: #fff;
	color: #292e31;
	font: 16px/30px 'nonamefont','Roboto', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #292e31;
	font-family: 'Italianno', 'Roboto Slab', Roboto, serif;
	font-weight: 400;
}
h1 {
	margin-bottom: 14px;
	font-size: 48px;
	line-height: 60px
}
h2 {
	margin-bottom: 12px;
	font-size: 45px;
	line-height: 46px
}
h3 {
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 40px
}
h4 {
	margin-bottom: 8px;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 400;
}
h5 {
	margin-bottom: 6px;
	font-size: 28px;
	line-height: 28px
}
h6 {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 24px
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #292e31;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #aa8c2c;
	text-decoration: none
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: inherit;
	font-weight: inherit
}
p {
	margin-bottom: 10px
}
a {
	color: #aa8c2c
}
a:focus, a:hover {
	outline: 0;
	color: #aa8c2c;
	text-decoration: none;
}
img {
	max-width: 100%;
    border-radius: 3px;
}
address {
	line-height: inherit
}
input, select, textarea {
	display: block;
	max-width: 100%;
	padding: 0 20px;
	border: 1px solid #d3d7dd;
	margin-bottom: 20px;
	background-color: transparent;
	font-size: 14px;
	font-weight: 400;
}
label {
	font-weight: 400
}
select {
	width: 100%
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=image]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
	border-color: #aa8c2c;
	box-shadow: none;
	outline: 0
}
select:focus {
	outline: 0
}
button, input[type=button], input[type=reset], input[type=submit] {
	padding: 10px 60px;
	border: none;
	border-radius: 0;
	margin-bottom: 20px;
	background-color: #aa8c2c;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background-color: #292e31
}
button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
	box-shadow: none;
	outline: 0
}
::-moz-placeholder {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	font-style: italic
}
::-webkit-input-placeholder {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	font-style: italic
}
:-ms-input-placeholder {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	font-style: italic
}
.text-mute {
	color: #bebebe
}
.text-default-color {
	color: #aa8c2c
}
.text-highlight {
	padding: 3px 8px;
	background-color: #aa8c2c;
	color: #fff
}
.dropcap {
	float: left;
	font-family: 'Roboto Slab', Roboto, serif;
	font-size: 36px;
	line-height: 58px;
	font-weight: 700;
	margin-right: 10px
}
.last, .no-margin-bottom {
	margin-bottom: 0
}
.headline {
	position: relative;
	margin-bottom: 30px;
	margin-top: 50px;
}
.headline.no-margin-bottom {
	margin-bottom: 15px
}
.headline:after {
	position: relative;
	z-index: 1;
	display: block;
	width: 45px;
	border-bottom: 3px solid #aa8c2c;
	margin-top: -2px;
	content: ""
}
.headline.text-center:after {
	margin: -2px auto 0
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 0
}
.headline h3 {
	display: block
}
.alert {
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	color: #292e31;
	font-size: 16px;
	text-align: center
}
.alert.alert-info {
	border: 1px solid #aa8c2c;
	background-color: #fff;
	color: #292e31
}
.alert.alert-danger {
	background-color: #f24620;
	color: #fff
}
.alert.alert-success {
	background-color: #aa8c2c;
	color: #fff
}
.alert.alert-warning {
	background-color: #ffb400;
	color: #fff
}
h1.error {
	font-size: 120px;
	line-height: 160px;
	text-align: center
}
ol, ul {
	padding: 0;
	list-style-position: inside
}
li>ol, li>ul {
	margin-bottom: 0;
	margin-left: 20px
}
dl {
	margin-bottom: 20px
}
.bullet-list {
	list-style: none;
	margin-bottom: 20px
}
.bullet-list li {
	margin-bottom: 20px
}
.bullet-list li:last-child {
	margin-bottom: 0
}
.bullet-list li:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 25px;
	background-color: #aa8c2c;
	content: ""
}
.square-list {
	list-style: none;
	margin-bottom: 20px
}
.square-list li {
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 20px;
}
.square-list li:last-child {
	margin-bottom: 0
}
.square-list li:before {
	position: relative;
	top: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #aa8c2c;
	margin-right: 10px;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 12px
}
.square-list li:hover {
	color: #292e31;
	font-weight: 500
}
.square-list li:hover:before {
	border-color: #292e31
}
.services-list {
	margin-bottom: 20px;
	list-style: none
}
.services-list li {
	margin-bottom: 15px
}
.services-list li:last-child {
	margin-bottom: 0
}
.services-list li i {
	position: relative;
	top: 1px;
	margin-right: 25px;
	color: #aa8c2c
}
.btn {
	max-width: 100%;
	position: relative;
	z-index: 1;
	padding: 10px 20px 10px 20px;
	border: none;
	border-radius: 3px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all .3s;
	transition: all .3s
}
.btn+.btn {
	margin-left: 20px
}/*
.btn:before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	content: "";
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.btn:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 46px;
	font-family: supreme-icons;
	line-height: 44px;
	text-align: center;
	content: "\e907";
	-webkit-transition: all .3s;
	transition: all .3s
}*/
.btn:active, .btn:focus {
	outline: 0!important;
	box-shadow: none
}
.btn:hover:before {
	width: 100%
}
.btn-default {
	background-color: #aa8c2c;
	color: #fff;
}
.btn-default:before {
	background-color: #292e31;
	background-image: url(../images/real-carbon-fibre.png);
}
.btn-default:active:focus, .btn-default:focus, .btn-default:hover {
	background-color: #576e8d;
	color: #fff
}
.btn-black {
	background-color: #292e31;
	color: #fff
}
.btn-black:before {
	background-color: #aa8c2c
}
.btn-black:active:focus, .btn-black:hover {
	color: #fff
}
.btn-white, .btn-white:active {
	border: 1px solid #aa8c2c;
	background-color: transparent;
	color: #aa8c2c
}
.btn-white:after {
	border-left-color: #aa8c2c
}
.btn-white:before {
	background-color: #aa8c2c
}
.btn-white:hover {
	color: #fff
}
.btn-white:hover:after {
	border-left-color: #fff
}
.hr {
	border-bottom: 1px solid #d3d7dd;
	margin: 30px 0
}
.hr.default-color {
	border-bottom-color: #aa8c2c
}
.hr.black-color {
	border-bottom-color: #292e31
}
.hr.with-logo {
	position: relative;
	min-height: 54px;
	border-bottom: none;
	text-align: center
}
.hr.with-logo:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #aa8c2c;
	margin-top: -5px;
	content: ""
}
.hr.with-logo:after {
	position: relative;
	z-index: 1;
	display: inline-block;
	background-color: #fff;
	content: url(../images/symbol.png)
}
.text-box {
	padding: 50px 30px;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 28px
}
.text-box h2 {
	margin-bottom: 30px
}
.text-box .btn {
	margin-top: 10px
}
.text-box>:last-child {
	margin-bottom: 0
}
.text-box.black {
	border-color: rgba(255,255,255,.23);
	background-color: rgba(0,0,0,.3)
}
.text-box.default-color {
	border-color: #aa8c2c;
	background-color: #aa8c2c
}
.text-box.black, .text-box.default-color {
	color: #fff
}
.text-box.black a, .text-box.black h1, .text-box.black h2, .text-box.black h3, .text-box.black h4, .text-box.black h5, .text-box.black h6, .text-box.default-color a, .text-box.default-color h1, .text-box.default-color h2, .text-box.default-color h3, .text-box.default-color h4, .text-box.default-color h5, .text-box.default-color h6 {
	color: inherit
}
.text-box.black a:hover, .text-box.default-color a:hover {
	color: #aa8c2c
}
.text-box.black .btn-white, .text-box.black .btn-white:after, .text-box.default-color .btn-white, .text-box.default-color .btn-white:after {
	border-color: #fff
}
.text-box.black .btn-black:before, .text-box.black .btn-default:before, .text-box.black .btn-white:before, .text-box.default-color .btn-black:before, .text-box.default-color .btn-default:before, .text-box.default-color .btn-white:before {
	background-color: #fff;
	background-image: none;
}
.text-box.black .btn-black:hover:after, .text-box.black .btn-default:hover:after, .text-box.black .btn-white:hover:after, .text-box.default-color .btn-black:hover:after, .text-box.default-color .btn-default:hover:after, .text-box.default-color .btn-white:hover:after {
	border-left-color: #aa8c2c
}
@media (min-width:1200px) {
.text-box {
	padding: 70px 60px
}
}
.image-box {
	padding: 0 30px 50px;
	margin-bottom: 50px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 -8px 49px 0 rgba(0,0,0,.13)
}
.image-box-thumbnail {
	position: relative;
	margin: 0 -30px 45px
}
.image-box-thumbnail:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(3,3,30,.9) url(../images/symbol-2.png) no-repeat center center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	transition: all .3s;
	content: ""
}
.image-box h6 {
	margin-bottom: 10px;
	color: #aa8c2c;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase
}
.image-box h4 {
	margin-bottom: 30px
}
.image-box a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}
.image-box a:after {
	margin-left: 5px;
	font-family: supreme-icons;
	content: "\e907"
}
.image-box a:hover {
	color: #292e31
}
.image-box:hover .image-box-thumbnail:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.panel {
	background-color: transparent;
	box-shadow: none
}
.panel-heading {
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent
}
.panel-title, .panel-title:focus {
	position: relative;
	display: block;
	padding: 10px 20px 10px 40px;
	border: 1px solid #aa8c2c;
	color: #292e31;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s
}
.panel-title:hover, .panel-title[aria-expanded=true] {
	background-color: #aa8c2c;
	color: #fff;
	text-decoration: none
}
.panel-title[aria-expanded=true]:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: -3px;
	background-color: #fff;
	content: ""
}
.panel-group .panel+.panel {
	margin-top: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	padding: 30px 15px;
	border: none
}
.panel-body>:last-child {
	margin-bottom: 0
}
.nav-tabs>li>a {
	padding: 8px 10px;
	border-color: transparent;
	border-radius: 0;
	color: #292e31;
	font-family: 'Roboto Slab', Roboto, serif;
	-webkit-transition: all .3s;
	transition: all .3s
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
	border-color: transparent;
	background-color: transparent;
	color: #aa8c2c
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	background: #aa8c2c;
}
.tab-content {
	margin: 40px 0
}
.tab-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
@media (min-width:768px) and (max-width:991px) {
.nav-tabs>li>a {
	padding: 5px 7px;
	font-size: 13px
}
}
.map-container {
	position: relative;
	margin-bottom: 100px
}
.map-container .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	margin-bottom: 0
}
.map {
	height: 300px;
	margin-bottom: 100px
}
.map img {
	max-width: none
}
@media (max-width:767px) {
.map {
	height: 400px!important
}
}
.social-media {
	margin-bottom: 20px
}
.social-media a {
	display: inline-block;
	margin-right: 20px;
	color: #292e31;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}
.social-media a:last-child {
	margin-right: 0
}
.social-media a.facebook:hover {
	color: #0e59a0!important
}
.social-media a.twitter:hover {
	color: #00a680!important
}
.social-media a.dribbble:hover {
	color: #ea73a0!important
}
.social-media a.pinterest:hover {
	color: #d73532!important
}
.social-media a.google:hover {
	color: #da4835!important
}
.social-media a.tumblr:hover {
	color: #2a445f!important
}
.social-media a.instagram:hover {
	color: #a070df!important
}
.social-media a.rss:hover {
	color: #f79638!important
}
.social-media a.linkedin:hover {
	color: #018faf!important
}
.social-media a.skype:hover {
	color: #00b0f6!important
}
.social-media a.flickr:hover {
	color: #0061db!important
}
.social-media a.vimeo:hover {
	color: #4cb2d9!important
}
.social-media a.github:hover {
	color: #3b3b3b!important
}
.social-media a.youtube:hover {
	color: #cc181e!important
}
.social-media a.windows:hover {
	color: #6dc2e9!important
}
.social-media a.dropbox:hover {
	color: #007ee5!important
}
.social-media a.xing:hover {
	color: #026566!important
}
.social-media a.adn:hover {
	color: #1ea076!important
}
.social-media a.android:hover {
	color: #98cb02!important
}
.social-media a.apple:hover {
	color: #a6b1b7!important
}
.social-media a.behance:hover {
	color: #2d9ad2!important
}
.social-media a.bitbucket:hover {
	color: #214f81!important
}
.social-media a.bitcoin:hover {
	color: #f7931b!important
}
.social-media a.codepan:hover {
	color: #000!important
}
.social-media a.css3:hover {
	color: #3289ce!important
}
.social-media a.delicious:hover {
	color: #3399fe!important
}
.social-media a.deviantart:hover {
	color: #c8da30!important
}
.social-media a.digg:hover {
	color: #0080c2!important
}
.social-media a.drupal:hover {
	color: #0077b9!important
}
.social-media a.empire:hover {
	color: #000!important
}
.social-media a.foursquare:hover {
	color: #daecb0!important
}
.social-media a.git:hover {
	color: #f34f29!important
}
.social-media a.gitti:hover {
	color: #634c3e!important
}
.social-media a.hacker-news:hover {
	color: #f18642!important
}
.social-media a.html5:hover {
	color: #e54c1f!important
}
.social-media a.joomla:hover {
	color: #016fb9!important
}
.social-media a.jsfiddle:hover {
	color: #4679a4!important
}
.social-media a.linux:hover {
	color: #fece0e!important
}
.social-media a.maxcdn:hover {
	color: #f36f20!important
}
.social-media a.openid:hover {
	color: #fe6101!important
}
.social-media a.pagelines:hover {
	color: #3783e3!important
}
.social-media a.pied-piper:hover {
	color: #0c7b48!important
}
.social-media a.qq:hover {
	color: #23286c!important
}
.social-media a.rebel:hover {
	color: #000!important
}
.social-media a.reddit:hover {
	color: #cee3f8!important
}
.social-media a.renren:hover {
	color: #0d81e4!important
}
.social-media a.share:hover {
	color: #252525!important
}
.social-media a.slack:hover {
	color: #453744!important
}
.social-media a.soundcloud:hover {
	color: #fe4e00!important
}
.social-media a.spotify:hover {
	color: #80bb41!important
}
.social-media a.stack-exchange:hover {
	color: #265a93!important
}
.social-media a.stackoverflow:hover {
	color: #fea501!important
}
.social-media a.steam:hover {
	color: #191919!important
}
.social-media a.stumbleupon:hover {
	color: #f04f23!important
}
.social-media a.tencent-weibo:hover {
	color: #0063a7!important
}
.social-media a.trello:hover {
	color: #226784!important
}
.social-media a.vine:hover {
	color: #00b081!important
}
.social-media a.vk:hover {
	color: #50769d!important
}
.social-media a.wechat:hover {
	color: #a4dc31!important
}
.social-media a.weibo:hover {
	color: #d82828!important
}
.social-media a.wordpress:hover {
	color: #454442!important
}
.social-media a.yahoo:hover {
	color: #4b04a8!important
}
.social-media a.ftpx:hover {
	color: #000!important
}
.social-media a.amazon:hover {
	color: #f90!important
}
.social-media a.angellist:hover {
	color: #000!important
}
.social-media a.btc:hover {
	color: #f7931b!important
}
.social-media a.black-tie:hover {
	color: #000!important
}
.social-media a.bluetooth:hover {
	color: #0a3d91!important
}
.social-media a.buysellads:hover {
	color: #ba0202!important
}
.social-media a.cc-amex:hover {
	color: #016dd2!important
}
.social-media a.cc-diners-club:hover {
	color: #0069aa!important
}
.social-media a.cc-discover:hover {
	color: #f88737!important
}
.social-media a.cc-jcb:hover {
	color: #29166f!important
}
.social-media a.cc-mastercard:hover {
	color: #fe9611!important
}
.social-media a.paypal:hover {
	color: #012069!important
}
.social-media a.cc-stripe:hover {
	color: #49b802!important
}
.social-media a.cc-visa:hover {
	color: #1b4da2!important
}
.social-media a.chrome:hover {
	color: #edcd16!important
}
.social-media a.codepen:hover {
	color: #1b1c1b!important
}
.social-media a.codiepie:hover {
	color: #000!important
}
.social-media a.connectdevelop:hover {
	color: #023cb0!important
}
.social-media a.contao:hover {
	color: #e4790f!important
}
.social-media a.dashcube:hover {
	color: #000!important
}
.social-media a.edge:hover {
	color: #2c74be!important
}
.social-media a.expeditedssl:hover {
	color: #2e2e2e!important
}
.social-media a.firefox:hover {
	color: #df731b!important
}
.social-media a.fonticons:hover {
	color: #1d1e2a!important
}
.social-media a.fort-awesome:hover {
	color: #000!important
}
.social-media a.forumbee:hover {
	color: #85ac2f!important
}
.social-media a.get-pocket:hover {
	color: #e84352!important
}
.social-media a.gg:hover {
	color: #fd0002!important
}
.social-media a.gratipay:hover {
	color: #653614!important
}
.social-media a.houzz:hover {
	color: #9bc545!important
}
.social-media a.internet-explorer:hover {
	color: #00bcf2!important
}
.social-media a.ioxhost:hover {
	color: #f6a814!important
}
.social-media a.lastfm:hover {
	color: #e2152b!important
}
.social-media a.leanpub:hover {
	color: #231f20!important
}
.social-media a.meanpath:hover {
	color: #538dd6!important
}
.social-media a.medium:hover {
	color: #00ab6c!important
}
.social-media a.mixcloud:hover {
	color: #040204!important
}
.social-media a.modx:hover {
	color: #8ed547!important
}
.social-media a.odnoklassniki:hover {
	color: #f68634!important
}
.social-media a.opencart:hover {
	color: #00c1f2!important
}
.social-media a.opera:hover {
	color: #e81617!important
}
.social-media a.optin-monster:hover {
	color: #8ed31e!important
}
.social-media a.product-hunt:hover {
	color: #d6573d!important
}
.social-media a.reddit:hover {
	color: #ff4500!important
}
.social-media a.safari:hover {
	color: #2973d9!important
}
.social-media a.scribd:hover {
	color: #382d29!important
}
.social-media a.sellsy:hover {
	color: #006ca2!important
}
.social-media a.shirtsinbulk:hover {
	color: #dd3a26!important
}
.social-media a.simplybuilt:hover {
	color: #322f34!important
}
.social-media a.skyatlas:hover {
	color: #01aebe!important
}
.social-media a.slideshare:hover {
	color: #13999a!important
}
.social-media a.stack-overflow:hover {
	color: #ef532a!important
}
.social-media a.tripadvisor:hover {
	color: #00a680!important
}
.social-media a.twitch:hover {
	color: #6441a5!important
}
.social-media a.usb:hover {
	color: #000!important
}
.social-media a.viacoin:hover {
	color: #2376a2!important
}
.social-media a.whatsapp:hover {
	color: #44c254!important
}
.social-media a.wikipedia:hover {
	color: #0c0c0c!important
}
.social-media a.y-combinator:hover {
	color: #ff6501!important
}
.social-media a.yelp:hover {
	color: #bf311b!important
}
.social-media a.email:hover {
	color: #689c49!important
}
.social-media.default-color a:hover {
	color: #aa8c2c!important
}
.timeline {
	margin-bottom: 100px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	text-align: center;
	list-style: none
}
.timeline li {
	position: relative;
	z-index: 1;
	padding: 0 140px;
	margin-bottom: 80px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}
.timeline li:last-child {
	margin-bottom: 0
}
.timeline li:nth-child(even) {
	padding: 60px 150px 160px;
	background-color: #03031e;
	color: #fff
}
.timeline li:nth-child(even):before {
	position: absolute;
	z-index: -1;
	top: 99px;
	right: 80px;
	bottom: 80px;
	left: 80px;
	border: 1px solid #aa8c2c;
	content: ""
}
.timeline li:nth-child(even) h1, .timeline li:nth-child(even) h2, .timeline li:nth-child(even) h3, .timeline li:nth-child(even) h4, .timeline li:nth-child(even) h5, .timeline li:nth-child(even) h6 {
	color: inherit
}
.timeline li h4 {
	margin-bottom: 35px
}
.timeline li .year {
	display: inline-block;
	margin-bottom: 20px;
	color: #aa8c2c
}
.timeline li:nth-child(even) .year {
	background-color: #03031e;
	color: #aa8c2c
}
.timeline li .year:after, .timeline li .year:before {
	display: inline-block;
	vertical-align: middle
}
.timeline li .year:before {
	margin-right: 10px;
	content: url(../images/symbol-4.png)
}
.timeline li .year:after {
	margin-left: 10px;
	content: url(../images/symbol-5.png)
}
.timeline li>:last-child {
	margin-bottom: 0
}
@media (min-width:1400px) {
.timeline {
	margin: 0 80px 100px
}
.timeline li, .timeline li:nth-child(even) {
	padding-left: 300px;
	padding-right: 300px
}
.timeline li:nth-child(even):before {
	right: 200px;
	left: 200px
}
}
@media (min-width:768px) and (max-width:991px) {
.timeline li, .timeline li: nth-child(even) {
	padding-left: 50px;
	padding-right: 50px
}
.timeline li:nth-child(even) {
	padding-top: 40px;
	padding-bottom: 80px
}
.timeline li:nth-child(even):before {
	top: 79px;
	right: 30px;
	bottom: 30px;
	left: 30px
}
}
@media (max-width:767px) {
.timeline li, .timeline li: nth-child(even) {
	padding-left: 30px;
	padding-right: 30px
}
.timeline li:nth-child(even) {
	padding-top: 20px;
	padding-bottom: 60px
}
.timeline li:nth-child(even):before {
	top: 59px;
	right: 15px;
	bottom: 15px;
	left: 15px
}
}
.countdown {
	margin: 100px 0;
	color: #292e31;
	font-family: 'Roboto Slab', Roboto, serif
}
.countdown>div {
	position: relative;
	float: left;
	width: 25%;
	font-size: 72px;
	line-height: 72px;
	text-align: center
}
.countdown>div:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 60px;
	content: ": "
}
.countdown>div:last-child:after {
	content: none
}
.countdown>div>span {
	display: block;
	color: #aa8c2c;
	font-size: 24px
}
.countdown:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
@media (max-width:767px) {
.countdown>div {
	font-size: 32px;
	line-height: 32px
}
.countdown>div:after {
	font-size: 24px
}
.countdown>div>span {
	font-size: 14px
}
}
.price-plan {
	position: relative;
	padding: 60px 10px;
	border: 1px solid #292e31;
	border-top: none;
	margin-top: 27px;
	margin-bottom: 50px;
	text-align: center;
	-webkit-transition: border-color .3s;
	transition: border-color .3s
}
.price-plan:after, .price-plan:before {
	position: absolute;
	top: 0;
	width: 50%;
	border-top: 1px solid #292e31;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s
}
.price-plan:before {
	left: 0
}
.price-plan:after {
	right: 0
}
.price-plan-header {
	margin-bottom: 40px
}
.price-plan-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: url(../images/symbol-2.png);
	margin-top: -27px;
	margin-left: -33px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s;
	transition: all .3s
}
.price-plan-header .price {
	margin-bottom: 40px
}
.price-plan-header h2 {
	margin-bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}
.price-plan-header h6 {
	color: #aa8c2c;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase
}
.price-plan ul {
	margin-bottom: 60px;
	color: #292e31;
	font-size: 15px;
	font-weight: 400;
	list-style: none
}
.price-plan ul li:after {
	display: block;
	width: 25px;
	border-bottom: 1px solid #292e31;
	margin: 10px auto;
	content: ""
}
.price-plan ul li:last-child:after {
	display: none
}
.price-plan:hover {
	border-color: #aa8c2c
}
.price-plan:hover:after, .price-plan:hover:before {
	width: 35%;
	border-color: #aa8c2c
}
.price-plan:hover .price-plan-header:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.price-plan:hover .price-plan-header h2 {
	color: #aa8c2c
}
blockquote {
	padding: 0;
	border-left: none;
	color: #292e31;
	font: inherit;
	font-weight: 400;
	font-style: italic
}
blockquote footer:before, blockquote small:before {
	content: none
}
.testimonial {
	margin-bottom: 15px;
	text-align: center;
}
.testimonial>h4 {
	margin-bottom: 0
}
.testimonial>h6 {
	color: #aa8c2c;
	font-size: 12px;
	font-family: Roboto, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase
}
.testimonial blockquote {
	margin-top: 20px;
	color: #595959;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300
}
.isotope {
	margin-bottom: 75px
}
.isotope.gutter {
	margin: -15px -15px 50px
}
.isotope .isotope-item {
	float: left;
	width: 25%;
	padding: 2px
}
.isotope.gutter .isotope-item {
	padding: 15px
}
.isotope.col-3 .isotope-item {
	width: 33.333333%
}
.isotope.col-4 .isotope-item {
	width: 25%
}
.isotope-item.item-width-1 {
	width: 33.333333%
}
.isotope-item.item-width-2 {
	width: 66.666667%
}
.isotope .portfolio-item {
	margin-bottom: 0
}
.isotope:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
@media (min-width:1200px) {
.isotope-item.item-width-1 {
	width: 25%
}
.isotope-item.item-width-2 {
	width: 50%
}
}
@media (min-width:768px) and (max-width:991px) {
.isotope.col-4 .isotope-item {
	width: 33.333333%
}
}
@media (max-width:767px) {
.isotope .isotope-item, .isotope-item.item-width-1, .isotope-item.item-width-2, .isotope.col-3 .isotope-item, .isotope.col-4 .isotope-item {
	width: 100%
}
}
@media (min-width:480px) and (max-width:767px) {
.isotope .isotope-item, .isotope.col-3 .isotope-item, .isotope.col-4 .isotope-item {
	float: left;
	width: 50%
}
.isotope-item.item-width-1, .isotope-item.item-width-2 {
	float: none;
	width: 100%
}
}
.filter {
	margin-bottom: 70px;
	list-style: none
}
.filter li {
	display: inline-block
}
.filter li a {
	display: inline-block;
	padding: 15px 25px;
	border: 1px solid transparent;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}
.filter li a.active, .filter li a:hover {
	border-color: #aa8c2c
}
@media (max-width:767px) {
.filter li {
	display: block;
	margin-bottom: 10px
}
.filter li:last-child {
	margin-bottom: 0
}
}
.pagination {
	display: block;
	margin-top: 0;
	margin-bottom: 30px
}
.pagination li {
	display: inline-block;
	margin-right: 15px
}
.pagination li:last-child {
	margin-right: 0
}
.pagination li a {
	display: block;
	padding: 0;
	border: none;
	background-color: transparent;
	color: #292e31;
	font-family: 'Roboto Slab', Roboto, serif;
	font-size: 18px;
	line-height: 50px;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0
}
.pagination li a:hover, .pagination li.active a, .pagination li.active a:hover {
	background-color: transparent;
	color: #aa8c2c
}
.pagination li.active a {
	position: relative;
	top: -4px;
	font-size: 30px
}
.full-section {
	position: relative;
	z-index: 1;
	padding: 50px 0;
	margin-bottom: 100px;
	background: no-repeat center center
}
.full-section-overlay-color {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #292e31;
	opacity: .5
}
.full-section-container {
	position: relative;
	z-index: 3
}
.full-screen {
	margin-bottom: -50px
}
.full-screen .full-section-container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.parallax {
	background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	background-size: cover!important
}
.full-section.dark-section {
	background-color: #292e31;
	color: #fff
}
.full-section.dark-section a, .full-section.dark-section blockquote, .full-section.dark-section h1, .full-section.dark-section h2, .full-section.dark-section h3, .full-section.dark-section h4, .full-section.dark-section h5, .full-section.dark-section h6 {
	color: inherit
}
.full-section.dark-section a:hover {
	color: #aa8c2c
}
.full-section.dark-section .square-list li:hover {
	color: inherit
}
.full-section.dark-section .square-list li:hover:before {
	border-color: inherit
}
.full-section.dark-section .btn {
	border: 1px solid #fff
}
.full-section.dark-section .btn-black, .full-section.dark-section .btn-default {
	background-color: transparent
}
.full-section.dark-section .btn-default:before {
	background-color: #aa8c2c
}
.full-section.dark-section .btn-black:before {
	background-color: #292e31
}
.full-section.dark-section .btn-white:before {
	background-color: #fff
}
.full-section.dark-section .btn-white:after {
	border-color: #fff
}
.full-section.dark-section .btn-black:hover, .full-section.dark-section .btn-default:hover {
	color: #fff
}
.full-section.dark-section .btn-white:hover:after {
	border-color: #aa8c2c
}
.full-section.dark-section .btn-white:hover {
	color: #aa8c2c
}
.full-section.dark-section .text-box.black .btn-black:hover:after, .full-section.dark-section .text-box.black .btn-default:hover:after, .full-section.dark-section .text-box.default-color .btn-black:hover:after, .full-section.dark-section .text-box.default-color .btn-default:hover:after {
	border-color: #fff
}
.full-section.dark-section .image-box {
	color: #292e31
}
.full-section.dark-section .image-box h6 {
	color: #aa8c2c
}
.full-section.dark-section .panel-title:hover, .full-section.dark-section .panel-title[aria-expanded=true] {
	color: #fff
}
.full-section.dark-section .price-plan, .full-section.dark-section .price-plan:after, .full-section.dark-section .price-plan:before {
	border-color: inherit
}
.full-section.dark-section .price-plan .price-plan-header h6 {
	color: #aa8c2c
}
.full-section.dark-section .price-plan ul {
	color: inherit
}
.full-section.dark-section .price-plan ul li:after {
	border-bottom-color: inherit
}
.full-section.dark-section .testimonial>h6 {
	color: #aa8c2c
}
.full-section.dark-section .filter li a.active {
	color: #aa8c2c
}
.full-section.dark-section .portfolio-item.classic {
	box-shadow: 0 -8px 49px 0 rgba(255,255,255,.13)
}
.full-section.dark-section .widget-archives ul li a:hover:before, .full-section.dark-section .widget-categories ul li a:hover:before, .full-section.dark-section .widget-metadata ul li a:hover:before, .full-section.dark-section .widget-pages ul li a:hover:before {
	border-color: #fff
}
.full-section.dark-section .widget-search input[type=submit] {
	background-image: url(../images/search-white.png)
}
.full-section.dark-section .widget-calendar caption {
	color: inherit
}
.full-section.dark-section .widget-recent-posts ul li .post-title {
	color: #aa8c2c
}
.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
	color: inherit
}
.full-section.dark-section .widget-tags a:hover {
	background-color: #fff
}
.full-section.dark-section .service-box-content h5 {
	color: #aa8c2c
}
.full-section.dark-section .service-box-content h6 {
	color: #fff
}
#section-1 {
	padding: 100px 0 50px;
	border-top: 1px solid #aa8c2c;
	border-bottom: 1px solid #aa8c2c;
	margin-top: 50px;
	margin-bottom: 0
}
#section-1:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 4px;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: url(../images/logo-xs.png)
}
#section-2 {
	padding: 100px 0 50px;
	margin-bottom: -50px;
	background-color: #f8f9fa
}
#section-3 {
	padding: 130px 0 80px;
	margin-top: 80px;
	background-image: url(../../images/backgrounds/bg-1.jpg)
}
#section-4 {
	padding: 100px 0 70px;
	margin-top: 80px;
	margin-bottom: -50px;
	background-color: #f8f9fa
}
#section-4 .hr.with-logo:after {
	background-color: #f8f9fa
}
#section-5 {
	padding: 100px 0;
	border-top: 1px solid #aa8c2c;
	margin-top: 50px;
	margin-bottom: -50px
}
#section-5:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 4px;
	background-color: #fff;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: url(../images/symbol-3.png)
}
#section-6 {
	padding-top: 0;
	padding-bottom: 80px;
	margin-top: 80px;
	margin-bottom: -50px;
	background-color: #f8f9fa
}
#section-6:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 336px;
	background-color: #fff;
	content: ""
}
#section-7 {
	padding: 70px 0 20px;
	margin-top: 80px;
	background-image: url(../images/bg-facilities2.jpg)
}
#section-8 {
	padding-top: 100px;
	padding-bottom: 0;
	margin-top: 80px;
	background-color: #f8f9fa
}
#section-9 {
	padding: 70px 0 20px;
	margin: 80px 0 0;
	background-image: url(../images/palazzo-ext.jpg)
}
@media (min-width:1200px) {
#section-6: before {
	height: 414px
}
#section-7 h1 {
	font-size: 72px;
	line-height: 92px
}
#section-7 .text-box {
	padding: 70px 50px;
	font-size: 18px
}
}
@media (min-width:768px) and (max-width:991px) {
#section-6: before {
	height: 252px
}
}
@media (max-width:767px) {
.full-screen .full-section-container {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
}
#youtube-video-section {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100%
}
#video-section {
	padding: 0;
	height: 635px
}
.youtube-player {
	display: none
}
#video-section .full-section-container {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#scroll-up {
	background: #fff;
	position: fixed;
	z-index: 3;
	bottom: 85px;
	right: 24px;
	display: none;
	width: 48px;
	height: 48px;
	border: 1px solid #aa8c2c;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}
#scroll-up:hover {
	background-color: #aa8c2c;
	color: #fff
}
@media (max-width:767px) {
#scroll-up {
	right: 20px;
	bottom: 75px
}
.rev_slider_wrapper {
	height: 730px;
	margin-top: 0!important
}
}
.rev_slider_wrapper {
	height: 730px;
	margin-top: -165px
}
.tp-leftarrow.custom, .tp-rightarrow.custom {
	width: 48px;
	height: 48px;
	background: #292e31 no-repeat center center;
	-webkit-transition: all .3s;
	transition: all .3s
}
.tp-leftarrow.custom:hover, .tp-rightarrow.custom:hover {
	background-color: #aa8c2c
}
.tp-leftarrow.custom:before, .tp-rightarrow.custom:before {
	line-height: 48px
}
.tp-bullets.custom .tp-bullet {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}
.tp-bullets.custom .tp-bullet.selected, .tp-bullets.custom .tp-bullet:hover {
	border-color: #aa8c2c;
	background-color: #aa8c2c
}
.tp-caption.overlay {
	width: 940px;
	height: 730px
}
.tp-caption.title {
	color: #fff;
	font-family: 'Roboto Slab', Roboto, serif;
	font-size: 60px;
	line-height: 55px;
	text-align: center;
	position: relative;
	margin-top: 40px!important;
	text-shadow: 1px 1px 0px #000;
	font-family: 'Italianno', 'Roboto Slab', Roboto, serif;
}
@media only screen and (max-width:768px) {
.tp-caption.title {
	margin-top: 140px!important
}
}
.tp-caption.big-title {
	color: #fff;
	font-family: 'Roboto Slab', Roboto, serif;
	font-size: 45px;
	line-height: 65px;
	text-align: center
}
.tp-caption.subtitle {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center
}
.tp-caption.subtitle:after {
	display: block;
	width: 35px;
	border-bottom: 2px solid #aa8c2c;
	margin: 10px auto 0;
	content: ""
}
.tp-caption.text {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px
}
.tp-caption.link a {
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}
.tp-caption.link a:hover {
	border-color: #aa8c2c;
	color: #aa8c2c;
	text-decoration: none
}
.tp-caption .btn-white {
	color: #fff;
	border-color: #fff
}
.tp-caption .btn-white:after {
	border-color: #fff
}
@media (min-width:1200px) {
.tp-caption.overlay {
	width: 1140px
}
}
@media (min-width:768px) and (max-width:991px) {
.tp-caption.overlay {
	width: 720px
}
.tp-leftarrow.custom, .tp-rightarrow.custom {
	display: none
}
.tp-bullets.custom {
	top: auto!important;
	bottom: -45px!important
}
}
@media (max-width:767px) {
.tp-caption.overlay {
	width: 290px
}
.tp-leftarrow.custom, .tp-rightarrow.custom {
	display: none
}
.tp-bullets.custom {
	top: auto!important;
	bottom: -80px!important
}
.tp-caption.link a {
	padding: 2px 0;
	font-size: 6px;
	line-height: 12px
}
.tp-caption .btn {
	padding: 5px 40px 5px 10px;
	font-size: 6px;
	line-height: 12px
}
.tp-caption .btn:after {
	width: 24px;
	line-height: 22px
}
}
@media (min-width:480px) and (max-width:767px) {
.tp-caption.overlay {
	width: 450px
}
}
.owl-carousel {
	margin-bottom: 50px
}
.owl-carousel .owl-stage {
	overflow: hidden
}
.owl-carousel .owl-item img {
	width: auto
}
.owl-controls {
	z-index: 100
}
.owl-dots {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center
}
.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #aa8c2c;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #fff
}
.owl-dot.active, .owl-dot:hover {
	background-color: #aa8c2c
}
.owl-dot:last-child {
	margin-right: 0
}
.owl-next, .owl-prev {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	border: 1px solid #292e31;
	color: #292e31;
	line-height: 44px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}
.owl-prev {
	left: -70px
}
.owl-next {
	right: -70px
}
.owl-next:before, .owl-prev:before {
	font-family: supreme-icons;
	font-size: 12px
}
.owl-prev:before {
	content: "\e95d"
}
.owl-next:before {
	content: "\e994"
}
.owl-next:hover, .owl-prev:hover {
	border-color: #aa8c2c;
	color: #aa8c2c
}
.caption {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 30px;
	background-color: #03031e;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}
.caption a {
	-webkit-transition: all .3s;
	transition: all .3s
}
.caption a:hover {
	color: #fff;
	text-decoration: none
}
.caption.animated {
	right: -100px;
	opacity: 0
}
.gallery-slider-container {
	position: relative;
	z-index: 1;
	margin: 40px 0 30px;
	font-size: 17px;
	line-height: 30px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}
.gallery-slider-container:after {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
	bottom: 50px;
	width: 20%;
	border-right: none;
	content: ""
}
.gallery-slider .owl-stage {
	padding-left: 0!important
}
.gallery-description {
	padding: 20px
}
.gallery-description h1 {
	margin-bottom: 30px
}
.gallery-description .btn {
	margin-top: 20px
}
.rooms-slider {
	margin-bottom: 35px;
	box-shadow: 0 -8px 49px 0 rgba(0,0,0,.13)
}
.rooms-slider .portfolio-item.classic {
	margin-bottom: 0;
	box-shadow: none
}
.room-images-slider {
	margin-bottom: 90px
}
.images-slider {
	border: 1px solid #d3d7dd;
	margin-bottom: 90px
}
.images-slider-3 .owl-dots {
	top: 50%;
	right: -30px;
	left: auto;
	width: auto
}
.images-slider-3 .owl-dot {
	display: block;
	margin: 5px 0
}
@media (min-width:1400px) {
.gallery-description {
	padding: 10px
}
.gallery-slider-container:before {
	top: 35px;
	bottom: 65px
}
.gallery-slider-container:after {
	top: 65px;
	bottom: 65px;
	width: 12%
}
.owl-prev {
	left: -150px
}
.owl-next {
	right: -150px
}
}
@media (min-width:1200px) and (max-width:1365px) {
.gallery-description {
	padding: 0 20px
}
.gallery-slider-container:before {
	top: 30px;
	bottom: 50px;
	width: 41%
}
.gallery-slider-container:after {
	top: 30px;
	bottom: 50px;
	width: 21%
}
}
@media (max-width:1200px) {
.gallery-slider-container: after, .gallery-slider-container: before {
	display: none
}
.rooms-slider {
	margin-bottom: 50px
}
.rooms-slider .owl-nav {
	display: none
}
.rooms-slider .owl-dots {
	display: block!important
}
.room-images-slider .owl-nav {
	display: none
}
.room-images-slider .owl-dots {
	display: block!important
}
.images-slider .owl-nav {
	display: none
}
.images-slider .owl-dots {
	display: block!important
}
}
@media (min-width:1199px) {
.rooms-slider .owl-dots {
	display: none!important
}
.room-images-slider .owl-dots {
	display: none!important
}
.images-slider .owl-dots {
	display: none!important
}
}
@media (min-width:768px) and (max-width:991px) {
.images-slider-3 .owl-dots {
	top: auto;
	right: 0;
	left: 0
}
.images-slider-3 .owl-dot {
	display: inline-block;
	margin: 0 5px
}
}
@media (max-width:767px) {
.caption {
	padding: 7px 20px;
	font-size: 14px
}
}
.wow {
	visibility: hidden
}
.wow.animated {
	visibility: visible
}
.widget {
	margin-bottom: 75px
}
.widget>:last-child {
	margin-bottom: 0
}
.widget-title {
	display: inline-block;
	margin-bottom: 45px
}
.widget-title:after {
	display: block;
	border-bottom: 2px solid #fff;
	margin-top: 10px;
	content: ""
}
.widget-text>div>:last-child {
	margin-bottom: 0
}
.widget-search form {
	position: relative
}
.widget-search #s {
	width: 100%;
	height: 45px;
	padding-right: 40px
}
.widget-search input[type=submit] {
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 45px;
	padding: 0;
	border: none;
	background: url(../images/search.png) no-repeat center center
}
.widget-languages, .widget-languages2 {
	font-size: 13px;
	font-weight: 400
}
.widget-languages2>a, .widget-languages>a {
	display: block;
	padding: 3px 15px;
	color: #000;
	text-decoration: none
}
.widget-languages2>a:hover, .widget-languages>a:hover {
	color: #aa8c2c
}
.widget-languages2>a:after, .widget-languages>a:after {
	position: relative;
	top: -1px;
	margin-left: 10px;
	color: #fff;
	font-family: supreme-icons;
	font-size: 8px;
	content: "\e932"
}
.widget-languages ul, .widget-languages2 ul {
	display: none;
	margin-bottom: 0;
	background-color: #454545;
	list-style: none
}
.widget-languages ul li a, .widget-languages2 ul li a {
	display: inline-block;
	padding: 3px 15px;
	color: #fff;
	text-transform: uppercase
}
.widget-languages ul li a:hover, .widget-languages2 ul li a:hover {
	color: #aa8c2c;
	text-decoration: none
}
.widget-categories ul {
	font-size: 15px;
	font-weight: 400;
	list-style: none
}
.widget-categories ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d7dd;
	margin-bottom: 10px
}
.widget-categories ul li a {
	color: #292e31;
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-categories ul li a:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #aa8c2c;
	margin-right: 20px;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-categories ul li a:hover {
	color: #aa8c2c;
	text-decoration: none
}
.widget-categories ul li a:hover:before {
	border-color: #292e31
}
.widget-archives ul {
	font-size: 15px;
	font-weight: 400;
	list-style: none
}
.widget-archives ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d7dd;
	margin-bottom: 10px
}
.widget-archives ul li a {
	color: #292e31;
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-archives ul li a:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #aa8c2c;
	margin-right: 20px;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-archives ul li a:hover {
	color: #aa8c2c;
	text-decoration: none
}
.widget-archives ul li a:hover:before {
	border-color: #292e31
}
.widget-pages ul {
	font-size: 15px;
	font-weight: 400;
	list-style: none
}
.widget-pages ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d7dd;
	margin-bottom: 10px
}
.widget-pages ul li a {
	color: #292e31;
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-pages ul li a:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #aa8c2c;
	margin-right: 20px;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-pages ul li a:hover {
	color: #aa8c2c;
	text-decoration: none
}
.widget-pages ul li a:hover:before {
	border-color: #292e31
}
.widget-metadata ul {
	font-size: 15px;
	font-weight: 400;
	list-style: none
}
.widget-metadata ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d7dd;
	margin-bottom: 10px
}
.widget-metadata ul li a {
	color: #292e31;
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-metadata ul li a:before {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid #aa8c2c;
	margin-right: 20px;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-metadata ul li a:hover {
	color: #aa8c2c;
	text-decoration: none
}
.widget-metadata ul li a:hover:before {
	border-color: #292e31
}
.widget-tags a {
	display: inline-block;
	padding: 5px 15px;
	margin: 5px;
	margin-left: 0;
	background-color: #aa8c2c;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-tags a:last-child {
	margin-right: 0
}
.widget-tags a:hover {
	background-color: #292e31
}
.widget-newsletter form {
	position: relative
}
.widget-newsletter #newsletter-email {
	width: 100%;
	height: 45px;
	padding-right: 80px;
	margin-bottom: 0
}
.widget-newsletter button[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	padding: 0 25px
}
@media (min-width:768px) and (max-width:991px) {
.widget-newsletter #newsletter-email {
	padding-right: 20px;
	margin-bottom: 20px
}
.widget-newsletter button[type=submit] {
	position: relative
}
}
.widget-recent-posts>ul {
	list-style: none
}
.widget-recent-posts>ul li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d7dd;
	margin-bottom: 10px;
	line-height: 24px
}
.tabs .widget-recent-posts>ul li {
	border-bottom: none
}
.widget-recent-posts>ul li img {
	float: left;
	margin-right: 12px
}
.widget-recent-posts>ul li .post-title {
	color: #292e31;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s
}
.widget-recent-posts>ul li .post-title:hover {
	color: #aa8c2c;
	text-decoration: none
}
.widget-recent-posts>ul li .post-date {
	font-size: 13px;
	font-weight: 400
}
.widget-recent-posts>ul li>:last-child {
	margin-bottom: 0
}
.widget-recent-posts>ul li:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
@media (min-width:768px) and (max-width:991px) {
.widget-recent-posts>ul li img {
	display: none
}
}
.widget-recent-comments ul {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	list-style: none
}
.widget-recent-comments ul li {
	margin-bottom: 15px
}
.widget-recent-comments ul li:last-child {
	margin-bottom: 0
}
.widget-calendar caption {
	color: #292e31;
	font-weight: 700
}
.widget-calendar table {
	width: 100%;
	text-align: center
}
.widget-calendar #prev {
	font-size: 14px;
	font-weight: 400
}
.widget-calendar table td, .widget-calendar table th {
	padding: 5px;
	border-top: 1px solid #d3d7dd;
	border-left: 1px solid #d3d7dd;
	text-align: center
}
.widget-calendar table td:last-child, .widget-calendar table th:last-child {
	border-right: 1px solid #d3d7dd
}
.widget-calendar table tr:last-child td {
	border-bottom: 1px solid #d3d7dd
}
.widget-calendar table tfoot td, .widget-calendar table tfoot td:last-child, .widget-calendar table tfoot tr:last-child td {
	border: none
}
.widget-calendar table td#today {
	background-color: #aa8c2c;
	color: #fff
}
.flickr-photos {
	margin: -.5px
}
.flickr_badge_image {
	position: relative;
	float: left;
	padding: .5px
}
.flickr_badge_image img {
	width: 85px;
	height: auto
}
.flickr-photos:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
@media (min-width:768px) and (max-width:991px) {
.flickr_badge_image img {
	width: 75px
}
}
.tweets-list ul {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 26px;
	list-style: none
}
.tweets-list ul li {
	margin-bottom: 30px
}
.tweets-list ul li:before {
	float: left;
	margin-right: 5px;
	color: #aa8c2c;
	font-family: FontAwesome;
	font-size: 22px;
	content: "\f099"
}
.tweets-list ul li>:last-child {
	margin-bottom: 0
}
.tweets-list ul li:last-child {
	margin-bottom: 0
}
.tweets-list ul li .user {
	float: left;
	margin-right: 5px;
	font-size: 13px;
	font-weight: 400
}
.tweets-list ul li .user span[data-scribe="element:name"] {
	display: none
}
.tweets-list ul li .user span[data-scribe="element:screen_name"] {
	font-weight: 400
}
.tweets-list ul li .user img {
	display: none
}
.widget-contact ul {
	list-style: none
}
.widget-contact ul li {
	position: relative;
	padding-left: 25px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
}
.widget-contact i {
	color: #fff
}
.widget-contact ul li span {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: 400;
    text-transform: uppercase;
}
.widget-contact ul li a {
	color: #595959;
	text-decoration: none;
}
.widget-contact ul li i {
	position: absolute;
	top: 12px;
	left: 0;
	margin-right: 5px;
	color: #fff;
	font-size: 19px
}
.weather {
	font-family: 'Roboto Slab', serif;
	font-size: 14px
}
.weather-icon {
	display: block;
	margin-bottom: 20px
}
.weather-temperature {
	position: relative;
	margin-right: 10px;
	font-size: 42px
}
.weather-temperature>span {
	position: absolute;
	top: 0;
	right: -25px;
	color: #aa8c2c;
	font-size: 14px
}
.weather-temperature>small {
	position: relative;
	top: -17px;
	margin-left: 5px;
	font-size: 24px
}
@media (min-width:1200px) {
.weather-icon {
	float: left;
	margin-top: -20px;
	margin-right: 10px
}
}
@media (min-width:768px) and (max-width:991px) {
.widget-social .social-media a {
	margin-right: 13px
}
}
textarea {
	width: 100%
}
nav {
	z-index: 1;
	position: relative
}
.ribon {
	transition: 0.5s;
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	z-index: 8000;
	border-style: solid;
	border-width: 0 180px 180px 0;
	border-color: transparent #aa8c2c transparent transparent
}
.ribon .num {
	text-align: right;
	color: #fff!important;
	font-size: 10px;
	position: fixed;
	top: 13px;
	right: 10px;
	padding: 0 5px;
	letter-spacing: .5px;
	transition: 0.5s;
}
.ribon .num h2 {
	font-size: 35px;
	font-weight: 100;
	color: #fff;
	margin-bottom: 0;
	line-height: 27px
}
.ribon .num h3 {
	font-size: 26px;
	line-height: 20px;
	margin-bottom: 6px;
	color: #fff;
}
.ribon .num h3 span {
	font-size: 23px;
	color: #fff;
	display: -webkit-box
}
.vvideo {
	display: none
}
@media screen and (min-width:768px) {
.vvideo {
	display: inline;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	background: url(../images/videocamera.png);
	background-size: contain;
	background-position: center;
	z-index: 3;
	background-repeat: no-repeat
}
}
.parallel {
	/*background-color: #aa8c2c;*/
	/*background-image: url(../images/real-carbon-fibre.png);
*/
}
.header-sticky .parallel {
	background: unset;
}
footer .form-control {
	padding: 6px 10px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	background-color: #1f1f1f;
	border: 1px solid #515151;
	border-radius: 2px;
}
.deous {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 15px;
}
.form-control {
	background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
}
.form-control:focus {
    border-color: #cfcfcf;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #ddd;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #ddd;
}
footer button:hover:before {
	background-color: #ffffff;
	background-image: none;
	color: #000;
}
footer .btn-default:hover {
	color: #2e3237;
}
.iconss-set {
	padding: 15px 5px;
}
#header-top .widget {
	margin-bottom: 5px;
	display: inline-block;
	margin: auto 5px;
}
.top_form {
	margin: auto;
	max-width: 960px;
	/*background-color: #eee;*/
	padding: 5px 40px;
	position: relative;
	margin-top: -90px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 80px;
}
.top_form h5 {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'nonamefont', 'Roboto';
    font-weight: 500;
    display: inline-block;
}
.top_form select, .top_form input {
	height: 40px;
	border-radius: 3px;
	padding: 5px 5px;
	background: #2f3337;
	border: none;
	color: #fff;
    text-align: center;
}
.top_form .btn-default:hover:before, .top_form .btn-default:hover {
	background: #fff;
	color: #000;
}
.top_form .btn {
    width: 100%;
    text-align: center;
    font-family: 'nonamefont','Italianno','Roboto Slab',Roboto,serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    border-radius: 3px;
}
.top_form::-webkit-input-placeholder {
	color: #eee;
}
.top_form::-moz-placeholder {
	color: #eee;
}
.top_form:-ms-input-placeholder {
	color: #eee;
}
.top_form:-moz-placeholder {
	color: #eee;
}
.top_form .facontact {
	color: #fff;
	left: 0px;
}
.reloader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: rgb(0 0 0 / 45%);
	z-index: 999;
}
.reloader span {
	margin: -50px 0 0 -50px;
	position: absolute;
	left: calc(50% - 0px);
	top: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 0%;
	background: rgb(255 255 255 / 78%);
}
.in {
	display: flex !important;
	align-items: center;
}
#ModalCenter .modal-content {
	border-radius: 2px;
	background-image: url(../images/palazzo-ext-sm.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	padding: 25px 5px 5px;
	min-height: 350px;
	min-width: 650px;
	max-width: 100%;
	min-height: 30vh;
	display: flex;
	align-items: flex-end;
}
.modal-footer {
	border: none;
}
.prname {
    font-size: 19px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'nonamefont','Italianno','Roboto Slab',Roboto,serif;
}
.prprice {
	font-size: 19px;
	line-height: 44px;
	font-weight: 500;
}
.modal-body {
	width: 100%;
	background: rgb(0 0 0 / 60%);
}
.modal-header {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}
.close {
	opacity: 0.9
}
.price_list .btn {
	font-size: 11px;
	margin-bottom: 0;
	width: 115px;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
.price_list .btn:after {
	line-height: 36px;
}
.indx .top_form2, .contct .top_form2 {
	display: none;
}
.top_form2 {
	z-index: 2;
	position: fixed;
	margin: 0;
	right: 4px;
	bottom: 4px;
	width: 200px;
	padding: 5px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	background-color: rgb(255 255 255 / 30%);
}
.top_form2 select, .top_form2 input {
	margin: 2px 0;
	height: 35px;
	font-size: 11px;
}
.top_form2 .col-lg-6, .top_form2 .col-lg-12 {
	padding: 0px 2px;
}
.top_form2 .facontact {
	color: #fff;
	top: 2px;
	left: -5px;
}
.top_form2 .btn {
	width: 100%;
	text-align: center;
	padding: 10px 60px 10px 5px;
	margin-bottom: 3px;
	font-family: 'nonamefont', 'Roboto Slab';
	font-size: 15px;
}
footer .facontact {
	top: 2px;
}
.prname.gr {
	font-size: 22px;
}
.prprice.gr {
	font-size: 24px;
}
video {
	background: #000;
	max-width: 100%;
}
.price-box {
	padding: 30px;
	margin: auto;
	margin-top: -81px;
	margin-bottom: 100px;
	max-width: 960px;
	display: none;
	background-color: #eee;
	color: #000;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius:  0px 0px 10px 10px;
}
.price-box .prname, .price-box .prprice {
	color: #000;
}
.price-box .btn-default:hover:before {
	background-color: #555;
}
.price-box .prname.en {
	font-size: 35px;
}
.top_form .col-lg-2 {
	padding-right: 5px;
	padding-left: 5px;
}
#clz {
	cursor: pointer;
	position: initial;
	right: 10px;
	top: 0px;
}
.indx .bot, .contct .bot {
	display: none !important;
}
.bot {
	z-index: 2;
	min-height: 131px;
	position: fixed;
	bottom: 10px;
	width: fit-content;
	padding: 6px 10px;
	right: 208px;
	margin-bottom: 0;
	border-radius: 0 3px 3px 0;
}
.bot .prname.en, .bot .prprice.en {
	font-size: 25px;
}
nav ul li:last-child {

}
nav ul li:last-child a {

}
#header-sticky nav ul li:last-child a {
	border: 1px solid #aa8c2c;
}
/*
@media (max-width:1400px) and (min-width:991px) {
.contct {
	visibility: hidden;
	color: #fff;
}
}*/
.fa-search-plus {
	text-align: center;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	font-size: 30px !important;
}
.cc_dialog.simple {
	max-width: 250px;
	width: 100%;
	z-index: 999999;
	background-color: rgb(0 0 0 / 70%);
	padding: 15px 25px!important
}
.cc_dialog .cc_dialog_headline {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 200;
	font-family: 'nonamefont',Italianno, 'Roboto Slab', Roboto, serif;
	color: #fff!important
}
.light.cc_dialog .cc_dialog_text {
color: #fff;
    font-family: 'nonamefont','Roboto Slab',Roboto,serif;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
}
.light.cc_dialog button.cc_b_cp {
	background-color: #eaeaea;
	color: #111;
	float: right;
	letter-spacing: 0
}
.light.cc_dialog button.cc_b_ok {
	color: #fff;
	background-color: #aa8c2c;
	float: right;
	text-transform: uppercase;
	padding: 5px 30px!important;
	margin-bottom: 5px
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
	background: #aa8c2c;
	color: #fff
}
.cc_dialog button {
	font-weight: 400;
	font-size: 14px
}
.cc_css_reboot a {
	color: #aa8c2c
}
.cc_dialog.simple {
	max-width: 250px;
	width: 100%;
	z-index: 999999;
	background-color: rgb(0 0 0 / 70%);
	padding: 15px 25px!important
}
.cc_dialog .cc_dialog_headline {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 200;
	font-family: 'nonamefont',Italianno, 'Roboto Slab', Roboto, serif;
	color: #fff!important
}
.light.cc_dialog .cc_dialog_text {
color: #fff;
    font-family: 'nonamefont','Roboto Slab',Roboto,serif;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
}
.light.cc_dialog button.cc_b_cp {
	background-color: #eaeaea;
	color: #111;
	float: right;
	letter-spacing: 0
}
.light.cc_dialog button.cc_b_ok {
	color: #fff;
	background-color: #aa8c2c;
	float: right;
	text-transform: uppercase;
	padding: 5px 30px!important;
	margin-bottom: 5px
}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
	background: #aa8c2c;
	color: #fff
}
.cc_dialog button {
	font-weight: 400;
	font-size: 14px
}
.cc_css_reboot a {
	color: #aa8c2c
}
.abanners {
	display: contents;
	float: left;
}
.insights-menu li {
	float: left;
	font-size: 17px;
	list-style: none;
	font-family: 'nonamefont','Roboto Slab', Roboto, serif;
	padding: 0 20px 0 0;
	text-align: center;
	min-width: fit-content;
	font-weight: 600;
	margin: 12px 0;
    text-transform: uppercase;
    color: #000 !important;    
}
.insights-menu li:after {
	content: '/';
	margin-left: 20px;
}
.insights-menu {
	display: inline-block;
}
.insights-menu li a:hover {
	color: #2f3337;
}
.sctmnu {
	color: #222;
	border-bottom: 2px solid #222;
}
.dropdown-menu li:last-child {

}
.dropdown-menu li:last-child a {

}
.bookonline2 {
	position: fixed;
	z-index: 1;
	bottom: 5px;
	left: 10px;
	box-shadow: 0px 2px 3px 0px #888;
}
@media (max-height:1024px) and (max-width:1024px) {
.price_list.bot.price-box ul, .price_list.bot.price-box p {
	display: none;
}
.price_list.bot.price-box img {
	display: none;
}
}
@media (max-width: 480px) {
#section-9 {
	margin-top: 0px
}
}
@media (max-width: 768px) {
.owl-controls{
    display:none;
}
}  
.index-slider img{
    max-height: 450px !important;
    width: auto !important;
    margin: auto;    
} 
.index-description{
    height: 450px;
    display: table;
}
.description{
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
@media screen and (max-width:640px){
.index-description {
    height: auto;
    display: table;
    padding: 0 30px;
}

}
.typed1.description,.typed2.description,.typed3.description,.typed4.description {
    font-size: 19px;
    line-height: 30px
}
.index-slider2 .owl-prev {
    left: 0px;
    bottom: 67px;
//      margin-top: 97px;
    width: 35px;
    height: 35px;
    line-height: 31px;
    border-radius: 40px;
    color: #fff;
    border-color: #fff;
    background: #aa8c2c;      
}

.index-slider2 .owl-next {
    right: 0px;
    bottom: 67px;
//      margin-top: 97px;
    width: 35px;
    height: 35px;
    line-height: 31px;
    border-radius: 40px;
    color: #fff;
    border-color: #fff;
    background: #aa8c2c;      
}

.index-slider2 .owl-controls {
    display: inline;
}

.owl-carousel.index-slider2  {
    margin-bottom: 50px;
    padding: 0px 50px;
}

.index-slider2 .description{
padding:25% 10px 0;
}
@media screen and (min-width:681px) and (max-width:991px){
.index-slider2 .description{
    padding:5% 10px 0;
}

}
.getquote{
    position: fixed;
    z-index: 1;
    bottom: 5px;
    right: 10px;
    box-shadow: 0px 2px 3px 0px #888;
}
/*
.index-slider2 .owl-nav,.index-slider3 .owl-nav{
    opacity:0
}*/
.text-right{
    text-align: right;
}

#i-recaptcha2 label {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    float: left;
}