/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1 - More Normalize
# 2 - Typography
# 3 - Elements
# 4 - Utility
# 5 - Clearings
# 6 - Widgets
# 7 - Header and Footer
# 8 - Pages
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic|Playfair+Display:400,700);

/*--------------------------------------------------------------
 1 - MORE NORMALIZE
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

iframe {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    margin: 3em 0;
    padding: 0;
    list-style: none;
}

html, body {
    height: 100%;
}

/*---------------------------------------------------------------
 2 - TYPOGRAPHY
 ---------------------------------------------------------------*/
a:hover,
a:focus { text-decoration: none;}
p {margin: 0;}
p + p { margin-top: 15px;}

address p+p { margin-top: 8px;}

.filters-list .filter,
#secondary-menu a,
#primary-menu a,
.tag-cloud .tag,
#actionbar .actionbar-field {
    font-family: 'Open Sans', sans-serif;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    color: #323232;
    font-family: 'Open Sans', sans-serif;
}

h1,.h1 {
    font-size: 30px;
}

h2,.h2 {
    font-size: 23px;
}
h3,.h3 {
    font-size: 18px;
}

h4,.h4 {
    font-size: 16px;
}

h5,.h5 {
    font-size: 14px
}
h6,.h6 {
    font-size: 12px;
}

a {
    /*color: #b7b7b7; otwd*/
	outline: 0 !important;
	transition: color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s;
}
a:hover,
a:focus {
    /*color: #b7b7b7; otwd*/
	text-decoration:underline;
}

hr {
    border-top-color: #dfdfdf;
}

.title-separetor,
.title-separator {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}
.title-separetor::after,
.title-separator::after{
    display:block;
    content: " ";
    background-color: #dddddd;
    height: 6px;
    width: 35px;
    border-radius: 3px;
    margin: 10px auto 0;
}

.text-white,
.text-white *{
    color: #FFF !important;
}
.text-black,
.text-black * {
	color:#2b2b2b !important;
}

.super-icon,
.super-icon:before{
    font-size: 110px;
    color: #555;

}
.super-icon[class*="flaticon"]{
    display: block;
    margin-bottom: -30px;
}

.error404 {
    font-size: 102px;
}


/*---------------------------------------------------------------
 3 - ELEMENTS
 ---------------------------------------------------------------*/
.parallax-wrap {
    position: relative;
    /*background-attachment: fixed;*/
   /* background-position: 0;*/
    /*background-repeat: no-repeat;*/
    overflow: hidden;
	background:url(../images/bgdeceased.jpg) center center no-repeat;
}
.parallax-wrap:before{
    display: block;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(239, 239, 239, 0.30);
    z-index: 1;
}
.parallax-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    color: #252839;
    font-size: 16px;
	letter-spacing:0.02em;
    z-index: 10;
}

.parallax-content h2 {
	font-size:30px;
	font-weight:600;
    color: #252839;
    margin-bottom: 15px;
}
.parallax-content p {
	padding-bottom:40px;
}
.parallax-wrap a.btn {
	margin:10px;
}
.socials-list li {
    display: block;
    float: left;
}
.socials-list li a {
    display: block;
    padding: 0;
    width: 30px;
	line-height:40px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /*height: 60px;*/
}

.socials-list li a:hover,
.socials-list li a:focus {
    -webkit-box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
}

label {
	font-weight:400;
}
.form-control {
	background-color: #fff;
    margin: 15px 0;
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0;
    transition: none;
    margin-bottom: 15px;
    box-sizing: border-box;
	border:#999 1px solid;
	box-shadow:none;
	color: #333;
}
.form-control:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #fff inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #fff;
}

.form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #fff;
} 
.form-control:focus {
    border-color: #f2b632;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    padding-top: 15px;
    padding-bottom: 20px;
}

.btn {
    padding: 10px 12px;
    border: 0;
    border-radius: 2px;
    font-weight: 500;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.btn:focus,
.btn:active,
.btn:active:focus{
    outline: none;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}


.btn-black {
    color: #FFF;
    background-color: #19647e;
   	border-radius: 30px;
	text-transform:uppercase;
	font-weight:400;
	line-height:26px;
	padding: 10px 16px;
    font-size: 18px;
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    color: #FFF;
    background: #000;
}

.btn-white-transparent {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #FFF;
    border-radius: 15px;
    padding: 10px 20px;
}
.btn-white-transparent:active,
.btn-white-transparent:focus,
.btn-white-transparent:hover {
    color: #FFF;
}

.btn-yellow {
    color: #fff !important;
    background-color: #f2b632;
	border-radius: 30px;
	text-transform:uppercase;
	font-weight:400;
	line-height:26px;
	padding: 10px 16px;
    font-size: 18px;
}
.btn-yellow:hover {
	color:#fff;
	background:#fdc64e;
}

.btn-yellow.btn-sm {
	font-size: 14px;
	font-weight:600;
	line-height:20px;
	padding: 6px 16px;
}
/*.btn-gold-sm-transparent {
    color: #d7ceb2;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #d7ceb2;
    border-radius: 20px;
    padding: 10px 35px;
	letter-spacing:0.02em;
	font-weight:600;
}
.btn-gold-sm-transparent:active,
.btn-gold-sm-transparent:focus,
.btn-gold-sm-transparent:hover {
    color: #fff;
}
.btn-gold-transparent {
    color: #d7ceb2;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #d7ceb2;
    border-radius: 20px;
    padding: 10px 50px;
}
.btn-gold-transparent:active,
.btn-gold-transparent:focus,
.btn-gold-transparent:hover {
    color: #d7ceb2;
}*/

.title-bar {
    padding: 50px 0;
}
.title-bar.border-bottom {
    border-bottom: 1px solid #dfdfdf;
}
.title-bar h1 {
    margin: 0;
    text-transform: uppercase;
    word-spacing: 6px;
    font-weight: 700;
}

#breadcrumb {
    border: 1px solid #677077;
    border-width: 0 0 1px 0;
    margin-bottom: 40px;
}
.breadcrumb {
    background-color: transparent;
    padding: 20px 0 10px;
    margin: 0;
	font-size:12px;
}
.breadcrumb > li a {
    /*color: #a59e8c;*/
}
.breadcrumb > li.active{
    color: #555;
	font-weight:600;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus{
    color: #6a6a6a;
}
.breadcrumb>li+li:before {
    content: "-";
    margin: 0;
	padding:0 5px 0 0;
}

.filters-list .filter {
    display: block;
    float: left;
    border-right: 1px solid #424242;
    padding: 5px 20px;
    background-color: #202020;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    font-size: 12px;
}
.filters-list .filter:last-child {
    border-right: none;
}
.filters-list .filter:hover,
.filters-list .filter:focus,
.filters-list .filter.active{
    background-color: #252839;
}

.pagination {
    margin-top: 50px;
}
.pagination>li {
    display: block;
    float: left;
}
.pagination>li>a,
.pagination>li>span {
    background: #d5d5d5;
    border: none;
    border-radius: 0 !important;
    margin-right: 10px;
    color: #333 !important;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>li>a.active {
    background-color: #a3a3a3;
}

.media {
    margin-top: 35px;
}
.media .media-object {
    max-width: none;
    width: 80px;
    height: 80px;
}
.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.media .media-heading span.small:before {
    display: inline-block;
    content: "-";
    margin: 0 10px;
}


.team-container {
    text-align: center;
}

.team-container .member-name {
    margin: 20px auto 0;
}

.our-reviews-wrap .review-title {
    text-align: center;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
    /*--font-size: 36px;*/
    margin: 50px 0 0;
    color: #fff;
}
.our-reviews-wrap .review-title.title-separetor:after,
.our-reviews-wrap .review-title.title-separator:after {
    background-color: #fff;
}

.our-reviews-wrap:before {
    /*--background-color: #FF984C;*/
}

.our-reviews-wrap .parallax-content {
    padding-top: 50px;
    padding-bottom:30px;
}

.our-reviews-wrap .owl-theme .owl-controls {
    margin-top: 30px;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 1px solid #fff;
    background-color: #f0f0f0;
    color: #555;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    background-color: #252839;
    color: #FFF;
    border-bottom: 0;
}
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
    background-color: #1b1b1b;
    color: #FFF;
    text-align: center;
}

.table-striped>tbody>tr:nth-of-type(even)>td {
    background-color: #fafafa;
}

.show-icon-wrap {
    height: 180px;
}

.show-icon-wrap .super-icon,
.show-icon-wrap .super-icon:before {
    font-size: 100px;
}

/* until version 1.3
.img-thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
*/
/* changed in version 1.5 */
.img-thumbnail {
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 0;
}



@media screen and (min-width: 768px) {
    .our-reviews-wrap .parallax-content .item {
        padding-left: 200px;
        padding-right: 200px;
    }
}

/*---------------------------------------------------------------
 4 - UTILITY
 ---------------------------------------------------------------*/
.facebook-bg {
    --background-color: #2c5fd3;
    background-color: #3B5999;
}
.twitter-bg {
    --background-color: #59e3f3;
    background-color: #5EA9DD;
}
.googleplus-bg {
    background-color: #d73d32;
}
.linkedin-bg {
    background-color: #287bbc;
}
.rss-bg {
    background-color: #ec9845;
}


/*.boxed-layout .boxed-no-gutter,*/
.boxed-no-gutter,
.no-gutter {
    padding: 0 !important;
}

.row-no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row-no-gutter > div {
    padding-left:0;
    padding-right: 0;
}

.no-gutter-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.margin-30 {
    margin-top: 30px;
}
.margin-50 {
    margin-top: 50px;
}
.margin-70 {
    margin-top: 70px;
}

.no-margin {
    margin: 0 !important;
}

.section {
    margin-top: 30px;
}



/*--------------------------------------------------------------
 5 - Clearings
--------------------------------------------------------------*/
.pagination,
.tag-cloud,
.filters-list{
    content: "";
    display: table;
}

/*--------------------------------------------------------------
 6 - Widgets
--------------------------------------------------------------*/

#secondary .widget+.widget {
    margin-top: 40px;
}

#secondary .widget .widget-title {
    margin: 0 0 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget_recent_entries ul li {
    /*--margin: 5px 0;*/
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 5px;
}
.widget_recent_entries a{
    color: #a0a0a0;
}
.widget_recent_entries a:hover,
.widget_recent_entries a:focus{
    color: #252839
}

.twitter-widget li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.twitter-widget li:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: FontAwesome;
    content: "\f099";
    color: #252839;
}
.twitter-widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.twitter-widget ul li .small {
    margin-top: 8px;
}

.brochures-widget li {
    margin-bottom: 10px;
}
.brochures-widget a i{
    display: inline-block;
    margin-right: 10px;
}

.widget-menu li:nth-child(odd) {
    background: #e4e4e4;
}
.widget-menu li:nth-child(even) {
    background-color: #dadada;
}
.widget-menu a{
    display: block;
    padding: 22px 18px;
    color: #808080;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.widget-menu li:hover a,
.widget-menu li:focus a,
.widget-menu li.current a{
    background-color: #252525;
    color: #FFF;
}

/**/
.sidebar .widget {
	margin-bottom:30px;	
}
.sidebar .widget > h2.title {
    margin: 0!important;
    padding-left: 0;
    line-height: normal;
    padding-bottom: 0px;
    border-bottom: 2px solid #555;
}
.sidebar .widget > h2.title span {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 7px 10px;
    background: #555;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.02em;
	text-transform:uppercase;
}
.widget-data.grey-bg {
	background:#f7f7f7;
}
.widget-data {
	border:1px solid #dfdfdf;
	border-top:0;
}
.sidebar .widget .widget-data ul {
	margin:0;padding:0;
}
.sidebar .widget .widget-data li {
	padding:20px 20px 0 20px;
	font-size:13px;
}
.sidebar .widget .widget-data li+li {
	/*border-top:1px dashed #dfdfdf;*/
	padding-bottom:20px;
}
.sidebar .widget .widget-data h3 {
	margin:0 0 5px;
	font-size:16px;
	font-weight:600;
}
.sidebar .widget .widget-data img{
	float:left;
	border-radius:3px;
	width:80px;
	height:auto;
	margin:4px 8px 0 0;
}
.padding-20 {
	padding:20px;
}
/*--------------------------------------------------------------
 7 - Header and Footer
--------------------------------------------------------------*/
#actionbar {
   background:#677077;
   color:#fff;
}
#actionbar a {
	color:#fff;
}
#actionbar a:hover {
	opacity:0.7;
	color: #f2b632;
}
#actionbar .actionbar-fields {
    float: right;
}

#actionbar .actionbar-field {
    font-size: 12px;
    color: #fff;
    padding: 0 25px;
    display: block;
    float: left;
    height: 40px;
    line-height:40px;
}
#actionbar .actionbar-field i {
	font-size:14px;
}
.actionbar-phone i{
	vertical-align:middle;
	margin-right:5px;
}
.actionbar-mail i {
	margin-right:5px;
}
#actionbar .actionbar-field:first-child {    
}
#actionbar .socials-list.header-socials i {
	font-size:16px;
}
/*
.is-sticky #actionbar {
	display: none;
}
*/

#header-wrap {
    position: relative;
}





#header-wrap .navbar {
    margin-bottom: 0;
    border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.nav a {
    display: block;
    text-decoration: none;
    background-color: transparent;
}

.nav, .nav ul {
    list-style: none;
    padding: 0;
}

.nav ul {
    float: left;
    position: absolute;
    top: 20px;
    left: -9999px;
    z-index: 99999;
    /**/
    width: 200px;
}
.nav li {
    position: relative;
}

.nav ul a {
    /*--width: 200px;*/
    padding: 5px 10px;
}
.nav ul ul {
    left: -999em;
    top: 10px;
}

.nav li:hover > ul {
    left: auto;
}

.nav li.edge:hover > ul{
    right: 0 !important;
}
.nav li > ul  li.edge:hover > ul{
    left: -100% !important;
}
/*
.nav.dropdown-effect ul {
    left: auto;
}
.nav.dropdown-effect ul ul{
    left: -100%
}
*/


/*.navbar-brand {
    margin-top: 35px;
}

#header-wrap {
    --background-color: #FFF;
}*/


#secondary-menu ul li.separetor:after,
#primary-menu ul li.separetor:after {
    display:block;
    content: "";
    height: 0;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
}

#secondary-menu {
    padding: 50px 0;
}
#secondary-menu > li {
    padding: 5px 15px;
}
#secondary-menu a {
    font-size: 15px;
    color: #727272;
}
#secondary-menu > li > a {
    padding: 3px 2px;
}

#secondary-menu a:hover,
#secondary-menu a:focus {
    color: #424242;
}

#secondary-menu ul,
#primary-menu ul {
    background-color: #f4f4f4;
    max-height: 0;
    top: 30px;
    overflow: hidden;
}
#secondary-menu ul ul {
    top: 0 !important;
}
#secondary-menu ul a {
    padding-left: 15px
}

#secondary-menu.navbar-right ul {
    right: 0;
    top: 40px;
}

#secondary-menu  ul ul {
    top: 5px;
}
#secondary-menu  ul li:hover {
    background-color: #e0e0e0;
}

#header-wrap .navbar {
    z-index: 50;
}

@media screen and (min-width: 768px) {
    .transparent-header #header-wrap {
        height: 500px;
    }

    #header-wrap .image-background,
    #header-wrap .image-background .background-overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #header-wrap .image-background img {
        width: 100%;
        height: auto;
        z-index: 1;
    }

    #header-wrap .image-background .background-overlay {
        background: rgba(0,0,0,.7);
        z-index: 10;
    }

    .transparent-header #header-wrap .navbar {
        position: relative;
    }

    .transparent-header #secondary-menu > li {
        padding-bottom: 30px;
    }

    .transparent-header #secondary-menu > li > a {
        color: #DDD;
    }
    .transparent-header #secondary-menu > li:hover > a,
    .transparent-header #secondary-menu > li:focus > a,
    .transparent-header #secondary-menu > li:active > a,
    .transparent-header #secondary-menu > li.current-menu-item > a {
        color: #FFF;
    }

    .transparent-header .title-bar {
        position: absolute;
        z-index: 20;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .transparent-header .title-bar h1 {
        color: #F0F0F0;
    }

    .menu-background-right .background-menu {
        left: 0 !important;
    }
}


#secondary-menu  ul.opening,
#primary-menu  ul.opening {
    overflow: hidden;
    max-height: 1000px;
    border: 1px solid #dfdfdf;
    -webkit-transition: max-height 0.6s;
    -moz-transition: max-height 0.6s;
    transition: max-height 0.6s;
}
#secondary-menu  ul.opened,
#primary-menu  ul.opened {
    overflow: visible;
    max-height: 1000px;
    border: 1px solid #dfdfdf;
}

#secondary-menu.navbar-right li:last-child {
    padding-right: 0;
}
#secondary-menu.navbar-right li:last-child a {
    padding-right: 0;
}

#primary-navigation-container {
    width: 100%;
}
#primary-navigation-container .container {
    position: relative;
}

.background-menu {
    background-color: #252839;
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    display: none;
    z-index: 1;
}

.menu-background-boxed #primary-menu-wrap{
    background-color: #252839;
}
.menu-background-full{
    background-color: #252839;
}
.menu-background-left .background-menu{
    display: block;
    right: 15px;
}
.menu-background-right .background-menu{
    display: block;
    left: 15px;
}

.background-menu-left,
.background-menu-right {
    background-color: #252839;
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    left: 15px;
}
.background-menu-right {
    right: 15px;
}


/*Logo*/
.navbar-brand {
    float: left; 
	padding:10px 0 0 30px;
	z-index:9999;
	position:relative;
    /*height: 50px;
    line-height: 20px;
    padding: 15px;*/
}
.navbar-brand img.logo {
	margin-top:7px;
}
.navbar-brand img.logo-stick {display:none;}
.is-sticky img.logo { display:none;}
.is-sticky img.logo-stick {display:block; height:35px; margin-top:2px;}

@media (max-width: 1199px) {
   .navbar-brand {
		float: left;
		padding: 10px 20px 0 0;
		position: relative;
		z-index: 9999;
	}
}

@media (max-width: 767px) {
	.navbar-brand { height:42px; padding-left:30px;}
}
#primary-menu-wrap.navbar-collapse {
    padding: 0;
    position: relative;
    z-index: 10;
}
#primary-menu {
	float:right;
	background: transparent;
    color: #FFF;
    font-size: 14px;
}


#primary-menu li {
    background-color: #252839;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
#primary-menu li.megamenu-column {
    outline: 1px solid #252839;
    background-color: #252839 !important;
}
#primary-menu li.megamenu-column .title{
    cursor: default;
}

#primary-menu a {
    color: #fff;
    font-size: 14px;
	font-weight:400;
}

#primary-menu > li {}
#primary-menu > li:first-child {}

#primary-navigation-container #primary-menu > li > a {
    padding: 28px 15px;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    transition: padding 0.2s;
    text-transform: uppercase;
    font-weight: 400;
	font-size:14px;
}

#primary-menu > li:hover > a,
#primary-menu > li:focus > a,
#primary-menu > li:active > a {

}

#primary-menu li:hover,
#primary-menu li:focus,
#primary-menu li:active,
#primary-menu .current-menu-item {	
	background-color:rgba(255,255,255,0.15);
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
#primary-menu .current-menu-item > a {color:#fff;font-weight:700 !important;}

#primary-menu li:hover>a,
#primary-menu li:focus>a,
#primary-menu li:active>a {
	/*color:#fff;*/
}

#primary-menu > li > ul {
    top: 100%
}

#primary-menu ul {
	background-color: transparent;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
}

#primary-menu  ul {
    border: none !important;
}

#primary-menu ul ul {
    top: 0
}

#primary-menu ul li > a {
	background:#252839;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
	text-transform:capitalize !important;
}
#primary-menu ul li > a:hover {
	background:#677077;
}
#primary-menu ul li.caret-right > a:after,
#secondary-menu ul li.caret-right > a:after{
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    float: right;
}
#primary-menu .megamenu ul li.caret-right > a:after {
    display: none
}

#primary-menu ul li.separetor:after {
    border-color: #e3711d;
    /*--border-color: #d4722a;*/
}

#primary-navigation-container.is-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-backface-visibility: hidden;
}

#primary-navigation-container.is-sticky #primary-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: padding-top 0.5s, padding-bottom 0.5s;
    -moz-transition: padding-top 0.5s, padding-bottom 0.5s;
    transition: padding-top 0.5s, padding-bottom 0.5s;
}

.navbar-toggle {
  position: relative;
  float: none;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px !important;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
}
.navbar-toggle:active {
  /*background-color: #fff;*/
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


@media screen and (min-width: 768px) {
    .nav ul li:hover > ul {
        left: 100%;
    }
}

/* Small menu. */
@media screen and (max-width: 767px) {

	#header-wrap .site-brand {
		margin-left: 15px;
	}

	#primary-menu ul,
	#primary-menu ul ul,
    #secondary-menu ul,
    #secondary-menu ul ul{
		float: none;
		position: relative;
		top: auto;
		left: auto;
		z-index: 1;
		/**/
		padding-left: 15px;
	}

}

/*-------- Footer ---------*/
.site-footer a{
    color: #fff;
}
.site-footer a:hover,
.site-footer a:focus{
    color: #fff;
}

#footer-widget-container {
    background-color: #001021;
    color: #fff;
	padding:35px 0 0 0;
}
#footer-widget-container .widget {padding: 30px 0;}
#footer-widget-container .ftr-logo {padding:0 !important;}
#footer-widget-container .ftr-logo .widget{padding:30px 0 0;}

#footer-widget-container .widget-logo {margin-bottom:10px;}
#footer-widget-container .widget-logo h3 { color:#fff; font-size:14px; font-weight:400;}
#footer-widget-container .widget-title {
    color: #269abc;/*otwd [#f2b632]*/
	font-size:14px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
}
#footer-widget-container .ftr-logo li {margin-bottom:15px;}
#footer-widget-container .ftr-logo i {
	float:left;
	margin-top:5px;
}
#footer-widget-container .ftr-logo p {
	font-size:12px;
	padding-left:30px;
	line-height:2;
}
#footer-widget-container p {
    font-size: 12px;
	color:#fff;
}
#footer .widget .sitemap li {
    margin: 4px 0;
}
#footer .widget .sitemap a {
    padding: 1px 2px;
    color: #fff;
}
#footer .widget .sitemap a:hover,
#footer .widget .sitemap a:focus {
    color: #fff;
	opacity:0.9;
}

#footer .widget .sitemap ul {
    margin-left: 20px;
}

#footer .widget .subscribe {margin-top:18px;}
#footer .widget .subscribe input[type='text'],
#footer .widget .subscribe input[type='email'],
#footer .widget .subscribe textarea {
    background-color: #001021;
    color: #fff;
    border: 1px solid #27303a;
    margin: 7px 0;
    font-style: normal;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
	font-size:12px;

}
#footer .widget .subscribe input[type='text'],
#footer .widget .subscribe input[type='email'] {
	height:38px;
}
#footer .widget .subscribe input[type='text']:focus,
#footer .widget .subscribe input[type='email']:focus,
#footer .widget .subscribe textarea:focus {
    background-color: #27303a;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#footer .copy {background:#001021;text-align:center;padding:20px 0;}
#footer .copy p {font-size:12px; color:#fff; color:rgba(255,255,255,0.8);}

@media (max-width: 767px) {
	#footer .widget {
		margin-top:0 !important;
	}
	
    #footer-widget-container .widget {padding-bottom:15px !important;}
}


#site-info {
    background-color: #0a1827;
    color: #fff;
    padding: 7px 0;
    font-size: 13px;
	text-align:center;
}
#site-info a {color:#fff; font-weight:600;}
#site-info a:hover {text-decoration:underline;}

#site-info .footer-social-icons a {
    padding: 0 8px;
    color: #fff;
	font-size:24px;
}
#site-info .footer-social-icons a:hover {
	color:#f2b632;
}
#site-info .footer-social-icons a:focus {
    opacity:0.7;
}


.form-control::-webkit-input-placeholder { color: #b7b7b7; }
.form-control:-moz-placeholder { color: #b7b7b7; }
.form-control::-moz-placeholder { color: #b7b7b7; }
.form-control:-ms-input-placeholder { color: #b7b7b7;}

/*--------------------------------------------------------------
 8 - PAGES
--------------------------------------------------------------*/
body {
    position: relative;
    min-height:100%;
    font-family: 'Open Sans', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    overflow-x: hidden;
    background-color: #EEE;
}

#page {
    background: #FFF;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}

.boxed-layout .container {
    padding-left: 30px;
    padding-right: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .boxed-layout #page {
        width: 750px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .boxed-layout #page {
        width: 970px;
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .boxed-layout #page,
    .boxed-layout .is-sticky .background-menu{
        width: 1170px;
        left: 0;
    }
}


.section-what-we-do i {
    color: #444;
    font-size: 110px;
    margin-bottom: 10px;
}

.section-about-us {
    text-align: center;
}
.section-about-us,
.section-about-us h3{
    color: #FFF;
}

.section-about-us .box-content {
    height: 450px;
    padding: 150px 100px 0;
    background-color: rgba(0,0,0,0.4);
}

.section-about-us .left-box,
.section-about-us .right-box {
    background-size: cover;
}
.section-about-us .left-box {
    background-image: url('http://placehold.it/1000x600');
}
.section-about-us .right-box {
    background-image: url('http://placehold.it/1000x600');
}


#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}
.slider-container {
    position: relative;
}
/*.slider-container .slider-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.498039);
    z-index: 0;
}*/

.slider-container .title-container,
#slider .caption{
    display: none;
}
#slider .owl-item.loading {
    background-color: rgba(0,0,0,.1);
}

.slider-container .controllers-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: none;
}
.slider-container .controllers-container > .container {
    position: relative;
    padding-right: 35%;
    min-height: 110px;
    padding: 30px 35% 15px 15px;
}

.boxed-layout .slider-container .controllers-container > .container {
    padding-left: 30px;
}


.owl-prev,
.owl-next {
	display:none;
    position: absolute;
	color:#fff !important;
	width:60px;
	height:60px;
	line-height:60px;
	/*display:block;*/
	z-index:4;
	outline:none;
}
.owl-prev {
	left: 30px;
    top: calc(50% - 60px);
}
.owl-next {
    right: 30px;
    top: calc(50% - 60px);
}

.owl-carousel .owl-buttons .owl-prev,
  .owl-carousel .owl-buttons .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome';

}
.owl-carousel .owl-buttons .owl-prev:before{
    content: "\f053";
	font-size:34px;
}
.owl-carousel .owl-buttons .owl-next:after{
    content: "\f054";
 	font-size:34px;
}
.owl-theme .owl-controls .owl-buttons div {
	background:rgba(22,51,69,0.30);
}
@media (min-width: 1025px) {
	.owl-prev, .owl-next {opacity: 0 !important;}
	.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {opacity: 1 !important;}
	.owl-carousel:hover .owl-controls .owl-buttons .owl-next {opacity: 1 !important;}
}
@media (max-width: 1024px) {
	.owl-prev, .owl-next {opacity: 0 !important;}
}
.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
@media screen and (min-width: 1640px) {
    .slider-container .controllers-container > .container {
        padding-right: 28%
    }
}
.slider-container .controllers-container .controllers-background {
   /* background-color: #202020;
    position: absolute;
    bottom: 0;
	left:0;*/
    /*right: 30%;*/
   /* width: 500%;
    height: 100%;*/
}
.slider-container .controllers-container .title-content {
    position: relative;
}
.slider-container .controllers-container .slide-title{
    margin: 0 0 5px;
    color: #d8d8d8;
    font-weight: 400;
    font-size: 23px;
}
.slider-container .controllers-container .title-content p{
    line-height: 1.2;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-style: italic;
    font-size: 15px;
}
.slider-container .controllers-container .arrow-container {
   /* position: absolute;
    right: 30%;
    margin-right: 15px;
    top: 50%;
    margin-top: -17px;*/
}
.slider-container .controllers-container .arrow-container a {
    color: #d8d8d8;
}
.slider-container .controllers-container .arrow-container a:hover {
    color: #f5f5f5;
}
.slider-container .controllers-container .arrow-container a.prev {
    margin-right: 10px;
}

.slider-container .caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}

.slider-container .caption h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 20px;
	text-shadow: 1px 1px 1px #000;
}
.slider-container .caption p {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    color: #555;
}


.our-works-filters-container {
    background-color: #202020;
    padding: 14px 0;
}

.projects-container .item img{
    display: block;
    width: 100%;
    height: auto;
}
.projects-container .overlay {
    position: absolute;
    padding: 20% 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    text-align: center;
    color: #FFF;
    opacity: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.projects-container .item:hover .overlay {
    opacity:1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.projects-container .item .overlay-content {
    position: relative;
}
/* until version 1.2 */
/*
.projects-container .work-title,
.projects-container .overlay .button-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.projects-container .item:hover .work-title,
.projects-container .item:hover .overlay .button-wrap {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.projects-container .work-title {
    top: 15%;
}
.projects-container.projects-2columns .work-title {
    font-size: 20px;
}
.projects-container .item:hover .work-title {
    top: 30%;
    opacity: 1;
}
.projects-container .button-wrap {
    bottom: 15%;
}
.projects-container .item:hover .button-wrap {
    bottom: 30%;
    opacity: 1;
}
*/

/* added: v1.3 */
.projects-container .overlay .overlay-content-top,
.projects-container .overlay .overlay-content-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.projects-container .overlay .overlay-content-top,
.projects-container .overlay .overlay-content-bottom {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.projects-container .item .overlay-content-top {
    top: -10%;
}
.projects-container .item .overlay-content-bottom {
    bottom: -10%;
}
.projects-container .item:hover .overlay-content-top {
    top: 0;
}
.projects-container .item:hover .overlay-content-bottom {
    bottom: 0;
}

.projects-container .work-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}
.projects-container .work-title > a {
    color: #FFF;
}
.projects-container.projects-2columns .work-title {
    font-size: 20px;
}
/* /added: v1.3 */

/****/


.entry-header .entry-meta {
    margin: 15px 0;
}
.entry-header .entry-meta span+span:before {
    display: inline-block;
    content: "|";
    margin: 0 10px;
}
.entry-header .entry-meta span a {
    color: #b0b0b0
}
.entry-header .entry-meta span a:hover,
.entry-header .entry-meta span a:focus{
    color: #707070;
}

.post .entry-title {
    font-size: 25px;
}

.post .entry-title a {
    color: #333;
}

.blog .post {
    /*--padding-bottom: 50px;*/
}
.blog .post+.post:before {
    display:block;
    content:"";
    margin: 40px 0;
    border-top: 1px solid #dfdfdf;
}

.blog-single .post {
    padding-bottom: 40px;
    border-bottom:1px solid #dfdfdf;
    margin-bottom: 40px;
}

.reply-form-container .h3 {
    margin: 50px 0 35px;
}

@media screen and (min-width: 768px) {
    .leave-comment .text-input {
        width: 50%;
    }

    .leave-comment textarea {
        width: 90%;
        min-height: 200px;
    }
}

.projects-container .item {
    position: relative;
}
.projects-container.projects-4columns .item {
    width: 22%;
    margin: 1.5%;
}
.projects-container.projects-3columns .item {
    width: 30%;
    margin: 1.5%;
}
.projects-container.projects-2columns .item {
    width: 47%;
    margin: 1.5%;
}

.single-project .project-details {
    margin-bottom: 25px;
}
.single-project .project-details p{
    margin-top: 8px;
}
.single-project .project-details b{
    color: #e3711d;
}

.services-singlepage-container {
    text-align: center;
}

.services-singlepage-container .service {
    margin-bottom: 30px;
}

.form-control {
    background-color: #fff;
    color: #000 !important;
}

.contact-us-form textarea{
    width: 100%;
    max-width: 100%;
    min-height: 200px;
}

#formstatus .alert {margin-top: 20px;}

#map-canvas {
 height: 350px;
}

.map-canvas iframe{
    width: 100%;
    height: 350px;
	vertical-align:bottom;
}

.gallery .gallery-item {
    display: block;
    margin-bottom: 20px;
}


@media screen and (max-width: 992px) {
	.system-service{
			margin-top:20px;
	}
	
	.slider-container .caption h1 {
		font-size: 42px;
		font-weight: 700;
		margin: 0 0 20px;
	}
	
	.navbar-brand img { height:42px;}
	
    #actionbar .actionbar-field {
        font-size: 14px;
    }

    body {
        font-size: 15px;
    }
	
	.site-main.generic h1 { 
		font-size:20px;
	}
	.site-main.generic h2,
	.hc-box h2 { 
		font-size:22px !important;
	}
	.hc-box h3 {font-size:18px !important;}
	
	
    #actionbar .header-socials {
        display: none
    }

    #primary-navigation-container #primary-menu > li > a {
        padding: 30px 15px;
        font-size: 13px;
    }

    #primary-navigation-container .container {
        margin: 0;
    }

    #primary-navigation-container > .container {
        width: 100%;
    }

    #secondary-menu > li > a {
        font-size: 16px;
    }

    #footer .widget {
        margin-top: 40px;
    }
	
	
    .slider-container .controllers-container {
        position: relative;
    }
    .slider-container .controllers-container > .container {
        padding-right: 15px;
    }
    .slider-container .controllers-container .controllers-background {
       /* width: 300%;
        left: -50%;*/
    }
    .slider-container .controllers-container .arrow-container {
        display: none;
    }

    .parallax-content {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    #our-clients .client {
        margin-bottom: 20px;
    }

    .projects-grid .item {
        width: 47%;
        margin: 1.5%;
    }

    .projects-container.projects-4columns .item,
    .projects-container.projects-3columns .item {
        width: 30%;
        margin: 1.5%;
    }
}

/*Section under slider
*****************************************************/
.call-info {
	background:#677077;
	text-align:center;
	color:#fff; 
	margin-top:0;
	padding-bottom:40px;
}
.call-info h2 {
	color:#fff; 
	color:rgba(255,255,255,0.95); 
	font-size:32px; 
	font-weight:400;
	margin:0;
	padding:40px 0;
}
.call-info h2 a {color:#fff;}
.call-info h2 a:hover {opacity:0.7;}

/* Deceased Estate */
.deceased-estate-w {padding-top:30px;padding-bottom:30px;}
section.deceased-estate p {padding-bottom:10px;}
section.deceased-estate h2 {
	color:#555;
	font-size:20px;
	font-weight:700;
	line-height:45px;
}
section.deceased-estate h2 span {
	color:#269abc;/*otwd [#f2b632]*/
}
section.deceased-estate ul {width:100%;}
section.deceased-estate li {
	/*width: 50%;
    display: inline-block;
    float: left;*/
	line-height: 40px;	
	color: #269abc;/*otwd [#f2b632]*/
	font-weight:700;
	padding-left: 5em;
}
section.deceased-estate li a { color:#555;}

/*Cooling and Heating Price*/

/* Heating & Cooling */
.full-grey {
	background:#fff;;
}
.hc-box {
	padding:30px 0;
}
.hc-box h2 {
	text-align:center;
	font-size:30px;
	font-weight:600;
	margin-bottom:40px;
	color:#252839;
}
.hc-inner-box {	
	background:#fff;
	padding:10px;
	margin-bottom:20px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.hc-inner-box.vh {	
    min-height:417px;
}
.hc-inner-box.vh img {width:100%;}
.hc-inner-box.hh {	
    min-height:199px;
	
}
.hc-inner-box.hh img {
	max-width:220px;
	max-height:180px;
	margin-right:13px;
}
@media screen and (max-width: 670px) {
	.hc-inner-box.hh img {
		max-width:100%;
		max-height: 100% !important;
		width:100%;
		height:auto !important;
		margin-bottom:20px;
	}
}
.hc-inner-box.hh p {margin-bottom:10px;}
.hc-inner-box h3 {
	font-size:20px;
	font-weight:700;
	line-height:1.4;
	margin-top:15px;	
}
.hc-inner-box p {margin-bottom:20px;}
.hc-inner-box a{font-size:13px;}
.hc-inner-box a:hover {color:#555;text-decoration:none;}
.hc-inner-box a i{margin-left:5px;}

.hc-inner-box.hh h3 {margin-top:0;}

/*Our Client Home */
.full-wrapper-brands.blue {
	background:#677077;
}
.full-wrapper-brands h2 {
	color:#fff;
	font-size:24px;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	padding:30px 0;
	margin:0;
	text-shadow:0 0 1px #677077;
}
.full-wrapper-brands .brands-wrap {
	background:#fff;
	padding:40px 0 30px;
}
.full-wrapper-brands .brands-wrap > div {
	text-align:center;
}
/*.full-wrapper-brands .brands-wrap > div a{display:inline-block; vertical-align:middle; min-height:110px;}*/

@media (min-width: 768px) and (max-width:991px) { 
	.collapsed {display:none;}
	
	.navbar-brand img {
		height: 35px;
		margin:0 auto;
	}
	.navbar-brand {
		float: none;
		display:block;
		clear:both;
		height: auto;
		padding: 15px 15px;
		text-align:center;
	}
	#primary-navigation-container #primary-menu > li > a {
		padding: 30px 15px;
		font-size: 13px;
	}
	#primary-menu {float:left;}
}
/*Generic Page*/
.site-main.generic h1,
.site-main.blog h1 { 
	color:#555;
	font-size:24px;
	font-weight:700;
	letter-spacing:0.02em;
	margin-top:0;
	margin-bottom:30px;
}
.site-main.generic h1 span,
.site-main.generic h2 span,
.site-main.blog h1 span,
.site-main.blog h2 span {
	color:#f2b632;
}
.site-main.generic h2,
.site-main.blog h3 {
	color:#555;
	font-size:20px;
	font-weight:700;
}
.site-main.generic h3,
.site-main.blog h3 {
	font-size:16px;
	font-weight:700;
}
.site-main.generic a{text-decoration:underline; color:#f2b632;}

.site-main.blog a {text-decoration:none; color:#555;}
.site-main.blog h2 a{font-weight:700; font-size:20px;}

.site-main.generic a:hover {text-decoration:none;}
.site-main.blog a:hover {text-decoration:underline;}
.site-main.generic .tree-box {
	padding:20px 0 40px;
}
.site-main.generic .tree-box h2 { color:#fff; }
.site-main.generic .cont-img {float:left; margin:0 20px 15px 0}
.site-main.generic figure img {margin:15px 0 30px}

.site-main.blog .post-header span a {color:#252839;text-transform:uppercase; font-weight:700; font-size:12px;}
.site-main.blog .post-header h2 {margin-top:10px;}
.site-main.blog article.post-wrap + article.post-wrap {padding-top:30px;}
.post-wrap {padding-bottom:30px; border-bottom:1px solid #e6e6e6;}
.post-body {padding-bottom:30px;}
.post-footer ul,
.post-header ul{margin:0;padding:0;}
.post-header ul {padding-bottom:5px;}
.post-header li,
.post-footer li {display:inline-block; padding-right:10px;font-size:12px;}
.post-footer li.author a,
.post-header li.author a {color:#252839;}
.post-footer li time,
.post-header li time {padding-left:15px;}
.post-footer li.soc,
.post-header li.soc {padding-left:15px;}
.post-footer li.soc a,
.post-header li.soc a {margin-right:15px;color:#b4b4b4;}
.post-footer li.soc i,
.post-header li.soc i {font-size:16px;}
.post-footer li+li,
.post-header li+li  {
	border-left:1px solid #e6e6e6;
}
.featured-image {padding-bottom:20px;}
.featured-image img {max-width:100%; width:100%; height:auto;}
.no-border {border:0!important;}
.pagination {margin-top:30px;}
.pagination-wrapper .pagination>li>a {
    background-color: #f1f2f3;
    border-radius: 4px !important;
    border: 0;
    color: #222;
}
.pagination-wrapper .pagination>li>a:hover {background:#252839 !important; color:#fff !important;text-decoration:none;}
.pagination-wrapper .pagination>li.disabled>a {background-color: #f1f2f3 !important;}
/*Contact*/

.contact-info {padding-top:30px;}
.contact-info li {
    margin-bottom: 15px;
}
.contact-info i {
    float: left;
    margin-top: 5px;
}
.contact-info p {
    padding-left: 30px;
    line-height: 2;
}
.main-info {padding-top:20px;}

.work-hours-wrap {
	margin-top:50px;
	border-left:1px solid #e6e6e6;
	padding:10px 0 10px 30px;
}
.work-hours {
	padding-top:5px;	
}
.work-hours li {
	margin-bottom:5px;
}


/*Generic*/
.system-service.grey {
	background:#f6f6f6;
	border-radius: 10px;
}
.system-service h2 {
	margin-top:0;
	margin-bottom:30px;
	padding:15px;
	text-align:center;
}
.system-service ul {
	width:100%;
	display:block;
	padding:0;
	margin:0 0 30px;
}
.system-service ul li {
	font-weight:600;
	text-align:left;
	width:48%;
	display:inline-block;
	padding:0 0 0 20px;
	margin:0 0 5px 0;
}

.system-service li i {
	color:#f2b632;
	float:left;
	margin-top:4px;
}
.system-service li p{padding:0 0 0 25px;}
.system-service li span {
	display:block;
	font-size:12px;
	font-weight:400;
}
.system-service .note {
	margin:0 15px;
	border-top: 1px solid #fff;
	font-size:12px;
	text-align:center;
	line-height:40px;
}
.site-main.generic a.no-underline {
	text-decoration:none;
}
.site-main.generic .hero {
	margin-top:-30px;
}
/*Blog*/
.site-main.blog{
}

@media screen and (max-width: 768px) {
	
	.img-boxes>div {
		margin-bottom:20px;
	}
	
	
	.system-service h2{
		text-align:left;
	}
	
	.system-service ul li {
		float:none;
		width:100%;
	}
	
    #actionbar .actionbar-field {
        border: none;
        line-height: 3;
        height: auto;
    }
	#actionbar .actionbar-fields {
		float:none;
		display:inline-block;
		word-break: break-all;
	}
	
    #header-wrap .site-brand {
        margin: 0;
        width: 100%;
    }
    #header-wrap .site-brand .navbar-brand{
        float: none;
        displa: block;
    }
    #header-wrap .site-brand .navbar-brand img{
        margin: 10px  auto;
    }

    .navbar-toggle {
        margin: 20px auto 20px;
        display: block;
		float:none;
    }
	
	#primary-menu {float:none;}
	
	/*#primary-navigation-container {height:110px;}*/

    #primary-navigation-container {
        background-color: #252839;
    }

    #primary-navigation-container #primary-menu > li > a {
        padding: 15px 10px;
    }
    #primary-menu-wrap.navbar-collapse,
    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    #primary-menu ul,
    #secondary-menu ul{
        box-shadow: none;
        width: 100%;
        padding-left: 0;
    }

    #primary-menu ul li > a {
        font-size: 15px;
    }

    #primary-menu li.megamenu .title {
        font-size: 16px;
    }

    #primary-menu .megamenu ul li.caret-right > a:after {
        display: block;
    }

    #secondary-menu > li > a {
        font-size: 18px;
    }
    #secondary-menu ul li > a {
        font-size: 16px;
    }

    #footer-widget-container p {
        font-size: 14px;
    }
    #site-info {
        font-size: 14px;
    }
    #site-info .footer-social-icons {
        margin-top: 16px !important;
    }

    .slider-container .caption {
        display: none !important;
    }

    .slider-container .controllers-container > .container {
        height: auto;
        padding: 10px 15px;
    }
    .owl-item.loading {
        min-height: 0;
    }

    .parallax-content {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .section-about-us .box-content {
        height: auto;
        padding: 25px 15px;
    }

    .title-bar {
        border-top: 1px solid #dfdfdf;
        padding: 30px 0;
    }
    .title-bar h1 {
        font-size: 24px;
    }

    .media .media-object {
        display: none;
    }

    .projects-container.projects-4columns .item,
    .projects-container.projects-3columns .item,
    .projects-container.projects-2columns .item {
        width: 47%;
        margin: 1.5%;
    }
	
	/*Change*/
	.deceased-estate-w {padding-top:15px !important;}
	.deceased-estate {padding-top:0 !important; padding-bottom:30px !important;}
	.deceased-estate h2 {margin-top:-15px !important;}
	.call-info h2,
	.parallax-content h2 {font-size:24px !important;}
	.parallax-content p {font-size:14px;}
	
}

.slider-h2 {
	font-size: 4em;
	font-weight: 600;
	margin: 0 0 20px;
	text-shadow: 1px 1px 1px #000;
}
.gap-20 {
	margin: 20px;
}
.gap-40 {
	margin: 40px;
}
.p-20 {
	padding: 20px;
}
ul.blog {
	list-style: circle !important;
}
ul.blog li {
	margin-top: 2em;
}
ol.blog {
	list-style: disc;
	margin-left: 3em;
}
.cons {
	list-style-type: circle;
}
.cons-li {
	padding-left: 10px !important;
	color: #252839 !important;
	line-height: 1.5em;
}
.cons-li a {
	color: #677077 !important;
}

/*====== otwd ======*/
.faq-li {
	list-style:disc;
	text-indent: 1em;
	padding-left: 5em;
}
.faq-ul-menu {
	line-height: 2em !important;
	margin: 0;
}
.faq-ul-menu li {
	line-height: 1.2em !important;
}
.faq-ul-menu > li > a {
	padding: 0px !important;
}
.faq-ul-sub-menu {
	margin-top: 0.1em !important;
	margin-bottom: 1em !important;
	text-indent: 1em;
}
.nav .faq-ul-sub-menu {
	position: inherit !important;
	float: none !important;
	width: auto !important;
	top: auto !important;
	left: auto !important;
}
.faq-ul-sub-menu li{
	line-height: 1.3em !important;
}
.faq-left-sidebar {
	position: static;
	left: 1px;
	top: 1px;
	float: left;
	z-index: 999999;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
