@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,800,900);
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;


        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
#google_translate_element, .goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, .goog-te-balloon-frame, .goog-tooltip, .goog-tooltip:hover{ 
	display:none !important;
	top:0px !important;
	background-color:transparent !important;
}

.goog-text-highlight:hover, .goog-text-highlight{ 
	-webkit-box-shadow: none !important;
	background-color:transparent !important;
}
body {
	top:0 !important;
	background: #f8f8f8;
	color: #808080;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
p {
	font-size: 0.9375em;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}
a {
	color: #333;
}
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-color : #00695c; }
.gray-bg { background-color : #f8f8f8; }
.dark-bg { background-color : #333; }

h1, h2, h3, h4, h5, h6 {
	color: #333;
	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: #333; 
}
.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 #333;
	border-right: 2px solid #333;
	background: #333;
}
.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: #f8f8f8; 
	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: 45px;
	padding: 0 30px;
	margin-bottom: 10px;
} 
.btn i {
	padding-left: 3px;
}
.md-btn {  
	line-height: 50px;
	padding: 0 35px;
} 
.lg-btn {
	font-size: 0.9375em;
	line-height: 65px;
	padding: 0 47px;
}
.btn:hover {
	background: #C09C31;
	color: #ffffff;
} 
/* 2.6 - Buttons 
---------------------------------*/



/* 2.7 - Continue Reading Button
---------------------------------*/ 
.continue-reading { 
	padding-top: 10px;
	padding-bottom: 40px;
} 
.continue-reading a { 
	background: #f8f8f8; 
	color: #252525;
	display: inline-block;
	font-family: "Raleway",sans-serif;
	font-weight: 600;
	font-size: 0.8125em;
	line-height: 50px;
	padding: 0 35px;
	text-transform: uppercase;
	border-bottom: 2px solid #cacece;
} 
.continue-reading a:hover {
	background: #C09C31;
	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: 55px;
	border:1px solid #cccccc;
	margin-bottom: 20px;
}  
.form-control:focus {
	border-color: rgba(195,172,55,1.00);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(213,185,86, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(213,185,86, 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-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-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: 40px 0 30px 0;
}
.banner-item {
	background:#f8f8f8;
	position: relative;
	padding: 5px 30px 10px 50px;
	margin-bottom: 10px;
	z-index: 0;
	overflow: hidden;
}
.banner-item .banner-icon {
	color: #777;
	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: 120px;
	padding: 15px 0 30px 0;
} 
.header-top .logo {
	width: 360px;
} 
.logo .navbar-brand {
	padding: 0;
}
.header-top .top-quote {
	padding-top:25px;
	max-width: 370px;
	position: relative;
	padding-left: 30px; 
}
.header-top .top-quote .quote {
	color: #444;
	font-family: Raleway, sans-serif;
	margin: 0;
	padding: 0;
}
.header-top .top-quote:before {
	content: '';
	left: 0;
	top: 20px;
	bottom: 3px;
	width: 2px;
	position: absolute;
	background: #444;
}
.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: 20px;
	left: 10px;
	color: #444;
}
.header-top .cell {
	padding-top:10px; 
	color: #444;
	font-size: 1.0625em;
	font-weight: 600;
}
.header-top .social-icon a {
	color: #444;
	font-size: 1.3125em;
}
.header-top .social-icon a:hover {
	color: #111;
}

.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: 70px;
	background: #333;
}
.main-menu-container .navbar {
	margin-bottom: 0;
	background: #333;
	border:0px solid transparent;
}
.navbar-nav li a {
	font-family: "Raleway", sans-serif;
	font-weight:600;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	padding: 0 46px;
	font-size: 1.0em;
	line-height: 70px;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
} 
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: #C09C31;
}
.navbar-nav>li>a:before { 
	top: 100%;
	left: 50%;
	height:12px;
	width: 12px; 
	margin-left: -6px;
	border-style: solid;
	border-width: 6px;
	border-color: #C09C31 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: 43px;
	list-style: none;
	padding: 0;
	width: 210px;
	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: #333;
}
.sub-menu>li>a {
	font-size:13px;
	width: 100%;
	padding: 0 15px;
	display: inline-block;
	line-height: 35px; 
	color: #fff;
}
.sub-menu>li>a:hover {
	background: rgba(255,255,255,.1);
	color: #C09C31;
}

/* 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: 0px;
}
.featured-img img {
	width: 100%;
}
.post-title {
	font-size: 1.25em;
	padding-top: 5px;
	padding-bottom: 10px;
}
.post-title a {
	color: #404040;
}
/* 5.1 - Articles Section End
---------------------------------*/ 


/* 5.2 - Mission Section   
---------------------------------*/ 
.mission {
	padding-top: 40px;
	padding-bottom: 55px;
}
.mission-container {
	background: url(../images/gridtile.png); 
	padding: 15px 15px 40px 15px;
}
.mission-text {
	color: #333;
	font-weight: 800;
	font-size: 1.0625em;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 15px;
	max-width: 870px;
	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: #C09C31;
	border-left-color: #C09C31;
	border-right-color: #C09C31;
}

/* 5.3 - Service Section End
---------------------------------*/ 



/* 5.4 - About Us Section
---------------------------------*/ 
.about-us .pull-right,
.about-us .pull-left {
	padding-bottom: 25px;
}
.about-left-box {
	background: #ffffff;
	padding: 30px;
	margin-bottom: 30px;
	margin-top:3px;
} 
.about-right-box {

}
.why-choose {
	margin-top: 0;
	font-size: 1.25em; 
}
.about-right-box .post-content {
	margin-top: 30px;
}
.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;
}
.page-naem-container .page-name {
	font-size: 1.875em;
	margin-bottom: 5;
}
.current-page-link {
	color: #444;
	font-size: 0.875em;
	font-family: "Raleway",sans-serif; 
}
.current-page-link a {
	color: #444;
	padding-right:5px;
}
.current-page-link a+i {
	padding-right:5px;
}
.current-page-link a:hover {
	color: #222;
}
.page-container {
	padding: 80px 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: 40px 50px 30px 110px;
	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: 50px;
	left: 40px;
	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: #111;
	top: 9px;
	left: -15px;
	content: "\f0da";
	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%; 
	height:500px;
	background: #dddddd;
} 

/* 12 - Location Page End
---------------------------------------------------------*/ 




/* 13 - Widget
---------------------------------------------------------*/
.widget {
	
} 
.widget-title {
	font-size: 1.125em;
	font-weight: 800;
	padding-bottom: 10px;
	margin-top: 5px;
}
.widget ul {
	padding-left: 0;
}
.widget li {
	list-style: none;
	padding: 10px 0;
	display: inline-block;
	width: 100%; 
}
.widget_img {
	padding-top: 5px;
	width: 72px;
	float: left;
	margin-right: 20px;
}
.recent-post-details {
	margin-left: 92px;
} 
.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: #32b7ab;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	padding:0 0 10px 0;
	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-left: 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: #444;
}
.widget_twitter_feeds .tweet {
	font-size: 0.9375em;
	padding-bottom: 15px;
}
.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 #777;
	background: transparent;
	height: 33px;
	line-height: 31px;
	width: 100%;
	margin-top: 10px; 
	padding: 0 15px;
	color: #777;
	border-radius: 0;
}
.widget_newslatter input:focus {
	border:1px solid #333;
	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: #333;
	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: #eee;
 	background: #000;
 }
.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: #333;
	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:40px 0 55px 0;
	color: #333;
}
.footer-widget a {
	color: #333;
}
.footer-widget a:hover {
	color: #111;
}
.footer-widget .widget li {
	padding-top: 0;
} 
.footer-widget .widget-title {
	color: #333;
	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:#333;
	position: absolute;
} 
/* 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: #C09C31;
}
.sidebar .widget {
	background: #ffffff;
	padding: 25px 20px;
	margin-bottom: 60px;
} 
.sidebar .widget_slider  {
	background: #C09C31; 
	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: #fff;
		background: #C09C31;
		border-color: transparent;
		font-size: 2em;
		line-height: 25px;
	} 
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
		background: #C09C31;
		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: #fff;
		font-size: .875em;
		border-top:1px solid rgb(229, 231, 231);
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-nav li a:hover {
		background: #C09C31;
		color: #fff;
	}
	/* 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; 
	}

}

