@charset "UTF-8";
@import url(animate.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #999999;
	font: 400 16px/26px "Montserrat", sans-serif;
	-webkit-text-size-adjust: none;
	background-color: #F66;
}
 @media (min-width: 768px) and (max-width: 991px) {
body {
	font-size: 18px;
	line-height: 28px;
}
}
 @media (min-width: 992px) {
body {
	font-size: 20px;
	line-height: 34px;
}
}
img {
	max-width: 100%;
	height: auto;
}

/*========================================================
                     CONTENT  Section
=========================================================*/

h1, h2, h3, h4 {
	font-weight: 700;
}
h1 {
	font-size: 25px;
	line-height: 30px;
	padding-right: 30px;
}
h2 {
	font-size: 32px;
	line-height: 32px;
	color: #06C;
}
h2 span {
	display: block;
	font-size: 40px;
	line-height: 40px;
}
h3 {
	font-size: 28px;
	line-height: 28px;
	color: #06C;
}
h4 {
	font-size: 26px;
	line-height: 26px;
}
h5 {
	font-size: 24px;
	line-height: 34px;
	color: #08d3e0;
}
h6 {
	color: #CD2432;
	font-weight: 600;
}
p a:hover, .marked-list a:hover, .list a:hover {
	text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
	text-decoration: none;
}
time {
	display: block;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:focus {
	outline: none;
}
a:active {
	background-color: transparent;
}
a[href^="tel:"], a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}
strong {
	font-weight: 700;
}
.fa {
	line-height: inherit;
}
[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}
.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page {
	min-width: 1200px;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
 .no-gutter > [class*='col-'] {
 padding-right: 0;
 padding-left: 0;
 position: relative;
}
 [class^='col-'] + [class^='col-'] {
 margin-top: 35px;
}
 @media (min-width: 768px) {
 [class^='col-'] + [class^='col-'] {
 margin-top: 0;
}
}
.container-fluid--mod-1 [class^='col-'] {
	margin-top: 0;
}
.container-fluid--mod-1 img {
	width: 100%;
}
 @media (min-width: 1199px) {
.container-wrap {
	position: absolute;
	width: 100%;
}
}
section {
	position: relative;
}
/*=======================================================
                       Main Layout - Ian Cant Find
=========================================================*/
h3 + * {
	margin-top: 35px;
}
h5 + * {
	margin-top: 18px;
}
* + h5 {
	margin-top: 45px;
}
img + * {
	margin-top: 52px;
}
h4 + * {
	margin-top: 35px;
}
/*=======================================================
                        Helpers
=========================================================*/
.text-center {
	text-align: center;
}
 @media (max-width: 768px) {
.text-center--mod-1 {
	text-align: center;
}
}
.text-right {
	text-align: right;
}
.text-primary {
	color: #08d3e0;
}
.offset-1 {
	padding-left: 30px;
}
 @media (min-width: 1399px) {
.offset-1 {
	padding-left: 100px;
}
}
.offset-2 {
	margin-top: 35px;
}
.offset-3 {
	padding-top: 10px;
}
 @media (max-width: 1199px) {
.no-gutter .offset-4 {
	padding: 10%;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.no-gutter .offset-4 {
	padding-left: 30px;
	padding-top: 35px;
	padding-right: 20px;
}
}
@media (min-width: 1500px) {
.no-gutter .offset-4 {
	padding: 85px 7% 0 100px;
}
}
 @media (max-width: 991px) {
.img--mod-1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
 @media (max-width: 1799px) and (min-width: 1199px) {
.text--mod-1 {
	font-size: 18px;
	line-height: 30px;
}
* + .text--mod-1 {
	margin-top: 25px;
}
}
/*=======================================================
                        Content Components
=========================================================*/

/*==================     Brand     ======================*/
.picture {
	display: block;
	text-align: center;
	background-color: #FFF;
}
.picture .main{
	max-width: 100%;
	height: auto;
	padding: 5px;
	border: 3px solid #D12938;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 40px;
}
.brand {
	display: block;
	text-align: center;
	background-color: #FFF;
}
.brand_name {
	position: relative;
	padding-left: 40px;
	color: #C03;
	padding-top: 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	line-height: 46px;
	font-weight: 500;
	text-align: center;
}
.brand_name .logo {
	width: 40px;
	position: absolute;
	left: 0px;
	margin-left: 20px;
}
 @media (min-width: 768px) {
.brand_name .logo {
	width: 49px;
}
}

/*==================      Well     ======================*/
.well-1 {
	padding-top: 20px;
	padding-bottom: 50px;
}
.well-2 {
	padding-top: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EB6466;
}
.well-3 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.well-4 {
	padding-top: 50px;
	padding-bottom: 15px;
}


.main {
	display: block;
}
/*==================  Backgrounds  ======================*/
.bg-white {
	background-color: #FFFFFF;
}
.bg-book-now {
	background: #4f5fce;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.bg-more-pictures {
	background-color: #EB6466;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.bg-primary-variant-1 {
	background: #4f5fce;
}
.bg-primary-variant-2 {
	background: #08d3e0;
}
.bg-color1-variant-1 {
	background: #ff527d;
}
.bg-color2-variant-1 {
	background-color: #33CC66;
}
 [class*='bg-'] {
 color: #fff;
}
[class*='bg-'] h2, [class*='bg-'] h3, [class*='bg-'] h4, [class*='bg-'] h5, [class*='bg-'] h6, [class*='bg-'] .list {
	color: #fff;
}


/* ======= Carousel + Gallery ======= */
#owl {
  margin-top: 4px;
}
#owl .item a {
  display: block;
  position: relative;
  background: #73cfff;
}
@media (max-width: 979px) {
  #owl .item a img {
    width: 100%;
  }
}
#owl .item a:hover {
  margin-top: -10px;
}
#owl .item a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#owl .item a:hover .gallery_icon {
  display: block;
}
#owl .item a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#owl .item a .gallery_icon {
  display: none;
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
@media (max-width: 1199px) {
  #owl .item {
    padding: 5px;
  }
}
/* ======= Owl Link ======= */
.owl_link {
  margin-top: 77px;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 979px) {
  .owl_link {
    margin-top: 146px;
  }
}
/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-md {
	padding: 10px 18px;
	font-size: 16px;
	font-weight: 700;
}
.btn-book {
	color: #fff;
	background-color: #CD2432;
	font-size: 23px;
	font-weight: 700;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.btn-book:hover {
	background-color: #3366CC;
}
.btn-book:active {
	background-color: #3399FF;
}
.btn-default {
	color: #fff;
	background: #fbcd13;
}
.btn-default:hover {
	background: #08d3e0;
}
.btn-default:active {
	background: #06a5af;
}
* + .btn {
	margin-top: 30px;
}
 @media (min-width: 992px) {
* + .btn {
	margin-top: 50px;
}
}
/*==================      Text-box      ======================*/
.text-box {
	padding-top: 20px;
	padding-bottom: 20px;
}
.text-box p {
	font-size: 14px;
	line-height: 20px;
}
.text-box_left {
	padding-right: 20px;
	padding-left: 20px;
}
.text-box_right {
	padding-right: 20px;
	padding-left: 20px;
}
 @media (min-width: 479px) and (max-width: 769px) {
.text-box {
	line-height: 26px;
}
.text-box h3 {
	text-align: left;
}
.text-box_left {
	margin-right: 30px;
	margin-left: 30px;
}
.text-box_right {
	margin-right: 15px;
	margin-left: 15px;
}
.text-box p {
	font-size: 23px;
	text-align: left;
}
}
 @media (min-width: 769px) and (max-width: 991px) {
.text-box {
	line-height: 20px;
}
.text-box p {
	font-size: 14px;
	line-height: 20px;
}
.text-box h3, h4 {
	font-size: 28px;
	line-height: 20px;
}
.text-box {
	padding-top: 20px;
	padding-bottom: 15px;
}
}
}
 @media (min-width: 991px) and (max-width: 1199px) {
.text-box {
	line-height: 20px;
}
.text-box p {
	font-size: 16px;
	line-height: 20px;
}
.text-box h3, h4 {
	font-size: 30px;
	line-height: 20px;
}
.text-box {
	padding-top: 25px;
	padding-bottom: 15px;
}
}
 @media (min-width: 1199px) and (max-width: 1799px) {
.text-box {
	padding-top: 30px;
	padding-bottom: 10px;
}
.text-box_left {
	padding-right: 30px;
	padding-left: 30px;
}
.text-box_right {
	padding-right: 30px;
	padding-left: 30px;
}
.text-box h3, .text-box h4 {
	font-size: 40px;
}
.text-box p {
	font-size: 18px;
}
}
 @media (min-width: 1199px) and (max-width: 1299px) {
.text-box_left {
	padding-right: 20px;
	padding-left: 20px;
}
.text-box_right {
	padding-right: 20px;
	padding-left: 20px;
}
.text-box h3, .text-box h4 {
	font-size: 34px;
	line-height: 34px;
}
.text-box h3 + *, .text-box h4 + * {
	margin-top: 10px;
}
.text-box p {
	font-size: 18px;
}
}
 @media (min-width: 1999px) {
.text-box {
	padding-top: 80px;
}
.text-box_left {
	padding-right: 100px;
	padding-left: 120px;
}
.text-box_right {
	padding-right: 60px;
	padding-left: 100px;
}
.text-box p {
	font-size: 18px;
}
}
/*==================      Future-box      ======================*/
.feature-box {
	position: relative;
	padding-left: 65px;
}
.feature-box .icon {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 50px;
	line-height: 50px;
	color: #08d3e0;
}
.feature-box h5 + * {
	margin-top: 10px;
}
.feature-box + .feature-box {
	margin-top: 43px;
}
 @media (min-width: 479px) {
.feature-box {
	padding-left: 100px;
}
.feature-box .icon {
	font-size: 72px;
	line-height: 70px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.feature-box {
	padding-left: 0;
}
.feature-box .icon {
	position: relative;
}
.feature-box .icon + h5 {
	margin-top: 15px;
}
}

/*==================      Product      ======================*/
.product {
	position: relative;
	color: #fff;
}
.product h3, .product h4, .product h5, .product h6 {
	color: #fff;
}
.product p{
	color: #fff;
	font-size: 12px;
	padding-bottom: 10px;
}
.product_cover {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	background: rgba(79, 95, 206, 0.9);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.lt-ie9 .product_cover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.product_cnt {
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
}
 @media (min-width: 480px) and (max-width: 1199px) {
.product_cnt {
	padding: 50px 50px;
}
}
 @media (min-width: 1200px) and (max-width: 1349px) {
.product_cnt {
	padding: 20px 15px;
}
.product_cnt * + .btn {
	margin-top: 15px;
}
}
 @media (min-width: 1800px) {
.product_cnt {
	padding: 75px 95px;
}
}
 @media (min-width: 1699px) {
.product h5 + * {
	margin-top: 20px;
}
}
.product img {
	width: 100%;
}
.product:hover .product_cover {
	opacity: 1;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.lt-ie9 .product:hover .product_cover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=100);
}
/*==================      Picture      ======================*/
.picture {
	position: relative;
	color: #fff;
}
.picture h5 {
	color: #fff;
}
.picture p{
	color: #fff;
	font-size: 12px;
	padding-top: 20px;
}
.picture_cover {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	background: rgba(79, 95, 206, 0.9);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.lt-ie9 .picture_cover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.picture_cnt {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
}
 @media (min-width: 480px) and (max-width: 1199px) {
.picture_cnt {
	padding: 15px 15px;
}
}
 @media (min-width: 1200px) and (max-width: 1349px) {
.picture_cnt {
	padding: 20px 20px;
}
.picture_cnt * + .btn {
	margin-top: 15px;
}
}
 @media (min-width: 1699px) {
.picture h5 + * {
	margin-top: 10px;
}
}
 @media (min-width: 1800px) {
.picture_cnt {
	padding: 20px 20px;
}
}
.picture img {
	width: 100%;
}
.picture:hover .picture_cover {
	opacity: 1;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.lt-ie9 .picture:hover .picture_cover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=100);
}
/*==================      List      ======================*/
.list li {
	color: #4F9AFF;
	font-weight: 600;
}
.list li + li {
	margin-top: 6px;
}
.list + * {
	margin-top: 40px;
}
p + .list {
	margin-top: 40px;
}
.list--mod-1 {
	margin-top: 6px;
}
 @media (min-width: 1199px) and (max-width: 1799px) {
.list--mod-1 {
	display: inline-block;
	width: 46%;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
}
.list--mod-1 li + li {
	margin-top: 12px;
}
.list--mod-1 + .list--mod-1 {
	margin-left: 5%;
}
}
/*==================      Inline-list      ======================*/
.inline-list li {
	display: inline-block;
}
.inline-list li a {
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.inline-list li a:hover {
	color: #08d3e0;
}
.inline-list li + li {
	margin-left: 35px;
}
* + .inline-list {
	margin-top: 48px;
}
/*==================      Index-list      ======================*/
.index-list {
	counter-reset: li;
}
.index-list li {
	position: relative;
}
.index-list li:before {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	display: inline-block;
	color: #08d3e0;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.index-list li h5 {
	display: inline-block;
	padding-left: 50px;
}
.index-list li + li {
	margin-top: 40px;
}
 @media (min-width: 767px) and (max-width: 991px) {
.index-list li:before {
	position: relative;
}
.index-list li h5 {
	padding-left: 0;
}
}
/*==================      Quote      ======================*/
.quote:before, .quote:after {
	display: table;
	content: "";
	line-height: 0;
}
.quote:after {
	clear: both;
}
.quote_aside {
	margin-bottom: 20px;
}
.quote_cnt__no-flow {
	overflow: hidden;
}
@media (max-width: 767px) {
.quote {
	text-align: center;
}
}
@media (min-width: 991px) {
.quote_aside {
	float: left;
	margin-right: 30px;
}
}
.quote p + h5 {
	margin-top: 10px;
}
/*========================   Menu   ==========================*/
nav {
	text-align: center;
	background-color: #FFF;
	padding-top: 15px;
}
/* Main menu styles
========================================================*/
.sf-menu {
	display: inline-block;
	text-align: center;
}
.sf-menu > li {
	position: relative;
	padding-left: 0px;
	padding-right: 16px;
	text-align: center;
	float: left;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li > a {
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #4f5fce;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #CD2432;
	animation-timing-function: ease-in-out;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #4f5fce;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.sf-menu > li.active > a {
	color: #EB6466;
}
@media (max-width: 767px) {
.sf-menu {
	display: none;
}
}
 @media (min-width: 991px) and (max-width: 1199px) {
.sf-menu > li {
	padding-right: 18px;
}
.sf-menu > li > a {
	font-size: 18px;
	font-weight: 600;
}
}
 @media (min-width: 1199px) {
.sf-menu > li {
	padding-right: 20px;
}
.sf-menu > li > a {
	font-size: 20px;
	font-weight: 500;
}
}
/*==================  Stuck menu  ======================*/
.stuck_container {
	text-align: left;
	position: relative;
}
.stuck_container:before, .stuck_container:after {
	display: table;
	content: "";
	line-height: 0;
}
.stuck_container:after {
	clear: both;
}
.isStuck {
	background: #fff;
	z-index: 999;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CC0033;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 1px;
}
 @media only screen and (max-width: 979px) {
.sf-menu > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
}
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: #F03;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
	background: #f5f5f5;
	color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
	background: #0000ff;
	color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #FFF;
	color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}
 @media (max-width: 767px) {
body {
	padding-top: 56px;
}
.rd-mobilemenu, .rd-mobilepanel {
	display: block;
}
}
@media (max-width: 359px) {
.rd-mobilepanel_title {
	font-size: 18px;
}
}
/*==================     ToTop     ======================*/
.toTop.fa {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background: #08d3e0;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop.fa:hover {
	color: #fff;
	background: #4f5fce;
	text-decoration: none;
}
.mobile .toTop, .tablet .toTop {
	display: none !important;
}
/*==================  RD Parallax    ======================*/
.parallax {
	position: relative;
	overflow: hidden;
}
.parallax_image, .parallax_pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: center center;
	will-change: transform;
}
.parallax_image {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax_pattern {
	background-repeat: repeat;
}
.parallax_cnt {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}
.parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6, .parallax_cnt .list {
	color: #fff;
}
 @media (min-width: 768px) and (max-width: 991px) {
.parallax_cnt {
	padding-top: 150px;
	padding-bottom: 150px;
}
}
 @media (min-width: 992px) {
.parallax_cnt {
	padding-top: 270px;
	padding-bottom: 300px;
}
}
/*==================   Thumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	margin: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #fff;
	background: transparent;
}
.thumb_overlay:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font: 400 30px "FontAwesome";
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
}
.lt-ie9 .thumb_overlay:before {
	display: none;
}
.thumb:hover .thumb_overlay {
	opacity: 1;
	background: rgba(79, 95, 206, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#804F5FCE', endColorstr='#804F5FCE')";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#804F5FCE', endColorstr='#804F5FCE');
	zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
	display: block;
}
.thumb:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.gallery {
	margin-top: 40px;
}
.gallery [class^='col-'] {
	margin-top: 0;
}
.terms p + p {
	margin-top: 34px;
}
.policy-link {
	color: #4f5fce;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer {
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 1px;
	background-color: #EB6466;
	font-weight: 600;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.footer .copy {
	font-size: 14px;
	line-height: 24px;
}
* + footer .copy {
	margin-top: 53px;
}
.footer .contact-info {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
}
 @media (min-width: 1199px) {
.footer .contact-info .big {
	font-size: 50px;
	line-height: 50px;
}
}
* + footer .contact-info .big {
	margin-top: 38px;
}
.footer .contact-info a[href^="tel:"]:hover, footer .contact-info a[href^="callto:"]:hover {
	color: #08d3e0;
	text-decoration: none;
}
.footer .contact-info + * {
	margin-top: 12px;
}
