/*  
Theme Name: TravelPress
Theme URI: https://skat.tf/themes/travelpress-travel-agency-wordpress-theme/
Description: An Ultra Responsive Travel Agency/Operator WordPress Theme. <strong>Follow me on twitter:</strong> <a href="http://www.twitter.com/skatdesign">Skat Design</a>
Version: 1.3.7
Author: Skat
Author URI: https://skat.tf/
Tags: custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
Text Domain: travelpress
License:
License URI:
*/

/*--------------------------------------------------------------------- Index ------------------------------------------------------------------*/
/*
/* 01. General
/* 02. Typography Styling
/* 03. Header
/* 04. Main Header Navigation
/* 05. Content
/* 06. Blog Entry
/* 07. Comments
/* 08. Sidebar
/* 09. Pagination
/* 10. WP's Default Styles
/* 11. Footer
/* 13. VC Shortcodes
/* 14. Responsivness
/*
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
	

/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */

@font-face {
	font-family: star;
	font-style: normal;
	font-weight: 400;
	src: url(framework/fonts/star.eot);
	src: url(framework/fonts/star.eot?#iefix) format("embedded-opentype"),
		 url(framework/fonts/star.woff) format("woff"),
		 url(framework/fonts/star.ttf) format("truetype"),
		 url(framework/fonts/star.svg#star) format("svg");
}

body {
	background-color: #fff;
	color: #808080;
	font: 400 16px/28px Karla, Arial, Tahoma, sans-serif;
	position: relative;
	-webkit-text-stroke: 0.001px transparent;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
body input[type="email"],
body input[type="submit"],
body input[type="text"],
body textarea {
	-webkit-appearance: none;
}
/* ------------------------------------------------------------------------ */
/* 02. Typography Styling
/* ------------------------------------------------------------------------ */

/* Links */
a {
	color: #20c9e7;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .2s ease-in;
	   -moz-transition: color .2s ease-in;
		-ms-transition: color .2s ease-in;
		 -o-transition: color .2s ease-in;
	        transition: color .2s ease-in;
}
a:hover {
	text-decoration: none;
	color: #20c9e7;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}

/* Blockquotes */
blockquote {
	border-left: 10px solid #20c9e7;
	display: inline-block;
	font-size: 26px;
	font-style: italic;
	line-height: 34px;
	margin-bottom: 15px;
	padding: 20px;
}
blockquote p {
	padding: 0 !important;	
}

p {
	margin: 0;	
}
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4d4d4d;
	font-family: "Fjalla One", Tahoma, sans-serif;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* Images Styling */
img.alignleft {
	float: left;
	vertical-align: middle;
	margin-right: 20px;
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin-left: 20px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
/* table */
.sd-left-col table,
.sd-left-col th,
.sd-left-col td {
	border: 1px solid #d1d1d1;
}

.sd-left-col table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

.sd-left-col caption,
.sd-left-col th,
.sd-left-col td {
	font-weight: normal;
	text-align: left;
}

.sd-left-col th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.sd-left-col td {
	border-width: 0 1px 1px 0;
}

.sd-left-col th,
.sd-left-col td {
	padding: 0.4375em;
}
/* Raw code styling */
pre,
code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #ddd;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(framework/images/bg-code.gif);
}
/* Lists */

ul {
	list-style: disc inside;
}
ul li ul {
	margin-bottom: 0;	
}
ul li ul li {
	padding-left: 20px;
}
ol {
	list-style: decimal inside;
}
ol li ol {
	margin-bottom: 0;	
}
ol li ol li {
	padding-left: 20px;
}
/* style helpers */
.sd-alpha {
	margin-left: 0;	
}
.sd-omega {
	margin-right: 0;	
}
.sd-center {
	text-align: center;
}
.sd-centered-tabs .ult_tabmenu {
	display: block !important;
	text-align: center !important;
}
.sd-centered-tabs .ult_tab_li {
	float: none !important;	
}
.sd-right {
	text-align: right;	
}
.sd-inline {
	display: inline;	
}
.sd-margin-left {
	margin-left: 30px;	
}
.sd-margin-right {
	margin-right: 30px;	
}
.sd-margin-top {
	margin-top: 20px;
}
.sd-margin-bottom {
	margin-bottom: 20px;
}
.sd-margin-none {
	margin: 0 !important;
	overflow: hidden;
}
.sd-margin-top-0,
.sd-margin-top-0 .sd-reservation-box{
	margin-top: 0;
}
.sd-margin-bottom-0,
.sd-margin-bottom-0 .sd-reservation-box{
	margin-bottom: 0;
}
.sd-padding-left {
	padding-left: 15px !important;
}
.sd-padding-right {
	padding-right: 15px !important;	
}
.sd-padding-left-none {
	padding-left: 0 !important;
}
.sd-padding-right-none {
	padding-right: 0 !important;	
}
.sd-padding-none {
	padding: 0 !important;	
}
.sd-display-none {
	display: none;
}
.sd-display-inline-block {
	display: inline-block;
}
.sd-display-table {
	display: table;	
}
.sd-overflow {
	overflow: hidden;	
}
.sd-text-background,
.sd-text-background-dark,
.sd-text-bg-white {
	background-color: #20c9e7;
	display: inline-block;
	padding: 10px 25px;
}
.sd-text-background {
	font-size: 12px;	
}
.sd-text-background-dark {
	background-color: #435061;
}
.sd-text-bg-white {
	background-color: #fff;
}
.sd-bold {
	font-weight: bold;
}
.sd-light {
	font-weight: lighter;	
}
.sd-small-text {
	font-size: 12px;
	line-height: 12px;
}
.sd-large-text {
	font-size: 18px;	
}
.sd-clear {
	clear: both;	
}
.sd-float-none {
	float: none !important;	
}
.sd-border-top {
	border-top: 1px solid #dfe5e9;
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
}
.sd-border-bottom {
	border-bottom: 1px solid #dfe5e9;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sd-border-none {
	border: none;	
}
.sd-zindex-high {
	z-index: 99;	
}
.sd-zindex-low {
	z-index: 1;	
}
.sd-border-radius,
.sd-border-radius img {
	border-radius: 500px;	
}
/* background transition */

.sd-bg-trans {
	-webkit-transition: background .3s linear;
       -moz-transition: background .3s linear;
		-ms-transition: background .3s linear;
		 -o-transition: background .3s linear;
			transition: background .3s linear;
}
.sd-opacity-trans {
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out !important;
}
.sd-opacity-trans:hover {
	opacity: .8;	
}
.sd-link-trans {
	-webkit-transition: color .3s ease-in;
	   -moz-transition: color .3s ease-in;
		-ms-transition: color .3s ease-in;
		 -o-transition: color .3s ease-in;
	        transition: color .3s ease-in;
}
.sd-border-trans {
	-webkit-transition : border .3s ease-out;
	   -moz-transition : border .3s ease-out;
		 -o-transition : border .3s ease-out;
			transition : border .3s ease-out;
}
.sd-all-trans {
	-webkit-transition : all .3s ease-out;
	   -moz-transition : all .3s ease-out;
		 -o-transition : all .3s ease-out;
			transition : all .3s ease-out;
}
.capitalize {
	text-transform: capitalize;
}
.sd-list-style li {
	list-style: none;
	padding: 0 0 5px 20px;
	position: relative;
}
.sd-list-style li:before {
	content: "\f111";
	color: #20c9e7;
	font-family: FontAwesome;
	font-size: 15px;
	left: 0;
	position: absolute;
	top: 0;
}
.sd-list-style li:last-child {
	padding-bottom: 0;	
}
.sd-list-style-none {
	list-style: none;	
}
.sd-position-relative {
	position: relative;	
}
.sd-subtitle {
	color: #a1a7a5;	
	font-size: 15px;
	font-weight: normal;
}
.sd-colored {
	color: #20c9e7;	
}
.sd-left-col {
	background-color: #f7f9f9;
	padding: 40px;	
}
.sd-left-col img {
	height: auto;
	max-width: 100%;
}
.sd-left {
	float: left !important;	
}

/* ------------------------------------------------------------------------ */
/* 03. Header
/* ------------------------------------------------------------------------ */

#sd-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	width: 100%;
	z-index: 101;
}
.sd-transparent-bg {
	background: none !important;
	position: absolute !important;
}
.sd-transparent-bg-mobile {
	background-color: #fff;	
}
/* header top */
.sd-header-top {
	background-color: #fff;
	border-bottom: 1px solid #ebf0f1;
	color: #585757;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	width: 100%;	
}
/* header top left options */
.sd-header-left-options {
	float: left;
}
/* header top right social icons */

.sd-header-social {
	float: right;
}
.sd-header-social a {
	color: #585757;
	display: block;
	float: left;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 30px;
}
.sd-header-social a:hover {
	color: #fd2500;
}
.sd-logo-menu {
	height: 80px;
	position: relative;
	z-index: 2;
}
/* logo */
.sd-logo {
	float: left;
	margin: 15px 0 0;
	padding: 0;
}
.sd-logo-text {
	color: #20c9e7;
	display: block;
	font-size: 22px;
	line-height: 24px;
	margin-top: 10px;
}
/* top phone number */
.sd-top-phone {
	background-color: #20c9e7;
	border-bottom-left-radius: 500px;
	border-top-left-radius: 500px;
	float: right;
	height: 80px;
	margin-left: 20px;
	padding: 17px 0 0 20px;
}
.sd-top-phone span {
	display: block;
}
.sd-top-phone a {
	color: #fff;
	font-size: 21px;
	font-weight: 700;	
}
.sd-top-phone i {
	background: #fff;
	border-radius: 500px;
	color: #625350;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	text-align: center;
	width: 50px;
}
/* top right bar */
.sd-top-right-bar {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.sd-top-right-bar div {
    height: 80px;
    margin: 0 auto;
    position: relative;
	width: 970px;
}
.sd-top-right-bar div div {
    background-color: #20c9e7;
    display: block;
    height: 80px;
	margin-right: 15px;
    position: absolute;
    right: -100%;
    width: 100%;
}
/* phone style 2 */
.sd-phone-style2 {
	background: none;
	padding-left: 0;
	padding-top: 15px;
}
.sd-phone-style2 a {
	color: #625350;	
}
.sd-phone-style2 i {
	background-color: #20c9e7;
	color: #fff;
}
/* header extra button */
.sd-extra-button {
	background-color: #ff6518;
	border-radius: 50px;
	color: #fff;
	float: right;
	font-weight: 700;
	margin-left: 20px;
	margin-top: 15px;
	padding: 10px 30px;	
}
.sd-extra-button:hover {
	color: #fff;	
}
/* ------------------------------------------------------------------------ */
/* 04. Navigation
/* ------------------------------------------------------------------------ */


.sd-boxed .sd-menu-nav {
	margin: 0 -14px 0 -16px;
}
.sd-boxed .sd-menu-nav ul > li:last-child a {
	padding-right: 15px !important;	
}
.sd-pull-left-top-nav {
	float: left;
}
.sd-pull-left-top-nav ul li:first-child a {
	padding-left: 0;	
}
.sd-header-top-nav ul li a {
	color: #848a90;
}
.sd-header-top-nav ul li a:hover {
	color: #20c9e7;	
}
.sd-menu-wrapper {
	float: right;
	margin-top: 17px;
}

.sd-menu-wrapper ul {
	list-style: none;
}
.sd-menu-content {
	clear: both;	
}
.mega-sub-menu {
	padding: 0 -10px !important;	
}
.sd-menu-nav {
	font-family: "Karla", Tahoma, sans-serif;	
}
.sd-menu-nav li {}
#mega-menu-wrap-top-bar-menu .mega-menu-toggle .mega-toggle-block-right {
	padding: 0 10px;	
}
/* when max mega menu is disabled */
.sd-unstyled-menu .sd-top-bar-menu {
	
}
.sd-unstyled-menu .sd-menu-nav a,
.sd-unstyled-menu .sd-top-nav a {
	color: #625350;
}
.sd-unstyled-menu .sd-menu-nav a:hover,
.sd-unstyled-menu .sd-top-nav a:hover {
	color: #fd2500;
}
.sd-unstyled-menu .sd-menu-nav,
.sd-unstyled-menu .sd-menu-nav ul,
.sd-unstyled-menu .sd-menu-nav li,
.sd-unstyled-menu .sd-menu-nav a,
.sd-unstyled-menu .sd-top-nav,
.sd-unstyled-menu .sd-top-nav ul,
.sd-unstyled-menu .sd-top-nav li,
.sd-unstyled-menu .sd-top-nav a {
	border: none;
	margin: 0;
	line-height: 16px;
	list-style: none;
	padding: 0;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;     
}
.sd-unstyled-menu .sd-top-nav,
.sd-unstyled-menu .sd-top-nav ul,
.sd-unstyled-menu .sd-top-nav li,
.sd-unstyled-menu .sd-top-nav a {
	line-height: 50px;
	padding: 0;
}
.sd-unstyled-menu .sd-menu-nav,
.sd-unstyled-menu .sd-top-nav {
	display: block;
	height: 37px;
	margin: 0;
	padding: 0;
	width: auto;
}
.sd-unstyled-menu .sd-menu-nav,
.sd-unstyled-menu .sd-menu-nav > ul > li > ul > li a:hover {
}

.sd-unstyled-menu .sd-menu-nav > ul,
.sd-unstyled-menu .sd-top-nav > ul {
	list-style: inside none;
	margin: 0;
	padding: 0;

}
.sd-unstyled-menu .sd-menu-nav > ul > li,
.sd-unstyled-menu .sd-top-nav > ul > li {
	display: block;
	float: left;
	list-style: inside none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sd-unstyled-menu .sd-menu-nav > ul > li > a,
.sd-unstyled-menu .sd-top-nav > ul > li > a {
	display: block;
	outline: none;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
  
}
.sd-unstyled-menu .sd-menu-nav .menu-item-has-children {
	padding-right: 15px;
}
.sd-unstyled-menu .sd-top-nav > ul > li > a {
	padding: 0 0 0 20px;
}
.sd-unstyled-menu .sd-menu-nav > ul > li > a:hover {
}
.sd-unstyled-menu .sd-menu-nav > ul > li:first-child > a {
}
.sd-unstyled-menu .sd-menu-nav > ul > li > a:after,
.sd-unstyled-menu .sd-top-nav > ul > li > a:after {
	bottom: -1px;
	content: '';
	position: absolute;
	right: -2px;
	top: -1px;
	z-index: 99;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > a::after,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > a::after {
  top: 0;
  bottom: 0;
}
/* arrow pointer */
.sd-unstyled-menu .sd-menu-nav > ul > li.has-sub > a::before,
.sd-unstyled-menu .sd-top-nav > ul > li.has-sub > a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 4px;
  border: 5px solid transparent;
  border-top: 5px solid;
}
.sd-unstyled-menu .sd-menu-nav > ul > li.has-sub:hover > a:before,
.sd-unstyled-menu .sd-top-nav > ul > li.has-sub:hover > a:before {
  top: 19px;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > a,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > a {
	color: #fd2500;
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > ul,
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > div,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > ul,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > div {
  display: block;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub > a:hover {
}
.sd-unstyled-menu .sd-menu-nav ul li > ul,
.sd-unstyled-menu .sd-menu-nav ul li > div,
.sd-unstyled-menu .sd-top-nav ul li > ul,
.sd-unstyled-menu .sd-top-nav ul li > div {
	background: #fff;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 38px;
	width: auto;
	z-index: 999;
}
.sd-unstyled-menu .sd-menu-nav ul li > ul,
.sd-unstyled-menu .sd-top-nav ul li > ul {
	width: 200px;
}
.sd-unstyled-menu .sd-menu-nav ul li > ul li,
.sd-unstyled-menu .sd-top-nav ul li > ul li {
	display: block;
	list-style: inside none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sd-unstyled-menu .sd-menu-nav ul li > ul li a,
.sd-unstyled-menu .sd-top-nav ul li > ul li a {
	display: block;
	margin: 0;
	outline: none;
	padding: 8px 20px;
	position: relative;
	text-decoration: none;
}
.sd-unstyled-menu .sd-menu-nav ul ul a:hover,
.sd-unstyled-menu .sd-top-nav ul ul a:hover {
	color: #fd2500;
}
.sd-unstyled-menu .sd-menu-nav > ul > li.has-sub > a:hover::before,
.sd-unstyled-menu .sd-top-nav > ul > li.has-sub > a:hover::before {
	border-top: 5px solid;
}
.sd-contact-form .wpcf7-form-control-wrap {
	width: 100%;
}
.sd-contact-form .wpcf7-submit {
	padding-left: 50px;
	padding-right: 50px;	
}
/* top bar menu */

.sd-top-bar-menu {
	float: right;	
}
/* sticky menu */
.sd-stick {
	position: relative;	
}
.sd-sticky-header {
	left: 0;
	width: 100% !important;
	z-index: 1000;
}
.sd-sticky-header:hover {
	opacity: 1;	
}
.is-sticky .sd-menu-wrapper {

}
.sticky-wrapper {
	height: auto !important;	
}
.is-sticky .sd-header-style3 {
	padding: 0 !important;	
}
.is-sticky .sd-header-style3 .sd-menu-wrapper {
	padding: 0;	
}
.is-sticky .sd-sticky-header {
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	margin: 0;
	opacity: .9 !important;
}
.is-sticky:hover .sd-sticky-header {
	opacity: 1 !important;
}
.is-sticky .sd-stick {
	background-color: #fff;
}
.sd-boxed .is-sticky .sd-stick {
	left: 0;	
}
.mega-sd-menu-button a {
	display: inline-block !important;
	padding: 0 20px !important;
	position: relative !important;
}
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-sd-menu-button > a {
	background: none;
	border: 1px solid !important;
	border-color: #20c9e7;
	border-radius: 3px !important;
	color: #20c9e7;
}
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-sd-menu-button > a:hover {
	border-color: #20c9e7;
}
.sd-menu-nav .mega-menu-toggle {
	display: none !important;	
}

/* sidr mobile menu */

.sidr {
	background-color: #2a2e30;
	display: none;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
	position: absolute;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.sidr li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
}
.sidr .sidr-inner {
	padding: 0 0 15px
}
.sidr .sidr-inner > p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -260px
}
.sidr.left {
	left: -260px;
	right: auto
}
.sidr > p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul {
	border-top: 1px solid #2f3336;
	margin: 0 0 15px;
	padding: 0;
}
.sidr-class-sub-menu,
.sidr-class-mega-sub-menu {
	display: none;	
}

.sidr ul li {
	border-bottom: 1px solid #2f3336;
	display: block;
	margin: 0;
	padding: 0;
}
.sidr ul li:last-child {
	border: none;	
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {

}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
	background-color: #20c9e7;
}
.sidr ul li a,
.sidr ul li span {
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
}
.sidr ul li span {
	padding-right: 20px;	
}
.sidr ul li ul {
	margin: 0
}
.sidr ul li ul li a {
	padding-left: 20px;
}
.sidr ul li ul li ul li a {
	padding-left: 30px;	
}
.sidr ul li ul li:last-child {

}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {

}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
}
.sidr form {
	margin: 0 15px
}
.sidr label {

}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
	border: none;
	clear: both
	color: rgba(255,255,255,0.6);
	display: block;
	margin: 0 0 10px;
	padding: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.sidr input[type=checkbox] {
	clear: none
	display: inline;
	width: auto;
}
.sidr input[type=button],
.sidr input[type=submit] {
	background: #fff;
	color: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255,255,255,0.9)
}

.sidr-class-menu-item-has-children,
.sidr-class-mega-menu-item-has-children {
	position: relative;	
}
.sidr-chevron {
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    height: 44px;
    line-height: 28px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50px;
}
.sd-responsive-menu-close {
	cursor: pointer;
	display: block;
	height: 45px;
	line-height: 45px;
	width: 100%;	
}
.sd-responsive-menu-close i {
	color: #20c9e7;
	font-size: 18px;
	padding-left: 15px;
}
.sd-responsive-menu-close .fa-times {
	float: right;
	margin: 13px 15px 0 0;
}
.sidr-class-mega-block-title {
	display: none;	
}
.sidr-class-recentcomments a {
	display: inline-block !important;
}
.sidr-class-recentcomments span {
	display: inline-block !important;
	padding: 10px 0 0 30px !important;
}
.sidr-class-sd-minicart-icon {
	position: relative;	
}
.sidr-class-fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
   	-moz-osx-font-smoothing:grayscale;
	transform:translate(0, 0);
}
.sidr-class-fa-shopping-cart:before {
	content:"\f07a";
}
.sidr-class-sd-minicart-icon span {
	padding: 0 !important;	
}
.sidr-class-sd-minicart-icon .sd-items-count {
	left: 25px;
	right: auto;
}
/* toggle repspoinsive menu */
.sd-responsive-menu-toggle {
	display: none;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.sd-responsive-menu-toggle a {
	background-color: #2a2e30;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	padding: 0 15px;
}
.sd-responsive-menu-toggle i {
	color: #fff;
	font-size: 21px;
	padding: 0 10px 0 0;
}

/* revslider */

.wpb_revslider_element {
	margin: 0 -15px;	
}
.sd-centered-wrapper .wpb_revslider_element {
	margin: 0;
}
/* page top */

.sd-page-top {
	background-color: #dee1e3;
	padding: 40px 0;
}
.sd-page-top h1 {
	display: inline-block;
	font-size: 30px;
	padding-bottom: 0;
}
.sd-page-top-bg {
	background-color: #dee1e3;
	padding: 40px 0;	
}
.sd-page-top-bg h1 {
	display: inline-block;
	font-size: 30px;
	text-transform: uppercase;
}
.sd-page-top-bg .sd-breadcrumbs {
	margin-top: 5px;
}
.sd-breadcrumbs {
	color: #fff;
	font: 400 16px/28px Karla, Arial, Tahoma, sans-serif;
	text-transform: none;
}

/* ------------------------------------------------------------------------ */
/* 05. Content
/* ------------------------------------------------------------------------ */

.sd-wrapper {
	overflow: hidden;
}

/* full width */
.sd-full-width {
	margin: 0;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.sd-centered-wrapper {
	margin: 0 -15px;
}
.sd-centered-wrapper .container {
}
.vc_row-o-equal-height .sd-centered-wrapper {
	display: flex;	
}
.vc_row.vc_row-o-equal-height .sd-centered-wrapper > .vc_column_container {
    align-items: stretch;
}
.vc_row.vc_row-flex .sd-centered-wrapper > .vc_column_container {
    display: flex;
}
.vc_row.vc_column-gap-1 .sd-centered-wrapper > .vc_column_container {
	padding: 0.5px;	
}
.vc_row.vc_column-gap-2 .sd-centered-wrapper > .vc_column_container {
	padding: 1px;	
}
.vc_row.vc_column-gap-3 .sd-centered-wrapper > .vc_column_container {
	padding: 1.5px;	
}
.vc_row.vc_column-gap-4 .sd-centered-wrapper > .vc_column_container {
	padding: 2px;	
}
.vc_row.vc_column-gap-5 .sd-centered-wrapper > .vc_column_container {
	padding: 2.5px;	
}
.vc_row.vc_column-gap-10 .sd-centered-wrapper > .vc_column_container {
	padding: 5px;	
}
.vc_row.vc_column-gap-15 .sd-centered-wrapper > .vc_column_container {
	padding: 7.5px;	
}
.vc_row.vc_column-gap-20 .sd-centered-wrapper > .vc_column_container {
	padding: 10px;	
}
.vc_row.vc_column-gap-25 .sd-centered-wrapper > .vc_column_container {
	padding: 12.5px;	
}
.vc_row.vc_column-gap-30 .sd-centered-wrapper > .vc_column_container {
	padding: 15px;	
}
.vc_row.vc_column-gap-35 .sd-centered-wrapper > .vc_column_container {
	padding: 17.5px;	
}
.vc_row.vc_row-flex .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.vc_row.vc_row-o-content-bottom .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	justify-content: flex-end;	
}
.vc_row.vc_row-o-content-top .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	justify-content: flex-start;
}
.vc_row.vc_row-flex .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	justify-content: center;
}
.wpb_wrapper {
	position: relative;
	z-index: 100;	
}
.wpb_wrapper .wpb_row {
}
.wpb_wrapper ul {
	margin: 0;
	padding: 0;
}
.wpb_row {
	position: relative;
}
.wpb_single_image {
	margin-bottom: 20px;	
}
.sd-centered-wrapper hr {
	margin: 8px 0 !important;	
}

.sd-centered-wrapper img {
	max-width: 100%;	
}
.sd-parallax-bg {
	background-attachment: fixed;
	height: 100%;
	left:0;
	margin: 0;
	position:absolute;
	top:0;
	width:100%;   	
}
.sd-bg-repeat {
	background-repeat: repeat;	
}
.sd-bg-no-repeat {
	background-repeat: no-repeat !important;
}
.sd-bg-stretched {
	 background-repeat: no-repeat !important;
	 background-position: center center !important;
	 -webkit-background-size: cover !important;
	 	-moz-background-size: cover !important;
	 	  -o-background-size: cover !important;
			 background-size: cover !important;
}
.sd-bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.sd-parallax-cover {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.wpb_video_widget .wpb_wrapper iframe {
	border-radius: 10px;	
}

/* boxed */

.sd-boxed {
	background-color: #fff;
	border: 1px solid #dfe5e9;
	box-shadow: 0 6px 5px 1px rgba(0, 0, 0, .1);
	margin: 50px auto;
	width: 1000px;
}
.sd-boxed .sd-portfolio-slidein-content {
	padding: 0 20px;	
}
.is-sticky .sd-header-style1 {
	background-color: #fff;	
}
.is-sticky .sd-boxed {
	background-color: #fff;
	border: 1px solid #dfe5e9;
	box-shadow: 0 6px 5px 1px rgba(0, 0, 0, .1);
	margin: 50px auto;
	width: 970px;
}
.sd-boxed .wpb_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.sd-blog-page {
	margin-bottom: 50px;
	margin-top: 50px;
}
.sd-blog-page .sd-entry-thumb {
	position: relative;
}
.sd-entry-thumb img {
	max-width: 100%;
}
.sd-entry-video-wrapper {
	padding: 0;
}
.sd-blog-page .sd-entry-video {
	margin-bottom: 0;
}
.sd-entry-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;		
}
.sd-entry-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
    top:0;
	width: 100%;	
}
.sd-entry-video .mejs-poster {
	height: auto !important;
	max-width: 100% !important;
}
.sd-entry-wrapper img {
	height: auto;
	max-width: 100%;
}
.wp-block-embed iframe {
	max-width: 100%;
}
/* ------------------------------------------------------------------------ */
/* 06. Blog Entry
/* ------------------------------------------------------------------------ */

.sd-blog-entry {
	margin-bottom: 60px;
	position: relative;
}
.sd-content-wrap {
	background-color: #f7f9f9;
	padding: 40px;	
}
.sd-single-blog-entry .sd-content-wrap {
	margin-top: 40px;
	padding: 0;
}
.sd-blog-page .sd-entry-content p {
	color: #515661;
}
.sd-blog-page .sd-entry-content p:last-child {
	margin-bottom: 0;
}
.sd-blog-entry  .sd-entry-content p:last-child {
	margin-bottom: 0;
}
.sd-single-blog-entry .sd-entry-thumb,
.sd-single-blog-entry .sd-entry-video-wrapper,
.sd-single-blog-entry .flexslider,
.sd-single-blog-entry .sd-entry-audio {
	margin: -40px -40px 0 !important;
	padding: 0;
}
.sd-entry-title {
	font-size: 14px;
}
.sd-blog-page .sd-entry-title {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}
.sd-entry-title a {
	color: #304254;
}
.sd-entry-title a:hover {
	color: #20c9e7;	
}
.sd-blog-page .sd-entry-thumb img,
.sd-blog-page .sd-entry-video,
.sd-blog-page .sd-entry-gallery {
	max-width: 100%;
}
.sd-blog-page .sd-entry-gallery,
.sd-blog-page .sd-entry-video-wrapper,
.sd-blog-page .sd-entry-audio {
	position: relative;	
}
.sd-blog-page .sd-entry-thumb,
.sd-blog-page .sd-entry-gallery,
.sd-blog-page .sd-entry-video-wrapper,
.sd-blog-page .sd-entry-audio {

}

.sd-blog-entry embed {
	max-width: 100%;	
}
.sd-entry-content ul,
.sd-entry-content ol {
	margin: 0;
	padding: 0;
}
.sd-entry-content p {
	margin-top: 0;
}
.sd-single-blog-entry .sd-entry-content p,
.sd-blog-page .sd-entry-content p {
	margin-bottom: 30px;	
}
.sd-blog-entry .sd-entry-content p:last-child,
.sd-blog-page .sd-entry-content p:last-child {
	margin-bottom: 0;
}
.sd-more-p {
	float: left;	
}
.sd-page-top-404 h1 {
	color: #fff;
}
.sd-more,
.sd-submit-comments,
.sd-404-left a {
	background-color: #20c9e7;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin-top: 28px;
	outline: none;
	padding: 0 40px;
	position: relative;
	text-transform: uppercase;
}
.sd-more {
	background-color: #fff;
	box-shadow: none;
	color: #20c9e7;
}
.sd-prev-next-post {
	border-top: 1px solid #d8dee6;
	margin-top: 40px;
	padding: 45px 0 0;
}
.sd-prev-next-post span {
	display: block;	
}
.sd-prev-post a,
.sd-next-post a {
	color: #435061;
}
.sd-prev-next-post {
	font-size: 16px;
}
.sd-prev-post span a,
.sd-next-post span a {
	color: #20c9e7;
	font-size: 16px;	
}
.sd-prev-post span,
.sd-next-post span {
	margin-bottom: 20px;	
}

.sd-prev-post a:hover,
.sd-next-post a:hover {

}
.sd-prev-post {
	text-align: left;
}
.sd-prev-post i {
	color: #20c9e7;
	margin-right: 15px;	
}
.sd-next-post i {
	color: #20c9e7;
	margin-left: 15px;	
}
.sd-next-post {
	text-align: right;
}
.sd-entry-video .mejs-overlay {
	height: 100% !important;
	width: 100% !important;
}
.sd-entry-gallery .flex-control-paging {
	display: none;	
}
.sd-entry-gallery .flexslider:hover .flex-next,
.sd-entry-gallery .flexslider:hover .flex-prev,
.sd-single-images .flexslider:hover .flex-next,
.sd-single-images .flexslider:hover .flex-prev {
	background-color: #20c9e7;
	height: 40px;
	width: 40px;
}
.sd-entry-gallery .flexslider,
.sd-single-images .flexslider {
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.sd-entry-gallery .flex-direction-nav a::before,
.sd-single-images .flex-direction-nav a::before {
	color: #fff;
	display: block !important;
	font-size: 13px;
	line-height: 40px;
}
.sd-entry-gallery .flex-direction-nav a,
.sd-single-images .flex-direction-nav a {
	text-align: center;	
}
.sd-single-images .flex-control-nav.flex-control-paging {
	bottom: 20px;
	position: absolute;	
}
.sd-single-images .flex-control-paging li a {
	background-color: #435061;	
}
.sd-single-images .flex-control-paging li a.flex-active {
	background-color: #fff;	
}
.sd-single-images .flex-control-paging li a:hover {
	background-color: #fff;	
}
.sd-post-author {
	display: block;
	float: right;
	margin-top: 32px;
	text-transform: capitalize;
}
.sd-post-author img {
	border-radius: 50px;
	margin-right: 5px;	
}
/* post meta */

.sd-entry-meta {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	text-transform: capitalize;
}
.sd-entry-meta,
.sd-entry-meta a {
	color: #515661;
	font-size: 14px;
}
.sd-entry-meta a:hover {
	color: #20c9e7;	
}
.sd-entry-meta ul {
	margin: 0;
	padding: 0;	
}
.sd-entry-meta ul li {
	display: inline-block;
	list-style: none;
}
.sticky .sd-meta-date {
}
.single-testimonials .sd-entry-meta {
	display: none;
}
/* related posts */ 

.sd-related-posts {
	border-top: 1px solid #d8dee6;
	margin-top: 40px;
	padding: 40px 0 0;
}
.sd-related-posts h3 {
	font-size: 30px;
	margin-bottom: 40px;
	padding: 0;
}
.sd-related-posts h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0;	
}
.sd-related-posts h4 a {
	color: #304254;
}
.sd-related-posts h4 a:hover {
	color: #20c9e7;
}
.sd-related-posts span {
	text-transform: capitalize;
}
/* author box */ 

.sd-author-box {
	background-color: #20c9e7;
	color: #fff;
	margin-bottom: 50px;
	padding: 30px;
}
.sd-author-bio {
	overflow: hidden;
}
.sd-author-photo {
	float: left;
	margin-right: 20px;	
}
.sd-author-photo img {
	border-radius: 150px;
}
.sd-author-bio h4 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0;
	text-transform: capitalize;
}
.sd-author-bio ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.sd-author-bio ul li {
	float: left;
	margin-right: 10px;
}
.sd-author-bio p {
	margin-bottom: 20px;
}
.sd-author-posts {
	margin-top: 20px;	
}
.sd-author-icons li a {
	color: #fff;
	display: block;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 26px;
}
/* ------------------------------------------------------------------------ */
/* 07. Single Insurance Product Page
/* ------------------------------------------------------------------------ */

.sd-product-intro {
	background-color: #e7edee;
	padding: 50px 0;
	position: relative;
}
.sd-product-intro-content {
	position: relative;	
}
.sd-product-intro-content .sd-panel-icon {
	float: left;
	left: 0;
	margin-right: 20px;
	margin-top: -50px;
	position: relative;
}
.sd-intro-content {
	padding-top: 40px;	
}
.sd-product-intro p {
	margin-bottom: 15px;
}
.sd-product-intro p:last-child {
	margin-bottom: 0;	
}
.sd-intro-phone {
	display: block;
	margin-top: 40px;
}
.sd-intro-phone i {
	color: #304254;
	font-size: 18px;	
}
.sd-intro-phone a {
	color: #304254;
	font-size: 20px;
	font-weight: 300;
}
.sd-intro-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	margin-left: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;	
}
/* ------------------------------------------------------------------------ */
/* 07. Staff
/* ------------------------------------------------------------------------ */

.sd-staff-page {
	margin: 80px 0 50px;
}
.sd-staff-item-col {
	margin-bottom: 50px;	
}
.sd-staff-item {
	position: relative;
}
.sd-staff-item img {
	height: auto;
	max-width: 100%;
}
.sd-staff-icon {
	background-color: #20c9e7;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 19px;
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	text-align: center;
	width: 42px;
}
.sd-staff-title {
	margin-top: 10px;	
}
.sd-staff-title a {
	color: #304254;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}
.sd-staff-position {
	color: #20c9e7;
	display: block;
	font-size: 12px;	
}
.sd-staff-item p {
	margin-top: 10px;	
}
.sd-single-staff {
	margin: 80px 0;
}
.sd-single-staff img {
	height: auto;
	max-width: 100%;
}
.sd-single-staff .sd-staff-position {
	margin-bottom: 20px;	
}
.sd-single-staff p {
	margin: 10px 0;
}
.sd-single-staff .sd-staff-title {
	font-size: 24px;
}
.sd-staff-details {
	background-color: #f6f8f9;
	margin: 30px -40px 0;
	padding: 40px;	
}
.sd-staff-details h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.sd-staff-detail {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
.sd-staff-detail:last-child {
	margin-bottom: 0;	
}
.sd-staff-detail-addr span {
	float: left;	
}
.sd-staff-detail-addr p {
	overflow: hidden;	
}
.sd-staff-detail span {
	background-color: #20c9e7;
	border-radius: 50px;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	margin-right: 10px;
	text-align: center;
	width: 37px;
}
.sd-staff-detail i {
	color: #fff;
	font-size: 19px;
}
.sd-staff-icons  {
	list-style: none;
	margin: 0 0 0 47px;
	padding: 0;	
}
.sd-staff-icons li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
}
.sd-staff-icons li a {
	color: #304254;
	font-size: 16px;
}
.sd-staff-icons li a:hover {
	color: #20c9e7;
}
.sd-contact-me {
	background-color: #20c9e7;
	color: #fff;
	display: block;
	font-size: 24px;
	margin: 0 -40px 40px;
	padding: 10px 20px;
}
.sd-single-staff .sd-box-shadow {
	border: 1px solid #f3f3f3;
	padding: 40px;
}
/* ------------------------------------------------------------------------ */
/* 07. Comments
/* ------------------------------------------------------------------------ */

.sd-comments-title {
	font-size: 30px;
	margin-bottom: 40px;	
}
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.comment-list .children {
	list-style: none;	
}
.comment-reply-title {
	font-size: 16px;
	margin-bottom: 35px;
	padding: 0;
	text-transform: uppercase;	
}
.comment-form .logged-in-as {
	margin-bottom: 15px;	
}
.sd-comments ul,
.sd-comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-author-avatar {
	float: left;
	margin-right: 20px;
}
.sd-author-avatar img {
	border-radius: 150px;
}
.sd-comment-text {
	overflow: hidden;
	position: relative;	
}
.sd-comment-author {

}
.sd-comment-meta,
.sd-comment-date {
	color: #515661;
	float: right;
	margin-left: 20px;
}
.sd-comment-meta-data,
.sd-comment-date {
	margin-left: 0;	
}
.sd-comment-date {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.sd-comment-author cite,
.sd-comment-author cite a {
	color: #515661;
	display: inline-block;
	font: 700 16px/16px "Karla", Tahoma, sans-serif;	
	margin-bottom: 15px;
	text-transform: capitalize;
}
.sd-comment-body {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.sd-text-of-comment {
	margin-bottom: 30px;	
}
.sd-text-of-comment p {
	margin-bottom: 20px;
}
.sd-text-of-comment p:last-child {
	margin-bottom: 0;	
}
.sd-comments .children {
	margin-left: 70px;
}
.comment-reply-link {
	color: #00b2ce;
	font-weight: 700;
}
#cancel-comment-reply-link {
	color: #f00;	
}
#respond {
}
.sd-respond-inputs input {
	height: 50px;
	line-height: 50px;
}
.sd-respond-inputs input,
.sd-respond-textarea textarea {
	background-color: #fff;
	border: none;
	border-radius: 3px !important;
	outline: none;
	padding: 0 15px;
}
.sd-respond-inputs p {
	margin-bottom: 15px;	
}
.comment-notes {
	margin-bottom: 10px;	
}
.sd-respond-textarea {
	margin-bottom: 10px;	
}
.sd-respond-textarea textarea {
	max-width: 100%;
	padding: 10px;
}
.sd-submit-comments {
	border: none;
	text-transform: uppercase;
}
.sd-submit-comments:hover {
	opacity: .8;	
}
.form-allowed-tags {
	display: none;	
}
/* ------------------------------------------------------------------------ */
/* 08. Sidebar
/* ------------------------------------------------------------------------ */

.sd-sidebar select {
	max-width: 100%;	
}
.sd-sidebar-widget a {
	color: #304254;
}
.sd-sidebar-widget a:hover {
	color: #20c9e7;	
}
.sd-sidebar-widget img {
	max-width: 100%;
	height: auto;	
}
.sd-sidebar-widget {
	margin-bottom: 30px;
	padding: 0;
}
.sd-sidebar-widget h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sd-sidebar-widget ul {
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.sd-sidebar-widget ul li {
	position: relative;	
}
.sd-sidebar .widget_archive li,
.sd-sidebar .widget_categories li,
.sd-sidebar .widget_pages li,
.sd-sidebar .widget_meta li,
.sd-sidebar .widget_rss li,
.sd-sidebar .widget_recent_comments li,
.sd-sidebar .widget_recent_entries li,
.sd-sidebar .widget_nav_menu li {
	padding-left: 15px;	
}
.sd-sidebar .widget_archive li::before,
.sd-sidebar .widget_categories li::before,
.sd-sidebar .widget_pages li::before,
.sd-sidebar .widget_meta li::before,
.sd-sidebar .widget_rss li::before,
.sd-sidebar .widget_recent_comments li::before,
.sd-sidebar .widget_recent_entries li::before,
.sd-sidebar .widget_nav_menu li::before {
	color: #20c9e7;
	content:"\f0da";
	display: block;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}

.sd-top-text {
	float: left;
	position: relative;
}
.sd-top-text-border {
	margin-right: 20px;
	padding-right: 20px;
}
.sd-top-text-border::after {
	background-color: #bcbcbc;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 14px;
	width: 1px;
}
/* search widget top bar */

.sd-header-top .sd-search {
	float: left;
}
.sd-header-top .sd-search-input {
	background: none;
	border-radius: 0;
	color: #585757;
	margin-left: 20px;
	outline: none;
	padding: 0;
	text-transform: uppercase;
}
.sd-header-top .sd-search-button {
	background: none;
	border-radius: 0;
	left: 0;
	padding: 0;
	right: auto;
	width: 15px;
}
.sd-header-top .sd-search-button i {
	color: #585757;	
}
/* search widget */

.sd-search {
	position: relative;	
}
.sd-search-input {
	border-radius: 0;
	height: 40px;
	float: left;
	padding: 0 20px;
	width: 100%;
}
.sd-search-input {
	background-color: #f3f6f8;
	border: none;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	height: 50px;
	line-height: 50px;
	padding-right: 70px
}
.sd-search-button {
	background-color: #20c9e7;
	border: none;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	color: #fff;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	width: 70px;
}
.sd-search-button i {
	color: #fff;	
}
.sd-search-button:hover {
	opacity: .8;	
}


/* ------------------------------------------------------------------------ */
/* 09. Pagination
/* ------------------------------------------------------------------------ */

.sd-pagination  {
	width: 100%;
	text-align: center;
}
.sd-current-page,
.sd-inactive,
.sd-next-page,
.sd-previous-page,
.sd-last-page,
.sd-first-page  {
	background-color: #f7f9f9;
	border-radius: 24px;
	color: #515661;
	display: inline-block;
	font: 700 14px/16px "Karla", Tahoma, sans-serif;	
	margin-right: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}
.sd-current-page {
	background-color: #20c9e7;
	border: none;
	color: #fff;	
}
.sd-last-page {
	float: right;
	margin: 0;	
}
.sd-first-page {
	float: left;
	margin: 0;
}
.sd-nav-previous {
	float: left;	
}
.sd-nav-next {
	float: right;
	margin-right: 0;
}
.sd-nav-previous a,
.sd-nav-next a {
	background-color: #f3f6f8;
	border-radius: 24px;
	color: #435061;
	display: inline-block;
	font: 400 13px/15px "Karla", Tahoma, sans-serif;	
	margin-right: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}
.sd-nav-previous a:hover,
.sd-nav-next a:hover {
	color: #20c9e7;
}
/* ------------------------------------------------------------------------ */
/* 10. WP's Default Styles
/* ------------------------------------------------------------------------ */

#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	margin: -5px 0 5px 0;
}
#wp-calendar thead {
	font-size: 10px
}
#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #e1e5eb;
	text-align: center;
	padding: 5px 8px;
}
#wp-calendar tbody td:hover {
	background: #20c9e7;
	color: #fff;
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
}
#wp-calendar tfoot #prev {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.textwidget p {
	padding-bottom: 10px;
}
.textwidget p:last-child {
	margin: 0;
	padding: 0;
}
.textwidget img {
	height: auto;	
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.container .sticky {
	background-color: #f7f9f9;
	border: 2px solid #20c9e7;
	position: relative;
}
.container .sticky::after {
	background: url(framework/images/sticky.png) no-repeat;
	content: " ";
	height: 60px;
	position: absolute;	
	right: 40px;
	top: -2px;
	width: 40px;
}
.bypostauthor {}
/*--gallery--*/
.gallery-item img {
	border: none !important;
}
.gallery-item {
	padding: 0 20px !important;	
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignleft {
	float: left;
	margin-bottom: 10px !important;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px !important;
	margin-left: 10px;
}
.wp-caption {
	background-color: #fff;
	border: 1px solid #e0e0e1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 100%;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 3px 5px 4px;
}
.gallery-caption {}
.post-password-form input[type="password"] {
	background-color: #fbfcfd;
	border: 1px solid #e5e9ec;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.post-password-form input[type="submit"] {
	background-color: #51b848;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-width: 0 0 1px;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.post-password-form input[type="submit"]:hover {
	opacity: .8;	
}
.tagcloud a {
	color: #989898;
	display: inline-block;
	background-color: #f1f6f8;
	border-radius: 50px;
	font-size: 14px !important;
	margin: 0 5px 5px 0;
	padding: 5px 20px;
	text-transform: uppercase;
}
.tagcloud a:hover {
	background-color: #20c9e7;
	color: #fff !important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.vc_wp_custommenu ul li {
	list-style: none;	
}
.sd-right-col .widget_categories ul li,
.sd-right-col .widget_pages ul li,
.sd-right-col .widget_meta ul li,
.sd-right-col .widget_rss ul li,
.sd-right-col .widget_nav_menu ul li,
.sd-right-col .widget_archive ul li,
.sd-right-col .widget_recent_comments ul li,
.sd-right-col .widget_recent_entries ul li,
.sd-right-col .widget .edd-taxonomy-widget li,
.sd-right-col .widget .widget_categories ul li,
.sd-right-col .widget .widget_pages ul li,
.sd-right-col .widget .widget_meta ul li,
.sd-right-col .widget .widget_rss ul li,
.sd-right-col .widget .widget_nav_menu ul li,
.sd-right-col .widget .widget_archive ul li,
.sd-right-col .widget .widget_recent_comments ul li,
.sd-right-col .widget .widget_recent_entries ul li,
.edd-taxonomy-widget li,
.vc_wp_custommenu ul li {
	border-bottom: 1px solid #e1e5eb;
	margin-bottom: 10px;
	padding: 0 0 10px;
	position:relative;
	text-transform: uppercase;
}
.sd-right-col p {
	margin-bottom: 20px;	
}
.sd-right-col .widget_categories .children li,
.sd-right-col .widget_pages .children li,
.sd-right-col .widget_nav_menu .sub-menu li,
.vc_wp_custommenu .widget_nav_menu .sub-menu li {
	padding-left: 20px;	
}
.sd-right-col .sub-menu li:first-child,
.vc_wp_custommenu .sub-menu li:first-child {
	border-top: 1px solid #e1e5eb;
	margin-top: 10px;
	padding-top: 10px;	
}
.sd-right-col .sub-menu li:last-child,
.vc_wp_custommenu .sub-menu li:last-child {
	margin-bottom: 0;	
}
.sd-right-col .widget_categories ul li ul li:last-child,
.sd-right-col .widget_pages ul li ul li:last-child,
.sd-right-col .widget_nav_menu ul li ul li:last-child,
.vc_wp_custommenu .widget_nav_menu ul li ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.sd-right-col .widget_pages .current_page_item a,
.sd-right-col .widget_nav_menu .current_menu_item a,
.sd-right-col .widget_nav_menu .current-menu-item a {
	color: #20c9e7;
}
.sd-right-col .widget_categories ul li:before,
.sd-right-col .widget_pages ul li:before,
.sd-right-col .widget_meta ul li:before,
.sd-right-col .widget_rss ul li:before,
.sd-right-col .widget_nav_menu ul li:before,
.sd-right-col .widget_archive ul li:before {

}

/* blogroll */

.blogroll {
	list-style: none;
}

.blogroll li {
	float: left;
	width: 46%;
}
/* recent posts widget */

.sd-recent-posts-widget li h4 {
	font-family: Karla, Verdana, sans-serif;	
}
.sd-recent-posts-widget li {
	margin-bottom: 20px;	
}
.sd-recent-posts-widget li:last-child {
	margin-bottom: 0;	
}
.sd-recent-widget-thumb {
	float: left;
	height: 70px;
	margin-right: 20px;
	width: 75px;
}
.sd-recent-widget-thumb img {
	height: auto;
	max-width: 100%;
}
.sd-recent-posts-content {
	overflow: hidden;	
}
.sd-recent-posts-content i {
	margin-right: 5px;	
}
.sd-sidebar .sd-recent-posts-content h4 {
	font-weight: 400;
}
.sd-footer .sd-recent-posts-content h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding-bottom: 0;
}
.sd-footer .sd-recent-posts-content h4 a {
	color: #768ba2;	
}
.sd-footer .sd-recent-posts-content h4 a:hover {
	color: #20c9e7;	
}
.sd-footer .sd-recent-date {
	color: #91a1b4;
	font-size: 12px;
}
.sd-sidebar .sd-recent-date {
	color: #989898;
	font-size: 12px;
}
.sd-recent-posts-widget li {
	border-bottom: 1px solid #455a70;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.sd-sidebar .sd-recent-posts-widget li {
	border-bottom: 1px solid #f3f6f8;
}
.sd-recent-posts-widget li:last-child {
	border: none;
	margin: 0;
	padding: 0;	
}
/* social widget */
.sd-social-icons-widget {
	position: relative;	
}
.sd-social-icons-widget a {
}
.sd-social-icons-widget a:hover {
}
.sd-social-icons-widget li {
	padding: 0;
	float: left;
	margin-right: 20px;
}
.sd-footer-widgets .sd-social-icons-widget {
	font-size: 16px;	
}
.sd-footer-widgets .sd-social-icons-widget a {
	color: #757170;
}
.sd-social-widget-phone i,
.sd-social-widget-email i {
	padding-right: 10px;	
}
/* twitter widget */


.sd_tweets_widget li {
	margin-bottom: 20px;	
}
.sd_tweets_widget li:last-child {
	margin-bottom: 0;	
}
.sd_tweets_widget li i {
	color: #2197d7;
	float: left;
	margin: 8px 5px 0 0;
}
.sd-tweet-content {
	overflow: hidden;	
}
.sd_tweets_widget .sd-tweet-content .sd-time-ago {
	color: #768ba2;
	font-size: 12px;	
}
.sd-footer-sidebar-widget .sd-twitter-widget i {
	color: #20c9e7;
}

/* flickr widgets */

.sd-flickr {
	margin-top: -10px;
	position: relative;
}
.sd-flickr a {
	float: left;
	margin: 10px 7px 0 0;	
}
.sd-flickr img {
	border-radius: 5px;	
}
/* ------------------------------------------------------------------------ */
/* 11. Footer
/* ------------------------------------------------------------------------ */

.sd-newsletter {
	
}
.sd-newsletter input[type="text"]::-webkit-input-placeholder,
.sd-newsletter input[type="email"]::-webkit-input-placeholder {
	color: #000;
}
.sd-newsletter input[type="text"]:-moz-placeholder,
.sd-newsletter input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.sd-staff-form textarea::-moz-placeholder,
.sd-newsletter input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
}

.sd-newsletter-content {
	border-bottom: 1px solid #ededed;
	padding: 40px 0;	
}
.sd-newsletter h4 {
	font-size: 23px;
}
.mc-field-group {
	float: left;
	width: 41%;	
}
.sd-newsletter input[type="text"],
.sd-newsletter input[type="email"] {
	background-color: #f0f0f0;
	border: none;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	color: #757170;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding: 0 15px;
	width: 100%;
}
.sd-newsletter input[type="submit"] {
	background-color: #20c9e7;
	border: none;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	color: #fff;
	font-weight: 700;
	height: 50px;
	padding: 0 30px;
	text-transform: uppercase;
}
.sd-newsletter #mc_embed_signup {
	float: right;	
}
.sd-newsletter #mc_embed_signup_scroll div {
	float: left;	
}
.sd-newsletter .mc-field-group {
	width: 600px;
}
/* newsletter widget */

.sd-footer-sidebar-widget .textwidget input[type="text"],
.sd-footer-sidebar-widget .textwidget input[type="email"] {
	background-color: #ecf2f8;
	border: 1px solid #a4b3c5;
	border-radius: 3px;
	color: #435061;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
}
.sd-footer-sidebar-widget .textwidget .mc-field-group {
	float: none;
	margin-bottom: 10px;
	width: 100%;	
}
.sd-footer-sidebar-widget .textwidget input[type="submit"] {
	background-color: #20c9e7;
	border: none;
	border-radius: 3px;
	color: #fff;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;	
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	width: 100%;
}
/* footer */
#sd-footer {
	font-size: 16px;
	padding-top: 40px;
}
.sd-boxed-padding {
	padding-left: 40px !important;
	padding-right: 40px !important;	
}
.sd-3-sidebars-content-wrap {
	border-bottom: 1px solid #ededed;	
}
.sd-footer-widgets {

}
.sd-footer-widgets a {
	color: #757170;
}
.sd-footer-widgets a:hover {
	color: #20c9e7;
}
.sd-footer-widgets .menu li {
	margin-bottom: 20px;	
}
.sd-footer-widgets .menu li:last {
	margin: 0;	
}
.sd-footer-widgets .widget_recent_entries {
	font-size: 14px;
	text-transform: uppercase;
}
.sd-footer-widgets .widget_recent_entries .post-date {
	display: block;
	font-size: 12px;	
}
.sd-footer-widgets .widget_recent_entries li {
	border-bottom: 1px solid #e8ecf2;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sd-footer-widgets .widget_recent_entries li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}
.sd-footer-sidebar-widget .menu li {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}
.widget_nav_menu .menu li {
	width: 100%;
}
.sd-footer-widgets ul {
	list-style: none;	
}
.sd-footer-sidebar-widget {
	margin-bottom: 30px;
}
.sd-footer-sidebar-widget img {
	max-width: 100%;
	height: auto;	
}
.sd-3-sidebars-content img,
.sd-3-sidebars-content .wp-caption,
.sd-3-sidebars-content select {
	max-width: 270px;
}
.sd-footer-sidebar-last {
	border-right: 0;	
}
.sd-footer-sidebar-widget .textwidget ul li:before {
	color: #dda80f;
	content: "\f141";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}
.sd-footer-sidebar-widget .textwidget ul li {
	float: left;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	width: 50%;
}
.sd-footer-widget-title {
	color: #4c4c4c;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 30px;
}
.sd-footer-widget-title span {
	color: #20c9e7;
	font-weight: 300;
}
.sd-footer-widgets ul {
	margin: 0;
	padding: 0;	
}
.sd-footer-title {
	color: #c9d1d7;
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 30px;
}	
.sd-footer-title span {
	font-weight: 400;	
}
#sd-footer .current-menu-item a {
	color: #20c9e7;
}
/* copyright */
.sd-copyright-wrapper {
	margin-top: 30px;

}
.sd-copyright {
	font-size: 14px;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
.sd-copyright a {
	color: #757170;
}
.sd-copyright a:hover {
	color: #20c9e7;	
}

/* footer menu social */

.sd-footer-menu-social {
	border-top: 1px solid #455a70;
	padding: 30px 0;
}
.sd-footer-social {
	float: right;
}
.sd-footer-social a {
	color: #768ba2;
	margin-left: 10px;
}
.sd-footer-social a:hover {
	color: #20c9e7;
}
.sd-footer-social a:first-child {
	margin-left: 0;	
}
/* footer menu */

.sd-footer-menu {
	float: left;
}
.sd-footer-menu ul,
.sd-copyright-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-footer-menu li,
.sd-copyright-menu li {
	float: left;
	font-size: 14px;
	margin-right: 10px;
}
.sd-footer-menu .sub-menu, 
.sd-copyright-menu .sub-menu {
	display: none;
}
.sd-footer-menu li a,
.sd-copyright-menu li a {
	color: #768ba2;	
}
.sd-footer-menu li a:hover,
.sd-copyright-menu li a:hover {
	color: #20c9e7;	
}
.sd-copyright-menu {
	float: right;	
}
.sd-copyright-menu li {
	margin: 0 0 0 10px;	
}
/* 404 page */

.sd-404-page {
	padding: 100px 0;	
}
.sd-not-found {
	background-color: #20c9e7;
	height: 213.62px;
	margin: 103.92px 0;
	position: relative;
	width: 360px;
}
.sd-not-found::before,
.sd-not-found::after {
	border-left: 180px solid transparent;
	border-right: 180px solid transparent;	
	content: "";
	position: absolute;
	width: 0;
 
}
.sd-not-found::before {
	border-bottom: 103.92px solid #20c9e7;	
	bottom: 100%;
}
.sd-not-found::after {
	border-top: 103.92px solid #20c9e7;
	top: 100%;
	width: 0;
}
.sd-404-hexagon {
	position: relative;	
}
.sd-404-hexagon::before {
	background: #fff none repeat scroll 0 0;
	border-radius: 12px;
	content: "";
	height: 12px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	top: -65px;
	width: 12px;
	z-index: 1;
}
.sd-404-hexagon::after {
	background: #e8e8e8 none repeat scroll 0 0;
	content: "";
	height: 145px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: -204px;
	width: 2px;
	z-index: 2;
}
.sd-404-text {
	padding-top: 30px;
	text-align: center;	
}
.sd-404 {
	color: #fff;
	display: block;
	font-size: 130px;
	font-weight: 700;
	line-height: 130px;
}
.sd-page-not-found {
	color: #fff;
	font-size: 20px;
}
.sd-404-left {
	border: 1px solid #dde2e4;
	border-width: 1px 0;
	height: 214px;
	margin-left: -30px;
	margin-top: 104px;
	padding: 30px 0 0 40px;
}
.sd-404-left h2 {
	color: #20c9e7;
	font-size: 24px;
	margin-bottom: 15px;	
}
.sd-404-left p {
	color: #515661;
	font-weight: 700;
}
/* tabs */
.sd-tabs {
	background: none;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.sd-tabs ul {
	margin: 0;
	padding: 0;

}
.sd-tab-titles {
	list-style: none;
}

.sd-tab-titles li {
	float: left;
	position: relative;
	z-index: 10;
}
.sd-tab-titles li:first-child {
	margin: 0;
}
.sd-tab-titles a {
	background-color: #fff;
	border: 2px solid #e2e2e2;
	border-bottom: none;
	color: #606b78;
	display: block;
	font-size: 16px;
	font-weight: bold;
	*display: inline;
	margin: 0 4px 0 0;
	outline: none;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	zoom: 1;
}
	
.sd-tab-titles .ui-tabs-selected a,
.sd-tab-titles .ui-tabs-active a {
	background-color: #fff;
	border-color: #20c9e7;
	border-bottom: 2px solid #fff;
	color: #3b454f;
}

.sd-tabs .sd-tab {
	background: #fff;
	border: 2px solid #20c9e7;
	margin-top: -2px;
	padding: 40px 30px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.sd-tabs .sd-tab p {
	margin: 0 0 20px;
}
.sd-tabs .wpb_wrapper > p:last-child {
	margin-bottom: 0;	
}
.sd-tabs .sd-tab h3 {
	margin-bottom: 25px;
	padding: 0;	
}
.sd-tabs.ui-tabs .ui-tabs-hide {
	left: -10000px;
	position: absolute;
}
.sd-tabs-visibility {
	visibility: hidden;	
}
.no-js {
	visibility: visible;	
}

/* faq */

.sd-faq {
	background-color: #fff;
	border: 1px solid #f3f3f3;
	padding: 40px;	
}
.sd-q {
	background-color: #20c9e7;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	color: #fff;
	display: block;
	float: left;
	font-size: 20px;
	margin-right: 20px;
	margin-top: -40px;
	padding: 30px 15px 25px;
}
.sd-faq h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;	
}
.sd-faq-content {
	padding-left: 65px;
}
.sd-faq-content p {
	margin-bottom: 20px;	
}
.sd-faq-content p:last-child {
	margin-bottom: 0;
}
/* vc tabs */

.wpb_tabs .wpb_tabs_nav li {
	border-top: 2px solid #fff;
}
.wpb_tabs .wpb_tabs_nav li:first-child {
	margin: 0;	
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
	background: none;
	border: 2px solid #20c9e7;
	border-bottom-color: #fff !important;
}
.wpb_tabs .wpb_tab {
	background: none !important;
	border-top: 2px solid #20c9e7;
}
.wpb_tabs .wpb_tabs_nav li:hover {
	background: none !important;
}
.wpb_tabs .wpb_tab {
	margin-top: -2px;	
}
.wpb_tabs .wpb_tabs_nav li a {
	color: #606b78;
}
.wpb_tabs .wpb_tabs_nav li a:hover,
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
	color: #3b454f;
	z-index: 100;
}
/* tour */
.wpb_tour .wpb_tabs_nav li,
.wpb_tour .wpb_tabs_nav li:hover,
.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
	background: none;
	border-bottom: 1px solid #e4e7e8;
	padding: 5px 0;
}
.wpb_tour .wpb_tabs_nav li a {
	color: #84898b;
	position: relative;
}
.wpb_tour .wpb_tabs_nav li a:hover,
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	color: #20c9e7;	
}
.wpb_tour .wpb_tabs_nav li a:after {
	content: "\f105";
	font-family: FontAwesome;
	height: 10px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 10px;
}
/* cf 7 styling */
.wpcf7 {
	color: #435061;
	font-size: 16px;	
}
.wpcf7 input,
.wpcf7-textarea {
	border: none;
}
.wpcf7 label {
	font-size: 14px;
	font-weight: bold;	
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 100%;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-captchar:focus {
	border: 1px solid #20c9e7;
	outline: none;
	-webkit-transition: border .4s ease-in-out;
	   -moz-transition: border .4s ease-in-out;
		-ms-transition: border .4s ease-in-out;
		 -o-transition: border .4s ease-in-out;
			transition: border .4s;
}
.wpcf7-textarea {
	height: 220px;
}
.wpcf7-captchar {
	width: 100px;	
}
.wpcf7-submit {
	background-color: #20c9e7;
	border: none;
	border-radius: 50px;
	color: #fff;
	font: normal 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 15px 35px;
	text-transform: uppercase;
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
.wpcf7-submit:hover {
	opacity: .8;
}
/* sd staff form */

.sd-staff-form {
	background-color: #fff;
	border-width: 0 1px;
	padding: 0;
	position: relative;
}
.wpcf7-form-control-wrap {
	position: relative;	
}
.sd-staff-form input,
.sd-staff-form textarea {
	background: none;
	border: 2px solid #e9e9e9;
	border-radius: 0;
	border-width: 0 0 2px;
	color: #989898;
	padding: 0;
	position: relative;
	width: 100%
	z-index: 1;
}
.sd-staff-form textarea {
	height: 100px;	
}
.sd-staff-form input:focus,
.sd-staff-form textarea:focus {
	border: 2px solid #20c9e7;
	border-width: 0 0 2px;
	outline: none;
}
.sd-staff-form .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
.sd-staff-form-captcha {
	border-bottom: 2px solid #e9e9e9;
	-webkit-transition: border .4s ease-in-out;
	   -moz-transition: border .4s ease-in-out;
		-ms-transition: border .4s ease-in-out;
		 -o-transition: border .4s ease-in-out;
			transition: border .4s;
}
.sd-staff-form-captcha-focus {
	border-color: #20c9e7;	
}
.sd-staff-form-captcha input {
	border: none;
	width: 100%;
}
.sd-staff-form-captcha input:focus {
	border: none;	
}
.sd-staff-form-submit {
	text-align: center;	
}
.sd-staff-form .wpcf7-submit {
	border: none;
	float: none;
	outline: none;
}
.sd-staff-form .wpcf7-submit:focus {
	border: none;	
}
.sd-staff-form-captcha .wpcf7-form-control-wrap {
    float: left;
    width: 70%;
}
.sd-captcha-wrap {
	display: inline-block;
	position: relative;	
}
.sd-staff-form .wpcf7-captchac {
	margin-top: -30px;
	position: relative;
}
.sd-staff-form textarea::-webkit-input-placeholder,
.sd-staff-form input::-webkit-input-placeholder {
	color: #989898;
	opacity: .8;
}
.sd-staff-form textarea:-moz-placeholder,
.sd-staff-form input:-moz-placeholder { /* Firefox 18- */
	color: #989898;
	opacity: .8;
}
.sd-staff-form textarea::-moz-placeholder,
.sd-staff-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #989898;
	opacity: .8;  
}
.sd-staff-form textarea::-ms-input-placeholder,
.sd-staff-form input::-ms-input-placeholder {  
	color: #989898;
	opacity: .8;
}
.sd-staff-form-product span {
	position: relative;
	width: 100%;
}
.sd-staff-form-product span::before {
	background-color: #fff;
	border-bottom: 2px solid #e9e9e9;
	content: '';
	display: block;
	height: 50px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 17px; 
}
.sd-staff-form-product span::after {
	color: #d3d3d3;
	content: '<>';
	font: 15px "Consolas", monospace;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 14px;
	-webkit-transform: rotate(90deg);
   	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sd-staff-form-product select {
	-webkit-appearance: none;
	background: none;
	border: 2px solid #e9e9e9;
	border-width: 0 0 2px;
	color: #989898;
	height: 50px;
	outline: none;
	width: 100%;	
}
/* contact form widget */

.wpcf7 p {
	margin: 0 0 20px;
}
.wpcf7 p:last-of-type {
	margin-bottom: 0;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
	background-color: #eef0f1;
}
.sd-footer-sidebar-widget .wpcf7-text,
.sd-footer-sidebar-widget .wpcf7-textarea,
.sd-footer-sidebar-widget .wpcf7-captchar {
	background-color: #1e323d;
	border: none;
	color: #fff;
	height: 35px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sd-footer-sidebar-widget .wpcf7-text,
.sd-footer-sidebar-widget .wpcf7-captchar {
	line-height: 35px !important;
	padding: 0 10px !important;
	height: 35px !important;
}
.sd-footer-sidebar-widget input::-webkit-input-placeholder,
.sd-footer-sidebar-widget textarea::-webkit-input-placeholder {
   color: #a1a9af;
   line-height: 35px;
}
.sd-footer-sidebar-widget input:-moz-placeholder,
.sd-footer-sidebar-widget textarea:-moz-placeholder { /* Firefox 18- */
   color: #a1a9af;
   opacity: 1;
}
.sd-footer-sidebar-widget input::-moz-placeholder,
.sd-footer-sidebar-widget textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #a1a9af;  
   opacity: 1;
}
.sd-footer-sidebar-widget input::-ms-input-placeholder,
.sd-footer-sidebar-widget textarea::-ms-input-placeholder {  
   color: #a1a9af;  
}
.sd-footer-sidebar-widget .wpcf7-textarea {
	height: 75px;
	padding: 10px;
}
.sd-footer-sidebar-widget .wpcf7-captchar {
	width: 100px;	
}
.sd-footer-sidebar-widget .wpcf7-submit {
	background: none;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
}
.sd-footer-sidebar-widget .wpcf7 p  {
	margin: 0;
}
/* ------------------------------------------------------------------------ */
/* 13. VC Shortcodes
/* ------------------------------------------------------------------------ */

/* reviews */

.sd-reviews .sd-reviews-slider {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 30px;
}
.sd-review-thumb {
	float: left;
	height: 88px;
	margin-right: 20px;
	width: 88px;	
}
.sd-review-thumb img {
	border-radius: 100px;	
}
.sd-review-content {
	overflow: hidden;	
}
.sd-review-content p {
	color: #757170;
	margin-bottom: 20px;	
}
.sd-review-content h3 {
	color: #030303;
	font-family: 'Alex Brush', Georgia, cursive;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
}
.sd-review-content h3 span {
	color: #1abfdc;
	display: block;
	font-family: Karla, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;	
}
.sd-reviews-nav {
	margin-bottom: 20px;
}
.sd-reviews-nav ol {
	bottom: auto;
	margin-left: 102px;
	position: relative;
	text-align: left;
}
.sd-reviews-nav .flex-control-paging li a {
	background-color: #dae3e5;	
}
.sd-reviews-nav .flex-control-paging li a:hover {
	background-color: #20c9e7;	
}
.sd-reviews-nav .flex-control-paging li a.flex-active {
	background-color: #20c9e7;
	height: 16px;
	line-height: 34px;
	width: 16px;
}
/* latest blog shortcode */


.sd-latest-blog .sd-blog-entry {
	margin-bottom: 40px;
}
.sd-latest-blog-content {
	margin-top: 10px;
	overflow: hidden;	
}
.sd-latest-blog-content h3 a {
	color: #515661;
	font-size: 18px;
	text-transform: uppercase;
}
.sd-latest-blog-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.sd-latest-blog-content ul li {
	color: #515661;
	display: inline-block;
	font-size: 14px;
}
/* sd accordion */
.vc_toggle_square .vc_toggle_icon {
	border-radius: 3px !important	
}

.wpb_accordion_header {
	background: e9eef4 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 0 0 0 10px !important;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	border: 2px solid #20c9e7;
	border-width: 0 2px 2px;
	padding: 10px;
}
.wpb_accordion_section {
	border: none;
	margin-bottom: 5px;
}
.wpb_accordion_header a {
	color: #606b78;
	padding: 10px 0 !important;
}
.ui-accordion-header-active {
	background: #fff !important;
	margin: 0 !important;
}
.wpb_accordion_section .ui-accordion-header-active {
	border: 2px solid #20c9e7;
	border-width: 2px 2px 0;
}
.wpb_accordion_section .ui-accordion-header-active a {
	color: #3b454f;
}
.ui-accordion-header span:before,
.ui-accordion-header-active span:before {
	color: #606b78;
	content: "\f067" !important;
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: normal !important;
	height: auto !important;
	line-height: 1;
	padding-right: 10px;
	width: auto !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background: none !important;
	border: none !important;
}
.ui-accordion-header-active span:before {
	color: #3b454f;
	content: "\f068" !important;
}

.wpb_alert p:first-child, #content .wpb_alert p:first-child, .wpb_text_column p:first-child, .wpb_text_column *:first-child, #content .wpb_text_column p:first-child, #content .wpb_text_column *:first-child, .wpb_toggle_content p:first-child {
	margin-top: 0 !important;	
}
.wpb_text_column p {
	margin-bottom: 10px !important;
}	
.wpb_text_column p:last-child {
	margin-bottom: 0 !important;	
}
/* separator */
.vc_separator .vc_sep_holder .vc_sep_line {
	height: 2px !important;	
}
.vc_separator h2,
.vc_separator h3,
.vc_separator h4,
.vc_separator h5,
.vc_separator h6 {
	display: table-cell;
	padding-bottom: 0;
	padding-left: 0.8em;
	padding-right: 0.8em;
	white-space: pre;
	
}
.vc_separator_align_left h2,
.vc_separator_align_left h3,
.vc_separator_align_left h4,
.vc_separator_align_left h5,
.vc_separator_align_left h6 {
	padding-left: 0;
}
.vc_separator_align_right h2,
.vc_separator_align_right h3,
.vc_separator_align_right h4,
.vc_separator_align_right h5,
.vc_separator_align_right h6 {
	padding-right: 0;
}

/* google map */
.google_map {
	max-width: 100%;	
}
.google_map img {
	max-width: none;
}


/* slick carousel */

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('framework/fonts/slick.eot');
	src: url('framework/fonts/slick.eot?#iefix') format('embedded-opentype'), url('framework/fonts/slick.woff') format('woff'), url('framework/fonts/slick.ttf') format('truetype'), url('framework/fonts/slick.svg#slick') format('svg');
}

.slick-slider {
	display: block;
	position: relative;
	
	-webkit-touch-callout: none;
		-ms-touch-action: pan-y;
			touch-action: pan-y;
	
	-webkit-tap-highlight-color: transparent;
	
	-moz-box-sizing: border-box;
  		 box-sizing: border-box;
	
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

}
.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus {
	outline: none;
}
.slick-loading .slick-list {
	background: #fff url("framework/images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}
.slick-track {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}
/* Arrows */

/* Dots */
.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	bottom: -80px;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 20px;
	
}
.slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	color: #435061;
}
.slick-dots li button:before {
	left: 0;
	color: #91a1b4;
	content: "•";
	font-family: "slick";
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #435061;
	opacity: 1;
}
/* ultimate vc addons */

.aio-icon-title {
	padding-bottom: 0;
}
a.ubtn-link {
	padding: 0;	
	margin: 0 !important;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('framework/fonts/flexslider-icon.eot');
	src:url('framework/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('framework/fonts/flexslider-icon.woff') format('woff'),
		url('framework/fonts/flexslider-icon.ttf') format('truetype'),
		url('framework/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/* ------------------------------------------------------------------------ */
/* 14. Tours WooCommerce
/* ------------------------------------------------------------------------ */


.sd-cross-sells h3 {
	margin-bottom: 30px;
	margin-left: 15px;
}
.sd-woo {}
.sd-woo-container {
	margin-top: 80px;
}
.sd-tour-main {
	border-bottom: 1px solid #eee;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.sd-summary {
	margin-top: 70px;	
}
.sd-summary p {
	margin-bottom: 30px;	
}
.sd-summary p:last-child {
	margin-bottom: 0;	
}
.sd-single-tour-button {
	background-color: #ff6518;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 40px;
	padding: 10px 30px;
}
.sd-single-tour-button:hover {
	color: #fff;	
}
/* source http://codepen.io/codewunder/pen/wCmLl */
.sd-share-text {
	color: #515661;
	display: inline-block;
	font-weight: bold;
	overflow: hidden;
	padding-right: 45px;
	position: relative;
	top: 10px;
	width: 120px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.sd-share-text:hover,
.sd-share-text:active {
	width: 300px;
}
.sd-share-wrap {
	display: inline-block;
	left: 35px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 300px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}
.sd-share-wrap .sd-share-btn {
	color: #b0b0b0;
	padding: 10px;
}
.sd-share-wrap .sd-share-btn:hover,
.sd-share-wrap .sd-share-btn:active {
	color: #55beeb;
}
.sd-share-text:hover > .sd-share-wrap,
.sd-share-text:active > .sd-share-wrap {
	display: inline-block;
	left: 75px;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 300px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}
.sd-tour-extras {
	background-color: #f8f6f3;
	margin-top: 70px;
	padding: 30px;
}
.sd-tour-extras ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.sd-tour-extras ul li {
	padding: 0 0 20px;	
}
.sd-tour-extras ul li:last-child {
	padding-bottom: 0;	
}
.sd-extra-title {
	color: #515661;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 40%;
	vertical-align: top;
}
.sd-extras-colon {
	color: #515661;
	font-weight: 700;
	padding-right: 20px;
	vertical-align: top;
}
.sd-extra-value {
	display: inline-block;	
}
.sd-extra-value .price {
	max-width: 100px;	
}
.sd-extra-value ins {
	text-decoration: none;	
}
.wc-tabs {
	display: inline-block;
	list-style: none;
	margin: 0 0 -10px;
	padding: 0;	
}
.sd-woo .wc-tabs li {
	float: left;
}
.sd-woo .wc-tabs li a {
	color: #515661;
	display: inline-block;
	font-weight: 700;
	padding: 15px 25px;
	text-transform: uppercase;
}
.sd-woo .wc-tabs li.active a {
	background-color: #ff6518;
	color: #fff;
}
.sd-woo .wc-tab {
	border: 1px solid #e4e4e4;
	padding: 40px;	
}
.sd-tour-gallery .sd-tour-img-last {
	padding: 0;
}
.sd-first-tour-gallery-img {
	display: block;
	margin-bottom: 20px;	
}
.sd-tour-gallery-img {
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 33.333333%;
}
.sd-tour-gallery-img img {
	height: auto;
	max-width: 100%;
}

/* reservation box */

.sd-reservation-box {
	background-color: #20c9e7;
	margin-top: 57px;
	margin-bottom: 60px;
	padding: 30px;
	position: relative;
}
.sd-res-box-mobile {
	display: none;
}
@media (max-width: 767px) {
	.sd-res-box-mobile {
		display: block;	
	}
}
.sd-quantity {
	display: inline-block;
	margin-right: 10px;	
}
.sd-quantity i {
	color: #fff;	
}
.sd-quantity select,
.sd-select-wrapper select {
	background: transparent;
	border: 2px solid rgba( 0, 0, 0, .1 );
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: 400 13px/13px Montserrat, Tahoma, sans-serif;
	height: 32px;
	margin: 8px 0 0;
	outline: none;
	padding: 3px;
	text-transform: uppercase;
	width: 50px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.sd-reservation-box select {
	background-color: #20c9e7;
}
.sd-woo .variations {
	width: 100%;	
}
.sd-woo .variations label {
	color: #fff;
}
.sd-woo .reset_variations {
	color: #fff;
	position: absolute;
}
.sd-woo .single_variation_wrap {
	margin-top: 40px;	
}
.sd-select-wrapper select {
	width: 100%;
}
.sd-woo .woocommerce-variation {
	color: #fff;
	margin-bottom: 30px;
}
.sd-woo .woocommerce-variation ins {
	font-size: 21px;
	text-decoration: none;
}
.sd-woo .woocommerce-variation .woocommerce-Price-amount {
	font-size: 21px;	
}
.sd-quantity label,
.sd-select-wrapper label {
	position: relative;	
}
.sd-quantity label::after,
.sd-select-wrapper label::after {
	color: #fff;
	content: '<>';
	font: 11px "Consolas", monospace;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 8px; top:2px;
	-webkit-transform: rotate(90deg);
   	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sd-quantity label::before,
.sd-select-wrapper label::before {
	content: '';
	display: block;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: 0px;
	width: 20px; 	
}
.sd-reservation-box .button {
	background-color: #fff;
	border: none;
	border-radius: 50px;
	color: #20c9e7;
	font-weight: 700;
	padding: 10px 25px;
}
.sd-woo-buy-button-wrap {
	text-align: center;
}
.sd-woo .woocommerce-message {
	border: 1px solid #eee;
	color: #515661;
	font-weight: 700;
	margin-top: 50px;
	padding: 20px;
}
.sd-woo .woocommerce-message .wc-forward {
	float: right;	
}
.sd-reservation-form-headings {
	margin-top: -48px;
	position: relative;
	text-align: center;	
}
.sd-inquiry-sm-heading {
	background-color: #1599b0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 5px 10px;	
}
.sd-inquiry-lg-heading {
	color: #fff;
	display: inline-block;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 40px;
}
.sd-inquiry-lg-heading span {
	font-size: 24px;	
}
/* tour inquiry form */

.wpcf7-form-control-wrap {
	position: relative;	
}
.sd-reservation-form input,
.sd-reservation-form textarea {
	background: none;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0;
	border-width: 0 0 1px;
	color: #fff;
	max-width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}
.sd-reservation-form textarea {
	height: 100px;	
}
.sd-reservation-form input:focus,
.sd-reservation-form textarea:focus {
	border: 1px solid #fff;
	border-width: 0 0 1px;
	outline: none;
}
.sd-reservation-form .wpcf7-form-control-wrap {
	display: inline-block;
	max-width: 100%;
}
.sd-reservation-form-captcha {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: border .4s ease-in-out;
	   -moz-transition: border .4s ease-in-out;
		-ms-transition: border .4s ease-in-out;
		 -o-transition: border .4s ease-in-out;
			transition: border .4s;
}
.sd-reservation-form-captcha-focus {
	border-color: #fff;
}
.sd-reservation-form-captcha input {
	border: none;
	width: 100%;
}
.sd-reservation-form-captcha input:focus {
	border: none;	
}
.sd-reservation-form-submit {
	text-align: center;	
}
.sd-reservation-form .wpcf7-submit {
	border: none;
	float: none;
	outline: none;
}
.sd-reservation-form .wpcf7-submit:focus {
	border: none;	
}
.sd-reservation-form-captcha .wpcf7-form-control-wrap {
    float: left;
    width: 70%;
}
.sd-captcha-wrap {
	display: inline-block;
	position: relative;	
}
.sd-reservation-form .wpcf7-captchac {
	margin-top: -30px;
	position: relative;
}
.sd-reservation-form textarea::-webkit-input-placeholder,
.sd-reservation-form input::-webkit-input-placeholder {
	color: #fff;
	opacity: .8;
}
.sd-reservation-form textarea:-moz-placeholder,
.sd-reservation-form input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: .8;
}
.sd-reservation-form textarea::-moz-placeholder,
.sd-reservation-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity: .8;  
}
.sd-reservation-form textarea::-ms-input-placeholder,
.sd-reservation-form input::-ms-input-placeholder {  
	color: #fff;
	opacity: .8;
}
.sd-reservation-form-persons span {
	position: relative;
	width: 100%;
}
.sd-reservation-form-persons span::before {
	background-color: transparent;
	content: '';
	display: block;
	height: 40px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 17px; 
}
.sd-reservation-form-persons span::after {
	color: #fff;
	content: '\f234';
	font-family: FontAwesome;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 4px;
}
.sd-reservation-form-persons select {
	background-color: #20c9e7;
	border: 1px solid rgba(0, 0, 0, .1);
	border-width: 0 0 1px;
	color: #fff;
	height: 40px;
	outline: none;
	width: 100%;	
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.sd-reservation-form .wpcf7-submit {
	background-color: #fff;
	border-radius: 50px;
	color: #20c9e7;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin-top: 28px;
	outline: none;
	padding: 0 60px;
	position: relative;
}
.sd-reservation-form .wpcf7-submit:hover {
	opacity: .9;
}
/* tour map */

.sd-tour-map h3 {
	margin-bottom: 20px;	
}
/* tour video */
.sd-tour-video-box h3 {
	margin-bottom: 20px;
}
.sd-tour-video-wrap {
	height: 0;
	margin-bottom: 60px;
	padding-bottom: 56.25%;
	position: relative;		
}
.sd-tour-video-wrap iframe {
	height: 100%;
	left: 0;
	position: absolute;
    top:0;
	width: 100%;	
}
.sd-tour-video-wrap .mejs-poster {
	height: auto !important;
	max-width: 100% !important;
}
.sd-woo .woocommerce-tabs .woocommerce-Reviews-title {
	margin-bottom: 30px;
}
/* star rating */

.woocommerce p.stars {
	display: inline-block;
	margin-left: 20px;
	position: relative;	
}
.woocommerce p.stars a {
	color: #ff9800;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	text-indent: -999em;
	width: auto;
}
.woocommerce p.stars a:after {
	content: '\f006';
	display: block;
	font-family: FontAwesome;
	height: 1em;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}
.woocommerce p.stars:hover a:after,
.woocommerce p.stars.selected a.active:after {
	content: '\f005';
}
.woocommerce p.stars a:after,
.woocommerce p.stars a:hover ~ a:after {
	content: '\f006';
}
.woocommerce p.selected a:not(.active):after {
	content: '\f005';
}
.woocommerce p.stars.selected a:not(.active):after {
	content: '\f005';
}
.woocommerce p.stars.selected a.active~a:after {
	content: '\f006';
}
.woocommerce .comment-form-rating {
	margin-bottom: 20px;	
}
/* display star rating */
/* Source http://codepen.io/janwagner/pen/vObMrZ */
.star-rating {
	height: 13px;
	position: relative;
	width: 65px;
}
.star-rating::before {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20none%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
	background-repeat: repeat-x;
	background-size: 13px;
	bottom: 0;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
}
.star-rating > span {
	display: block;
	text-indent: -10000px;
	width: 65px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	right: 0;
}
.star-rating > span::before {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23ff9800!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
	background-repeat: repeat-x;
	background-size: 13px;
	bottom: 0;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: 10000px;
	top: 0;
}
.comment-text .star-rating > span {
	left: 0;
	right: auto;	
}
/* reviews form */
.sd-woo .woocommerce-tabs .commentlist {
	list-style: none;
	padding: 0;
}
.sd-woo .woocommerce-tabs .comment_container {
	margin-bottom: 50px;	
}
.sd-woo .woocommerce-tabs .avatar {
	border-radius: 100px;
	float: left;
	margin-right: 20px;
}
.sd-woo .woocommerce-tabs .comment-text {
	overflow: hidden;	
}
.sd-woo .woocommerce-tabs .description {
	margin-top: 10px;
}
.sd-woo .woocommerce-tabs .description p {
	margin-bottom: 20px;	
}
.sd-woo .woocommerce-tabs .description p:last-child {
	margin-bottom: 0;	
}
.sd-woo .woocommerce-tabs .comment-respond {
	background-color: #f7f9f9;
	padding: 40px;
}
.sd-woo .comment-respond label {
	color: #2f363b;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.sd-woo .comment-respond label .required,
.sd-woo .comment-respond .comment-notes .required {
	color: #f52121;	
}
.sd-woo .comment-form-rating label {
	display: inline-block;
	text-indent: 0;
}

.sd-woo .woocommerce-tabs .comment-respond input {
	border: none;
	height: 50px;
	padding: 0 10px;
	max-width: 100%;
}
.sd-woo .woocommerce-tabs .comment-respond textarea {
	border: none;
	padding: 20px;
	max-width: 100%;
}
.sd-woo .comment-form-comment,
.sd-woo .comment-form-author,
.sd-woo .comment-form-email {
	margin-bottom: 20px;	
}
.sd-woo .woocommerce-tabs .form-submit .submit {
	background-color: #20c9e7;
	border-radius: 50px;
	color: #fff;
	line-height: 0;
	padding: 15px 30px;
	text-transform: uppercase;
	-webkit-transition: opacity .2s ease-in;
	   -moz-transition: opacity .2s ease-in;
		-ms-transition: opacity .2s ease-in;
		 -o-transition: opacity .2s ease-in;
	        transition: opacity .2s ease-in;
}
.sd-woo .woocommerce-tabs .form-submit .submit:hover {
	opacity: .8;
}
.sd-woo .woocommerce-tabs .comment-reply-title {
	font-size: 20px;
}
/* tour item */
.sd-loop-class {
	margin-bottom: 50px;	
}
.sd-tour-item {
	position: relative;
	width: 100%;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.1 ), 0 1px 2px rgba( 0, 0, 0, 0.1 );
	margin-bottom: 30px;
	transition: all 0.3s cubic-bezier( .25, .8, .25, 1);	
}
.sd-tour-item:hover {
	box-shadow: 0 14px 20px rgba( 0, 0, 0, 0.1 ), 0 10px 10px rgba( 0, 0, 0, 0.1 );	
}
.sd-tour-item img {
	height: auto;
	max-width: 100%;
}
.sd-tour-item-thumb {
	position: relative;	
}
.sd-tour-item-content-wrap {
	padding: 20px;	
}
.sd-tour-item-content-wrap h3 {
	margin-bottom: 10px;
}
.sd-tour-item-content-wrap h3 a {
	color: #4c4c4c;
	font-size: 16px;
	text-transform: uppercase;	
}
.sd-tour-days {
	color: #20c9e7;
	font-size: 15px;
	float: left;
	font-weight: 700;
	margin-bottom: 10px;
}
.sd-stars {
	float: right;
	margin-top: 9px;	
}
.sd-off-price {
	bottom: -13px;
	height: 20px;
	position: absolute;
	right: -2px;
	width: 80px;
}
.sd-solout-text,
.sd-off-price-off {
	width: 100px;	
}
.sd-sale-text.sd-sale-text-first {
	right: 0;
	text-align: center;
}
.sd-sale-arrow {
	bottom: 0;
	height: 13px;
	position: absolute;
}
.sd-sale-arrow:before {
	border-color: #f44336 #f44336 #f44336 transparent;
	border-image: none;
	border-style: solid;
	border-width: 13px 3px 13px 13px;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	width: 13px;
}
.sd-sale-text {
	background-color: #f44336;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	height: 26px;
	left: 15px;
	padding: 0 10px 0 2px;
	position: absolute;
	right: 0;
	text-align: center;
}
.sd-tour-icons {
	margin-bottom: 10px;		
}
/* tour tooltips */

[data-tooltip] {
	cursor: pointer;
	position: relative;
	z-index: 2;
}
[data-tooltip]:before,
[data-tooltip]:after {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}
[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}
.sd-tour-icons img {
	margin-right: 5px;
	opacity: .5
}
.sd-tour-excerpt {
	margin-bottom: 10px;	
}
.sd-tour-excerpt p {
	line-height: 21px;
}
.sd-tour-price {
	color: #66bb6a;
	font-size: 21px;
	font-weight: 700;
}
.sd-tour-price ins {
	text-decoration: none;	
}
.sd-tour-price del {
	color: #b2b2b2;
	font-size: 16px;
}
.product-type-variable .sd-tour-price del {
	display: block;	
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.sd-woo .woocommerce-pagination {
	margin-bottom: 80px;
}
.sd-woo .woocommerce-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.sd-woo .woocommerce-pagination ul li {
	display: inline-block;	
}
.sd-woo .woocommerce-pagination a.page-numbers,
.sd-woo .woocommerce-pagination .current {
	background-color: #f7f9f9;
	border-radius: 30px;
	color: #515661;
	display: inline-block;
	font-weight: 700;
	margin-right: 10px;
	padding: 10px 25px;
	-webkit-transition: background .2s ease-in;
	   -moz-transition: background .2s ease-in;
		-ms-transition: background .2s ease-in;
		 -o-transition: background .2s ease-in;
	        transition: background .2s ease-in;

}
.sd-woo .woocommerce-pagination a.page-numbers:hover,
.sd-woo .woocommerce-pagination .current {
	background-color: #20c9e7;
	color: #fff;
}
.sd-related-tours {
	margin-top: 80px;	
}
.sd-related-tours-title {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
/* cart */
.sd-cart {
	margin-bottom: 50px;
	margin-top: 50px;
}
.sd-cart .shop_table {
	border: 1px solid #e0e7e9;
	font-weight: 500;
}
.sd-cart .shop_table,
.sd-shipping-calculator {
	width: 100%;
}
.sd-cart .shop_table thead {
	text-align: left;	
}
.sd-cart .shop_table thead th {
	border-bottom: 1px solid #e0e7e9;
	color: #243c4f;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0;
}
.sd-cart .shop_table thead th.product-name {
	padding-left: 20px;	
}
.sd-checkout-product-name {
	display: inline-block;
	font-size: 20px;
	padding-top: 10px;
}
.sd-cart .shop_table thead .product-name {
	padding-left: 10px;	
}
.sd-cart .product-name img {
	border: 1px solid #dfe5e9;
	height: auto;
	width: 60px;
}
.sd-cart .product-remove a {
	color: #ec5646;
	display: inline-block;
	text-align: center;
}
.sd-cart .cart_item td {
	padding: 20px 0;	
}
.sd-cart .cart_item td.product-name {
	padding-left: 20px;	
}
.sd-cart .cart_item td.product-price,
.sd-cart .product-subtotal {
	color: #56758d;
	font-size: 16px;
	font-weight: 400;
}
.sd-cart-totals table {
	border: none !important;
	width: 100%;	
}
.sd-cart-thumb,
.sd-cart .product-name a {
	color: #243c4f;
	margin-right: 10px;
}
.sd-cart .product-name a:hover {
	color: #20c9e7;	
}
.sd-cart-totals {

}
.sd-cart-totals h3 {
	margin-bottom: 30px;
}
.sd-cart-totals table tr {
	text-align: left;	
}
.sd-cart-totals table td {
	text-align: right;	
}
.sd-cart-totals table th {
	padding: 0 0 10px;	
}
.sd-cart-totals .order-total {

}
.sd-cart-totals .order-total .amount {

}
.sd-cart-totals .order-total th {

}
.sd-cart-totals .cart-subtotal th,
.sd-cart-totals .shipping th {
	font-weight: 300;	
}
.sd-cart-totals .shipping ul {
	list-style: none;	
}
.sd-cart-totals .cart-subtotal .amount,
.sd-cart-totals .shipping .amount {
	font-weight: 400;
}
.sd-cart-totals .wc-proceed-to-checkout {
	margin-top: 10px;
}
.sd-update-cart,
.sd-cart-totals .checkout-button {
	background-color: #ff6518;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	width: 49%;
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
.sd-cart-totals .checkout-button:hover {
	opacity: .8;
}

.sd-update-cart {
	background: none;
	border: 1px solid #91a1b4;
	color: #435061;
	float: left;
}
.sd-update-cart:hover {
	color: #20c9e7;	
}
.sd-coupon-col .coupon,
.sd-returning-cust {
	margin-bottom: 30px;	
}
.sd-coupon-col .coupon,
.sd-cart-totals {
	border: 1px solid #d8d8d8;
	padding: 20px;	
}
.sd-coupon-col h3,
.sd-cart-totals h3 {
	border-bottom: 1px solid #d8d8d8;
	font-size: 18px;
	margin: 0 -20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.sd-coupon-input {
	overflow: hidden;
}
.sd-coupon-button {
	float: right;	
}
.sd-coupon-button,
.sd-update-button,
.shipping-calculator-form button,
.sd-woo-login input[type="submit"],
.sd-coupon-form input[type="submit"],
.sd-create-account input[type="submit"],
.sd-checkout-payment input[type="submit"],
.sd-edit-address input[type="submit"],
.sd-edit-account input[type="submit"],
.sd-form-login input[type="submit"],
.sd-lost-pwd input[type="submit"],
.sd-order-tracking input[type="submit"] {
	background-color: #20c9e7;
	border: none;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	height: 42px;
	padding: 0 15px;
}
.sd-order-tracking {
	margin-top: 40px;	
}
.shipping-calculator-form button {
	margin-left: 0;	
}
.sd-coupon-button:hover,
.shipping-calculator-form button:hover,
.sd-woo-login input[type="submit"]:hover,
.sd-coupon-form input[type="submit"]:hover,
.sd-edit-address input[type="submit"]:hover,
.sd-edit-account input[type="submit"]:hover,
.sd-form-login input[type="submit"]:hover,
.sd-lost-pwd input[type="submit"]:hover,
.sd-order-tracking input[type="submit"]:hover,
.sd-checkout-payment input[type="submit"]:hover {
	opacity: .8;
}
.sd-cart .coupon input[type="text"],
.sd-shipping-calculator input[type="text"] {
	background-color: #f4f8f9;
	border: 1px solid #e0e7e9;
	border-radius: 0;
	font-size: 13px;
	height: 42px;
	outline: none;
	padding: 0 15px;
	width: 100%;
}
.sd-cart-table {
	margin-bottom: 30px;	
}
.sd-cart-table dt,
.sd-cart-table dd,
.sd-form-checkout dt,
.sd-form-checkout dd,
.sd-order-details-table dt,
.sd-order-details-table dd {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
}
.sd-cart-table dd,
.sd-form-checkout dd,
.sd-order-details-table dt,
.sd-order-details-table dd {
	color: #637285;
	font-weight: 400;
	margin: 0 10px 0 0;	
}
.sd-cart-table .sd-quantity select {
	color: #808080;	
}
.sd-shipping-calculator {
	border: 1px solid #d8d8d8;
	margin-bottom: 50px;
	padding: 20px;
}
.sd-shipping-calculator p {
	margin: 0;	
}
.sd-shipping-calculator .shipping-calculator-button {
	background-color: #fff;
	color: #243c4f;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
}
.sd-shipping-calculator .shipping-calculator-button span {
	color: #3b454f;
	display: inline-block;
	padding-left: 10px;
}
.sd-shipping-calculator select {
	background-color: #f4f8f9;
	border: 1px solid #e0e7e9;
	border-radius: 0;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.sd-shipping-calculator label {
	position: relative;
}
.sd-shipping-calculator label:after {
	color: #91a1b4;
	content: '<>';
	font: 11px "Consolas", monospace;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 8px; top:2px;
	-webkit-transform: rotate(90deg);
   	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sd-shipping-calculator label:before {
	content: '';
	display: block;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: 0px;
	width: 20px; 
}
.sd-shipping-calculator .shipping-calculator-form {
	margin-top: 20px;
}
.sd-shipping-calculator .shipping-calculator-form p {
	margin-bottom: 10px;	
}
.sd-shipping-calculator .shipping-calculator-form p:last-of-type {
	margin-bottom: 0;
}
.sd-shipping-calculator input[type="text"] {
	position: relative;
	width: 100%;
	z-index: 3;	
}
.sd-cart-extras,
.sd-cart-extras ul,
.sd-cart-extras ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.sd-cart-extras li,
.sd-cart-extras li ul li {
	margin-bottom: 10px;	
}
/* checkout */
.woocommerce-checkout .sd-full-width,
.woocommerce-account .sd-full-width,
.sd-cart-empty {
	margin: 50px 0;
}
.woocommerce-account .sd-full-width p {
	margin-bottom: 20px;	
}

.sd-returning-cust h3,
.woocommerce-account .sd-full-width h3 {
	font-size: 18px;
	padding: 0;	
}

.sd-form-checkout,
.sd-woo-login label,
.sd-woo-login input[type="submit"],
.sd-checkout-coupon,
.sd-edit-account,
.sd-form-login {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
}
.sd-form-checkout input[type="text"],
.sd-form-checkout textarea,
.sd-form-checkout input[type="tel"],
.sd-form-checkout input[type="email"],
.sd-woo-login input[type="text"],
.sd-woo-login input[type="password"],
.sd-coupon-form input[type="text"],
.sd-create-account input[type="text"],
.sd-create-account input[type="password"],
.sd-edit-address input[type="text"],
.sd-edit-address input[type="password"],
.sd-edit-address input[type="email"],
.sd-edit-address input[type="tel"],
.sd-edit-account input[type="text"],
.sd-edit-account input[type="password"],
.sd-edit-account input[type="email"],
.sd-form-login input[type="text"],
.sd-form-login input[type="password"],
.sd-form-login input[type="email"],
.sd-lost-pwd input[type="text"],
.sd-order-tracking input[type="text"],
.sd-order-tracking input[type="email"] {
	background-color: #f4f8f9;
	border: 1px solid #e0e7e9;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	height: 42px;
	outline: none;
	padding: 0 15px;
	width: 100%;
}
.sd-form-checkout textarea {
	min-height: 200px;
	padding: 15px;
}
.sd-woo-login .form-row-first,
.sd-woo-login .form-row-last {
	float: left;
	width: 50%;
}
.sd-woo-login p {
	margin-bottom: 20px;
}
.sd-woo-login p:last-child {
	margin-bottom: 0;
}
.sd-woo-login .form-row-first {
	padding-right: 20px;
}
.sd-woo-login label {

}

.sd-checkout-coupon {
	margin-bottom: 20px;
}
.sd-coupon-form {
	margin-top: 20px;	
}
.sd-coupon-form input[type="text"] {
	margin-bottom: 10px;
	width: 100%;
}
.sd-form-checkout h3 {
	font-size: 22px;
	margin-bottom: 30px;
	padding: 0;
}
.sd-form-checkout #ship-to-different-address label {
	color: #243c4f;
}
.sd-form-checkout label {
	color: #56758d;	
	display: inline-block;
	margin-bottom: 10px;
}
.sd-form-checkout abbr[title] {
	border: none;
}
.sd-form-checkout p {
	margin-bottom: 30px;	
}
.sd-form-checkout p:last-child {
	margin-bottom: 30px;	
}
.sd-form-checkout .select2-container .select2-choice,
.sd-edit-address .select2-container .select2-choice {
	background-color: #f4f8f9;
	border: 1px solid #e0e7e9;
	border-radius: 0;
	height: 42px;
	line-height: 42px;
}
.woocommerce-checkout .select2-drop-active,
.woocommerce-account .select2-drop-active {
	border: 1px solid #e0e7e9;
	border-width: 1px;
}
.select2-container .select2-choice > .select2-chosen,
.select2-results .select2-result-label {
	color: #56758d;	
}
.woocommerce-checkout .select2-search input,
.woocommerce-account .select2-search input {
	line-height: 17px;	
}
.sd-woo .comment-respond .required,
.woocommerce-checkout .required,
.sd-edit-account .required,
.sd-form-login .required {
	color: #f00;	
}
.sd-create-account p {
	font-family: Roboto, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}
.sd-create-account label,
.sd-create-account input,
.sd-edit-address,
.sd-lost-pwd label,
.sd-order-tracking label {
	color: #435061;	
	font-family: Roboto, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: 400;
}
.sd-form-checkout .sd-widget-title label {
	margin: 0;	
}
.sd-order-review table,
.sd-order-details-table {
	margin-bottom: 30px;
	width: 100%;
}
.sd-form-checkout #shipping_method {
	list-style: none;
}
.sd-order-review table th {
	padding: 10px 0;
	text-align: left;
}
.sd-order-review table thead th {
	border-bottom: 1px solid #cbd0db;
}
.sd-order-review table td {
	padding: 10px 0;	
}
.sd-order-review .order-total th,
.sd-order-review .order-total td {
	border-top: 2px solid #cbd0db;
}
.sd-form-checkout .order-total .amount,
.sd-form-checkout .product-total .amount,
.sd-form-checkout .cart-subtotal .amount,
.sd-order-details-table .order-total .amount,
.sd-order-details-table .product-total .amount,
.sd-order-details-table tfoot .amount,
.sd-order-details .total .amount {
	color: #00b4fa;	
}
.sd-form-checkout .payment_box p {
	font-family: Roboto, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.sd-form-checkout .payment_method_paypal img {
	margin-right: 10px;
}
.sd-order-review table tfoot {
	border-top: 1px solid #e6e8ea;
}
.sd-checkout-payment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-checkout-payment input[type="radio"] {
	margin-right: 5px;
}
.sd-checkout-payment input[type="submit"] {
	padding-left: 40px;
	padding-right: 40px;	
}
/* thank you */
.sd-order-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-order-details-table,
.sd-account-orders {
	margin-bottom: 30px;
	text-align: left;
	width: 50%;
}
.sd-order-details-table th,
.sd-order-details-table td {
	padding: 5px 0;	
}
.sd-order-details-table tfoot tr:last-child th,
.sd-order-details-table tfoot tr:last-child td {
	border-top: 2px solid #cbd0db;
}
.sd-customer-details {
	margin-bottom: 30px;
	text-align: left;
	width: 50%;	
}
.sd-form-checkout #customer_details {
	margin-bottom: 20px;	
}
.sd-billing-address {
	margin-bottom: 30px;	
}
.sd-edit-address h3 {
	margin-bottom: 30px;	
}
.sd-edit-address input[type="text"],
.sd-edit-address input[type="email"],
.sd-edit-address input[type="password"],
.sd-edit-address .select2-container .select2-choice,
.sd-edit-address input[type="tel"] {
	width: 50%;	
}
.sd-edit-address abbr[title] {
	border: none;
}
.sd-edit-address label,
.sd-edit-account label,
.sd-form-login label {
	display: block;
	margin-bottom: 5px;
}
.sd-edit-account h3,
.sd-form-login h3 {
	margin-bottom: 30px;
	padding: 0;
}
.sd-remember-me {
	margin-top: 20px;	
}
.sd-lost-pwd label {
	display: block;
}
.woocommerce-MyAccount-navigation  ul {
	display: inline-block;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.sd-my-account-user .account-orders-table td {
    padding-right: 30px;
}
.woocommerce-MyAccount-navigation  ul li {
	float: left;
	margin-right: 20px;
}
/* advanced search */

.sd-wpas-wrap {
	background-color: #fff;
	box-shadow: -10px 22px 15px -15px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}
.sd-wpas-main {
	margin-bottom: 80px;
	margin-top: 80px;
}
.sd-wpas-text {
	background-color: #212020;
	min-height: 121px;
	padding: 30px 20px;
	position: relative;
}
.sd-wpas-text::after {
	border: 10px solid #fff;
	border-color: transparent #fff transparent transparent;
	content: '';
	display: block;
	height: 0;
	margin-top: -7px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
}
.sd-wpas-text span {
	display: block;	
}
.sd-wpas-text1,
.sd-wpas-text2,
.sd-wpas-text3 {
	color: #ed6b51;
	font-weight: bold;	
}
.sd-wpas-text2,
.sd-wpas-text3 {
	color: #fff;
}
.sd-wpas-text1,
.sd-wpas-text3 {
	font-size: 14px;
	line-height: 16px;
}
.sd-wpas-text2 {
	font-size: 22px;
	line-height: 22px;
}
.sd-wpas-form .wp-advanced-search {
}
.sd-wpas-form .wpas-taxonomy-field {
	float: left;
	margin-top: 45px;
	width: 41%;	
}
.sd-wpas-form .sd-wpas {
	display: block;
	position: relative;
}
.sd-wpas-form .sd-wpas::after {
	color: #91a1b4;
	content: '>';
	font: 16px "Consolas", monospace;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top:10px;
	-webkit-transform: rotate(90deg);
   	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.wpas-tax_tour-month .sd-wpas::after {
	content: "\f073";
	font-family: FontAwesome;
	transform: none;
}
.sd-wpas-form select {
	background: transparent;
	border: 1px solid rgba( 0, 0, 0, .1 );
	border-width: 0 0 1px;
	cursor: pointer;
	display: inline-block;
	font: 400 18px/40px "Playfair Display", Tahoma, sans-serif;
	height: 40px;
	margin: 0;
	outline: none;
	padding: 0;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.sd-wpas-form .wpas-html {
	float: left;	
}
.sd-wpas-and {
	background-color: #c2d0d4;
	border-radius: 40px;
	display: block;
	height: 40px;
	margin: 45px 10px 0;
	position: relative;
	text-align: center;
	width: 40px;
}
.sd-wpas-and::before {
	color: #4d4d4d;
	content: '&';
	display: block;
	font: 700 18px/40px "Playfair Display", "Times New Roman", serif;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}
.sd-wpas-form .wpas-submit-field {
	display: inline-block;
}
.sd-wpas-form .wpas-submit  {
	background-color: #ed6b51;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-size: 28px;
	height: 121px;
	margin-left: 5px;
	width: 63px;
}
.sd-wpas-form .wpas-tax_destination .sd-wpas::before,
.sd-wpas-form .wpas-tax_tour-month .sd-wpas::before {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 700;
	left: 5px;
	position: absolute;
	top: -30px;	
}
.sd-wpas-form .wpas-tax_tour-month {
	padding-right: 10px;
}
/* ------------------------------------------------------------------------ */
/* 15. Responsive
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {
	.sd-boxed {
		width: 1200px;	
	}
	.sd-top-right-bar div {
    	width: 1170px;
	}
	.sd-wpas-form .wpas-taxonomy-field {
		width: 43%;	
	}
	.sd-wpas-text2 {
		font-size: 29px;
		line-height: 29px;
	}
}

/* tablet portrait */
@media (min-width: 768px) and (max-width: 991px) {
	.sd-sticky-header {
		position: relative !important;
	}
	.is-sticky .sd-sticky-header {
		opacity: 1 !important;
	}
	.sd-insurance-tabs ul {
		width: 284px;	
	}
	.sd-panel-img {
		display: none;	
	}
	.sd-responsive-menu-toggle {
		display: inline-block;
		float: right;
		margin-left: 20px;
		margin-top: 20px;
		width: auto;
	}
	
}
/* tablet landscape */
@media (min-width: 992px) and (max-width: 1199px) {
	.sd-product img {
		width: 100%;	
	}
}
/* phone portrait */
@media (max-width: 767px) {
	
	.sd-logo-menu {
		height: auto !important;	
	}
	.sd-header-top {
		height: auto;
		line-height: 20px;	
	}
	.sd-top-text {
		display: block;
		margin-top: 20px;	
	}
	.sd-logo {
		float: none;
		text-align: center;
		width: 100%;	
	}
	.sd-header-left-options {
		float: none;
		text-align: center;	
	}
	.sd-header-social {
		float: none;
		text-align: center;
	}
	.sd-header-social a {
		border: none;
		display: inline-block;
		float: none;	
	}
	.sd-menu-wrapper {
		margin: 0 !important;
		width: 100%;
	}
	.sd-top-phone {
		border: none;
		margin: 20px 0 0;
		padding: 0;
		text-align: center;
		width: 100%;	
	}
	.sd-responsive-menu-toggle {
		display: inline-block;	
	}
	.sd-logo-menu .sd-free-quote {
		float: none;
		margin-bottom: 20px;
	}
	.sd-logo-menu-content {
		text-align: center;	
	}
	.sd-extra-button {
		display: inline-block;
		float: none;
		margin-bottom: 20px;
		margin-top: 0;	
	}
	.wpb_row {
		margin: 0;	
	}
	.sd-margin-none-mobile,
	.sd-margin-none-mobile .ult-content-box {
		margin: 0 !important;	
	}
	.sd-404-page {
		padding: 0 0 100px;	
	}
	.sd-footer-sidebar-2-content-last {
		padding-left: 0;	
	}
	.sd-footer-menu,
	.sd-copyright-menu {
		float: none;
		text-align: center;	
	}
	.sd-footer-menu li,
	.sd-copyright-menu li {
		display: inline-block;	
		float: none;
	}
	.sd-footer-social {
		float: none;
		text-align: center;	
	}
	.sd-copyright {
		text-align: center;	
	}
	.sd-current-page,
	.sd-inactive,
	.sd-next-page,
	.sd-previous-page,
	.sd-last-page,
	.sd-first-page {
		margin-bottom: 10px;	
	}
	.sd-staff-icons {
		margin: 0 0 30px;	
	}
	.sd-single-staff .col-xs-4,
	.sd-single-staff .col-xs-8 {
		width: 100%;
	}
	.sd-sticky-header {
		position: relative !important;
	}
	.is-sticky .sd-sticky-header {
		opacity: 1 !important;
	}
	.sd-3-sidebars-content .sd-footer-sidebar-1,
	.sd-3-sidebars-content .sd-footer-sidebar-2,
	.sd-3-sidebars-content .sd-footer-sidebar-3,
	.sd-3-sidebars-content .sd-footer-sidebar-4 {
		display: block;
	}
	.sd-footer-sidebar-1,
	.sd-3-sidebars .sd-footer-sidebar-2,
	.sd-4-sidebars .sd-footer-sidebar-2,
	.sd-4-sidebars .sd-footer-sidebar-3 {
		border: none;
	}
	.sd-mobile-border-none,
	.sd-mobile-border-none .vc_column-inner  {
		border: none !important;	
	}
	.sd-404-left {
		margin: 0;	
	}
	.sd-wpas-form .wpas-taxonomy-field {
		height: 40px;
		width: 100%;	
	}
	.sd-wpas-form .wpas-submit {
		height: 40px;
		margin: 10px 0 0;
		width: 100%;
	}
	.sd-wpas-and-wrap {
		display: none;	
	}
	.sd-wpas-form .wpas-tax_tour-month {
		padding-right: 0;
	}
	.sd-header-left-options {
		display: none;	
	}
	.sd-background-mobile-none,
	.sd-background-mobile-none .upb_row_bg {
		background: none !important;	
	}
	.sd-tour-item-thumb img {
		width: 100%;	
	}
	.sd-top-phone {
		border-radius: 0;
		height: auto;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	.sd-comment-body .children {
		padding-left: 0;
	}
	.comment-list .children {
		padding-left: 0 !important;	
	}
	.sd-author-avatar {
		height: auto;
		width: 50px;	
	}
	.sd-comments-wrapper ul li ul li {
		padding-left: 0;	
	}
	.sd-left-col {
		padding: 20px;
	}
	.sd-newsletter #mc_embed_signup {
		float: none;	
	}
	.sd-newsletter .mc-field-group {
		max-width: 100%;	
	}
	.sd-newsletter input[type="text"],
	.sd-newsletter input[type="email"] {
		border-radius: 100px;
		margin-bottom: 10px;	
	}
	.sd-newsletter input[type="submit"] {
		border-radius: 100px;
	}
	.sd-author-photo {
		display: none;	
	}
	.sd-sidebar {
		margin-top: 20px;
	}
}
/* phone landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */