/* 

1.0 GLOBAL STYLES

*/
body {
    font-family: 'Exo 2', sans-serif !important;
    font-size: 14px;
    color: #46545D;
    font-weight: normal;
    overflow-x: hidden;
    line-height: 25px;
    text-align: left;
}
::selection {
	background: #39B54A;
	color: #fff;
}
::-moz-selection {
	background: #39B54A;
	color: #fff;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Exo 2', sans-serif; !important;   
}
h1{

}
h2{
    font-size: 30px;
    font-weight: 200;   
}
h3{
    font-size: 24px;
    font-weight: 200;   
}
h4, .widget .widget-title{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;   
}

h5{
    font-size: 20px;
    font-weight: 200;     
}
h6{
     font-size: 16px;
    font-weight: 200;    
}
a:hover, a:focus, a:active {
    color: #46545D;
}
/*
    Forms
*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0; 
}
.form-control option{
    color: #000;
}
select, input, option, .btn{
    font-family: 'Exo 2', sans-serif !important;
}
/*
    Header
*/
.line-wrapper{
    padding: 3rem 0 3rem 0;    
}
    .line-holder{
        width: 100%;
        display: inline-block;
    }
        .line-holder div{
            display: block;
            float: left;
            width: 16.6666%;
            background-color: #9B9DA0;
            height: 2px;
            margin: 0;
            padding: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .line-holder div:nth-child(1){

        }
        .line-holder div:nth-child(2){

        }
        .line-holder div:nth-child(3){

        }
        .line-holder div:nth-child(4){

        }
        .line-holder div:nth-child(5){

        }
        .line-holder div:nth-child(6){

        }

        .line-holder:hover div, .line-holder.active div{
            background-color: #3BB34B;
        }
        .line-holder:hover div:nth-child(1), .line-holder:hover div:nth-child(3),.line-holder:hover div:nth-child(5),
        .line-holder.active div:nth-child(1), .line-holder.active div:nth-child(3),.line-holder.active div:nth-child(5){
            transform: rotate(20deg);
        }
        .line-holder:hover div:nth-child(2), .line-holder:hover div:nth-child(4), .line-holder:hover div:nth-child(6),
        .line-holder.active div:nth-child(2), .line-holder.active div:nth-child(4), .line-holder.active div:nth-child(6){
            transform: rotate(-20deg);
        }
        .line-holder:hover div:nth-child(1){

        }
        .line-holder:hover  div:nth-child(2), .line-holder:hover  div:nth-child(3), 
        .line-holder:hover  div:nth-child(4) ,.line-holder:hover  div:nth-child(5) ,.line-holder:hover  div:nth-child(6),
        .line-holder.active div:nth-child(2), .line-holder.active div:nth-child(3), 
        .line-holder.active div:nth-child(4) ,.line-holder.active  div:nth-child(5) ,.line-holder.active  div:nth-child(6){
            margin-left: -1.5%;
        }

		/* nth */
       .line-holder:hover div:nth-child(1), .line-holder:hover div:nth-child(2n+1),
        .line-holder.active div:nth-child(1), .line-holder.active div:nth-child(2n+1){
            transform: rotate(20deg);
        }
        .line-holder:hover div:nth-child(2n),
        .line-holder.active div:nth-child(2n){
            transform: rotate(-20deg);
        }
        .line-holder:hover div:nth-child(1){

        }
        .line-holder:hover  div:nth-child(2n), .line-holder:hover  div:nth-child(2n+1), 
        .line-holder.active div:nth-child(2n), .line-holder.active div:nth-child(2n+1){
            margin-left: -1.5%;
        }
/* 

3.0 Main page slider

*/
.masthead {
    width: 100%;
    top: 149px;
}
.masthead .slideshow {
    height: 100%;
    position: relative;
    width: 100%;
}
.masthead .bx-viewport {
    height: 100% !important;
    border: none;
    box-shadow: none;
    left: 0;
}
.masthead .slideshow .slide {
    max-height: 434px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 64em){
	.masthead .slideshow .slide {
		max-height: 600px;
	}
}
@media screen and (min-width: 68.75em){
	.masthead .slideshow .slide {
		max-height: none;
	}
}
.masthead .slideshow img {
    display: block;
    width: 100%;
}
@media screen and (min-width: 64em){
	.masthead .slideshow img {
		max-width: 100%;
	}
}
@media screen and (min-width: 68.75em){
	.masthead .slideshow img {
		width: auto;
	}
}
.masthead .slideshow .caption {
    background: rgba(76, 81, 90, 0.9);
    color: #eaeaea;
    left: 16px;
    padding: 25px;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
    width: 75%;
}
@media screen and (min-width: 48em){
	.masthead .slideshow .caption {
		width: 70%;
	}
}
@media screen and (min-width: 68.75em){
	.masthead .slideshow .caption {
		max-width: 800px;
	}
}
@media screen and (min-width: 48em){
	.masthead .slideshow p {
		font-size: 1.25em;
		line-height: 28px;
        font-weight: 100;
	}
}
@media screen and (min-width: 68.75em){
	.masthead .slideshow p {
        font-size: 2.2rem;
        line-height: 40px;
		font-weight: 100;
	}
}
.masthead .slideshow .button {
    background: #39B54A;
    color: #fff;
    left: -10px;
    line-height: 32px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
    text-transform: none;
    border-radius: 0;
    font-weight: 200;
}
@media screen and (min-width: 48em){
	.masthead .slideshow .button {
        font-size: 1.2rem;
        line-height: 31px;
	}
}
.masthead .logo-pagination {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    bottom: 120px;
    display: none;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
    z-index: 3;
}
@media screen and (min-width: 64em){
	.masthead .logo-pagination {
		display: block;
	}
}
.masthead .logo-pagination a {
    border-style: solid;
    border-width: 0 0 4px;
	border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 70px;
    padding-bottom: 0px;
    text-align: center;
    -webkit-transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    width: 31.2033898305%;
    margin-right: calc(1.6949152542% - 4px);
    vertical-align: bottom;
	overflow: hidden;
}
.masthead .logo-pagination a.active {
    color: #3BB34B;
}
.masthead .logo-pagination a:hover,  .masthead .logo-pagination a:focus, .masthead .logo-pagination a:active{
    outline: none;
	text-decoration: none;
}
	.masthead .logo-pagination a span{
		font-size: 1.3rem;
		font-weight: 100;
	}
/* curved stripe */
/* nth */
	.masthead .logo-pagination a.active .line-holder{
	    width: 125%;
	}
	.masthead .logo-pagination a .line-holder div{
		background-color: #fff;
	}
	.masthead .logo-pagination a.active .line-holder div:nth-child(1),
	.masthead .logo-pagination a.active .line-holder div:nth-child(2n+1){
		transform: rotate(20deg);
	}
	.masthead .logo-pagination a.active .line-holder div:nth-child(2n){
		transform: rotate(-20deg);
	}
	.line-holder:hover div:nth-child(1){

	}
	.masthead .logo-pagination a.active .line-holder div:nth-child(2n),
	.masthead .logo-pagination a.active .line-holder div:nth-child(2n+1){
		margin-left: -0.5%;
		background: #3BB34B;
	}

	.masthead .logo-pagination a .line-holder:hover div{
		margin: 0;
		transform: none;
	}
	.masthead .logo-pagination a .line-holder div{
		width:3.25%;
		height:4px;
	}
.masthead .logo-pagination:after {
    content: " ";
    display: block;
    clear: both;
}
@media screen and (max-width: 992px){
    .masthead .bx-wrapper .bx-viewport {
        /*height: 500px !important; //provide height of slider*/
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
	.masthead .logo-pagination {
		bottom: 90px;
	}
	.masthead .logo-pagination a {
		line-height: 20px;
	}
}

/*
    3.1 Top phones
*/
.top-phones{
    text-align: right;
    position: relative;
    top: 1rem;
}
    .top-phones .icon{
        
    }
    .top-phones .icon img{
        position: relative;
        top: -2px;
        left: 0px;
        width: 32px;
    }
    .top-phones .icon02{
        display: none;
    }
    .top-phones .icon02 img{
        position: relative;
        top: -2px;
        left: 0px;
        width: 32px;
    }
    .top-phones .title{
        font-size: 18px;
        font-weight: 200;
        margin-right: 10px;
        color: #46545D;  
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;      
    }
    .top-phones .phones{
        float: right;        
    }
        .top-phones .phone{
            font-size: 18px;
            font-weight: 500;
            color: #46545D;
            margin-left: 10px;       
            display: inline-block;
            position: relative;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
        }
        #main-nav.fixed .top-phones{
            top: 0.6rem;
        }
        #main-nav.fixed .top-phones .phone {
            display: inline-block;
        }    
        #main-nav.fixed .top-phones .title, #main-nav.fixed .top-phones .icon{
            display: none;
        }
        #main-nav.fixed #site-navigation {
            margin-top: 0rem;
        }
        #main-nav.fixed .top-phones .icon02{
            display: inline-block;
            margin-left: 15px;
        }

/*
    3.2 Navbar main
*/
#main-nav{
    /*top: 0rem;*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
     .navbar-brand > img {
        max-height: 200%;
        width: 100%;
        margin-top: -4rem;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main-nav.fixed .navbar-brand > img {
        width: 70%;
        margin-top: -2.5rem;
    }       
.navbar-inverse .navbar-brand:focus {
    border: none;
}
    .navbar-inverse .navbar-brand:focus img{
    
    }
.navbar-nav>li>a {
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 0;
}
.navbar-inverse .navbar-brand {
    margin-bottom: 2rem;
}
.navbar-inverse .navbar-brand:focus {
    outline: none;
}
#main-nav.fixed .navbar-brand {
    margin-bottom: 0.5rem;
}
#site-navigation {
    margin-top: 1rem;
}
.navbar-inverse .navbar-nav >li {
    margin-top: 0px;
}
    .navbar-inverse .navbar-nav >li .line-holder{
        margin-bottom: -5px;
    }
    .navbar-inverse .navbar-nav >li .line-holder div{
        height: 1px;
    }

    .navbar-inverse .navbar-nav >li a:hover .line-holder div{

    }
        .navbar-inverse .navbar-nav >li a:hover .line-holder div,
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div{
            background-color: #3BB34B;
        }

        .navbar-inverse .navbar-nav >li a:hover .line-holder div:nth-child(1), 
        .navbar-inverse .navbar-nav >li a:hover .line-holder div:nth-child(3),
        .navbar-inverse .navbar-nav >li a:hover .line-holder div:nth-child(5),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(1),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(3),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(5){
            transform: rotate(20deg);
        }

        .navbar-inverse .navbar-nav >li a:hover .line-holder div:nth-child(2),
        .navbar-inverse .navbar-nav >li a:hover .line-holder div:nth-child(4),
        .navbar-inverse .navbar-nav >li a:hover .line-holder div:nth-child(6),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(2),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(4),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(6){
            transform: rotate(-20deg);
        }

        .navbar-inverse .navbar-nav >li a:hover .line-holder  div:nth-child(1),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder  div:nth-child(1){
            margin-left: 3.5%;
        }

        .navbar-inverse .navbar-nav >li a:hover .line-holder  div:nth-child(2),
        .navbar-inverse .navbar-nav >li a:hover .line-holder  div:nth-child(3), 
        .navbar-inverse .navbar-nav >li a:hover .line-holder  div:nth-child(4),
        .navbar-inverse .navbar-nav >li a:hover .line-holder  div:nth-child(5),
        .navbar-inverse .navbar-nav >li a:hover .line-holder  div:nth-child(6),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(2),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(3), 
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder div:nth-child(4),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder  div:nth-child(5),
        .navbar-inverse .navbar-nav >li.current-menu-item a .line-holder  div:nth-child(6){
            margin-left: -1.5%;
        }

        .navbar-inverse .navbar-nav >li.current-menu-parent a .line-holder div:nth-child(2n){

        }

        /* nth */
       .navbar-inverse .navbar-nav >li.current-menu-parent a .line-holder div:nth-child(2n+1){
            transform: rotate(20deg);
        }
        .navbar-inverse .navbar-nav >li.current-menu-parent a .line-holder div:nth-child(2n){
            transform: rotate(-20deg);
        }
        .line-holder:hover div:nth-child(1){

        }
        .navbar-inverse .navbar-nav >li.current-menu-parent a .line-holder div:nth-child(2n),
        .navbar-inverse .navbar-nav >li.current-menu-parent a .line-holder div:nth-child(2n+1) {
            margin-left: -1.5%;
            background-color: #3BB34B;
        }
        .navbar-inverse .navbar-nav >li.current-menu-parent a .line-holder div:nth-child(1){
            margin-left: 3.5%;
        }
		.navbar-inverse .navbar-nav >li.current-menu-parent a{
			color: #3BB34B;
		}
        .navbar-inverse .navbar-nav>li>a {
            font-size: 14px;
        }
            .navbar-nav>li.current-menu-item>a{
                color: #3BB34B;
            }
            .navbar-nav>li.current-menu-item>a{
                color: #3BB34B;
            }
            .navbar-nav>li.current-menu-item>a .line-holder div{
                background-color: #3BB34B;
            }

.navbar-inverse .navbar-nav ul.sub-menu{
    width: 230px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .navbar-inverse .navbar-nav ul.sub-menu li{
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
        .navbar-inverse .navbar-nav ul.sub-menu li .line-holder{
            display: none;
        }
            .navbar-inverse .navbar-nav ul.sub-menu li a{

            }
    .navbar-inverse .navbar-nav ul.sub-menu li.current-menu-item a{
        color: #3BB34B;
    }
ul.nav > li.current_page_item > a:before, ul.nav > li.current-menu-item > a:before{
    display: none;
}
body.has-nav-open {
    overflow: hidden;
}
@media (max-width: 767px){
    #main-nav, #main-nav.fixed {
        position: fixed;
    }
    .navbar-inverse .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        margin: 2px 0 0 0;
        padding: 0 0 2px 0;
    }
    .top-phones {
        text-align: center;
        top: 0.5rem;
    }
    .top-phones .icon {
        display: none;
    }
    .navbar-inverse .navbar-brand {
        margin-bottom: 1rem;
    }
    .navbar-brand > img {
        width: 75%;
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-inverse .navbar-nav > li a {
        text-align: left;
    }
    .navbar-inverse .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        margin: 2px 0 0 0;
        padding: 0 0 2px 0;
        display: block;
    }
    .navbar-inverse .navbar-nav {
        padding-left: 10px;
        line-height: normal;
        text-align: center;
    }
    .navbar-collapse {
        max-height: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    #site-navigation{
        float: none;
        border: none;
    }
    .navbar-inverse .navbar-brand {
        margin-bottom: 0rem;
        padding-top: 0;
    }
}
@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav >li a .line-holder{
        display: none;
    }
}
    .navbar-toggle {
        display: none;
    }
	body.responsive-menu-open{
		overflow: hidden;
	}
	.header.header > .navbar {
		-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.2);
		-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.2);
		box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.2);
	}
#click-menu {
    background: #39b54a !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
	@media (max-width: 1199px) and (min-width: 0px){
		.top-phones .title, .top-phones .icon {
			display: none;
		}

		.top-phones .phone {
			display: block;
		}
		.top-phones .icon02 {
			display: block;
			/* float: left; */
			position: absolute;
			top: 20%;
			left: -4rem;
		}
		.top-phones .icon02 img{
		    width: 48px;
		}
		.navbar-brand > img {
			width: 80%;
			margin-top: -5rem;
		}
		.top-phones .phones{
			position: relative;
			top: 1rem;
			right: 2rem;
		}
		#main-nav.fixed .top-phones .icon02 {
			display: none;
		}
		#main-nav.fixed .top-phones .phones {
			top: 2rem;
		}
		#main-nav.fixed .navbar-brand > img {
			margin-top: -1.5rem;
		}
		.with-fixed #click-menu{
			top:40px;
		}

		.footer-widget-wrap .widget .widget-title,
		.footer-widget.address .textwidget,
		.footer-widget ul li{
			text-align: center;
		}
	
	}
	@media (max-width: 1099px) and (min-width: 992px){
		.top-phones .phones{
			right: 4rem;
		}
	}

	@media (max-width: 992px) and (min-width: 768px){
		.top-phones .phones{
			right: 4rem;
			top: 0;
		}
		#main-nav.fixed .top-phones .phone {
			font-size: 1rem;
			display: block;
		}
		#main-nav.fixed .top-phones .phones {
			top: 0.6rem;
		}
		#main-nav.fixed .navbar-brand {
			margin-bottom: 0rem;
		}
		#main-nav.fixed .navbar-brand > img {
			margin-top: -6.5rem;
		}
		.navbar-brand {
			height: 37px;
			padding: 0px 15px;
		}
		.navbar-brand > img, #main-nav.fixed .navbar-brand > img {
			width: 60%;
			margin-top: -7rem;
			/* height: 100%; */
			max-height: 250%;
		}
		.top-phones .icon02 {
			display: none;
		}
		#click-menu{
			top: 40px !important;
		}
		.about-us-how-we-work h2, .our-team .title h2 {
			text-align: center;
			display: block;
			border: none;
			padding-bottom: 0;
		}
		.about-us-how-we-work h5, .our-team .title h5 {
			display: block;
			text-align: center;
		}
	}

@media (max-width: 767px) and (min-width: 400px){
.top-phones .phones{
			display: none;
		}
		#main-nav.fixed .top-phones .phone {
			font-size: 1rem;
			display: block;
		}
		#main-nav.fixed .top-phones .phones {
			top: 0.6rem;
		}
		#main-nav.fixed .navbar-brand {
			margin-bottom: 0rem;
		}
		#main-nav.fixed .navbar-brand > img {
			margin-top: -6.5rem;
		}
		.navbar-brand {
			height: 37px;
			padding: 0px 15px;
		}
		.navbar-brand > img, #main-nav.fixed .navbar-brand > img {
			width: 46%;
			margin-top: 0.5rem;
			max-height: 250%;
		}
		.top-phones .icon02 {
			display: none;
		}
		#click-menu{
			top: 20px !important;
		}
		.about-us-how-we-work h2, .our-team .title h2 {
			text-align: center;
			display: block;
			border: none;
			padding-bottom: 0;
		}
		.about-us-how-we-work h5, .our-team .title h5 {
			display: block;
			text-align: center;
		}
		.masthead .slideshow img {
			display: block;
			width: 300%;
			position: relative;
		}
		.bx-wrapper img {
			max-width: 300%;
			display: block;
		}
		.masthead .slideshow .caption{
			display: none;
		}
		.masthead {
			top: 75px !important;
		}
		.container{
			padding:0;
		}
		.row{
			margin:0;
		}
		.about-us .row{
			margin:0;		
		}
	}
@media (max-width: 399px) and (min-width: 150px){
		.top-phones .phones{
			display: none;
		}
		#main-nav.fixed .top-phones .phone {
			font-size: 1rem;
			display: block;
		}
		#main-nav.fixed .top-phones .phones {
			top: 0.6rem;
		}
		#main-nav.fixed .navbar-brand {
			margin-bottom: 0rem;
		}
		#main-nav.fixed .navbar-brand > img {
			margin-top: -6.5rem;
		}
		.navbar-brand {
			height: 37px;
			padding: 0px 15px;
		}
		.navbar-brand > img, #main-nav.fixed .navbar-brand > img {
			width: 51%;
			margin-top: 0.5rem;
			max-height: 250%;
		}
		.top-phones .icon02 {
			display: none;
		}
		#click-menu{
			top: 20px !important;
		}
		.about-us-how-we-work h2, .our-team .title h2 {
			text-align: center;
			display: block;
			border: none;
			padding-bottom: 0;
		}
		.about-us-how-we-work h5, .our-team .title h5 {
			display: block;
			text-align: center;
		}
		.masthead .slideshow img {
			display: block;
			width: 300%;
			position: relative;
		}
		.bx-wrapper img {
			max-width: 300%;
			display: block;
		}
		.masthead .slideshow .caption{
			display: none;
		}
		.masthead {
			top: 75px !important;
		}
		.container{
			padding:0;
		}
		.row{
			margin:0;
		}
		.about-us .row{
			margin:0;		
		}
	}
/*
.navbar-toggle{

}
@media (max-width: 1199px){
    .navbar-toggle {
        display: block;
    }    
}
@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}

@media (min-width: 1199px){
    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}

@media (min-width: 1200px){
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}
@media (max-width: 1199px){
    .navbar-inverse .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        margin: 8px 0 0 0;
        padding: 0 0 8px 0;
    }
}
@media (max-width: 1199px){
    .navbar-inverse .navbar-nav > li a {
        text-align: left;
    }
}
*/
/*
    3.3 mp About us
*/
#aboutus{
    background: #fff;
    color: #46545D;
}
    .about-us .aboutus-text{
		padding-top: 3rem;
		padding-bottom: 3rem;
		font-size: 2rem;
    }
	.about-us .aboutus-text div, .about-us .aboutus-text .accent{
		font-weight: 200;
		font-size: 1.7rem;
		text-align: center;
		line-height: 120%;
	}
        .about-us .aboutus-text .accent{
            color: #39B54A;
        }
    .about-us-how-we-work{
        background-image: url(images/backgrounds/about-us-block-background.jpg);
        background-position: center center;
        background-size: cover;
        padding-top: 3rem;
        padding-bottom: 20rem;
    }
        .about-us-how-we-work h2,
		.our-team .title h2{
			display: inline-block;
			padding: 2rem 1rem 2rem 0;
			border-right: 1px solid #46545D;
			color: #39B54A;
        }
        .about-us-how-we-work h5,
		.our-team .title h5{
			display: inline-block;
			padding: 0 0 0 1rem;
        }
        .how-we-work-list{
			margin-top: 3rem;           
        }
            .how-we-work-list li{
                display: inline-block;
                width: 30%;
				margin-bottom: 4rem;
            }
                .how-we-work-list li .icon,
				.how-we-work-list li .l-item{
					
				}
                .how-we-work-list li .icon{
					float: left;
					width: 20%;
                }
					.how-we-work-list li .icon span{
						background: #fff;
						border-radius: 50%;
						-moz-border-radius: 50%;
						-webkit-border-radius: 50%;
						-ms-border-radius: 50%;
						-o-border-radius: 50%;
						/* width: 100px; */
						/* height: 100px; */
						display: inline-block;
						font-weight: 200;
						font-size: 2rem;
						padding: 1rem 1.4rem 1.2rem 1.4rem;
						color: #39B54A;
						margin-left: -10px;
					}
				.how-we-work-list li .l-item{
					float: left;
					width: 75%;
				}
				.clear{
					clear: both;
				}
                .how-we-work-list li .title{
					font-size: 1.2rem;
					font-weight: 600;
					width: 50%;
					margin-bottom: 0rem;
                }
				.how-we-work-list li .line{
					display: block;
					margin-bottom: 1rem;
				}
				.how-we-work-list li .line .line-holder{
					width: 30%;
				}
				.how-we-work-list li .line .line-holder div{
					height: 1px;
				}
                .how-we-work-list li .desc{

                }
.about-us-info-block{

}
	.about-us-info-block h2{
		text-align: center;
		padding: 5rem 0 3rem 0;
		color: #39B54A;
		width: 75%;
		margin: 0 auto;
	}
    .about-us-sertificates{
        background-image: url(images/backgrounds/sertificates-background.jpg);
        background-position: center center;
        background-size: cover;
        padding-top: 2rem;
        padding-bottom: 6rem;
        border-top: 1rem solid #39B54A;
    }
	.slider-2-wrapper{
	
	}
		.slides-2-wrapper{
		
		}
		.slider-2-wrapper .bx-wrapper{
			margin-bottom: 0;
		}
		.slider-2-wrapper .bx-wrapper .bx-viewport{
			border: 0;
			box-shadow: none;	
			left: 0;
		}
			.slider-2-wrapper .pagination-02{
			
			}
				.slider-2-wrapper .pagination-02 a{
					display: inline-block;
					width: 32%;			
					overflow: hidden;
				}
					.slider-2-wrapper .pagination-02 a .line-holder{
						width:130%;
					}
					.slider-2-wrapper .pagination-02 a.active .line-holder{
					
					}
					.slider-2-wrapper .pagination-02 a:active,
					.slider-2-wrapper .pagination-02 a:focus{
						outline: none;
					}
					/* nth */
				   .slider-2-wrapper .pagination-02 a.active .line-holder div:nth-child(1),
				   .slider-2-wrapper .pagination-02 a.active .line-holder div:nth-child(2n+1){
						transform: rotate(20deg);
					}
					.slider-2-wrapper .pagination-02 a.active .line-holder div:nth-child(2n){
						transform: rotate(-20deg);
					}
					.line-holder:hover div:nth-child(1){

					}
					.slider-2-wrapper .pagination-02 a.active .line-holder div:nth-child(2n),
					.slider-2-wrapper .pagination-02 a.active .line-holder div:nth-child(2n+1){
						margin-left: -1.5%;
						background: #39B54A;
					}

					.slider-2-wrapper .pagination-02 a .line-holder:hover div{
						margin: 0;
						transform: none;
					}
						.slider-2-wrapper .pagination-02 a .line-holder div{
							width:6.25%;
							height:4px;
						}
					.about-us-info-block .subtitle{
						margin-top: 3rem;
						text-align: center;
					}
						.about-us-info-block .subtitle .icon{
							margin-right: 1rem;
						}
						.about-us-info-block .subtitle .desc{
							font-size:1.2rem;
						}
        .about-us-sertificates .title{

        }
	        .about-us-sertificates .title h2{
				text-align: center;
				padding-bottom: 4rem;
				padding-top: 2rem;
			}
        .about-us-sertificates .sertificates-list{

        }
            .about-us-sertificates .sertificates-list img{

            }

/*
    3.4 mp Our team
*/
.our-team{

}
    .our-team .title{
        
    }
		.our-team .title h5{
			width: 73%;
			/* padding-top: 1rem; */
			position: relative;
			top: 1.2rem;
        }
    .our-team .team-list{
        padding-top: 4rem;       
        padding-bottom: 0rem;      
    }
		.team-list .t-item{
			text-align: center;
		}
			.team-list .t-item h4{
				width: 50%;
				margin: 0 auto;			
			}
			.team-list .t-item img{
				border-radius: 50%;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
				-o-border-radius: 50%;
				overflow: hidden;
				margin-top: 1.6rem;
			}
			.team-list .t-item b{
			    display: block;
				margin-top: 1rem;
				margin-bottom: 1rem;
			}
			.team-list .t-item .desc{
			
			}
				.team-list .t-item .desc p{
					margin: 0;
					line-height: 130%;
					margin-bottom: 10px;
				}
/*
	4.0 Footer
*/
#footer {
    background: #46545D;
}
.footer-widget-wrap{
    background-color: transparent;
    padding-top: 3rem;
}
#footer-background{
	background-image: url(images/backgrounds/footer-top-background.jpg);
    background-position: center center;
    background-size: cover;
	min-height: 385px;
    /*background-attachment: fixed;*/
}
    .widget .widget-title:before{
        width: 0;
    }
    .widget  .widget-title{
        border-top: 0.5px solid white;
        padding-top: 2rem;
        padding-bottom: 0rem;       
    }
    .footer-widget ul{

    }
        .footer-widget ul li{
            margin: 0; 
            padding: 0;
        }
            .footer-widget-wrap .widget li a{
                font-weight: 100; 
            }
            .footer-widget-wrap .widget li a:hover{
                color:#39B54A; 
            }
            .footer-widget .widget li:before{
                display: none;
            }
    .footer-widget.address{
        text-align: left;
        font-size: 0.8rem;
    }
        .footer-widget.address .textwidget{
            font-size: 0.9rem;
            font-weight: 100;
        }
    #footer-select{
        background-color: #39B54A;
        padding: 2rem 0 2rem 0;
    }
        #footer-select .row{

        }
            #footer-select h2{
                color: #fff;
            }
            #footer-select h4{
                color: #fff;
                margin-right: 1rem;
            }
            #footer-select .footer-form{
                padding-top: 0.3rem;
            }
                #footer-select .footer-form select{
                    padding: 0rem 4rem 0rem 2rem;
                    font-size: 1.1rem;
                    font-weight: 200;
                    background: #39b54a;
                    color: #fff;
                    height: 36px;
                }
                #footer-select .footer-form select option{
                  color: #fff;  
                }
                #footer-select .footer-form .btn {
                    margin: 0;
                    text-transform: none;
                    padding-left: 1.2rem;
                    padding-right: 1.2rem;
                    font-size: 1rem;
                    background-color: #4E525A;
                    color: #fff;
                    border: none;
                    font-weight: 200;
                    border-width: 1px;
                    border-style: solid;
                    border-color: #4E525A;
                }
                 #footer-select .footer-form .btn:hover{
                    border-color: #fff;
                    background-color: transparent;
                 }
.f-contact-01, .f-contact-02{
    display: inline-block;
    width: 47%;
}
    .f-contact-01{
        margin-right: 1rem;
    }
        .f-contact-01 .icon{

        }
            .f-contact-01 .icon img{
                margin-bottom: 1rem;
            }
        .f-contact-01 .cont{
            margin-top: 0.2rem;
        }
    .f-contact-02{

    }
        .f-contact-02 .icon{

        }
            .f-contact-02 .icon img{
                margin-bottom: 1rem;
            }
        .f-contact-02 .cont{
            margin-top: 1rem;
        }
.copyrights{
    color: #fff;
    font-weight: 100;
    border-top: 1px solid #fff;
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-size: 0.9rem;
}
    .copyrights-b-01{

    }
        .copyrights-b-01 img{
            position: relative;
            top: -0.2rem;
        }
        .copyrights-b-01 span{
            margin-left: 0.6rem;
            font-size: 0.9rem;
        }
    .copyrights-b-02{
        padding-top: 0.3rem;
		text-align: center;
    }
        .copyrights-b-02 img{
            position: relative;
            top: -0.1rem;
        }
        .copyrights-b-02 span{
            margin-right: 1rem;
            font-size: 0.9rem;
        }
    .copyrights-b-03{
        padding-top: 0.2rem;
		position: relative;
    }
        .copyrights-b-03 span{
            font-size: 0.9rem;
        }
	   .copyrights-b-03 a{
			position: absolute;
			right: -10px;
		}
	   .copyrights-b-03 a:hover{

		}
	   .copyrights-b-03 a:hover img{
			opacity: 0.8;
		}
@media (min-width: 768px) and (max-width: 1199px) {
	.how-we-work-list li {
		display: inline-block;
		width: 48%;
		margin-bottom: 2rem;
		min-height: 180px;
	}
	.footer-form label{
		display: none;
	}
	.f-contact-01, .f-contact-02 {
		display: block;
		width: 100%;
	}
	.f-contact-01 .icon, .f-contact-02 .icon{
		display: none;
	}
}
	@media (max-width: 992px) and (min-width: 768px){
		.about-us-how-we-work h2, .our-team .title h2 {
			text-align: center;
			display: block;
			border: none;
			padding-bottom: 0;
		}
		.about-us-how-we-work h5, .our-team .title h5 {
			display: block;
			text-align: center;
			margin: 0 auto;
		}
		.slider-2-wrapper .bx-wrapper img {
			width: 100%;
		}
		.about-us-info-block .subtitle {
			margin-top: 1rem;
			margin-bottom: 4rem;
		}
		.about-us-info-block .subtitle .icon img{
			width: 32px;
		}
		.info-content-r{
			padding-bottom: 3rem;
		}
		.about-us-sertificates .sertificates-list img {
			margin: 0 auto;
			display: block;
			width: 30%;
			margin-bottom: 2rem;
		}
		.team-list .t-item {
			margin-bottom: 6rem;
		}
		#footer-select h2 {
			text-align: center;
		}
		.form-inline .form-group{
			display: block;
		}
		#footer-select .footer-form select {
			margin: 0 auto;
			display: block;
		}
		#footer-select .footer-form .btn {
			display: block;
			margin: 0 auto;
			width: 38%;
			margin-top: 1rem;
		}
		.copyrights-b-01 {
			text-align: center;
			padding-bottom: 2rem;
		}
		.copyrights-b-01 img {
			margin: 0 auto;
			display: block;
		}
		.copyrights-b-03 {
			text-align: center;
			padding-top: 1rem;
		}
		.copyrights-b-03 a {
			position: absolute;
			right: -10px;
			position: relative;
		}
		.cat-desc .cont {
			width: 90%;
		}
	}
@media (max-width: 767px) and (min-width: 150px){
		.how-we-work-list li {
			display: block;
			width: 100%;
			margin-bottom: 2rem;
		}
		.about-us-how-we-work {
			padding-bottom: 30rem;
		}
		footer {
			padding-top: 0px;
		}
		.widget .widget-title {
			border-top: none;
		}
		.footer-widget-wrap {
			padding-bottom: 4rem;
			padding-top: 1rem;
		}
		.footer-form label{
			display: none;
		}
		.f-contact-01, .f-contact-02 {
			display: block;
			width: 100%;
		}
		.f-contact-01 .icon, .f-contact-02 .icon{
			display: none;
		}
		.about-us-how-we-work h2, .our-team .title h2 {
			text-align: center;
			display: block;
			border: none;
			padding-bottom: 0;
			padding: 0;
		}
		.about-us-how-we-work h5, .our-team .title h5 {
			display: block;
			text-align: center;
			margin: 0 auto;
		}
		.slider-2-wrapper .bx-wrapper img {
			width: 100%;
		}
		.about-us-info-block .subtitle {
			margin-top: 1rem;
			margin-bottom: 4rem;
		}
		.about-us-info-block .subtitle .icon img{
			width: 32px;
		}
		.info-content-r{
			padding-bottom: 3rem;
		}
		.about-us-sertificates .sertificates-list img {
			margin: 0 auto;
			display: block;
			width: 60%;
			margin-bottom: 2rem;
		}
		.team-list .t-item {
			margin-bottom: 6rem;
		}
		#footer-select h2 {
			text-align: center;
		}
		.form-inline .form-group{
			display: block;
		}
		#footer-select .footer-form select {
			margin: 0 auto;
			display: block;
		}
		#footer-select .footer-form .btn {
			display: block;
			margin: 0 auto;
			width: 38%;
			margin-top: 1rem;
		}
		.copyrights-b-01 {
			text-align: center;
			padding-bottom: 2rem;
		}
		.copyrights-b-01 img {
			margin: 0 auto;
			display: block;
		}
		.copyrights-b-03 {
			text-align: center;
			padding-top: 1rem;
		}
		.copyrights-b-03 a {
			position: absolute;
			right: -10px;
			position: relative;
		}
		.cat-desc .cont {
			width: 90%;
		}
		.masthead .slideshow img {
			display: block;
			width: 130%;
		}
		.bx-wrapper img {
			max-width: 130%;
			display: block;
		}
		#responsive-menu {
			width: 100% !important;
		}
		.how-we-work-list li .icon span {
			margin-left: -25px;
		}
	}
		.responsive-menu-open #click-menu .threeLines .line{
			-webkit-transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;		
		}
		.responsive-menu-open #click-menu .threeLines .line:nth-child(1){
			-webkit-transform: rotate(45deg) translateX(4px) translateY(4px);	
			-moz-transform: rotate(45deg) translateX(4px) translateY(4px);
			-o-transform: rotate(45deg) translateX(4px) translateY(4px);
			-ms-transform: rotate(45deg) translateX(4px) translateY(4px);
			transform: rotate(45deg) translateX(4px) translateY(4px);
		}
		.responsive-menu-open #click-menu .threeLines .line:nth-child(2){
			display: none;
		}
		.responsive-menu-open #click-menu .threeLines .line:nth-child(3){
			-webkit-transform: rotate(-45deg) translateX(0px) translateY(0px);	
			-moz-transform: rotate(-45deg) translateX(0px) translateY(0px);
			-o-transform: rotate(-45deg) translateX(0px) translateY(0px);
			-ms-transform: rotate(-45deg) translateX(0px) translateY(0px);
			transform: rotate(-45deg) translateX(0px) translateY(0px);
		}
/*
Category
*/
.cat-back{
    min-height: 450px;
    background: #46545D url(images/backgrounds/default-background-cat.jpg);
    background-position: center center; 
    background-size: cover;
    width: 100%;
}
    .cat-desc{
        margin-top: 5%;
    }
        .cat-desc .t{
            display: inline-block;
            /* width: 17%; */
            background: #39B54A;
            padding: 1rem 2rem 1rem 2rem;
        }

            .cat-desc .t h2{
                color:#fff;
            }
        .cat-desc .cont{
            background-color: #46545D;
            display: block;
            width: 70%;
            padding: 3rem 3rem 3rem 3rem;
        }
            .cat-desc .cont h3{
                color:#fff;
            }
    .cat-full-description{
        padding: 4rem 0 4rem 0;
    }
        .cat-full-description .container{
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            -webkit-column-gap: 5rem;
            -moz-column-gap: 5rem;
            column-gap: 5rem;
        }
        .cat-full-description .container h2{
            color: #39B54A;
            margin-bottom: 2rem;
        }

    .current-cat-item-list{

    }
    .category-04 .current-cat-item-list{
        margin-top: 5rem;
    }
        .cat-items{
            list-style: none;
            margin: 0;
            padding: 0;
        }
            .cat-items li{
                width: 46%;
                display: inline-block;
                margin-right: 1rem;               
            }
                .cat-items li .cat-item{
                    padding: 2rem 4rem 3rem 4rem;
                    background: #F3F3F4;
                    border-bottom: 0.6rem solid #39B54A;                  
                }
                    .cat-item .title{
                        
                    }
                        .cat-item h2{
                            color: #39B54A;   
                        }
                    .cat-item .desc{
                        
                    }
                    .cat-item .link{
						margin-top: 1rem; 
                    }
                        .cat-item .link a{
                            
                        }
.all-cats-item-list{
    background-image: url(images/backgrounds/about-us-block-background-02.jpg);
    background-position: center center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 20rem;
    margin-top: 3rem;
}
    .l-header{

    }
        .l-header h2{
            display: inline-block;
            padding: 2rem 1rem 2rem 0;
            border-right: 1px solid #46545D;
            color: #39B54A;
        }
        .l-header h5{
            display: inline-block;
            padding: 0 0 0 1rem;
        }
        .all-cats-item{
            list-style: none;
            margin: 0;
            padding: 0;
            margin-top: 3rem;
        }
            .all-cats-item li{
                width: 23%;
                display: inline-block;
                margin-right: 1rem;               
            }
                .all-cats-item li .all-cat-item{
                 
                }
                    .all-cat-item .title{
                        font-size: 1.2rem;
                        font-weight: 600;
                        width: 50%;
                        margin-bottom: 0rem;                         
                    }
                    .all-cat-item .line {
                        display: block;
                        margin-bottom: 1rem;
                    }
                        .all-cat-item .line .line-holder {
                            width: 30%;
                        }
                            .all-cat-item .line .line-holder div {
                                height: 1px;
                            }
                    .all-cat-item .desc{
                        
                    }
                    .all-cat-item .link{
                        margin-top: 1.4rem;  
                    }
                        .all-cat-item .link a{
                            
                        }
    .news-item-list{
        padding-bottom: 4rem;
    }
        .news-item-list h2{
            text-align: center;
            margin-top: 4rem;
        }
        .news-list{
            list-style: none;
            margin: 0;
            padding: 0;
            margin-top: 4rem;
        }
            .news-list li{
            width: 31%;
            display: block;
            margin-right: 1rem;
            float: left; 
            }
                .news-list li .title{
                    min-height: 85px;
                    color: #39B54A;
                }
                .news-list li .desc{
                    margin-top: 1rem;
                }
                .news-list li .link{
					margin-top: 1rem;
                }
.entry-title {
	font-size: 30px;
    font-weight: 200;
    margin-top: 0;
    padding-top: 0;
	color: #39B54A;
}
.entry-title:after, .entry-title:before{
	display: none;
}
.nextend-accordion-menu-inner-container .level1{
    font-size: 20px !important;
    font-weight: 200 !important;
	font-family: 'Exo 2', sans-serif !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt a span{
    font-size: 20px !important;
    font-weight: 400 !important;
	font-family: 'Exo 2', sans-serif !important;
	color: #46545D !important;
}

div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt a span{
    font-size: 16px !important;
    font-weight: 400 !important;
	font-family: 'Exo 2', sans-serif !important;
	color: #46545D !important;
	 
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opened span.inner span,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.opened a span{
	color: #39B54A !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt:HOVER span.inner span, 
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt:HOVER span.inner span span, 
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt:HOVER a, 
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt:HOVER a span{
	color: #39B54A !important;
}
.nextend-accordion-menu-inner-container .level2{

}
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt a{
		/*position: relative;*/
	}
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt a:before{
		content: '-';
		font-size: 45px;
		line-height: 0;
		position: absolute;
		top: 43%;
		left: 10%;
		color: #39B54A;
		font-weight: 100;
	}
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened span.inner span,
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened span.inner span,
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt.opened a span{
		color: #fff !important;
	}
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt:HOVER span.inner span, 
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt:HOVER span.inner span span, 
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt:HOVER a, 
	div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level2 dt:HOVER a span{
		color: #fff !important;
	}
	.nextend-accordion-menu-inner-container dt.level2.active, 
	.nextend-accordion-menu-inner-container dt.level2:hover {
		background-color: #39B54A;
            -webkit-transition: background-color 0.3s ease-in-out;
            -moz-transition: background-color 0.3s ease-in-out;
            -o-transition: background-color 0.3s ease-in-out;
            -ms-transition: background-color 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out;
	}
.site-content {
    background: #FFF;
    padding-bottom: 5rem;
}
	.category .cat-full-description {
		padding: 4rem 0 0rem 0;
	}
.entry-content img{
	margin: 3rem 2rem 3rem 2rem;
}
.sidebar-wrap {
    border-left: none;
}
#wpadminbar{
    display: none;
}
.category-11 .content-left-wrap{
    padding-top: 0;
}
.category-11 .cat-items li {
    width: 100%;
    display: block;
    margin-right: 0;
}
.category-11 .sidebar-wrap.content-left-wrap{
    margin-top: 0;
}
.category-11  .cat-items li .cat-item {
    background: #fff;
    border-bottom: 0.1rem solid #46545D;
    padding-left: 0;
}
.category-11 .cat-item .link a {
    padding: 0.6rem 2rem;
    display: inline-block;
    background: #3BB34B;
    color: #fff;
}
.category-11 .cat-item .link a:hover{
    background: #46545D;
}
.contacts-page .cat-desc .cont {
    color: #fff;
}
.contacts-page .cat-desc .cont h3{
    margin-top: 0.5rem;
    line-height: 130%;
}


.contacts-page{
    padding-bottom: 0;
}
.c-p-content{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
    .c-p-content .title h2{
        color: #3BB34B;
    }
    .c-blocks-wrapper{
        border-left: 1px solid #46545D;
        padding-left: 3rem;
    }
        .c-content-block{
            display: block;
            float: left;        
        }
            .c-content-block h3{
                
            }
                .c-phones-wrapper{
                    width: 25%;
                }
                .c-mail-wrapper{

                }
                .c-address-wrapper{
                    width: 100%;  
                    margin-top: 3rem;
                }
                    .c-phones{

                    }
                    .c-mail{

                     }
                    .c-address{
                            
                    }
.c-p-form-wrapper{
    background-color: #3BB34B;
    padding: 3rem 0 2rem 0;
}
    .c-p-form-wrapper .title{
        margin-bottom: 4rem;
    }
        .c-p-form-wrapper .title h2{
            color: #fff;
            margin-left: 2.5rem;   
        }
        .c-p-form-wrapper .title p{
            margin: 0;
            color: #fff;
            font-weight: 100;            
        }
        .c-p-form-wrapper form{
            width: 90%;
            margin: 0 auto;
        }
            .c-p-form-wrapper .left, .c-p-form-wrapper .right{
                float: left;
            }
            .c-p-form-wrapper .left{
                width: 55%;
                margin-right: 0rem;
            }
            .c-p-form-wrapper .right{
                width: 44%;
            }
                .c-p-form-wrapper input{

                }
                .c-p-form-wrapper .left label{
                    display: inline-block;
                    width: 28%;
                    color: #fff;
                }
                 .c-p-form-wrapper .left .c-p-f-item{
                    margin-bottom: 2rem;
                 }
                .c-p-form-wrapper .right label{
                    display: inline-block;
                    color: #fff;
                    margin-bottom: 0.5rem;
                }
                .c-p-form-wrapper textarea, .c-p-form-wrapper input, .c-p-form-wrapper select{
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    -o-border-radius: 0;
                    -ms-border-radius: 0;
                    background: #2d9a3f;
                    border-width: 1px;
                    border-style:  solid;
                    border-color:  #2d9a3f;
                    color: #fff;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    padding-left: 0.5rem;
                    padding-right: 0.5rem;
                }
                .c-p-form-wrapper select{
                    width: 100%;
                    padding-top: 0.5rem;
                    padding-bottom: 0.5rem;
                }
                .c-p-form-wrapper select option{
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -ms-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                .c-p-form-wrapper textarea:focus, .c-p-form-wrapper input:focus, .c-p-form-wrapper select:focus{
                    border-color: #fff;
                    color: #fff;
                }
            .c-p-form-wrapper .wpcf7-submit{
                width: 20%;
                margin: 0 auto;
                display: block;
                margin-top: 2rem;
                background-color: #46545D;
                border-width: 1px;
                border-style:  solid;
                border-color:  #46545D;
            }
            .c-p-form-wrapper .wpcf7-submit:hover, .c-p-form-wrapper .wpcf7-submit:active, .c-p-form-wrapper .wpcf7-submit:focus{
                border-color:  #fff;
                background-color: transparent;
            }
        div.wpcf7-validation-errors {
            border: 1px solid #f7e700;
            color: #fff;
        }
	.sl-img{
		width:100%;
		height:100%;
	}
	div.wpcf7 img.ajax-loader {
	    margin: 1rem auto 0 auto;
	    display: block;
	}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.parent.opened .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.parent.opening .inner {
    background-image: url(images/plus2.png) !important;
}
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.parent .inner {
    background-image: url(images/plus.png) !important;
}
	@media (max-width: 992px) and (min-width: 768px){
		.cat-desc .cont {
			width: 90%;
		}
		.cat-full-description .container {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
			-webkit-column-gap: 0rem;
			-moz-column-gap: 0rem;
			column-gap: 0rem;
			padding: 0 3rem 0 3rem;
		}
		.all-cats-item-list {
			background-position: center center;
			background-size: cover;
			padding-top: 0rem;
			padding-bottom: 0rem;
			margin-top: 0rem;
			background-image: none;
		}
		.cat-items li {
			width: 100%;
			display: block;
			margin-bottom: 1rem;
		}
		.l-header h2 {
			display: block;
			text-align: center;
			border: none;
			padding-bottom:0;
		}
		.l-header h5 {
			display: block;
			margin: 0 auto;
			text-align: center;
		}
		.all-cats-item li {
			width: 100%;
			display: block;
			margin-bottom: 4rem;
		}
		.all-cats-item li .all-cat-item {
			width: 60%;
			margin: 0 auto;
			text-align: center;
		}
		.all-cat-item .title{
			text-align: center;
			width: 100%;
		}
		.news-list li {
			width: 100%;
			display: block;
			float: none;
			text-align: center;
		}
		.news-list li .title {
			min-height: 10px;
			color: #39B54A;
		}
			.news-list .news-item{
				margin-bottom: 4rem;
			}
		.sidebar-wrap.content-left-wrap{
			display: none;
		}
		.entry-content img {
			margin: 3rem 2rem 3rem 2rem;
			display: block;
			margin: 0 auto;
			float: none;
		}
		.c-p-content .title h2{
			text-align: center;
		}
		.c-blocks-wrapper {
			border-left: none;
			padding-left: 0;
		}
		.c-content-block {
			display: block;
			float: none;
			width: 100%;
			text-align: center;
			margin-top: 3rem;
		}
		.c-p-form-wrapper .title h2,
		.c-p-form-wrapper .title p{
			margin-left: 0;
			text-align: center;
		}
		.c-p-form-wrapper .left, .c-p-form-wrapper .right {
			float: none;
		}
		.c-p-form-wrapper .left {
			width: 100%;
		}
		.c-p-form-wrapper .right {
			width: 100%;
		}
	}
@media (max-width: 767px) and (min-width: 150px){
		.cat-desc .cont {
			width: 90%;
		}
		.cat-full-description .container {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
			-webkit-column-gap: 0rem;
			-moz-column-gap: 0rem;
			column-gap: 0rem;
			padding: 0 3rem 0 3rem;
		}
		.all-cats-item-list {
			background-position: center center;
			background-size: cover;
			padding-top: 0rem;
			padding-bottom: 0rem;
			margin-top: 0rem;
			background-image: none;
		}
		.cat-items li {
			width: 100%;
			display: block;
			margin-bottom: 1rem;
		}
		.l-header h2 {
			display: block;
			text-align: center;
			border: none;
			padding-bottom:0;
		}
		.l-header h5 {
			display: block;
			margin: 0 auto;
			text-align: center;
		}
		.all-cats-item li {
			width: 100%;
			display: block;
			margin-bottom: 4rem;
		}
		.all-cats-item li .all-cat-item {
			width: 60%;
			margin: 0 auto;
			text-align: center;
		}
		.all-cat-item .title{
			text-align: center;
			width: 100%;
		}
		.news-list li {
			width: 100%;
			display: block;
			float: none;
			text-align: center;
		}
		.news-list li .title {
			min-height: 10px;
			color: #39B54A;
		}
			.news-list .news-item{
				margin-bottom: 4rem;
			}
		.sidebar-wrap.content-left-wrap{
			display: none;
		}
		.entry-content img {
			margin: 3rem 2rem 3rem 2rem;
			display: block;
			margin: 0 auto;
			float: none;
		}
		.c-p-content .title h2{
			text-align: center;
		}
		.c-blocks-wrapper {
			border-left: none;
			padding-left: 0;
		}
		.c-content-block {
			display: block;
			float: none;
			width: 100%;
			text-align: center;
			margin-top: 3rem;
		}
		.c-p-form-wrapper .title h2,
		.c-p-form-wrapper .title p{
			margin-left: 0;
			text-align: center;
		}
		.c-p-form-wrapper .left, .c-p-form-wrapper .right {
			float: none;
		}
		.c-p-form-wrapper .left {
			width: 100%;
		}
		.c-p-form-wrapper .right {
			width: 100%;
		}
		.cat-desc .cont h3 {
			font-size: 1.1rem;
		}
		.c-p-form-wrapper textarea, 
		.c-p-form-wrapper input, 
		.c-p-form-wrapper select {
			width: 100%;
		}
	}