@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese);
@import url("font-awesome.css");

@font-face {
    font-family: 'merienda_oneregular';
    src: url('fonts/merindaOne/MeriendaOne-Regular-webfont.eot');
    src: url('fonts/merindaOne/MeriendaOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/merindaOne/MeriendaOne-Regular-webfont.woff2') format('woff2'),
    url('fonts/merindaOne/MeriendaOne-Regular-webfont.woff') format('woff'),
    url('fonts/merindaOne/MeriendaOne-Regular-webfont.ttf') format('truetype'),
    url('fonts/merindaOne/MeriendaOne-Regular-webfont.svg#merienda_oneregular') format('svg');
}
@font-face {
	font-family: 'fontscorecomttwcenmt';
	src: url('fonts/fontscorecomttwcenmt.eot');
	src: local('fontscorecomttwcenmt'), url('fonts/fontscorecomttwcenmt.woff') format('woff'), url('fonts/fontscorecomttwcenmt.ttf') format('truetype');
}
.fontsforweb_fontid_13141 {
	font-family: 'fontscorecomttwcenmt' !important;
}
html,
body {
    background: #FFFFFF;
	font-family:"open Sans";
    width: 100%;
}
img{
   max-width:100%;
}
p{
	font-size:16px;
	color:#000000;
    line-height: 28px;
}
b{
	font-weight: bold;
}
/*
 * Header
 */

header.top {
	background: #292525;
    -webkit-box-shadow: 0px 1px 3px 0.00px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 1px 3px 0.00px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 1px 3px 0.00px rgba(0, 0, 0, 0.28);
    height: 100px;
	padding: 20px 0px;
    width: 100%;
}

h1.logo {
    float: left;
    height: 100%;
    line-height: 73px;
}
h1.logo .merinda{
    font-size: 30px;
    color: #5da213;
    font-family: merienda_oneregular;
}

h1.logo .gray{
    color: #5b5b5b;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 25px;
}
h1.logo a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;

}

ul.menu-top.desktop {
    height: 73px;
    line-height: 73px;
    float: right;
}

ul.menu-top.desktop li {
    float: left;
    margin: 0 15px;
    position: relative;
}

ul.menu-top.desktop li a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 73px;
    text-align: left;
    text-decoration: none;
	text-transform: capitalize;
    font-family: "fontscorecomttwcenmt";
}

ul.menu-top.desktop li.current-menu-item a {

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
	color: #f16c20;
}

ul.menu-top.desktop li.current-menu-item a:hover {
    color: #f16c20;
}

ul.menu-top.desktop li a:hover { 
    color: #f16c20;
}

ul.menu-top.desktop .sub-menu {
    background: #f16c20;
	color:#ffffff;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius:  2px;
    -moz-border-radius-bottomright:     2px;
    -moz-border-radius-bottomleft:      2px;
    border-bottom-right-radius:         2px;
    border-bottom-left-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    display: none;
    height: auto;
    padding: 0px;
    position: absolute;
    top: 67px;
    width: 215px;
    z-index: 3;
}

ul.menu-top.desktop .sub-menu div.sub-menu-top-bar:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #5DA213 transparent;
}
ul.menu-top.desktop .sub-menu div.sub-menu-top-bar {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    height: 10px;
    position: absolute;
    top: -11px;
    width: 100%;
}

ul.menu-top.desktop .sub-menu li {
    margin: 0 0;
    text-align: center;
    width: 100%;
}

ul.menu-top.desktop .sub-menu li a {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    height: inherit !important;
    line-height: 15px !important;
    overflow: hidden;
	padding: 15px 10px;
    text-align: left;
    text-transform: inherit;
	background: #292525;
}

ul.menu-top.desktop .sub-menu li:last-child a {
    border-bottom: 1px solid #FFFFFF;
	background: #292525;
}

ul.menu-top.desktop .sub-menu li a:hover {
    color: #f16c20;
}
a  {
	color:#f16c20;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#292525;
}
/*
 * Menu mobile
 */

.hide-menu {
    display: none;
}

.show-menu {
    display: block;
}

.menu-three-lines {
    cursor: pointer;
    height: 50px;
	position: absolute;
    right: 20px;
	top: 90px;
    width: 50px;
}

.menu-three-lines span {
	background-color: #5DA213;
    font-size: 0px;
	display: block;
	height: 4px;
    left: 0;
	margin-top: -2px;
    position: absolute;
    top: 50%;
	-webkit-transition: background-color   0.3s;
	transition: background-color           0.3s;
    -webkit-touch-callout: none;
	-webkit-user-select:   none;
	-khtml-user-select:    none;
	-moz-user-select:      none;
	-ms-user-select:       none;
	user-select:           none;
    width: 100%;
}

.menu-three-lines.open span {
	background-color: transparent;
}

.menu-three-lines span:before,
.menu-three-lines span:after {
    background: #5DA213;
	content: '';
	height: 100%;
	left: 0;
    position: absolute;
	-webkit-transition:    -webkit-transform 0.3s;
	transition:                    transform 0.3s;
    width: 100%;
}


.menu-three-lines.close span:before {
	-webkit-transform: translateY(-250%);
	transform:         translateY(-250%);
}

.menu-three-lines.close span:after {
	-webkit-transform: translateY(250%);
	transform:         translateY(250%);
}

.menu-three-lines.open span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform:         translateY(0) rotate(45deg);
}

.menu-three-lines.open span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform:         translateY(0) rotate(-45deg);
}


ul.menu-top.mobile {
    background-color: #FFFFFF;
    z-index: 6;
}

ul.menu-top.mobile li {
    border-left: 5px solid #FFFFFF;
    margin-bottom: 1px;
}

ul.menu-top.mobile li.current-menu-item {
    border-left: 5px solid #5DA213;
}

ul.menu-top.mobile li.current-menu-item a {
    color: #5DA213;
}

ul.menu-top.mobile li.current-menu-item a:hover,
ul.menu-top.mobile li.current-menu-item:hover a {
    color: #5DA213;
}

ul.menu-top.mobile li a {
    color: #2E2E2E;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 0 10px;
}

ul.menu-top.mobile li a:hover {
    color: #8F8F8F;
}


ul.menu-top.mobile ul.sub-menu {
    margin-left: 25px;
}

section.heading-banner {
    background-image: url('../images/image-top.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.heading-banner h1.heading-banner-title {
    color: #FFFFFF;
    float: left;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px; 
    margin-bottom: 20px;
    margin-top: 95px;
    text-align: center;
    width: 100%;
}

section.heading-banner h3.heading-banner-subtitle {
    color: #FFFFFF;
    float: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
}

section.heading-banner .cta-btns {
    float: left;
    text-align: center;
    width: 100%;
}

section.heading-banner .cta-btns a.heading-btn {
    background: transparent;
    border: 4px solid #FFFFFF;
    -webkit-border-radius:  3px;
    -moz-border-radius:     3px;
    border-radius:          3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #FFFFFF;
    display: inline-block;
    height: 57px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

section.heading-banner .cta-btns a.heading-btn:hover {
    background: #5DA213;
    border: 4px solid #5DA213;
    -webkit-transition: all 0.5s;
    -moz-transition:    all 0.5s;
    transition:         all 0.5s;
}

.features-box {
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    width: 100%;
	display: none;
}

.features-box .feature-body {
    float: left;
    height: auto;
    overflow: hidden;
    text-align: center;
	margin-bottom:20px
}
.features-box .feature-body a {
    text-decoration: none;
}
.features-box .feature-body a:hover h4.feature-title {
    color: #5DA213;
}
.features-box .feature-body .feature-describe h4.feature-title {
    color: #565655;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 22px 0 12px 0;
}


.features-box .feature-body .feature-icon .fa-pencil-square-o  {
    margin-left: 10px;
}
.features-box .feature-body .feature-icon .fa  {
    color: #fff;
    font-size: 50px;
    margin-top: 14px;
}
.features-box .feature-body .feature-icon .feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(-35deg) scale(1.9) ;
    -webkit-transform: rotate(-35deg) scale(1.9);
    -moz-transform: rotate(-35deg) scale(1.9);
    -o-transform: rotate(-35deg) scale(1.9);
    -ms-transform: rotate(-35deg) scale(1.9);

}
.features-box .feature-body .feature-icon .feature-bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50%;
    background: #65b114;
}
.features-box .feature-body .feature-icon .feature-bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 49%;
    right: 0;
    bottom: 0;
    background: #5da213;
    z-index: 3;
}
.features-box .feature-body .arrow-bottom {
    width: 0;
    height: 4px;
    display: inline-block;
    text-align: center;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5da213 transparent transparent transparent;

}
.features-box .feature-body .feature-icon {
    position: relative;
    width: 98px;
    height: 73px;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
}

.features-box .feature-body .feature-describe .feature-details {
    color: #565655;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}


/*
 * Latest Projects
 */

.latest-projects {
    background-color: #F1F1F1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    float: left;
    height: 464px;
    overflow: hidden;
    width: 100%;
}

.latest-projects h3.latest-porojects-title {
    color: #363635;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 60px 0;
    text-align: center;
    text-transform: uppercase;
}

.latest-projects .latest-projects-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 0px 30px !important;
    position: relative;
    width: 100%;
}

.latest-projects .latest-projects-slider .owl-prev {
    background-position: -15px 0;
    left: -35px;
    position: absolute;
    top: 25%;
}

.latest-projects .latest-projects-slider .owl-prev:hover {
    background-position: 0 0;
}

.latest-projects .latest-projects-slider .owl-next {
    background-position: -15px -45px;
    position: absolute;
    right: -35px;
    top: 25%;
}

.latest-projects .latest-projects-slider .owl-next:hover {
    background-position: 0 -45px;
}

.latest-projects .latest-projects-slider .project-item .project-image .icon{
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: -20px;
}
.latest-projects .latest-projects-slider .project-item .project-image{
    position: relative;
    overflow: hidden;

}
.latest-projects .latest-projects-slider .project-item {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    cursor: pointer;
    display: block;
    height: 230px;
    padding: 5px;
    text-decoration: none;
    width: 100%;
}

.latest-projects .latest-projects-slider .project-item .project-image img {
    height: 220px;
    width: 100%;
}

.latest-projects .latest-projects-slider .project-item .project-info {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    text-align: center;
    position: absolute;
    width: 100%;
    background: rgba(93, 162, 19, 0.65);
}

.latest-projects .latest-projects-slider .project-item .project-info {
    display: none;
}

.latest-projects .latest-projects-slider .project-item:hover .project-info {
    display: block;
}

.latest-projects .latest-projects-slider .project-item .project-info .project-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.latest-projects .latest-projects-slider .project-item .project-info .project-more {
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.latest-projects .latest-projects-slider .project-item .project-info .project-more span.view-btn {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.19);
    border: 2px solid #FFFFFF;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    line-height: 31px;
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 137px;
}

/*
 * Latest from blog
 */

.latest-blogs {
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    float: left;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
    width: 100%;
}

.latest-blogs h3.latest-blogs-title {
    color: #363635;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 60px 0;
    text-align: center;
    text-transform: uppercase;
}

.latest-blogs .latest-blogs-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}

.latest-blogs .latest-blogs-content .latest-post {
    float: left;
    height: auto;
    overflow: hidden;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-image {
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 2s;
    -moz-transition:    all 2s;
    transition:         all 2s;
    width: 100%;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-image:hover .hover-image {
    cursor: pointer;
    display: block;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-image .hover-image {
    background: rgba(93, 162, 19, 0.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-image .hover-image .zoomin-post {
    position: relative;
    top: 43%;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-image img {
    height: auto;
    width: 100%;
}


.latest-blogs .latest-blogs-content .latest-post .latest-post-video {
    background: #FFFFFF;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-video img {
    height: auto;
    width: 100%;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-video .cover-video {
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-video .cover-video .playin-post {
    position: relative;
    top: 40%;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-title a {
    color: #303030;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-title:hover a {
    color: #5DA213;
}

.latest-blogs .latest-blogs-content .latest-post .latest-post-text {
    color: #565656;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.latest-blogs .latest-blogs-content .latest-post a.read-more {
    background-color: #EDEDED;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    color: #585858;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.latest-blogs .latest-blogs-content .latest-post a.read-more:hover {
    background: #5DA213;
    color: #FFFFFF;
    -webkit-transition: all 0.5s;
    -moz-transition:    all 0.5s;
    transition:         all 0.5s;
}

/*
 * Testimonials
 */
.testimonials {
    background-color: #F1F1F1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.quote-area {
    margin: 25px 0 35px 0;
    width: 100%;
}

.testimonials h3.testimonials-title {
    color: #363635;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 35px 0;
    text-align: center;
    text-transform: uppercase;
}

.testimonials .testimonial-content {
    margin-bottom: 35px;   
}

.testimonials .testimonial-content .testimonial-item .testimonial-text {
    color: #474646;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.testimonials .testimonial-content .testimonial-item .testimonial-author-avatar {
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.testimonials .testimonial-content .testimonial-item .testimonial-author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius:     50%;
    border-radius:          50%;
    height: 98px;
    width: 98px;
}

.testimonials .testimonial-content .testimonial-item .testimonial-author-info  {
    float: left;
    height: auto;
    margin: 20px 0 25px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.testimonials .testimonial-content .testimonial-item .testimonial-author-info .testimonial-author-name,
.testimonials .testimonial-content .testimonial-item .testimonial-author-info .testimonial-author-city {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.testimonials .testimonial-content .testimonial-item .testimonial-author-info .testimonial-author-name {
    color: #474646;
}

.testimonials .testimonial-content .testimonial-item .testimonial-author-info .testimonial-author-city {
    color: #707070;
}

/*
 * Heading section name
 */

.heading-name {
	background-position: center;	
	background-repeat: no-repeat;
	background-size: cover;
	width:  100%;
}

.heading-name.bg-source, .wonderplugin-gridgallery-tag {
	background:url(titlebar_bg.jpg) repeat !important;
}
.wonderplugin-gridgallery-tag:hover{
	color:#292525 !important;
	transition:ease-in 1s;
	transition:ease-out .5s;
}
.wonderplugin-gridgallery-tag-selected{
	color:#292525 !important;
}

.wonderplugin-gridgallery-item-title {
    font-size: 16px !important;
    text-transform: uppercase;
}
.heading-name h3, .heading-name h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
    padding: 40px 0;
	font-weight: bold;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.page-id-7 .blog-container{
	margin-top: 10px;
	margin-bottom:50px;	
}
.blog-container {
    display: block;
    height: auto;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 0px;
}

/*
 * Blog Conent
 */

.blog-container section.blog-content {
    width: 100%;
}

.post {
	float: left;
	margin: 30px 0;
	width: 100%;
}  
.prev {
    float:left;
}
.next {
    float:right;
}
.blog-container section.fullwidth {
	width:100%;
}
.post .the-blog-item-title {
	color: #434343;
	font-size: 22px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
}

.post .the-blog-item-title a {
	color: #434343;
	text-decoration: none;
}

.post .the-blog-item-title a:hover {
	color: #5DA213;
}

.post .the-blog-item-top {
	margin-bottom: 15px;
	position: relative;
    width: 100%;
	display:none;
}

.post .the-blog-item-top img {
    height: auto;
    max-width: 100%;
}

.post .the-blog-item-top .comment-count-top {
	position: absolute;
	right: 20px;
	text-align: center;
	top: 20px;
}

.post .the-blog-item-top .comment-count-top b {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 37px;
    padding: 0 20px;
    vertical-align: middle;
}
.post .the-blog-item-top .comment-count-top b a {
    color: #ffffff;
}
.post .the-blog-item-general-info {
	height: auto;
	line-height: 17px;
	margin: 20px 0;
    overflow: hidden;
	padding: 2px 0;
	vertical-align: middle;
	width: 100%;
}

.post .the-blog-item-general-info .blog-item-info {
	float: left;
    margin: 2px 0;
}

.post .the-blog-item-general-info .blog-item-info .gen-text-info {
	color: #838383;	
	display: inline-block;
	font-size: 14px;	
	font-weight: 400;
	margin: 0 8px;
	vertical-align: middle;
}

.post .the-blog-item-text {
	color: #565656;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

.post .the-blog-item-readmore-btn {
	height: 22px;
	margin-top: 20px;
}

.post .the-blog-item-readmore-btn a {	
	background-color: #EDEDED;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;	
	border-radius:         2px;
	color: #585858;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	text-decoration: none;
}

.post .the-blog-item-readmore-btn a:hover {
	background-color: #5DA213;	
	color: #FFFFFF;
	display: inline-block;
}

/*
 * Blog Sidebar
 */

.blog-container section.blog-sidebar {
	float: left;
}

.search-block {
    border: 1px solid #DCDCDC;   
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    float: left;
    height: 34px;
    margin: 15px 0;
    padding: 0 8px;
    width: 100%;
}

/*
 * Search Form
 */

.search-block .wpcf7-form input.search-field[type='text'] {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #565656;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin-top: 4px;
    outline: 0;
}

.search-block .wpcf7-form .search-btn:after {
    content: "\f002";
}
.search-block .wpcf7-form .search-btn {
    background: #FFFFFF;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: 6px;
    height: 20px;
    padding: 0;
    width: 20px;
    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);
    display: inline-block;
    color: #5dA213;
}

/*
 * Share Post
 */

.share-block {
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    float: left;
    height: 55px;
    line-height: 55px;
    width: 100%;
}

.share-block .widget {
    float: left;
    width: 100%;
}

.share-block .widget .widget-title {
    color: #434343;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    height: 55px;
    line-height: 55px;
}
.widget_text p {
    font-size: 14px;
}
/*
 * Comments Block
 */

.comments ul.commentlist {
    width: 100%;
}
.comments ul.commentlist .reply {
    clear: both;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
}
.comments ul.commentlist li.comment {
    border-bottom: 1px solid #CECECE;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.comments ul.commentlist li.comment .comment-body .comment-author {
    float: left;
    font-size: 12px;
    margin-right: 20px;
    width: 157px;
}
.comments ul.commentlist li.comment .comment-body .comment-metadata {
    float: right;
	font-size:12px;
}

.comments ul.commentlist li.comment .comment-body .comment-author img.avatar {
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    width: 70px;
}

.comments ul.commentlist li.comment .comment-body .comment-content h3.comment-author-name {
     margin-bottom: 15px;
}

.comments ul.commentlist li.comment .comment-body .comment-content h3.comment-author-name a,
.comments ul.commentlist li.comment .comment-body .comment-content h3.comment-author-name span  {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
}

.comments ul.commentlist li.comment .comment-body .comment-content h3.comment-author-name a:hover {
    color: #5DA213;
}
.comments ul.commentlist li.comment .comment-body .comment-content p {
    color: #303030;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

.comments .comment-respond h3.comment-respond-title { 
    color: #434343;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 20px 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.comment-reply-title {
    clear: both;
    display: block;
    padding-top: 51px;
}
.comments .comment-respond .comment-form {
    float: left;
    width: 100%;
	margin:15px 0;
}
.comments .comment-respond .comment-form .form-allowed-tags {
   display:block;
   margin:30px 0;
}
.comments .comment-respond .comment-form p {
    color: #565656;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
.comments .comment-respond .comment-form input[type='text'],
.comments .comment-respond .comment-form input[type='email'],
.comments .comment-respond .comment-form input[type='url'] {
    border: 1px solid #CECECE;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
}

.comments .comment-respond .comment-form textarea {
    border: 1px solid #CECECE;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 115px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 15px;
    resize: none;
    width: 100%;
}

.comments .comment-respond .comment-form input[type='submit'] {
    background-color: #5DA213;
    border: 0 none;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 0 25px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.comments .comment-respond .comment-form input[type='submit']:hover {
    opacity: 0.81;
}

/*
 * Widget in Sidebar
 */

.blog-container section.blog-sidebar .widget {
    margin: 15px 0;
    float: left;
    width: 100%;   
}

.blog-container section.blog-sidebar .widget h3.widget-title {
    background-color: #F1F1F1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    border-right: 17px solid #5DA213;
    color: #424242;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 17px;
    width: 100%;
}

.blog-container section.blog-sidebar .widget ul {
    margin: 0 0 0 0;
}

.blog-container section.blog-sidebar .widget ul li a:before {
    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);
    content: '\f105';
    color: #5da213;
    font-size: 21px;
    vertical-align: sub;
    margin-left: -10px;
    margin-right: 10px;
}
.blog-container section.blog-sidebar .widget ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #565656;
    font-size: 13px;
    font-weight: 400;
    height: 32px;
    line-height: 20px;
    padding-left: 16px;
    text-decoration: none;
}

.blog-container section.blog-sidebar .widget ul li a:hover {
    color: #5DA213;
}

.blog-container section.blog-sidebar .widget .sidebar-text {
    color: #565656;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px; 
    padding-left: 15px;
}

/*
 * Email Newsletter
 */

.blog-container section.blog-sidebar .email-newsletter {
    background-color: #5DA213;
    border-bottom:  2px solid #518B1A;
    border-top:     1px outset #80B549;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    float: left;
    height: 165px;
    margin: 15px 0;
    padding: 0 17px;
    width: 100%;
}

.blog-container section.blog-sidebar .email-newsletter .widget {
    margin: 10px 0 0 0;   
}

.blog-container section.blog-sidebar .email-newsletter .widget .widget-title {
    background: url(../images/envelope.png) left center no-repeat #5DA213;
    border: 0 none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    padding: 0 0 0 56px;  
}

.blog-container section.blog-sidebar .email-newsletter .widget form.wpcf7-form input.email-field[type='text'] {
    background-color: #FFFFFF;
    border: 0 none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #565656;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    line-height: 34px;
    outline: 0 none;
    padding: 0 5px;
    width: 100%
}

.blog-container section.blog-sidebar .email-newsletter .widget form.wpcf7-form input.email-btn[type='submit'] {
    background: -webkit-linear-gradient(90deg, #febf01 0%, #febf01 100%);
    background: -moz-linear-gradient(90deg, #febf01 0%, #febf01 100%);
    background: -o-linear-gradient(90deg, #febf01 0%, #febf01 100%);
    background: -ms-linear-gradient(90deg, #febf01 0%, #febf01 100%);
    background: linear-gradient(0deg, #febf01 0%, #febf01 100%);
    border-bottom:  1px solid #C89721;
    border-left: 0 none;
    border-right: 0 none;
    border-top:     1px solid #FDD86D;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    color: #c07a00;
    font-size: 16px;
    font-weight: 700;
    height: 34px;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.32);
    text-transform: uppercase;
    outline: 0 none;
    width: 100%;
    cursor: pointer;
}

/*
 * Latest Tweets 
 */

.latest-tweets {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 25px;
    width: 100%;
}

.latest-tweets .the-tweet {
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.latest-tweets .the-tweet .twitter-icon {
    float: left;
    padding-top: 10px;
    position: absolute;
}

.latest-tweets .the-tweet .tweet-content {
    float: left;
    margin-left: 32px;
}

.latest-tweets .the-tweet .tweet-content p.tweet-text {
    color: #565656;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.latest-tweets .the-tweet .tweet-content p.tweet-text a {
    color: #47A4Ec;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.latest-tweets .the-tweet .tweet-content .tweet-info-time {
    color: #8F8F8F;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

/*
 * Custom select
 */

 .blog-container section.blog-sidebar .widget .custom-select label {
    border: 1px solid #CECECE;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 4px 0px;
    position: relative;
    width: 100%;
}

.blog-container section.blog-sidebar .widget .custom-select label select {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.blog-container section.blog-sidebar .widget .custom-select .arrow-space {
    background: #FFFFFF;
    position: absolute;
    right: 14px;
    top: 0px;
    height: 33px;
    outline: 0 none;
    width: 20px;
}

.blog-container section.blog-sidebar .widget .custom-select .arrow-space.arrow-img img {
    margin-top: 14px;
}




/*
 * Contact Page
 */

.contacts-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contacts-container h3.contacts-title {
    color: #434343;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.contacts-container  p.short-text {
    color: #565656;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 35px 0;
    text-align: center;
}

.contacts-container form.wpcf7-form {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.contacts-container form.wpcf7-form input[type='text'],
.contacts-container form.wpcf7-form input[type='email'] {
    border: 1px solid #CECECE;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
}

.contacts-container form.wpcf7-form textarea {
    border: 1px solid #CECECE;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 115px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 15px;
    resize: none;
    width: 100%;
}

.contacts-container form.wpcf7-form input[type='submit'] {
    background-color: #5DA213;
    border: 0 none;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 0 25px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
}

.contacts-container form.wpcf7-form input[type='submit']:hover {
    opacity: 0.81;
}


.contacts-container form.wpcf7-form label {
    border: 1px solid #CECECE;
    -webkit-border-radius:  2px;
    -moz-border-radius:     2px;
    border-radius:          2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 4px 15px;
    position: relative;
    width: 100%;
}

.contacts-container form.wpcf7-form label select {
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #818080;
    font-family: 'Open Sans', sans-serif;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    width: 100%;
}

.contacts-container form.wpcf7-form label .arrow-space {
    background: #FFFFFF;
    position: absolute;
    right: 14px;
    top: 0px;
    height: 33px;
    outline: 0 none;
    width: 20px;
}

.contacts-container form.wpcf7-form label .arrow-space.arrow-img img {
    margin-top: 14px;
}


.arrow-img {
    text-align: center;
    vertical-align: middle;
}

.contacts-bottom {
    background-color: #F1F1F1;
}

.contacts-bottom .contacts-bottom-conatainer .widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    float: left;
    margin: 20px 0;
    height: auto;
    overflow: hidden;
}

.contacts-bottom .contacts-bottom-conatainer .left-widget i {
    font-size: medium;
	width:30px;
}

.contacts-bottom .contacts-bottom-conatainer .widget h3.widget-title {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px;
    text-align: left;
    text-transform: uppercase;
}

.contacts-bottom .contacts-bottom-conatainer .widget ul.widget-contacts {
    width: 100%;   
}

.contacts-bottom .contacts-bottom-conatainer .widget ul.widget-contacts li {
    height: 20px;
    line-height: 20px;
    margin-bottom: 22px;
    width: 100%;
}

.contacts-bottom .contacts-bottom-conatainer .widget ul.widget-contacts li span.text {
    display: inline;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.contacts-bottom .contacts-bottom-conatainer .widget ul.widget-contacts li .icon-contact {
    display: inline-block;
    margin-right: 15px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
}

/*
 * Pages
 */

.wp-pagenavi {
   	clear: both;
	display: block;
    height: 30px;
	margin: 15px 0px 30px;
}

.wp-pagenavi .link-pg {
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
	-webkit-box-shadow: 0px 1px 2px 0.00px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 	0px 1px 2px 0.00px rgba(0, 0, 0, 0.08);
	box-shadow: 		0px 1px 2px 0.00px rgba(0, 0, 0, 0.08);
	color: #6E6E6E;
	display: block;
	font-size: 14px;
	font-weight: 400;
	float: left;
	height: 28px;
	line-height: 28px;
	margin: 0 5px; 
    min-width: 22px;
    padding: 0 5px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

.wp-pagenavi .link-pg:hover {
	background: #5DA213;
	border: 1px solid #5da213;
	color: #FFFFFF;
}

.wp-pagenavi .link-pg.current {
	background: #5DA213;
	border: 1px solid #5da213;
	color: #FFFFFF;
}

.wp-pagenavi.link-more-pg {
	color: #6E6E6E;
	display: block;
	float: left;
	margin: 12px 5px 0 5px;;
	text-align: center;
	text-decoration: none;
	width: auto;
}

.wp-pagenavi {
  width: 100%;
  float: right;
  margin: 24px 0 2px;
}
.wp-pagenavi span {
  background: none repeat scroll 0 0 #5da213;
  border: 1px solid #5da213;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  margin: 0 5px;
  padding: 8px 15px;
}
.wp-pagenavi  a {
  background: none repeat scroll 0 0 #5da213;
  border-radius: 3px;
  border: 1px solid #5da213;
  color: #ffffff;
  font-size: 13px;
  margin: 0 5px;
  padding: 8px 15px;
  transition: all 0.3s ease 0s;
}
.wp-pagenavi .current {
  background: none repeat scroll 0 0 #ffffff;
  color: #565656;
  border-color: #565656;
}
.wp-pagenavi  a:hover {
  color: #fff;
  background: #272f35;
}
.wp-pagenavi ul {
  margin: 0;
  padding: 0;
}
.wp-pagenavi ul li {
  list-style-type: none;
  float: left;
  font-size: 13px;
  color: #686e7c;
  margin-right: 8px;
  text-align: center;
}
.wp-pagenavi ul li a {
  font-size: 13px;
  color: #686e7c;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  display: block;
  line-height: 28px;
  transition: all 0.3s ease;
  background: #5DA213;
}
.wp-pagenavi ul li a:hover {
  color: #fff;
  background: #272f35;
}

/*
 * Footer
 */
footer.bottom {
    float: left;
    width: 100%;
	color: #ffffff;
}

footer.bottom .cta-contact-us {
	background-color: #5DA213;
    overflow: hidden;
}

footer.bottom .cta-contact-us .cta-contact-right-text {
	float: left;
    line-height: 32px;
    overflow: hidden;
}

footer.bottom .cta-contact-us .cta-contact-us-content {
    height: auto;
    overflow: hidden;
    padding-top: 34px;
}

footer.bottom .cta-contact-us .cta-contact-right-text .cta-contact-text {
	color: #FFFFFF;	
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
}

footer.bottom .cta-contact-us .cta-contact-btn {
	float: right;
	height: auto;
	overflow: hidden;
}

footer.bottom .cta-contact-us .cta-contact-btn a:hover {
    background-color: #C8C3C3;
    color: #3F3D3D;
}
footer.bottom .cta-contact-us .cta-contact-btn a {
	background-color: #e3e3e3;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	border-radius:         2px;
	color: #535353;
	display: inline-block;	
	font-size: 14px;
	font-weight: 700;	
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    width: 129px;
}

footer.bottom .bottom-navigation {
    background-color: #212121;
    height: auto;
    min-height: 205px;
    overflow: hidden;
    width: 100%;
}

footer.bottom .bottom-navigation .bottom-navigation-content {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
}

/*
 * Widget from Footer
 */

footer.bottom .bottom-navigation .bottom-navigation-content .widget {
    float: left;
}

footer.bottom .bottom-navigation .bottom-navigation-content .widget .widget-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer.bottom .bottom-navigation .bottom-navigation-content .widget ul li {
    line-height: 18px;
}

footer.bottom .bottom-navigation .bottom-navigation-content .widget ul li a {
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

footer.bottom .bottom-navigation .bottom-navigation-content .widget ul li a:hover {
    color: #f16c20;
}

footer.bottom .bottom-navigation .bottom-navigation-content .widget p.bottom-text {
    color: #cccccc;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}


footer.bottom .copyright {
	background-color: #000;
    overflow: hidden;
    width: 100%;
    padding: 15px 0px;
	border-bottom: 2px solid #fff;
}

footer.bottom .copyright .copyright-content {
    color: #838383;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}

/*
 * Utiles Class
 */

.block-left {
    font-size: 14px;
    text-align: center;
    color: #999999;
    font-weight: bold;
}

.block-right {
    float: right;
}

.valignmiddle { 
    vertical-align: middle;
}

.iblock {
    display: inline-block;
}

.isblock {
   display: block;
}

.iline {
   display: inline;
}

/*
 * Icons sprite
 */

.icon {
	background: url(../images/sprites.png) no-repeat;
}

.icon.arrowbg {
	background-position: 0 -144px ;
	width: 47px;
	height: 16px;
}

.icon.bg{
    background: rgba(93, 162, 13, 0.8);
	height: 36px;
    border-radius: 4px;
}

.icon.blueenvelope {
	background-position: -45px -61px ;
	width: 48px;
	height: 32px;
}
.icon.date, .icon.user, .icon.blog-item, .icon.twitterblue {
    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);
    color: #5da213;
}
.icon.date:before {
    content: "\f073";
}
.icon.date {
	width: 17px;
	height: 17px;
}

.icon.envelope {
	background-position: -61px 0;
	width: 46px;
	height: 45px;
}

.icon.home, .icon.hour, .icon.mail, .icon.phone {
    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);
	width: 18px;
	height: 16px;
    background: none;
    color: #575757;
    font-size: 17px;
}
.icon.home:after {
    content: "\f015";
}

.icon.hour:before {
    content: "\f017";
}
.icon.hour {
	width: 17px;
	height: 17px;
}

.icon.mail:after {
    content: "\f0e0";
}
.icon.mail {
	background: none;
	width: 20px;
	height: 13px;
}

.icon.phone:after {
    content: "\f095";
}
.icon.phone {
    background: none;
	width: 14px;
	height: 14px;
}

.icon.play-ico{
	background-position: 0 0;
	width: 60px;
	height: 60px;
}

.icon.blog-item:before {
    content: "\f044";
}
.icon.blog-item {
	width: 16px;
	height: 17px;
}

.icon.quotes-testimonials {
	background-position: 0 -108px ;
	width: 43px;
	height: 35px;
}

.icon.search {
	background-position: -94px -61px ;
	width: 20px;
	height: 20px;
}

.icon.twitterblue:before {
    content: "\f099";
    color: #47a4ec;
    font-size: 23px;
}

.icon.twitterblue {
	width: 22px;
	height: 18px;
}

.icon.user:before {
    content: "\f007";
}
.icon.user {
	width: 18px;
	height: 17px;
}



.icon.zoom-ico, .icon.play-ico {
    background: none;
	width: 42px;
	height: 20px;
    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);
    text-align: center;
}
.icon.zoom-ico:before {
    content: "\f06e";
    color: #fff;
    font-size: 40px;
}

.icon.play-ico:before {
    content: "\f01d";
    color: #fff;
    font-size: 40px;
}
/*
 * Social Media Icons
 */

.social-link {
    display: inline-block;
    float: left;
    height: 38px;
    margin: 0 3px;
    width: 38px;
}

.social-icon:hover {
    background-color: #5da213;
    color: #fff;
}
.social-icon {
    background: #8c8c8c;
    display: inline-block;
    height: 38px; 
    width: 38px;
    border-radius: 50%;
    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);
    color: #f1f1f1;
    text-align: center;
    font-size: 27px;
    line-height: 38px;
    font-size: 19px;
}

.social-icon.facebook:before {
    content: "\f09a";
}

.social-icon.twitter:before {
    content: "\f099";
}

.social-icon.google-plus:before {
    content: "\f0d5 ";
}

.social-icon.pinterest:before {
    content: "\f231  ";
}

.social-link:hover .social-icon.facebook,
.social-icon.facebook:hover {
    color: #fff;
}

.social-link:hover .social-icon.twitter,
.social-icon.twitter:hover {
    background-position: -39px -39px;
}

.social-link:hover .social-icon.google-plus,
.social-icon.google-plus:hover {
    background-position: -39px -78px;
}

.social-link:hover .social-icon.pinterest,
.social-icon.pinterest:hover {
    background-position: 0 -78px;
}
select:focus {
    outline: none;
}
.custom-select, select {
    cursor: pointer;
}


/* Custom CSS */

blockquote {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 5px solid #f06b21;
    font-style: italic;
    margin: 10px 0;
    padding: 15px;
    quotes: none;
}
blockquote b{
	float:right;
	color:#f06b21;
}
.clear{
	clear:both;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #DDDDDD;
    margin: 15px 0;	
	width:100%;
	font-size: 14px;
	color:#000000;
}
td {
    border: 1px solid #DDDDDD;
    padding: 7px;
	width: 50%;
}
.bne-testimonial-description p {
    float: none;
    text-align: justify;
}
table tr:nth-child(odd) {
	background: #f8f8f8;
}
table tr:nth-child(even) {
    background: #fdfdfd;
}
th {
    background: none repeat scroll 0 0 #5da213;
    border: 1px solid #5da213;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
th a {
    color: #FFFFFF;
}

cite, em, i {
    font-style: italic;
}
pre, code, kbd {
    background-color: #EEEEEE;
    font-family: monospace;
    font-size: 13px;
    line-height: 20px;
}
pre {
    padding: 18px;
    overflow: auto;	
	white-space:pre-wrap;
    margin: 10px 0;	
}
ins {
    background: none repeat scroll 0 0 #EEEEEE;
}
dt {
    font-weight: bold;
	line-height: 1.4;
}

dd {
    margin-bottom: 20px;
	line-height: 1.4;
}
address {
    margin: 0 0 15px;
    display: block;	
    line-height: 20px;	
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #5da213;
    cursor: help;
}
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sub {
    top: 2px;
}
embed, iframe, object {
    max-width: 100%;
}

/* Sidebar Widget */

.blog-sidebar ul li ul{
	padding: 0 0 0 15px;
}
.blog-sidebar ul li {
    background-position: 0 8px;
    background-repeat: no-repeat;
    margin: 4px 0;
    padding-left: 0;
}
.blog-sidebar ul a {
	line-height: 1.4;
}

.blog-sidebar ul a:hover {
    color: #616161;
	text-decoration:none;
}
.blog-sidebar ul .rssSummary, .blog-sidebar ul .rsswidget, .blog-sidebar ul .rss-date, .blog-sidebar ul cite {
    line-height: 1.4;
}
.blog-sidebar #calendar_wrap caption{
	padding: 0 0 12px;
	text-transform: uppercase;
}
.blog-sidebar #calendar_wrap td{
	text-align:center;
	padding: 7px;
}
.blog-sidebar .widget-title .rsswidget {
    color:#616161;
}
.blog-sidebar .widget-title .rsswidget img {
    margin:0;
}
.blog-sidebar img {
	height:auto;
	margin: 5px 0;
	max-width: 100%;
}
.blog-sidebar select, .blog-sidebar textarea {
	margin:15px 0;
	width:100%;
	padding:5px;
	border: 1px solid #616161;
}
.blog-sidebar, .blog-sidebar .searchform_block{
	margin-bottom:25px;
}
.blog-sidebar .inner{
	padding:10px
}
.blog-sidebar .schedule_widget, .blog-sidebar .ouroffice_widget{
	padding:10px 0
}
.blog-sidebar .search-field{
    border: 1px solid #c6c6c6;
    color: #c6c6c6;
    float: left;
    height: 32px;
    padding: 0 2%;
    width: 55%;
}
.blog-sidebar .screen-reader-text{
	display:none;
}
.blog-sidebar .search-submit{
    background-color: #5da213;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 13px;
    overflow: hidden;
    padding: 8px 7px 7px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.blog-sidebar .search-submit:hover{
    background-color: #616161;
}

/* Footer Widget */

footer .widget ul li ul{
	padding: 0 0 0 15px;
}
footer .widget ul li {
    background-position: 0 8px;
    background-repeat: no-repeat;
    margin: 10px 0;
	background:url(list_arrow.png) no-repeat left center;
	padding-left: 15px;
}
footer .widget ul a {
	line-height: 1.4;
}
footer .widget ul a:hover {
    color:#5da213;
	text-decoration:none;
}
footer .widget ul .rssSummary, footer .widget ul .rsswidget, footer .widget ul .rss-date, footer .widget ul cite {
    line-height: 1.4;
}
footer .widget #calendar_wrap caption{
	padding: 0 0 12px;
	text-transform: uppercase;
}
footer .widget #calendar_wrap td{
	text-align:center;
	padding: 5px;
}
footer .widget .widget-title .rsswidget {
    color:#616161;
}
footer .widget .widget-title .rsswidget img {
    margin:0;
}
footer .widget img {
	height:auto;
	margin: 5px 0;
	max-width: 100%;
}
footer .widget select, footer .widget textarea {
	margin:15px 0;
	width:100%;
	padding:5px;
	border: 1px solid #616161;
}
footer .widget, footer .searchform_block{
	margin-bottom:25px;
}
footer .widget .inner{
	padding:10px
}
footer .widget .schedule_widget, footer .widget .ouroffice_widget{
	padding:10px 0
}
footer .widget .search-field{
    border: 1px solid #C0C0C0;
    float: left;
    height: 32px;
    padding: 0 2%;
    width: 57%;
	color:#c6c6c6;
}
footer .widget .screen-reader-text{
	display:none;
}
footer .widget .search-submit{
    background-color: #5da213;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 13px;
    overflow: hidden;
    padding: 7px 7px 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
footer .widget .search-submit:hover{
    background-color: #616161;
}

footer .section_widgets .widget, footer .section_widgets .widget p{
   color: #b6bbc1;
}
.widget_recent_comments hr {
   display:none; 
}

/*  Article Page  */


.the-blog-item-text h1, .the-blog-item-text h2, .the-blog-item-text h3, .the-blog-item-text h4, .the-blog-item-text h5, .the-blog-item-text h6{
	text-transform: uppercase;
	margin:10px 0;
	color: #505050;
}
.the-blog-item-text h1{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: normal;
    text-align: left;
}
.the-blog-item-text h2{
	font-size:26px;
}
.the-blog-item-text h3{
	font-size:22px;
}
.the-blog-item-text h4{
	font-size:18px;
}
.the-blog-item-text h5{
	font-size:16px;
}
.the-blog-item-text h6{
	font-size:14px;
}
.the-blog-item-text ul, .the-blog-item-text ol{
	margin-bottom:35px
}
.the-blog-item-text .article_img{
	margin:10px 0 15px 0
}
.the-blog-item-text ul{
    margin-bottom:0px;
	margin-left: 20px;
}
.the-blog-item-text ul li {
    font-size: 13px;
    line-height: 24px;
    padding-left: 10px;
	list-style: outside none disc;
}
.the-blog-item-text ol {
    margin-bottom:0px;
	margin-left: 20px;
}
.the-blog-item-text .comments ul {
	list-style: none;
}
.the-blog-item-text .comments ul li {
	list-style: none;
}
.the-blog-item-text .comments ol {
	list-style: none;
}
.the-blog-item-text ol li{
    font-size: 13px;
    line-height: 24px;
    list-style-type: int;
    padding-left: 10px;
}
.the-blog-item-text img{
    height:auto;
/*	margin-bottom: 10px;*/
}

/* Footer  */
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	font-style: italic;
	font-weight: 300;
}
.sticky  {
    background-color: #F3F3F3;
    padding: 18px;
}
.gallery-caption {
	font-style: italic;
	font-weight: 300;
}
.bypostauthor  {
	display: inline-block;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}

span.wpcf7-not-valid-tip {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 10px 0;
}
div.wpcf7-response-output {
    border: medium none !important;
    font-size: 12px;
    margin: 24px auto 0;
    padding: 0;
    text-align: center;
}
.contacts-heading-map .su-gmap iframe {
    height: 365px!important;
}
.su-responsive-media-yes {
    padding-bottom: 365px !important;
}
ul.menu-top.desktop li:hover > .sub-menu{
    display:block;
}

ul.menu-top.desktop .sub-menu li.menu-item-has-children {
    position:relative;
}
ul.menu-top.desktop .sub-menu li.menu-item-has-children .sub-menu{
  left: 200px;
  top: -6px;
  padding: 10px;
  margin-left: -16px;
  border-top: 0;
  border-top: 5px solid #f16c20;
}
.info_top_bar{
	float:right;
}
.phone, .button{
	float:left;
}
.phone{
    width: 288px;
    font-size: 18px;
    color: #fff;
}
.number{
    font-size: 24px;
    color: #f16c20;
    line-height: 35px;
	font-weight:bolder;	
}
.button{
    width: 360px;
	padding: 17px 0px;
}
.button a{
    color: #fff;
    border: 2px solid #f16c20;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 18px;
    margin-right: 15px;
	font-weight: bold;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.button a:hover{
	border-radius:0;
	color:#f16c20;
}
.name{
	font-weight:bold;
}
.phone_icon{
    float: left;
	padding: 7px 15px 7px 0px;
}
.info{
	float:left;
	background:url(left-forder.png) no-repeat left center;
	padding-left: 15px;
}
.phone .fa.fa-phone{
	color:#f16c20;
	font-size: 22px;
    border: 2px solid #f16c20;
    border-radius: 50%;
    padding: 5px 8px;
}
.pt-cv-ifield{
	text-align: center;
    background: #f0f0f0;
    padding: 20px 5px 30px 5px;
	border-bottom: 4px solid #f16c20;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.pt-cv-ifield:hover{
	background: #292525;	
}
.pt-cv-ifield:hover .pt-cv-title a{
	color:#fff !important;	
}
.pt-cv-ifield:hover .pt-cv-content{
	color:#fff !important;
}
.pt-cv-ifield:hover .pt-cv-content a{
	color:#fff !important;
}
.pt-cv-title a{
	font-family: "fontscorecomttwcenmt";
	font-size: 24px;
    color: #292929;
	font-weight: normal;
}
.pt-cv-content a{
	font-family: "fontscorecomttwcenmt";
    background: none !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    color: #000 !important;
    border: 2px solid #f16c20 !important;
	margin-top: 20px;	
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.pt-cv-title a:hover{
	color:#f16c20 !important;	
}
.pt-cv-content a:hover{
	color:#fff !important;
	border-radius:0px !important;
	box-shadow: inset 0px 50px 0px #f16c20;
}
.pt-cv-content{
	font-family:"open Sans";
	font-size:16px;
	margin-top: 15px;
	color: #292929;
}
.bottom .sub-menu{
	display:none;
}
#text-6, #nav_menu-2, #text-5, #text-4{
	width:22%;
	margin:0px;
}
.futura_bold, .slider_heading, .click_here{
	font-family:"fontscorecomttwcenmt";	
	text-transform:uppercase;
}
.futura_bold{
	font-weight:bold;
	font-size:30px;
	color:#ffffff;
}
.slider_heading{
	font-size:48px;
	color:#fff;
	margin: 20px 0px 30px 0px !Important;
}
.click_here{
	background:#000000;
	color:#f16c20;
	font-size:16px;
	border-radius:0px;
	padding: 8px 30px !important;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.click_here:hover{
	border-radius:0px;
	color:#fff !important;
}
#text-5 p{
	font-size:18px;
}
#text-4 p{
	margin:10px 0px;
}
.textwidget p{
	color:#cccccc;
	line-height: 20px;
}
.fb_link{
	background: #f16c20;
    border-radius: 20px;
    padding: 8px 15px 7px 0px;
	color:#ffffff;
	font-size: 16px;
}
.fb_link:hover > .fa.fa-facebook:hover{
	background:#365899;
}
.fa.fa-facebook{
	border: 2px solid #fff;
    padding: 8px 13px;
	font-size: 20px;
    border-radius: 20px;
    background: #f16c20;
	color:#ffffff;
    vertical-align: initial;
}
.sn_div{
	margin-top: 20px;
	margin-bottom: 20px;
}
.rev_slider{
	z-index:1;
}
ul.list1{
	margin: 5px !important;
}
ul.list1 li{
    background: url(list_arrow.png) no-repeat left center;
	font-size:14px;
	color:#000000;	
}
h1.heading{
	font-family: "fontscorecomttwcenmt";
	color:#f16c20;
    margin: 25px 0px 5px 0px;
	    text-align: center;
}
.element_2 .title-block_2{
	font-weight:bold !important;
	text-align:center!important;
	color:#f16c20!important;
}
.gallery-img-content{
	padding:20px 0px;
	margin:10px 0px;
}
#html5-watermark{
	display:none !important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag{
	font-size:16px !important;
}
.hndtst{
	padding:2% !important;
}
.pixelovely_testimonial img{
    border-radius: 50%;
    border: 2px solid #f16c20;	
}
.bne-testimonial-featured-image, .bne-testimonial-featured-image.square{
	border-radius:50%;
	border:1px solid #f16c20;
	width: 80px !important;
    height: auto !Important;
}
.the-blog-item-text h3{
	color:#f16c20;
	font-weight:bold;
}
.bne-testimonial-list-wrapper .single-bne-testimonial {
    margin-bottom: 30px;
    padding: 20px 30px;
	background: #F5F5F5;
    box-shadow: 1px 1px 2px #999;
}
.bne-testimonial-description{
    width: 86%;
	float:left;
}
 .single-bne-testimonial:nth-child(even){
    width: 75%;
	float: right;
 }
  .single-bne-testimonial:nth-child(even) .bne-testimonial-description{
	width: 85%; 
 }
 .single-bne-testimonial:nth-child(odd) .bne-testimonial-description{
	width:85%; 
 }
  .single-bne-testimonial:nth-child(odd){
    float: left;
    width: 75%;
 }
  .footer_p{
    padding-right: 30px;
    text-align:justify;
  }
  .hover_white:hover{
	  color:#fff;
  }
  input[type=text], input[type=email], textarea, select{
	border:1px solid #999;
	padding: 7px 5px; 
	width: 90%;
  }
  select{
  	width: 92%;
  }
  input[type=submit]{  
    color: #fff;
   border: none;
    padding: 10px 50px;
    border-radius: 0px;
    font-size: 18px;
    margin-right: 15px;
	background:#f16c20;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
  }
  input[type=submit]:hover{
	  background:#292525;
	 
	}
	.margin_p{
		margin-bottom:10px;
	}
.contact_us .one_third{	
	background: #f16c20;
    text-align: center;
    padding: 10px 0px;
    box-shadow: 3px 3px #292525;
	margin: 10px 10px;
    width: 31.7%;
    color: #fff;
    min-height: 112px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.contact_us .one_third:hover{
	background: #292525;
}
 .bottom-navigation .menu-main-menu-container{
	padding: 0px 0px 0px 15%; 
 }
 #text-4 .textwidget{
	padding-left: 15%; 
 }
 .heading-name h3, .heading-name h1 {
	text-align:center; 
 }
 .bne-testimonial-description p {
    float: none;
    font-size: 14px !important;
}
.pt-cv-href-thumbnail{
	display: inline-block !important;
    border: 6px solid #ccc !important;
    border-radius: 50% !important;	
}
.pt-cv-thumbnail{
	background: #f16c20 !important;
    border-radius: 50% !important;
    margin: 3px !important;
	margin-top: 3!important;
    margin-bottom: 3px!important;
}
#footer_sitemap_widget li a {
    border-bottom: 0px solid !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
}
#footer_sitemap_widget li {
	width: 100% !important;
	margin-top: 5px !important;
	margin-right: 0px !important;
}
#footer_sitemap_widget{
	width:355px;
	float:left;
}
#footer_sitemap_widget .widget{
	width:100% !important;	
}
.header-fb-icon{
	float: left;
    padding: 8px 0px 0px 15px;	
}
.header-fb-icon a i{
	background: none !important;
    color: #f16c20 !important;
    border: 2px solid #f16c20 !important;
    padding: 7px 12px !important;	
}
/**  Mobile  **/
@media screen and (max-width: 1100px) {
	.info_top_bar {
    padding-top: 30px;
}	
footer.bottom .bottom-navigation .bottom-navigation-content .widget {
    margin: 0 2% 0 0;
    width: 18%;
}
.fb_link {
   
    font-size: 70%;
}
.pt-cv-content {
    font-size: 90%;
}
.single-bne-testimonial:nth-child(odd) .bne-testimonial-description, .single-bne-testimonial:nth-child(even) .bne-testimonial-description {

    width: 83%;
}
#footer_sitemap_widget {
    width: 335px;
}
#text-6, #nav_menu-2, #text-5, #text-4 {
    width: 22%;
}
}
@media screen and (max-width: 867px) {
	.fb_link{
		font-size: 100%;
	}
	header.top{
		height:100%;
	}
	#text-6, #nav_menu-2, #text-5, #text-4 {
		width: 48%;
		margin: 0px;
		padding: 0px 0%;
	}
	.bottom .textwidget{
		padding:0 20px 0 0;
	}
	
	.info_top_bar {
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.phone {
     width: 275px;
    margin: 10px auto;
    float: right;

}
.button {
    float: left;
	width: 360px;
	padding: 26px 0px;
}
.button a {
	font-size:100%;	
	padding: 7px 20px;
}
h1.logo a {
    display: inline-block;
}
h1.logo {
    float: none;
    text-align: center;
}
footer.bottom .bottom-navigation .bottom-navigation-content .widget {
    margin: 0 2% 0 0;
    width: 46%;
}
.menu-mobile {
    top: -110px !important;
}
.bne-testimonial-description {
    float: none;
}
.single-bne-testimonial:nth-child(odd) .bne-testimonial-description, .single-bne-testimonial:nth-child(even) .bne-testimonial-description {

    width: 100%;
}
.single-bne-testimonial:nth-child(even), .single-bne-testimonial:nth-child(odd) {

    float: none;
    margin: 20px auto;
}
.contact_us .one_third {
    width: 30.5%;
}
#text-4 {
	padding-top: 7% !important;
}
}
@media screen and (max-width: 667px) {
	.fb_link{
		font-size: 100%;
	}
	header.top{
		height:100%;
	}
	#text-6, #nav_menu-2, #text-5, #text-4 {
		width: 48%;
		margin: 0px;
		padding: 0px 0%;
	}
	.bottom .textwidget{
		padding:0 20px 0 0;
	}
	
	.info_top_bar {
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.phone {
   width: 275px;
    margin: 10px auto;
    float: none;
    display: inline-block;

}
.button {
   float: none;
    width: 350px;
    padding: 26px 0px;
    margin: 0px auto;
}
.button a {
	font-size:100%;	
}
h1.logo a {
    display: inline-block;
}
h1.logo {
    float: none;
    text-align: center;
}
footer.bottom .bottom-navigation .bottom-navigation-content .widget {
    margin: 0 2% 0 0;
    width: 40%;
}
.contact_us .one_third {
    width: 29.5%;
}
}
@media screen and (max-width: 570px) {
	.fb_link{
		font-size: 100%;
	}
	header.top{
		height:100%;
	}
	#text-6, #nav_menu-2, #text-5, #text-4 {
		width: 100%;
		margin: 0px;
		padding: 0px 0%;
	}
	.bottom .textwidget{
		padding:0 20px 0 0;
		text-align: center;
	}
	
	.info_top_bar {
    float: none;
	display: inline-block;
}
.phone {
    width: 275px;
    margin: 10px auto;
	float:none;
}
.button {
    float: none;
	text-align: center;
    margin: 0px auto;
}
.button a {
	font-size:100%;	
}
h1.logo a {
    display: inline-block;
	
}
h1.logo {
    text-align: center;
	
}
.slider_heading {
    margin: 15px 0px 15px 0px !Important;
}
#text-4 .textwidget {
    padding-left: 0px;
}
footer .widget img {
	padding-top: 0% !important;
}
footer.bottom .bottom-navigation .bottom-navigation-content .widget {
    margin: 0 2% 0 0;
    width: 100%;
}
.menu-mobile {
    top: -175px !important;
}
.contact_us .one_third {
    width: 90%;
}
#footer_sitemap_widget {
    width: 335px;
    float: none;
    margin: 0px auto;
}
}
@media screen and (max-width: 450px) {
	.menu-three-lines {
    top: 130px; 
}	
.menu-mobile {
    top: -120px !important;
}

}

@media screen and (max-width: 320px) {
	.fb_link{
		font-size: 100%;
	}
	
	header.top{
		height:100%;
	}
	#text-6, #nav_menu-2, #text-5, #text-4 {
		width: 100%;
		margin: 15px 0px;
		padding: 0px 0%;
		border-bottom:1px solid #f16c20;
	}
	.bottom .textwidget{
		padding:0px;
	}
	.bne-testimonial-description, .single-bne-testimonial:nth-child(odd) .bne-testimonial-description, .single-bne-testimonial:nth-child(even) .bne-testimonial-description{
		width: 100% !important;
	}
	.button a {
    padding: 5px 10px;
    margin-right: auto;
    width: 180px;
    display: inline-block;
    margin: 6px auto;
}
.menu-three-lines {
    top: 130px;
}
.menu-mobile {
    top: -175px !important;
}
.button {
    width: 290px;
}
.contact_us .one_third {
    width: 90%;
}
}
/**  Mobile End  **/