/*
Theme Name: Wellness Tree
Theme URI: http://www.baliwebcreator.com
Description: <p>Wellness Tree CMS website template</p>
Version: 1.0
Updated Date:01/07/2014
Author: BaliWebCreator.com
Created Date:01/07/2014

Author URI: http://www.baliwebcreator.com/

*/

   
html,body{height:100%}


body {
  margin:0;
  padding:0;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  color: rgba(0,0,0,.6);
  background: url(images/body-bg.png) 0 0 #f4f4f4;
  overflow-x:hidden;
}
body.down header.clone {
    top: 0;
}



/* -------------------------------------
   COMMON
----------------------------------------*/
h1,h2,h3,h4{ text-transform:uppercase; }
h1,h2,h3,h4,h5{ font-family: 'Raleway', serif; color:#000 }
h2,h3,h4{ margin:0 0 10px 0; font-weight:700; }
h2{ line-height:42px }
h3{ line-height:33.6px; }
h3.panel-title{font-size:24px;}
h3.bigger{ font-size:27px; }
h4{
  font-size: 16px;
  line-height: 22px;
  font-weight:600;
}
p{ line-height: 22px; margin-bottom:20px; }
.font-2x{font-size:16px; line-height:22.4px;}
.font-3x{font-size:18px; line-height:25px;}
.font-4x{font-size:20px; line-height: 27px;}
a, a i{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(0,0,0,1);
}
a:hover, a:focus{
  color: rgba(0,0,0,.5);
  text-decoration:none;
}
img, .row img{
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
hr {border-color: rgba(0,0,0,.1);}
ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
}
blockquote{font-size:19px; font-style:italic}
.tara{font-family: "Open Sans", Arial;}


/* -------------------------------------
   HEADER
----------------------------------------*/

header{
  background:#fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}
header.clone {
  display:none;
  position:fixed;
  z-index:999;
  width:100%;
  top:-200px;
  min-height:60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header.active{
  top:0;
}

/* social media */
header .social{
  margin-top:20px;
  margin-bottom:12px;
  padding:0;
  float:right;
}
header .social li{
  display:inline-block;
  list-style:none;
  margin-left:0;
}
header .social li:last-child{
  margin-right:15px;
}
header .social li a{
	width:37px;
	height:37px;
	font-size:16px;
	color:#fff;
	display:block;
}
header .social li a i{
  border-radius: 50%;
  width:37px;
  height:37px;
  text-align:center;
  line-height:37px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:1px solid #edf0e8;
}
header .social li a i.fa-facebook{
  color:#204385;
}
header .social li a i.fa-facebook:hover{
  background:#204385;
  color:#fff;
  border-color:#204385;
}
header .social li a i.fa-instagram{
  color:#517fa4;
}
header .social li a i.fa-instagram:hover{
  background:#517fa4;
  color:#fff;
  border-color:#517fa4;
}
header .social li a i.fa-pinterest{
  color:#C92228;
}
header .social li a i.fa-pinterest:hover{
  background:#C92228;
  color:#fff;
  border-color:#C92228;
}

/* logo */
#logo{
  width: 340px;
  display: inline-block;
  margin:20px 0;
  float:left;
}


/* -------------------------------------
   NAVIGATION
----------------------------------------*/
nav{
  z-index: 1;
  position: relative;
}
.navbar-default{
  margin-bottom:0;
  border-color: #edf0e8;
  border-width: 1px 0 0 0;
  background: #fff;
}
.navbar-collapse{
  max-height:inherit;
}
.navbar-nav>li>a {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left:18px;
  padding-right:18px;
  margin-right:1px;
  border-bottom:2px solid #fff;
  font-weight:400;
  font-size:16px;
}
.navbar-toggle {
  padding: 11px 9px;
  border-radius: 3px;
  margin-top:10px;
  margin-bottom:10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > li.current-menu-item > a {
  background-color: transparent;
  border-bottom:2px solid #83c33e;
  color:#000;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  border-bottom:2px solid #83c33e;
  background-color: transparent;
}
.dropdown-menu {background:rgba(255,255,255,.95); border-radius: inherit;}
.dropdown-menu > li > a{padding: 10px 20px;}



/* search */
.search-box{
  position:relative;
  margin-right:0;
  margin-top: 20px;
  margin-bottom: 11px;
  float:right;
}
.search-box input{
  padding:8px 15px;
  background:url(images/icon-search.png) right center no-repeat #f7f7f7;
  border:1px solid #f7f7f7;
  border-radius:3px;
  font-size:14px;
  width:180px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: rgba(0,0,0,.8);
}
.search-box ::-webkit-input-placeholder {
  color: rgba(0,0,0,.8);
}
.search-box :-moz-placeholder {
  color: rgba(0,0,0,.8);
}
.search-box ::-moz-placeholder {  
  color: rgba(0,0,0,.8);
}
.search-box :-ms-input-placeholder {  
  color: rgba(0,0,0,.8);
}





/* -------------------------------------
   HERO
----------------------------------------*/

/* HOMEPAGE HERO */
#home .hero{
  color:#fff;
  height:auto;
}
#home .caption{
  margin-top:50px;
}
#home .hero h3{
  font-size:36px;
  font-weight:600;
  color:#fff;
}
#home .hero p{
  font-size:18px;
  color:rgba(255,255,255,.8);
  line-height:27px;
}

/* AUTHOR HERO */
.hero.about{
  background:#000;
}
.hero.about .item > img{
  opacity:.5;
}
.hero.about hr{
  border-color:rgba(255,255,255,.3);
}


/* LOCATION HERO */
#location .hero{
  min-height:450px;
  color: #000;
}

/* GENERAL HERO */
.hero{
  height:auto;
  color:#fff;
}
.hero .container { padding-left: 0; }
.hero .heading{margin-top:30px}
.hero .tagline-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  z-index: 9;
}
.hero .tagline-wrapper:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.hero .tagline-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  width:95%;
}
/* .hero h1,.hero h2,.hero h3,.hero h4{margin:0 auto;} */
.hero h1{font-size:50px; font-weight:700; color:#fff; line-height:60px; background: rgba(0,0,0,.8); display:table; padding:0 15px; margin:0 0 2px 0;}
.hero h1.tara:after{content:" "; display:inline-block;margin-bottom:10px}
.hero h4{display:table; margin-top:5px; padding:2px 10px; background: rgba(0,0,0,.7); font-size:14px; font-weight:normal; color:#fff; letter-spacing:3px;}


#home .hero h2, .hero h2{
  font-size:38px;
  font-weight:600;
  color:#fff;
}
.hero hr{width:20%; margin-bottom:0;}
/* LOCATION */
#map-canvas img{
  max-width:inherit;
}

/* NEWSLETTER */
.newsletter{
  padding:30px 0;
  background:#fff;
}
.newsletter h3{
  line-height:28px;
  margin-bottom:5px;
}
.newsletter p{
  margin-bottom:0;
}
.newsletter form input{
  width:100%;
  background:#fff;
  border:1px solid #e5e5e5;
  padding:15px;
}
.newsletter form div{
  padding-left:5px;
  padding-right:5px;
}
.newsletter form div:first-child{
  padding-left:15px;
  width:37.3333%;
}
.newsletter form div:nth-child(2), .newsletter form div:nth-child(3){
  width:24%;
}
.newsletter form div.submit-container{
  padding-left:10px;
  padding-right:15px;
  width:14.6666%;
}
.newsletter form .submit{
  background:#77bd23;
  border:1px solid #77bd23;
  color:#fff;
}
.mc4wp-form{
  margin:0;
}
.mc4wp-error,.mc4wp-success{
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  background: transparent;
  text-align: center;
  clear:both;
  margin-top:10px;
}
footer .newsletter{
  background:transparent !important;
  padding:0 15px !important;
}
footer .newsletter .heading{
  width:100% !important;
  margin-bottom:5px;
  padding-right:15px;
}
footer .newsletter, footer .newsletter h3{
  font-size:12px;
  font-weight:normal;
}
footer .newsletter h3{
  margin:0;
  line-height:normal;
}
footer .newsletter form .full-name, footer .newsletter form .email{
  width:42.666% !important;
  padding:0 !important;
}
footer .newsletter form input{
  padding:10px !important;
  font-size:12px;
}
footer .newsletter form div.submit-container{
  padding:0;
  width:11.666%;
}
/* footer .newsletter form{
  padding-left: 15px !important;
}
footer .newsletter form .full-name, footer .newsletter form .email{
  width:43% !important;
  padding:0 !important;
}
footer .newsletter form input{
  padding:10px !important;
  font-size:12px;
}
footer .newsletter form div.submit-container{
  padding:0;
  width:10.666%;
} */
footer .newsletter form .submit{
  border-color:transparent;
  border: 1px solid #ebebeb !important;
  text-indent:-20000px;
  background:url(images/submit-arrow.png) 50% 50% no-repeat #77bd23;
}




/* BREADCRUMBS */
#breadcrumbs a{color:#000;}
#breadcrumbs a, #breadcrumbs strong{margin:0 10px; font-size:12px; text-transform:uppercase;}
#breadcrumbs a:first-of-type{margin-left:0;}
#breadcrumbs strong{font-weight:normal;}


/* CAROUSEL */
.carousel-inner > .item{
    overflow: hidden;
    text-align: center;
}
.carousel-inner > .item > img{
  max-width: inherit !important;
  height: auto;
  left: 50%;
  position: relative;
  margin-left: -1280px;
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity 1s; /*adjust timing here */
         -moz-transition: opacity 1s;
           -o-transition: opacity 1s;
              transition: opacity 1s;
}
.carousel-control {
  background-image: none !important; /* remove background gradients on controls */
  z-index:9;
}
.carousel-indicators li, .carousel-indicators li.active{
  background:transparent;
  border:none;
  padding:3px 0;
  width:14px;
  height:14px;
  margin:0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-indicators li.active{padding:0;}
.carousel-indicators li span{
  width:4px;
  height:4px;
  background:#fff;
  display:block;
  border-radius:50%;
  margin:0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-indicators li.active span{width:12px; height:12px;}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}






/* -------------------------------------
   CONTENT
----------------------------------------*/
.content{
  padding:50px 0;
}

/* BREADCRUMB */
.breadcrumb{
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb a{
  color: rgba(255,255,255,1);
}
.breadcrumb > .active {
  color: rgba(255,255,255,.5);
}

/* HOMEPAGE */
.featured-post, .post-detail, .featured-post figure, .post-detail figure{
  margin-bottom:30px;
}
.featured-post h3, .post-detail h3{
  font-size:35px;
  line-height:42px;
}
.featured-post .post-date, .post-detail .post-date{
  font-size:50px;
  font-weight:700;
  line-height:45px;
  color:#333;
  padding-right:30px;
  float:left;
  display:table;
  text-align:center;
}
.post-date span{
  font-weight:300;
  color:#999;
  clear:both;
  display:block;
}
.post-date .month{
  font-size:30px;
  text-transform:uppercase;
  text-align:center;
}
.post-date .year{
  font-size:25px;
  line-height:28px;
}
.featured-post .post-content{
  padding-left:30px;
  border-left:1px solid rgba(0,0,0,.1);
  overflow:hidden;
}
.post-detail .post-content{
  padding-left:0;
  border-left:none;
  overflow:hidden;
}
.featured-post .post-content p:last-of-type{
  margin-bottom:0;
}
.featured-post .read-more, .post .read-more{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  border:3px solid rgba(0,0,0,.5);
  padding:10px 30px;
  text-transform:uppercase;  
  display:inline-block;
}
.featured-post .read-more{
  margin-left:120px;
}
.post{margin-bottom:20px; min-height:540px;}
.post .read-more{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  font-size:13px;
  border:2px solid rgba(0,0,0,.2);
  padding:8px 25px;
  text-transform:uppercase;  
  display:inline-block;
}
.read-more{
  position:relative
}
.read-more:after{
  content: " ";
  background: #83c33e;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more:hover:after{
  width: 100%;
}
.read-more:hover{
  border-color:#83c33e;
  color:#fff;
}


.post .post-date{
  font-size:40px;
  font-weight:700;
  color:#333;
  line-height:36px;
  display: table;
  border-radius:3px;
  float:left;
  margin-right:20px;
}
.post .post-date .month{
  font-size:24px;
  line-height:34px;
  display:block;
}
.post .post-date .year{
  font-size:19px;
  line-height:22px;
  display:block;
}
.post  .post-content{
  overflow:hidden;
}
.post figure{
  margin-bottom:20px;
}
.post figure img{
  width:100%;
}
.post .read-more{
  margin-left:65px;
}
.featured-post .metas, .featured-post .metas a, .post .metas, .post .metas a, .post-detail .metas, .post-detail .metas a{
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.metas a:hover{color:#000;}
.metas.tags a{padding: 0 10px; border: 1px solid; display:inline-block; margin-bottom:5px;}
.metas span{margin-right:6px;}



/* VIEW ALL */
.view-all{
  font-size:16px;
  font-weight:600;
  display:block;
  padding:30px 0;
  border:1px solid rgba(0,0,0,.1);
  border-width:1px 0;
  text-transform:uppercase;
}



/* SIDEBAR */
.sidebar{
  padding-left:30px;
}


/* WIDGET */
.widget{
  margin-bottom:30px;
  background:#fff;
  padding:24px;
}
.widget.author img{
  border-radius:50%;
  max-width:135px;
  height:auto;
}
.widget.author figure{
  margin-bottom:13px;
}
.widget.author figure:hover{background:inherit; box-shadow: inherit }
.widget.author figure a:hover img{
  opacity:1;
}
.widget.author h3{
  display:inline-block;
  line-height:24px;
}
.widget.author h3:after {
  content: " ";
  display: inline-block;
  width: 30%;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.widget.author p:last-of-type{
  margin-bottom:0;
}
.widget.author .read-more, .null-instagram-feed .clear a{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  font-size:13px;
  border:2px solid rgba(0,0,0,.2);
  padding:8px 25px;
  text-transform:uppercase;  
  display:inline-block;
  position:relative;
  z-index:1;
}
.widget.author .read-more:hover, .null-instagram-feed .clear a:hover{
  border-color:#83c33e;
  color:#fff;
}
.widget.author .read-more:after, .null-instagram-feed .clear a:after{
  content: " ";
  background: #83c33e;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.author .read-more:hover:after, .null-instagram-feed .clear a:hover:after{
  width: 100%;
}
.widget iframe{
  width: 100% !important;
}
.widget.null-instagram-feed{
  text-align:center;
}
.widget .instagram-pics{
  margin:0;
  padding:0;
  display:table;
}
.widget .instagram-pics li{
  list-style:none;
  width:49.333%;
  float:left;
  padding: 5px;  
}
.widget.null-instagram-feed .clear{
  margin:20px 0 0 0;
  padding: 0 5px;  
}
.widget.null-instagram-feed .clear a{
  width:100%;
}


/* SIDENAV */
.sidenav{
  margin:0;
  padding:0;
}
.sidenav ul{
  margin:0;
  padding:0;
}
.sidenav li{
	list-style:none;
}
.sidenav li.current-cat a{
	color:#000;
}
.sidenav a{
	color:#888;
  padding:10px 2px;
  display:block;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.sidenav a span{
  float:right;
}
.sidenav li:first-child a{
  padding:0 0 10px 0;
}

.sidenav a:hover, .sidenav a.active, .sidenav li.active a{
	color:#000;
  border-bottom:1px solid rgba(0,0,0,.2);
}
.sidenav a.active{
  font-weight:bold;
}


/* PAGE - VISION & MISSION */
.mission-pic{position:relative; margin-bottom:40px;}
.mission-pic:after{
  font-family: fontAwesome;
  color:#ee1d25;
  font-size:25px;
  line-height:50px;
  content:"\f00c";
  border-radius:50%;
  width:50px;
  height:50px;
  background:#fff;
  position:absolute;
  bottom:-25px;
  left:50%;
  margin-left:-25px;
}


/* PAGE - LOCATIONS */
.location-item{
  padding:0 5px;
}
.location-item figure{
  margin-bottom:20px;
}
.tab-pane h3{
  margin-bottom:20px;
}

/* PAGE - CONTACT */
.location_icon{
  border-radius:50%;
  border:1px solid rgba(0,0,0,.1);
  font-size:35px;
  width:70px;
  height:70px;
  line-height:70px;
  text-align:center;
  color:#77bd23;
}
.contact_details i{
  border-radius:50%;
  border:1px solid rgba(0,0,0,.1);
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  color:#77bd23;
}
.contact_details h4{display:inline-block; padding:0 15px;}
.contact_details h4:first-of-type{padding-left:0;}
.contact_details h4:last-of-type{padding-right:0;}
#google-map, #google-map iframe{
  height:560px;
}





/* COMMENTS */
#comments{
  margin:0;
  padding:0;
}
#comments li{
  border-bottom:1px solid rgba(255,255,255,.2);
  list-style:none;
  display:table;
  width:100%;  
}
#comments li .avatar{
  float:left;
  width:50px;
  height:50px;
  margin-right:15px;
  margin-bottom:10px;
  border-radius:50%;
}
#comments li .avatar img{
  width:50px;
  height:50px;
  border-radius:50%;
}
#comments li p{
  margin-bottom:5px;
}
#comments .comment-author{text-transform:uppercase;}
#comments .comment-meta, #comments .comment-meta a {font-size:10px; text-transform:uppercase; letter-spacing:1px;color:#aaa;}
#comments .comment-body{clear:both;}
#comments .reply{font-size:11px; text-transform:uppercase; font-weight:500; letter-spacing:1px; float:right; margin-bottom:20px; position:absolute; top:20px; right:30px;}
.commentlist{margin:0 0 20px 0; padding:0;}
.commentlist li > div{margin-bottom:20px; border-bottom:1px solid rgba(0,0,0,.1);padding:20px 30px; background:rgba(255,255,255,.5); position: relative}


/* PAGINATION */
.wp-pagenavi .pages{
	float:left;
}
.wp-pagenavi .link{
	float:right;
}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .current {
	text-decoration: none;
	padding: 9px 14px;
	margin: 2px;
	border:2px solid #dcdcdc;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border:2px solid #333;
}

.wp-pagenavi span.current {
	font-weight: bold;
}




/* -------------------------------------
   FOOTER
----------------------------------------*/
footer{
  padding:40px 0;
  color:rgba(0,0,0,.5);
  font-size:12px;
  background:#ebebeb;
}
footer .footer-list{
  margin:0 0 15px 0;
  padding:0;
}
footer .footer-list li{
  list-style:none;
  margin:0 0 0 15px;
  padding:0;
  display:inline-block;
}
footer .footer-list li:before{
  content:"/";
  padding:0 15px 0 0;
}
footer .footer-list li:first-child:before{
  content:"";
}
footer a{
  color:rgba(0,0,0,.7);
}
footer a:hover{
  color:rgba(0,0,0,1);
}
footer #footermenu{
  margin:0;
  padding:0
}
footer #footermenu li{
  float:left;
  list-style:none;
  margin:0 10px 0 0;
  padding:0;
}
footer .copyright{
  display:block;
  clear:both;
  margin-bottom:10px;
}

/* social media */
footer .social{
  margin:0 0 20px 0;
  padding:0;
}
footer .social li{
  display:inline-block;
  list-style:none;
  margin-left:0;
}
footer .social li:last-child{
  margin-right:15px;
}
footer .social li a{
	width:37px;
	height:37px;
	font-size:16px;
	color:#fff;
	display:block;
}
footer .social li a i{
  border-radius: 50%;
  width:37px;
  height:37px;
  text-align:center;
  line-height:37px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:1px solid rgba(0,0,0,.1);
}
footer .social li a i.fa-facebook{
  color:#204385;
}
footer .social li a i.fa-facebook:hover{
  background:#204385;
  color:#fff;
  border-color:#204385;
}
footer .social li a i.fa-instagram{
  color:#517fa4;
}
footer .social li a i.fa-instagram:hover{
  background:#517fa4;
  color:#fff;
  border-color:#517fa4;
}
footer .social li a i.fa-pinterest{
  color:#C92228;
}
footer .social li a i.fa-pinterest:hover{
  background:#C92228;
  color:#fff;
  border-color:#C92228;
}










/* -------------------------------------
   MISC
----------------------------------------*/

/* FORM */
form.wpcf7-form label, #commentform label{
	font-weight:500;
  display:block;
}
form.wpcf7-form input.wpcf7-text, #commentform #author, #commentform #email, #commentform #url{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	line-height: 1.8em;
	margin: 0;
	position: relative;
	background: transparent;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
}
#commentform #author, #commentform #email, #commentform #url{width:65%;}
form.wpcf7-form input[type="radio"], form.wpcf7-form input[type="checkbox"]{
	margin: 0 0 20px 0;
}
form.wpcf7-form textarea, #commentform #comment{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 212px;
	z-index: 10;
	background: transparent;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
	position: relative;
}
form.wpcf7-form .wpcf7-submit, #commentform #submit{
  background: #77bd23 !important;
  font-size:14px;
  border: #77bd23 !important;
  color:#fff;
}
div.wpcf7-response-output{
  margin:0 0 20px 0;
}
#commentform #submit{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 8px 25px;
}

/* IMAGE HOVER */
figure{
  -webkit-transition: all 1.0s ease-out;
  -moz-transition: all 1.0s ease-out;
  -o-transition: all 1.0s ease-out;
  transition: all 1.0s ease-out;
  position:relative;
  overflow: hidden;
}
figure a img{
  transition: all 1.0s ease;
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  -ms-transition: all 1.0s ease;
}
figure:hover{background:rgba(0,0,0,1);) }
figure a:hover img{
  opacity:.5;
  -webkit-transform: scale(1.1);
  /* Webkit: Scale up image to 1.2x original size; */
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
figure a{display:block}
figure .url {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin: -21px 0 0 -21px;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 50%;
  text-indent: -23em;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  font-style:normal;
  -ms-transform:scale(3,3);
  -webkit-transform:scale(3,3);
  transform:scale(3,3);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
figure:hover .url {
  visibility: visible;
  opacity: 1;
  -ms-transform:scale(1,1);
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
}
figure .url:before {
  content: "+" !important;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: fontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-variant: normal;
  text-indent: -3px !important;
  text-decoration: inherit;
  line-height: 50px;
  color: rgba(255,255,255,1);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
}


/* SHARE THIS */
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient{
  height:22px !important;
}


/* LIST */
ol.numbered-list {
	counter-reset:li; 
	margin-left:0;
	padding-left:0; 
}
ol.numbered-list > li {
    position:relative; 
    margin:0 0 20px 30px; 
    padding:0 8px; 
    list-style:none; 
	line-height:18px;
}
ol.numbered-list > li:before {
content: counter(li);
counter-increment: li;
position: absolute;
top: -5px;
left: -30px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 30px;
height: 30px;
line-height:28px;
margin-right: 8px;
color: #888;
border:1px solid #888;
font-family: "Helvetica Neue", Arial, sans-serif;
text-align: center;
border-radius: 50%;
}
ol.numbered-list li a{
	color:#000;
}
ol.numbered-list li.current_page_item a, ol.numbered-list-nav a:hover{
	color:#fff;
}

/* table */
.table{
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.table thead{
  background:rgba(255,255,255,.3);
}

/*margin*/
.margin-top-10{
  margin-top:10px !important;
}
.margin-top-20{
  margin-top:20px !important;
}
.margin-top-30{
  margin-top:30px !important;
}
.margin-top-40{
  margin-top:40px !important;
}
.margin-top-50{
  margin-top:50px !important;
}
.margin-top-60{
  margin-top:60px !important;
}

.margin-right-10{
  margin-right:10px !important;
}
.margin-right-20{
  margin-right:20px !important;
}
.margin-right-30{
  margin-right:30px !important;
}
.margin-right-40{
  margin-right:40px !important;
}
.margin-right-50{
  margin-right:50px !important;
}
.margin-right-60{
  margin-right:60px !important;
}

.margin-bottom-10{
  margin-bottom:10px !important;
}
.margin-bottom-20{
  margin-bottom:20px !important;
}
.margin-bottom-30{
  margin-bottom:30px !important;
}
.margin-bottom-40{
  margin-bottom:40px !important;
}
.margin-bottom-50{
  margin-bottom:50px !important;
}
.margin-bottom-60{
  margin-bottom:60px !important;
}

.margin-left-10{
  margin-left:10px !important;
}
.margin-left-20{
  margin-left:20px !important;
}
.margin-left-30{
  margin-left:30px !important;
}
.margin-left-40{
  margin-left:40px !important;
}
.margin-left-50{
  margin-left:50px !important;
}
.margin-left-60{
  margin-left:60px !important;
}



/* button */
.btn{
  border-radius:0;
}
.btn-default {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border: 2px solid rgba(0,0,0,.2);
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  background:transparent;
}
.btn-detail{
  border:1px solid;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-detail.ligth{
  color: #fff;
  border:1px solid rgba(255,255,255,.5);
}
.hero .btn{
  color: #fff;
  border:1px solid rgba(255,255,255,.5);
}
.btn-detail.dark{
  color: #000;
  border:1px solid #000;
}
.btn-detail.ligth:hover{
  color: #000;
  border:1px solid rgba(255,255,255,.9);
}
.hero .btn:hover{
  color: #fff;
  border:1px solid rgba(255,255,255,.9);
}
.btn-detail.dark:hover{
  color: #fff;
  background:#222;  
}

.rounded, .rounded img{
  border-radius:50%;
}
.margin-center{
  margin:0 auto;
  float:none;
}
.clearfix{
  clear:both;
}
