
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900);
/* 1 - Google Font 
---------------------------------------------------------*/

/* 2 - General Styles 
---------------------------------------------------------*/

ul.mylist {
	margin:2px 0 10px 70px;
	padding:0px;
}

ul.mylist li{
	margin:0px;
	padding:4px 0px;
	list-style-image:url(../images/caret1.png);
	color:#333;
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
}


.mytable {
	background:#7fbcb0;
	padding:0px;
	margin:0px;
	border-collapse:separate;
    border-spacing: 1px;
	box-shadow:0 0 6px #999;
	-moz-box-shadow:0 0 4px #999;
	-webkit-box-shadow:0 0 4px #999;
	-ms-box-shadow:0 0 4px #999;
	-o-box-shadow:0 0 4px #999;
	border:0px;
	margin-bottom:20px !important;
}

.mytable td{
	padding:3px 8px;
	margin:0px;
	font-size:14px;
	color:#333;
	line-height:26px;
	border:0px;
	background:none !important;	
	}
.mytable tr:nth-child(odd){
	background:#f4f4f4 ;
	}	
	
.mytable tr:nth-child(even){
	background:#ffec95 ;
	}
	
	
.mytable td strong{
	color:#FFF;
	font-size:12px;
	line-height:14px;
	}



body {
	/*background: #e2e4ff;*/
	color: #808080;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
p {

	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	color:#333;
	font-size:14px;
}

/**
a {
	color: #fff;
}
**/

a, a:after, a:before, .btn, .btn:after, .btn:before, .transition {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
a:focus, a:hover {
	text-decoration: none;
}
.btn, button, a:focus {
	outline: none;
	outline-offset: 0;
}
.white-bg {
	background-color : #ffffff;
}
/** 
.green-bg {
	background: url(../images/line_double_02.jpg) left top repeat-x #fff;
} 
**/

h1, h2, h3, h4, h5, h6 {
	color: #404040;
	font-family: "Raleway", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
img {
	max-width: 100%;
	height: auto;
}
.mark, mark {
	background-color: #CEE2E2;
}
.lrp5 {
	padding-left: 5px;
	padding-right: 5px;
}
.row5 {
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.lrp10 {
	padding-left: 10px;
	padding-right: 10px;
}
.row10 {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.tp60 {
	padding-top: 60px;
}
.bp60 {
	padding-bottom: 60px;
}
.p20 {
	padding: 20px;
}
.overlay {
	background: rgba(0, 105, 92, 0.35);
}
.background-image {
	background-position: 50% 0;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
}
.shortcode-title {
	margin-bottom: 30px;
}
/* 2.1 - Section Title
---------------------------------*/
.section-title {
	font-size: 1.5em;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}
.section-title.white {
	color: #ffffff;
}
.section-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #009688;
}
.section-title.white:after {
	background: #ffffff;
}
/* 2.1 - Section Title
---------------------------------*/


/* 2.2 - Accordions 
---------------------------------*/
.panel-group {
	padding-bottom: 10px;
}
.panel-group .panel {
	border-radius: 0;
	border-width: 0px;
	border-color: transparent !important;
	margin-bottom: 30px;
}
.panel-default>.panel-heading {
	background-color: transparent;
	min-height: 50px;
	padding: 0;
}
.panel-title {
	font-size: 25px;
}
.panel-title a {
	color: #ffffff;
	font-weight: 800;
	line-height: 70px;
	display: inline-block;
	padding: 0 15px;
	background-color: #455a64;
	border: 2px solid #455a64;
	width: 100%;
	position: relative;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.panel-title a.collapsed {
	background-color: #90a4ae;
	border-color: #90a4ae;
}
.panel-group .panel-title a:before {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #edf2f2;
	color: #455a64;
	text-align: center;
	font-family: FontAwesome;
	content: "\f0d8";
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.panel-group .panel-title a.collapsed:before {
	position: absolute;
	width: 30px;
	height: 30px;
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.style-1 .panel-title a:before {
	content: "\f139"!important;
}
.style-1 .panel-title a.collapsed:before {
	content: "\f13a"!important;
}
.style-2 .panel-title a:before {
	content: "\f056"!important;
}
.style-2 .panel-title a.collapsed:before {
	content: "\f055"!important;
}
.style-3 .panel-title a:before {
	content: "\f068"!important;
}
.style-3 .panel-title a.collapsed:before {
	content: "\f067"!important;
}
.panel-body {
	padding: 30px;
	line-height: 25px;
	border: 2px solid #f1f2f7;
	border-top-color: transparent;
}
/* 2.2 - Accordions End
---------------------------------*/


/* 2.3 - Tabs
---------------------------------*/
.tabs-container {
	border: 3px solid #f1f2f7;
	margin-bottom: 15px;
}
.nav-tabs {
	border-bottom: none;
	background-color: #f2f2f2;
}
.nav-tabs>li>a {
	color: #262626;
	font-weight: 800;
	line-height: 50px;
	border-radius: 0;
	border-color: transparent;
	border-right-color: #ffffff;
	margin-right: 0;
	padding: 0 20px;
	height: 50px;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
}
.nav-tabs>li:last-child>a {
	border-right-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #238d83;
	border-color: #ffffff;
	position: relative;
}
.nav-tabs>li.active>a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #238d83;
	top: -4px;
	left: 0;
}
.nav-tabs>li>a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}
.tab-content {
	padding: 20px;
	background: #ffffff;
}
.v2.tabs-container {
	border: 0px solid transparent;
}
.v2 .tab-content {
	border-top: 2px solid #bebebe;
}
.v2 .nav-tabs>li.active>a:before {
	display: none;
}
.v2 .nav-tabs>li {
	margin-bottom: -2px;
	border: 2px solid transparent;
	border-bottom: 0px solid transparent;
}
.v2 .nav-tabs>li.active {
	border: 2px solid #bebebe;
	border-bottom: 0px solid transparent;
}
.v2 .nav-tabs {
	background: transparent;
}
.v2 .nav-tabs>li>a {
	color: #b5b5b5;
}
.v2 .nav-tabs>li.active>a, .v2 .nav-tabs>li.active>a:hover, .v2 .nav-tabs>li.active>a:focus {
	color: #404040;
}
.v2 .tab-content {
	padding: 20px 0 0 0;
}
.tab-figure figure {
	padding-top: 30px;
	padding-bottom: 10px;
}
.tab-figure figcaption p {
	font-size: 13.5px;
	font-weight: 300;
	font-style: italic;
	padding-top: 20px;
}
.tabs-container .continue-reading.medium-btn, .tabs-container .continue-reading {
	padding-bottom: 25px;
}
/* 2.3 - Tabs End
---------------------------------*/


/* 2.4 - Carousel Indicators
---------------------------------*/
.carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	margin: 0px;
	border: 0px solid transparent;
}
.white-bg .carousel-indicators li.active, .carousel-indicators li.active {
	background: #73c7bf;
}
.white-bg .carousel-indicators li {
	background: #d0d0d0;
}
/* 2.4 - Carousel Indicators
---------------------------------*/



/* 2.5 - Hexagon
---------------------------------*/
.hex {
	position: relative;
	width: 142px;
	height: 88px;
	border-radius: 10px;
	margin: 85px auto 62px auto;
}
.hex:before, .hex:after {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
	margin-left: -1px;
}
.hex, .hex:before, .hex:after {
	border-left: 2px solid #009688;
	border-right: 2px solid #009688;
	background: #009688;
}
.hex:before {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hex:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.hex.hex-margin {
	margin-bottom: 60px;
}
.hex-icon {
	color: #ffffff;
	font-size: 4.0625em;
	line-height: 85px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.hex, .hex:after, .hex:before, .hex-icon {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
/* 2.5 - Hexagon End
---------------------------------*/



/* 2.6 - Buttons 
---------------------------------*/
.btn {
	background: #d3e9e7;
	border-radius: 0;
	color: #252525;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(0,0,0,.15);
	font-size: 0.875em;
	line-height: 25px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.btn i {
	padding-left: 3px;
}
.md-btn {
	line-height: 25px;
	padding: 0 10px;
}
.lg-btn {
	font-size: 0.9375em;
	line-height: 65px;
	padding: 0 47px;
}
.btn:hover {
	background: #009688;
	color: #ffffff;
}
/* 2.6 - Buttons 
---------------------------------*/



/* 2.7 - Continue Reading Button
---------------------------------*/ 
.continue-reading {
	padding-top: 10px;
	padding-bottom: 20px;
}
.continue-reading a {
	background: #d3e9e7;
	color: #252525;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 0.8125em;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #cacece;
}
.continue-reading a:hover {
	background: #009688;
	color: #ffffff;
}
.continue-reading.large-btn {
	padding-bottom: 60px;
}
.continue-reading.large-btn a {
	font-size: 0.9375em;
	line-height: 70px;
	padding: 0 47px;
}
.continue-reading.large-btn a i {
	padding-left: 5px;
}
.continue-reading.medium-btn {
	padding-bottom: 50px;
}
.continue-reading.medium-btn a {
	font-size: 0.9375em;
	line-height: 60px;
	padding: 0 47px;
}
.continue-reading.medium-btn a i {
	padding-left: 5px;
}
/* 2.7 - Continue Reading Button End
---------------------------------*/  



/* 2.8 - Call Us box
---------------------------------*/
.call-us-box {
	padding: 25px 0;
}
.call-us-box .phone-icon {
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 15px;
	background: #73c7bf;
	text-align: center;
	margin-right: 25px;
}
.call-us-box .phone-icon .icon {
	font-size: 5em;
	line-height: 90px;
	color: #ffffff;
}
.call-us-box .call-text {
	font-weight: 800;
	font-size: 1.125em;
	padding-top: 10px;
	text-transform: uppercase;
}
.call-us-box .phone-number {
	display: block;
	color: #73c7bf;
	;
}
/* 2.8 - Call Us box End
---------------------------------*/


/* 2.9 - Form Elements 
---------------------------------*/ 
.form-control {
	border-radius: 0;
	height: 35px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
.form-control:focus {
	border-color: rgba(115, 199, 191, 1);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(115, 199, 191, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(115, 199, 191, 0.6);
}
.submit-btn {
	margin: 30px 0;
}
/* Checkbox Button
-------------------------*/
.checkbox-btn + label {
	font-weight: normal;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	z-index: 0;
	padding-right: 20px;
	font-weight: 600;
	font-size: 16px;
}
input[type="checkbox"].checkbox-btn {
	display: none;
}
input[type="checkbox"].checkbox-btn + label:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #e6e6e6;
	z-index: 1;
}
input[type="checkbox"].checkbox-btn + label:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 4px;
	color: #afacac;
	z-index: 2;
	font-size: 20px;
}
.checkbox-btn.checkbox-lg + label {
	padding-left: 35px;
	line-height: 35px;
}
input[type="checkbox"].checkbox-btn.checkbox-lg + label:after {
	width: 25px;
	height: 25px;
}
input[type="checkbox"].checkbox-btn.checkbox-lg + label:before {
	top: -8px;
	left: 8px;
	font-size: 30px;
}
input[type="checkbox"].checkbox-btn:checked + label:before {
	content: "\2713";
}
input[type="checkbox"].checkbox-btn:checked + label:after {
	border-color: #e6e6e6;
}
input[type="checkbox"].checkbox-btn.light-blue:checked + label:before {
	color: #009688;
}
input[type="checkbox"].checkbox-btn.light-blue:checked + label:after {
	border-color: #009688;
}
input[type="checkbox"].checkbox-btn.light-red:checked + label:before {
	color: #e12444;
}
input[type="checkbox"].checkbox-btn.light-red:checked + label:after {
	border-color: #e12444;
}
input[type="checkbox"].checkbox-btn.light-green:checked + label:before {
	color: #1fb538;
}
input[type="checkbox"].checkbox-btn.light-green:checked + label:after {
	border-color: #1fb538;
}
/* Checkbox Button End
-------------------------*/


/* Radio Button
-------------------------*/
.radio-btn + label {
	font-weight: normal;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	z-index: 0;
	padding-right: 20px;
	font-weight: 600;
	font-size: 16px;
}
input[type="radio"].radio-btn {
	display: none;
}
input[type="radio"].radio-btn + label:after {
	content: "";
	position: absolute;
	border-radius: 100%;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #e6e6e6;
	z-index: 1;
}
input[type="radio"].radio-btn + label:before {
	content: "";
	border-radius: 100%;
	background: transparent;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 8px;
	left: 4px;
	color: #afacac;
	z-index: 2;
}
.radio-btn.radio-lg + label {
	padding-left: 35px;
	line-height: 35px;
}
input[type="radio"].radio-btn.radio-lg + label:after {
	width: 25px;
	height: 25px;
}
input[type="radio"].radio-btn.radio-lg + label:before {
	width: 15px;
	height: 15px;
	top: 9px;
	left: 5px;
}
input[type="radio"].radio-btn:checked + label:before {
	background: #afacac;
}
input[type="radio"].radio-btn:checked + label:after {
	border-color: #e6e6e6;
}
input[type="radio"].radio-btn.light-blue:checked + label:before {
	background: #009688;
}
input[type="radio"].radio-btn.light-blue:checked + label:after {
	border-color: #009688;
}
input[type="radio"].radio-btn.light-red:checked + label:before {
	background: #e12444;
}
input[type="radio"].radio-btn.light-red:checked + label:after {
	border-color: #e12444;
}
input[type="radio"].radio-btn.light-green:checked + label:before {
	background: #1fb538;
}
input[type="radio"].radio-btn.light-green:checked + label:after {
	border-color: #1fb538;
}
/* Radio Button End
-------------------------*/
/* 2.9 - Form Control  End 
---------------------------------*/ 


/* 2.10 - Banners 
---------------------------------*/ 
.banners {
	padding: 30px 0 30px 0;
}
.banner-item {
	background: #e5ebed;
	position: relative;
	padding: 5px 30px 10px 50px;
	margin-bottom: 10px;
	z-index: 0;
	overflow: hidden;
}
.banner-item .banner-icon {
	color: #ced7da;
	font-size: 7.4375em;
	position: absolute;
	left: -29px;
	top: -42px;
	z-index: -1;
}
.banner-item .banner-title {
	font-size: 1.5em;
	font-weight: 900;
	line-height: 30px;
}
.banner-item, .banner-item .banner-icon, .banner-item .banner-txt, .banner-item .banner-title {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.banner-item:hover {
	background: #73c7bf;
}
.banner-item:hover .banner-icon {
	color: #8fe1d9;
}
.banner-item:hover .banner-txt, .banner-item:hover .banner-title {
	color: #ffffff;
}
/* 2.10 - Banners End
---------------------------------*/ 

 
.form-sub-heading {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 1.125em;
	padding-top: 50px;
	padding-bottom: 20px;
	clear: both;
}
.form-small-heading {
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding-bottom: 13px;
	padding-top: 40px;
}
/* 2 - General Styles End
---------------------------------------------------------*/


/* 3 - Header top
---------------------------------------------------------*/
.header-top {
	min-height: 100px;
	padding: 8px 0 8px 0;
}
.header-top .logo {
	
}
.logo .navbar-brand {
	padding: 0;
}
.header-top .top-quote {
	max-width: 370px;
	position: relative;
	padding-left: 30px;
}
.header-top .top-quote .quote {
	color: #7bc1b8;
	font-family: Raleway, sans-serif;
	margin: 0;
	padding: 0;
}
.header-top .top-quote:before {
	content: '';
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 2px;
	position: absolute;
	background: #35827b;
}
.header-top .top-quote:after {
	content: "\f10d";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: 0;
	left: 10px;
	color: #35827b;
}
.header-top .cell {
	color: #f27b06;
	font-size: 1.0625em;
	font-weight: 600;
	margin-top:10px;
}
.header-top .social-icon{
	margin-top:10px;
}

.header-top .social-icon a {
	color: #f27b06;
	font-size: 1.3125em;
	padding:0px 4px;
}
.header-top .social-icon a:hover {
	color: #ffffff;
}
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.tp-banner {
	width: 100%;
	position: relative;
}
/* 3 - Header top End 
---------------------------------------------------------*/


/* 4 - Main Menu 
---------------------------------------------------------*/
.main-menu-container {
	min-height: 50px;
	background: #f0f5f6;
}
.main-menu-container .navbar {
	margin-bottom: 0;
	border: 0px solid transparent;
}
.navbar-nav li a {
	font-family: "Raleway", sans-serif;
}
.navbar-default .navbar-nav>li>a {
	color: #252525;
	padding: 0 23px;
	font-size: 1.0625em;
	line-height: 50px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #00695c;
}
nav.navbar-collapse, .navbar-nav>li:first-child>a {
	padding-left: 0;
}
nav.navbar-collapse, .navbar-nav>li:last-child>a {
	/*padding-right: 0;*/
}
.navbar-nav>li>a {
	position: relative;
}
.navbar-nav>li>a:after, .navbar-nav>li>a:before {
	content: "";
	position: absolute;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-nav>li>a:after {
	bottom: 0;
	left: 43px;
	right: 43px;
	height: 2px;
	background: #002a42;
}
.navbar-nav>li>a:before {
	top: 100%;
	left: 50%;
	height: 12px;
	width: 12px;
	margin-left: -6px;
	border-style: solid;
	border-width: 6px;
	border-color: #cf132b transparent transparent transparent;
}
.navbar-nav>li:first-child>a:after {
	left: 0;
}
.navbar-nav>li:last-child>a:after {
	/*right: 0;*/
}
.navbar-nav>li:first-child>a:before {
	/*margin-left: -28px;*/
}
.navbar-nav>li:last-child>a:before {
	left: inherit;
	right: 50%;
	margin-left: inherit;
	margin-right: -28px;
}
.navbar-nav>li.current-menu-item>a:after, .navbar-nav>li.current-menu-item>a:before, .navbar-nav>li>a:hover:after {
	opacity: 1;
}
.menu-item-has-children {
	position: relative;
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	list-style: none;
	padding: 0;
	width: 240px;
	z-index: 999;
	display: none;
}
.navbar-nav>li:first-child>.sub-menu {
	left: 0;
}
.sub-menu>li>.sub-menu {
	top: 0;
	left: 100%;
}

/**.sub-menu>li {
	background: #2d69bf;
} **/

.sub-menu>li>a {
	width: 100%;
	padding: 0 15px;
	display: inline-block;
	line-height: 40px;
/**	color: #fff; **/
	transition:linear 0.6s;
	-moz-transition:linear 0.6s;
	-webkit-transition:linear 0.6s;
	-o-transition:linear 0.6s;
	-ms-transition:linear 0.6s;
} 

/**.sub-menu>li>a:hover {
	background:#07aefb;
	color:#fff;
} **/

/* 4 - Main Menu  End 
---------------------------------------------------------*/



/* 5 - Home Page
---------------------------------------------------------*/
/* 5.1 - Top Banner
---------------------------------*/ 
.top-banner {
}
.top-banner-item {
	padding: 175px 0;
}
.top-banner-title-1, .top-banner-title-2 {
	color: #ffffff;
	text-transform: inherit;
	margin: 0;
}
.top-banner-title-1 {
	font-size: 4.125em;
}
.top-banner-title-2 {
	font-size: 2.9375em;
	padding-bottom: 5px;
}
.top-banner-btn {
	padding-top: 60px;
	padding-bottom: 10px;
}
.tp-caption .btn {
	color: #252525;
}
.tp-caption .btn:hover {
	color: #ffffff;
}
.tp-caption video.full-widht {
	width: 100%;
	height: 100;
}
/* 5.1 - Top Banner End
---------------------------------*/ 
/* 5.1 - Articles Section
---------------------------------*/ 
.post-content {
	margin-top: 40px;
}
.featured-img img {
	width: 100%;
}
.post-title {
	font-size: 1.25em;
	padding-top: 15px;
	padding-bottom: 10px;
}
.post-title a {
	color: #404040;
}
/* 5.1 - Articles Section End
---------------------------------*/ 


/* 5.2 - Mission Section   
---------------------------------*/ 
.mission {
	padding-top: 10px;
	padding-bottom: 35px;
}
.mission-container {
	background: #07aefb;
	padding: 10px 15px 20px 15px;
}
.mission-text {
	color: #ffffff;
	font-size: 1.0625em;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	max-width: 970px;
	margin: 0 auto;
}
/* 5.2 - Mission Section End
---------------------------------*/ 


/* 5.3 - Service Section 
---------------------------------*/ 
.service-item {
	padding-bottom: 63px;
}
.service-title {
	text-align: center;
	font-size: 1.25em;
}
.service-txt {
	text-align: center;
}
.service-item:hover .hex, .service-item:hover .hex:after, .service-item:hover .hex:before, .hex-icons .item:hover .hex, .hex-icons .item:hover .hex:after, .hex-icons .item:hover .hex:before {
	background: #00695c;
	border-left-color: #00695c;
	border-right-color: #00695c;
}
/* 5.3 - Service Section End
---------------------------------*/ 



/* 5.4 - About Us Section
---------------------------------*/ 
.about-us .pull-right, .about-us .pull-left {
	padding-bottom: 15px;
}
.about-left-box {
	background: #ffffff;
	padding: 12px;
	margin-bottom: 20px;
	margin-top: 2px;
}
.about-right-box {
}
.why-choose {
	margin-top: 0;
	font-size: 1.25em;
}
.about-right-box .post-content {
	margin-top: 10px;
}
.about-right-box .post-title {
	padding-top: 0;
	margin-top: 0;
	font-size: 1.125em;
	font-weight: 800;
}
.about-right-box .continue-reading {
	padding-bottom: 15px;
}
/* 5.4 - About Us Section End
---------------------------------*/ 



/* 5.5 - Galley Section
---------------------------------*/ 
.gallery {
	margin-bottom: 80px;
}
.gallery .section-title {
	margin-bottom: 30px;
}
.gallery-item {
	position: relative;
	z-index: 0;
}
.gallery-item-link {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -15px;
	left: 50%;
	margin-left: -25px;
	opacity: 0;
}
.gallery-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 0;
	background: rgba(0, 105, 92, 0.3);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.gallery-item:hover:after {
	opacity: 1;
}
.gallery-item:hover .gallery-item-link {
	opacity: 1;
	z-index: 1;
}
.gallery-item-link .hex {
	margin: 0;
	height: 29px;
	width: 50px;
	border-radius: 4px;
}
.gallery-item-link .hex:after, .gallery-item-link .hex:before, .gallery-item-link .hex {
	background: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1);
}
.gallery-item-link:hover .hex:after, .gallery-item-link:hover .hex:before, .gallery-item-link:hover .hex {
	background: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
}
.gallery-item-link .hex-icon {
	font-size: 18px;
	line-height: 30px;
	color: rgba(0, 105, 92, 1);
}
/* 5.5 - Galley Section End 
---------------------------------*/ 

/* 5 - Home Page End
---------------------------------------------------------*/



/* 6 - Pages 
---------------------------------------------------------*/
.page-naem-container {
	padding: 10px 0 30px 0;
	background:url(../images/titlebg.jpg) top left no-repeat #071b62;
}
.page-naem-container .page-name {
	font-size: 1.875em;
	margin-bottom: 5;
}
.current-page-link {
	color: #fff;
	font-size: 0.875em;
	font-family: "Raleway", sans-serif;
}
.current-page-link a {
	color: #fff;
	padding-right: 5px;
}
.current-page-link a+i {
	padding-right: 5px;
}
.current-page-link a:hover {
	color: #ffc000;
}
.page-container {
	padding: 50px 0 20px 0;
}
.post-container {
	padding-right: 0px;
}
.post-thumbnail figure {
	position: relative;
	z-index: 0;
}
.post-thumbnail figure:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0, 105, 92, 0.3)
}
.post-thumbnail figcaption {
	position: absolute;
	top: 50%;
	left: 60px;
	right: 60px;
	line-height: 66px;
	margin-top: -90px;
}
.post-thumbnail img {
	max-width: inherit;
	width: 100%;
	height: auto;
}
.post-thumbnail .image-caption {
	z-index: 3;
	color: #ffffff;
	font-size: 3.4375em;
	text-transform: inherit;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.post-thumbnail:hover .image-caption {
	opacity: 0;
}
/* 6 - Pages End
---------------------------------------------------------*/
 


/* 7 - Post
---------------------------------------------------------*/
.post blockquote {
	padding: 0px 30px 0px 50px;
	font-style: italic;
	color: #00695c;
	line-height: 30px;
	font-size: 1.125em;
	border-left: none;
	position: relative;
}
.post blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: 0px;
	left: 5px;
	color: #bfbebe;
	font-size: 2.5em;
	font-style: normal;
}
.post p {
	margin-bottom: 20px;
}
.post .post-title {
	font-size: 2.1875em;
}
.sub-post {
	padding-top: 15px;
	padding-bottom: 40px;
}
.sub-post .title {
	font-size: 1.5625em;
	margin-bottom: 15px;
}
.sub-post p {
	margin-bottom: 30px;
}
.sub-post .we-do-img {
	padding-top: 27px;
}
.alignleft {
	float: left;
	padding: 27px 40px 20px 0;
}
.alignright {
	float: right;
	padding: 27px 0 20px 40px;
}
.aligncenter {
	text-align: center;
	padding: 27px 0 20px 0;
}
.aligncenter+p, .alignright+p, .alignleft+p {
	padding-top: 40px;
}
.panel-body .alignleft, .panel-body .alignright, .panel-body .aligncenter .tab-pane .alignleft, .tab-pane .alignright, .tab-pane .aligncenter {
	padding-top: 10px;
	padding-bottom: 10px;
}
.panel-body .alignleft+p, .panel-body .alignright+p, .panel-body .aligncenter+p .tab-pane .alignleft+p, .tab-pane .alignright+p, .tab-pane .aligncenter+p {
	padding-top: 0;
}
.panel-body p, .tab-pane p {
	margin-bottom: 30px;
}
.sub-section {
	padding-bottom: 30px;
}
.sub-section .btn {
	margin-top: 30px;
}
.light-green-title {
	color: #73c7bf;
	font-size: 1.125em;
	font-weight: 700;
	text-transform: inherit;
	padding-bottom: 10px;
}
.dot-bullet-list {
	list-style: none;
}
.dot-bullet-list li {
	position: relative;
	padding: 5px 10px;
}
.dot-bullet-list li:before {
	position: absolute;
	color: #73c7bf;
	top: 9px;
	left: -15px;
	content: "\f18e";
	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);
}
/* 7 - Post End
---------------------------------------------------------*/



/* 8 - About Page
---------------------------------------------------------*/ 
.testimonial-box {
	margin: 60px 0;
	padding: 50px;
	padding-bottom: 0px;
}
.testimonial-box .carousel-inner {
	padding-bottom: 55px;
}
.testimonial-box .testimonial {
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	font-size: 0.9375em;
	text-transform: uppercase;
	color: #808080;
	letter-spacing: .5px;
	line-height: 26px;
}
.testimonial-author-location, .testimonial-author {
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
	margin-top: 0;
}
.testimonial-author {
	font-size: 1em;
	font-weight: 800;
}
.testimonial-author:after {
	content: "-";
	padding: 0 5px;
}
.testimonial-author-location {
	font-size: 0.875em;
	font-weight: 400;
	color: #a8a8a8;
}
/* 8 - About Page End
---------------------------------------------------------*/


/* 9 - Funeral Page
---------------------------------------------------------*/
.funeral-page .panel-title a {
	background-color: #303f9f;
	border: 2px solid #303f9f;
}
.funeral-page .panel-group .panel-title a:before {
	color: #303f9f;
}
.funeral-page .panel-title a.collapsed {
	background-color: #7986cb;
	border: 2px solid #7986cb;
}
.funeral-page .panel-group .panel-title a.collapsed:before {
	color: #7986cb;
}
/* 9 - Funeral Page End
---------------------------------------------------------*/


/* 10 - Cremation Page
---------------------------------------------------------*/ 
.cremation-page .panel-title a {
	background-color: #388e3c;
	border: 2px solid #388e3c;
}
.cremation-page .panel-group .panel-title a:before {
	color: #388e3c;
}
.cremation-page .panel-title a.collapsed {
	background-color: #81c784;
	border: 2px solid #81c784;
}
.cremation-page .panel-group .panel-title a.collapsed:before {
	color: #81c784;
}
/* 10 - Cremation Page End
---------------------------------------------------------*/



/* 11 - Contact Us Page 
---------------------------------------------------------*/
.contact-page {
	padding-top: 80px;
	padding-bottom: 40px;
}
.contact-page .contact-form {
	padding-bottom: 60px;
}
.contact-page .form-control {
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
}
.contact-page textarea.form-control {
	height: auto;
	line-height: 25px;
}
.contact-address, .contact-address li {
	padding-left: 0;
	list-style: none;
}
.contact-address li {
	padding: 6px 0 20px 25px;
	position: relative;
	font-size: 15px;
}
.contact-address .icon {
	color: #1a1a1a;
	position: absolute;
	top: 7px;
	left: 0px;
}
.contact-title {
	margin-top: 0;
}
.contact-page .submit-btn {
	margin-top: 0;
}
/* 11 - Contact Us Page End
---------------------------------------------------------*/



/* 12 - Location Page
---------------------------------------------------------*/ 
.locations-page .post-container .continue-reading {
	padding-bottom: 20px;
}
.locations-page {
	margin-bottom: 40px;
}
.map-container {
	margin-bottom: 40px;
}
.map-container img {
	max-width: inherit;
	height: inherit;
}
.google-map-container {
	width: 100%;
	background: #fff;
	padding:10px;
	box-shadow:0 0 6px #666;
}
/* 12 - Location Page End
---------------------------------------------------------*/ 




/* 13 - Widget
---------------------------------------------------------*/
.widget {
}
.widget-title {
	font-size: 1.125em;
	font-weight: 800;
	padding-bottom: 5px;
	margin-top: 5px;
}
.widget ul {
	padding-left: 0;
}
.widget li {
	list-style: none;
	padding: 0px 20px;
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 14px;
}
.widget_img {
	padding-top: 5px;
	width: 72px;
	float: left;
	margin-right: 20px;
}
.recent-post-details {
	
}
.recent-post-details a {
	text-transform: uppercase;
	color: #a6a6a6;
	font-size: 13px;
}
.recent-post-details a:hover {
	color: #32b7ab;
}
.recent-post-details .post-title {
	color: #333;
	display: inline-block;
	font-size: 14px;
	text-transform: inherit;
}
.recent-post-details .post-title:hover {
	color: #a6a6a6;
}
.recent-post-details i {
	padding-right: 3px;
}
.recent-post-details time {
	padding-left: 5px;
	color: #a6a6a6;
	font-size: 13px;
}
.recent-post-details time i {
	padding-right: 5px;
}
.widget_recent_entries .latest-post, .latest-post li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_links li {
	position: relative;
	padding: 8px 5px 8px 20px;
}
.widget_links li a {
	font-weight: 300;
}
.widget_links li:before {
	content: "\f0da";
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	top: 0;
	left: 0px;
	color: #a9c4c4;
}

.twitter-feeds li {
	margin-left:5px !important;
	padding:0px;

}

.widget_twitter_feeds .tweet {
	font-size:14px;
	padding-bottom: 10px;
	color:#fff;
}
.widget_twitter_feeds .tweet-time {
	display: block;
	padding-top: 15px;
	font-size: 13px;
	font-style: italic;
	position: relative;
	padding-left: 30px;
}
.widget_twitter_feeds .tweet-time i {
	position: absolute;
	font-size: 18px;
	color: #edf2f2;
	left: 0;
	top: 17px;
}
.widget_newslatter input {
	border: 1px solid #238d83;
	background: transparent;
	height: 30px;
	line-height: 30px;
	width: 100%;
	margin-top: 8px;
	padding: 0 15px;
	color: #ccc;
	font-style: italic;
	border-radius: 0;
}

.widget_newslatter textarea {
	border: 1px solid #238d83;
	background: transparent;
	height: 60px;
	line-height: 20px;
	width: 100%;
	margin-top: 8px;
	padding: 0 15px;
	color: #ccc;
	font-style: italic;
	border-radius: 0;
	resize:none;
}
.widget_newslatter textarea:focus {
	border: 1px solid #238d83;
	border-radius: 0;
	outline-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.widget_newslatter input:focus {
	border: 1px solid #238d83;
	border-radius: 0;
	outline-style: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.widget_newslatter input[type="submit"] {
	background: #238d83;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 900;
	font-size: 17px;
	font-family: "Raleway", sans-serif;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.widget_newslatter input[type="submit"]:hover {
	color: #238d83;
	background: #d3e9e7;
}
.widget_post .post-title {
	font-size: 1.125em;
	font-weight: 800;
}
.widget_post .continue-reading {
	padding: 0;
}
.widget_post .continue-reading a {
	background: transparent;
	border-bottom: none;
	color: #00695c;
	font-size: 0.9375em;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	line-height: 25px;
	padding: 5px 0 0 0;
}
.widget_post .continue-reading a:hover {
	color: #404040;
}
.widget_slider {
	background: #73c7bf;
}
.widget_slider .image-title {
	margin: 26px 0 55px 0;
}
.widget_slider .carousel-indicators li, .widget_slider .carousel-indicators li.active {
	width: 15px;
	height: 5px;
	padding: 0;
	margin: 0px;
	background: #5eb3ab;
	border-radius: 0;
	border: 0px solid transparent;
}
.widget_slider .carousel-indicators li.active {
	background: #00695c;
}
.widget_slider .carousel-indicators {
	bottom: 15px;
}
/* 13 - Widget  End 
---------------------------------------------------------*/


/* 14 - Footer Widget 
---------------------------------------------------------*/


.footer-widget {
	padding: 10px 0 15px 0;
	/** color: #a9c4c4;
	background:url(../images/footerbg.png) #2d69bf ; **/	
}

.copyright{
/** background:#002a42 ; **/
	padding:12px 0px;	
}

.footer-widget .social-icon {
	margin:8px 10px;

}

.footer-widget .social-icon a {
	color: #fff;
	font-size: 1.3125em;
	padding:0px 4px;
}
.footer-widget .social-icon a:hover {
	color: #ffffff;
}

.footer-widget a {
	color: #fff;
}
.footer-widget a:hover {
	color: #a9c4c4;
}
.footer-widget .widget li {
	padding-top: 0;
}
.footer-widget .widget-title {
	color: #ffffff;
	font-weight: 900;
	font-size: 1.25em;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	padding-top: 32px;
}
.footer-widget .widget-title:after {
	content: '';
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #07aefb;
	position: absolute;
}

.footer-widget .continue-reading {
	padding-top: 5px;
	padding-bottom: 10px;
}
.footer-widget .continue-reading a {
	background: #d3e9e7;
	color: #333;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 0.8125em;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #cacece;
}
.footer-widget .continue-reading a:hover {
	background: #009688;
	color: #ffffff;
}


/* 14 - Footer Widget End  
---------------------------------------------------------*/ 



/* 15 - Sidebar 
---------------------------------------------------------*/
.sidebar {
	padding-left: 60px;
}
.sidebar .banners {
	padding: 0 0 50px 0;
}
.sidebar .banner-item {
	background: #ffffff;
	padding: 5px 20px 10px 33px
}
.sidebar .banner-item:hover {
	background: #73c7bf;
}
.sidebar .widget {
	background: #ffffff;
	padding: 15px 15px;
	margin-bottom: 60px;
}
.sidebar .widget_slider {
	background: #73c7bf;
	padding: 0 0 0;
}
.sidebar .widget .widget-title {
	padding-bottom: 0;
}
 
/* 15 - Sidebar End
---------------------------------------------------------*/



 
/* 16 - Responsive Styles
---------------------------------------------------------*/

@media (min-width: 1230px) {
.container {
	width: 1200px;
}
}
 @media (max-width: 1200px) {
.navbar-default .navbar-nav>li>a {
	padding: 0 25px;
}
nav.navbar-collapse,  .navbar-nav>li:first-child>a {
	padding-left: 0;
}
nav.navbar-collapse,  .navbar-nav>li:last-child>a {
	padding-right: 0;
}
.navbar-nav>li>a:after {
	left: 25px;
	right: 25px;
}
.navbar-nav>li:first-child>a:before {
	margin-left: -19px;
}
.navbar-nav>li:last-child>a:before {
	margin-right: -19px;
}
.sub-menu {
	left: 25px;
}
}
@media (max-width: 992px) {
.navbar-default {
	background-color: transparent;
}
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-default .navbar-toggle {
	color: #89c4bd;
	background: #00695c;
	border-color: transparent;
	font-size: 2em;
	line-height: 25px;
}
.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
	background: #00695c;
	color: #ffffff;
}
.navbar-default .navbar-toggle,  .main-menu-continer {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.main-menu-continer {
	left: -280px !important;
}
body.v2 .main-menu-continer,  .main-menu-continer.opne-menu {
	left: 0 !important;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-default .navbar-collapse,  .navbar-default .navbar-form {
	border-color: transparent;
	box-shadow: none;
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	margin: 0!important;
	padding: 2px 0;
	width: 100%;
	padding-bottom: 70px;
}
.navbar-nav>li {
	float: none;
	border-bottom: 1px solid transparent;
}
.navbar-nav>li:last-child {
	border-bottom: 0px solid transparent;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav>li>a:before,  .navbar-nav>li>a:after {
	height: 0 !important;
	display: none;
}
.collapse.in {
	display: block !important;
}
.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
}
.navbar-default .navbar-nav>li>a {
	padding: 0 15px;
	line-height: 60px;
	border-top: 1px solid rgb(229, 231, 231);
}
.navbar-default .navbar-nav>li:last-child>a {
	border-bottom: 1px solid rgb(229, 231, 231);
}
.sub-menu>li>.sub-menu,  .sub-menu {
	display: block;
	width: 100%;
	position: inherit;
	left: inherit;
	top: inherit;
}
.sub-menu>li {
	background: transparent;
	padding-left: 15px;
}
.sub-menu>li>a {
	color: #252525;
	font-size: .875em;
	border-top: 1px solid rgb(229, 231, 231);
}
.navbar-default .navbar-nav>li>a:hover,  .navbar-nav li a:hover {
	background: #00695c;
	color: #7bc1b8;
}
/* Menu Modification end */



.header-top .top-quote {
	display: none;
}
.post-content {
	overflow: hidden;
}
.sidebar,  .post-container {
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar .widget {
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
}
