* {
	box-sizing: border-box
}

gdhtml {}

/* FONTS */
/* Note - fonts from third-party sites are imported in includes/head.php */
@font-face {
	font-family: 'Lato', sans-serif;
	src: url('../fonts/Lovelo Black.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: FontAwesome, sans-serif;
	src: url('../fonts/fontawesome-webfont.woff') format('woff');
	src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* BODY */
body {
	/* background-color: #FFFFFF; */
	/* border-top: 14px solid #2498AF; */
	/* color: #444444;
	font-family: "Arial", "Helvetica", sans-serif; */
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 20px;
	/* line-height: 1.5em; */
	/*padding-top: 48px;*/
}

.container-fluid {
	max-width: 1600px;
}

#mobile_picture_details {
	display: none;
}

a {
	transition: 0.5s;
}

/* BOOTSTRAP OVERRIDES */
.btn-yellow {
	background-color: #fdb416;
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-blue {
	background-color: #33A9E0;
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-blue {
	background-color: #13c0df;
}

.btn-darkblue {
	background-color: #152b42;
}

.btn-border-yellow {
	border: 1px solid #fdb416;
	text-shadow: none;
}

.btn-border-yellow,
.btn-yellow,
.btn-blue,
.btn-darkblue {
	position: relative;
	color: #fff;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	padding: 10px 35px;
}

.btn-border-yellow:hover,
.btn-yellow:hover {
	color: #fff;
	background: #fdb416
}

.btn-blue:hover {
	color: #152b42;
}

.btn-darkblue:hover {
	color: #fdb416;
}

.btn-blog {
	color: #fff;
	width: 130px;
	position: relative;
	background-color: #152b42;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 5px 15px;
}

.btn-blog:hover {
	color: #fdb416;
}

.btn-yellow.rcorner:after,
.btn-blue.rcorner:after,
.btn-darkblue.rcorner:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -16px;
	top: -1px;
}

.btn-yellow.lcorner:after,
.btn-blue.lcorner:after,
.btn-darkblue.lcorner:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: -16px;
	top: -1px;
}

.btn-yellow.rcorner:after {
	border-top: 54px solid #fdb416;
	border-right: 15px solid transparent;
}

.btn-yellow.lcorner:after {
	border-top: 54px solid #fdb416;
	border-left: 15px solid transparent;
}

.btn-blue.rcorner:after {
	border-top: 54px solid #13c0df;
	border-right: 15px solid transparent;
}

.btn-blue.lcorner:after {
	border-top: 54px solid #13c0df;
	border-left: 15px solid transparent;
}

.btn-darkblue.rcorner:after {
	border-top: 54px solid #152b42;
	border-right: 15px solid transparent;
}

.btn-darkblue.lcorner:after {
	border-top: 54px solid #152b42;
	border-left: 15px solid transparent;
}

/* HEADER */
.header-top-menu {
	width: 100%;
	min-height: 40px;
	color: #152b42;
	background: #FDB416;
	z-index: 20000;
	position: fixed;
	font-size: 14px;
}

.header-top-menu .top-menu-left {
	/*text-transform: uppercase;*/
	font-weight: bold;
	padding-top: 10px;
}

.header-top-menu .top-menu-left a,
.header-top-menu .top-menu-left span {
	color: #152b42;
	transition: 0.5s;
}

.header-top-menu .top-menu-left a:hover {
	text-decoration: none;
	color: #fff;
}

.header-top-menu .top-menu-right {
	/*text-transform: uppercase;*/
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
}

.header-top-menu .top-menu-right a {
	color: #152b42;
	transition: 0.5s;
	display: inline-block;
	margin-right: 12px;
}

.header-top-menu .top-menu-right a:hover {
	text-decoration: none;
	color: #fff;
}

@media (max-width:991px) {
	.header-top-menu {
		font-size: 12px;
	}
}

@media (max-width:991px) {
	.header-top-menu .top-menu-right {
		text-align: center;
	}
}

.header {
	color: #FFFFFF;
	/*min-height: 159px;*/
	/*background: url('../images/design/homeslider.jpg');*/
	/*background: #33A9E0;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	width: 100%;
	min-height: 598px;
	padding: 20px 0px;
	/*background-attachment: fixed;*/
}

.header:after {
	content: '';
	border-top: 558px solid #35AFDE;
	border-left: 558px solid transparent;
	position: absolute;
	background-size: cover;
	width: 65%;
	top: 40px;
	min-height: 558px;
	right: 0;
	background-position: right center;
	/*z-index: -1;*/
}

.header .slider-caption {
	text-shadow: 0;
}

.header .slider-caption img {
	max-height: 400px;
	margin-top: 140px;
}

@media (max-width:1200px) {
	.header .slider-caption img {
		margin-top: 80px;
	}
}

.header .slider-transparent-bg {
	position: absolute;
	background-size: cover;
	border-bottom: 568px solid #fff;
	border-left: 568px solid transparent;
	opacity: 0.2;
	min-height: 558px;
	width: 50%;
	right: 0;
	top: 40px;
	z-index: 1;
}

@media (max-width:991px) {
	.header .slider-transparent-bg {
		position: absolute;
		background-size: cover;
		border-bottom: 915px solid #fff;
		border-left: 915px solid transparent;
		opacity: 0.2;
		min-height: 558px;
		width: 50%;
		right: 0;
		top: 40px;
		z-index: 1;
	}

	.header .slider-caption img {
		margin-top: 20px;
	}
}

@media (max-width:850px) {
	.header .slider-transparent-bg {
		position: absolute;
		background-size: cover;
		border-bottom: 945px solid #fff;
		border-left: 945px solid transparent;
		opacity: 0.2;
		min-height: 558px;
		width: 50%;
		right: 0;
		top: 40px;
		z-index: 1;
	}
}

@media (max-width:750px) {
	.header .slider-transparent-bg {
		position: absolute;
		background-size: cover;
		border-bottom: 995px solid #fff;
		border-left: 995px solid transparent;
		opacity: 0.2;
		min-height: 558px;
		width: 50%;
		right: 0;
		top: 40px;
		z-index: 1;
	}
}

@media (max-width:600px) {
	.header .slider-transparent-bg {
		position: absolute;
		background-size: cover;
		border-bottom: 1028px solid #fff;
		border-left: 1028px solid transparent;
		opacity: 0.2;
		min-height: 558px;
		width: 50%;
		right: 0;
		top: 40px;
		z-index: 1;
	}
}

@media (max-width:480px) {
	.header .slider-transparent-bg {
		position: absolute;
		background-size: cover;
		border-bottom: 1100px solid #fff;
		border-left: 1100px solid transparent;
		opacity: 0.2;
		min-height: 558px;
		width: 50%;
		right: 0;
		top: 40px;
		z-index: 1;
	}
}

@media (max-width:350px) {
	.header .slider-transparent-bg {
		position: absolute;
		background-size: cover;
		border-bottom: 1155px solid #fff;
		border-left: 1155px solid transparent;
		opacity: 0.2;
		min-height: 558px;
		width: 50%;
		right: 0;
		top: 40px;
		z-index: 1;
	}
}

.header-inner {
	background: #33A9E0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	width: 100%;
	/*background-attachment: fixed;*/
}

.header-inner .slider-transparent-bg {
	position: absolute;
	background-size: cover;
	border-bottom: 358px solid #fff;
	border-left: 358px solid transparent;
	opacity: 0.2;
	height: 358px;
	width: 20%;
	right: 0;
	top: 40px;
	z-index: 2;
}

@media (min-width:992px) {
	.header-inner:after {
		content: '';
		border-top: 350px solid #35AFDE;
		border-left: 350px solid transparent;
		position: absolute;
		background-size: cover;
		width: 0%;
		top: 40px;
		height: 450px;
		right: 0;
		background-position: right center;
		z-index: 0;
	}
}

.header-inner .slider-right-arrow-bg {
	top: 0px;
	right: 0px;
	height: 350px;
}

.header-wrapper {
	background: rgba(0, 174, 239, 0.7);
	height: 398px;
	padding: 50px 0px;
	position: relative;
}

.sub-heading {
	position: relative;
	top: 55px;
	z-index: 3;
	text-align: center;
}

.sub-heading h1 {
	color: #fff;
	font-weight: 700;
	font-size: 46px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 25px;
	margin-top: 110px;
}

.sub-heading .tag-line h2,
.sub-heading .tag-line .text {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	/*margin-bottom: 10px;*/
	display: block;
	text-align: center;
	color: #fff;
}

.tag-line h2 {
	display: block;
	color: #fff;
	font-size: 40px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0px;
}

.banner-image {
	width: 100%;
	height: 250px;
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 30px;
	right: 50px;
	/*opacity: 0.5;*/
	position: absolute;
}

@media (max-width:991px) {
	.sub-heading {
		top: 50px;
	}

	.sub-heading .tag-line h1,
	.sub-heading .tag-line h2,
	.sub-heading .tag-line .text {
		text-align: center;
	}

	.sub-heading h1 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.sub-heading .tag-line h2,
	.sub-heading .tag-line .text {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

@media (max-width:600px) {
	.sub-heading h1 {
		font-size: 26px;
		/*margin-left: 20px;*/
	}

	.tag-line {
		font-size: 30px;
		/*margin-left: 20px;*/
	}
}

@media (max-width:400px) {
	.sub-heading {
		top: 30px;
	}
}

@media (min-width:1200px) {
	.container-custom {
		width: 100%;
		padding-left: 100px;
		padding-right: 100px;
	}

	/*.footer-table {display:table;}
	.footer-links {display:table-row;width: 100%;}
	.footer-content {display:table-cell;float: none;}
	.footer-content.social-icons{vertical-align: bottom;  text-align: right;}*/
	/*#navbar2 { text-align:right; }*/
}

#logo {
	margin-top: 15px;
	margin-bottom: 15px;
}

#logo a {
	outline: 0px !important;
	text-decoration: none !important;
}

#logo img {
	border: 0px;
}

#logo .center-block {
	float: left;
}

.normallogo {
	max-width: 267px;
	min-width: 200px;
}

@media (max-width:340px) {
	/*.normallogo {
		width: 200px;
	}*/
}

/* HEADER ICONS */
#searchwrapper {
	float: right;
	margin-top: 35px;
	text-align: right;
}

#header_basket {
	display: inline-block;
	text-align: right;
}

.items::before {
	content: "\f291";
	font-family: "FontAwesome";
}

.items {
	color: #2498AF;
	font-size: 22px;
}

.items a {
	color: #2498AF;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.items a:hover {
	color: #000000;
	text-decoration: none;
}

.icon {
	margin-left: 7px;
	width: 32px;
}

.footer_icon {
	width: 16px;
}

.downarrowclass {
	width: 16px;
}

.home_icon {
	width: 22px;
}

/* TOP MENU */
#top_menu {
	color: #2498AF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
	text-align: right;
	text-transform: uppercase;
}

#top_menu a {
	/*color: #2498AF;*/
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: none;
}

#top_menu a:hover,
#top_menu a:active {
	color: #FFFFFF;
}

#top_menu .btn-info {
	background: #2498AF;
	border-color: #2498AF;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

#top_menu .btn-info:hover {
	background: #13C0DF;
	border-color: #13C0DF;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

#top_menu .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#top_menu .dropdown-menu {
	background: #13C0DF;
	border-color: #13C0DF;
	margin-top: -8px;
}

#top_menu .dropdown-menu a {
	color: #FFFFFF;
}

#top_menu .dropdown-menu a:hover {
	background: #2498AF;
	color: #FFFFFF;
}

/* MAIN MENU */
#menu {
	background: #2498AF;
	color: #FFFFFF;
	margin-top: 0px;
}

#search_form {
	background-image: url('../images/search_box.gif');
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 275px;
}

.searchbox {
	background-color: transparent;
	border: 0px;
	color: #A1A1A1;
	font-weight: bold;
	height: 24px;
	left: 30px;
	padding: 1px 0px 0px 0px;
	position: absolute;
	top: 0px;
	width: 241px;
}

.searchbox_submit {
	background-image: url('../images/search_btn.gif');
	border: 0px;
	cursor: pointer;
	height: 24px;
	left: 233px;
	position: absolute;
	top: 0px;
	width: 42px;
}

/* FOOTER */
/* #footer_wrapper {
	background-color: #2498AF;
	color: #FFFFFF;
	margin-top: 15px;
}

#footer {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #D1D1D1;
	text-decoration: none;
}

.footer_title {
	font-weight: bold;
}

.footer_section {
}

.footer_section a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_section a:hover {
	color: #D1D1D1;
	text-decoration: none;
}

#footer_cardsave {
	margin-top: 5px;
}

#final_wrapper {
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
}

#copyright {
	padding-top: 5px;
	text-align: left;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	color: #F1F1F1;
	text-decoration: none;
}

#upshot {
	padding-top: 5px;
	text-align: right;
}

#upshot a {
	color: #FFFFFF;
	text-decoration: none;
}

#upshot a:hover {
	color: #F1F1F1;
	text-decoration: none;
} */

/* GENERAL STYLING */
h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: #2498AF; */
	font-size: 30px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 40px;
	color: #3095BF;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	margin-top: 0;
}

p {
	margin: 10px 0px 10px 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0px;
}

.nofloat {
	clear: both;
}

.warning {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

.small {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.large {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
}

.red_text {
	color: #CC0000;
}

.white_text {
	color: #FFFFFF;
}

.centered {
	text-align: center;
}

.justify {
	text-align: justify;
}

.align_middle {
	vertical-align: middle;
}

.float-right {
	float: right;
	margin-left: 15px;
}

/* PRODUCTS */
#left_category {
	float: left;
	margin-right: 10px;
}

#left_category_top {
	background-color: #2498AF;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	height: 24px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: center;
	text-transform: capitalize;
}

#left_category_mid {
	background-color: #F1F1F1;
	border-right: 1px solid #2498AF;
	border-left: 1px solid #2498AF;
	color: #2498AF;
	font-size: 10px;
	padding: 5px;
}

#left_category_bot {
	background-color: #2498AF;
	color: #FFFFFF;
	height: 1px;
}

#left_menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 5px;
}

#left_menu ul li a {
	color: #2498AF;
	font-size: 12px;
	text-decoration: none;
}

#left_menu ul li a:hover {
	color: #A1A1A1;
}

#left_banner_ad {
	background-color: #13C0DF;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

.product {
	background: #F1F1F1;
	border: 5px solid #FFFFFF;
	height: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.product_thumbs {
	border: 1px solid red;
	height: 40px;
	padding-top: 3px;
}

.product_thumbs img {
	cursor: pointer;
}

.product_name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}

.product_name:hover,
.product_name:active {
	color: #A1A1A1;
	text-decoration: none;
}

.product_image {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product_price {
	font-size: 16px;
	font-weight: bold;
}

.rrp {
	color: #A1A1A1;
	font-weight: normal;
	text-decoration: line-through;
}

.product_more_info_btn {
	margin-top: 10px;
}

.product_thumb {
	padding: 3px;
}

.product_more {
	background-color: #2498AF;
	border: 1px solid #333333;
	margin: 10px auto 0px auto;
	padding: 2px;
	width: 130px;
}

.product_more a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.product_more a:hover {
	text-decoration: none;
	color: #a1a1a1;
}

.btn_left {
	float: left;
	margin-left: 20px;
}

.btn_right {
	float: right;
	margin-right: 20px;
}

#product_info_left {
	margin-top: 5px;
}

#product_options_inner {
	width: 700px;
	margin: auto;
}

.product_options_image {
	float: left;
	width: 170px;
}

.product_options_details {
	float: right;
	width: 500px;
}

.thumbnail {
	width: 99px;
	height: 99px;
	padding: 0px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	background: #FFFFFF;
}

.main-image {
	margin-top: 10px;
	max-width: 300px;
}

.img-border {
	border: 1px solid #D1D1D1;
	margin: auto;
	text-align: center;
}

.last {
	margin-right: 0px;
}

#gal2 {
	display: none;
}

#product_info_right {}

#product_info_right h2 {
	font-size: 18px;
}

#productdivcontainer ul {
	padding-left: 20px;
}

.product_card_save {
	float: left;
	text-align: left;
}

/* PRODUCT INFO TABS */
.tab-content>.active {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 20px;
}

.nav-tabs>li>a {
	background: #DDDDDD;
}

/* RELATED PRODUCTS */
.related {
	height: 230px;
	margin-bottom: 10px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.related .title {
	height: 40px;
}

/* BUNDLED PRODUCTS */
.plus_sign {
	margin-top: 60px;
	font-size: 48px;
	color: #444444;
	text-align: center;
}

.bundles {
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	padding: 5px;
}

.bundles .title {
	height: 40px;
}

.bundles a {
	color: #000000;
	background-color: transparent;
}

#bundle_desc {
	margin-top: 10px;
	font-weight: bold;
}

#bundle_individual_price {
	margin-top: 10px;
	font-weight: bold;
	color: #000000;
	background: transparent;
}

#bundle_price {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF5C00;
	background: transparent;
}

/* BASKET */
#basket_btn {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn.gif');
	border: 0px;
	cursor: pointer;
}

#basket_btn_disabled {
	width: 220px;
	height: 40px;
	background: url('../images/basket_btn_disabled.gif');
	border: 0px;
}

.readmore {
	color: #2498AF;
	text-decoration: none;
}

.readmore:hover,
.readmore:focus,
.readmore:active {
	color: #A1A1A1;
	text-decoration: none;
}

/* BASKET */
#add_to_basket_form select {
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}

#add_to_basket_form label {
	font-weight: bold;
	/*
	float: left;
	width: 120px;
	margin-bottom: 5px;
	*/
}

#add_to_basket_form label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	/*
	width: 350px;
	*/
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#add_to_basket_form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#add_to_basket_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#add_to_basket_form .quantity {
	width: 100px;
}

.basket_options {
	color: #444444;
	font-size: 12px;
	padding-left: 10px;
}

.bundle_options {
	color: #444444;
	font-size: 12px;
	padding-left: 10px;
}

#basket_error {
	background: #EDBE9C url('../images/cart-error.png') no-repeat;
	background-position: 5px 5px;
	border: 1px solid #A40000;
	color: #000000;
	font-size: 14px;
	margin: 0px auto 20px auto;
	min-height: 40px;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
	width: 550px;
}

#basket_verify {
	background: #9c6 url('../images/cart-warning.png') no-repeat;
	background-position: 5px 5px;
	border: 1px solid green;
	color: #000000;
	font-size: 14px;
	margin: 0px auto 20px auto;
	padding: 10px 10px 10px 55px;
	text-align: left;
	vertical-align: middle;
	width: 650px;
}

.basket_preview_image {
	float: left;
	width: 100px;
}

.basket_preview_description {
	float: left;
	margin-left: 10px;
}

.alert-booking-time-limit {
	margin-top: 10px;
	margin-bottom: 0px;
}

.alert-booking-time-limit p {
	font-size: 16px;
	line-height: 2em;
	margin-top: 0px;
}

.alert-booking-time-limit p i {
	font-size: 2em;
	vertical-align: middle;
}

#contact-form label.error {
	background: transparent url('../images/cancel.png') no-repeat scroll left;
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#contact-form input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact-form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

#contact_left .sub-heading {
	margin-top: 20px;

}

#contact_right {
	margin-bottom: 40px;
}

/* REVIEWS */
#reviews {
	margin: 0px auto 0px auto;
	width: 924px;
}

#review_form {
	background: #F1F1F1;
	border: 1px solid #A1A1A1;
	margin: 10px auto 0px auto;
	padding: 10px;
	width: 914px;
}

#reviewText {
	color: #CC0000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* GIFT VOUCHERS */
#form-gift-voucher {}

#form-gift-voucher .help-block {
	color: #444444;
}

#form-gift-voucher button.voucher_value_amount {
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	font-size: 15px;
	margin-bottom: 5px;
	padding: 5px 8px 4px 8px;
	width: 74px;
}

#voucher_left {
	margin-top: 15px;
}

#voucher_left .panel {}

#voucher_right {
	margin-top: 15px;
}

#voucher_right .panel {
	border-color: #000000;
	position: relative;
	z-index: 1;
}

#voucher_right .panel-footer {
	border-top-color: #000000;
}

#voucher_logo {
	margin-bottom: 10px;
	text-align: center;
}

#voucher_title {
	background-color: #2498AF;
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#voucher_code {
	color: #232220;
	font-size: 24px;
	margin-top: 20px;
	text-align: center;
}

#voucher_value {
	color: #232220;
	margin-top: 10px;
	text-align: center;
}

#voucher_value_text_description {
	font-size: 24px;
}

#voucher_value_currency {
	font-size: 50px;
}

#voucher_value_text {
	font-size: 50px;
}

#voucher_text {
	font-size: 20px;
	margin-top: 20px;
	padding: 10px;
}

#voucher_text table {
	width: 100%;
}

#voucher_text table td.voucher_text_label {
	width: 100px;
}

#voucher_from {}

#voucher_message {}

#voucher_message_text {
	font-size: 20px;
	height: 120px;
	max-height: 120px;
	overflow: auto;
}

#voucher_expiry_date {
	color: #444444;
	font-size: 18px;
	text-align: center;
}

#voucher_form label.error {
	background: transparent url('../images/cancel.png') no-repeat scroll left;
	color: red;
	display: none;
	font-weight: normal;
	margin-left: 160px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	width: 195px;
}

#voucher_form input.error {
	background: #EDBE9C;
	border: 1px dotted red;
}

#voucher_form select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* MY ACCOUNT */
#my_account_middle {}

#my_account_middle h1 {}

.my-account-title {
	color: #2498AF;
	font-size: 18px;
	font-weight: bold;
}

#viewOrderModal {
	z-index: 50000 !important;
}

#view_order {
	height: 480px;
	overflow: auto;
}

/* CATEGORY BANNER */
#category_banner {
	height: 327px;
	margin: 0px auto 15px auto;
	overflow: hidden;
	width: 980px;
}

#category_banner .category_slideshow {
	height: 327px;
	margin: auto;
	width: 980px;
}

#category_banner .category_slideshow img {}

/* SEARCH BOX */
#show_search {
	float: right;
	position: absolute;
	width: 244px;
	height: 58px;
	margin-top: 6px;
	margin-left: 700px;
	cursor: pointer;
	background: url('../images/search_closed.png');
	border: 0px;
}

#search_open {
	float: right;
	position: absolute;
	width: 244px;
	height: 426px;
	margin-top: 6px;
	margin-left: 700px;
	background: url('../images/search_open.png');
	display: none;
}

#search_content {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	height: 330px;
}

#hide_search {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 244px;
	height: 58px;
	background: url('../images/blank.gif');
	cursor: pointer;
	border: 0px;
}

#search_form {}

.search_section {
	margin-top: 10px;
}

#search_form label {
	color: #00ADF1;
	background-color: transparent;
	font-weight: bold;
}

#search_form select {
	width: 205px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #a1a1a1;
}

#search_category {
	width: 190px;
	height: 115px;
	padding: 5px;
	border: 1px solid #a1a1a1;
	overflow: scroll;
}

.search_price {
	color: #1A418C;
	background-color: transparent;
	font-weight: bold;
	border: 0px;
	width: 100px;
}

#search_button {
	border: 0px;
	background: url('../images/search_button.gif');
	width: 202px;
	height: 38px;
	cursor: pointer;
	margin-top: 20px;
}

/* HOME ICONS */
#home_icons {
	width: 964px;
	margin: 10px auto 10px auto;
	padding-left: 2px;
}

.home_icon {
	margin-left: 11px;
}

/* BRAND LOGOS */
#brand_logos {
	width: 940px;
	margin: 10px auto 10px auto;
	text-align: center;
}

/* BREADCRUMBS */
#breadcrumbs {
	color: #2498AF;
	font-size: 10px;
	height: 12px;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #2498AF;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000000;
}

/* Buy Now/Book Now/Request Callback Buttons */
.buynowbtn {
	background: transparent url('../images/buy-now.png') !important;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 50px;
	width: 176px;
}

.paypalbtn {
	width: 153px;
	height: 45px;
	background: url('../images/paypal_btn.png');
	cursor: pointer;
	border: 0px;
}

.requestcallbackbtn {
	background: transparent url('../images/request-callback.png') !important;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	float: left;
	height: 50px;
	width: 297px;
}

/* CSS3 Button */
.width_60 {
	width: 60px;
}

.width_80 {
	width: 80px;
}

.width_100 {
	width: 100px;
}

.width_180 {
	width: 180px;
}

.width_250 {
	width: 250px;
}

.width_300 {
	width: 300px;
}

.btn_center {
	text-align: center;
}

/* LOYALTY POINTS */
#cust_loyalty_banner {
	float: right;
	color: #FFFFFF;
	background-color: #fd8402;
	padding: 10px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#cust_loyalty_banner .info_button {
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -5px;
}

#loyalty_message {
	width: 550px;
	padding: 10px;
	margin: 20px auto 20px auto;
	color: #000000;
	background-color: #ECF598;
	border: 1px solid #A39B11;
	text-align: center;
	font-size: 14px;
}

#loyalty_points_product {
	float: right;
	color: #FFFFFF;
	background-color: #00AEEF;
	padding: 5px;
	border-radius: 0.5em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#loyalty_points_product .info_button {
	margin-left: 5px;
	vertical-align: middle;
	margin-top: -5px;
}

/* centre tables (firefox bug) */
.marginauto {
	margin: auto;
}

#payment_info {
	margin-top: 20px;
}

/* SORT MENU WRAPPER */
#sort_menu_wrapper {
	background-color: #2E94BE;
	font-size: 16px;
	margin-top: 5px;
	padding-top: 13px;
	padding-bottom: 3px;
	text-align: left;
}

#sort_menu_wrapper .control-label {
	color: #FFFFFF;
}

/* SORT MENU */

/* NUMBER OF PRODUCTS MENU */

/* PAGINATION */
.pagination {
	margin: 0px 0px 0px 48px;
	padding: 2px;
}

.pagination ul {
	font-size: 12px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	text-align: right;
}

.pagination li {
	display: inline;
	list-style-type: none;
	padding: 1px;
}

.pagination a,
.pagination a:visited {
	background: #FFFFFF;
	border: 1px solid #2498AF;
	color: #2498AF;
	padding: 1px 5px;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:active {
	background-color: #2498AF;
	border: 1px solid #2498AF;
	color: #FFFFFF;
}

.pagination li.currentpage {
	background-color: #2498AF;
	border: 1px solid #2498AF;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px;
}

.pagination li.disablepage {
	border: 1px solid #929292;
	color: #929292;
	padding: 1px 5px;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage,
* html .pagination li.disablepage {
	/* IE 6 and below. Adjust non linked LIs slightly to account for bugs */
	margin-right: 5px;
	padding-right: 0px;
}

/* Contact Form
-------------------------------------------------------------- */
label {
	color: #33a9e0;
	cursor: pointer;
	display: block;
	font-weight: bold;
	/*margin: 4px 0px 4px 0px;*/
}

/*input {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000000;
	display: block;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}*/

input[type="checkbox"] {
	width: 35px !important;
}

select {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	color: #000000;
	display: block;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}

textarea {
	background-color: #F4F4F4;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

legend {
	background-color: #2498AF;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

.form_header {
	background-color: #2498AF;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

.sendButton {
	background-color: #2498AF;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.2em;
	margin: auto;
	padding: 10px;
	text-align: center;
	width: 90%;
}

.sendButton:hover {
	background-color: #13C0DF;
	color: #FFFFFF;
}

.form_section {
	width: 100%;
}

.error {
	color: #CC0000;
}

/* CONTACT FROM ERRORS */
label.error {
	display: none;
	font-weight: normal;
	color: red;
	text-align: left;
	width: 350px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: transparent url('../images/cancel.png') no-repeat scroll left;
}

input.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

textarea.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

select.error {
	border: 1px dotted red;
	background: #EDBE9C;
}

/* ElavateZoom */
/*set a border on the images to prevent shifting*/
#gallery_01 img {
	border: 1px solid white;
}

/* BASKET */
/* CARD LOGOS */
#card_logos {
	text-align: right;
}

.basket_image {
	float: left;
	margin-right: 20px;
}

.delete {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}

.delete:hover {
	background: url('../images/delete_icon.gif');
	width: 25px;
	height: 25px;
}

.border_bottom_head {
	border-bottom: 2px solid #d1d1d1;
}

.border_bottom {
	border-bottom: 1px solid #d1d1d1;
}

#ff_cart label {
	float: left;
	color: #444444;
	font-weight: normal;
	margin-right: 10px;
}

.voucher {
	float: left;
	text-align: right;
	width: 200px;
}

/* css radio buttons */
input[type="radio"].css-checkbox {
	display: none;
}

input[type="radio"].css-checkbox+label.css-label {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	padding-left: 35px;
	vertical-align: middle;
}

input[type="radio"].css-checkbox:checked+label.css-label {
	background-position: 0px -18px;
}

label.css-label {
	background-image: url('../images/cssradio.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table,
td,
th {
	border: 0px;
	border-collapse: collapse;
}

table {
	border-spacing: 0px;
}

th {
	color: #000000;
	margin: 0px;
	padding: 4px;
}

td {
	margin: 0px;
}

.entryTable {
	background-color: #DDDDDD;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
}

.entryTableHeader {
	background-color: #F1F1F1;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.entryTable .heading {
	background-color: #D1D1D1;
}

.entryTable .label {}

.entryTable .content {
	background-color: #FFFFFF;
}

.confTable {
	background-color: #DDDDDD;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.confTableHeader {
	background-color: #FFFFFF;
	background-position: center;
	color: #444444;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.confTable .label {
	background-color: #EFEFEF;
}

.confTable .content {
	background-color: #FFFFFF;
}

.infoTable {
	background-color: #DDDDDD;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
}

.infoTableHeader {
	background-color: #FFFFFF;
	background-position: center;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.infoTable .label {
	background-color: #EFEFEF;
	width: 30%;
}

.infoTable .heading {
	background-color: #D1D1D1;
}

.infoTable .content {
	background-color: #FFFFFF;
}

/* PAYMENT PAGES */
#paypal {
	margin: auto;
	text-align: center;
}

.paypal_payment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#paypal_button {
	margin: auto;
	text-align: center;
	width: 300px;
}

.paypal_button {
	height: 40px;
	width: 300px;
	background: url('../images/paypal_button.gif');
	border: 0px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.paypal_button:hover {
	background: url('../images/paypal_button.gif');
}

.cardsave_button {
	height: 51px;
	width: 300px;
	background: url('../images/payment_button.png');
	cursor: pointer;
	border: 0px;
	margin: 20px auto 20px auto;
}

.cardsave_button:hover {
	background: url('../images/payment_button.png');
}

#sagepay_message {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#sagepay_iframe_container {
	margin: auto;
	width: 702px;
}

#sagepay_iframe_container iframe {
	width: 100%;
}

/* REQUEST CALLBACK/CHECKOUT STAGE 2 ERRORS */
.error_validation_message label {
	display: block;
	margin: 0px 0px 0px 4px;
	padding: 5px 0px 5px 20px;
	width: 100%;
}

.checkout-error {
	margin-top: 20px;
}

/* Product Attributes */
#product_attributes_responsive {
	display: none;
}

#responsive_description {
	display: none;
}

.responsive_reviews {
	display: none;
}

/* EU VAT */
#eu-vat {
	display: none;
}

/* Additional Basket Styling */
.margin_top_0 {
	margin-top: 0px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_30 {
	margin-top: 30px;
}

.padding_top_10 {
	padding-top: 10px;
}

.border_top {
	border-top: 1px solid #2498AF;
}

.basket_image {
	float: left;
	margin-right: 15px;
}

.text_align_right {
	text-align: right;
}

/* Checkout Styling */
.heading {
	background-color: #33A9E0;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.shipping-heading {
	background-color: #D1D1D1;
	color: #444444;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.frmlabel {
	font-weight: bold;
}

.frmwhite {
	color: #FFFFFF;
}

hr {
	color: #F1F1F1;
}

/* Social share buttons on product detail pages */
.twitter-share-button {
	margin-right: 15px;
	padding-top: 4px;
}

.fb-like {}

.google-share-button {
	padding-top: 4px;
}

/* LEGACY BROWSER SUPPORT */
input[type="hidden"] {
	display: none;
}

.no-padding {
	padding: 0px;
}

/* CAROUSEL */
.carousel-wrapper {
	background: #2498AF;
}

/*
	Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
	CSS from: http://codepen.io/transportedman/pen/NPWRGq
	and: http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
	Inspired from: http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
	WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
	Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d),
(-webkit-transform-3d) {

	.carousel-fade .carousel-inner>.item.next,
	.carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.prev,
	.carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.carousel-fade .carousel-inner>.item.next.left,
	.carousel-fade .carousel-inner>.item.prev.right,
	.carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.carousel .item {}

.carousel-control {}

.carousel-indicators {}

.carousel-caption {}

/* NAVBAR */
.navbar-default {
	margin-top: 150px;
}

.navbar .collapse.in {
	display: block !important;
	/*background: #152b42;
	margin-top: 20px;*/
	max-height: none;
}

.navbar-default {
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	margin-top: 5px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #152b42;
}

.navbar-default .navbar-nav>li.active a {
	color: #fff;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav>li.active a:hover {
	color: #152b42;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-top {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 3;
	padding-top: 20px;
}

.navbar-toggle {
	background-color: #fdb416;
	border-color: #fff;
	margin-top: 13px;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #152B42;
}

.navbar .normallogo {
	margin-left: 15px;
}

.navbar .shortlogo {
	display: none;
	width: 150px;
	margin: 15px 15px;
}

nav.navbar.shrink {
	height: 60px;
	top: -40px;
	background-color: #33a9e0;
}

.is-sticky .navbar {
	background-color: #33a9e0;
}

.is-sticky .navbar .normallogo {
	display: none;
}

.is-sticky .navbar .shortlogo {
	display: block;
	width: 150px;
	margin: 15px 15px;
}

.navbar-collapse {
	border-top: none;
	box-shadow: none;
}

.navbar-fixed-top {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*height: 60px;*/
}

.navbar>.navbar-default>.navbar-fixed-top {
	z-index: 10000 !important;
}

.navbar-default {
	margin-top: 80px;
}

/* Main menu */
/* #main-menu {
	z-index: 1;
} */

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l					(normal)
.jssora05r					(normal)
.jssora05l:hover			(normal mouseover)
.jssora05r:hover			(normal mouseover)
.jssora05l.jssora05ldn		(mousedown)
.jssora05r.jssora05rdn		(mousedown)
*/
.jssora05l,
.jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/a17.png') no-repeat;
	overflow: hidden;
}

.jssora05l {
	background-position: -10px -40px;
}

.jssora05r {
	background-position: -70px -40px;
}

.jssora05l:hover {
	background-position: -130px -40px;
}

.jssora05r:hover {
	background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p			(normal)
.jssort01 .p:hover		(normal mouseover)
.jssort01 .p.pav		(active)
.jssort01 .p.pdn		(mousedown)
*/
#jssor_1_container {}

#jssor_1 {
	background-color: #FFFFFF;
	left: 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
	top: 20px;
	visibility: hidden;
}

#jssort01_loading {
	left: 0px;
	position: absolute;
	top: 0px;
}

#jssort01_loading_image {
	background: transparent url('../images/loading.gif') no-repeat center center;
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#jssort01_slides {
	cursor: default;
	height: 768px;
	left: 0px;
	overflow: hidden;
	position: relative;
	top: 0px;
	width: 1024px;
}

#jssort01_thumbnavigator {
	bottom: 0px;
	height: 150px;
	left: 0px;
	position: absolute;
	width: 800px;
}

.jssort01 .p {
	height: 152px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 152px;
}

.jssort01 .t {
	border: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.jssort01 .w {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.jssort01 .c {
	border: #d1d1d1 0px solid;
	box-sizing: content-box;
	background: url('../images/t01.png') -800px -800px no-repeat;
	_background: none;
	cursor: pointer;
	height: 152px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 152px;
}

.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 148px;
	height: 148px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 148px;
	height: 148px;
	border: #000 2px solid;
}

* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
	/* ie quirks mode adjust */
	width
	/**/
	: 152px;
	height
	/**/
	: 152px;
}

/* YouTube Videos (responsive) */
.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.js-video.widescreen {
	padding-bottom: 56.34%;
}

.js-video.vimeo {
	padding-top: 0;
}

.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}

/********************************************************************/

/*** PRODUCT DETAIL TABS ***/

/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
	color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
	color: #777;
	background-color: #ddd;
	border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #f5f5f5;
	border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #555;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #428bca;
	border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	background-color: #4a9fe9;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #3c763d;
}

/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
	color: #31708f;
	background-color: #FFFFFF;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #31708f;
}

/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #8a6d3b;
}

/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
	color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
	background-color: #f2dede;
	/* bg color */
	border-color: #ebccd1;
	/* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
	color: #a94442;
	/* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
	background-color: #ebccd1;
	/* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
	color: #fff;
	/* active text color */
	background-color: #a94442;
	/* active bg color */
}

/* PAGINATION */
#pagination_wrapper {
	background-color: #13C0DF;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pagination {
	float: right;
	margin-bottom: 0px;
}

.paginate {
	position: relative;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #2498AF;
	border-color: #2498AF;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	background: #2498AF;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}

.pagination-sm>li>a:hover,
.pagination-sm>li>span:hover {
	background: #2498AF;
	border-color: #2498AF;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}

/* BLOG */
#blog-post-container .row {
	margin-bottom: 20px;
}

#blog-post-container .row:first-child {
	margin-bottom: 0px;
}

#blog-post-container .row:last-child {
	margin-bottom: 0px;
}

/* FRONTEND CALENDAR */
#calendar_navigation {
	margin-bottom: 5px;
}

#calendar_navigation .nav-tabs {
	text-align: center;
}

#calendar_navigation .nav-tabs>li {
	display: inline-block;
	float: none;
}

#calendar_navigation .nav-tabs>li.active a,
#calendar_navigation .nav-tabs>li.active a:hover,
#calendar_navigation .nav-tabs>li.active a:focus {
	color: #2498AF;
	font-weight: bold;
}

.calendar_event {
	border: 1px solid #2498AF;
	position: relative;
	z-index: 1;

	-moz-transition: background 0.25s ease-in;
	-ms-transition: background 0.25s ease-in;
	-o-transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
}

.calendar_event:hover,
.calendar_event:active {
	background-color: #F1F1F1;
	cursor: pointer;
}

.calendar_event a {
	bottom: 0px;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 0px;
	z-index: 2;
}

.calendar_event_preview_image {
	height: 150px;
	text-align: center;
}

.calendar_event_preview_image img {}

.calendar_event_preview_details {}

.calendar_event_preview_details h2 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.calendar_event_preview_details h3 {
	color: #000000;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.calendar_event_preview_details p {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* GDPR PAGES */
.gdpr-link-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.gdpr-link {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.gdpr-link-sub-title {
	background: #444444;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

.gdpr-heading {
	cursor: pointer;
}

/*
.accordion-toggle:hover {
	text-decoration: none;
}
*/

.panel-title a {
	display: block;
}

.panel-title>a:before {
	content: "\f146";
	float: left !important;
	font-family: "FontAwesome";
	margin-right: 10px;
	padding-right: 5px;
}

.panel-title>a.collapsed:before {
	content: "\f0fe";
	float: left !important;
	margin-right: 10px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
	text-decoration: none;
}

#fNameHere {
	display: none;
}

/* GALLERY */
.row-image {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 4px;
}

/* Create four equal columns that sits next to each other */
.gallery {
	margin-top: 30px;
	margin-bottom: 30px;
}

.column {
	flex: 25%;
	max-width: 25%;
	padding: 0px 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.column {
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		flex: 100%;
		max-width: 100%;
	}
}

/* my account password validation */
/* The message box is shown when the user clicks on the password field */
#message {
	background: #F1F1F1;
	color: #000000;
	display: none;
	margin-top: 10px;
	padding: 20px;
	position: relative;
}

#message p {
	font-size: 18px;
	padding: 10px 35px 10px 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}

.valid:before {
	content: "\f00c";
	font-family: "FontAwesome";
	left: -35px;
	position: relative;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
	color: red;
}

.invalid:before {
	content: "\f00d";
	font-family: "FontAwesome";
	left: -35px;
	position: relative;
}

/* enquiry form */
.required-form-field {
	color: #EF5030;
	font-weight: bold;
}

.form-horizontal .enquiry-form-checkbox-placeholder {
	margin-left: 10px;
}

.form-horizontal .error_validation_message label {
	color: #EF5030;
	margin-top: 5px;
}

#enquiry-form-panel .panel-heading p {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* page sections */
.page-section {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-section-btn {
	margin-top: 20px;
}

.page-section-img {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* customer account online videos */
.course-wrapper {
	margin-top: 20px;
}

.course-wrapper h1 {
	margin: 0px;
}

.intro-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.intro-title {
	font-size: 20px;
	font-weight: bold;
}

.bonus-title {
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}

.owl-theme .owl-nav[class*="owl-"] {
	display: none;
}

.course-menu {
	background: #D2E9F5;
	border: 1px solid #9ACFEA;
	padding: 10px;
}

.course-menu-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.course-menu-item {
	background: #FFFFFF;
	border: 2px solid #EAEAEA;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.course-menu-item-title {
	color: #444444;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.course-menu-item-title a {
	color: #444444;
}

.course-menu-item-title a:hover {
	color: #2498AF;
	text-decoration: none;
}

.course-menu-image {
	margin: 0px auto 0px auto;
	text-align: center;
}

.course-menu-image .img-responsive {
	display: inline-block;
}

.course-menu-desc {
	color: #666666;
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 10px;
}

.course-menu-btn {
	margin-top: 20px;
}

.course-video {
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex>[class*="col-"] {
	display: flex;
	flex-direction: column;
}

/* Video Search */
.alert-info h1 {
	float: left;
}

.alert-info h1.main-intro-title {
	margin-top: 10px;
}

.alert-info .btn {
	/*
	margin-top: 10px;
	*/
}

.alert-info .fa-input {
	background: #FFFFFF;
	font-family: "FontAwesome", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin-bottom: 0px;
	padding: 0px;
	padding-right: 10px;
}

.video-search {
	float: right;
	/*
	margin-top: 5px;
	*/
	padding-bottom: 0px;
	width: 300px;
}

.video-search {
	background-color: #FFFFFF;
	border: solid 1px #E4E4E4;
	border-radius: 6px;
	padding: 3px;
}

.video-search input {
	border: 0px;
	box-shadow: none;
	font-size: 16px;
}

.video-search button {
	background: none;
	border: 0px;
	border-left: solid 1px #CCCCCC;
	box-shadow: none;
	color: #666666;
	margin: 2px 0px 0px 0px;
	padding: 0px 8px 0px 10px;
}

.video-search button:hover {
	border: 0px;
	border-left: solid 1px #CCCCCC;
	box-shadow: none;
}

.video-search .glyphicon-search {
	font-size: 23px;
}

.alert-info .back-btn {
	text-align: right;
}

@media only screen and (max-width: 991px) {
	.alert-info h1.main-intro-title {
		float: none;
		text-align: center;
	}

	.video-search {
		float: none;
		margin: 10px auto 0px auto;
		max-width: 300px;
	}

	.alert-info h1 {
		text-align: center;
		float: none;
	}

	.alert-info .back-btn {
		text-align: center;
	}
}

/* PREMIUM ONLINE COURSE LAYOUT */
.online-course-menu {
	background: #2498af;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 40px;
}

.online-course-menu .course-title {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	cursor: pointer;
}

.online-course-menu .course-title:hover,
.online-course-menu .course-title:hover::after {
	color: #c10416;
	text-decoration: none;
}

.online-course-menu .course-title::after {
	font-size: 30px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	float: right;
	content: "\f107";
	font-family: "FontAwesome";
}

.online-course-menu .video-course {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
	width: 100%;
}

.online-course-menu .video-course::after {
	color: #fff;
	font-size: 14px;
	float: right;
	margin-right: 20px;
	content: "\f144";
	font-family: "FontAwesome";
}

.online-course-menu .video-course.complete::before {
	color: #5cb85c;
	content: "\f00c  ";
	font-family: "FontAwesome";
}

.online-course-menu .video-course.complete {
	color: #5cb85c;
}

@media only screen and (max-width: 479px) {
	.online-course-menu .video-course {
		font-size: 10px;
	}

	.btn-complete {
		font-size: 12px;
	}
}

.online-course-menu .video-course:hover,
.online-course-menu .video-course:hover::after,
.online-course-menu .video-course.active::after {
	color: #c10416;
	text-decoration: none;
}

.online-course-premium .course-menu-item-title {
	font-size: 24px;
	color: #34302f;
	font-weight: bold;
}

@media only screen and (max-width: 479px) {
	.online-course-premium .course-menu-item-title {
		font-size: 18px;
	}
}

.online-course-premium .complete-section {
	margin-top: 30px;
	text-align: center;
}

.online-course-premium .complete-section .alert-success {
	background: #5cb85c;
	border-color: #5cb85c;
	font-weight: bold;
	color: #fff;
}

/* sales pages */
.mailchimp-signup-form {
	text-align: center;
	margin-top: 20px;
}

.newsletter-error {
	background: #c00;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}

.newsletter-success {
	background: #449D44;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}

/* Utility */
.pad-t-100 {
	padding-top: 98px;
}

.p-20 {
	padding: 20px;
}

.m-tb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.m-tb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.p-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.yellow {
	color: #fdb416;
}

.blue {
	color: #33a9e0;
}

.darkblue {
	color: #152b42;
}

.bluebg {
	background-color: #33A9E0;
	color: #fff;
	display: block;
}

.darkbluebg {
	background-color: #233d95;
	color: #fff;
	display: inline-block;
}

.yellow-title-bold {
	color: #fdb416;
	font-size: 36px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	display: block;
	margin-top: 7px;
}

.stdfont {
	font-family: 'PT Sans', sans-serif;
	line-height: normal;
	font-weight: bold;
	font-size: 36px;
}

p.stdfont {
	font-weight: normal;
}

@media only screen and (max-width: 479px) {
	.stdfont {
		font-size: 20px;
	}

	p.stdfont {
		font-size: 16px;
	}
}

.inline-block {
	display: inline-block;
	margin: auto 20px;
	vertical-align: middle;
}

h1,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 40px;
	margin-top: 0;
}

h3.blue {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

/* Homepage animated header */
.maintitle {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 60px;
	display: block;
}

.slider-caption h1 {
	font-family: 'Lato', sans-serif;
	font-display: swap;
	font-weight: bold;
	font-size: 46px;
	margin-top: 200px;
	display: block;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 25px;
}

@media (max-width:991px) {
	.header-btn {
		text-align: center;
	}
}

.subsubtitle {
	font-family: 'Lato', sans-serif;
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
	font-size: 20px;
	margin-bottom: 25px;
	display: block;
	text-align: left;
}

.subsubsubtitle {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 16px;
	margin-top: 10px;
	display: block;
	text-align: left;
}

.text-yellow {
	font-weight: bold;
	color: #FDB416;
}

@media (max-width:1500px) {
	.slider-caption h1 {
		margin-top: 200px;
		font-size: 40px;
		font-display: swap;
	}
}

@media (max-width:1100px) {
	.slider-caption h1 {
		margin-top: 200px;
		font-size: 36px;
		font-display: swap;
	}
}

@media (max-width:991px) {
	.slider-caption h1 {
		text-align: center;
		font-display: swap;
	}

	.subsubtitle {
		text-align: center;
	}

	.subsubsubtitle {
		text-align: center;
	}
}

.slider {
	position: relative;
	z-index: 2;
	margin: 0;
}

.slider-text {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	margin-top: 128px;
	display: block;
}

.slider-caption {
	color: #fff;
	z-index: 2;
	position: relative;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
}

.slider-caption .slider-right .slider-text {
	font-size: 36px;
	position: relative;
	margin-top: 128px;
	text-shadow: none;
}

@media only screen and (min-width: 1600px) {
	.slider-caption .slider-right:after {
		content: '';
		background-image: url('../images/design/silder-text-arrow.png');
		display: inline-block;
		position: relative;
		width: 166px;
		height: 169px;
		/*right: calc(115px - 166px);*/
		right: -300px;
		top: -70px;
	}
}

.btn-border-yellow {
	border: 1px solid #fdb416;
	text-shadow: none;
}

.btn-border-yellow,
.btn-yellow {
	position: relative;
	color: #000;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	padding: 10px 35px;
}

.btns-row .btn:last-child {
	margin-left: 40px;
}

.btn-yellow {
	background-color: #fdb416;
	text-shadow: none;
}

.btn-yellow.lcorner:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: -15px;
	top: -1px;
}

.btn-yellow.lcorner:after {
	border-top: 54px solid #fdb416;
	border-left: 15px solid transparent;
}

.btn-yellow.rcorner:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -15px;
	top: -1px;
	border-top: 54px solid #fdb416;
	border-right: 15px solid transparent;
}

.btn-yellow.rcorner:after {}

.btn-border-yellow:hover,
.btn-yellow:hover {
	background: #fdb416
}

.slider-btns {
	margin-top: 40px;
}

@media (min-width:768px) and (max-width:1023px) {

	.slider-left {
		padding-top: 98px;
	}

	.slider-btns {
		margin-top: 40px;
	}

	.btns-row .btn:last-child {
		margin-left: 10px;
	}
}

@media (max-width:991px) {
	.slider-caption .slider-left {
		padding-top: 88px;
		text-align: center;
	}

	.btns-row .btn:last-child {
		margin-left: 0px;
	}

	.slider-btns {
		/*padding-top: 20px;*/
	}

	.btn-border-yellow,
	.btn-yellow {
		margin-bottom: 15px;
	}
}

@media (max-width:600px) {
	.slider-btns {
		margin-top: 20px;
	}
}

/*@media (max-width:500px) {
	.slider-caption .slider-left {
		padding-top: 80px;
	}

	.subtitle {
		font-size: 30px;
	}

	.maintitle {
		font-size: 46px;
	}

	.subsubtitle {
		font-size: 16px;
	}

	.slider-caption .slider-left a {
		font-size: 16px;
	}

	.slider-caption .slider-left .btn-yellow.rcorner:after {
		border-top: 46px solid #fdb416;
		border-right: 15px solid transparent;
	}

	.slider-btns {
		margin-top: 20px;
	}

	.graybg {
		padding: 0;
	}
}*/

/*@media (max-width:380px) {
	.slider-caption .slider-left {
		padding-top: 80px;
	}

	.subtitle {
		font-size: 26px;
	}

	.maintitle {
		font-size: 36px;
	}

	.subsubtitle {
		font-size: 14px;
	}

	.slider-caption .slider-left a {
		font-size: 16px;
	}

	.slider-caption .slider-left .btn-yellow.rcorner:after {
		border-top: 44px solid #fdb416;
		border-right: 15px solid transparent;
	}

	.sub-heading {
		font-size: 30px;
	}
}*/

/* Homepage sections */
.main-text-color {
	color: #333;
}

section {
	padding: 40px 0px 40px 0px;
	width: 100%;
}

.service-block {
	padding-top: 0px;
}

.service-block h2 {
	font-family: 'Lato', sans-serif;
	color: #333;
	/*font-weight: bold;*/
	/*font-size:40px;*/
	margin-top: 0;
	z-index: 2000;
	line-height: 1.2;
}

.service-block .text-center h2 {
	color: #333;
	font-size: 26px;
	font-weight: 600;
	text-decoration: none;
	z-index: 2000;
}

.service-block .subtext {
	font-size: 24px;
}

/*.service-block .text-center h2 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}*/

.service-block .page-section {
	margin-top: 0;
}

.service-block .page-section h1 {
	font-size: 40px;
}

.service-block .page-section h2 {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-transform: none;
	color: #3095BF;
}

.service-block .serviceboxes {
	margin-top: 25px;
	width: 100%;
}

.service-block .serviceboxes .icons {
	width: 200px;
	height: 150px;
	margin: 5px auto;
}

.service-block .serviceboxes .box {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: cover !important;
	min-height: 370px;
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

.service-block .serviceboxes .overlay {
	/*border-bottom: 80px solid #c3dcea;
	border-left: 80px solid transparent;*/
	bottom: 0;
	height: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	-moz-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	-webkit-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	width: 0;
}

/*.service-block .serviceboxes .box:hover .overlay {
	border-bottom: 1200px solid #c3dcea;
	border-left: 1200px solid transparent;
	-moz-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	-webkit-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
}*/

.service-block .serviceboxes .box .title {
	margin: 0px;
	height: 50px;
}

.service-block .serviceboxes .box p {
	font-size: 22px;
	margin: 0px;
	height: 170px;
}

@media (max-width:1500px) {
	.service-block .serviceboxes .box p {
		min-height: 170px;
		font-size: 18px;
	}
}

@media (max-width:1200px) {
	.service-block .serviceboxes .box p {
		min-height: 190px;
		font-size: 18px;
	}
}

.box p.small {
	font-size: 16px;
	font-weight: normal;
}

.service-block .serviceboxes .box a {
	text-align: center;
	opacity: 0;
	visibility: hidden;
	bottom: 30px;
	border-radius: 15px;
}

.service-block .serviceboxes .box .box-wrapper {
	padding: 15px 15px;
}

.service-block .serviceboxes .box .box-wrapper p {
	/*display: flex;*/
	min-height: 200px;
	margin-bottom: 40px;
	text-align: center;
}

.service-block .serviceboxes .box .box-wrapper p.home-paragraph {
	max-height: 100px !important;
	min-height: 0;
	text-align: center;
}

.service-block .serviceboxes .box:hover a {
	visibility: visible;
	opacity: 1;
}

.serviceboxes .icons img {
	margin-bottom: 20px;
}

.serviceboxes p {
	font-weight: bold;
	font-size: 20px;
}

/*.serviceboxes-bottom {
	width: 100%;
}

.serviceboxes-bottom::after {
	content: '';
	border-bottom: 1200px solid #F9F9FB;
	border-left: 1200px solid transparent;
	position: absolute;
	background-size: contain;
	width: 0%;
	top: 950px;
	height: auto;
	right: 0;
	background-position: right bottom;
	z-index: -1;
}*/

.btn-blue {
	background-color: #13c0df;
	color: #000;
	text-decoration: none !important;
}

.btn-blue {
	position: relative;
	color: #000;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	padding: 10px 35px;
}

.btn-blue:hover {
	color: #152b42;
}

.oursolution {
	margin-top: 25px;
	margin-bottom: 10px;
	width: 100%;
}

.business-goal-title {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	color: #fff;
	margin-bottom: 40px;
	display: block;
}

.businessgoal {
	padding: 30px 0 15px 0;
}

.businessgoal-bg h2 {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 36px;
	font-weight: bold;
}

.businessgoal-bg h3 {
	font-size: 30px;
	color: #3095BF;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}

.businessgoal .box {
	height: 200px;
}

.businessgoal .box img {
	margin-bottom: 15px;
}

.businessgoal .box:nth-child(2):before {
	content: "";
	border: none;
}

.businessgoal .box:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fdb416;
	display: inline-block;
	left: 0px;
	position: absolute;
	top: calc(50% - 20px);
}

.businessgoal-block p {
	font-size: 22px;
	/*font-weight: bold;*/
}

@media (max-width:991px) {
	.businessgoal .box::before {
		display: none;
	}
}

.standard-width-template {
	/*margin-top: 40px;
	margin-bottom: 40px;*/
}

.standard-section h2 {
	color: #152b42;
}

.standard-section h3 {
	font-family: 'Lato', sans-serif, sans-serif;
	color: #fdb416;
}

.standard-section.odd img {
	transform: rotate(-15deg);
}

.standard-section.even img {
	transform: rotate(15deg);
}

@media (max-width:991px) {

	.standard-section.odd img,
	.standard-section.even img {
		margin-bottom: 80px;
	}
}

/* TESTIMONIALS */
.testimonial-block {
	min-height: 400px;
	position: relative;
	background: #33A9E0;
	z-index: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.testimonial-block .client-name {
	margin-top: 5%;
	color: #fff;
}

.testimonial-block .client-comments:before {
	content: "";
	background: url("../images/design/box-corner.png");
	width: 65px;
	height: 66px;
	display: inline-block;
	margin-right: 30px;
}

.client-comments {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #fff;
}

@media only screen and (max-width: 479px) {

	.client-comments {
		font-size: 16px;
	}

}

/* RECENT WORK */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: calc(50% - 77px);
}

.owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
	right: -50px;
}

.owl-prev .prev,
.owl-next .next {
	font-size: 0px;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.owl-prev .prev {
	background: url('../images/design/prev-arrow.png');
}

.owl-next .next {
	background: url('../images/design/next-arrow.png');
}

.owl-carousel .owl-item {
	padding-left: 50px;
	padding-right: 50px;
}

.portfolio-img {
	text-align: center;
	min-width: 300px;
	position: relative;
	background-size: contain;
	margin-top: 20px;
}

.recentwork-block {
	padding-top: 40px;
	max-width: 100%;
	background: #fff;
}

.recentwork {
	margin-top: 25px;
	width: 100%;
}

.recentwork .links {
	color: #152b42;
	margin: 15px auto;
	/*padding-left: 35px;*/
}

/*.recentwork .links:before {
	content: '';
	background: url('../images/design/left-corner.png');
	display: block;
	width: 66px;
	height: 65px;
	position: absolute;
	left: 0px;
}*/

.recentwork .links span,
.recentwork .links p,
.recentwork .links a {
	margin: 0px;
	font-size: 18px;
	line-height: 18px;
}

.hover-text span {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.recentwork .links a {
	color: #fdb416;
}

.recentwork .links a:hover {
	color: #33A9E0;
	text-decoration: none;
}

.recentwork .links span {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.recentwork .content .img-holder {
	/*border:1px solid #fdb416;*/
}

.recentwork .content {
	position: relative;
}

.recentwork .content .img-holder {
	cursor: pointer;
}

.recentwork .content .img-holder:hover .hover-text {
	visibility: visible;
	opacity: 1;
}

.recentwork .content .hover-text {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 7px 10px;
	height: 100%;
	width: 100%;
	color: #fff;
	background-color: rgba(253, 180, 22, 0.8);
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	-ms-transition: opacity 600ms, visibility 600ms;
}

.recentwork-bg {
	max-width: 90%;
	margin: auto;
}

/*.recentwork-bg:after {
	content: '';
	border-bottom: 520px solid #F9F9FB;
	border-right: 520px solid transparent;
	position: absolute;
	background-size: contain;
	width: 100%;
	margin-right: 20%;
	bottom: 85px;
	height: auto;
	right: 0;
	background-position: left bottom;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.recentwork-bg:after {
		content: '';
		border-bottom: 520px solid #F9F9FB;
		border-right: 520px solid transparent;
		position: absolute;
		background-size: contain;
		width: 100%;
		margin-right: 10%;
		bottom: 145px;
		height: auto;
		right: 0;
		background-position: left bottom;
		z-index: -1;
	}
}*/

/* FOOTER */
#footer {
	background-color: #35afdd;
	position: relative;
	margin-top: 0px;
}

/*.footer-bg {
	background: url('../images/design/footer-bg.png');
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 168px;
	bottom: 0px;
	z-index: 0;
}

.footer-arrow {
	background: url('../images/design/footer-arrow.png'), url('../images/design/footer-arrow.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 20% 100%, 100% 100%;
	background-size: 25%, 50%;
	position: absolute;
	height: 350px;
	width: 100%;
	bottom: 0;
	z-index: 1;
}*/

#footer_wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footerlogo img {
	width: 260px;
	margin-bottom: 25px;
}

#final_wrapper {
	color: #29a8bd;
	background-color: #152b42;
	padding: 15px 0px;
	font-size: 12px;
}

#final_wrapper a {
	font-size: 12px;
	color: #29a8bd;
	display: block;
}

.footer-links {
	color: #fff;
}

.footer-links .footer_title {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.footer-links a {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	z-index: 300;
	position: relative;
}

.footer-links a:hover {
	font-size: 22px;
	color: #fdb416;
	text-decoration: none;
}

.social-icons {
	float: right;
	padding-top: 30px;
}

.social-icons a {
	width: 60px;
	height: 60px;
	background-color: #fff;
	display: inline-block;
	padding: 15px;
	margin-right: 5px;
	text-align: center;
	border-radius: 5px;
}

.social-icons a:hover {
	background: #fdb416;
}

.social-icons a .fa {
	color: #35AFDD;
	font-size: 24px;
	vertical-align: middle;
}

.footer-contact {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	text-align: right;
	margin-bottom: 20px;
}

.footer-contact span {
	z-index: 300;
	position: relative;
}

/* BLOG */
.blog-post-outer {
	background: #fff;
	/*padding:20px;*/
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.20);
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 505px;
	/*border-radius:10px;*/
}

.blog-post-inner {
	padding: 10px 20px;
}

.blog-title {
	margin-bottom: 20px;
	font-size: 20px;
	height: 40px;
}

.blog-post-inner p {
	line-height: 1.5;
}

.blog-post-inner .btn-readmore {
	position: absolute;
	right: 30px;
	bottom: 15px;
}

.blog-post-outer .container-image {
	position: relative;
	width: 100%;
}

.blog-post-outer .image {
	display: block;
	width: 100%;
	/*border-radius:10px 10px 0 0;*/
}

.blog-post-outer .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #000;
	/*border-radius:10px 10px 0 0;*/
}

/*.blog-post-outer .container-image:hover .overlay {
	opacity: 0.3;
}*/

.blog-post-outer .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

#blog-post-container .row {
	margin-bottom: 20px;
}

#blog-post-container .row:first-child {
	margin-bottom: 0px;
}

#blog-post-container .row:last-child {
	margin-bottom: 0px;
}

.btn-blog {
	color: #fff;
	width: 130px;
	position: relative;
	background-color: #152b42;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 5px 15px;
}

.btn-blog:hover {
	color: #fdb416;
}

.blog-heading {
	font-family: 'Lato', sans-serif;
	color: #fdb416;
	font-size: 60px;
}

/* MEET THE TEAM */
.team-wrapper {
	margin-top: 40px;
	background: #F2F2F4;
	padding: 40px;
	border-radius: 20px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
}

.team-wrapper img {
	border-radius: 10px;
}

.highlight-box {
	background-color: #ededee;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}

.highlight-box h1 {
	color: #fdb416;
}

.highlight-box .social-btns {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	-ms-transition: opacity 600ms, visibility 600ms;
}

.highlight-box:hover {
	background-color: #fdb416;
	color: #fff;
	display: inline-block;
	-webkit-transition: background-color 600ms linear;
	-ms-transition: background-color 600ms linear;
	transition: background-color 600ms linear;
}

.highlight-box:hover span {
	color: #152b42;
}

.highlight-box:hover .social-btns {
	visibility: visible;
	opacity: 1;
}

.highlight-box .service-image {
	position: relative;
	top: 30px;
}

.highlight-box .service-image-bottom {
	position: relative;
	top: 40px;
}

@media (max-width:767px) {
	.highlight-box .service-image {
		top: 0px;
	}

	.highlight-box .service-image-bottom {
		top: 0px;
	}
}

.highlight-box-even {
	color: #fff;
	background-color: #fdb416;
	display: inline-block;
	cursor: pointer;
}

.highlight-box-even h1 {
	color: #152b42;
}

.highlight-box-even .social-btns {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
	-ms-transition: opacity 600ms, visibility 600ms;
}

.highlight-box-even:hover {
	background-color: #ededee;
	color: #152b42;
	display: inline-block;
	-webkit-transition: background-color 600ms linear;
	-ms-transition: background-color 600ms linear;
	transition: background-color 600ms linear;
}

.highlight-box-even:hover span {
	color: #fdb416;
}

.highlight-box-even:hover .social-btns {
	visibility: visible;
	opacity: 1;
}

.highlight-box-even .service-image {
	position: relative;
	top: 30px;
}

.highlight-box-even .service-image-bottom {
	position: relative;
	top: 40px;
}

@media (max-width:767px) {
	.highlight-box-even .service-image {
		top: 0px;
	}

	.highlight-box-even .service-image-bottom {
		top: 0px;
	}

	.social-icons {
		float: left;
		padding-top: 20px;
	}

	.footer-contact {
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.btn-icons {
	padding: 10px 0px;
	width: 60px;
	height: 60px;
	margin-right: 5px;
}

.btn-icons .fa {
	vertical-align: middle;
}

/* CONTACT SECTION */
.contact-section {
	padding-top: 40px;
	padding-bottom: 60px;
	background: #F2F2F4;
	/*margin-top: 40px;*/
}

.contact-section .contact-section-title {
	display: block;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif, sans-serif;
	color: #152b42;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
}

.contact-section .contact-section-subtitle {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
}

.contact-section p {
	font-size: 22px;
}

@media (max-width:991px) {
	img.section-img {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 1600px) {
	.panel .collapse.in {
		display: block !important;
		background: #fff !important;
		margin-top: 20px;
		max-height: none;
	}
}

.serviceboxes {
	z-index: 1;
	position: relative;
}

.flex-row {
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	align-items: center;
	justify-content: center;
}

.flex-category {
	flex: 100%;
	/*background: #3095BF;*/
	padding: 10px;
	z-index: 20000;
	text-align: left;
	/*border: 1px solid #3095BF;*/
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: linear-gradient(to right, #152B42, #33A9E0);
}

.flex-item {
	flex: 1;
	width: 20%;
	background: #f1f1f1;
	padding: 10px;
	height: 65px;
	z-index: 20000;
	text-align: center;
	border: 1px solid #33A9E0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	align-items: center;
	/*justify-content: center;*/
	display: grid;
}

.flex-item.headings {
	/*height: 50px;*/
}

.flex-item i {
	color: green;
}

.flex-row-mobile {
	text-align: left;
	display: none;
	margin-left: 10px;
	margin-right: 10px;
}

.column1 {
	text-align: left;
	background: #33A9E0;
	color: #fff;
	font-size: 18px;
}

.flex-item.column1 {
	flex: 2;
	text-align: left;
}

.footer-item {
	height: auto;
}

.heading1 {
	background: none;
	border: 1px solid #F9F9FB;
}

.feature-heading {
	font-size: 26px;
}

.mobile-notes {
	height: auto;
}

.mobile-notes p {
	font-size: 14px;
	font-weight: normal;
}

@media only screen and (max-width:992px) {

	.flex-row-mobile {
		display: flex;
		background: #33A9E0;
		text-align: left;
		color: #fff;
	}

	.flex-row-mobile .flex-item {
		background: #33A9E0;
		text-align: left;
	}

	.column1 {
		display: none;
	}

}

@media only screen and (max-width:600px) {

	.feature-heading {
		font-size: 16px;
		font-weight: bold;
	}

}

@media only screen and (max-width:478px) {

	.feature-heading {
		font-size: 12px;
	}

}

@media only screen and (max-width:400px) {

	.feature-heading {
		font-size: 12px;
	}

}

.website-options {
	margin-top: 40px;
	/*margin-bottom: 40px;*/
	padding-top: 40px;
	padding-bottom: 60px;
	background: #F2F2F4;
}

.website-options p {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.website-options .card {
	background: #fff;
	color: #444;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-bottom: 20px;
}

.website-options .card .card-title {
	font-size: 26px;
	margin-bottom: 20px;
	display: block;
}

.website-options .card p {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	color: #333;
}

.home-text-section {
	background: #fff;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}

.home-text-section .title {
	font-weight: bold;
	font-size: 28px;
}

.home-text-section .card {
	border-radius: 20px;
	padding: 20px;
	margin-top: 40px;
}

.home-text-section .card-title {
	font-weight: bold;
}

.home-text-section .card .btn-section {
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.website-features .btn {
	margin-top: 20px;
}

@media (max-width:991px) {
	.website-features .card {
		text-align: center;
	}
}

.home-boxes-section {
	background: #F2F4F4;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-boxes-section .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	margin-bottom: 20px;
}

.video-testimonial-section {
	/*margin-top: 60px;*/
	padding-top: 40px;
	padding-bottom: 40px;
	background: #F2F2F4;
}

.video-testimonial-section .video-container {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.video-testimonial-section video {
	border-radius: 10px;
	width: 100%;
	height: auto;
	border: 5px solid #33A9E0;
}

.video-testimonial-section .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	margin-bottom: 20px;
}

.video-testimonial-section .cta-section {
	margin-top: 40px;
	padding-top: 40px;
	/*padding-bottom: 40px;*/
	background: #fff;
	font-weight: normal;
}

.services-options {
	/*margin-top: 40px;*/
	/*margin-bottom: 40px;*/
	padding-top: 40px;
	padding-bottom: 60px;
	background: #F2F2F4;
}

.services-options p {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.services-options .card {
	background: #fff;
	color: #333;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-bottom: 20px;
}

.services-options .card .card-title {
	font-size: 26px;
	margin-bottom: 20px;
	display: block;
}

.services-options .card p {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	color: #333;
}

.services-options .card a {
	text-decoration: underline;
	font-weight: bold;
}

.review-title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}

.cust-review {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 20px;
}

.themes-section {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #33A9E0;
	text-align: center;
}

.themes-title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
}

.themes-section .sub-title {
	color: #fff;
}

.themes-subtitle {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
}

.theme-images {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
}

.theme-images p {
	margin-bottom: 20px;
	color: #333;
}

.theme-images img {
	margin-bottom: 20px;
}

.theme-images a {
	display: inline-block;
	margin-top: 40px;
}

.website-themes {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.website-themes p:nth-child(3) {
	margin-bottom: 40px;
}

.website-themes .template {
	margin-bottom: 40px;
}

.website-themes .template .title {
	display: block;
	margin-top: 20px;
	font-size: 26px;
	color: #333;
	text-align: center;
}

.website-themes .image-container {
	position: relative;
}

.website-themes .image-container .image {
	display: block;
	width: 100%;
	height: auto;
}

.website-themes .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
}

.website-themes .image-container:hover .overlay {
	opacity: 0.7;
}

.website-themes .template .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.website-bespoke {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: #F2F2F4;
}

.website-bespoke .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.website-bespoke .btn {
	margin-top: 40px;
}

.website-design-services {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.website-design-services .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.website-design-services .nav-pills>li>a {
	border-radius: 0;
	background-color: #F2F2F4;
	border: 1px solid #fff;
}

.website-design-services .nav-pills>li>a:hover {
	background-color: #FDB416;
}

.website-design-services .nav-pills>li.active>a {
	color: #fff;
	background-color: #FDB416;
	border-radius: 0;
}

.website-design-services .nav-pills>li.active>a:hover,
.website-design-services .nav-pills>li.active>a:hover {
	color: #333;
	background-color: #FDB416;
}

.website-design-services .tab-content>.active {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 40px 0;
	text-align: left;
}

.website-design-services .tab-pane .title {
	font-size: 30px;
}

.website-design-services .tab-pane .btn {
	margin-top: 20px;
}

.website-design-services .card {
	border-radius: 20px;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
}

.website-design-services .card .card-title {
	font-weight: bold;
}

.website-design-services .card .btn-section {
	min-height: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width:991px) {
	.website-design-services .card {
		text-align: center;
	}
}

.custom-design-examples {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: #F2F2F4;
}

.custom-design-examples .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.custom-design-examples .template {
	margin-bottom: 40px;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}

.custom-design-examples .template .title {
	display: block;
	margin-top: 20px;
	font-size: 22px;
	color: #333;
	text-align: center;
}

.website-platform {
	/*padding-top: 40px;*/
	/*padding-bottom: 40px;*/
	text-align: center;
	background: #fff;
}

.website-platform .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
}

.platform-features {
	padding-top: 60px;
	padding-bottom: 40px;
	background: #33A9E0;
}

.platform-features .card {
	background: #fff;
	color: #333;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-bottom: 20px;
}

.platform-features .card .title {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.platform-features .card p {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	color: #333;
}

.included-options {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background: #F2F2F4;
}

.included-options p {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.included-options .card {
	background: #fff;
	color: #333;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-bottom: 20px;
}

.included-options .card .card-title {
	font-size: 26px;
	margin-bottom: 20px;
	display: block;
}

.included-options .card p {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	color: #333;
}

.website-pricing {
	/*margin-top: 60px;*/
	/*margin-bottom: 60px;*/
	position: relative;
}

.website-pricing .card-small-title {
	font-size: 14px;
}

.website-pricing .title {
	font-size: 36px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-weight: bold;
}

.website-pricing p {
	text-align: center;
}

.website-pricing img {
	margin-bottom: 20px;
}

.website-pricing ul {
	margin-left: 80px;
}

.website-pricing .features span {
	display: block;
	text-align: center;
}

.website-pricing .packages {
	background: #F2F2F4;
	/*margin-top: 60px;*/
	padding-top: 100px;
	padding-bottom: 60px;
}

.website-pricing hr.setup {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid #fff;
}

.website-pricing hr {
	border-top: 1px solid #d1d1d1;
}

.website-pricing .custom-pricing {
	background: #fdb416;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
}

.packages .card {
	background: #fff;
	color: #333;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-bottom: 20px;
	position: relative;
}

.packages .card-reverse {
	background: #33A9E0;
	color: #fff;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-bottom: 20px;
	position: relative;
}

.packages .card .popular {
	position: absolute;
	top: -17px;
	background: #fdb416;
	width: 230px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin: auto;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.packages .card .card-title {
	font-size: 22px;
	/*margin-bottom: 20px;*/
	display: block;
	/*height: 70px;*/
	font-weight: bold;
}

.packages .card .card-sub-title {
	font-size: 20px;
}

.packages .card p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	color: #333;
}

.packages .card .pricing-box {
	background: #33A9E0;
	color: #fff;
	margin-top: 20px;
	border-radius: 10px;
	padding: 10px;
}

.packages .card .pricing-box span {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

.packages .card .pricing-box .btn {
	margin-top: 20px;
	margin-bottom: 10px;
}

.packages .card .features-list,
.packages .card-reverse .features-list {
	background: #F2F2F4;
	padding: 20px;
	border-radius: 10px;
	margin: 20px 10px 10px 10px;
	text-align: left;
	color: #333;
	font-size: 14px;
}

.packages .card .features-list ul,
.packages .card-reverse .features-list ul {
	margin-left: 0;
	--icon-space: 1.3em;
	list-style: none;
	padding: 0;
}

.packages .card .features-list li,
.packages .card-reverse .features-list li {
	padding-left: var(--icon-space);
	margin-bottom: 10px;
}

.packages .card .features-list li:before,
.packages .card-reverse .features-list li:before {
	content: "\f00c";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space) * -1);
	width: var(--icon-space);
	color: #11c203;
}

.packages .card .features-list li.cross:before,
.packages .card-reverse .features-list li.cross:before {
	content: "\f00d";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space) * -1);
	width: var(--icon-space);
	/*color: #c70424;*/
	color: #444;
}

.packages .card .features-list span {
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	margin: 0;
}

.packages .card .features-list a {
	color: #333;
}

.packages .card .features-list i {
	color: #a1a1a1;
}

@media (max-width:1200px) {
	.packages .card .card-title {
		/*height: 100px;*/
	}
}

@media (max-width:991px) {
	.packages .card .card-title {
		/*height: 60px;*/
	}
}

.packages .card-reverse .card-title {
	font-size: 22px;
	/*margin-bottom: 20px;*/
	display: block;
	/*height: 70px;*/
	font-weight: bold;
}

.website-pricing hr.setup-blue {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid #33A9E0;
}

.packages .card-reverse .card-sub-title {
	font-size: 20px;
}

.packages .card-reverse p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	color: #fff;
}

.packages .card-reverse .pricing-box {
	background: #fff;
	color: #333;
	margin-top: 20px;
	border-radius: 10px;
	padding: 10px;
}

.packages .card-reverse .pricing-box span {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	/*line-height: 1.2;*/
}

.packages .card-reverse .pricing-box .btn {
	margin-top: 20px;
	margin-bottom: 10px;
}

.packages .card-reverse .features-list span {
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	margin: 0;
}

.packages .card-reverse .features-list a {
	color: #333;
}

.packages .card-reverse .features-list i {
	color: #a1a1a1;
}

@media (max-width:1200px) {
	.packages .card-reverse .card-title {
		/*height: 100px;*/
	}
}

@media (max-width:991px) {
	.packages .card-reverse .card-title {
		/*height: 60px;*/
	}
}

.website-platform .platform-options {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
	text-align: left;
}

.website-platform .platform-options img {
	margin-top: 10px;
}

.website-platform .platform-options .title {
	font-size: 24px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.website-platform .platform-options p {
	font-size: 18px;
	margin-left: 20px;
}

@media (max-width:991px) {
	.website-platform .platform-options {
		text-align: center;
	}

	.website-platform .platform-options .title {
		margin-left: 0px;
	}

	.website-platform .platform-options p {
		margin-left: 0px;
	}
}

.website-features {
	padding-top: 60px;
	padding-bottom: 60px;
}

.booking-system .blue-text {
	font-size: 24px;
	color: #33A9E0;
}

.booking-system .standard-text {
	font-size: 20px;
	color: #333;
}

.booking-system .website-options {
	padding-bottom: 0;
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}

.booking-system .website-options .top-section {
	padding-bottom: 40px;
}

.booking-system .website-options .top-section .card {
	padding: 10px 20px;
	box-shadow: none;
	margin-top: 20px;
}

.booking-system .website-options .standard-text {
	font-weight: normal;
}

.booking-system .website-options .icon-section {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
}

.booking-system .themes-section-top {
	background: #F2F2F4;
	/*padding-bottom: 40px;*/
}

.booking-system .themes-section-top .standard-text {
	font-weight: normal;
}

.booking-system .themes-section {
	width: 100%;
	/*padding-top: 40px;*/
	padding-top: 0;
	/*padding-bottom: 40px;*/
	background: #FFF;
	text-align: center;
	/*margin-top: 60px;*/
}

.booking-system .themes-title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
}

.booking-system .themes-section .sub-title {
	color: #333;
	font-size: 20px;
	font-weight: normal;
}

.booking-system .themes-subtitle {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
}

.booking-system .theme-images {
	margin-top: 40px;
	margin-bottom: 0px !important;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
}

.booking-system .theme-images p {
	margin-bottom: 20px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
}

.booking-system .theme-images img {
	margin-bottom: 20px;
}

.booking-system .theme-images a {
	display: inline-block;
	margin-top: 40px;
}

.booking-system .website-features {
	width: 100%;
	padding-top: 40px;
	/*padding-bottom: 40px;*/
	background: #F2F2F4;
}

.booking-system .website-features .title {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.booking-system .website-features .card {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}

.booking-system .website-features .features {
	margin-top: 60px;
}

.booking-system .website-features .sub-title {
	display: block;
	margin-top: 0px;
	font-size: 24px;
	color: #333;
}

.booking-system .website-features p {
	font-size: 16px;
}

.booking-system .text-section {
	padding-top: 0px;
	padding-bottom: 40px;
}

.booking-system .text-section .title {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.booking-system .services-options {
	background: #F2F2F4;
}

.booking-system .services-options p {
	color: #333;
}

.booking-system .custom-features {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #FFF !important;
}

.booking-system .custom-features ul {
	margin-top: 60px;
	padding-bottom: 30px;
	margin-left: 70px;
	font-size: 18px;
	line-height: 2;
	text-align: left;
	list-style-image: url('../uploads/pagesections/right-arrow.png');
}

@media (max-width:1100px) {
	.booking-system .custom-features ul {
		margin-left: 20px;
	}
}

.booking-system .custom-features .card {
	border-radius: 20px;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
}

/*.booking-system .custom-features {
	background: #F2F2F4;
	padding-top: 20px !important;
}*/

.booking-system .custom-features .card .card-title {
	font-weight: bold;
}

.booking-system .custom-features .button-section {
	background: #fff;
	padding-bottom: 20px;
}

.booking-system .custom-features .card .btn-section {
	min-height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width:991px) {
	.booking-system .custom-features .card {
		text-align: center;
	}
}

.booking-system .grey-section {
	background: #F2F2F4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.booking-system .grey-section .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.booking-system .grey-section p {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

.booking-system .grey-section img {
	/*max-width: 400px;*/
}

.booking-system .white-section {
	background: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
}

.booking-system .white-section .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.booking-system .white-section p {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.booking-system .custom-dev-services {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #FFF;
}

.booking-system .custom-dev-services .section {
	margin-bottom: 30px;
}

.booking-system .custom-dev-services .section img {
	margin-top: 5px;
}

.booking-system .custom-dev-services .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.booking-system .custom-dev-services .sub-title {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	text-align: left;
}

.booking-system .custom-dev-services p {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.booking-system .custom-dev-services .btn {
	margin-top: 40px;
}

/*.booking-system .services-options {
	background: #fff;
}*/

@media (max-width:767px) {
	.booking-system .custom-dev-services .section {
		text-align: center;
	}

	.booking-system .custom-dev-services .sub-title {
		text-align: center;
	}

	.booking-system .custom-dev-services p {
		text-align: center;
	}
}

.booking-system-text-section {
	padding-top: 0px;
	padding-bottom: 20px;
	background: #F2F2F4;
}

.booking-system-text-section .title {
	font-size: 20px !important;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.booking-system-text-section p {
	font-size: 16px !important;
	font-weight: normal;
	text-align: center;
}

.booking-system-text-section .card {
	margin-top: 40px;
	text-align: left;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.booking-system-text-section .card .card-title {
	font-size: 20px;
	font-weight: bold;
}

.booking-system-text-section .card p {
	text-align: left;
}

.booking-system-text-section .card .btn-section {
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width:991px) {
	.booking-system-text-section .card {
		text-align: center;
	}
}

.booking-system-types {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #FFF;
}

.booking-system-types .title {
	font-size: 36px;
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.booking-system-types .card-white-body p {
	font-size: 14px;
	padding-bottom: 30px !important;
}

.booking-system-types .card-white-body .card-title {
	font-size: 20px;
	color: #fff;
	background: #33A9E0;
	padding: 5px;
	width: 100%;
	display: block;
	position: absolute;
	top: 102px;
	opacity: 0.9;
}

.booking-system-types .card-white-body p {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
}

.plan-features {
	padding-top: 40px;
	padding-bottom: 40px;
}

.plan-features .section2 {
	margin-top: 40px;
}

.plan-features .list-section {
	margin-top: 20px;
}

.plan-features .list-section ul {
	--icon-space: 1.3em;
	list-style: none;
	padding: 0;
	margin-left: 40px !important;
}

.plan-features .list-section li {
	padding-left: var(--icon-space);
}

.plan-features .list-section li:before {
	content: "\f00c";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space) * -1);
	width: var(--icon-space);
	color: #11C203;
}

.plan-features .list-section a {
	display: block;
	margin-left: 40px;
	text-decoration: underline;
}

.website-features .main-content {
	/*position: sticky;
	top: 0px;
	/*height: 100%;*/
}

.website-features .sidebar__inner a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #444;
}

.website-features .sections .section-title {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 32px;
}

@media (max-width:991px) {
	.website-features .sections .section-title {
		font-size: 22px;
	}
}

.website-features .sections .title {
	font-weight: bold;
}

.website-features .sections p {
	margin-bottom: 20px;
	font-size: 16px;
}

.website-features .card {
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

.website-features .card .btn-section {
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width:991px) {
	.website-features .card {
		text-align: center;
	}
}

.sidebar {
	will-change: min-height;
}

.sidebar__inner {
	transform: translate(0, 0);
	/* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.website-partners {
	background: #F2F2F4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.website-partners p {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
}

.website-partners .standard-text {
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.website-partners .card {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.website-partners .card p {
	font-size: 20px;
	font-weight: normal;
}

.website-partners .card-title {
	font-weight: bold;
	color: #444;
	font-size: 30px;
	margin-bottom: 20px;
	display: block;
}

.affix {
	top: 205px;
	z-index: 9999 !important;
}

/**/
.website-support {
	text-align: left;
}

.website-support .blue-text {
	font-size: 24px;
	color: #33A9E0;
}

.website-support .standard-text {
	font-size: 20px;
	color: #333;
}

.website-support .website-options {
	padding-bottom: 0;
	padding-top: 40px;
	/*padding-bottom: 40px;*/
}

.website-support .website-options .top-section {
	padding-bottom: 40px;
}

.website-support .website-options .top-section .card {
	padding: 10px 20px;
	box-shadow: none;
	margin-top: 20px;
}

.website-support .website-options .standard-text {
	font-weight: normal;
}

.website-support .website-options .icon-section {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 100%;
}

.website-support .themes-section-top {
	background: #F2F2F4;
	padding-bottom: 40px;
}

.website-support .themes-section-top .standard-text {
	font-weight: normal;
}

.website-support .themes-section {
	width: 100%;
	/*padding-top: 40px;*/
	padding-top: 0;
	/*padding-bottom: 40px;*/
	background: #FFF;
	text-align: center;
	/*margin-top: 60px;*/
}

.website-support .themes-title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
}

.website-support .themes-section .sub-title {
	color: #333;
	font-size: 20px;
	font-weight: normal;
}

.website-support .themes-subtitle {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
}

.website-support .theme-images {
	margin-top: 40px;
	margin-bottom: 0px !important;
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
}

.website-support .theme-images p {
	margin-bottom: 20px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
}

.website-support .theme-images img {
	margin-bottom: 20px;
}

.website-support .theme-images a {
	display: inline-block;
	margin-top: 40px;
}

.website-support .website-features {
	width: 100%;
	padding-top: 40px;
	/*padding-bottom: 40px;*/
	background: #F2F2F4;
}

.website-support .website-features .title {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.website-support .website-features .card {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}

.website-support .website-features .features {
	margin-top: 60px;
}

.website-support .website-features .sub-title {
	display: block;
	margin-top: 0px;
	font-size: 24px;
	color: #333;
}

.website-support .website-features p {
	font-size: 16px;
}

.website-support .text-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.website-support .text-section .title {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.website-support .services-options {
	background: #F2F2F4;
}

.website-support .services-options p {
	color: #333;
}

.website-support .website-options p {
	text-align: left;
}

.website-support .website-options img {
	border-radius: 20px;
}

.sidebar {
	/*position: sticky;
	position: -webkit-sticky;
	top: 0;
	right: 0;*/
	max-width: 300px;
	background-color: #F2F2F4;
	border-radius: 20px;
	padding: 20px;
}

.sidebar.affix-bottom {
	position: absolute;
}

@media (max-width:991px) {
	.section-title {
		display: block;
		border: 1px solid #444;
		border-radius: 5px;
		padding: 0 10px;
		cursor: pointer;
		transition: 0.5s;
	}

	.section-title:hover {
		background: #F2F2F4;
	}

	.section-title .plussign {
		float: right;
	}

	.section1-inner {
		display: block;
	}

	.section2-inner {
		display: none;
	}

	.section3-inner {
		display: none;
	}

	.section4-inner {
		display: none;
	}

	.section5-inner {
		display: none;
	}

	.section6-inner {
		display: none;
	}

	.section7-inner {
		display: none;
	}

	.section8-inner {
		display: none;
	}

	.section9-inner {
		display: none;
	}

	.section10-inner {
		display: none;
	}

	.section11-inner {
		display: none;
	}

	.section12-inner {
		display: none;
	}

	.section13-inner {
		display: none;
	}
}

.website-support .platform-options {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
	text-align: left;
}

.website-support .platform-options img {
	margin-top: 10px;
}

.website-support .platform-options .title {
	font-size: 24px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
}

.website-support .platform-options p {
	font-size: 18px;
	margin-left: 20px;
	font-weight: normal;
}

.website-support .platform-options img {
	border-radius: 0px;
}

@media (max-width:991px) {
	.website-support .platform-options {
		text-align: center;
	}

	.website-support .platform-options .title {
		margin-left: 0px;
	}

	.website-support .platform-options p {
		margin-left: 0px;
	}
}

.website-landing-page-features {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.website-landing-page-features .title {
	font-size: 36px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #333;
}

.website-landing-page-features .card {
	background: #F2F2F4;
	box-shadow: none;
	margin-bottom: 20px;
}

.website-landing-page-features .card .sub-title {
	display: block;
	margin-top: 0;
	font-size: 24px;
	color: #333;
}

.website-landing-page-features .card p {
	text-align: center;
}

.checkout-heading {
	background: #F2F2F4;
	text-align: center;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.checkout-content {
	background: #FFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.checkout-content h2 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.checkout-content .panel-body {
	text-align: left;
}

.checkout-content input[type="checkbox"] {
	margin-top: 7px;
	margin-right: 0px;
	width: 20px;
	height: 20px;
}

.checkout-content .checkbox input[type="checkbox"] {
	margin-left: -30px;
}

.checkout-content .checkbox label {
	padding-left: 30px;
}

.checkout-content .table-qty {
	text-align: center;
}

.checkout-content .table-name {
	text-align: left;
}

@media (max-width:800px) {
	.checkout-content .table-qty {
		text-align: right;
	}

	.checkout-content .table-name {
		text-align: right;
	}
}

.checkout-content .confirm-error {
	border: 2px solid #c00;
}

.checkout-content .form-error {
	background: #c00;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.checkout-confirmation {
	background: #FFF;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.checkout-confirmation h2 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.white-section {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.white-section p {
	font-size: 22px;
}

.white-section img {
	border-radius: 0 !important;
}

.pricing-tabs-wrapper {
	width: 100%;
	height: 60px;
	margin-bottom: 40px;
	border-bottom: 1px solid #FDB416;
}

.pricing-tabs {
	width: 560px;
	/*border-bottom: 1px solid #FDB416;*/
	margin: auto;
	margin-top: -60px;
	margin-bottom: 40px;
}

.small-business-link {
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #a97402;
	color: #fff;
	display: inline-block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.small-business-link.active {
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #FDB416;
	color: #333;
	display: inline-block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-right: 20px;
}

.small-business-link a {
	color: #333;
	transition: 0.5s;
}

.small-business-link a:hover {
	color: #fff;
	text-decoration: none;
}

.small-business-link a.active {
	color: #fff;
	transition: 0.5s;
}

@media (max-width:650px) {
	.pricing-tabs-wrapper {
		width: 100%;
		height: 60px;
		margin-bottom: 80px;
		border-bottom: none;
	}

	.pricing-tabs {
		width: 100%;
		border-bottom: none;
		margin-top: -60px;
		margin-bottom: 40px;
	}

	.small-business-link {
		width: 250px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: #a97402;
		color: #fff;
		display: block;
		border-radius: 0px;
		margin: auto;
		margin-bottom: 10px;
	}

	.small-business-link.active {
		width: 250px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: #FDB416;
		color: #333;
		display: block;
		border-radius: 0px;
		margin: auto;
		margin-bottom: 10px;
	}
}

.packages .card .pricing-box span .large-price {
	font-size: 50px;
	font-weight: bold;
}

.website-design {
	padding-top: 20px;
	background: #fff;
}

.website-design .examples,
.booking-system .examples {
	margin-top: 60px;
	margin-bottom: 40px;
}

.booking-system .examples {
	/*background: #F2F2F4;*/
	/*padding-top: 40px;*/
	padding-bottom: 40px;
	margin-bottom: 0;
}

.website-design .examples .title,
.booking-system .examples .title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.website-design .examples img,
.booking-system .examples img {
	margin-bottom: 20px;
}

.website-features-process {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #F2F2F4;
}

.website-features-process .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: center;
}

.process-icons {
	position: relative;
}

.process-icons .icon {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	width: 150px;
	height: 150px;
	background: #33a9e0;
	padding: 30px;
	border-radius: 10px;
	object-fit: cover;
}

.process-icons .sub-title {
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.process-icons .icon-arrow {
	position: absolute;
	top: 140px;
	left: 100%;
	transform: translate(-50%, -100%);
	width: 50px;
}

.process-icons .text {
	font-size: 16px;
	display: block;
	line-height: 1.4;
}

/* home banner video */
.videoContainer {
	position: relative;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	overflow: hidden;
}

.videoContainer .video-desktop {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.videoContainer .video-mobile {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.videoContainer video {
	width: 100%;
	height: 700px;
	/*margin-top: -100px;*/
	object-fit: fill;
	position: relative;
	z-index: 1;
}

@media (max-width:1200px) {
	video {
		height: 700px;
	}
}

@media (max-width:991px) {
	video {
		height: 700px;
	}
}

.videoContainer .video-caption {
	position: absolute;
	z-index: 3;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videoContainer .video-caption h1 {
	font-size: 20px;
	color: #C4E0ED;
	margin-top: 80px;
}

.videoContainer .video-caption .subh1 {
	font-size: 16px;
	color: #C4E0ED;
	margin-top: 20px;
}

.videoContainer .video-caption h2 {
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

.videoContainer .video-caption .subtitle {
	display: block;
	margin-top: 20px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.videoContainer .video-caption .banner-buttons {
	margin-top: 60px;
}

.videoContainer .video-caption .banner-buttons a.btn-banner:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.videoContainer .video-caption .banner-buttons a.btn-banner {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 5px;
	transition: 0.5s;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	width: 99%;
	font-size: 13px;
}

.videoContainer .video-caption .banner-buttons a.btn-banner:hover {
	border: 2px solid #fff;
	color: #33A9E0;
	background: #fff;
	padding: 10px 5px;
}

.videoContainer .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #33A9E0;
	opacity: 0.6;
	z-index: 2;
}

@media (max-width:1600px) {
	.videoContainer .video-caption {
		width: 70%;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner {
		border: 2px solid #fff;
		color: #fff;
		padding: 10px 20px;
		transition: 0.5s;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner:hover {
		border: 2px solid #fff;
		color: #33A9E0;
		background: #fff;
		padding: 10px 20px;
	}
}

@media (max-width:1400px) {
	.videoContainer .video-desktop {
		display: none;
	}

	.videoContainer .video-mobile {
		display: block;
		width: 1500px !important;
		height: 850px !important;
	}
}

@media (max-width:1200px) {
	.videoContainer .video-caption {
		width: 90%;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner {
		border: 2px solid #fff;
		color: #fff;
		padding: 10px 20px;
		transition: 0.5s;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner:hover {
		border: 2px solid #fff;
		color: #33A9E0;
		background: #fff;
		padding: 10px 20px;
	}
}


@media (max-width:991px) {
	.videoContainer .video-desktop {
		display: none;
	}

	.videoContainer .video-mobile {
		display: block;
		width: 1500px !important;
		height: 850px !important;
	}

	.videoContainer .video-caption {
		width: 90%;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner {
		border: 2px solid #fff;
		color: #fff;
		padding: 10px 20px;
		transition: 0.5s;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner:hover {
		border: 2px solid #fff;
		color: #33A9E0;
		background: #fff;
		padding: 10px 20px;
	}
}

@media (max-width:767px) {
	.videoContainer .video-caption {
		width: 90%;
	}

	.videoContainer .video-caption h1 {
		margin-top: 90px;
	}

	.videoContainer .video-caption .subtitle {
		display: block;
		margin-top: 20px;
		font-size: 20px;
		color: #fff;
	}

	.videoContainer .video-caption .banner-buttons {
		margin-top: 20px;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner {
		border: 2px solid #fff;
		color: #fff;
		padding: 10px 20px;
		transition: 0.5s;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner {
		border: 2px solid #fff;
		color: #fff;
		padding: 10px 20px;
		transition: 0.5s;
		font-weight: bold;
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: middle;
		height: 45px;
		width: 99%;
	}

	.videoContainer .video-caption .banner-buttons a.btn-banner:hover {
		border: 2px solid #fff;
		color: #33A9E0;
		background: #fff;
		padding: 10px 20px;
	}
}

@media (max-width:500px) {
	.videoContainer .video-caption h1 {
		margin-top: 110px;
	}
}

@media (max-width:400px) {
	.videoContainer .video-caption h1 {
		margin-top: 130px;
	}
}

.small-business .card {
	border-radius: 20px;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
}

.small-business {
	background: #F2F2F4;
	padding-top: 50px !important;
}

.small-business .card .card-title {
	font-weight: bold;
}

.small-business .button-section {
	background: #fff;
	padding-bottom: 20px;
}

.small-business .card .btn-section {
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width:991px) {
	.small-business .card {
		text-align: center;
	}
}

.small-business .platform-features {
	padding-top: 40px !important;
	padding-bottom: 60px !important;
	background: #33A9E0;
}

.small-business .platform-features p {
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.small-business .platform-features .card {
	background: #fff;
	color: #333;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-top: 0;
	margin-bottom: 20px !important;
}

.small-business .platform-features .card .title {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.small-business .platform-features .card p {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	color: #333;
}

.small-business .website-options {
	margin-top: 40px;
	/*margin-bottom: 40px;*/
	padding-top: 40px;
	padding-bottom: 60px;
	background: #fff;
}

.small-business .website-options p {
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.small-business .website-options .card {
	background: #fff;
	color: #444;
	padding: 40px;
	font-size: 16px;
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	box-shadow: -1px 7px 17px 1px rgba(0, 0, 0, 0.50);
	margin-bottom: 20px;
}

.small-business .website-options .card .card-title {
	font-size: 26px;
	margin-bottom: 20px;
	display: block;
}

.small-business .website-options .card p {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	color: #333;
}

.card-white-body {
	background: #fff;
	color: #444;
	font-size: 16px;
	padding: 00px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	margin-top: 20px;
	margin-bottom: 20px;
}

.card-white-body p {
	font-size: 18px;
	font-weight: normal;
	padding: 40px;
}

.card-blue-header {
	background: #33A9E0;
	color: #fff;
	padding: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 26px;
	padding-bottom: 40px;
	font-weight: bold;
	/*margin-top: 20px;*/
	position: relative;
}

.card-blue-header .icon {
	width: 80px;
	height: 80px;
	background: #33A9E0;
	padding: 0px;
	border: 10px solid #33A9E0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.card-image-header {
	background-position: center center;
	width: 100%;
	height: 140px;
	background-size: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

.simple-pricing-section {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #F2F2F4;
}

.simple-pricing-section .section {
	padding-bottom: 40px !important;
}

.simple-pricing-section .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.simple-pricing-section .sub-title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}

@media (max-width:991px) {
	.simple-pricing-section .sub-title {
		text-align: center;
	}

	.simple-pricing-section p {
		text-align: center;
	}
}

.cta-btn {
	margin-top: 20px;
}

.free-offer-block .banner-section {
	background: #F2F2F4;
	width: 100%;
	height: 150px;
}

.free-offer-block h2 {
	color: #fdb416;
	font-weight: bold;
	margin-top: 30px;
	font-size: 34px;
}

.free-offer-block p {
	color: #333;
	font-weight: normal;
	font-size: 20px;
}

.free-offer-block .title1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.free-offer-block .sub-title {
	font-size: 24px;
	color: #fff;
	background: #10ADEB;
	font-weight: bold;
	display: block;
	width: 450px;
	margin: auto;
	padding: 3px 10px 5px 10px;
	border-radius: 5px;
	text-align: center;
	/*margin-bottom: 20px;*/
}

.free-offer-block ul {
	margin-top: 0px;
	padding-bottom: 30px;
	margin-left: 40px;
	font-size: 18px;
	line-height: 2;
	text-align: left;
	list-style-image: url('../uploads/pagesections/right-arrow.png');
}

@media (max-width:1100px) {
	.free-offer-block ul {
		margin-left: 20px;
	}
}

.free-offer-block .btn-top {
	margin-top: 20px;
}

.free-offer-block .btn-bottom {
	margin-bottom: 20px;
}

.free-offer-block .website-options .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.free-offer-block .apply-now-section {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
}

.free-offer-block .apply-now-section .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.free-offer-block .apply-now-section p {
	font-weight: normal;
	text-align: left;
}

/* apply modal */
#applyModal {
	z-index: 20000;
}

#applyModal p {
	font-size: 16px;
}

#applyModal .error {
	border: 2px solid #c00;
}

#applyModal .checkbox label {
	font-weight: bold;
	margin-left: 15px;
}

#applyModal .checkbox input[type="checkbox"],
#applyModal .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -40px !important;
	margin-top: 10px;
}

#applyModal input[type="checkbox"] {
	width: 35px !important;
}

.monthly-fees-section {
	background: #F2F2F4;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.monthly-fees-section .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.card-flat {
	background: #fff;
	color: #444;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	/*-webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);*/
	margin-top: 20px;
	margin-bottom: 20px;
}

.card-flat .card-title {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}

.card-flat p {
	font-size: 14px;
	font-weight: normal;
}

.card-flat p.medium {
	font-size: 12px;
}

.testimonials-section {
	background: #33A9E0;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.testimonials-section .title {
	font-size: 36px;
	color: #fff !important;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.testimonials-section p {
	font-size: 16px;
}

.advice .heading-banner {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	padding: 15px 20px 10px 20px;
	text-align: center;
	background: #33A9E0;
	color: #fff;
	border-radius: 10px;
}

.advice .heading-banner h2 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.advice a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.advice .card {
	background: #fff;
	color: #444;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	margin-top: 20px;
	margin-bottom: 20px;
}

.advice .card-image-header {
	height: 240px;
}

.advice .card .card-title {
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}

.advice .card-white-body p {
	font-size: 14px;
	padding-bottom: 30px !important;
}

.advice .card-white-body .card-title {
	font-size: 20px;
	color: #fff;
	background: #33A9E0;
	padding: 5px;
	width: 100%;
	display: block;
	position: absolute;
	top: 202px;
	opacity: 0.9;
}

.advice .card-white-body p {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
}

.advice .article-card {
	background: #fff;
	border-radius: 10px;
	padding: 30px 40px;
}

.advice .article-card h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}

.advice .article-card p {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}

.custom-website-dev-top {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.custom-website-dev-top .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.custom-website-dev-top p {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.custom-website-dev-top .card,
.project-section .card {
	background: #33A9E0;
	color: #fff;
	font-size: 22px;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	margin-top: 40px;
	margin-bottom: 20px;
}

.custom-website-dev-top .card p,
.project-section .card p {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
}

.custom-website-dev-top .card,
.project-section .card img {
	border-radius: 5px;
}

.custom-web-dev .platform-options {
	text-align: left;
}

.custom-web-dev .platform-options .section {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.custom-web-dev .platform-options .section .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 20px;
}

.custom-web-dev .platform-options .section p {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
}

.custom-web-dev .btn {
	margin-top: 20px;
}

@media (max-width:991px) {

	.custom-web-dev .platform-options .section .title,
	.custom-web-dev .platform-options .section p {
		padding-left: 0px;
	}
}

.showcase-wrapper {
	margin-bottom: 60px;
}

.showcase-wrapper .showcase {
	padding: 30px;
}

.showcase-wrapper .showcase-img img {
	width: 80%;
}

.showcase-wrapper .showcase-content {
	margin-top: 20px;
}

.showcase-wrapper .showcase-content h3 {
	font-size: 20px;
	font-weight: bold;
}

.showcase-wrapper .showcase-content p {
	font-size: 16px;
	padding: 0;
}

.benefits-section {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #F2F2F4;
	width: 100%;
}

.benefits-section h3 {
	font-size: 36px;
	color: #333;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	display: block;
	text-align: center;
}

.benefits-section .sub-section {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #fff;
	padding: 30px 40px;
	border-radius: 15px;
}

.benefits-section .title {
	font-size: 26px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.benefits-section p {
	padding: 0;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}

.benefits-section img {
	border-radius: 10px;
}

.project-section {
	background: #F2F2F4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.project-section .sub-section {
	background: #fff;
	padding: 30px 40px;
	border-radius: 15px;
}

.project-section .sub-section .title {
	font-size: 26px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.project-section .sub-title {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.project-section .sub-section p {
	padding: 0;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}

.options-section {
	background: #33A9E0;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.options-section .section {
	background: #33A9E0;
	color: #fff;
	padding: 30px 40px;
	border-radius: 15px;
}

.options-section .title {
	font-size: 26px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.options-section p {
	padding: 0;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	color: #fff;
}

.customdev-testimonials {
	background: #33A9E0;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.customdev-testimonials .title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.customdev-testimonials .section {
	background: #fff;
	color: #000;
	padding: 30px 40px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.customdev-testimonials p {
	padding: 0;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}

.whyus-section {
	background: #F2F2F4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.whyus-section .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.whyus-section p {
	padding: 0;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}

.more-showcases {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.more-showcases .title {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.more-showcases p {
	font-weight: bold;
}

.more-showcases .section {
	background: #F2F2F4;
	color: #333;
	padding: 30px 40px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.project-showcase {
	background: #fff;
	/*padding-top: 40px;*/
	/*padding-bottom: 40px;*/
}

.project-showcase .title {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 700;
}

.project-showcase .standard-text {
	text-align: center;
}

.project-showcase .section1 {
	background: #F2F2F4;
	/*margin-top: 60px;*/
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

.project-showcase .section1 .section-inner {
	background: #fff;
	padding: 10px 40px 30px 40px;
	border-radius: 15px;
	color: #333;
	text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
}

.project-showcase .section1 .section-inner .title {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 20px;
}

.project-showcase .section1 .section-inner img {
	margin-top: 20px;
}

.project-showcase .section2 {
	background: #fff;
	color: #333;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
}

.project-showcase .section2 .title {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 700;
}

.project-showcase .img-container img {
	width: 100%;
	display: block;
}

.project-showcase .img-container {
	width: 100%;
	display: block;
	margin: 30px auto
}

.project-showcase #before-after-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 3px solid white;
}

.project-showcase #before-after-slider .beforeafter {
	font-weight: bold;
	color: #a1a1a1;
}

.project-showcase #after-image {
	display: block
}

.project-showcase #before-image {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

.project-showcase #resizer {
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 5;
	top: 0;
	left: 50%;
	height: 100%;
	width: 4px;
	background: #FDB416;
	/*Stop vertical scrolling on touch*/
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.project-showcase #resizer:after {
	background: #FDB416;
	font-family: FontAwesome;
	content: '\f07e';
	font-weight: 900;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	position: absolute;
	margin: 0 0 0 -22px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 3px solid #FDB416;
	cursor: pointer;
}

.apply-form {
	margin-bottom: 50px;
}

.apply-form .checkbox label {
	font-weight: bold;
	margin-left: 15px;
}

.apply-form .checkbox input[type="checkbox"],
.apply-form .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -40px !important;
	margin-top: 10px;
}

.apply-form input[type="checkbox"] {
	width: 35px !important;
}

.trade-section1 {
	background: #F2F2F4;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 100%;
}

.trade-section1 i {
	background: #33A9E0;
	padding: 10px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trade-section1 img {
	display: block;
}

.trade-section1 .card-blue {
	background: #33A9E0;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.trade-section1 .card-title {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	/*margin-top: 10px;*/
	text-align: left;
	height: 80px;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}

.trade-section2 {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}

.trade-section2 .title {
	text-align: left !important;
	font-size: 36px;
	color: #333;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

.trade-section2 img {
	border-radius: 15px;
}

.trade-section2 li {
	list-style-type: circle;
}

@media (max-width:991px) {
	.trade-section2 img {
		margin-top: 20px;
	}
}

.trade-section3 {
	background: #F2F2F4;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}

.trade-section3 .no-padding-left {
	padding-left: 0px !important;
}

.trade-section3 .title {
	text-align: left !important;
	font-size: 36px;
	color: #333;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

.trade-section3 img {
	border-radius: 15px;
}

.trade-section3 li {
	list-style-type: circle;
}

.trade-section3 .cards {
	margin-top: 20px;
}

.trade-section3 .mini-card {
	background: #33A9E0;
	color: #fff;
	padding: 10px 20px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.trade-section3 ul {
	margin-left: -20px;
}

.trade-section3 li {
	list-style-type: circle;
	margin-bottom: 20px;
}

.trade-section3 li .card-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
}

.trade-section3 li p {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}

@media (max-width:991px) {
	.trade-section3 img {
		margin-top: 20px;
	}
}

.trade-section4 {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.trade-section4 .title {
	font-size: 36px;
	color: #333;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.trade-section4 .sub-title {
	display: block;
	margin-bottom: 20px;
	color: #33A9E0;
	font-weight: bold;
}

.trade-section4 .sub-title img {
	margin-right: 20px;
	display: inline-block;
}

.trade-section5 {
	background: #F2F2F4;
	padding-top: 40px;
	padding-bottom: 40px;
}

.trade-section5 .title {
	font-size: 36px;
	color: #333;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.trade-section5 .cards {
	margin-top: 20px;
}

.trade-section5 .mini-card {
	background: #33A9E0;
	color: #fff;
	padding: 15px 25px;
	border-radius: 15px;
	margin-bottom: 10px;
	text-align: left;
	/*display: flex;
	align-items: center;*/
	/* Vertical center alignment */
	/*justify-content: center;*/
	/* Horizontal center alignment */
}

.trade-section5 .mini-card .sub-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
}

.trade-section5 .mini-card p {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.trade-section6 {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.trade-section6 .title {
	font-size: 36px;
	color: #333;
	font-weight: 700;
	display: block;
	margin-bottom: 0px;
}

.trade-section6 .sub-title {
	margin-bottom: 20px;
}

.trade-section6 .cards {
	margin-top: 20px;
}

.trade-section6 .mini-card {
	background: #F2F2F4;
	color: #333;
	padding: 15px 25px;
	border-radius: 15px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.50);
}

.trade-section6 .mini-card .sub-title {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-top: 0;
	margin-bottom: 0px;
	text-align: left;
}

.trade-section6 .mini-card p {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.trade-section7 {
	background: #33A9E0;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

.trade-section7 .title {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.trade-section7 .cards {
	margin-top: 20px;
}

.trade-section7 .mini-card-white-body {
	background: #fff;
	color: #33A9E0;
	font-size: 22px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* new blog layout */
.blog-main-title {
	margin-top: 40px;
}

.blog-main-title h2 {
	font-size: 36px;
	color: #333;
	font-weight: 700;
}

#sort_menu_wrapper {
	background: #35AFDD;
	padding-top: 0;
	border-radius: 5px;
	margin-bottom: 20px;
}

.blog-title {
	color: #333;
	font-weight: bold;
	display: block;
	line-height: 1.2;
	margin-bottom: 10px !important;
	transition: 0.5s;
}

.blog-title:hover {
	color: #35AFDD;
	text-decoration: none;
}

.blog-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s;
}

.blog-card:hover {
	/*transform: translateY(-5px);*/
}

.blog-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.blog-content {
	padding: 15px;
}

.blog-meta {
	font-size: 13px;
	color: #777;
	margin-top: 20px;
	margin-bottom: 0px;
}

.blog-meta span {
	margin-right: 15px;
}

.read-more {
	display: inline-block;
	padding: 6px 12px;
	background: #ffb400;
	/* orangey yellow */
	color: #fff;
	/*border-radius: 4px;*/
	text-decoration: none;
	text-transform: uppercase;
}

.read-more:hover {
	background: #e09b00;
	text-decoration: none;
	color: #fff;
}

/* PAGINATION */
.pagination {
	margin: 0px 0px 0px 48px;
	padding: 2px;
}

.pagination ul {
	font-size: 12px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	text-align: right;
}

.pagination li {
	display: inline;
	list-style-type: none;
	padding: 1px;
}

.pagination a,
.pagination a:visited {
	background: #FDB416;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 5px;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:active {
	background-color: #33A9E0 !important;
	border: 1px solid #fff !important;
	color: #FFFFFF;
}

.pagination li.currentpage {
	background-color: #33A9E0 !important;
	border: 1px solid #33A9E0 !important;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px;
}

.pagination li.disablepage {
	border: 1px solid #929292;
	color: #929292;
	padding: 1px 5px;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage,
* html .pagination li.disablepage {
	/* IE 6 and below. Adjust non linked LIs slightly to account for bugs */
	margin-right: 5px;
	padding-right: 0px;
}

#pagination_wrapper {
	background-color: #33A9E0;
	font-size: 18px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
}

.pagination {
	float: right;
	margin-bottom: 0px;
}

.paginate {
	position: relative;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #33A9E0;
	border-color: #fff;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	background: #FDB416;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 10px;
}

.pagination-sm>li>a:hover,
.pagination-sm>li>span:hover {
	background: #33A9E0;
	border-color: #fff;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 10px;
}