/*  
Theme Name: InsurancePress
Theme URI: http://skat.tf/
Description: An Ultra Responsive Insurance WordPress Theme. <strong>Follow me on twitter:</strong> <a href="http://www.twitter.com/skatdesign">Skat Design</a>
Version: 1.0
Author: Skat
Author URI: http://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: insurancepress
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
/* ------------------------------------------------------------------------ */

/* load the default Google font */
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,800,300,600,700);

@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: #888;
	font: 400 15px/28px "Open Sans", 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: #00b2ce;
	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: #00b2ce;
}
a:focus,
a:active {
	outline: none;	
}

/* Blockquotes */
blockquote {
	border-left: 10px solid #00b2ce;
	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: #304254;
	font-family: "Open Sans", Tahoma, sans-serif;
	font-weight: 300;
	line-height: normal;
	margin: 0;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
/* 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;
}

/* 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);
}
/* tables */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
	width: 100%;
}
td,
th {
    border-top: 1px solid #ddd;
    padding: 4px 8px;
}
tbody tr:nth-child(even) td {
    background-color: #eee;
}

/* 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-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: #91a1b4;
	border-radius: 3px;
	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;	
}
/* 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: #00b2ce;
	font-family: FontAwesome;
	font-size: 15px;
	left: 0;
	position: absolute;
	top: 0;
}
.sd-list-style li:last-child {
	padding-bottom: 0;	
}
.sd-position-relative {
	position: relative;	
}
.sd-subtitle {
	color: #a1a7a5;	
	font-size: 15px;
	font-weight: normal;
}
.sd-colored {
	color: #00b2ce;	
}
.sd-left-col img {
	height: auto;
	max-width: 100%;
}
.sd-left {
	float: left !important;	
}

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

#sd-header {
	background-color: #344659;
	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: #304254;
	color: #98acc0;
	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: #98acc0;
	display: block;
	float: left;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 30px;
}
.sd-header-social > a:last-child {
	border: none;	
}
.sd-header-social a:hover {
	color: #00b2ce;
}
.sd-header-social a:hover i {
	background: none;	
}

.sd-logo-menu {
	height: 110px;
}
/* logo */
.sd-logo {
	float: left;
	margin: 36px 0 0;
	padding: 0;
}
.sd-logo-text {
	color: #fff;
	font-size: 20px;	
}
/* top phone number */
.sd-top-phone {
	border-left: 1px solid rgba( 255, 255, 255, .1 );
	color: #cddae7;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	padding: 5px 0 5px 20px;
}
.sd-top-phone span {
	display: block;
}
.sd-call-text {
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 5px;
}
.sd-top-ph-number {
	font-size: 16px;
	line-height: 16px;
}
.sd-top-ph-number a {
	color: #cddae7;
}
/* ------------------------------------------------------------------------ */
/* 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: #00b2ce;	
}
.sd-menu-wrapper {
	float: right;
	margin-top: 32px;
}

.sd-menu-wrapper ul {
	list-style: none;
}
.sd-menu-content {
	clear: both;	
}
.mega-sub-menu {
	padding: 0 -10px !important;	
}
.sd-menu-nav {
	font-family: "Open Sans", Tahoma, sans-serif;	
}
.sd-menu-nav li {}
/* when max mega menu is disabled */
.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 {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;     
}

.sd-unstyled-menu .sd-menu-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 {
	list-style: inside none;
	margin: 0;
	padding: 0;

}
.sd-unstyled-menu .sd-menu-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 {
	display: block;
	font-size: 14px;
	outline: none;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
  
}
.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 {
	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 {
  top: 0;
  bottom: 0;
}
/* arrow pointer */
.sd-unstyled-menu .sd-menu-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 {
  top: 19px;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > a {
	color: #fff;
	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 {
  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 {
	background: #293949;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 38px;
	width: auto;
	z-index: 999;
}
.sd-unstyled-menu .sd-menu-nav ul li > ul {
	width: 200px;
}
.sd-unstyled-menu .sd-menu-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 {
	color: #98acc0;
	display: block;
	font-size: 13px;
	margin: 0;
	outline: none;
	padding: 8px 20px;
	position: relative;
	text-decoration: none;
}
.sd-unstyled-menu .sd-menu-nav ul ul a:hover {
	color: #98acc0;
}
.sd-unstyled-menu .sd-menu-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;	
}
.sd-free-quote,
.sd-quote-form .wpcf7-submit {
	background-color: #00b2ce;
	border-radius: 50px;
	box-shadow: 0 -4px rgba(0, 0, 0, .2) inset;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 13px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	margin-top: 28px;
	outline: none;
	padding: 0 20px;
	position: relative;
}
.sd-free-quote:hover,
.sd-quote-form .wpcf7-submit:hover {
	box-shadow: 0 -3px rgba(0, 0, 0, .2) inset;
	color: #fff;
	height: 49px;
	margin-bottom: 1px;
	opacity: 1;
	top: 1px;
}
.sd-free-quote:active,
.sd-quote-form .wpcf7-submit:active {
	box-shadow: 0 0 rgba(0, 0, 0, .2) inset;
	color: #fff;
	height: 47px;
	margin-bottom: 3px;
	opacity: 1;
	top: 3px;
}
/* top bar menu */

.sd-top-bar-nav ul {
	list-style: none;	
}

/* sticky menu */
.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: #344659;	
}
.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: #00b2ce;
	border-radius: 3px !important;
	color: #00b2ce;
}
#mega-menu-wrap-main-header-menu #mega-menu-main-header-menu > li.mega-sd-menu-button > a:hover {
	border-color: #00b2ce;
}
.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: #00b2ce;
}
.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: #00b2ce;
	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;
}

.tp-bullets.simplebullets.navbar {
	background: none;
	border: none;	
}
.sd-revslider .tp-bullets.simplebullets .bullet {
	background: #fff !important;
}
.tparrows::before {
	margin-top: 0 !important;
	width: auto !important;
}
/* page top */

.sd-page-top {
	background-color: #f3f6f8;
	padding: 40px 0;
}
.sd-page-top h1 {
	display: inline-block;
	font-size: 30px;
	padding-bottom: 0;
}
.sd-page-top-bg {
	background-color: #f3f6f8;
	padding: 40px 0;	
}
.sd-page-top-bg h1 {
	display: inline-block;
	font-size: 30px;
}
.sd-page-top-bg .sd-breadcrumbs {
	margin-top: 5px;	
}
.sd-breadcrumbs {
	color: #989898;
	font-size: 14px;	
}
/* ------------------------------------------------------------------------ */
/* 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 {
	margin-bottom: 30px;
	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%;
}
/* ------------------------------------------------------------------------ */
/* 06. Blog Entry
/* ------------------------------------------------------------------------ */

.sd-blog-entry {
	margin-bottom: 60px;
	position: relative;
}
.sd-blog-page .sd-entry-content p {
	margin-bottom: 30px;
}
.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-blog-entry .sd-entry-thumb {
	margin: 0;
	padding: 0;
}
.sd-blog-page .sd-blog-entry {
	padding-bottom: 50px;
}
.sd-entry-title {
	font-size: 14px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.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: #00b2ce;	
}
.sd-entry-wrapper .sd-post-format-icon {
	color: #00b2ce;
	font-size: 40px;
	margin-bottom: 20px;
}
.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 {
	margin-bottom: 30px;
}
.sd-entry-content {
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
}
.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 {
	margin-bottom: 30px;	
}
.sd-blog-entry .sd-entry-content p:last-child {
	margin-bottom: 0;
}
.sd-more-p {
	float: left;	
}
.sd-more,
.comment-reply-link,
.sd-submit-comments,
.sd-staff-form-submit .wpcf7-submit,
.post-password-form input[type="submit"] {
	background-color: #00b2ce;
	border: none;
	border-radius: 50px;
	box-shadow: 0 -4px rgba(0, 0, 0, .2) inset;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	margin-top: 28px;
	outline: none;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
}
.sd-more:hover,
.comment-reply-link:hover,
.sd-submit-comments:hover,
.sd-staff-form-submit .wpcf7-submit:hover,
.post-password-form input[type="submit"]:hover {
	box-shadow: 0 -3px rgba(0, 0, 0, .2) inset;
	color: #fff;
	height: 49px;
	margin-bottom: 1px;
	opacity: 1;
	top: 1px;
}
.sd-more:active,
.comment-reply-link:active,
.sd-submit-comments:active,
.sd-staff-form-submit .wpcf7-submit:active,
.post-password-form input[type="submit"]:active {
	box-shadow: 0 0 rgba(0, 0, 0, .2) inset;
	color: #fff;
	height: 47px;
	margin-bottom: 3px;
	opacity: 1;
	top: 3px;
}
.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: #00b2ce;
	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: #00b2ce;
	margin-right: 15px;	
}
.sd-next-post i {
	color: #00b2ce;
	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: #00b2ce;
	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;
	margin-top: 10px;
	text-align: left;
	text-transform: capitalize;
}
.sd-entry-meta,
.sd-entry-meta a {
	color: #989898;
	font-size: 13px;
}
.sd-entry-meta a:hover {
	color: #00b2ce;	
}
.sd-entry-meta ul {
	margin: 0;
	padding: 0;	
}
.sd-entry-meta ul li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}
.sd-entry-meta i {
	color: #00b2ce;
	margin-right: 2px;
}

.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: #ffffff;
}
.sd-related-posts span {
	text-transform: capitalize;
}
/* author box */ 

.sd-author-box {
	background-color: #f1f6f8;
	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: #00b2ce;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0;
	text-transform: capitalize;
}
.sd-author-bio ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.sd-author-bio ul li {
	float: left;
	margin-right: 10px;
}
.sd-author-box ul li a:hover {
	color: #00b2ce;	
}
.sd-author-bio p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 37px;
	margin-bottom: 20px;
}
.sd-author-posts {
	margin-top: 20px;	
}
.sd-author-icons li a {
	background-color: #d6e4ea;
	border-radius: 50px;
	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 {
	color: #666;
	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: #00b2ce;
	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: #00b2ce;
	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: #00b2ce;
	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: #00b2ce;
}
.sd-contact-me {
	background-color: #00b2ce;
	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 {
	color: #637285;
	font-size: 16px;
	margin-bottom: 35px;
	padding: 0;
	text-transform: uppercase;	
}
.comment-form .logged-in-as {
	margin-bottom: 15px;	
}
.sd-comments-wrapper {
	background-color: #fff;
}
.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 {
	margin-bottom: 20px;
}
.sd-comment-meta,
.sd-comment-date {
	color: #00b2ce;
	font: 400 11px/11px "Open Sans", Tahoma, sans-serif;	
	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 {
	color: #304254;
	display: inline-block;
	font: 400 16px/16px "Open Sans", 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 {
	background-color: #cad8de;
}
#cancel-comment-reply-link {
	color: #f00;	
}
#respond {
}
.sd-respond-inputs input,
.post-password-form input[type="password"] {
	height: 50px;
	line-height: 50px;
}
.sd-respond-inputs input,
.sd-respond-textarea textarea,
.post-password-form input[type="password"] {
	background-color: #f4f4f4;
	border: none;
	border-radius: 25px !important;
	outline: none;
	padding: 0 15px;
	width: 80%;
}
.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: #00b2ce;	
}
.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: #00b2ce;
	content:"\f0da";
	display: block;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 0;
}
/* 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: #00b2ce;
	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: #f3f6f8;
	border-radius: 24px;
	color: #435061;
	display: inline-block;
	font: 400 13px/15px "Open Sans", Tahoma, sans-serif;	
	margin-right: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}
.sd-current-page {
	background-color: #00b2ce;
	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 "Open Sans", Tahoma, sans-serif;	
	margin-right: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}
.sd-nav-previous a:hover,
.sd-nav-next a:hover {
	color: #00b2ce;
}
/* ------------------------------------------------------------------------ */
/* 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 #ddd;
}
#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: #00b2ce;
	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 {
	border: 2px solid #00b2ce;
	padding: 30px;
	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"] {
	width: auto;
}

.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: #00b2ce;
	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: #00b2ce;
}
.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 {
	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: #00b2ce;	
}
.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: #91a1b4;
}
.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: #00b2ce;
}

/* 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 {
	background-color: #435061;
	padding: 40px 0;	
}
.sd-newsletter-desc h4 {
	color: #fff;
	font-size: 18px;
}
.sd-newsletter-desc p {
	color: #91a1b4;	
}
.mc-field-group {
	float: left;
	width: 41%;	
}
.sd-newsletter input[type="text"],
.sd-newsletter input[type="email"] {
	border: none;
	border-radius: 3px !important;
	color: #435061;
	height: 42px;
	line-height: 42px;
	outline: none;
	padding: 0 15px;
	width: 95%;
}
.sd-newsletter input[type="submit"] {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	color: #435061;
	font: 700 13px/13px Montserrat, Tahoma, sans-serif;	
	height: 42px;
	padding: 0 20px;
	text-transform: uppercase;
}

/* 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: #00b2ce;
	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 {
	background-color: #344659;
	font-size: 16px;
	padding-top: 40px;
}
.sd-boxed-padding {
	padding-left: 40px !important;
	padding-right: 40px !important;	
}
.sd-footer-widgets {
	color: #768ba2;
}
.sd-footer-widgets a {
	color: #fff;	
}
.sd-footer-widgets a:hover {
	color: #00b2ce;	
}
.sd-footer-widgets .sd-more {
	color: #fff;
}
.sd-footer-widgets .sd-more:hover {
	color: #fff;
}
.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-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-1 {
	border-right: 1px solid #455a70;
	position: relative;
}
.sd-3-sidebars .sd-footer-sidebar-2,
.sd-4-sidebars .sd-footer-sidebar-2,
.sd-4-sidebars .sd-footer-sidebar-3 {
	border-right: 1px solid #455a70;
}
.sd-footer-sidebar-1,
.sd-footer-sidebar-2,
.sd-footer-sidebar-3,
.sd-footer-sidebar-3-last,
.sd-footer-sidebar-4 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.sd-footer-sidebar-4,
.sd-footer-sidebar-3-last {
	border: none;	
}
.sd-footer-sidebar-2-content-last {
	padding-left: 30px;	
}
.sd-footer-sidebar-1-content {
	padding-left: 0;	
}
.sd-footer-sidebar-4-content,
.sd-footer-sidebar-3-last .sd-footer-sidebar-3-content {
	padding-right: 0;	
}
.sd-3-sidebars-content-wrap {
	display: table;
}
.sd-3-sidebars-content {
	display: table-row;
	height: 100%;
}
.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: table-cell;
	float: none;
	height: 100%;
}
.sd-3-sidebars-content .sd-footer-sidebar-1-content {
	padding-right: 10px;	
}
.sd-3-sidebars-content .sd-footer-sidebar-2-content,
.sd-3-sidebars-content .sd-footer-sidebar-3-content {
	padding-left: 10px;
	padding-right: 10px;
}
.sd-3-sidebars-content .sd-footer-sidebar-3-content-last,
.sd-3-sidebars-content .sd-footer-sidebar-4-content-last {
	padding-left: 10px;
}
.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: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.sd-footer-widget-title span {
	color: #fff;
	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: #00b2ce;
}
/* copyright */
.sd-copyright-wrapper {
	background-color: #304254;
}
.sd-copyright {
	color: #768ba2;
	font-size: 14px;
	padding: 20px 0;
	position: relative;
}
.sd-copyright a {
	color: #768ba2;
}
.sd-copyright a:hover {
	color: #00b2ce;	
}

/* 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: #00b2ce;
}
.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: #00b2ce;	
}
.sd-copyright-menu {
	float: right;	
}
.sd-copyright-menu li {
	margin: 0 0 0 10px;	
}
/* 404 page */

.sd-404-page {
	padding: 100px 0;	
}
.sd-404-text {
	background-color: #00b2ce;
	border-radius: 400px;
	color: #fff;
	font-size: 150px;
	font-weight: 300;
	height: 400px;
	line-height: 400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 400px;
}
.sd-404-small-circle {
	background-color: #304254;
	border-radius: 100px;
	display: block;
	font-size: 35px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	right: 20px;
	text-align: left;
	top: 35px;
	width: 60px;
}
.sd-404-left h2 {
	color: #00b2ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 100px 0 30px;	
}
.sd-404-left p {
	color: #304254;
	font-size: 30px;
	font-weight: 300;
	line-height: 48px;
}
.sd-404-left .sd-free-quote {
	float: none;
}
/* latest blog shortcode */
.sd-latest-blog .sd-blog-entry {
	padding: 20px;
}
.sd-latest-blog .sd-blog-entry:hover {
	background-color: #f3f6f8;
}
.sd-latest-blog i {
	color: #00b2ce;
	font-size: 24px;
	margin-bottom: 20px;
}
.sd-latest-blog .sd-entry-title {
	font-size: 21px;
	font-weight: 400;
}
.sd-latest-blog .sd-latest-blog-date {
	display: block;
}
.sd-latest-blog-meta {
	color: #989898;
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}
.sd-latest-author {
	color: #00b2ce;
	display: block;
	margin-top: 20px;
}
.sd-latest-author a {
	text-transform: capitalize;	
}
.sd-latest-author img {
	border-radius: 50px;
	margin-right: 10px;	
}
/* 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: #00b2ce;
	border-bottom: 2px solid #fff;
	color: #3b454f;
}

.sd-tabs .sd-tab {
	background: #fff;
	border: 2px solid #00b2ce;
	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: #00b2ce;
	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 #00b2ce;
	border-bottom-color: #fff !important;
}
.wpb_tabs .wpb_tab {
	background: none !important;
	border-top: 2px solid #00b2ce;
}
.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: #00b2ce;	
}
.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-text,
.wpcf7-textarea,
.wpcf7-captchar {
	border: 1px solid #cfd4db;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-captchar:focus {
	border: 1px solid #00b2ce;
	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: #00b2ce;
	border: none;
	border-radius: 3px;
	color: #fff;
	font: normal 13px/13px Montserrat, Tahoma, sans-serif;
	padding: 15px 25px;
	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 #00b2ce;
	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: #00b2ce;	
}
.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: #fafcfd;
}
.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
/* ------------------------------------------------------------------------ */

.sd-insurance-tabs {
	position: relative;	
}
.sd-tab-section-title {
	font-size: 30px;
	left: 0;
	position: absolute;
	top: 36px;
}
.sd-insurance-tabs ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 100px 0 0;
	width: 244px;
}
.sd-insurance-tabs ul li a {
	border-bottom: 1px solid #dcdcdc;
	color: #304254;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 30px 20px;
}
.sd-insurance-tabs ul li:last-child a {
	border: none;
}
.sd-insurance-tabs ul li.active a {
	background-color: #e7edee;	
}
.sd-insurance-tabs ul li a i {
	float: left;
	padding: 0 10px 20px 0;
}
.sd-insurance-panels {

}
.sd-insurance-panel {
	background-color: #e7edee;
}
.sd-panel-wrap {
	padding: 50px 40px;
	position: relative;
}
.sd-panel-wrap p {
    color: #666;
}
.sd-panel-title {
	font-size: 24px;
	padding-bottom: 50px;
	padding-left: 80px;
}
.sd-panel-icon {
	background-color: #00b2ce;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	display: block;
	height: 100px;
	left: 40px;
	padding-top: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 55px;
}
.sd-panel-icon i {
	color: #fff;
	font-size: 30px;	
}
.sd-panel-img {
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 2000px;
}
/* testimonials slider */

.sd-testimonials-thumbs {
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}
.sd-testimonials-thumbs::after {
	border-bottom: 1px solid #d8e1e6;
	bottom: 8px;
	content: '';
	height: 1px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 70%;
}
.sd-testimonials-thumbs ol li {
	display: inline-block;
	position: relative;
}
.sd-testimonials-thumbs ol li::after {
	background-color: #e7e9e4;
	bottom: 0;
	content: '';
	left: 50%;
	height: 0;
	margin-left: -1px;
	position: absolute;	
	width: 2px;
}
.sd-testimonials-thumbs ol li.sd-flex-active::after {
	height: 30px;
	-webkit-transition: height .3s ease;
	   -moz-transition: height .3s ease;
		-ms-transition: height .3s ease;
		 -o-transition: height .3s ease;
			transition: height .3s ease;
}
.sd-testimonials-thumbs ol li {
	float: none;
	height: 100px;
	margin-right: 25px;
	width: 70px;	
}
.sd-staff-slider .sd-testimonials-thumbs ol li {
	height: 243px;
	margin-right: 100px;
	width: 213px;
}
.sd-staff-slider .flex-direction-nav {
	border-top: 1px solid #d8e1e6;
}
.sd-staff-slider .sd-testimonials-thumbs::after {
	width: 90%;	
}
.sd-staff-slider .sd-staff-slider-thumbs {
	margin: 0 auto !important;
	width: 839px;
}
.sd-staff-slider-thumbs .slides li {
	margin-right: 100px;
	position: relative;
}
.sd-staff-slider-thumbs img {
	border-radius: 300px;	
}
.sd-staff-slider .flexslider:hover .flex-prev {
	left: -50px;	
}
.sd-staff-slider .flexslider:hover .flex-next {
	right: -40px;	
}
.sd-staff-slider .flex-direction-nav a {
	margin-top: 0;
	top: 107px;	
}
.sd-staff-slider .flex-direction-nav a::before {
	content:"\f190";
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 26px !important;
	font-style: normal !important;
	font-weight: normal !important;
	height: auto !important;
}
.sd-staff-slider .flex-direction-nav a.flex-next::before {
	content: "\f18e";	
}
.sd-testimonials-thumbs ol li:last-child {
	margin-right: 0;
}
.sd-testimonials-thumbs ol li img {
	border-radius: 100px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	opacity: 1;
}
.sd-testimonials-thumbs .flex-active {
	-webkit-filter: none;
	filter: none;
}
.sd-testimonials .flexslider {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.sd-testimonials-slider {
	text-align: center;	
}
.sd-testimonials-slider .sd-testimonial-author {
	color: #00b2ce;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 40px;
}
.sd-testimonials-slider .sd-testimonial-author span {
	color: #818e96;
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-top: 5px;
}
.sd-testimonials-slider .sd-testimonial-content {
	color: #849aa8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	padding: 0 25%;
}
.sd-testimonial-content p {
	margin-bottom: 20px;	
}
.sd-testimonial-content p:last-child {
	margin-bottom: 0;	
}
.sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap {
	position: relative;	
}
.sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap::before,
.sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap::after {
	color: #d9e1e6;
	content: open-quote;
	font-family: "Times New Roman", Times, serif;
	font-size: 122px;
	font-weight: bold;
	left: -120px;
	position: absolute;
	top: 0;
	width: 60px;
}
.sd-staff-slider .sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap::before,
.sd-staff-slider .sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap::after {
	content: normal;
}
.sd-staff-slider-thumbs li {
	padding-bottom: 30px;	
}
.sd-staff-slider-thumbs li:last-child {
	padding-bottom: 0;	
}
.sd-staff-slider-thumbs li img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
			user-select: none;

}
.sd-staff-slider-content .sd-testimonial-author {
	margin-bottom: 20px;	
}
.sd-staff-slider-thumbs li.flex-active-slide img {
	-webkit-filter: none;
	    	filter: none;
}
.sd-staff-slider-thumbs li::after {
	display: block;
	background-color: #e7e9e4;
	bottom: 0;
	content: '';
	left: 50%;
	height: 0;
	margin-left: -1px;
	position: absolute;	
	width: 2px;
}
.sd-staff-slider-thumbs li.flex-active-slide::after {
	height: 30px;
	-webkit-transition: height .3s ease;
	   -moz-transition: height .3s ease;
		-ms-transition: height .3s ease;
		 -o-transition: height .3s ease;
			transition: height .3s ease;
}

.sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap::after {
	bottom: 0;
	content: close-quote;
	left: auto;
	right: -120px;
	top: auto;
}
.sd-static-testimonial-item {
	margin-bottom: 30px;	
}
.sd-testimonial-wrap {
	background-color: #fff;
	border: 1px solid #f3f3f3;
	padding: 30px;	
}
.sd-box-shadow {
	border: 1px solid #f3f3f3;
	box-shadow: 0 -6px 35px #f9f9f9;
}
.sd-testimonial-img {
	float: left;	
}
.sd-testimonial-img img {
	border-radius: 100px;
	margin-right: 30px;	
}
.sd-testimonials-static .sd-testimonial-meta {
	padding-top: 15px;
}
.sd-testimonials-static .sd-testimonial-author {
	color: #00b2ce;
	display: inline-block;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sd-testimonials-static .sd-testimonial-author span {
	color: #b5c2ca;
	display: block;
	font-family: "Open Sans", Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.sd-testimonials-static .sd-testimonial-content {
	color: #849aa8;
	font: 400 18px/30px Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;	
}
.sd-testimonials-static .sd-testimonial-content .sd-testimonial-content-wrap {
	padding: 0 20px;
	position: relative;	
}
.sd-testimonials-static .sd-testimonial-content .sd-testimonial-content-wrap::before,
.sd-testimonials-static .sd-testimonial-content .sd-testimonial-content-wrap::after {
	color: #d9e1e6;
	content: open-quote;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	left: -5px;
	position: absolute;
	top: 0;
	width: 20px;
}
.sd-testimonials-static .sd-testimonial-content .sd-testimonial-content-wrap::after {
	bottom: 0;
	content: close-quote;
	left: auto;
	right: 0px;
	top: auto;
}

/* cf 7 free quote */

.sd-quote-form {
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-width: 0 1px;
	padding: 50px 30px;
	position: relative;
}
.sd-quote-form:before,
.sd-quote-form:after {
	border-radius:100px / 10px;
	bottom:10px;
	box-shadow:0 0 20px rgba(0, 0, 0, .1);
	content:"";
	left:0;
	position:absolute;
	right:0;
	top:10px;
	z-index:-1;
}
.sd-quote-form:after {
	left:auto;
	right:10px;
	transform:skew(8deg) rotate(3deg);
}
.wpcf7-form-control-wrap {
	position: relative;	
}
.sd-quote-form input,
.sd-quote-form textarea {
	background: none;
	border: 2px solid #e9e9e9;
	border-radius: 0;
	border-width: 0 0 2px;
	color: #989898;
	max-width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}
.sd-quote-form textarea {
	height: 100px;	
}
.sd-quote-form input:focus,
.sd-quote-form textarea:focus {
	border: 2px solid #00b2ce;
	border-width: 0 0 2px;
	outline: none;
}
.sd-quote-form .wpcf7-form-control-wrap {
	display: inline-block;
	max-width: 100%;
}
.sd-quote-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-quote-form-captcha-focus {
	border-color: #00b2ce;	
}
.sd-quote-form-captcha input {
	border: none;
	width: 100%;
}
.sd-quote-form-captcha input:focus {
	border: none;	
}
.sd-quote-form-captcha input:focus .sd-inquiry-captcha {
	border-bottom: 2px solid #00b2ce;
}
.sd-quote-form-submit {
	text-align: center;	
}
.sd-quote-form .wpcf7-submit {
	border: none;
	float: none;
	outline: none;
}
.sd-quote-form .wpcf7-submit:focus {
	border: none;	
}
.sd-quote-form-captcha .wpcf7-form-control-wrap {
    float: left;
    width: 70%;
}
.sd-captcha-wrap {
	display: inline-block;
	position: relative;	
}
.sd-quote-form .wpcf7-captchac {
	margin-top: -30px;
	position: relative;
}
.sd-quote-form textarea::-webkit-input-placeholder,
.sd-quote-form input::-webkit-input-placeholder {
	color: #989898;
	opacity: .8;
}
.sd-quote-form textarea:-moz-placeholder,
.sd-quote-form input:-moz-placeholder { /* Firefox 18- */
	color: #989898;
	opacity: .8;
}
.sd-quote-form textarea::-moz-placeholder,
.sd-quote-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #989898;
	opacity: .8;  
}
.sd-quote-form textarea::-ms-input-placeholder,
.sd-quote-form input::-ms-input-placeholder {  
	color: #989898;
	opacity: .8;
}
.sd-quote-form-product span {
	position: relative;
	width: 100%;
}
.sd-quote-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-quote-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-quote-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%;	
}
/* 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 #00b2ce;
	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 #00b2ce;
	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: 30px !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;
}
.sd-list-icon .aio-icon {
	margin-top: 4px !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. Responsive
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {
	.sd-boxed {
		width: 1200px;	
	}
	.sd-insurance-tabs ul {
		width: 294px;	
	}
}

/* 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: 33px;
		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;	
	}
	.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-staff-slider .sd-staff-slider-thumbs {
		width: auto;
	}
	.sd-staff-slider .flexslider:hover .flex-prev {
		left: 10px;	
	}
	.sd-staff-slider .flexslider:hover .flex-next {
		right: 10px;	
	}
	.sd-insurance-tabs ul {
		float: none;
		width: 100%;	
	}
	.sd-testimonials-thumbs ol li::after,
	.sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap::before,
	.sd-testimonials-slider .sd-testimonial-content .sd-testimonial-content-wrap::after {
		display: none;	
	}
	.sd-testimonials-slider .sd-testimonial-content {
		padding: 0;	
	}
	.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;	
	}
	.comment-list .children,
	.comment-list .children li,
	.comment-list .children li ul li {
		padding-left: 0 !important;
	}
/* phone landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */