/*
Theme Name: CINI
Theme URI: 
Author: cini
Author URI:
Tags: one-column,
Text Domain: cini
Description: CINI v1.0
Version: 1.0.0
License:
License URI:
/* CINI Multipurpose theme */
/**********************************************/
/*** GLOBAL SETTINGS ***/
body{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    line-height: 1.5;
    -webkit-backface-visibility: visible;   
}
iframe{
	border:0;
}
p{
margin-bottom:9px;
}
img{
max-width:100%;
}
a{
color:#faa619;
}
a:hover{
    color:  #faa619;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.color {
color:#651412;
}
h1,h2,h3,h4{
font-family: 'Open Sans', sans-serif;
color: #711b16;
}
.breadcrumb-container {
    background-color: rgba(250, 166, 25, 0.80);
    border-bottom-color: rgba(255, 166, 25, 0.1);
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    height: 60px;
}
.fa.fa-outdent {
    margin-right: 5px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
   margin-top: 10px;
    padding-left: 0;
}
.fa.fa-home.pr-10 {
    color: #711b16 !important;
}
a.link-dark {
	color: #fff;
}
a.link-dark:hover {
	color: #711b16;
	text-decoration: none;
}
.breadcrumb > .active {
    color: #711b16;
}
.btn-donation {
    color: #faa619 !important;
    background-color: transparent;
    border-color: #faa619;
}
.btn-donation:hover {
    color: #fff !important;
    background-color: #faa619;
    border-color: #faa619;
}
strong {
    color: #faa619;
}
.breadcrumb > li + li::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-left: 3px;
    color: #711b16;
}
.breadcrumb {
    font-size: 14px;
}
h1{
    font-weight: 600;
    font-size: 34px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
}
.animate {
    opacity:0;
}
.animated {
    opacity:1;
}
.page-id-1452 strong{
	color:#711b16;
	margin: 5px 0;
}
.centered{
    text-align:center;
}
/* css list with numeber circle background -------------- */
.numberlist{
    width:100%;
    list-style: none;
     counter-reset: li;
}
.numberlist ol{
    counter-reset: li;
    list-style: none;
   
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
}
.numberlist ol ol{
    margin: 0 0 0 2em;
}
/*.numberlist a{
    position: relative;
    display: block;
    padding: 1em .4em 1em 2em;
    *padding: .4em;
    margin: .5em 0;min-height: 50px;
    background: #711b16;
    color: #faa619;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}*/
.numberlist a {
    background: #fff none repeat scroll 0 0;
    border-radius: 0.3em;
    color: #5c0b09;
    display: block;
    margin: 0.5em 0;
    min-height: 50px;
    padding: 1em 0.4em 1em 2em;
    position: relative;
    text-decoration: none;
}
.numberlist a:hover{
    background: #faa619;
    color:#711b16;
    text-decoration:none;
}
.numberlist a:before{
    background: #faa619 none repeat scroll 0 0;
    border: 0.3em solid #711b16;
    border-radius: 2em;
    color: #fff;
    counter-increment: li;
    content: counter(li);
    font-weight: bold;
    height: 2.5em;
    left: -1.3em;
    line-height: 1.7em;
    margin-top: -1.25em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2.5em;
}
/******************* End css list with numeber circle background -------------- */
.field-label-inline {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 24px;
    text-align: right;
    width: 100%;
    color: #faa619;
}
/*.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}*/
.annual-report{
	border: 2px solid;
    height: 315px;
    margin-bottom: 15px;
    width: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 20px;
  background-color:rgba(250, 166, 25, 0.4);
  overflow: hidden;
  width: 0;
  height: 315px;
  transition: .5s ease;
  top:21px;
  color: #711b16;
}

.submit_provvisorio:hover .overlay {
  width: 100%;
  left: 0;
}
.subscribe-box > h2 {
    color: #faa619;
}
/*td.product-quantity > .quantity > .input-text.qty.text {
  white-space: nowrap; 
  color: #711b16;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.input-text.qty.text{
white-space: nowrap; 
  color: #711b16;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 53%;
left: 7%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:10px 13px;
text-decoration:none;
width:auto;
color:#fff;
background: #711b16;
}

.pagination a:hover{
color:#fff;
background: #faa619;
}

.pagination .current{
padding:10px 13px;
background: #faa619;
color:#fff;
}
/*****************************************08/12/2016***********************************************/
form#search-project {
    margin-top: 17px;
}
.panel-body {
    border: 2px solid #711b16;
     margin-bottom: 35px;
}
a:hover { text-decoration:none; }
.btn
{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.btn-read-more
{
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    border: 2px solid #711b16;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color:#711b16;
}
.btn-read-more:hover
{
    color: #FFF;
    background: #711b16;
}
.btn-search
{
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    border: 2px solid #711b16;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color:#fff !important;
    background: #711b16;
    padding: 8px 26px !important;
}
.imgnews {
    height: 180px;
    width: 100%;
}
.btn-search:hover
{
    color: #FFF;
    background: #711b16;
    border-color:#711b16 !important;
}
.post { border-bottom:1px solid #DDD }
.reds{background-color: #711b16}
.post-title {  color:#711b16; }
.post .glyphicon { margin-right:5px; }
.post-header-line { border-top:1px solid #DDD;border-bottom:1px solid #DDD;padding:5px 0px 5px 15px;font-size: 12px; }
.post-content { padding-bottom: 15px;padding-top: 15px;}
.content {
    padding-top: 30px;
}
/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding:15px 15px 15px 5px;
    position: relative;
}
.pull-left {
    margin-left: 5px;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #711b16 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
/* Contact Form 7 Styles */
.radio-inline input[type="radio"] {
    margin-left: -20px;
    position: absolute;
    width: 0;
}
/* Add Drop Shadow, Rounded Corners, and Background to Contact Form 7 */
.wpcf7 input, textarea {
border: 1px solid #711b16;
font-size: 14px; margin: 0 10px 10px 0;
padding: 8px 10px;
/*border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 2px 2px #ddd;
-moz-box-shadow: 0 2px 2px #ddd;
-webkit-box-shadow: 0 2px 2px #ddd*/
}

/* Adjusting Widths for Input and Text Area fields to Contact Form 7 */

/*.wpcf7 input {
width: 200px;
}*/

.wpcf7 textarea,.wpcf7 input {
width: 100%;
}

/* Adding Icons to Text Fields for Contact Form 7 */

.wpcf7 .your-name input[type="text"], .name {
background: #fff url(images/user_icon.png) /* name.png */ no-repeat 10px center;
padding-left: 5px
}

.wpcf7 .your-email input[type="text"], .wpcf7 .your-email input[type="email"] {
background: #fff url(images/mail_2_icon.png) /* email.png */ no-repeat 10px center;
padding-left: 5px
}

.wpcf7 .your-subject input[type="text"], .subject {
background: #fff url(images/notepad_icon.png) no-repeat 10px center;
padding-left: 5px
}

/* Customizing the Submit Button for Contact Form 7 */

.wpcf7 input[type="submit"] {
background: #711b16  url(images/green.png) repeat-x top;
border: 1px solid #711b16;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
padding: 10px 15px;
text-shadow: -1px -1px #711b16;
text-transform: uppercase;
width: auto
}

/* Optional For Genesis Users that use a Global margin-bottom variable for the

tag */
.wpcf7 p {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: .45rem;
}

.testimonials .carousel-info {
   /* overflow: hidden;*/
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #711b16;
    font-size: 16px;
    font-weight: 300;
    margin: -21px 0 -4px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
    margin-bottom: 35px
}
/* CSSTerm.com Simple CSS menu */

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:80%;
    list-style-type: none;
}
.unit.fa.fa-arrow-right{
    margin: 0 5px;
}
.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #711b16;
    display:block;
    margin-bottom: 10px;
}
.double-box.hhh {
    margin: 0;
    padding: 0;
}
.menu_simple ul li a:before {

}
.menu_simple ul li a:visited {
    color: white;
}
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #faa619;
}
img.sideimag {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
h1.page-title {
    color: #711b16;
    margin: 5px 0 24px;
}
.sidebar-1 {
    display: table;
    margin: 0;
    padding: 0;
}
h2.sidebarHead{
	background: #711b16 none repeat scroll 0 0;
	border-radius: 0 10px;
	color: #faa619;
	font-family: "Muli",sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 9px;
	padding: 5px 15px;
	position: relative;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
	width: 100%;
}
h2.sidebarHead1{
	background: #711b16 none repeat scroll 0 0;
	border-radius: 0 10px;
	color: #faa619;
	font-family: "Muli",sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 9px;
	padding: 5px 15px;
	position: relative;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
	width: 112%;
}
h2.sidebarHead11{
	background: #711b16 none repeat scroll 0 0;
	border-radius: 0 10px;
	color: #faa619;
	font-family: "Muli",sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 9px;
	padding: 5px 15px;
	position: relative;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
	width: 112%;
}
ul.demo-2.effect {
    list-style: outside none none;
}
ul.contact-info.effect {
    list-style: outside none none;
}
ul.emergency-numbers.effect {
    list-style: outside none none;
}
.demo-2 {
    float: left;
	height: 200px;
	margin-bottom: -18px;
	position: relative;
	top: -40px;
	width: 300px;
    
   
}
.emergency-numbers {
    float: left;
	height: 90px;
	position: relative;
	width: 300px;
	margin-left: -30px;
	margin-bottom: 31px;
}
ul.emergency-numbers li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

ul.emergency-numbers li:before {
  position: absolute;
  top:-2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f095";
  color: #faa619;
  font-size:20px;
}

.contact-info {
    float: left;
	height: 200px;
	position: relative;
	width: 300px;
	margin-left: -30px;
	margin-bottom: 31px;
}
ul.contact-info li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

ul.contact-info li:nth-child(1):before {
  position: absolute;
  top:-2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f041";
  color: #faa619;
  font-size:20px;
}
ul.contact-info li:nth-child(2):before {
  position: absolute;
  top:-2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f095";
  color: #faa619;
  font-size:20px;
}
ul.contact-info li:nth-child(3):before {
  position: absolute;
  top:-2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f1ac";
  color: #faa619;
  font-size:15px;
}
ul.contact-info li:nth-child(4):before {
  position: absolute;
  top:-2px;
  left: 0;
  font-family: FontAwesome;
  content: "\f0e0";
  color: #faa619;
  font-size:15px;
}
.demo-2 p,.demo-2 h2 {
    color:#fff;
    padding:10px;
    left:-20px;
    top:135px;
    position:relative;
   
}
.demo-2 h2 {
    font-size:20px;
    line-height:24px;
    font-family:'Lato';
     background:rgba(101, 20, 18, 0.45) none repeat scroll 0 0;
     margin-left: -20px;
    margin-right: -20px;
}
.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    border: 5px double #000;
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out;
}
ul{
    list-style: outside none square;	
}
ul.menulist {
    list-style: outside none square;
    margin-left: -55px;
}
ul.menulist li {
    margin-left: 2em;
    padding: 5px 0 5px 5px;
}


/*****************************************08/12/2016***********************************************/
.btn{
    font-family: 'Open Sans', sans-serif;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

/*** HEADER ***/

.header-upbar {
	background: #711b16;
	color: #fff;
}
.header-upbar .container {
	/*/*border-bottom: 2px solid #F48549;*/*/
}
#header {
	background: #711b16;
	font-family: 'Open Sans', sans-serif;
}
.telephone.float-left {
	font-family: 'Open Sans', sans-serif;
	line-height: 53px;
}
.social-top {
	float: right;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}
.redw{
	background-color: #651412 !important;
    border: 1px solid #faa619;
    color: #fff !important;
    margin: 10px;
    padding: 5px !important;
} 
.open > .redw.dropdown-toggle{
	background-color: #651412 !important;
    border: 1px solid #faa619;
    color: #fff !important;
    margin: 10px;
    padding: 5px !important;
}
.redw:focus,.redw:hover{
	background-color: #651412 !important;
    border: 1px solid #faa619;
    color: #fff !important;
    margin: 10px;
    padding: 5px !important;
}
#about > .container {
    padding-bottom: 55px;
    padding-top: 15px;
    position: relative;
}
.img-camp {
    min-width: 100% !important;
    height:160px;
}
.social-top .social-icons {
	display: inline-block;
	padding-left: 20px;
}
.social-top .social-icons a {
	color: #fff;
	line-height: 53px;
	display: inline-block;
	width: 44px;
	text-align: center;
	transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-webkit-transition:all .1s ease-in-out;
}
.social-top .social-icons a:hover {
	background:#651412;
}
.social-top span .fa{
	padding-right: 10px;
}
.social-top span{
	font-size: 14px;
}
.social-top span .separator{
	padding: 0 12px;
	font-size: 14px;
	vertical-align: middle;
}

/*** NAVIGATION ***/

.nav-top {
	font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}
.nav-top>ul>li{
	float:left;
	position:relative;
    line-height: 53px;
	padding-bottom: 15px;
}
.navbar-collapse {
    padding-left:0px !important;
    padding-right:0px !important;
}
.nav-top>ul>li ul{
    display:none;
    position: absolute;
    background: #FDFDFD;
    top: 68px;
    z-index: 3;
    padding-left: 0;
    border-radius: 2px;
    /* padding: 9px; */
    border-bottom: 4px solid #651412;
    min-width: 272px;
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.nav-top>ul li:hover>ul{
	display:block;
}
.nav-top>ul>li ul ul{
    left: 100%;
    top: 0;
}
.nav-top>ul>li ul ul:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 0;
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.nav-top>ul>li ul .menu-item-has-children:before{
    content: '\f054';
    font-family: 'fontawesome';
    color: #651412;
    position: absolute;
    right: 0;
    font-size: 11px;
    right: 10px;
    top: 3px;
    font-weight: 300;
}
.nav-top>ul{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.nav-top ul{
	list-style:none;
}
.nav-top>ul>li ul li {
    line-height: 46px;
    border-top: 1px solid #EDEDED;
    padding-left: 11px;
    position:relative;
}
.nav-top>ul>li ul li:hover{
    background-color: #F3F3F3;
}
.nav-top>ul>li ul li a:hover{
    color: #333;
}
.nav-top>ul>li ul li:first-child{
    border-top: none;
}
.nav-top>ul>li ul li a{
    padding: 0px 8px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    display: block;
}
.link-orange-top {
	display: inline-block;
    margin-top: -13px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
.link-orange-top a{
	margin-top: 7px;
	color: #651412;
	background: #faa619;
	border: 2px solid #faa619;
	display: block;
	padding: 0 22px;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}
.link-orange-top a:hover{
    color:#651412;
    background:#faa619;
    border-color:#faa619;
    text-decoration:none;
}
.imghead{
	width: 100%;
	height: 400px;
}
.nav-top>ul a{
	color:#fff;
	padding: 0 10px !important;
	transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-webkit-transition:all .1s ease-in-out;
}
.nav-top>ul a:hover{
    color:#faa619;
    text-decoration:none;
}
.nav-top>ul li .fa{
    font-weight: bold;
    color: #651412;
    font-size: 17px;
    line-height: 1.1;
    padding-left: 6px;
    margin-right: -2px;
    position: relative;
    top: 2px;
}
#nav-top-1.nav-top>ul,
#nav-top-2.nav-top>ul,
#nav-top-3.nav-top>ul{
	padding-left:0;
}

/*** NAVIGATION MENU 2 ***/

#nav-top-2 >ul>li>ul:before {
    content: '';
    height: 34px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: -27px;
	left: 0;
}
#nav-top-2 .menu-item-has-children>ul ul{
    display:block;
    position: static;
    border-bottom: none;
    padding-right: 12px;
    padding-left: 12px;
}
#nav-top-2 >ul>li>ul>li{
    display:block;
    width:25%;
    float:left;
}
#nav-top-2 .menu-item-has-children>ul ul li:last-child{
    border-bottom: 1px solid #EDEDED;
}
#nav-top-2>ul>li ul li{
    padding-left: 0;
}
#nav-top-2>ul>li ul li a {
    padding: 0px 19px;
}
#nav-top-2 ul ul .fa {
    font-size: 13px;
    padding-right: 16px;
    top:0;
}
#nav-top-2>ul>li>ul>li>a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 11px;
    border-bottom: 2px solid #A7D24A;
    margin-bottom: 17px;
}
#nav-top-2>ul>li>ul>li>a .fa{
    color:#A7D24A;
}
#nav-top-2>ul>li>ul>li:hover{
    background:none;
}
#nav-top-2 .menu-item-has-children>ul ul>li:first-child{
    border-top:none;
}
#nav-top-2>ul>li ul ul:before,#nav-top-2>ul>li ul .menu-item-has-children:before{
    content:none;
}
#nav-top-2>ul>li ul{
    box-shadow: none;
}
#nav-top-2>ul>li ul li:first-child{
    border-top: 1px solid #EDEDED;
}
#nav-top-2 >ul>li{
    position:static;
}
#nav-top-2 >ul>li>ul {
    left: 0;
    min-width: 100%;
    top: 121px;
    padding-bottom: 35px;
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

/*** NAVIGATION MENU 3 ***/

#nav-top-3 >ul>li>ul:before {
    content: '';
    height: 34px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: -27px;
}
#nav-top-3 .menu-item-has-children>ul ul{
    display:block;
    position: static;
    border-bottom: none;
    background-color: transparent;
}
#nav-top-3 >ul>li>ul>li{
    display:block;
    width:25%;
    float:left;
}
#nav-top-3 .menu-item-has-children>ul ul li:last-child{
    border-bottom: 1px solid #EDEDED;
}
#nav-top-3>ul>li ul li{
    padding-left: 0;
    position: static;
}
#nav-top-3>ul>li ul li a {
    padding: 0px 19px;
}
#nav-top-3>ul>li ul li a{
    position: relative;
}
#nav-top-3>ul>li>ul>li>a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 11px;
    border-bottom: 2px solid #A7D24A;
}
#nav-top-3>ul>li>ul>li>a .fa{
    color:#A7D24A;
}
#nav-top-3>ul>li>ul>li{
    background-color: #F9F9F9;
    box-shadow: -2px 0px 7px -2px rgba(0, 0, 0, 0.17) inset;
    height: calc(100% + 35px);
    height: -webkit-calc(100% + 35px);
    height: -moz-calc(100% + 35px);
}
#nav-top-3 .menu-item-has-children>ul ul>li:first-child{
    border-top:none;
}
#nav-top-3>ul>li ul ul:before,#nav-top-3>ul>li ul .menu-item-has-children:before{
    content:none;
}
#nav-top-3>ul>li ul{
    box-shadow: none;
}
#nav-top-3>ul>li ul li:first-child{
    border-top: 1px solid #EDEDED;
}
#nav-top-3 >ul>li{
    position:static;
}
#nav-top-3 >ul>li>ul {
    left: 0;
    min-width: 100%;
    top: 121px;
    padding-bottom: 35px;
    box-shadow: 2px 1px 3px 1px rgba(0, 0, 0, 0.1);
    min-height: 504px;
}
#nav-top-3    ul.recent-post li {
    position: relative;
    border-top: none;
    background:none;
    line-height: 1;
}
#nav-top-3 .share-excerpt .social-icons a {
    padding: 0;
}
#nav-top-3 .share-excerpt .social-icons{
    display:inline-block;
}
#nav-top-3 .share-excerpt .social-icons a .fa{
    color: inherit;
    font-size: inherit;
    font-weight: 100;
}
#nav-top-3 .share-excerpt .social-icons a{
    color: #A7D24A;
    padding: 0 13px;
    font-size: 17px;
}
#nav-top-3 .share-excerpt .social-icons a:hover {
    color: #B7E553;
}
#nav-top-3 .recent-post a.arrow-right{
    position:absolute;
    padding: 0;
    color:#A7D24A;
}
#nav-top-3 .recent-post a.arrow-right:hover{
    color:#fff;
}
#nav-top-3 .recent-post a.arrow-right .fa{
    padding-left: 0;
    font-size:inherit;
    color:inherit;
}
.cm-item-title{
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E7E8E8;
}
#nav-top-3 .recent-post .share-excerpt {
    padding: 63px 23px 60px;
}
#nav-top-3 ul.recent-post {
    padding-top: 18px;
}
#nav-top-3 ul.recent-post>li {
    padding-bottom: 26px;
}
.content-menu {
    width: 100%;
    position: absolute;
    padding-left: 309px;
    top: 0;
    padding-bottom: 5px;
    display:none;
}
#nav-top-3 >ul>li>ul>li>ul>li.active    .content-menu{
    display:block;
}
#nav-top-3 >ul>li>ul>li>ul>li:hover{
    background:none;
}
#nav-top-3 >ul>li>ul>li>ul>li.active{
    background-color: #F3F3F3;
}
#nav-top-3>ul>li>ul> li>ul>li>a {
    position: relative;
    z-index: 1;
}
#nav-top-3 .recent-post-item h5 a{
    font-family: 'open sans';
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
    padding-left: 0;
}
#nav-top-3 .recent-post-info {
    line-height: 1.5;
    font-weight: 400;
}

/*** LOGO ***/

#logo {
	height: 103px;
	/*height: 121px;*/
	/*line-height: 121px;*/
}
#logo img{
	padding-bottom: 6px;
	margin-top: -37px;
}

/*** MAIN BACKGROUND SLIDER ***/
.menu-link.main-menu-link{
	padding-left: 13px !important;
	padding-right: 13px !important;
}
.header>.container{
    position:relative;
}
.image-slider{
	/* height:590px; */
    background: #2E303C;
}
.image-slider .active{
	display:block;
}
#background {
    position: relative;
    overflow: hidden;
}
.banner-shadow {
   background: rgba(101, 20, 18, 0.45);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
}
.text-slider {
    position: relative;
}
.controls {
    position: absolute;
    right: 0px;
    top: 0;
    height: 134px;
}
.text-slider li{
	list-style: none;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 100;
	padding-top: 20px;
	line-height: 1.3;
	display:none;
}
.text-slider li.active{
    display:block;
}
.text-slider-w {
    height: 134px;
    overflow: hidden;
    position: relative;
}
.text-slider {
	height: 134px;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0;
    margin-right: 200px;
    margin-bottom: 0; 
}
.arrows-main {
	width: 50%;
	float: left;
	height: 134px;
}
.arrows-main li{
	height: 50%;
	display: block;
	position: relative;
	color:#7D7E82;
}
.arrows-main li a{
    color: #faa619;
}
.arrows-main li a:hover{
	color:#fff;
}
.arrows-main li.flex-nav-prev .fa{
	position: absolute;
	bottom: 7px;
}
.arrows-main li.flex-nav-next .fa{
	padding-top: 6px;
}
.controls ol.flex-control-nav{
	list-style: none;
	width: 50%;
	height: 134px;
	display: block;
	padding-top: 25px;
	padding-left: 60px;
	padding-right: 10px;
	position:static;
}
.controls ol li{
    display: block;
}
.controls ol li a{
	border: 2px solid #faa619;
	height: 11px;
	width: 11px;
	border-radius: 30px;
	margin: 13px 0;
	cursor:pointer;
	transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-webkit-transition:all .1s ease-in-out;
}
.controls ol li:first-child a{
	margin-top:0;
}
.controls ol li:hover a, .controls ol li a.flex-active{
	background:#faa619;
}
.slider-main .flex-direction-nav a{
    position: static;
}

/*** GREEN BOX ***/

.bg-green{
	background:#faa619;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
.bg-green p{
    font-size: 15px;
}
.join-us-box h2 {
	font-size: 34px;
	font-weight: 500;
}
.join-us-box h2 .fa{
	font-size: 45px;
	padding-right: 8px;
	padding-bottom: 13px;
}
.join-us-box{
	padding: 0 30px 30px;
}
.join-us-box p {
	font-weight: 600;
	padding-bottom: 0px;
}
img.img-bg {
	opacity: 0.71;
	position: absolute;
	top: 0;
	left: 0;
}
.subscribe-box-w {
	padding: 0;
	overflow: hidden;
}
.subscribe-box h2 {
	font-size: 34px;
	font-weight: 500;
}
.subscribe-box h2 .fa{
	font-size: 45px;
	padding-right: 8px;
	padding-bottom: 13px;
}
.subscribe-box{
	padding:0 24px 30px;
}
.event-list > p {
    text-align: center;
}
.success-story a{
	 color: #441211;
}
.foo-last {
    font-size: 12px;
    text-align: center;
}
.subscribe-box p {
	font-weight: 600;
	padding-bottom: 15px;
}
.subscribe-box {
	position: relative;
}
.btn {
	color: #333;
	font-size: 14px;
	display: inline-block;
	padding: 12px 26px;
}
.btn.btn-orange {
	background:#faa619;
	color:#fff;
}
.btn.btn-red {
	background:#651412;
	color:#fff;
	font-size: 15px;
	margin-bottom: -84px;
}
.btn.btn-red:hover{
	background:#333;
	color:#fff;
}
.btn.btn-orange:hover{
	background:#333;
	color:#fff;
}
.subscribe{
	height: 48px;
	color: #fff;
}
.subscribe-w    .subscribe{
	background: #faa619;
	border: 2px solid #faa619;
	/*width: 207px;*/
	padding-right: 36px;
}
.subscribe-w    .subscribe:focus{
	outline:none;
	background-color: #f8a93a;
}
.form-control{
	box-shadow:none;
	font-size: 16px;
}
.form-control:focus{
	box-shadow:none;
}
.subscribe-w {
	position: relative;
}
.subscribe-w .fa{
	position: absolute;
	right: 12px;
	top: 11px;
	font-size: 18px;
    color: #fff;
}
#logo span{
	margin-bottom: 0px;
}
.green-box-right {
    padding-top: 35px;
}
.green-box-right .progress-bar {
    background-color: #651412 ;
    position: relative;
}
 .green-box-right .progress {
     border: 2px solid #f79e22;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #dd8508;
    margin-top: 28px;
    overflow: visible;
    height:17px;        
}
.progress-bar{
    -webkit-box-shadow: none;
    box-shadow: none;
    transition:all .8s ease-in-out;
    -moz-transition:all .8s ease-in-out;
    -webkit-transition:all .8s ease-in-out;
}
.green-box-right span{
    font-size: 16px;
        font-weight: 600;
}
i.indicator {
    height: 20px;
    width: 20px;
    display: block;
    background: url(asset/indicator.png) no-repeat center center;
    position: absolute;
    right: -10px;
    bottom: 100%;
}
.social-icons{
    display: inline-block;
    margin-bottom: 0;
    list-style: none;
    vertical-align: middle;
    padding-left: 0;
}
.social-icons li {
    float: left;
}
.green-box-right .social-icons li a{
    color: #fff;
    background: transparent;
    width: 35px;
    display: inline-block;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    margin: 5px;
}
.green-box-right .social-icons li a:hover{
    color: rgba(255, 255, 255, 0.78);
}
.social-donate {
    margin-top: 34px;
    border-top: 2px solid #f69309;
    padding-top: 20px;
}
.circle-or {
    border: 2px solid #f69309;
    line-height: 30px;
    width: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    position:relative;
    margin: 0 12px;
    margin-right:23px;
}
.circle-or:before {
    content: '';
    width: 18px;
    border-top: 3px solid #f69309;
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
}
.circle-or:after {
    content: '';
    width: 18px;
    border-top: 3px solid #f69309;
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
}
.block-title span{
	font-weight:400;
}
.block-title {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 28px;
    margin-bottom: 25px;
    margin-top: 5px;
    position: relative;
}
.block-title-about{
	 border-bottom: 1px solid #EAEAEA;
    padding-bottom: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
}
.block-title h1{
    margin:0;
}
.quote{
	/*background:url(p_quote.png) no-repeat 0px 4px;*/
	padding-left:30px;
}

/*** ACCORDION ***/

.accordion .accord-content{
    position:relative;
    padding:30px 20px 0 0;
    display:none;
    background:#ffffff;
}

.accordion .accord-content.collapsed{
    display:block;    
}
.accordion .accord-content p{
    position:relative;
    top:-5px;
}
.section>.container {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}.section_i>.container {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}
.accord-btn{
    border-bottom: 1px solid #e0ecf3;
    border-top: 1px solid #e0ecf3;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0;
    position: relative;
}
.accord-btn .fa{
    padding-right: 9px;
    color: #faa619;
}
.accordion ~.accordion .accord-btn {
    margin-top: -1px;    
}
.accord-btn:before {
    content: '\f068';
    font-family:fontawesome;
    position: absolute;
    right: 10px;
    font-size: 11px;
    color: #711b16;
}
.accord-btn.active:before {
	content: '\f067';
}

/*** PROJECTS SECTION ***/

.gray-section{
	background:#F6F6F6;
}
.project-photo-w{
    /*background: #651412;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.project-photo-w img{
	opacity:1;
    width: 100%;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
.project-photo-t{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    opacity:0;
    padding: 25px 20px;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    transform:scale(0.9);
    -ms-transform:scale(0.9) ;
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
}
.project-box:hover .project-photo-w img{
}
.project-box:hover .project-photo-t{
	opacity:0.1;
	transform:scale(1);
    -ms-transform:scale(1) ;
    -webkit-transform:scale(1);
    -o-transform:scale(1);
}
.project-photo {
    text-align: center;
    color: #fff;
    width: 50%;
    position: relative;
    float: left;
}
.project-photo h4 {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 44px;
}
.project-photo h4 .fa{
    padding-right: 15px;
}
.project-photo p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 46px;
}
.project-box {
    background: #fff;
    margin-bottom: 47px;
    overflow: hidden;
}
.project-info {
    width: 50%;
    float: left;
    text-align:center;
}
.project-info    h3 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 22px;
    margin-bottom: 28px;
    margin-top: 21px;
}
.project-info-t {
    padding: 0 23px;
    min-height: 106px;
}
.project-info-f{
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #EAEAEA;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 35px;
    font-family: 'open sans', sans-serif;
    position: relative;
}
.text-gray{
    color: #797979;
}
.gray-bar{
    display: block;
    background: #F1F1F1;
    height: 9px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.yellow-bar{
	display:block;
	background:#faa619;
	height:100%;
}
.project-info-f .yellow-bar{
    transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    width:0;
}
.double-box-w >li {
    width: 50%;
    float: left;
}
.double-box {
    padding: 0 15px;
}
ul.double-box-w {
    padding-left: 0;
    list-style: none;
}
.double-box-carousel{
	margin-left:-15px;
	margin-right:-15px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 17px;
}
.flex-control-paging li a{
    background: none;
    box-shadow: none;
    border: 2px solid #faa619;
    position: relative;
    z-index: 1;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
	background:#faa619;
}
.flex-direction-nav a{
	opacity:1 !important;
}
.flexslider-carousel .flex-direction-nav,
.horizontal-carousel .flex-direction-nav {
    bottom: 0;
    height: 15px;
    position: absolute;
    width: 100%;
}
.flexslider-carousel .flex-direction-nav    li,
.horizontal-carousel .flex-direction-nav    li{
     float:left;
     width: 50%;
    }
.flexslider-carousel    .flex-nav-prev,
.horizontal-carousel    .flex-nav-next {
    text-align: right;
}
.flexslider-carousel .flex-prev,
.flexslider-carousel .flex-next,
.horizontal-carousel .flex-prev,
.horizontal-carousel .flex-next{
    text-indent: 0;
    border: 0;
    float: none;
    line-height: 1;
    color: #faa619;
    position: static;
    margin: 0;
    width: 27px;
    border-bottom: 1px dotted #faa619;
    font-size: 15px;
    background: none;
    box-shadow: none;
    opacity: 1 !important;
    height: 9px;
    display: inline-block;
    overflow: visible;
}
.flexslider-carousel .flex-direction-nav a:before,
.horizontal-carousel .flex-direction-nav a:before{
	content:none;
}
.flexslider-carousel .flex-prev,
.horizontal-carousel .flex-prev{
	text-align:left;
}
.flexslider-carousel .flex-next,
.horizontal-carousel .flex-next{
	text-align:right;
}
.flexslider-carousel .flex-prev .fa{
    position: relative;
    left: -21px;
    top: -1px;
}
.flexslider-carousel .flex-next .fa{
    position: relative;
    right: -21px;
    top: -1px;
}
.flexslider-carousel .flex-next:hover,
.flexslider-carousel .flex-prev:hover,
.flexslider-carousel .flex-next:focus,
.flexslider-carousel .flex-prev:focus ,
.horizontal-carousel .flex-direction-nav a{
    background: none;
    outline: none;
}
.flex-control-nav {
    bottom: 0;
    height: 10px;
}

/*** VOLUNTEERS SECTION ***/

.block-title-c{
    text-align:center;
    position: relative;
}
.block-title-c h1{
	display:inline-block;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 23px;
    margin-bottom: 70px;
    margin-top: 5px;
}
.block-title-c.color-green h1{
	border-bottom: none;
}

.block-title-c.color-green > h1 {
    color: #fff;
}

.volunteer-photo {
    width: 160px;
    float: left;
}
.volunteer-info {
    padding-left: 182px;
    padding-top: 10px;
}
.volunteer-info h4{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 4px;
}
.volunteer-info .role{
    color: #faa619;
    font-size: 13px;
    font-style: italic;
    padding-bottom: 17px;
    display: inline-block;
}
.volunteer {
    position: relative;
    padding-bottom: 50px;
}
.volunteer .social-icons{
    position: absolute;
    right: 0;
    top: 16px;
}
.volunteer .social-icons a {
    color:#faa619;
}
.volunteer .social-icons a:hover{
    color: #faa619;
	text-decoration:none;
}
.volunteer .social-icons a:before {
    content: '/';
    padding: 0 8px;
}
.volunteer .social-icons li:first-child a:before{
	content: none;
}

/*** FACS ***/

.fact-box{
	width:25%;
	float:left;
	position:relative;
    overflow: hidden;
    border-right: 2px solid #F0F0F0;
}
.fact-box:last-child{
	border-right: none;
}
.fact-title *{
	display:block
}
.fact-title{
	text-align:center;
    padding-bottom: 17px;
    padding-top: 24px;
}
.fact-title .fa{
    color: #faa619;
    font-size: 50px;
    padding-bottom: 20px;
}
.fact-number {
    font-size: 76px;
    line-height: 1;
    font-family: 'open sans';
    font-weight: 100;
    padding-bottom: 21px;
}
.fact-title .lead {
    font-size: 14px;
}
.fact-info {
    background: rgba(255, 255, 255, 0.94);
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 15px;
    height: 100%;
    text-align: center;
    top: 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-bottom: 4px solid #faa619;
    padding: 50px 40px 0;
}
.fact-info span{
    display: block;
    margin-top: 27px;
    text-decoration: underline;
}
.fact-box:hover .fact-info {
    top: 0%;
}
.count-numbers {
    padding-top: 20px;
}
.section.section-background{
	background:#333;
	color:#fff;
    position: static;
	background-attachment:fixed;
}
.section_i {
    position: relative;
}
.section-background .container{
	position:relative;
}
.color-green{
	color:#faa619;
}
.subheader{
	margin-top:0;
    margin-bottom: 20px;
}
*+.subheader{
	padding-top:10px;
}

/*** SECTION BACKGROUND ***/

.section-background p{
    color: #E4E4E4;
}
.section-background    h4,
.section-background    h3{
    color: #FDFDFD;
}
.section-background .section_i:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.4;
	background: rgba(32, 32, 32, 0.8);
}
.gallery-filter {
    display: none;
}    
#bg1{
	background-image: url(asset/bg1.jpg);
}
#bg2{
	background-image: url(asset/bg2.jpg);
}

/*** CAROUSEL TESTIMONIAL ***/

.flexslider-testimonial .quote{
    padding-right: 145px;
}
.testimonial-photo{
    position: absolute;
    right: 0;
    top: -25px;
    display: block;
    width: 115px;
}
.flexslider-testimonial .flex-viewport{
    padding-top: 40px;
    margin-top: -40px;
    }
.flexslider-testimonial li,.flexslider-testimonial{
    position:relative;
}
    
.flexslider-testimonial .flex-control-nav{
    top: -4px;
    bottom: auto;
    text-align: right;
    padding-right: 134px;
}
.flexslider-testimonial .flex-control-paging li a {
    font-size: 0;
}
.flexslider-testimonial {
    padding-bottom: 17px;
}
.flexslider-testimonial .flex-direction-nav{
	display:none;
}
.double-box-carousel{
	margin-left:-15px;
	margin-right:-15px;
    position: relative;
    padding-bottom: 30px;
       margin-bottom: 17px;
}
.horizontal-carousel{
position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 40px;
    margin-bottom: 42px;
}
.horizontal-carousel .flex-control-nav{
	display:none;
}

/*** BRANDS ***/

li.brand {
    text-align: center;
}
.horizontal-carousel    .brand img{
filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Firefox 35+ */
    -webkit-filter: grayscale(1);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.horizontal-carousel    .brand img:hover{
 filter: none;
    -webkit-filter: grayscale(0);
}

/*** HORIZONTAL CAROUSEL ***/

.horizontal-carousel .flex-prev, .horizontal-carousel .flex-next {
    width: auto;
    font-family: 'open sans';
    color: #333;
    font-weight: 600;
    font-size: 14px;
    height: auto;
    background: #fff !important;
    position: relative;
    top: 6px;
    border: none;
    padding: 0 12px;
    left: auto;
    right: auto;
}
.horizontal-carousel .flex-prev{
    margin-left: 25px;
}
.horizontal-carousel .flex-next{
margin-right: 25px;
}
.horizontal-carousel .flex-prev .fa, .horizontal-carousel .flex-next .fa {
color:# #faa619;
}

/*** COLOR BOX PARTNERT ***/

.box-partner{
    background: #A8D04B;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    padding: 10px 25px;
    font-family:'open sans';
    margin-bottom: 25px;
}
.yellow-box-partner{
    background:#FFD52D;
}
.orange-box-partner{
    background:#FF6100;
}
.box-partner img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:.2;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.box-partner:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.box-partner img~*{
position:relative;
    color: #fff;
}
.box-partner a{
color:#fff;
text-decoration:none;
}
.box-partner h4{
    font-size: 31px;
    font-weight: 300;
    padding-bottom: 11px;
}
.box-partner p{
    font-weight: 600;
}
.box-partner h4 .fa{
    font-size: 20px;
    float: right;
    padding-top: 11px;
}

/*** PARTNERT LINKS ***/

.partner-links{
list-style:none;
text-align:center;
}
.partner-links ul{
display:inline-block;
}
.partner-links ul li{
    display: inline-block;
    font-size: 14px;
    padding: 16px 38px 40px;
    position: relative;
}
.partner-links ul li:after{
    content: '/';
    position: absolute;
    right: 0;
    color: rgb(202, 202, 202);
}
.partner-links ul li a{
color:#FF6100;
}
.bold-link-center {
    color: #151515;
    text-decoration: underline;
    font-weight: 700;
    font-family: 'open sans';
    font-size: 13px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.bold-link-center:hover{
    color:#A7D24A;
}
.bold-link-center .fa{
    color: #fff;
    background: #A7D24A;
    width: 23px;
    line-height: 22px;
    border-radius: 50px;
    font-size: 11px;
}
.bold-link-center span{
    display:block;
    padding-bottom: 15px;
}

/*** GALLERY ***/

.container-full{
width:100%;
padding-left:0;
padding-right:0;

}
.container-title+.container-full{
    padding-top: 0;
}
#our-gallery .item{
padding-left:0;
padding-right:0;
width:25%;
}
.section .container-title {
    padding-top: 38px;
    padding-bottom: 30px;
    position: relative;
}
.container-title .gallery-filter {
    position: absolute;
    right: 0;
    top: 33px;
}
.container-title .block-title {
    border-bottom: none;
     padding-bottom: 0;
    margin-bottom: 5px;
    }
.gallery-filter    a{
     border: 2px solid #E5E5E5;
    padding: 13px 19px;
    font-weight: 700;
    display: inline-block;
    font-family: 'open sans';
}
.gallery-filter    a .fa{
    font-size: 21px;
    line-height: 15px;
    position: relative;
    vertical-align: middle;
}
.gallery-filter    a:hover,.gallery-filter    a.current{
    background: #faa619;
    border-color: #faa619;
    color:#fff;
    text-decoration:none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.item-wrapper {
    position: relative;
}
.item-overlay {
    position: absolute;
    top: 6%;
    left: 6%;
    text-align: center;
    width: 88%;
    height: 88%;
    background: rgba(50, 50, 50, 0.65);
    border: 2px solid  #faa619;
    color: #fff;
    font-family: 'open sans';
    padding: 0 30px;
    opacity:0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform:scale(1.1);
    -ms-transform:scale(1.1) ;
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.item-wrapper:hover .item-overlay {
    opacity:1;
    transform:scale(1);
    -ms-transform:scale(1) ;
    -webkit-transform:scale(1);
    -o-transform:scale(1);
}
.item-overlay h3 {
    font-size: 29px;
    font-weight: 300;
    padding-top: 23px;
    border-bottom: 1px solid  #faa619;
    padding-bottom: 18px;
    margin-bottom: 21px;
    color:#faa619;
}
.item-overlay .info {
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
    color: #FCFAFE;
}
.item-overlay .social-icons a{
    position:relative;
    padding: 0 10px;
	outline: none;
     transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.item-overlay .social-icons a:hover{
    color:#fff;
}
.item-overlay .social-icons a:before{
    content: '/';
    position: absolute;
    right: -5px;
    color: rgb(202, 202, 202);
}
.item-overlay .social-icons a:last-child:before{
    content:none;
}
#gallery-section>.container-full{
    padding-bottom:0;
}
#gallery-section {
    max-width: 100%;
    overflow: hidden;
}
.price-block {
    color: #fff;
    background:  #faa619;
    line-height: 50px;
    display: block;
    border-radius: 2px;
    padding: 0 16px;
    font-family: 'open sans';
    position:relative;
    font-size: 16px;
    font-weight: 600;
}
.price-block:hover,
.price-block:focus {
    color:#fff;
    text-decoration:none;
}

/*** SHOP CONTAINER ***/

.price-block .line-through{
    text-decoration:line-through;
    font-weight: 300;
    padding-right: 10px;
}
.price-block .fa{
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 22px;
}
.product-name {
    padding: 10px 0;
    position:relative;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.product-name h4 {
    font-size: 18px;
    font-weight: 700;
}
.details .product-name h4 {
    padding-right: 100px;
}

/*** RATING STARTS ***/

.calification-o{
    position: absolute;
    width: 93px;
    height: 16px;
    top: 22px;
    right: 0;
    background:url(asset/start0.png);
}
.calification{
    position: absolute;
    width: 93px;
    height: 16px;
    top: 0;
    left: 0;
    background: url(asset/start.png);
}
.calification-0{
    width: 0;
}
.calification-1{
    width: 19px;
}
.calification-2{
    width: 37px;
}
.calification-3{
    width: 56px;
}
.calification-4{
    width: 75px;
}
.calification-5{
    width: 93px;
}

/*** PRODUCT ***/

.shop-container {
    padding-bottom: 20px;
}
.product {
    position: relative;

    padding-bottom: 23px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.product:before {
    content: '';
    width: 100%;
    position: absolute;
    /*border-bottom: 1px solid #EAEAEA;*/
    bottom: -6px;
}
.product-name-c h4{
    text-align: center;
}
.product-name-c .calification-o{
    position: relative;
    display: block;
    margin: auto;
    top: 4px;
}
.product-name-c {
    position: absolute;
    width: 100%;
    top: 34%;
    opacity:0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.product:hover .product-name {
    opacity:0;
}
.product:hover .product-name-c {
    opacity:1;
}
.product img{
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.product:hover img{
    opacity:.1;
}
.product .details{
    position: relative;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    top: 0;
}
.product:hover .details {    
    top: -129px;
}
.product:hover{
    border-color: #711b16;
}
.sale-circle-w {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 2px solid #FF6100;
    border-radius: 100px;
    padding: 3px;
}
.sale-circle {
    display: block;
    background: #FF6100;
    color: #fff;
    line-height: 64px;
    width: 64px;
    text-align: center;
    border-radius: 69px;
    font-family: 'open sans';
    font-size: 17px;
    font-weight: 600;
}
.section-background .block-title-c h1{
    border-bottom: none;
    margin-bottom: 20px;
    margin-top: 10px;
}
.dotted {
    border-bottom: 2px dotted #faa619;
}
.section-background .block-title-label h1,
.block-title-label h1{
    line-height: 1.7;
    margin-bottom: 30px;
}
.two-buttons {
    text-align: center;
    padding-bottom: 15;
}
.blogs-wrapper .two-buttons {
    padding-bottom: 0;
}
.btn-yellow {
    border: 2px solid #faa619;
    color: #fff;
}
.btn-yellow:hover{
 background: #faa619;
    color: #fff;
}
.form-control:focus {
	border-width: 2px;
  border-color: #FF0000;
 
}
.form-control {
	  height: 40px !important;
}
.bg-ffff {
	background-color: rgba(255, 255, 255, 0.8);
}
.radio label {
    padding-left: 0 !important;
}
input.form-control:focus,select.form-control:focus{   
    border-color:  #faa619 !important;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}
.btn-donate {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #faa619;
    color: #fff;
}
.align-right{
	float: right;
}
.btn-donate:hover{
 background: #faa619;
    color: #fff;
}
.two-buttons .circle-or{
    margin: 0 25px;
    border-color:#faa619;
}
.circle-or:before,.circle-or:after{
    border-top: 2px dotted #faa619;
    width: 29px;
}

/*** BLOG ***/
/*** POST ***/

.blog-item-photo-w{
    background: #faa619;
}
.blog-item-photo-w img{
	min-height: 267px;
    opacity:1;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.blog-item-photo {
    position: relative;
}
.blog-item-t {
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity:0;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.blog-item-photo:hover .blog-item-t {
    opacity:1;
}
.blog-item-photo:hover .blog-item-photo-w img{
    opacity:.3;
}
.blog-item-photo:hover .blog-item-photo-w .slides img{
	opacity:1;
}
.post-width-slider .blog-item-photo-w{
	background:none;
}
.simple-image-slider{
position:relative;
}
.simple-image-slider .flex-control-nav {
	display:none;
}

.simple-image-slider li.flex-nav-prev,
.simple-image-slider li.flex-nav-next {
    background-color: #faa619;
    height: 50px;
    width: 55px;
    margin-top: -25px;
	position: absolute;
    top: 50%;
	z-index: 1;
	overflow:hidden;
	border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.simple-image-slider li.flex-nav-prev:hover,
.simple-image-slider li.flex-nav-next:hover {
	width: 105px;
}
.simple-image-slider li.flex-nav-prev {
    left: -13px;
	text-align: left;
}
.simple-image-slider li.flex-nav-next {
    right: -13px;
}
.blog .post-width-slider .blog-item-photo {
    overflow: visible;
}
.blog .blog-item-wrapper.post-width-slider{
    padding-left: 15px;
    margin-left: -15px;
}
.simple-image-slider .flex-direction-nav a:before {
    content: none;
}
.simple-image-slider .flex-direction-nav a{
    position: static;
    width: auto;
    margin: 0;
    height: auto;
    line-height: 50px;
}
.simple-image-slider .flex-direction-nav a .fa{
    color: #fff;
    display: inline-block;
    width: 55px;
    text-align: center;
}
.simple-image-slider .flex-direction-nav a span{
    color: #fff;
    font-family: 'open sans';
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
	position:absolute;
}
.simple-image-slider .flex-direction-nav a.flex-next span{
    right: 55px;
}
.simple-image-slider .flex-direction-nav a.flex-prev span{
    left: 55px;
}
.blog-item-t span.fa{
    display: block;
    font-size: 43px;
}
.link-read-more-w{
    border-top: 1px solid #651412;
    display: block;
    padding-top: 25px;
    padding-bottom: 23px;
}
.link-read-more {
    color: #fff;
    font-family: 'open sans';
    font-size: 15px;
    font-weight: 700;
}
.link-read-more span{
    border-bottom: 1px solid #fff; 
}
.link-read-more .fa {
    padding-left: 4px;
}
.link-read-more:hover{
    color:#fff;
    text-decoration:none;
}
.link-read-more:hover span{
    border-bottom:none;
}
.blog-item-left h4{
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 14px 15px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 1px solid #E7E8E8;
    min-height: 74px;
}
.blog-item-left h4 a{
    color:#651412;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.blog-item-left h4 a:hover{
    color:#faa619;
    text-decoration:none;
}
.blog-item-left {
    border: 1px solid #E7E8E8;
    margin-right: 62px;
}
.blog-item-excerpt {
    padding: 13px 14px 13px;
    border-bottom: 1px solid #E7E8E8;
    /* white-space: normal; */
}
.share-excerpt {
    padding: 13px 14px 13px;
    color: #BEBEBE;
}
.share-excerpt .social-icons{
    padding-left: 5px;
}
.share-excerpt .social-icons a{
    position: relative;
    padding: 0 13px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    font-size: 16px;
}
.share-excerpt .social-icons a:before {
    content: '/';
    position: absolute;
    right: -5px;
    color: #E0E0E0;
    font-size: 14px;
}
.share-excerpt .social-icons li:last-child a:before{
    content:none;
}
.blog-item {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 5px solid transparent;
    transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
}
.blog-item:hover{
    border-bottom: 5px solid #faa619;
}
.blog-item-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    border: 1px solid #E7E8E8;
    border-left: 0;
    height: 100%;
    text-align: center;
}
.blog-item-date {
    background: #651412;
    color: #fff;
    margin: 6px 6px;
    font-family: 'open sans';
    border-radius: 2px;
    padding-top: 11px;
    padding-bottom: 9px;
}
.blog-item-number {
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
}
.blog-item-month {
    font-weight: 700;
}
.blog-item-right .arrow-right {
    border: 1px solid #E7E8E8;
    display: block;
    margin: 6px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.blog-item-right .arrow-right:hover{
    color:#fff;
    background: #faa619;
    border-color: #faa619;
}
.btn-white {
    border: 1px solid #E2E2E2;
    font-weight: 700;
    font-size: 15px;
    min-width: 168px;
}
.btn-white .fa{
    color: #faa619;
    font-size: 18px;
    vertical-align: middle;
}
.btn-white:hover{
    background:#faa619;
    color:#fff;
    border-color:#faa619;
}
.btn-white:hover .fa{
    color:#fff;
}
.blogs-container {
    margin-bottom: 40px;
}
.separator-section {
    position: relative;
    height: 37px;
    width: 1px;
    background: #E2E2E2;
    top: 54px;
    display: block;
    margin: auto;
    margin-bottom: -14px;
}
.section{
    position:relative;
}
#our-blogs{
position:relative;
}

/*** MAP SECTION ***/

.map-section {
    border-top: 4px solid #faa619;
    position: relative;
}
.map-section .container{
    position: relative;
}
.map-section .iframe-w{
    width: 100% !important;
    height: 445px;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
    display: block;
}
.container-full .block-title-c h1 {
    border-bottom: none;
    margin-bottom: 20px;
}

/*** GOOGLE MAP ***/

.map-section iframe{
    width: 100%;
}

/*** CONTACT INFO ***/

.contact-info-box {
    height: 350px;
    overflow: auto;
    position: absolute;
    top: 50px;
}
.contact-info-info {
    float: left;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    width: 320px;
    font-family:'open sans';
}
.contact-info-photo {
    float: left;
    padding-right: 320px;
}
.info-row {
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 12px 23px !important;
    position: relative;
}
.info-row .btn {
    width: 100%;
    font-weight: 700;
    margin-top: 5px;
    padding: 13px 26px;
}
.info-row:last-child{
    border-bottom:none;
}
.info-row .fa {
    position: absolute;
    color: #faa619;
    font-size: 25px;
    right: 24px;
    top: 12px;
}
.show-more-contact {
    position: absolute;
    left: 50%;
    border: 2px solid #faa619;
    width: 58px;
    text-align: center;
    line-height: 58px;
    height: 58px;
    bottom: -31px;
    border-radius: 100px;
	margin-left: -29px;
	   transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.show-more-contact a{
    background: #fff;
    width: 40px;
    display: block;
    margin: auto;
    line-height: 40px;
    margin-top: 6px;
    font-size: 20px;
    border-radius: 50px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.show-more-contact a:hover,.show-more-contact a:focus{
    color: #fff;
    background: #faa619;
}

/*** CONTACT FORM ***/

.textarea-field textarea{
    height: 262px;
}
.form-w input[type="text"],
.form-w input[type="email"],
.form-w textarea{
    width:100%;
    line-height: 50px;
    border: 2px solid #ECECEC;
    padding: 0 14px;
	border-radius: 3px;
}
.text-field .fa, .textarea-field .fa {
    position: absolute;
    color: #E3E3E3;
    right: 16px;
    top: 16px;
    z-index: 1;
    font-size: 17px;
}
.text-field .fa +br, .textarea-field .fa+br{
    display:none;
}
.submit-field {
    position: absolute;
    bottom: 21px;
    right: 17px;
}
.submit-field input{
    width: 100%;
}
.submit-button {
    text-align:right;
}
.form-w {
    margin-bottom: 11px;
}
.text-field {
    width: 33.3%;
    float: left;
    padding-left: 21px;
}
.text-field:first-child{
    padding-left: 0;
}
.text-field, .textarea-field {
    margin-bottom: 25px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.textarea-field {
    clear: both;
    margin-bottom: 0;
}
::-webkit-input-placeholder ,
.form-control::-webkit-input-placeholder {
     color: rgb(219, 219, 219);
}
:-moz-placeholder ,
.form-control:-moz-placeholder { /* Firefox 18- */
     color: rgb(219, 219, 219);    
}
/*::-moz-placeholder,
.form-control::-moz-placeholder{    /* Firefox 19+ */
     color: rgb(219, 219, 219);    
}*/
:-ms-input-placeholder,
.form-control:-ms-input-placeholder    {    
     color: rgb(219, 219, 219);    
}
.form-section ul{
    padding-left:0;
    list-style:none;
}
.form-section {
    margin-top: 85px;
    font-family:'open sans';
}
.form-w input[type="text"]:focus, .form-w input[type="email"]:focus, .form-w textarea:focus{
    border: 2px solid #E5E5E5;
    outline: none;
}
.form-w fieldset{
    position: relative;
}
form ul{
    margin-bottom:0;
}
.footer-widgets {
    padding-top: 42px;
        margin-bottom: 25px;
}

/*** FOOTER SECTION ***/

#footer {
    color: #d5d6d8;
    background: #651412;
    border-bottom: 4px solid #651412;
}
.widget-footer h4{
    font-family: 'open sans';
    font-size: 21px;
    margin-bottom: 24px;
    color: #fff;
    border-bottom: 1px solid #57100f;
    padding-bottom: 18px;
}
.widget-footer a{
    color:#FFD52D;
}

/*** categories widget ***/

.widget-footer .categories{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-size: 13px;
}
.widget-footer .categories li a{
    color:#EDEDED;
}
.widget-footer .categories li:before{
    content:'\f0da';
    font-family:'FontAwesome';
    color:#651412;
    padding-right: 13px;
}
.widget-footer ul{
    padding-left:0;
    list-style:none;
}
.widget-footer ul li{
line-height: 2;
    margin-bottom: 9px;
}

/*** tweets widget ***/

.tweet-details {
    font-size: 13px;
    padding-left: 51px;
    position: relative;
}
.tweet-details span {
    display: block;
    line-height: 1.5;
}
.tweet-body {
    padding-bottom: 9px;
}
.tweet-details:before{
    content: '\f081';
    font-family: 'FontAwesome';
    color: #DDDDDB;
    position: absolute;
    left: 0;
    font-size: 41px;
    top: 0;
    line-height: 1;
}
.tweets-slider .flex-control-nav{
    display:none;
}

/*** subscribe widget ***/

.subscribe::-webkit-input-placeholder    {
     color: #fff;
}
.subscribe :-moz-placeholder { /* Firefox 18- */
     color: #fff;    
}
.subscribe::-moz-placeholder{    /* Firefox 19+ */
     color: #fff;    
}
.subscribe:-ms-input-placeholder    {    
     color: #fff;    
}
.subscribe-f .subscribe::-webkit-input-placeholder    {
     color: #fff;
	 
}
.subscribe-f .subscribe :-moz-placeholder { /* Firefox 18- */
     color: #fff;    
}
.subscribe-f .subscribe::-moz-placeholder{    /* Firefox 19+ */
     color: #fff;    
}
.subscribe-f .subscribe:-ms-input-placeholder    {    
     color: #fff;    
}
.subscribe-f {
position: relative;
color:#fff;
font-family:'open sans';
    margin-top: 34px;
}
.subscribe-f .fa{
position: absolute;
right: 12px;
top: 15px;
font-size: 18px;
color:#651412;
}
.subscribe-f .subscribe{
background: transparent;
border: 2px solid #57100f;
font-weight:600;
}
.subscribe-f    .subscribe:focus{
border-color: #651412;
outline:none;
    box-shadow: none;
}
.widget-body {
    line-height: 2;
}

/*** SUB FOOTER BAR ***/

.sub-footer {
    border-top: 2px solid #57100f;
    font-size: 13px;
    color: #fff;
}
.sub-footer a{
    color:#FFD52D;
}
a.white-link {
    color: #fff;
}

/*** SOCIAL ICONS FOOTER  ***/

.social-footer {
    color: #97BE3D;
    font-weight: 600;
    line-height: 45px;
	font-size: 0;
}
.social-footer .social-icons a {
    padding: 0 19px;
    color: #fff;
    border-right: 1px solid #57100f;
    display: block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	background-color: #651412;
}
.span-join{
    background-color: #651412;
    display: inline-block;
    padding-right: 16px;
    font-size: 13px;
    padding-left: 20px;
    border-left: 2px solid #57100f;
    vertical-align: middle;
    color: #fff;
}
.social-footer .social-icons{
    font-size: 13px;
}
.social-footer .social-icons a:hover{
    color:#faa619;
}
.social-footer .social-icons li:first-child a {
    border-left: 1px solid #57100f;
}
.copyright {
    padding: 13px 0;
}
.view-all{
    color: #faa619;
    position: absolute;
    right: 0;
    top: 12px;
    text-decoration: underline;
}
.view-all:hover{
    color: #faa619;
}
.view-all .fa{
    padding-right: 10px;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.floating-title-label {
    position: absolute;
    top: 35px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'open sans';
    color: #8B8B8D;
}
select.sorting.form-control {
    width: 213px;
    position: absolute;
    top: 16px;
    right: 0;
    font-family: 'open sans';
    font-size: 14px;
    padding: 12px;
    height: auto;
    font-weight: 700;
    color: #8B8B8D;
    border-radius: 1px;
    border-color: #E5E5E5;
}
select.form-control:focus{
    box-shadow:none;
    border-color: #ccc;
}
.slider-main{
    background: #2E303C;
}
.slider-main ol.flex-control-nav.flex-control-paging {
    position: absolute;
    z-index: 23;
}

/*** ORANGE ARROW UP  ***/

.fixed-up-arrow a{
    background: #651412;
    color: #fff;
    font-family: 'open sans';
    display: block;
    width: 50px;
    text-align: center;
    padding: 15px 0px 11px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 2px;
    text-decoration: none;
    position: absolute;
    left: -90px;
}
.fixed-up-arrow{
    opacity:0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.fixed-up-arrow.visible{
    opacity:1;
}
.fixed-up-arrow a .fa{
    display: block;
    padding-bottom: 6px;
}
.fixed-up-arrow {
    position: relative;
    top: -140px;    
}

.all-content .section>.container {
    padding-bottom: 60px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 15px 26px;
    font-size: 16px;
    min-width: 176px;
}

/*** BREADCRUMBS  ***/

.breadcrumbs {
    background: #F6F6F6;
    height: 72px;
}
.breadcrumbs .container {
    position:relative;
}
.breadcrumbs ul{
    list-style: none;
    padding-top: 25px;
    padding-left:0;
    margin-bottom: 24px;
}
.breadcrumbs ul li {
    display: inline-block;
    position:relative;
}
.breadcrumbs ul li:after{
    content: '\f054';
    font-family: 'fontawesome';
    font-size: 11px;
    color: #A7D24A;
    padding: 0 5px 0 10px;
}
.breadcrumbs ul li a{
    color: #79787D;
    font-weight: 700;
    font-family: 'open sans';
    font-size: 14px;
    text-decoration:underline;
}
.breadcrumbs ul li a:hover{
    color:#A7D24A;
}
.breadcrumbs ul li:last-child a{
    text-decoration:none;
}
.breadcrumbs ul li:last-child a:hover{
    color: #79787D;
}
.breadcrumbs ul li:last-child:after{
    content:none;
}
.breadcrumbs-right {
    position: absolute;
    right: 15px;
    background: #F0F0F0;
    height: 100%;
    top: 0;
    max-height: 72px;
    padding-bottom: 44px;
    padding-top: 25px;
    width: 140px;
    text-align: center;
    font-family: 'open sans';
    border-bottom: 3px solid #A7D24A;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.breadcrumbs-right a{
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display: block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.breadcrumbs-right a .fa{
    background: #A7D24A;
    display: inline-block;
    color: #fff;
    width: 19px;
    line-height: 17px;
    border-radius: 50px;
    padding-bottom: 2px;
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.breadcrumbs-right:hover{
    background: #A7D24A;
}
.breadcrumbs-right:hover a{
    color: #fff;
}
.breadcrumbs-right:hover a .fa{
    background: #fff;
    color:#A7D24A;
}

/*** BLOG PAGE  ***/


.blog .blog-item-left h4 {
    padding: 17px 23px 18px;
    font-size: 18px;
    line-height: 1.4;
}
.blog .share-excerpt {
    padding: 17px 23px 18px;
    display: inline-block;
}
.blog .blog-item-excerpt{
    padding: 17px 23px 18px;
    line-height: 1.6;
}
.blog .blog-item-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.blog .blog-item-photo-w img {
    max-width: none;
}
.blog .blog-item-photo-w {
    max-height: 271px;
}
.blog .blog-item-date {
    margin: 7px 6px;
    padding-top: 15px;
    padding-bottom: 11px;
}
.blog .audio-post .blog-item-photo{
    position:static;
    width: 100%;
}
.blog .audio-post .blog-item {
    margin-left: 0;
}
.blog .audio-post .audio-player{
    margin-bottom: -1px;
    margin-top: 0;
}
.audio-player,.audio-player .mejs-container{
    max-width:100%;
	width: 100% !important;
}
/*** PAGINATION  ***/

/*.pagination {
    text-align: center;
    display: block;
    margin-top: 62px;
    margin-bottom: 0px;
    position: relative;
}
.pagination:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #E7E8E8;
    left: 0;
    top: 28px;
}*/
.navigate-page {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    background: #fff;
}
.navigate-page li {
    float: left;
    border: 1px solid #E7E8E8;
    border-right:none;
    line-height: 55px;
    min-width: 55px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.navigate-page li:last-child{
    border-right: 1px solid #E7E8E8;
}
.navigate-page li a{
    font-family: 'open sans';
    color: #333;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-decoration:none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.navigate-page li:first-child a,
.navigate-page li:last-child a{
    color: #A7D24A;
}
.navigate-page li:hover{
    border-color:#A7D24A;
}
.navigate-page li a:hover{
    background:#A7D24A;
    color:#fff;
}
.all-content #our-blogs {
    padding-bottom: 20px;
}

/*** SIDEBAR  ***/

/*** SEARCH FORM  ***/

.searchform {
    position: relative;
    margin-bottom: 20px;
    color: #979797;
}
label.screen-reader-text {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #979797;
    cursor: text;
    font-weight: 400;
    font-size: 14px;
    display:none;
}
input#s {
    width: 100%;
    border: 2px solid #F0F0F0;
    min-height: 50px;
    padding-left: 20px;
    transition: border .3s ease-in;
    -moz-transition: border .3s ease-in;
    -webkit-transition: border .3s ease-in;
}
.searchform input[type="submit"]{
    position: absolute;
    top: 1px;
    right: 5px;
    opacity: 0;
    width: 38px;
}
.searchform{
    position: relative;
    margin-bottom: 10px;
    margin-top: 4px;
    width: 100%;
    font-family:'open sans';
}
.searchform:before { 
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 16px;
    color: #333;
}
.sidebar .form-control{
    font-size: 15px;
}
.sidebar ul{
    padding-left:0;
    list-style:none;
    /* border-bottom: 1px solid #D5D5D5; */
}
.sidebar .widget{
    margin-bottom: 39px;
    position: relative;
}
.sidebar .widget h4{
    font-weight: 700;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
    margin-bottom: 18px;
}
.sidebar .widget-bg h4{
    line-height: 46px;
    padding-left: 20px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}
.sidebar .widget-bg{
    background:#FAFAFA;
    border-bottom: 3px solid #A7D24A;
}

/*** MENU WIDGET  ***/

.sidebar .widget .list{
    margin-bottom:0;
}
.sidebar .widget .list li{
    border: 1px solid #F1F1F1;
    line-height: 46px;
    font-family: 'open sans';
    font-size: 14px;
    font-weight: 600;
    position:relative;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.sidebar .widget .list li a{
    color: #333;
    text-decoration:none;
    display: block;
    padding-left: 20px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.sidebar .widget .list li .count{
    color: #A7D24A;
    position: absolute;
    right: 21px;
    top: 0px;    
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.sidebar .widget .list li a:hover{
    background: #A7D24A;
}
.sidebar .widget .list li a:hover,
.sidebar .widget .list li a:hover+.count{
    color: #fff;
}
.sidebar ul .children{
    border-left: 1px solid #E9E9E9;
    width:100% !important;
	display:none;
}
.sidebar ul.children> li> a:before {
	content: '\f054';
    font-family: 'fontawesome';
    color: #A7D24A;
    font-size: 10px;
    padding-right: 10px;
}
.sidebar ul.children ul.children >    li> a {
padding-left: 60px;
}

/*** TWEETS WIDGET  ***/

.widget-tweets .tweet li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #D5D5D5;
}
.widget-tweets .tweet li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f099";
    color: #E1E1E1;
    font-size: 20px;
    line-height: 1;
    margin-top: 0px;
    font-family: 'fontawesome';
}
.widget-tweets .tweet li p {
    margin-left: 31px;
    margin-bottom: 0;
}
.widget-tweets .tweet li p a {
    color: #3498db;
}
.widget-tweets .tweet li p.date {
    color: #FF6100;
    padding-bottom: 5px;
    font-size: 13px;
    font-style: italic;
}
.float-username {
    color: #FF6100;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 13px;
}
.float-username a{
    color: #FF6100;
}
.float-username .fa{
    font-size: 34px;
    position: relative;
    top: 3px;
    padding-left: 10px;
}
.sidebar .widget.widget-slider h4 {
    border-bottom: none;
    margin-bottom: 3px;
}

/*** GALLERY WIDGET  ***/

.gallery-widget ul li {
    position: relative;
}
.gallery-widget-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(40, 40, 40, 0.77);
    border-bottom: 3px solid #A7D24A;
}
.gallery-widget-info h5{
    font-family: 'open sans';
    font-size: 29px;
    font-weight: 100;
    margin-top: 19px;
    margin-bottom: 24px;
    padding-left: 26px;
}
.gallery-widget-info h5 a{
    color: #fff;
}
.gallery-widget-info h5 a:hover {
    color: #E2E2E2;
    text-decoration:none;
}
.gallery-widget-info .social-icons{
    position: absolute;
    right: 15px;
    top: 26px;
}
.gallery-widget-info .social-icons a{
	outline:none;
}
.gallery-widget-info .social-icons a:before {
    content: '/';
    color: #A0A0A0;
    font-size: 14px;
    padding: 0 6px;
    padding-right: 10px;
    text-decoration:none;
}
.gallery-widget-info .social-icons a:hover {
    text-decoration:none;
}
.gallery-widget-info .social-icons a:first-child:before {
    content: none;
}
.gallery-widget .flex-control-nav{
    display:none;
}
.gallery-widget .flex-direction-nav a:before{
	content:none;
}
.gallery-widget .flex-direction-nav a{
    color:#A7D24A;
}
.gallery-widget .flex-direction-nav a:hover{
    color:#333;
}
.gallery-widget .flex-direction-nav{
    width: 59px;
    position: absolute;
    top: 23px;
    right: 0;
}
.gallery-widget .flex-direction-nav .flex-prev {
    left: 0;
}
.gallery-widget .flex-direction-nav .flex-next {
    right: 0;
}
.gallery-widget li.flex-nav-prev:before {
    content: '';
    position: absolute;
    width: 21px;
    top: -9px;
    right: 19px;
    height: 0;
    border-bottom: 1px dotted #A7D24A;
}

/*** RECENT POSTS WIDGET  ***/

.recent-post> li{
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E7E7E7;
    min-height: 126px;
}
.widget.recent-post-widget{
    overflow: hidden;
}
.recent-post img{
    position: absolute;
    left: 0;
    top: 4px;
}
.recent-post-item{
    padding-left: 115px;
}
.recent-post-item h5{
    font-family: 'open sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
}
.recent-post-item h5 a{
    color: #333;
    text-decoration:none;
}
.recent-post .share-excerpt{
    background: #fff;
    border: 1px solid #E7E7E7;
    border-left: 3px solid #A7D24A;
    padding: 60px 23px 57px;
    position: absolute;
    top: -18px;
    right: 100%;
    width: 100%;
        transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.recent-post> li:hover .share-excerpt{
    right: 0%;
}
.recent-post a.arrow-right{
    border: 1px solid #E7E7E7;
    display: block;
    margin: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.recent-post a.arrow-right:hover {
    color: #fff;
    background: #A7D24A;
    border-color: #A7D24A;
}
.recent-post> li:last-child,
ul.recent-post{
    margin-bottom: 0;
}

/*** TAGS WIDGET  ***/

.tagcloud a {
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 7px;
    display: inline-block;
    color: #333;
    margin-right: 7px;
    line-height: 46px;
    padding: 0 18px;
    border: 1px solid #E2E2E2;
    border-right: 5px solid #A7D24A;
    font-family: 'open sans';
    position: relative;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.tagcloud a:before {
    content: '';
    height: 9px;
    width: 9px;
    background: #A7D24A;
    display: block;
    position: absolute;
    right: -5px;
    border-radius: 50px;
    top: 50%;
    margin-top: -5px;
}
.tagcloud a .count {
    background: #A7D24A;
    line-height: 48px;
    display: inline-block;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    z-index: 1;
}
.tagcloud a:hover {
    margin-right: 44px;
    text-decoration:none;
}
.tagcloud a:hover .count {
    width: 44px;
}
.sidebar-left .main-block{
    float:right;
}

/* BLOG POST SINGLE */

.blog-post .blog-item-right{
    float: right;
    position: static;
    border: 1px solid #E7E8E8;
    background: #fff;
}
.blog-post .subtitle-post {
    margin-top: 0;
    border-bottom: 1px solid #E7E8E8;
    font-weight: bold;
    font-size: 22px;
    padding: 18px 21px 21px;
    line-height: 1.3;
}
.blog-post {
    border: 1px solid #E7E8E8;
    margin-bottom: 37px;
}
.body-post {
    padding: 20px 21px 0px;
}

/*** META POST  ***/

.blog .meta-post {
    margin: 7px 6px;
    border: 1px solid #E7E8E8;
    font-family: 'open sans';
}
.blog .meta-post{
	color:#A7D24A;
}
.meta-post span {
    display: block;
    padding-top: 9px;
    padding-bottom: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.meta-post-icon {
    border-bottom: 1px solid #E7E8E8;
    padding-bottom: 11px;
}
.meta-post span a{
    display:block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.blog .meta-post span:hover,
.blog .meta-post span:hover a{
	background:#A7D24A;
	color:#fff;
	text-decoration:none;
}
.body-post .float-left {
    padding-right: 20px;
    padding-bottom: 10px;
}

/*** BODY POST  ***/

.body-post p {
    margin-bottom: 21px;
}
.body-post h3 {
    font-size: 18px;
    font-weight: 700;
}
.body-post .subtitle{
	margin-top:3px;
}
.body-post .accordion-box {
    margin-bottom: 30px;
}
.body-post figure {
    border: 1px solid #E2E2E2;
    padding: 4px;
    text-align: center;
    display: inline-block;
}
.body-post figcaption {
    padding: 12px 0 9px;
}

/*** META POST BELOW POST  ***/

.sub-meta{
	font-family:'open sans';
}
.sub-meta .share-excerpt {
    display: inline-block;
    padding-left: 2px;
}
.meda-i:before {
    content: '/';    position: absolute;    
    right: 6px;    
    color: #D0D0D0;    
    font-size: 17px;
    top: -2px;
}

.meda-i {
    position: relative;
    display: inline-block;
    padding-right: 22px;
    color: #BEBEBE;
}
.sub-meta {
    margin-left: -21px;
    margin-right: -21px;
    border-top: 1px solid #E2E2E2;
    margin-top: 35px;
    padding-left: 21px;
    padding-top: 1px;
}
.sub-meta .share-excerpt .social-icons {
    padding-left: 0;
}

/*** COMMENTS  ***/

.st_comment {
    font-weight: 600;
    border-bottom: 1px solid #E7E8E8;
    padding-bottom: 22px;
    font-size: 34px;
    margin-bottom: 34px;
}
.st_comment span{
    color: #A7D24A;
}
.comments>ul{
	padding-left:0;
	list-style:none;
}
.thumb-w {
    width: 96px;
    text-align: center;
    float: left;
}
.comment-reply-link {
    color: #FF6100;
    font-style: italic;
}
.thumb {
    margin-bottom: 4px;
}
.comments li {
    position: relative;
}
.w_thumb {
    margin-left: 121px;
    border-bottom: 1px dashed #E2E2E2;
    padding-bottom: 15px;
    margin-bottom: 39px;
}
.meta-comments {
    font-weight: 700;
    font-family: 'open sans';
    padding: 10px 0 4px;
}
.date-comment .fa{
    color: #A7D24A;
    padding-right: 11px;
    font-size: 18px;
    vertical-align: middle;
}
.author-comment {
    padding-right: 9px;
}
.date-comment {
    color: #BEBEBE;
}
.comments .children{
    padding-left: 45px;
    list-style:none;
}
.comments .children >li{
    border-left: 2px solid #A7D24A;
    padding-left: 29px;
}
.comment-area{
    position:relative;
    margin-bottom: -3px;
}
.comment-area .form-control{
    width: 100%;
    font-size: 15px;
    border: 2px solid #F0F0F0;
    min-height: 50px;
    padding-left: 15px;
    font-family:'open sans';
    font-weight:700;
    transition: border .3s ease-in;
    -moz-transition: border .3s ease-in;
    -webkit-transition: border .3s ease-in;
}
.comment-area .form-control:focus{
    border: 2px solid #E5E5E5;
    outline: none;
}
.comment-area textarea.form-control {
    height: 232px;
    padding-top: 11px;
}
.comment-area .submit-field {
    margin-bottom: 0;
}
.comment-area .form-group{
    position:relative;
}
.comment-area .form-group.submit-field{
    position:absolute;
}
.comment-area .form-group .fa {
    position: absolute;
    color: #fff;
    right: 16px;
    top: 16px;
    z-index: 1;
    font-size: 17px;
}
.comment-area .form-group.required {
    margin-right: 67px;
}
.required-icon {
    background: #FF6100;
    color: #fff;
    padding: 0;
    border-radius: 2px;
    position: absolute;
    right: -67px;
    top: 2px;
    line-height: 46px;
    width: 47px;
    text-align: center;
    opacity:0;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.required-icon .fa{
    position:static !important;
}
.required-icon:before{
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FF6100;
    line-height: 0;
    position: absolute;
    left: -7px;
    top: 12px;
}
.horizontal-carousel .row {
    padding-bottom: 81px;
}
.horizontal-carousel .row:last-child {
    padding-bottom: 24px;
}
.horizontal-carousel .row:first-child {
    padding-top: 11px;
}
.simple-page .partner-links ul li {
    padding-bottom: 7px;
}

/*** SINGLE PAGES  ***/

.all-content .block-title {
    margin-bottom: 34px;
}
.simple-page .double-box-carousel {
    padding-bottom: 0;
    margin-bottom: -38px;
    overflow: hidden;
}
.full-width-page .sub-meta {
    margin-top: 27px;
}
.full-width-page .blog-post {
    margin-bottom: 10px;
}

/*** PROGRESS BAR  ***/

.progress-w {
    border: 1px solid #ECECEC;
    padding: 2px 0;
}
.progress-w .progress{
    background-color: #f5f5f5;
    height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.yellow-progress .progress-bar {
    background-color: #F9D02A;
    position: relative;
}

/*** DONATE  ***/

.donate-label-row {
    font-family:'open sans';
    overflow:hidden;
}
.donate-label-row>div{
    padding: 20px 21px;    
}
.donate-label-row>div:last-child{
    border-left: 1px solid #E2E2E2;
}
.donate-label-row strong{
    font-size:16px;
}
.donate-label-row strong span{
    color:#949496;
}

/*** VOLUNTEERS PAGE  ***/

.volunteer-info.row{
    padding-left: 0;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 12px;
    margin-bottom: 29px;
    padding-top: 7px;
}
.volunteer-centered .social-icons{
	position:static;
	display:block;
}
.gray-text{
    color:#B9B9B9; 
}
.volunteer-centered .volunteer-info .role{
    padding-bottom: 10px;
}
.volunteer-centered .row>div:first-child{
    padding-top: 2px;
    margin-right: -16px;
}
.volunteer-centered .row>div:first-child+div{
	margin-right: -16px;
    padding-left: 3px;
}
.volunteer-centered {
    padding: 20px;
    margin-top: 98px;
    margin-bottom: 21px;
    border: 1px solid rgb(249, 249, 249);
    box-shadow: 0px 1px 14px 2px rgb(249, 249, 249);
}
.volunteer-centered .volunteer-info h4 {
    margin-top: 0;
}
.volunteer-centered .volunteer-photo {
    float: none;
    margin-top: -110px;
}
.row-volunteers{
    margin-bottom: -9px;
}

/*** STEPS CIRCLES   ***/

.row-steps {
    text-align: center;
    margin-bottom: 40px;
}
.step-cirble-w {
    display: inline-block;
    border: 3px solid #2ED0FF;
    border-radius: 200px;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.step-circle {
    color: #fff;
    background-color: #2ED0FF;
    line-height: 160px;
    font-family: 'open sans';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    width: 160px;
    border-radius: 200px;
}
.step-col h3{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 20px;
}
.step-yellow{
    border: 3px solid #F9D02A;
}
.step-yellow .step-circle{
    background-color: #F9D02A;
}
.step-green{
    border: 3px solid #A8D04B;
}
.step-green .step-circle{
    background-color: #A8D04B;
}
.step-orange{
    border: 3px solid #FF6100;
}
.step-orange .step-circle{
    background-color: #FF6100;
}
hr.double {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 2px;
    clear: both;
}

/*** DIFFERENTS ELEMENTS   ***/

.form-two    {
    font-family: 'open sans';
    margin-top: 52px;
    margin-bottom: -6px;
}
.form-two .text-field {
    width: 100%;
    padding-left: 0;
    margin-bottom: 17px;
}
.form-two .submit-field {
    bottom: 24px;
    right: 32px;
}
.form-two .textarea-field textarea {
    height: 267px;
}
.all-content .project-box {
    border: 1px solid rgb(249, 249, 249);
    box-shadow: 0px 1px 14px 2px rgb(249, 249, 249);
}
.blog-post.border-shadow {
    border: 1px solid rgb(249, 249, 249);
    box-shadow: 0px 1px 14px 2px rgb(249, 249, 249);
}
.gallery-page #our-gallery .item{
	width:33%;
}
.block-title .gallery-filter {
    position: absolute;
    right: 0;
    top: -4px;
}
.gallery-page .gallery-wrapper {
    margin-bottom: 13px;
}
.body-post .block-title {
    margin-top: 17px;
}
.quote.quote-left-floating{
    width: 258px;
    float: left;
    padding-right: 16px;
}
.details-dashed{
    padding-left:0;
    list-style:none;
    font-family:'open sans';
    font-weight:700;
}
.details-dashed span{
    color:#949496;
}
.details-dashed .fa{
    color: #A7D24A;
    font-size: 20px;
    padding: 0 10px;
    min-width: 40px;
}
.details-dashed li {
    border-bottom: 1px dashed #DADADA;
    padding-bottom: 14px;
    margin-bottom: 11px;
}
.details-dashed li a{
    color: #FF6100;
    font-weight: 600;
}
.body-post .horizontal-carousel {
    margin-bottom: 18px;
    padding-top: 29px;
}
.body-post .carousel-bottom .slides>li .item{
padding:0 15px;
}
.button-back {
    font-family: 'open sans';
    border: 2px solid #EAEAEA;
    position: relative;
    display:inline-block;
    right: 0;
    top: -9px;
    line-height: 48px;
    padding: 0 28px;
    font-weight: 700;
    color: #A7D24A;
    font-size: 16px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.block-title .button-back {
    position:absolute;
    margin-left: 47px;
}
.block-title .button-back:focus{
	color: #A7D24A;
	text-decoration:none;
}
.button-back .fa{
    background-color: #A7D24A;
    display: inline-block;
    line-height: 52px;
    margin-top: -2px;
    width: 49px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 100%;
}
.button-back:hover{
    background:#A7D24A;
    color:#fff;
    text-decoration:none;
    border-color:#A7D24A;
}
.floating-up-box {
    width: 92%;
    margin: auto;
    margin-top: -194px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 1px 14px 2px rgba(0, 0, 0, 0.1);
}
.large-donate-form{
    font-family:'open sans';
}
.large-donate-form>div:first-child{
    border-right:1px solid #EAEAEA;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 600;
}
.donate-amount-box {
    margin-top: 15px;
}
.donate-amount-box span{
    color: #A7D24A;
    font-size: 34px;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 18px;
}
.amount-donate {
    width: 84px;
    display: inline-block;
    height: 43px;
    border-radius: 1px;
    position: relative;
    top: 4px;
    text-align: center;
    color: #333;
    border:2px solid #F0F0F0;
}
.amount-donate:focus {
    border: 2px solid #E2E2E2;
}
.btn-donate-large{
    background-color: #A7D24A;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    padding: 13px 33px 19px;
    padding-right: 88px;
    width: 100%;
    position:relative;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.btn-donate-large-w{
    padding: 26px;
}
.btn-donate-large .fa{
    position: absolute;
    right: 0;
    background-color: #A2CA45;
    height: 100%;
    top: 0;
    width: 90px;
    padding-top: 20px;
}
.btn-donate-large:hover{
    color:#fff;
    background-color: #A2CA45;
}
.secure-label{
    text-align: center;
    font-family: 'open sans';
    font-size: 16px;
    padding: 3px;
}
.secure-label a{
    color:#FF6100;
    text-decoration:underline;
}
.donation-quote {
    padding: 19px 30px 24px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 34px;
}
.donation-quote .fa{
    display: block;
    color: #A7D24A;
    font-size: 45px;
    padding-top: 30px;
    height: 0px;
}

/*** 404 ERROR   ***/

.page-404{
    background:url('404.jpg') no-repeat;
    min-height: 667px;
    position: relative;
    border-bottom: 4px solid #A7D24A;
}
.page-404:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(31, 31, 31, 0.82);
}
.box-404 {
    width: 600px;
    margin: auto;
    padding-top: 229px;
    padding-top: 60px;
    position: relative;
}
h5.bigger {
    font-size: 306px;
    color: #fff;
    font-family: 'open sans';
    font-weight: 600;
    text-align: center;
}
h5.bigger span{
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    background: #FF6100;
    border-radius: 500px;
    font-size: 130px;
    font-style: italic;
    font-weight: 100;
    width: 258px;
    display: inline-block;
    text-align: center;
    line-height: 258px;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    vertical-align: middle;
    top: -19px;
}
h5.bigger span:before {
    border-radius: 500px;
    width: 274px;
    display: inline-block;
    text-align: center;
    height: 274px;
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    border: 3px solid #FF6100;
    background-color: rgba(255, 0, 0, 0);
    z-index: 9;
}
.box-404 .button-back {
    border-color: #A7D24A;
    position: absolute;
    left: 48px;
    right: auto;
    top: -1px;
}
.box-404 .button-back:focus{
	color:#A7D24A;
	text-decoration:none;
}
.label-404 {
    color: #fff;
    font-family: 'open sans';
    vertical-align: top;
    font-size: 17px;
    font-weight: 600;
    padding-left: 167px;
    position: relative;
}
.box-404 hr {
    margin-top: 39px;
    margin-bottom: 37px;
    border: 0;
    border-top: 1px solid #B0B0B0;
}

/*** COMMING SOON   ***/

.coming-soon-page{
    background:url('coming.jpg') no-repeat;
    min-height: 667px;
    position: relative;
}
.coming-soon-page:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(61, 61, 61, 0.75);
}
.box-coming-soon {
    color: #fff;
    position: relative;
    padding-top: 147px;
    text-align: center;
    width: 960px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 100px;
}
.coming-soon-title {
    font-size: 72px;
    position: relative;
    margin-bottom: 150px;
}
.coming-soon-title:before {
    content: '';
    position: absolute;
    height: 0;
    width: 160px;
    border-bottom: 2px dotted #fff;
    bottom: -39px;
    left: 50%;
    margin-left: -80px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
span.bigger {
    border: 2px solid #FFD52D;
    display: block;
    line-height: 161px;
    font-size: 84px;
    font-weight: 600;
    border-radius: 2px;
    position: relative;
    margin-bottom: 32px;
}
span.bigger:before {
    content: '';
    height: 0px;
    width: 30px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -15px;
    border-bottom: 2px dotted #fff;
}
.col-md-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
#countdown {
    font-family: 'open sans';
    margin-bottom: 80px;
}
#countdown h4 {
    font-size: 16px;
    background-color: #FFD52D;
    line-height: 45px;
    border-radius: 2px;
}
.text-coming {
    width: 80%;
    margin: auto;
    color: #ddd;
}
.widget .contact-info-info{
    position:static;
    background: none;
    float: none;
    padding-right: 17px;
    width: auto;
}
.widget .info-row {
    padding: 8px 0;
    border-bottom: none;
    font-size: 15px;
}
.widget .info-row .fa {
    font-size: 19px;
    right: 0px;
    top: 10px;
}
.donate-f.btn {
    border: 2px solid #393B47;
    display: block;
    margin-top: 60px;
    margin-bottom: 30px;
    position:relative;
}
a.donate-f.btn:before {
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: -29px;
    border-top: 2px solid #393B47;
    content: '';
}
a.donate-f.btn:after {
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -29px;
    border-top: 2px solid #393B47;
    content: '';
}
.donate-f.btn:hover,.donate-f.btn:focus {
    background:#FFD52D;
    color:#fff;
}
.coming-soon-page.underconstruction-page{
    background-image:url(under-construction.jpg);
}

.coming-soon-page.underconstruction-page .coming-soon-title:before{
    border-bottom:1px solid #8B8B8B;
    width: 230px;
    margin-left: -115px;
}

.underconstruction-page span.bigger:before{
 content:none;
}
#countdown-cons {
    font-family: 'open sans';
    margin-bottom: 80px;
}
#countdown-cons span.bigger {
    border: none;
    font-size: 114px;
}
#countdown-cons span.bigger:after {
    content: ':';
    position: absolute;
    left: 100%;
    top: -5px;
    color: #A7D24A;
    font-size: 62px;
    font-weight: 400;
}
#countdown-cons div:last-child span.bigger:after {
    content:none;
}
#countdown-cons span.bigger {
    font-size: 130px;
}
.subscribe-cons{
    font-family: 'open sans';
    width: 450px;
    max-width: 100%;
    margin: auto;
}
.subscribe-cons .subscribe-w .subscribe {
    font-size: 17px;
    font-weight: 600;
    padding-left: 20px;
    height: 53px;
}
.subscribe-cons .subscribe-w .fa {
    top: 17px;
}
.subscribe-label {
    font-size: 34px;
    color: #fff;
    font-weight: 100;
    border-right: 1px solid #B8B8B8;
    display: block;
    float: left;
    margin-bottom: 31px;
    width: 40%;
}
span.subscribe-label-text {
    text-align: left;
    display: block;
    float: left;
    width: 60%;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.hr-to-up.double {
    margin-top: -28px;
    margin-bottom: 70px;
}
.tweets-slider {
    overflow: hidden !important;
    position: relative;
}
.tweets-slider:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 7px;
    background: #57100f;
    top: 0;
    right: -3px;
}
.tweets-slider .flex-control-nav,
.tweets-slider .flex-direction-nav{
display:none;
}
.recent-post-widget .btn-line{
    margin-top:-1px;
    border-top-right-radius:0;
    border-top-left-radius:0;
}
.two-buttons .btn-line:first-child{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.two-buttons .btn-line:last-child{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    margin-left:-1px;
}

/*** NAVIGATION MENU ***/

.content-menu>div:first-child .cm-item-title{
    position: relative;
    margin-left: -23px;
    padding-left: 23px;
    margin-right: -15px;
}
.content-menu>div:first-child .cm-item-title:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    right: -1px;
    border-right: 1px solid #fff;
}
.content-menu>div:first-child{
    border-right: 1px solid #E7E8E8;
    padding-left: 6px;
}
.content-menu>div:first-child .cm-item-nody {
    padding-right: 4px;
}
.featured-in-menu {
    padding-top: 21px;
}
.content-menu>div:last-child{
    padding-left: 22px;
    padding-right: 20px;
}
.content-menu>div:last-child .cm-item-title{
    margin-left: -22px;
    padding-left: 22px;
    margin-right: -20px;
}
#nav-top-3 .content-menu>div:first-child .cm-item-nody h5 a{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 1px solid #E7E8E8;
    padding: 0;
    padding-bottom: 9px;
}
.body-post-in-menu {
    font-weight: 400;
    line-height: 1.6;
}
.feature-circle {
    background: #A7D24A;
    height: 115px;
    width: 115px;
    text-align: center;
    position: absolute;
    border-radius: 100px;
}
.feature-circle .fa{
    line-height: 115px;
    width: 115px;
    color: #fff;
    font-size: 48px;
    padding-bottom: 45px;
}
.feature-circle:before {
    content: '';
    position: absolute;
    height: 111px;
    width: 111px;
    top: 2px;
    left: 2px;
    border: 3px solid #fff;
    border-radius: 100px;
}
.feature-circle-info {
    padding-left: 145px;
}
.feature-circle-block {
    position: relative;
    min-height: 115px;
    padding-bottom: 50px;
}
.feature-circle-info h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 23px;
    border-bottom: 2px dotted #DBDBDB;
    margin-bottom: 21px;
    position: relative;
}
.feature-circle-info h4:before {
    background-color: #A7D24A;
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 6px;
    width: 6px;
    border-radius: 50px;
}
.features-right .feature-circle-info {
    padding-right: 145px;
    padding-left: 0;
    text-align:right;
}
.features-right .feature-circle {
    right: 0;
}
.features-right .feature-circle-info h4:before {
    left: auto;
    right: 0;
}
.features-right{
    position:relative;
}
.features-right:before {
    content: '';
    height: 100%;
    width: 8px;
    left: 0;
    border-left: 2px dotted #DBDBDB;
    background-color: #FaFaFa;
    position: absolute;
    top: 0;
    z-index: 1;
}
.small-cicle{
    position: absolute;
    background-color: #A7D24A;
    height: 27px;
    width: 27px;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    border-radius: 100px;
}
.features-circles-row{
    position:relative;
    margin-bottom: 10px;
}
.features-circles-row > div{
    padding-bottom: 20px;
}

.small-cicle:before {
    content: '';
    position: absolute;
    height: 23px;
    width: 23px;
    top: 2px;
    left: 2px;
    border: 4px solid #fff;
    border-radius: 100px;
}

/*** GREEN SECTION ***/

.green-section{
    background: #A7D24A;
    position:relative;
}
.green-section:before{
    content: '';
    background: rgba(167, 210, 74, 0.77);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#green-section{
	background:url('bg-green.jpg') fixed;
	background-attachment: fixed;
}
.bar-green-text {
    color: #fff;
    font-size: 33px;
    font-family: 'open sans';
    font-weight: 100;
    text-align: center;
}
.green-section .btn-white{
    color:#fff;
    border: 2px solid #fff;
    min-width: 0;
}
.green-section .btn-white .fa{
    color:#fff;
}
.green-section .btn-white:hover{
    background:#fff;
    color:#A7D24A;
}
.green-section .btn-white:hover .fa{
    color:#A7D24A;
}
.section.green-section>.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*** TABLET BACKGROUND ***/

.tablet-w {
    position: relative;
    text-align: center;
}
.tablet-video-wrapper {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -285px;
    width: 556px;
}
.tablet-video-wrapper .video-container {
    padding-bottom: 70%;
}

/*** KEYS SECTION ***/

.key-details{
    padding-bottom: 57px;
}
.key-details h4{
    font-weight: 100;
    font-size: 45px;
    border-bottom: 1px solid #e0ecf3;
    padding-bottom: 15px;
    margin-bottom: 13px;
    position:relative;
}
.key-details h4:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 22px;
    height: 2px;
    background-color: #A7D24A;
}
.key-info {
    font-family: 'open sans';
    font-weight: 600;
    color: rgb(182, 182, 182);
}
.key-info .fa{
    color: #A7D24A;
    font-size: 17px;
    padding-right: 9px;
    position: relative;
    top: 1px;
}
.key-details-col {
    padding-top: 78px;
}
.key-col-right{
    text-align: right;
}
.key-col-right .key-details h4:before{
    right:0;
}
.key-col-right .key-info .fa{
    padding-right: 0;
    padding-left: 9px;
}

/*** WOOCOMMERCE LAYOUT ***/

#tablet-section>.container{
    padding-top: 64px;
    padding-bottom: 64px;
}
.shop-container .product{
	    border-bottom: 1px solid #EAEAEA;;
    margin-bottom: 50px;
    min-height: 266px;
}
.shop-container {
    margin-bottom: -55px;
}
.related-products .shop-container{
    padding-bottom: 0;
}
.floating-title-product {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
.floating-title-product .floating-title-label,
.floating-title-product select.sorting.form-control{
    display: inline-block;
    position:static;;
}
.floating-title-product .floating-title-label{
    padding-right: 10px;
}
.widget_shopping_cart_content img {
    float: left;
    padding-top: 0;
    width: 90px;
    height: auto;
    margin-top: -18px;
}
.widget_shopping_cart_content ul li {
    padding-bottom: 19px;
    position: relative;
    overflow: hidden;
    font-family: 'open sans';
    padding-top: 20px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
}
.widget_shopping_cart_content .quantity {
    display: block;
    margin: 0;
    width: auto;
    padding-left: 105px;
    font-size: 15px;
    font-weight: 600;
    color: #CBCBCB;
}
.widget_shopping_cart_content .quantity .amount {
    color:#333;
}
 .quantity {
    display: block;
    margin: 0;
    width: auto;
    padding-left: 36px;
    font-size: 15px;
    font-weight: 600;
    color: #CBCBCB;
}
.quantity .amount {
    color:#333;
}
.widget_shopping_cart_content ul li a{
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-top: 46px;
}
.widget .total {
    font-family: 'open sans';
    font-size: 16px;
}
.widget .total strong{
    font-weight:400;
}
.widget .total span{
    font-weight:700;
    float:right;
}
.widget .buttons{
    font-family: 'open sans';
    font-size: 16px;
}
a.button.wc-forward {
    border: 2px solid #711b16;
    padding: 11px 20px;
    border-radius: 2px;
    display: inline-block;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
a.button.wc-forward .fa{
    padding-left: 6px;
    margin-right: -4px;
}
a.button.wc-forward:hover,a.button.wc-forward:focus{
    text-decoration:none;
    color:#fff;
    background:#711b16;
}
a.button.checkout.wc-forward {
    color: #fff;
    background-color: #711b16;
}
a.button.checkout.wc-forward:hover,a.button.checkout.wc-forward:focus {
    background-color: #9FCA44;
    border-color: #9FCA44;
}
.widget_price_filter .ui-slider-horizontal {
    height: 13px;
    background:#F5F4F5;
    border:1px solid #EAEAEA;
    position:relative;
    margin-bottom: 25px;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
    position: absolute;
    height: 13px;
    background-color: #A7D24A;
    position:relative;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
    position: absolute;
    height: 28px;
    background: url(asset/indicator.png) no-repeat;
    width: 12px;
    top: -16px;
    margin-left: -6px;
    background-size: 100%;
    outline: none;
}
.ui-slider-handle.ui-state-default.ui-corner-all:last-child {
    background-image: url(indicator2.png);
}
.ui-slider-handle.ui-state-default.ui-corner-all:before {
    position: absolute;
    height: 17px;
    width: 2px;
    background-color: #A7D24A;
    content: '';
    top: 14px;
    left: 5px;
}
.price_slider_amount button.button {
    width: 100%;
    border: 2px solid #F0F0F0;
    min-height: 50px;
    background-color: #fff;
    font-family: 'open sans';
    font-weight: 700;
    font-size: 16px;
    padding-right: 47px;
    position:relative;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.price_slider_amount button.button:before {
    content: "\f0b0";
    position: absolute;
    width: 50px;
    color: #A7D24A;
    font-size: 20px;
    font-family: 'fontawesome';
    right: 0;
    top: 0;
    line-height: 47px;
    border-left: 2px solid #F0F0F0;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.price_slider_amount button.button:hover{
    color:#fff;
    background:#A7D24A;
    border-color:#A7D24A;
}
.price_slider_amount button.button:hover:before {
    color:#fff;
    background:#A7D24A;
    border-left:1px solid #fff;
}
.price_label{
    font-size: 16px;
    font-weight: 700;
    font-family: 'open sans';
    color: #CBCBCB;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 17px;
    margin-bottom: 22px;
}
.price_label .from{
    float:right;
    color: #333;
}
.price_slider_wrapper {
    padding-top: 20px;
}
.product_list_widget li img,
 .woocommerce ul.product_list_widget li img{
    float: left;
    padding-top: 0;
    width: 105px;
    height: auto;
    padding-right: 15px;
}
.woocommerce div.product div.thumbnails a.first{
	outline:none;
}
.product_list_widget li {
    font-family:'open sans';
    padding-bottom: 19px;
    position: relative;
    /* padding-top: 20px; */
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
}
.product_list_widget li a{
    font-size: 17px;
    font-weight: 700;
    color: #333;
}
.product_list_widget li .amount{
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.product_list_widget li del .amount{
    color: #CBCBCB;
}
.product_list_widget li ins {
    text-decoration:none;
}
.product_list_widget .calification-o{
    position: relative;
    display: block;
    top: 0;
    margin-left: 105px;
    margin-top: 8px;
    margin-bottom: 9px;
}
.product_list_widget .sale-circle-w {
    top: -12px;
    right: auto;
    left: 57px;
    padding: 2px;
}
.product_list_widget .sale-circle {
    line-height: 37px;
    width: 37px;
    font-size: 12px;
}
.product.product-main:hover,
.product.product-main{
    border:none;
}
.product.product-main:hover img{
    opacity:1;
}
.product.product-main:before{
    content:none;
}
.product_title{
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
}
.customer-reviews-n {
    font-weight: 600;
    font-size: 14px;
    font-family: 'open sans';
    color: #8B8B8D;
}
.woocommerce-product-rating .calification-o {
    top: -19px;
}
.woocommerce-product-rating {
    position: relative;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 18px;
    margin-bottom: 22px;
}
.price{
    font-family:'open sans';
}
.price .amount{
    padding-right: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.price del .amount{
    color: #CBCBCB;
}
.price ins {
    text-decoration:none;
}
.product_meta{
    font-family: 'open sans';
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
    margin-bottom: 24px;
}
.posted_in {
    color: #CBCBCB;
}
.quantity.buttons_added {
    font-size: 0;
    display: inline-block;
}
.buttons_added input[type=button] {
    border: 2px solid #F0F0F0;
    min-height: 48px;
    width: 45px;
    background-color: #fff;
    font-size: 22px;
    outline: none;
    vertical-align:middle;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.buttons_added input[type=button]:hover{
    background-color: #EFEFEF;
}
.buttons_added input[type=text] {
    border: 2px solid #F0F0F0;
    min-height: 48px;
    width: 55px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    font-family: 'open sans';
    font-weight: 700;
    outline: none;
}
.buttons_added input{
    margin-right:-2px;
}
.single_add_to_cart_button{
    border: 2px solid #A7D24A;
    padding: 10px 33px;
    border-radius: 2px;
    display: inline-block;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    background-color: #A7D24A;
    color: #fff;
    font-family: 'open sans';
    font-size: 16px;
    outline: 0;
    font-weight: 600;
    float: right;
}
.single_add_to_cart_button:hover{
    background-color: #9FCA44;
}
.single_add_to_cart_button    .fa {
    font-size: 19px;
    padding-left: 6px;
    margin-right: -4px;
}
.button.product_type_variable.add_to_cart_button, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	 border: 2px solid #711b16;
    padding: 10px 33px;
    border-radius: 2px;
    display: inline-block;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    background-color: #711b16;
    color: #fff;
    font-family: 'open sans';
    font-size: 16px;
    outline: 0;
    font-weight: 600;
}
.button.product_type_variable.add_to_cart_button:hover,.button.product_type_variable.add_to_cart_button:hover, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #801e19 !important;
    color: #fff !important;
}
.button.product_type_variable.add_to_cart_button, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart    .fa {
    font-size: 19px;
    padding-left: 6px;
    margin-right: -4px;
}
table.variations {
    margin-left: -100px !important;
}
.single_add_to_cart_button.button.alt {
    background-color: #711b16 !important;
    color: #fff;
}
.single_add_to_cart_button.button.alt:hover{
	 background-color: #801e19 !important;
}
.woocommerce .quantity .qty {
    text-align: center;
    width: 99px !important;
}


.product-main .images{
    position:relative;
}
.woocommerce div.product div.thumbnails a{
    float: left;
    width: 25%;
    clear: none !important;
    margin-right: 0;
}
.product-main .images .thumbnails a img{
    padding: 20px 10px;
}
form.cart {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 25px;
    margin-bottom: 24px;
}
.woocommerce-tabs .tabs a{
    font-family: 'open sans';
    font-size: 15px;
    padding: 15px 30px;
    height: auto;
    font-weight: 700;
    color: #333;
    border-radius: 1px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    margin-bottom: -1px;    
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.woocommerce-tabs .tabs a .fa{
    color: #A7D24A;
    padding-right: 8px;
}
.woocommerce-tabs .tabs a:hover,.woocommerce-tabs .tabs .active a{
    background: #A7D24A;
    border-color: #A7D24A;
    color:#fff;
    text-decoration:none;
}
.woocommerce-tabs .tabs a:hover .fa, .woocommerce-tabs .tabs .active a .fa{
    color:#fff;
}
.woocommerce-tabs .tabs{
    border-bottom: 1px solid #E5E5E5;
    padding-top: 15px;
}
.woocommerce-tabs .panel{
    box-shadow:none;
    margin-bottom: 0;
    display:none;
}
#reviews .comments {
    margin-top: 25px;
    padding-bottom: 2px;
}
.rating-review {
    font-weight: 700;
    font-family: 'open sans';
    color: #BEBEBE;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 9px;
}
.rating-review .calification-o {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: 10px;
}
.starts-option {
    position: absolute;
    right: 0;
    top:11px;
}
.rating-option {
    display: inline-block;
    padding: 5px 11px 1px;
    border-right: 2px solid #F0F0F0;
}
.rating-option a{
    position: relative;
    display: inline-block;
    width: 93px;
    height: 16px;
    top: 0;
    right: 0;
    background: url(asset/start00.png);
}
.rating-option.active a{
    background: url(asset/start.png);
}
.rating-option.rating-1 a{
    width:19px;
}
.rating-option.rating-2 a{
    width:37px;
}
.rating-option.rating-3 a{
    width:56px;
}
.rating-option.rating-4 a{
    width:75px;
}
.rating-option.rating-5 a{
    width: 93;
}
input.rating-input.form-control{
    background:#fff;
    cursor:default;
}
.st_related{
    font-weight: 600;
    border-bottom: 1px solid #E7E8E8;
    padding-bottom: 22px;
    font-size: 34px;
    margin-bottom: 34px;
}
.related-products{
    margin-bottom: 10px;
}
#tab-description{
    padding: 26px 4px 0px;
}

/*** WOOCOMMERCE CART ***/

.shop_table{
    width: 100%;
}
.shop_table,.shop_table th,.shop_table td {
    border:1px solid #EAEAEA;
}
.shop_table th{
    padding-left: 20px;
}
.shop_table{
    font-family:'open sans';
    margin-bottom: 30px;
}
.shop-cart .shop_table thead    th{
    border:none;
}
.shop-cart .shop_table thead    tr{
    border:1px solid #EAEAEA;
}
.shop_table td.product-quantity{
    padding-left: 0;
}
.woocommerce table.cart img{
    width: 71px;
}
.product-remove {
    text-align: center;
    width: 104px;
}
.product-thumbnail {
    text-align: center;
    width: 111px;
    padding: 16px;
}
a.remove {
    color: #FF6100;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}
td.product-name {
    padding-left: 20px;
    min-width: 158px;
}
td.product-name a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
td.product-price {
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
}
td.product-subtotal{
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
}
td.product-quantity {
    text-align: center;
    width: 201px;
}
.woocommerce table.cart td.actions{
    padding: 19px;
}
.woocommerce table.cart td.actions .input-text{
    width: 169px;
    border: 2px solid #F0F0F0;
    min-height: 49px;
    padding-left: 20px;
}
.woocommerce table.cart td.actions .input-text:focus{
    border: 2px solid #E2E2E2;
    outline: none;
}
.woocommerce table.cart td.actions .button{
    border: 2px solid #A7D24A;
    padding: 10px 14px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    font-family: 'open sans';
    font-size: 16px;
    outline: 0;
    font-weight: 600;
    background-color: #A7D24A;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.woocommerce table.cart td.actions .button:hover{
    background-color: #9FCA44;
}
.st_cart_totals {
    font-weight: 600;
    border-bottom: 1px solid #E7E8E8;
    padding-bottom: 22px;
    font-size: 34px;
    margin-bottom: 34px;
    text-align: left;
}
.cart_totals table{
    font-family: 'open sans';
    width:100%;
    font-size: 15px;
    margin-bottom: 34px;
}
.cart_totals tr{
    border: 1px solid #EAEAEA;
    line-height: 50px;
}
.cart_totals td{
    font-size: 15px;
    font-weight: 600;
}
.cart_totals table td, .cart_totals table th{
    padding:0 18px;
}
.shipping-calculator-button {
    background-color: #A7D24A;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    padding: 13px 33px 19px;
    text-decoration: none;
    width: 100%;
    position: relative;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    text-align: center;
}
.shipping-calculator-button .fa{
    padding-right: 21px;
    font-size: 31px;
}
.shipping-calculator-button:hover ,
.shipping-calculator-button:focus{
    color: #fff;
    background-color: #A2CA45;
    text-decoration: none;
}
.shipping-calculator-form{
    display:none;
    font-family:'open sans';
    width:100% !important;
}
.shipping-calculator-form select, 
.shipping-calculator-form .input-text {
    border: 2px solid #F0F0F0;
    min-height: 49px;
    padding-left: 14px;
}
.shipping-calculator-form select:focus, 
.shipping-calculator-form .input-text:focus {
    border: 2px solid #E2E2E2;
    outline: none;
}
.shipping-calculator-form .button{
    border: 2px solid #A7D24A;
    padding: 11px 20px;
    border-radius: 2px;
    display: inline-block;
    font-family: 'open sans';
    font-size: 16px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    color: #A7D24A;
    background: #fff;
}
.shipping-calculator-form .button:hover{
    background: #A7D24A;
    color: #fff;
}
.shipping_calculator h2{
    margin-top:12px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator{
    width:100%;
    float:none;
}
.shop-checkout .alert-info {
    color: #333;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
    font-size: 15px;
    font-family: 'open sans';
    margin-bottom: 14px;
    padding-bottom: 28px;
    padding-left: 0;
}
.shop-checkout .alert-info:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    bottom: 2px;
    position: absolute;
}
.shop-checkout .alert-info a{
    color: #FF6100;
    text-decoration:underline;
}
.shop-checkout .alert-info .fa{
    font-size: 33px;
    color: #FF6100;
    padding-right: 14px;
    position: relative;
    top: 3px;
}
.shop-checkout .alert-info:first-child{
    padding-top: 0;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading{
    font-weight: 600;
    border-bottom: 1px solid #E7E8E8;
    padding-bottom: 22px;
    font-size: 34px;
    margin-bottom: 34px;
    text-align: left;
}
#customer_details{
    font-family:'open sans';
}

/*** WOOCOMMERCE CHECKOUT ***/

.shop-checkout select,
.shop-checkout .input-text{
    border: 2px solid #F0F0F0;
    min-height: 49px;
    padding-left: 14px;
}
.shop-checkout select:focus,
.shop-checkout .input-text:focus{
    border: 2px solid #E2E2E2;
    outline:none;
}
#customer_details textarea.input-text{
    height: 110px;
    padding-top:10px;
}
.woocommerce-shipping-fields {
    position: relative;
}
label[for="ship-to-different-address-checkbox"]{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
}
#customer_details label{
    font-weight: 600;
}
.shop_table tr {
    height: 49px;
}
.shop_table td{
    padding-left: 20px;
}
#order_review    th, #order_review td {
    border:none;
    width: 50%;
}
#order_review    tr{
    border: 1px solid #EAEAEA;
}
.shop_table.shop_table_h{
    margin-bottom: 19px;
}
#order_review    td.product-total ,
#order_review    .amount,
#order_review    .shipping{
    font-weight: 700;
}
.payment_methods{
    padding-left:0;
    list-style:none;
    background:#fdfdfd;
    border: 1px solid #EAEAEA;
}
.payment_methods>li{
    padding: 22px 30px;
    border-bottom: 1px solid #EAEAEA;
}
.payment_methods>li:last-child{
    border-bottom:none;
}
.payment_methods li label{
    font-family:'open sans';
}
.payment_methods li a{
    color: #FF6100;
    text-decoration: underline;
}
.payment_methods li input[type=radio]{
    margin-right: 6px;
}
.payment_methods li img{
    margin-left: 20px;
}
.payment_methods label[for="payment_method_paypal"] img{
    width: 152px;
}
.payment_box.payment_method_bacs,
.payment_box.payment_method_cheque,
.payment_box.payment_method_paypal {
    padding: 21px 27px;
    border: 1px solid #EAEAEA;
    margin-top: 10px;
    background-color: #fff;
    display:none;
    width:100% !important;
}
.place-order{
    padding: 26px;
    border: 1px solid #EAEAEA;
    border-top: 0;
    margin-bottom: 10px;
}
.place-order #place_order {
    background-color: #A7D24A;
    color: #fff;
    line-height: 79px;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    padding: 0 33px;
    text-decoration: none;
    width: 100%;
    outline: none;
    font-family: 'open sans';
    position: relative;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    text-align: center;
    border: 1px solid #A7D24A;
    position: relative;
}
.place-order #place_order:hover,
.place-order #place_order:focus{
    background-color: #A2CA45;
}
.place-order #place_order .fa{
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    line-height: 79px;
    background-color: #A2CA45;
}
label[for="rememberme"]{
    font-weight: 600;
    font-family: 'open sans';
}
label[for="rememberme"] input{
    margin-right: 7px;
}
.lost_password a{
    color: #FF6100;
    text-decoration: underline;
    font-family: 'open sans';
}
input[name="apply_coupon"]{
    border: 2px solid #A7D24A;
    padding: 11px 20px;
    border-radius: 2px;
    display: inline-block;
    font-family: 'open sans';
    font-size: 16px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    background:#A7D24A;
    color:#fff;
}
abbr.required {
    border-bottom: none;
    color: #FF6100;
}
input[name="apply_coupon"]:hover{
    background-color: #9FCA44;
}
form.checkout_coupon, 
form.login,div.create-account{
    display:none;
    width:100% !important;
    font-family:'open sans';
}
.payment_box.payment_method_bacs.active,
.payment_box.payment_method_cheque.active,
.payment_box.payment_method_paypal.active{
    display:block;
}
.payment_methods>li p{
    margin-bottom:0;
}
.shipping_address{
    width:100% !important;
}
.gray-bar {
    background: #faa619 none repeat scroll 0 0 !important;
}
.video-container{
    position: relative;
    height: 0;
    padding-bottom: 62%;
}
.video-container iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.col-md-3.brand {
    text-align: center;
}
.map-inactive+.show-more-contact {
    background-color: #fff;
}
.map-inactive+.show-more-contact a:hover{
    color: #fff;
    background: #faa619;
}
.shadow, .shadow-narrow {
    background-color: #ffffff;
    position: relative;
}
.light-gray-bg.shadow, .light-gray-bg.shadow-narrow {
    background-color: #fafafa;
}
.bordered {
    border: 2px solid #f1f1f1;
    border-radius: 3px;
    margin-bottom: 10px;
}
.dark-bg .bordered {
    border: 1px solid #555555;
}
.shadow *, .shadow-narrow * {
    position: relative;
    z-index: 3;
}
.shadow::before, .shadow-narrow::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 60%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.light-gray-bg.shadow::before, .light-gray-bg.shadow-narrow::before {
    background-color: #fafafa;
}
.shadow::after, .shadow-narrow::after {
    border-radius: 10%;
    bottom: 2px;
    box-shadow: 0 5px 7px #999999;
    content: "";
    height: 50%;
    left: 50%;
    margin-left: -48%;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 96%;
    z-index: 1;
}
.shadow-narrow::after {
    margin-left: -45%;
    width: 90%;
}
.shadow:hover::after, .shadow-narrow:hover::after {
    bottom: 10px;
}
.owl-item .image-box {
    margin-bottom: 20px;
}
.image-box .body {
    padding: 10px;
}
.image-box .body h3 {
    margin-top: 0;
    text-align: left;
}
.image-box .body p:last-child {
    margin-bottom: 0;
    text-align: justify;
}
.image-box.style-4 {
    border: medium none;
}
.image-box.style-3-b {
    display: block;
    margin-bottom: 40px;
}
.image-box.style-3-b .body {
    padding: 10px 0;
}
@media (min-width: 768px) {
.image-box.style-3-b .body {
    padding: 0;
}
}
@media (max-width: 991px) {
.image-box.style-4 {
    margin-bottom: 30px;
}
}
.listing-item .overlay-container .badge {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #09afdf;
    border-radius: 2px;
    color: #09afdf;
    font-weight: 400;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.listing-item .body {
    padding: 15px;
}
.listing-item .body h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
}
.listing-item .elements-list {
    font-size: 12px;
}
.listing-item .price {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 1px;
}
.listing-item .price del {
    color: #999999;
    font-size: 12px;
}
.listing-item .overlay-to-top {
    padding: 10px 0 !important;
}
.listing-item .overlay-to-top .btn-sm-link {
    padding: 5px;
}
.modal-content .modal-header {
    background-color: #09afdf;
}
.modal-content .modal-title {
    color: #ffffff;
}
.modal-open .page-wrapper {
    filter: blur(5px);
}
.modal-footer .btn + .btn {
    margin-bottom: 5px;
}
@media (min-width: 1200px) {
.modal-lg {
    width: 1140px;
}
}
.overlay-container {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.overlay-bottom, .overlay-top {
    backface-visibility: hidden;
    background-color: rgba(30, 30, 30, 0.5);
    bottom: 0;
    color: #ffffff;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: 0;
    top: auto;
    transform: translateZ(0px) scale(1, 1);
    transition: all 0.25s ease-in-out 0s;
}
.overlay-bottom.links, .overlay-to-top.links {
    z-index: 11;
}
.overlay-to-top {
    background-color: rgba(30, 30, 30, 0.5);
    bottom: -30px;
    color: #ffffff;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: auto;
    transition: all 0.25s ease-in-out 0s;
}
.overlay-top {
    top: 0;
}
.overlay-visible .overlay-bottom, .overlay-visible .overlay-top {
    height: auto !important;
    opacity: 1;
    padding-bottom: 20px;
}
.overlay-visible.overlay-container:hover .overlay-bottom:not(.links), .overlay-visible.overlay-container:hover .overlay-top {
    opacity: 0.5;
}
.overlay-top a, .overlay-bottom a, .overlay-to-top a {
    color: #ffffff;
}
.overlay-container .text {
    padding: 0 20px;
    position: relative;
}
.overlay-container .text h3, .overlay-container .text h3 .small {
    color: #ffffff;
    margin-top: 0;
}
.overlay-container .text a:hover {
    color: #ffffff;
}
.overlay-bottom .btn, .overlay-top .btn {
    border-color: #ffffff;
    color: #ffffff;
    margin: 0;
}
.overlay-bottom .btn:hover, .overlay-top .btn:hover {
    background-color: #ffffff;
    color: #777777;
}
.overlay-container:hover .overlay-top, .overlay-container:hover .overlay-bottom, .image-box.style-2:hover .overlay-top, .image-box.style-2:hover .overlay-bottom {
    backface-visibility: hidden;
    height: 50%;
    opacity: 1;
    transform: translateZ(0px) scale(1, 1);
}
.overlay-container:hover .overlay-to-top, .image-box:hover .overlay-to-top {
    backface-visibility: hidden;
    bottom: 0;
    opacity: 1;
    transform: translateZ(0px) scale(1, 1);
}
.overlay-link {
    background-color: rgba(30, 30, 30, 0.5);
    bottom: 0;
    color: #ffffff;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.25s ease-in-out 0s;
    z-index: 10;
}
.overlay-link i {
    border: 1px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    font-size: 32px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    width: 80px;
}
.overlay-link i:hover {
    background-color: #ffffff;
    color: #777777;
}
.overlay-link.small i {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: -12.5px 0 0 -12.5px;
    width: 25px;
}
.overlay-container:hover .overlay-link {
    backface-visibility: hidden;
    height: 100%;
    opacity: 1;
    transform: translateZ(0px) scale(1, 1);
}
@media (min-width: 1200px) {
.overlay-container .text {
    top: 30%;
}
}
@media (max-width: 480px) {
.overlay-container .text {
    top: 30%;
}
.overlay-container .text p:not(.mobile-visible) {
    display: none;
}
}
@media (min-width: 480px) and (max-width: 1199px) {
.overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
    padding-bottom: 5px;
    padding-top: 5px;
}
.owl-item .overlay-container:hover .overlay-top {
    height: 71%;
}
.owl-item .overlay-container:hover .overlay-bottom {
    height: 29%;
}
}
.team-member > .col-sm-3 > img {
    max-height: 255px;
    width: 100%;
    left: 0px;
  
}
.saub.fa.fa-paper-plane {
    /*background-color: #711b16;*/
    border-radius: 0 4px 4px 0;
    margin: 10px;
    margin-right: -12px;
    margin-top: -11px;
    padding: 11px 13px 11px 9px;
    
}
.col-sm-3.ml {
    margin-left: -15px !important;
    padding-left: 0;
}
ul.fancy {
    list-style: none;
    line-height: 1em;
    font-size: 18px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}

/* Portlet */
.portlet {
	background: #fff;
	padding: 20px;
}

.portlet.portlet-gray {
	background: #f7f7f7;
}

.portlet.portlet-bordered {
	border: 1px solid #eee;
}

/* Portlet Title */
.portlet-title {
	padding: 0;
  	min-height: 40px;
  	border-bottom: 1px solid #eee;
  	margin-bottom: 18px;
}

.caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

.caption.caption-green .caption-subject,
.caption.caption-green i {
	color: #4db3a2;
	font-weight: 200;
}

.caption.caption-red .caption-subject,
.caption.caption-red i {
	color: #e26a6a;
	font-weight: 200;
}

.caption.caption-purple .caption-subject,
.caption.caption-purple i {
	color: #8775a7;
	font-weight: 400;
}

.caption i {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px;
}

.caption-subject {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400;
}

/* Actions */
.actions {
	float: right;
  	display: inline-block;
}

.actions a {
	margin-left: 3px;
}

.actions .btn {
	color: #666;
	padding: 3px 9px;
	font-size: 13px;
  	line-height: 1.5;
  	background-color: #fff;
  	border-color: #ccc;
  	border-radius: 50px;
}

.actions .btn i {
	font-size: 12px;
}

.actions .btn:hover {
	background: #f2f2f2;
}

/* Pagination */
/*.pagination {
	margin: -3px 0 0;
	border-radius: 50px;
}

.pagination > li > a,
.pagination > li > span {
	padding: 4px 10px;
	font-size: 12px;
	color: #8775a7;
	background: #f7f7f7;
}

.pagination > li:hover > a,
.pagination > li.active > a,
.pagination > li.active:hover > a {
	color: #fff;
	background: #8775a7;
	border-color: #8775a7;
}*/

/* Inputs */
.inputs {
	float: right;
	display: inline-block;
	padding: 4px 0;
	margin-top: -10px;
}

.input-inline {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
}

/* Tab */
.portlet-title > .nav-tabs {
	background: none;
	margin: 0;
	float: right;
	display: inline-block;
	border: 0;
}

.portlet-title > .nav-tabs > li {
	background: none;
	margin: 0;
	border: 0;
}

.portlet-title > .nav-tabs > li > a {
	background: none;
	border: 0;
	padding: 2px 10px 13px;
	color: #444;
}

.portlet-title > .nav-tabs > li.active,
.portlet-title > .nav-tabs > li.active:hover {
  	border-bottom: 4px solid #f3565d;
  	position: relative;
  }

  .portlet-title > .nav-tabs > li:hover {
  	border-bottom: 4px solid #f29b9f;
  }

.portlet-title > .nav-tabs > li.active > a,
.portlet-title > .nav-tabs > li:hover > a {
	color: #333;
	background: #fff;
	border: 0;
}

/* Btn Circle */
.actions .btn.btn-circle {
	width: 28px;
	height: 28px;
	padding: 3px 7px;
	text-align: center;
}

.actions .btn.btn-circle i {
	font-size: 11px;
}

/* Btn Grey Salsa */
.actions .btn.grey-salsa {
	border: none;
	margin-left: 3px;
	box-shadow: none;
	border-radius: 50px !important;
}

.actions .btn.grey-salsa.active {
	color: #fafcfb;
	background: #8e9bae;
}
  .actions .grey-salsa.btn:hover,
  .actions .grey-salsa.btn:focus,
  .actions .grey-salsa.btn:active,
  .actions .grey-salsa.btn.active {
	color: #fafcfb;
	background: #97a3b4;
}

/* Btn Red */
.actions .btn.btn-red.active,
.actions .btn.btn-red:hover {
	color: #fff;
	box-shadow: none;
	background: #e26a6a;
	border-color: #e26a6a;
}

/* Btn Red */
.actions .btn.btn-purple.active,
.actions .btn.btn-purple:hover {
	color: #fff;
	box-shadow: none;
	background: #8775a7;
	border-color: #8775a7;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #faa619 !important
    font-size: 16px;
    text-decoration: none;
}
.ui-accordion-header.ui-state-default.ui-accordion-header-active.ui-state-active.ui-corner-top.ui-accordion-icons {
    font-size: 18px;
    margin-bottom: 0;
}
.ui-accordion-header > a{
	color: #faa619 !important
    font-size: 16px;
    text-decoration: none;
}
.ui-accordion-header.ui-state-default.ui-corner-all.ui-accordion-icons{
	font-size: 18px;
    margin-bottom: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #f4f0ec  repeat-x scroll 50% 50%;
    border: 1px solid #711b16;
    color: #faa619;
    font-weight: normal;
}
.ui-widget-content a {
    color: #faa619;
}
.download-audit {
    border: 2px solid #711b16;
    clear: both;
    height: 62px;
    margin-bottom: 10px;
    width: 100%;
}
.download-audit > h2 {
    display:inline-block;
    float: left;
    font-size: 21px;
    width: 80%;
    margin: 17px 10px;
}
.download-audit > p {
    display: inline-block;
    margin: 19px 0 0;
}
a.submit_provvisorio{
    width: 115px;
    height: 25px;
    color: #711b16 !important;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
a.submit_provvisorio:hover{
    color:#faa619  !important;
}
.accord-btn.qus.active {
    background-color: #faa619;
}
.accord-btn.qus:hover {
    background-color: #faa619;
}
.accord-btn.qus.active > .fa-life-ring {
    color: #711b16;
}
.accord-btn.qus:hover > .fa-life-ring {
    color: #711b16;
}
p.short-desc {
    min-height: 157px;
}

.woocommerce-message::before {
    color: #711b16 !important;
}
.woocommerce-message {
    border-top-color: #711b16 !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100% !important;
}
.single_variation_wrap {
    display: inline-flex;
}
.woocommerce table.cart td.actions .button {
    background-color: #711b16;
    border: 2px solid #711b16;
    color: #fff;
}
.woocommerce table.cart td.actions input[name="update_cart"]:hover {
    background: #711b16 none repeat scroll 0 0;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #711b16 !important;
    color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #711b16 !important;
    box-sizing: border-box;
    line-height: 2 !important;
    margin: 0;
    outline: 0 none;
    width: 100%;
}
.select2-container .select2-choice > .select2-chosen {
    line-height: 2 !important;
}
.select2-container .select2-choice {
    border: 1px solid #711b16 !important;
}
.joinb{
  color: #fff;  
}
.joinb:hover{
  color: #711b16;  
}

	.org,.org:hover,.org:focus{
		color: #fff;
		background: #faa619;
		border: none;
	}
/*search-button*/
.search-button {
  display: inline-block;
  margin: 10px 22px 0px 30px;
  
}

.search-button a {
  display: block;
  color: #7b8a97;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.search-button a:hover {
  background-color: #711b16;
  color: #fff;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 9999;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  line-height:72px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #faa619;
  border-color: #faa619;
  opacity: 1;
  padding:10px 17px 15px;
  font-size: 27px;
}

#search .close:hover {
  background-color: #333;
}

#search,
#search .close {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 -27px !important;
}
.about-imag {
	height: 336px;
	max-width: 100%;
}
.img-slider{width: 100%;max-height: 570px;}
.slog{font-weight: bold;display: block;color:#faa619;font-size: 16px;}
/*.slogt{
	margin-top:-30px;margin-left: 119px;
}*/
/***********new addition*******************/
/*.blinking{ 
    animation:blinkingText 5s infinite;
    
} 

@keyframes blinkingText{ 0%{ color: #FF0000;} 49%{ color: transparent; } 50%{ color: transparent; } 99%{ color:transparent; } 100%{ color: #FF0000; }*/

.blink_me {
animation: blinker 5s linear infinite;
float: right;
display: inline-block;
padding-right: 25px;
color:#FF0000;
}

@keyframes blinker {  
 50% { opacity: 0; }
 
}

.red {
    background-color: #651412 !important;
    border: 1px solid #faa619;
    color: #fff !important;
    padding-right: 25px;
    float: right;
    display: inline-block;
   
}



