/*
	Theme Name:   Divi Child
	Theme URI:    http://www.elegantthemes.com/gallery/divi/
	Description:  Divi Child Theme
	Author:       Vanthien
	Author URI:   http://www.elegantthemes.com
	Template:     Divi
	Version:      1.0.0
	Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
	License: GNU General Public License v2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:  Divi
*/

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
}
#main-content, #main-header{
	    background: transparent;
}
.logo-header{
	position: absolute;
    left: 0;
    width: 100%;
	z-index: 99;
}
.banner-header{
	height: 305px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.rst-main-menu ul {
	font-size: 0;
}
.rst-main-menu ul li{
	display: inline-block;
}
.rst-main-menu ul > li > a{
	display: inline-block;
    padding: 13px 46px;
    text-transform: uppercase;
    transition: 200ms all;
    color: #1a1a1a;
	font: bold 12px/18px Open Sans;
	text-decoration: none;
}
.rst-main-menu ul > li.current-menu-item > a,.rst-main-menu ul > li > a:hover{
	background: #308918;
    color: #fff;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.17);
}

.rst-main-menu{
	padding: 20px 0 20px 0;
	width: calc( 100% - 270px );
}
.rst-socials{
	width: 270px;
	padding-left: 31px;
	background: url(social-nets-wrapper.gif) repeat 0 0 #1c1c1c;
	position: relative;
	align-self: stretch;
	align-items: center;
    display: flex;
}
.rst-socials:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    width: 500%;
    background: url(social-nets-wrapper-after.png) repeat 0 0 #1c1c1c;
}
.inner-header-flex{
	display: flex;
	    align-items: center;
    flex-wrap: wrap;
	justify-content:stretch
}
.rst-socials ul{
	margin: 0;
	padding: 0;
}
.inner-header{
	overflow: hidden;
}
.rst-socials ul li{
	display: inline-block;margin-left: 14px;
}
.rst-socials ul li:first-child{
	margin: 0;
}
.rst-socials ul li a{
	color: #7f7f7f;
	font-size: 14px;
}
.rst-socials ul li a:hover{
	color: #308918;
}
.container {
    width: 90%;
}
#footer-bottom{
	display: none !important;
}
.footer-widget  ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-widgets .footer-widget li:before{
	border: none;
	width: 4px;
	height: 7px;
	background: url('arrow-2.png') no-repeat center;
}
#footer-widgets .footer-widget li a {
    color: #62b331;
    line-height: 22px;
}
#footer-widgets .footer-widget li {
    padding-left: 14px;
    position: relative;
	margin-bottom: 0;
}
#footer-widgets .footer-widget li:before {
    top: 7px;
}
.footer-call h5{
	font: 600 14px/1.2em 'Open Sans', sans-serif !important;
    letter-spacing: 1px;
    margin-bottom: 4px;
	color: #fff;
    padding: 0;
	    text-transform: uppercase;
}
.footer-call strong{
	display: block;
    font: 800 21px/1.2em 'Open Sans', sans-serif;
    letter-spacing: 1px;
    color: #2f8718;
}
.footer-text {
    font: bold 11px/14px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
}
.footer-text img{
	display: block;
}
#main-footer .footer-widget h4.title{
	font: 800 18px/1.2em 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: -1px;
    margin: 0px 0 14px;
	padding: 0;
	    text-transform: uppercase;
}
#footer-widgets {
    padding: 50px 0 40px 0 !important;
}
.footer-widget{
	margin: 0 !important;
}
#footer-widgets .footer-widget:nth-child(1){
	width: 300px;
	padding-right: 30px;
}
#footer-widgets .footer-widget:nth-child(2){
	width: 200px;
	padding-right: 30px;
}
#footer-widgets .footer-widget:nth-child(3){
	width: 200px;
	padding-right: 30px;
}
#footer-widgets .footer-widget:nth-child(4){
	width: 200px;
	padding-right: 30px;
}
#footer-widgets .footer-widget:nth-child(5){
	width: 200px;
	float: right;
}
#footer-widgets .footer-widget li a:hover{
	color: #fff!important;
}

.slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slider-wrap .slider >.container {
    width: 100%;
	max-width: 100%;
}
.slider-wrap .slider .camera_caption >div {
    width: 1170px;
    margin: 0 auto;
    background: none;
    padding: 0;
} 
.slider-wrap .slider .camera_caption >div h2, .slider-wrap .slider .camera_caption >div h3 {
    font: 60px/1.2em 'Changa One', cursive;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding: 2px 25px 5px;
}
.slider-wrap .slider .camera_caption >div h2 {
    background: #1a1a1a;
    color: #fff;
}
.slider-wrap .slider .camera_caption >div h3 {
    background: url(images/h3-bg.gif) repeat-x 0 0;
    color: #fff;
}
.slider-wrap .slider .camera_prev, .slider-wrap .slider .camera_next {
    left: 50%;
    top: auto;
    bottom: 158px;
    width: 88px;
    height: 79px;
    margin-top: 0;
}
p {
    padding-bottom: 20px;
}
address {
    display: block;
    font-style: normal;
}
.slider-wrap .slider .camera_prev {
    margin-left: -585px;
}
.slider-wrap .slider .camera_prev span, .slider-wrap .slider .camera_next span {
    width: 88px;
    height: 79px;
}
.slider-wrap .slider .camera_prev span {
    background: url(images/nav-slider.png) no-repeat;
}
.slider-wrap .slider .camera_next {
    margin-left: -497px;
}
.slider-wrap .slider .camera_next span {
    background: url(images/nav-slider.png) no-repeat -88px 0;
}

.camera_loader {
	background:url('images/loading_32.gif') 50% 50% no-repeat;
	border: none !important;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 18px;
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table th {
    font-weight: bold;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd;
}
.table thead th {
    vertical-align: bottom;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
div.leaderboard-heading, table#leaderboard thead th {
    font-weight: bold;
    color: #2F8718;
    font: 800 16px/1.2em 'Open Sans',sans-serif;
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
table.table-expandable > tbody > tr div.table-expandable-arrow {
    background: transparent url(images/arrows.png) no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    display: block;
}
tr img{
	vertical-align: middle;
}
.rst-main-content{
	padding-top: 40px;
}
.title-section{
	margin-bottom: 45px;
}
.title-section .title-header {
	 font: bold 36px/38px Open Sans;
    color: #686868;
    line-height: 1.2em;
    margin: 0px 0 11px 1px;
    font-size: 36px;
	padding: 0;
}
.title-section .breadcrumbs {
    background: none;
    border: none;
    border-radius: 0;
    padding: 4px 0 5px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: relative;
    display: block;
    line-height: 1.2em;
    font-family: 'Open Sans', sans-serif;
}
.title-section .breadcrumbs > span {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #b8b8b8;
    font-weight: bold;
	font: bold 13px/1.2em 'Open Sans', sans-serif;
}
.title-section .breadcrumbs span a{
	color: #b8b8b8;
}
.divider{
	padding: 0 12px;
    color: #fff;
    height: 7px;
    background: url(images/arrow.png) no-repeat center;
    position: relative;
}
.current-item,.title-section .breadcrumbs span a:hover{
	color: #2f8718 !important;
}

.post-title{
	font: bold 30px/32px Open Sans;
    color: #686868;
	text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
.post-title a{
	display: block;
	color: #62b331;
    text-decoration: none;
}
.post-title a:hover{
	color: #417721;
    text-decoration: underline;
}
.featured-thumbnail {
	 border: 1px solid #efefef;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 0;
    box-shadow: none;
	position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 20px 10px 0;
}
.featured-thumbnail  img{
	height: 150px;
	width: 200px;
	object-fit: cover;
}
.post_content .excerpt, .post_content .full-post-content {
    margin-bottom: 1.5em;
}
.rst-box-articles img{
	height: 210px;
	width: 100%;
	object-fit: cover;
}
.btn, .reply a {
    height: auto;
    letter-spacing: 1px;
    font: 800 16px/1.2em 'Open Sans', sans-serif;
    border-radius: 0;
    background: none;
    color: #2f8718;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 0;
    text-transform: uppercase;
	cursor: pointer;
}
.home  .logo{
	position: absolute;
}
.error-404{
	padding: 100px 0 200px 0;
	text-align: center;
	    font-size: 18px;
}
.error-404 h1,.error-404 p{
	text-align: center;
}

.error-404 h2{
	color: #2f8718;
	text-align: center;
    font-size: 250px;
    line-height: 1.2em;
	    font-weight: 400 !important;
}
.btn:active, .btn:hover, .btn:focus, .reply a:active, .reply a:hover, .reply a:focus {
    color: #2f8718;
    text-decoration: underline;
    background: none;
    box-shadow: none;
}
.post_content {
    
}
article .post_meta{
	padding-top: 20px;
}
article .post_meta .post_meta_unite {
    padding: 10px 25px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: relative;
    display: block;
    overflow: visible;
	margin-bottom: 12px;
	
}
a:hover, a:focus {
    color: #417721;
    text-decoration: underline;
}
article .post_meta .post_comment a {
    color: #2f8718;
}
article .post_meta .post_meta_unite  > div {
	display: inline-block;
	    color: #b8b8b8;
    line-height: 20px;
    padding: 0 30px 0 0;
}
article .post_meta .post_meta_unite:last-child{
	margin-bottom: 0px;
}
.media-left img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	    display: block;
}
.media-left a{
	border: 1px solid #efefef;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 0;
    box-shadow: none;
	display: block;
}
.media-left{
	float: left;
	width: 108px;
}
.media-body{
	width: calc( 100% - 108px );
	float: left;
	padding-left: 20px;
}
.rst-post-widget{
	margin-bottom: 50px;
}
.rst-post-widget:last-child{
	margin-bottom: 0px;
}
.rst-post-widget .media-heading{
	text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: 2px;
	font: bold 20px/24px Open Sans;
    color: #686868;
	padding: 7px 0;
}
.rst-post-widget .media-heading a{
	color: #62b331;
	display: block;
}
h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
    font-weight: 800 !important;
    
}
h1{
	letter-spacing: 2px;
}
.slick-dots li button:before {
    font-size: 15px;
    line-height: 15px;
    width: 15px;
    height: 15px;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 40px;
    padding: 0 !important;
}
.slick-slider {
    margin-bottom: 0px !important;
}
.media-body a.btn{
	color: #2f8718;
}
.rst-post-widget .media-heading a:hover,.media-body a.btn:hover{
	color: #417721;
}
.widgettitle{
	font: 800 30px/1.2em 'Open Sans', sans-serif;
	color: #686868;
	text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: 2px;
	padding: 0 0 10px 0;
}
#sidebar .et_pb_widget ul li a{
	font: bold 13px/28px 'Open Sans', sans-serif;
    text-transform: uppercase;
	color: #2f8718;
}
#sidebar .et_pb_widget ul li  {
    margin: 0;
	line-height: 28px;
    background: url(images/arrow.png) no-repeat 0 11px;
    text-transform: uppercase;
    padding-left: 16px;
}
#sidebar .et_pb_widget {
    margin-bottom: 50px;
    width: 100%;
    float: none;
}
#sidebar {
    padding-bottom: 0px;
}
.rst-main-content{
	padding-bottom: 50px;
}
.et_pb_scroll_top:before {
    content: '';
	display: block;
    margin-bottom: 0px;
    width: 50px;
    height: 50px;
    background: #000 url(images/up-arrow.png) no-repeat center center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background:  none;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 15px;
	right: 10px;
	padding: 0;
	border-radius: 0;
}
.et_pb_scroll_top:hover:before {
    background-color: #4c9ab1;
}
.wp-pagenavi {
    text-align: center;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.wp-pagenavi a, .wp-pagenavi span{
	text-decoration: none;
    border: 1px solid #ddd;
    padding: 4px 12px;
	line-height: 18px;
    margin: 0px;
	color: #fff !important;
    background: #2f8718;
    border: none;
	    font-weight: normal !important;
		display: inline-block;
}
.wp-pagenavi  span.current,.wp-pagenavi a:hover{
	background: #18460c;
	color: #fff;
	    font-weight: normal !important;
}
.wp-pagenavi a:first-child,.wp-pagenavi span:first-child {
	   -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wp-pagenavi a:last-child,.wp-pagenavi span:last-child {
	   -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#left-area {
    padding-bottom: 0px;
	min-height: 300px
}
.widget_search input#s {
    padding: 6px 15px;
    height: auto !important;
    line-height: normal !important;
    border: 0px solid #ddd;
	background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 0;
    color: #b8b8b8;
    border: none;
    font-size: 13px;
}
.searchform > div{
	padding-right: 82px;
}
.widget_search input#searchsubmit{
	top: 3px;
    padding: 0;
    height: auto !important;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: 1px solid #ddd;
    color: #666;
	letter-spacing: 1px;
    font: 800 16px/1.2em 'Open Sans', sans-serif;
    border-radius: 0;
    background: none;
    color: #2f8718;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 0;
    text-transform: uppercase;
}
.widget_search input#searchsubmit:hover{
	 text-decoration: underline;
}

.dropcap{
	background: #2f8718;
    font: bold 35px/51px 'Open Sans', sans-serif;
    margin-bottom: 0px;
    width: 51px;
    height: 51px;
	border-radius: 5px;
	color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.dropcap_content{
	width: calc( 100% - 51px );	
	padding-left: 20px;
}
.dropcap_content p:last-child{
	padding: 0;
} 
.list-number{
	margin-bottom: 30px;
	display: flex;
}
.list-number:last-child{
	margin-bottom: 0px;
}
.rst-list-articles{
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.rst-box-articles{
	padding-left: 10px;
	padding-right: 10px;
	width: 33.333%;
}
.rst-inner-articles{
	padding: 10px;
    background: #e6e6e6;
	
}
.rst-box-articles h5 {
    font: bold 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin: 10px 0 0;
	    color: #b8b8b8;
		padding: 0;
		letter-spacing: 0;
}
.rst-box-articles img{
	width: 100%;
	display: block;
}
.rst-box-articles{
	margin-bottom: 30px;
}
.rst-box-articles h5 a{
    color: #b8b8b8;
    text-transform: none;
   
}

.featured-thumbnail-articles a {
    position: relative;
    display: block;
}
.zoom-icon{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.featured-thumbnail-articles a:hover .zoom-icon{
	opacity: 1;
}
.zoom-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -13px 0 0 -13px;
    width: 25px;
    height: 26px;
    background: url(images/magnify-alt.png) 50% 50% no-repeat;
    content: "";
}
.rst-box-articles p{
    margin: 0;
}
.rst_list_gallery{
	display: flex;
	    flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.portfolio_item  {
	width: 33.333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
.featured-thumbnail-portfolio a{
	 position: relative;
    display: block;
}
.featured-thumbnail-portfolio a:hover .zoom-icon{
	opacity: 1;
}
.portfolio_item  h5{
	font: 800 16px/22px 'Open Sans', sans-serif;
    color: #2f8718;
    text-transform: uppercase;
	text-shadow: none;
    margin: 15px 0 5px;
    letter-spacing: 1px;
	padding: 0;
}
.portfolio_item  h5 a{
	display: block;
	color: #2f8718;
}
.gallery_cat {
    padding: 14px 0 23px;
	    text-align: right;
}
.gallery_cat span{
	color: #b8b8b8;
    padding: 0;
    font: bold 12px/1.2em 'Open Sans', sans-serif;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.gallery_cat a{
	    color: #b8b8b8;
    padding: 0;
    font: bold 12px/1.2em 'Open Sans', sans-serif;
    margin-left: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.gallery_cat a.active,.gallery_cat a:hover{
	text-decoration: none;
    box-shadow: none;
    color: #2f8718;
    border-radius: 4px;
    background: none;
}
.featured-thumbnail-portfolio img{
	display: block;
	height: 235px;
	width: 100%;
	object-fit: cover;
}
.featured-thumbnail-portfolio {
    border: 1px solid #efefef;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 0;
    box-shadow: none;
}
.row-fluid{
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
}
.row-fluid .field{
	width: 33.333%;
	padding-left: 10px;
	padding-right: 10px;
}
.wpcf7-form .field{
	margin-bottom: 20px;
}
.wpcf7-form .field{
	
}
.wpcf7-form .field input ,.wpcf7-form .field textarea {
    border-radius: 0;
    padding: 10px 10px;
    color: #B8B8B8;
    font-size: 13px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	margin: 0;
	outline: none;
    width: 100%;
	background: #fff;
	border: none;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-form .field textarea {
	height: 200px;
}

.rst-right-content{
	width: 40%;
	float: left;
}
.rst-left-content{
	width: 60%;
	float: left;
	padding-right: 30px;
	min-height: 300px;
}
.content-gallery-editor{
	padding-top: 25px;
	border-top: 1px solid #DDD;
}
.gallery-date,.gallery-meta {
    padding: 1em 0;
    border: none;
    border-top: 1px solid #DDD;
   
}
.gallery-meta{
	border-bottom: none;
}
.grid_gallery_inner{
	display: flex;
	flex-wrap: wrap;
}
.gallery_item {
	width: 33.333%;
	    border: none;
}
.gallery_item img{
	height: 160px;
	width: 100%;
	object-fit: cover;
}
.featured-thumbnail-portfolio2{
	margin-bottom: 10px;
}
.featured-thumbnail-portfolio2 img{
	height: 140px;
	width: 100%;
	object-fit: cover;
}
.rst-inner-slider-gallery span{
	    display: block;
}
.rst-inner-slider-gallery h5{
	
}
.rst-inner-slider-gallery h5{
	letter-spacing: 0;
    margin-bottom: 5px;
    margin-top: 5px;
	font: bold 16px/22px Open Sans;
    color: #62b331;
	padding: 0;
}
.rst-inner-slider-gallery h5 a{
	 color: #62b331;
	 display: block;
}
.rst-box-slider-gallery{
	padding-left: 5px;
	padding-right: 5px;
}
.rst-slider-gallery  .slick-list {
	margin-left: -5px;
	margin-right: -5px;
}
.rst-inner-slider-gallery h5 a:hover{
	color: #417721;
}
.single-pager ,.post-navigation{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	margin: 10px 0 30px;
    padding: 5px 0;
    font-size: 11px;

}
.single-pager a,.post-navigation a{
	display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	    color: #fff;
    background: #2f8718;
    border: none;
	    text-decoration: none !important;
}
.single-pager .previous{
	float: left;
}
.single-pager .next{
	float: right;
}
.single-pager a:hover,.post-navigation a:hover{
	background: #18460c;
}
.nav-links:after{
	clear: both;
	content:"";
	display: table;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: none;
    background: #fff!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 0;
    color: #b8b8b8;
    border: none;
    font-size: 13px;
	padding: 8px 10px;
	line-height: 1.2;
}
#respond #commentform textarea {
    border-radius: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    min-height: auto;
    max-height: auto;
    min-width: auto;
    padding: 10px 10px 10px;
    border-radius: 0;
	background: #fff;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url] {
    width: 100%;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
    padding: 10px;
    color: #999;
    line-height: 1em;
    background-color: #eee;
    font-size: 14px;
    border-width: 0;
}
.singe-thumbnail{
    border: 1px solid #efefef;
    background: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 0;
    box-shadow: none;
	margin-bottom: 1.5em;
}
.singe-thumbnail img{
	display: block;
}
.single .post_author{
	text-transform: uppercase;
}
.single .post_content{
	padding-bottom: 30px;
}
.form-submit {
    text-align: left;
}
#comment-wrap {
    padding-top: 0px;
}
.single  .post-author {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border: none;
	margin-bottom: 30px;
    font: 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clearfix:after {
    clear: both;
}
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.single .post-author .post-author_h {
    font: 14px/1.2em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin: 0 0 15px 0;
    letter-spacing: 0;
    text-transform: none;
    color: #2f8718;
}
.single .post-author .post-author_h a {
    color: #2f8718;
}
.single .post-author .post-author_gravatar {
    display: block;
    margin: 0 10px 20px 0;
    padding: 0;
    background: #fff;
    border: none;
	    float: left;
}
.single .post_meta {
	margin-bottom: 30px;
}
.single  .post-author .post-author_gravatar img {
    border: none;
    padding: 0;
}
.single .post-author .post-author_desc {
    padding-left: 95px;
    text-transform: none;
    color: #b8b8b8;
    font: 13px/18px "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input.span4 {
    width: 356px;
}
.controls input{
	margin-bottom: 10px;
	    line-height: 14px;
}
.hidden {
    display: none;
    visibility: hidden;
}
.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: top;
    white-space: nowrap;
	font-size: 0px;
}
.controls select{
	height: 30px;
    padding: 0px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
}
.input-append input{
	margin: 0;
}
#leaderboardForm{
	margin-bottom: 20px;
}
#leaderboardForm select{
	width: 220px;
	border-radius: 3px;
	padding: 4px 10px;
}


.rst-toggle-menu {
    padding: 0px;
    overflow: hidden;
    width: 40px;
    height: auto;
    cursor: pointer;
    transition: all .2s ease;
    display: none;
    float: left;
	margin-top: 0px;
	background: #2f8718;
	padding: 10px;
}

.rst-toggle-menu span {
    display: block;
    transition: all .4s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
	border-radius: 3px;
}
.rst-toggle-menu span:last-child{
	margin: 0;
}

.rst-toggle-menu.exit span:nth-child(2){
	opacity: 0;
}
.rst-toggle-menu.exit span:first-child {
    transform: translateY(0px) rotate(45deg);
    position: absolute;
    left: 2px;
    margin: 0;
}
.rst-toggle-menu.exit span:last-child {
    transform: translateY(0px) rotate(-45deg);
    position: absolute;
    left: 0px;
    top: 21px;
}
.rst-toggle-menu.exit{
	position: relative;
}
.inner-header{
	position: relative;
}
.rst-main-menu-mobile{
	display: none;
}
.table th, .table td {
    padding: 8px !important;
    line-height: 18px !important;
}
.et_pb_row {
    width: 90% !important;
}
.section-comments h2, .section-comments h3{
	letter-spacing: 2px;
	font-size: 24px;
}
.section-comments{
	width: 60%;
	padding-right: 30px;
}
@media (max-width: 1270px){
	.rst-main-menu {
		width: calc( 100% - 170px );
	}
	.rst-socials {
		width: 170px;
	}
	#footer-widgets .footer-widget{
		width: 20% !important;
	}
}
@media (max-width: 1170px){
	.rst-main-menu ul > li > a {
		padding: 13px 30px;
	}
}
@media (max-width: 1024px){
	.rst-main-menu {
		width: calc( 100% - 110px );
	}
	.rst-socials {
		width: 110px;
	}
}

@media (min-width: 981px){
	#sidebar {
		width: 33.333% !important;
		padding-left: 15px !important;
	}
	#left-area {
		width: 66.667% !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 980px){
	.rst-left-content,.section-comments{
		width: 100%;
		    float: none;
			padding: 0;
	}
	.section-comments{
		padding-top: 30px;
	}
	.rst-right-content{
		width: 100%;
		float: none;
		padding: 0px 0 0 0;
	}
	h1 {
		letter-spacing: 0px;
	}
	.title-section .title-header{
		font-size: 30px !important;
		line-height: 1.3 !important;
	}
	#footer-widgets .footer-widget {
		width: 50% !important;
    margin: 0 0 40px !important;
	}
	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 40px !important;
	}
	.widgettitle {
		letter-spacing: 0;
	}
	.rst-main-menu ul{
		display: none;
	}
	.rst-toggle-menu{
		display: block;
	}
	.rst-main-menu-mobile{
		display: none;
	}
	.rst-main-menu-mobile {
		padding: 15px 0;
	}
	.rst-main-menu-mobile{
		position: absolute;
		top: 100%;
		left: 0;
		background: #2f8718;
		width: 100%;
		z-index: 999;
		display: none;
	}
	.rst-main-menu-mobile ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.rst-main-menu-mobile ul li a{
		color: #fff;
		padding: 15px;
		display: block;
		text-transform: uppercase;
		transition: 200ms all;
		color: #fff;
		font: bold 12px/18px Open Sans;
		text-decoration: none;
	}
	.rst-main-header{
		position: relative;
	}
	.rst-main-menu-mobile ul li.current-menu-item > a, .rst-main-menu-mobile ul > li > a:hover {
		background: #308918;
		color: #fff;
		box-shadow: inset 0 0 30px rgba(0,0,0,0.17);
	}
	.rst-main-menu ul li {
		display: block;
	}
	#sidebar{
		margin-top: 50px;
		    max-width: 350px;
	}
}
@media (min-width: 979px) and (max-width: 1200px){
	.slider-wrap .slider .camera_caption >div {
		width: 940px;
	}
	.slider-wrap .slider .camera_caption >div h2, .slider-wrap .slider .camera_caption >div h3 {
		font-size: 50px;
	}
	.slider-wrap .slider .camera_prev, .slider-wrap .slider .camera_next {
		bottom: 134px;
	}
	.slider-wrap .slider .camera_prev, .slider-wrap .slider .camera_next {
		bottom: 134px;
	}
	.slider-wrap .slider .camera_next {
		margin-left: -382px;
	}
	.slider-wrap .slider .camera_prev {
		margin-left: -470px;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	
	.slider-wrap .slider .camera_prev, .slider-wrap .slider .camera_next {
		width: 40px;
		height: 40px;
		bottom: 110px;
	}
	.slider-wrap .slider .camera_prev span {
		background-position: -25px -18px;
	}
	.slider-wrap .slider .camera_next {
		margin-left: -322px;
	}
	.slider-wrap .slider .camera_prev {
		margin-left: -362px;
	}
	.slider-wrap .slider .camera_caption >div {
		width: 724px;
	}
	.slider-wrap .slider .camera_caption >div h2, .slider-wrap .slider .camera_caption >div h3 {
		font-size: 40px;
	}
	.slider-wrap .slider .camera_prev, .slider-wrap .slider .camera_next {
		width: 40px;
		height: 40px;
		bottom: 110px;
	}
	.slider-wrap .slider .camera_prev span, .slider-wrap .slider .camera_next span {
		width: 40px;
		height: 40px;
	}
	.slider-wrap .slider .camera_next span {
		background-position: -113px -18px;
	}
}
@media (max-width: 767px){
	.slider-wrap .slider .camera_prev, .slider-wrap .slider .camera_next {
		width: 60px;
		height: 60px;
	}
	.slider-wrap .slider .camera_prev span, .slider-wrap .slider .camera_next span {
		width: 60px;
		height: 60px;
	}
	.slider-wrap .slider .camera_prev span, .slider-wrap .slider .camera_next span {
		width: 60px;
		height: 60px;
	}
	.slider-wrap .slider .camera_next span {
		background-position: -105px -10px;
	}
	.slider-wrap .slider .camera_prev span {
	
		background-position: -12px -10px;
	}
	.portfolio_item {
		width: 50%;
	}
	#main-footer #footer-widgets .footer-widget {
		width: 100% !important;
		margin: 0 0 40px !important;
	}
	.btn, .reply a{
		font-size: 14px;
		    letter-spacing: 0;
	}
	#main-footer #footer-widgets .footer-widget:last-child {
		margin: 0 0 0px !important;
	}
	.widgettitle{
		font-size: 24px;
	}
	.post-title{
		 line-height: 1.4;
		 margin-bottom: 20px;
	}
	.featured-thumbnail img {
		height: 250px;
		width: 100%;
		object-fit: cover;
	}
	.featured-thumbnail{
		float: none;
		    margin: 0px 0px 10px 0;
	}
	.rst-post-widget .media-heading {
		font-size: 16px;
		line-height: 1.3;
		    letter-spacing: 0;
	}
	.banner-header {
		height: 205px;
	}
	.slider-wrap .slider .camera_prev {
		margin: 0;
		left: auto;
		right: 60px;
	}
	.slider-wrap .slider .camera_prev, .slider-wrap .slider .camera_next {
		bottom: 0;
	}
	#banner_slider,.camerarelative{
		height: 300px !important;
	}
	.cameraSlide  img{
		height: 300px !important;
		object-fit: cover;
	}
	.cameraappended{
		height: 300px !important;
	}
	.slider-wrap .slider .camera_next {
		margin: 0;
		right: 0;
		left: auto;
	}
	.slider-wrap .slider .camera_caption {
		display: none !important;
	}
	article .post_meta .post_meta_unite {
		padding: 10px 15px;
	}
	.portfolio_item h5 {
		letter-spacing: 0;
		padding: 0;
	}
	.rst-box-articles {
		width: 50%;
	}
	.error-404 h2{
		font-size: 150px;
	}
}
@media (max-width: 600px){
	.portfolio_item {
		width: 100%;
	}
	.rst-box-articles {
		width: 100%;
	}
}