﻿/*
CSS STRUCTURE:

1. ADDITIONALLY STYLES

2. SITE STRUCTURE
	- Header
	- Topmenu
   	- Header Sliders
   	- Middle content
    - Footer

3. EXTENDED TYPOGRAPHY and SHORTCODES
	- Typographic Elements
    - Styled Tables and Boxes
   	- Text Highlights
   	- Custom Lists Styles
   	- Slideshow Gallery and Text
    - Table Pricing

4. EXTENDED ELEMENTS
	- Newsletter box
   	- Pagination and Navigation


5. WIDGETS STYLES

6. POSTS
	- Blog post list
   	- Comment list
   	- Comment form / Contact form
   	- Author/Team description
   	- Gallery list / Portfolio

7. ADDITIONALLY ICONS

FONTS USE:

font-family: 'Lato', sans-serif;
font-family: 'PT Serif Caption', serif;
font-family: 'Merriweather', serif;

*/

/*===================================================*/
/* 1. ADDITIONALLY STYLES */
/*===================================================*/



body {
  font-family: 'Merriweather', serif;
  font-size: 13px;
  font-weight:400;
  line-height:22px;
  font-style:normal;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

 iframe{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;}

  /*Text Colors*/

  .text-yellow {color: #ffdf4a !important;}
  .text-blue {color: #00bdad !important;}
  .text-orange {color: #d64100 !important;}

  /*links*/
  a {color: #39b4ed;}
  a:hover {text-decoration:none;}

.aligncenter,
div.aligncenter {
  display: block !important;
  float:none;
  margin-left: auto;
  margin-right: auto;
}


.alignleft {
  float: left}

.alignright {
  float: right}

/* Headers */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-style:normal;
  font-weight:normal;
  color:#2a201c;}

h1 {
  font-size: 30px;
  line-height: 42px;}

h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight:bold;}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 15px;}

h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 15px;}

h5 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 15px;}

h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;}

h6.title_page {
  font-family:"Lato" , sans-serif;
  color:#a09c8e;
  margin-bottom:40px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:normal;
  border-bottom:1px solid #e3e1da;
  padding:0 0 15px;}

h2.shortcode_title {
  font-size:21px;
  margin-bottom:30px;
  font-weight:bold;}

/*IMG Aligns*/

img.alignleft {
  margin:5px 15px 10px 0 !important}
img.alignright {
  margin:5px 0 10px 15px !important}

.clear{
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none;}
/*mamun*/
.sermons{
    margin-bottom: 30px; 
}
.mb-30{
    margin-bottom: 30px; 
}
.mt-30{
   margin-top: 30px;  
}
.revelation p{
    list-style: none;
    font-size: 18px;
    padding: 8px;
    
}
.revelation p a{
    color: #E86741;
}
.revelation ul li a:hover{
    text-decoration: none;
}
.sermons p{
    font-size: 18px;
}
.sermons p a{
    color: #E8890F;
} 
.sermons .col-sm-6{
    width: 50%;
}
#st-2 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  backface-visibility: hidden;
  display: block;
  position: fixed;
  opacity: 1;
  text-align: left;
  top: 20%;
  z-index: 94034;
}
#st-2.st-left {
  left: 0px;
}
#st-2.st-hidden.st-left {
  left: -48px;
}
#st-2.st-hidden {
  width: 96px;
}
#st-2 > div {
  clear: left;
  float: left;
}
#st-2 .st-btn {
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: NaNpx;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  width: 48px;
}
#st-2 .st-btn.st-first {
  border-top: none;
  border-top-right-radius: 4px;
}
#st-2 .st-btn.st-last {
  border-bottom: none;
  border-bottom-right-radius: 4px;
}
#st-2 .st-btn > svg {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-2 .st-btn > img {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  height: 24px;
  margin-left: 0;
  vertical-align: top;
  width: 24px;
}
#st-2 .st-btn > span {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  left: -35px;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
  filter: alpha(opacity=0);
}
#st-2 .st-btn.st-hide-label > span {
  display: none !important;
}
#st-2 .st-total {
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #fff;
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 18px;
  margin-right: 0;
  min-height: 34px;
  max-width: 80px;
  opacity: 1;
  padding: 4px 0;
  text-align: center;
  width: 48px;
}
#st-2 .st-total.st-hidden {
  display: none;
}
#st-2 .st-total > span {
  display: block;
  font-size: 18px;
  line-height: 21px;
  padding: 0;
}
#st-2 .st-total > span.st-shares {
  font-size: 11px;
  line-height: 11px;
}
#st-2 .st-toggle {
  left: -48px;
  -moz-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
  background: #ccc;
  border-bottom-right-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 48px;
}
#st-2.st-hidden .st-toggle {
  border-top-right-radius: 4px;
}
#st-2.st-left .st-toggle .st-left {
  display: inline-block;
}
#st-2.st-left.st-hidden .st-toggle .st-left {
  display: none;
}
#st-2.st-left .st-toggle .st-right {
  display: none;
}
#st-2.st-left.st-hidden .st-toggle .st-right {
  display: inline-block;
}#st-2:hover .st-toggle {
  left: 0;
}
#st-2.st-hidden:hover .st-toggle {
  left: 48px;
}
#st-2.st-toggleable:hover .st-btn.st-last {
  border-bottom-right-radius: 0;
}
#st-2.st-toggleable:hover .st-btn.st-last:hover {
  border-bottom-right-radius: 4px;
}
#st-2 .st-btn:hover {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#st-2.st-has-labels .st-btn:hover {
  width: 120px;
}
#st-2:not(.st-has-labels) .st-btn:hover {
  width: 62px;
}
#st-2 .st-btn.st-hide-label:hover {
  width: 62px;
}
#st-2 .st-btn:hover > svg {
  margin-left: 5px;
}
#st-2 .st-btn:hover > img {
  margin-left: 5px;
}
#st-2 .st-btn:hover > span {
  opacity: 1;
  display: inline-block;
  left: 0;
  filter: alpha(opacity=100);
}
@media (max-width: 1024px) {
  #st-2 .st-btn:hover > svg {
    margin-left: 0;
  }
  #st-2 .st-btn:hover > span {
    display: none;
  }
}@media (max-width: 1024px) {
  #st-2 {
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
}
#st-2.st-hidden {
  bottom: -48px;
  width: 100%;
}
#st-2.st-hidden.st-left {
  left: 0;
}
#st-2.st-hidden.st-right {
  right: 0;
}
#st-2 > div {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  clear: none;
  flex: 1;
  float: none;
}
#st-2 .st-total {
  background: #fff;
  padding: 6px 8px;
}
#st-2 .st-btn {
  -moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
  text-align: center;
  width: auto;
}
#st-2 .st-btn > span {
  display: none;
}
#st-2 .st-toggle {
  display: none;
}body { padding-bottom: 48px; }
}#st-2 .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}
#st-2 .st-btn[data-network='facebook'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='facebook'] > span {
  color: #fff;
}
#st-2 .st-btn[data-network='twitter'] {
  background-color: #55acee;
}
#st-2 .st-btn[data-network='twitter'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='twitter'] > span {
  color: #fff;
}
#st-2 .st-btn[data-network='googleplus'] {
  background-color: undefined;
}
#st-2 .st-btn[data-network='googleplus'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='googleplus'] > span {
  color: #fff;
}
#st-2 .st-btn[data-network='messenger'] {
  background-color: #448AFF;
}
#st-2 .st-btn[data-network='messenger'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='messenger'] > span {
  color: #fff;
}
#st-2 .st-btn[data-network='whatsapp'] {
  background-color: #25d366;
}
#st-2 .st-btn[data-network='whatsapp'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='whatsapp'] > span {
  color: #fff;
}
#st-2 .st-btn[data-network='sms'] {
  background-color: #ffbd00;
}
#st-2 .st-btn[data-network='sms'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='sms'] > span {
  color: #fff;
}
#st-2 .st-btn[data-network='wechat'] {
  background-color: #4EC034;
}
#st-2 .st-btn[data-network='wechat'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='wechat'] > span {
  color: #fff;
}
#st-2 .st-btn[data-network='sharethis'] {
  background-color: #95D03A;
}
#st-2 .st-btn[data-network='sharethis'] svg {
  fill: #fff;
}
#st-2 .st-btn[data-network='sharethis'] > span {
  color: #fff;
}
.training p{
    font-size: 18px;
}
.training p a{
    text-decoration: underline;
}
.training p a:hover{
    text-decoration: none;
}
.church{
    padding: 15px 0 !important;
}
/*end mamun*/
.alpha {margin-left:0 !important;}
.omega {margin-right: 0 !important;}

.content.span8 .span2 {
    width: 43px;}
.content.span8 .span3 {
    width: 100px;}
.content.span8 .span4 {
    width: 156px;}
.content.span8 .span5 {
    width: 213px;}
.content.span8 .span6 {
    width: 270px;}
.content.span8 .span7 {
    width: 326px;}
.content.span8 .span8 {
    width: 383px;}
.content.span8 .span9 {
    width: 440px;}
.content.span8 .span10 {
    width: 496px;}
.content.span8 .span11 {
    width: 553px;}
.content.span8 .span12 {
    width: 610px;}
/*===================================================*/
/* 2. SITE STRUCTURE */
/*===================================================*/

/*-----------------------------------*/
/* Header */
/*-----------------------------------*/

.header {position:relative;background:transparent url(images/bg/header_bg1.jpg) no-repeat top center; }
.header .container {width:100%;padding-top:55px;height: 787px;}
.header.medium .container {width:100%;padding-top:55px;height: 245px;}
.header_bottom {background:#f1f0ee;width:100%;position:relative;}
.header_bottom .container {height:142px;}
.header_bottom.medium .container{height:60px;line-height:60px;}
.header_bottom.large .container {height:152px;line-height:152px;}
.header_social {float:right;position:relative;font-family:"Lato" , sans-serif; font-size:11px; color:#79776f; text-transform:uppercase;}
.header_social .social_ico {display:inline-block;*display:inline;*zoom:1;width:34px;height:34px;margin-left:5px; margin-top:-3px; background-color:transparent; background-image:url(images/icons/social_ico.png); background-repeat: no-repeat ;  vertical-align:middle;}


/* Logo */
.logo {
  position:relative;
  text-align:center;
  text-shadow: 0 1px 0 rgba(0,0,0,.4);
  margin-bottom: 40px;}

.logo h2 {margin: 0 0 8px;}

.logo h2 a{
  font-size: 51px;
  letter-spacing:-2px;
  font-weight: 900;
  color:#fff;}

.logo span.mini {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight:700;
  color: #999391;
  display: block;
  text-transform: uppercase;}

/*-----------------------------------*/
/* Topmenu */
/*-----------------------------------*/

#topmenu {
  background:transparent url(images/menu_bg.png) no-repeat right -58px;
  width:955px;
  position:relative;
  padding:0 20px 0 0;
  height:54px;
  z-index:1300;
  margin: 0 auto 55px;
  text-align: center;}

.dropdown {
    background:transparent url(images/menu_bg.png) no-repeat left -2px;
    font-family:"Lato" , sans-serif;
    font-size:12px;
    position:relative;
    list-style: none;
    z-index:1300;
    margin:0;
    height:54px;
    padding-left: 15px;}

.dropdown > li {
  position:relative;
  display:inline-block;
  text-transform: uppercase;
  z-index:1300;
  line-height:53px;
  *line-height:52px;
  margin:0 21px;
  *display:inline;
  *zoom:1;
  list-style:none;}

.dropdown li.current-menu-item > a ,
.dropdown li a:hover {color:#f0ce2e;}

.dropdown > li > a {
  display:block;
  text-transform:uppercase;
  color:#fff;
  text-shadow:0 1px 0 #000;}

.dropdown li ul,
.dropdown li ul li ul{display:none;}

.dropdown li:hover > ul {
  display:block;
  position:absolute;
  text-align:left;
  top:0;
  z-index:1300;
  left:-85px;
  margin-left:50%;
  margin-top:53px;
  width:170px;
  background:transparent url(images/drop_arrow.png) no-repeat center 5px;
  padding-top:11px;
  list-style:none;
  *font-size:0;
  *line-height:0;
  *letter-spacing:-1px;
  border:none;}

.dropdown li:hover ul li:hover ul{
  background:none;
  top:0;
  left:170px;
  margin:0;
  padding:0;
  padding-left:8px;}

.dropdown li ul li {
  position:relative;
  line-height:34px;
  background:transparent url(images/drop_bg.png);
  font-size:12px;
  *letter-spacing:normal;
  *line-height:normal;
  display:block;
  //display:block;
  *zoom:1;
  padding:0 15px;}

.dropdown li ul li a {
  color:#e5e5e5;
  font-family:"Lato" , sans-serif;
  text-transform:none;
  text-align:left;
  border-top:1px solid #484c49;
  border-bottom:1px solid #050606;
  display:block;
  *line-height:34px;}

.dropdown li ul li.first {border-radius:3px 3px 0 0;padding-top:5px; }
.dropdown li ul li.last {border-radius:0 0 3px 3px;padding-bottom:5px;}
.dropdown li ul li.first a {border-top:none; *border-top:0;}
.dropdown li ul li.last a {border-bottom:none; *border-bottom:0;}
.dropdown li ul li a:hover{color:#f0ce2e;}

.dropdown li.parent > a{background:transparent url(images/parent_arrow.png) no-repeat right;}
.dropdown li.parent > a:hover {background:transparent url(images/parent_arrow_hover.png) no-repeat right;}
/*-----------------------------------*/
/* Header Sliders */
/*-----------------------------------*/

/*ShowCase Slider*/
.header_slider {
  display: block;
  margin:0 auto;
  position: relative;
}
 /* .showcase-thumbnail-vertical {
  display: block;
 } */

/*button for showcase direction*/
 /* .showcase-button {
  position: absolute;
  height: 67px;
  line-height: 67px;
  width: 295px;
  text-align: center;
  vertical-align: middle;
  top: 0;
  right: 0;
  *right: -313px;
  z-index: 30;} */

.btn-up, .btn-down {
  text-align: center;
  /* font-size: 13px; */
  /* font-family: 'Lato', serif; */
  color: #b2b2b2;
  text-shadow: 0 1px 1px #000;
  margin-left: 11px;
  display: block;}
/* .showcase-button a:hover {
  text-decoration: none;
  color: #b2b2b2;}
.showcase-button .btn-down {
  position: absolute;
  bottom: -435px;
  width: 295px;
  margin-left: 4px;
  color: #df4900 ;
  font-size: 11px ;
  *right: 0px;} */

#resource {font-size:0px;line-height:0;margin:0}
#resource .carousel-inner {line-height:142px;}
#resource .item_col {position:relative; display:inline-block; vertical-align:middle; line-height:142px; *zoom:1; *display:inline;width:320px;}
#resource .item_col h6 {margin:0;padding:0;}
#resource .item_col h6 a {font-family:"Lato" , sans-serif; font-weight:normal; color:#8c8878}

.showcase-button-wrapper span:hover{cursor:pointer}
.ico_res {
  position:relative;
  display:inline-block;
  vertical-align:middle;
  *zoom:1;
  width:80px;
  height:80px;
  margin:0 10px;
  background-image:url(images/icons/resources_ico.png);}

#resource .item_col a:hover .ico_res {
  background-image:url(images/icons/resource_hover_ico.png);}

.ico1{background-position:0 -167px}
.ico2{background-position:0 -249px}
.ico4{background-position:0 -85px}
.carousel-control {width:0;height:0;}

a.resources_btn, a.newsletter_btn, form.news_form input[type=submit], a.resources_download, a.donate_btn {
  position:relative;
  display: inline-block;
  vertical-align:middle;
  zoom:1;
  *display:inline;
  height:43px;
  line-height:46px;
  font-size:12px;
  color:#fff;
  font-style:normal;
  font-weight:700;
  text-transform:uppercase;
  padding:0 43px;
  background: rgb(230,89,39);
  background: -moz-linear-gradient(top,  rgb(230,89,39) 0%, rgb(227,74,27) 40%, rgb(221,61,21) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(230,89,39)), color-stop(40%,rgb(227,74,27)), color-stop(100%,rgb(221,61,21)));
  background: -webkit-linear-gradient(top,  rgb(230,89,39) 0%,rgb(227,74,27) 40%,rgb(221,61,21) 100%);
  background: -o-linear-gradient(top,  rgb(230,89,39) 0%,rgb(227,74,27) 40%,rgb(221,61,21) 100%);
  background: -ms-linear-gradient(top,  rgb(230,89,39) 0%,rgb(227,74,27) 40%,rgb(221,61,21) 100%);
  background: linear-gradient(to bottom,  rgb(230,89,39) 0%,rgb(227,74,27) 40%,rgb(221,61,21) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65927', endColorstr='#dd3d15',GradientType=0 );
  border-radius:4px;
  border:1px solid #bf4927;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.4) , 1px 1px 2px rgba(154,125,108, 0.59);}

.carousel-control {
    position:absolute;
    display:inline-block;
    top:55px;
    left:-25px;
    margin:0;
    opacity:1;
    border-radius:0;
    line-height:inherit;
    font-size:100%;
    font-weight:normal;
    border:none;
    height:33px;
    width:17px;
    text-align:left;
    background:transparent url(images/carousel_arrow.png) no-repeat 0 0 ; }

.carousel-control.right {
    background-position:-21px 0;
    right:-25px;
    left:auto;}


/*-----------------------------------*/
/* Middle content */
/*-----------------------------------*/

#middle .content , #middle .sidebar {padding:80px 0;}
#middle.medium .content , #middle.medium .sidebar {padding:45px 0 150px;}
#middle.large .content , #middle.large .sidebar {padding:45px 0 80px;}
#middle .middle_row {padding-top:85px;}
#middle.sidebar_left .content {float: right !important;}
/* PAGE TITLE */
.page_title {position:relative; text-align:center;padding-top:40px;margin-bottom:10px;}
.page_title img {margin-bottom:20px;}
.page_title h2 {font-size:21px;margin:0;}
.page_title span {font-family: 'PT Serif Caption', serif;font-size:13px;font-style:italic; color:#a09c8e;}
.page_title span span {color:#00bdad;}

/*-----------------------------------*/
/* Footer */
/*-----------------------------------*/
footer {position:relative;background:transparent url(images/footer_bg.jpg);border-top:5px solid #f0ce2e;width:100%;min-height:100px;padding-top:55px;}

.footer_nav {position:relative; list-style:none; text-align:center;display:block; font-family:"Lato" , sans-serif; font-size:12px; text-transform:uppercase; margin:0 0 42px;}
.footer_nav li{position:relative; display:inline-block; *display:inline; *zoom:1; margin:0 28px;}
.footer_nav li.first {margin-left:0;} .footer_nav li.last {margin-right:0;}
.footer_nav li a {color:#fff; text-shadow:0 1px 0 #000; opacity:0.7;}
.footer_top {position:relative; padding:35px 0 55px; background:#f1f0ee;}
.footer_tweet .tweet_ico {position:relative; display:inline-block; *display:inline; *zoom:1; vertical-align:top; margin-right:20px;}
.footer_tweet .tweet_inner {position: relative; display:inline-block; *display:inline; *zoom:1; vertical-align:middle; width:500px;}
.footer_tweet .tweet_inner h6 {color:#8c8878;margin-top:15px; margin-bottom:5px;}
.footer_tweet .tweet_inner h6.author {color:#00bdad;}
.footer_tweet .tweet_inner p {font-family: 'PT Serif Caption', serif; font-style:italic;font-size:12px;color:#211718;}
.footer_tweet .tweet_inner p a {color:#d64100;}
footer .copyright {position:relative;padding-left:4px; font-family: 'PT Serif Caption', serif; font-style:italic;margin-bottom:42px;color:#9a9897;font-size:12px;}
footer .footer_social {position:relative; text-align:right; font-family:"Lato" , sans-serif;font-size:11px; color:#9a9897;}
footer .footer_social .social_ico {display:inline-block;*display:inline;*zoom:1;width:35px; height:35px;vertical-align:middle; margin-left:5px; background: transparent url(images/icons/footer_social.png) no-repeat 0 0 ; opacity:0.8;}
footer .footer_social .social_ico:hover {opacity:1;}
footer .footer_social span {display:inline-block; *display:inline; *zoom:1; vertical-align:middle;}
.footer_social .social_ico.ico_fb {background-position:0 0;}
.footer_social .social_ico.ico_tw {background-position:-42px 0;}
.footer_social .social_ico.ico_google {background-position:-85px 0;}
.footer_map {padding:6px 0;border-top:1px solid #e5e5e5}
.map  img {max-width:none !important;}
.map label {width: auto; display: inline !important}
/*===================================================*/
/* 3. EXTENDED TYPOGRAPHY and SHORTCODES
/*===================================================*/

/*-----------------------------------*/
/* Typographic Elements */
/*-----------------------------------*/
/* Framed boxes */
.frame_left, .frame_right, .frame_center, .frame_box {margin:0;display:inline-block;position:relative;}
.frame_box {display:inline-block;margin-bottom:15px;max-width:100%}
.frame_left {float:left;display:block;margin:5px 35px 5px 0}
.span6 .frame_left {margin:5px 20px 5px 0}
.frame_right {float:right;display:block;margin:5px 0 5px 20px}
.frame_center {display:block;margin:0 auto 20px auto;text-align:center;  }
.frame_left img, .frame_right img, .frame_center img {position: relative;display: block;}

/* quote left/right */
.quote_right, .quote_left, .quote_center, blockquote {float:right;font-size:13px;font-style:italic;color:#d64100;width:37%;font-family: 'PT Serif Caption', serif; padding:3px 0 3px 30px;line-height:28px;}
.quote_right, .quote_left, .quote_center {font-size:15px;}
.quote_right {padding:15px 0 10px 40px;}
.quote_left {float:left; padding:3px 30px 3px 0}
.quote_center, blockquote {float:none;display:block;width:100%;margin:15px auto;border:none;padding:0}
.frame_quote {background:#f2f2f2;margin:5px 0 20px;border:1px solid #e9e9e9;padding:13px 30px 15px;border-radius:1px;-webkit-border-radius:3px}
.frame_quote blockquote {margin:0;line-height:28px;}
.frame_quote blockquote .inner {padding:2px 15px;font-size:15px;font-weight:normal}
.frame_quote blockquote p {color:#ff8a00;font-style:italic;font-weight:normal}
.code {background:#fff;width:100%}
.subtitle {color:#00bdad; font-family: 'PT Serif Caption', serif; font-style:italic; font-size:15px;margin-bottom:25px;}
.title_paragraf {color:#00bdad; font-family: 'Cabin', serif; font-style:italic; font-size:15px;}

/* Dropcaps  */
.dropcap1, .dropcap2 {
  display:block;
  float:left;
  font-size:40px;
  line-height:40px;
  margin:0 10px 0 0}

.dropcap2 {
  font-style:italic}

/* Toggle Contents */
.toggle, h3.toggle {
  cursor:pointer;
  margin:20px 0 10px 0;
  display:block !important;
  padding:0}

.toggle .ico {
  background:url(images/icons/toggle_icons.png) -18px 0 no-repeat;
  width:11px;
  height:11px;
  font-size:10px;
  display:inline-block;
  margin-left:5px}

.toggle.box .ico {
  width:18px;
  height:19px;
  position:absolute;
  top:9px;
  right:10px}

.toggle.active .ico {
  }

.toggle.box .ico {
  }

.toggle.box.active .ico {
 }

.toggle_content {
  line-height:1.6em;
  font-size:13px}

.toggle_content > .toggle_inner {
  padding:10px;
  border:1px solid #e6e6e6;}

.toggle_content > .toggle_inner > .toggle_content > .toggle_inner {border:none;}

.toggle_content p, .entry .toggle_content p {
  margin:0 0 10px 0}

.toggle_content .faq_question {
  margin:5px 0 15px 0;
  color:#00bdad;}

.toggle_content .faq_list {
  margin:10px 0 0 0}

.toggle.box,
h3.toggle.box {
  background:#f1f0ee;
  text-align:center;
  border:1px solid #e6e6e6;
  padding:10px 0;
  font-weight:bold;
  border-radius:3px;
}

.toggle.box.active {
}

/*-----------------------------------*/
/* Styled Tables and Boxes */
/*-----------------------------------*/
.styled_table table,
.sb {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-collapse: collapse;
  margin:10px 0 20px;
  text-shadow:none;
  color:#404040}

.styled_table table {
  width:100%;
  border-collapse:separate;
  padding-bottom:1px}

.styled_table table,
.sb {
  border: 1px solid #f25720}

.styled_table.shadow table,
.sb_shadow  {
  box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2)}

.styled_table table tr th,
.sb .box_title  {
  background:#f25720;
  color:#fff;
  font-size:13px;
  font-weight:normal;
  text-transform:uppercase;}

.styled_table table tr th,
.styled_table table tr td {
  border-top:1px solid #d0d0d0;
  padding:5px 15px;
  text-align:left}

.styled_table table tbody td {
  background:#f9f9f9;
  padding:5px 15px;
  font-size:13px;
  font-weight:500}

.styled_table table tbody tr.odd td {
  background:#f8f8f8}

.styled_table table tr:first-child th{
  border-top: 0}

.table_yellow table,
.sb_yellow {
  border:1px solid #f2d220}
.table_yellow table tr th,
.sb_yellow .box_title {
  background:#f2d220;
  color:#333}

.table_blue table,
.sb_blue {
  border:1px solid #3e6ace}
.table_blue table tr th,
.sb_blue .box_title {
  background:#3e6ace;}

.table_green table,
.sb_green {
  border:1px solid #97ca35}
.table_green table tr th,
.sb_green .box_title {
  background:#97ca35;}

.table_dark table,
.sb_dark  {
  border:1px solid #262626}
.table_dark table tr th,
.sb_dark .box_title {
  background:#262626;}

.table_orange table,
.sb_orange {
  border:1px solid #f25720}
.table_orange table tr th,
.sb_orange .box_title {
  background:#f25720;}

.table_pink table,
.sb_pink {
  border:1px solid #f22083}
.table_pink table tr th,
.sb_pink .box_title {
  background:#f22083;}

.table_purple table,
.sb_purple {
  border:1px solid #8235ca}
.table_purple table tr th,
.sb_purple .box_title {
  background:#8235ca;}

.table_red table,
.sb_red {
  border:1px solid #c42119}
.table_red table tr th,
.sb_red .box_title {
  background:#c42119;}

.table_turquoise table,
.sb_turquoise {
  border:1px solid #35ca94}
.table_turquoise table tr th,
.sb_turquoise .box_title {
  background:#35ca94;}

.table_brown table,
.sb_brown {
  border:1px solid #7b5635}
.table_brown table tr th,
.sb_brown .box_title {
  background:#7b5635;}

.table_violet table,
.sb_violet {
  border:1px solid #c135ca}
.table_violet table tr th,
.sb_violet .box_title {
  background:#c135ca;}

.table_cyan table,
.sb_cyan {
  border:1px solid #20c3f2}
.table_cyan table tr th,
.sb_cyan .box_title {
  background:#20c3f2;}

/* Styled Boxes */
.sb .box_title {
  padding:5px 15px}

.sb.notitle .box_title {
  display:none}

.sb .box_content {
  padding:15px;
  background:#fff;
  color:#595959;
  margin:1px;
  border-radius:0 0 4px 4px;
  -webkit-border-radius:0 0 4px 4px}


/*-----------------------------------*/
/* Text Highlights */
/*-----------------------------------*/
.highlight_yellow {
  background:#f2d220;
  color:#fff}

.highlight_brown {
  background:#7b5635;
  color:#fff}

.highlight_blue {
  background:#3e6ace;
  color:#fff}

.highlight_black {
  background:#262626;
  color:#fff}

.highlight_purple {
  background:#8235ca;
  color:#fff}

/*-----------------------------------*/
/* Custom Lists Styles */
/*-----------------------------------*/
.entry ul {
  margin:10px 0 10px 20px;
  padding:0}

.entry ul li {
  margin-bottom:10px}

.list_check ul,
.list_delete ul,
.list_dots ul,
.list_square ul{
  margin:0 0 20px 0}

.list_check li,
.list_delete li,
.list_dots li {
  list-style:none;
  margin:0 0 10px 0;
  line-height:23px;
  padding:0 0 0 35px}

.list_check li {
  background:url(images/icons/ok.png) 0 center no-repeat}

.list_delete li {
  background:url(images/icons/cancel.png) 0 center no-repeat}

.list_dots li,
.list_square li {
  list-style:disc;
  padding:0;
  margin:0 0 20px 25px}
.list_square li {
  list-style:square}


/*-----------------------------------*/
/* Slideshow Gallery and Text */
/*-----------------------------------*/
/*Sidebar Carousel*/
.image_carousel {padding:35px 0 20px;position:relative;}
.image_carousel img {margin-bottom:10px; display: block;}
.image_carousel .prev , .image_carousel .next {
  background:transparent url(images/v_carousel_arrow.png) no-repeat;
  width:29px;
  height:15px;
  display:block;
  position:absolute;
  top:3px;
  left:-14.5px;
  margin-left:50%;}
.image_carousel .next {top:auto; bottom:0;background-position:0 -16px;}

/* slider */
.slider {
  position:relative;
  margin-bottom:10px}

.slider_medium {
  width:550px}

.slider_quotes {
  width:100%;
  text-align: right;
  margin-bottom:35px;}

.f-col .slider_quotes {
    margin:0;
    text-align: left;}

.slider .slider-item {
  position:relative;
  background:#fff;
  padding:10px;
  border:1px solid #e6e6e6;}

.slider_medium .slider-item,
.slider_medium .slider-item iframe {
  width:530px;
  height:298px}


.slider .slider-item.video_slide {
  overflow:hidden}

.slider .slider-item.text_slide {
  overflow:auto}

.slider .slider-item.text_slide .inner {
  padding:5px 10px}


.slider_pagination {
  padding-top:10px;
  text-align:center}

.slider_pagination a {
  display:inline-block;
  width:10px;
  height:10px;
  background:#71675C;
  border:1px solid #e6e6e6;
  overflow:hidden;
  text-indent:-300px;
  margin:0 3px;
  border-radius:50%;
  box-shadow:0 1px 3px rgba(0,0,0,.4);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.4);}

.slider_pagination a:hover,
.slider_pagination a.selected {
  background: #E86741}

.ie7 .slider_pagination a {
  display:block;
  float:left}

.ie7 .slider_pagination {
  margin-left:40%}

.slider_quotes .slider-item {
  position: relative;
  background:#fff url(images/icons/quote.png) no-repeat 25px 15px;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #e6e6e6;
  padding:25px 50px;
  width:510px;
  font-family: 'PT Serif Caption', serif;
  font-size: 16px;
  font-style:italic;
  color:#00bdad;}
.slider_quotes .slider-item .quote-text {padding-right: 90px;}
.slider_quotes .slider-item .quote-author {color:#d64100;font-size:12px;text-align:right;font-family:"Lato" , sans-serif; }
.slider_quotes .slider-item .quote-author span {text-transform:uppercase;}
/* minigallery_carousel */
.minigallery_carousel {
  padding:0 20px;
  position:relative;
  clear:both;
  margin:10px 0 30px 0}

.entry .minigallery_carousel ul {
  margin:0;
  padding:0}

.minigallery_carousel li {
  display:block;
  float:left;
  width:100px;
  height:112px;
  border-radius:50%;
  margin:0 8px;
  position:relative;
  text-align:center}

.entry .minigallery_carousel li {
  margin-bottom:0}

.minigallery_carousel li img {
  width:100px;
  height:100px;
  border-radius:50%;
  padding: 4px;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3)}

.minigallery_carousel .prev,
.minigallery_carousel .next {
  display:block;
  width:20px;
  height:100px;
  overflow:hidden;
  text-indent:-300px;
  position:absolute;
  top:0;
  background:url(images/carousel_arrow.png) 2px center no-repeat}

.minigallery_carousel .prev {
  left:0}
.minigallery_carousel .next {
  right:0;
  background-position:-20px center}



.minigallery_carousel li:hover a img {
  background:#E8890F}

/*-----------------------------------*/
/* Table Pricing */
/*-----------------------------------*/

/*-----------------------------------*/
/* FAQ List */
/*-----------------------------------*/
.question_item {position:relative; margin-bottom:30px;}
.question_item .question_title {width:600px;}
.question_item .question_text {width:660px;display:inline-block;*display:inline;*zoom:1;}
.question_item .question_btn {display:inline-block;vertical-align:top;margin-left:100px;*display:inline;*zoom:1;}
.question_item .question_btn a {font-family: 'Merriweather', serif;font-size:11px;}
/*===================================================*/
/* 4. EXTENDED ELEMENTS */
/*===================================================*/
/*-----------------------------------*/
/* Breadcrumbs */
/*-----------------------------------*/
.breadcrumbs {position:relative; float:left; background:transparent url(images/icons/home.png) no-repeat 0 center; padding-left:30px; font-family:"Lato" , sans-serif; font-size:11px; text-transform:uppercase; color:#79776f;}
.breadcrumbs a {margin:0 3px; color:#79776f;}
/*-----------------------------------*/
/* Subscribe */
/*-----------------------------------*/
.subscribe {position:relative;float:right;font-family:"Lato" , sans-serif; font-size:11px; text-transform:uppercase; color:#79776f;}
.subscribe a {color:#79776f;background:transparent url(images/icons/heart.png) no-repeat right center; padding:4px 28px 4px 0}
/*-----------------------------------*/
/* Newsletter box */
/*-----------------------------------*/
.news_signup{font-size:0;}
.news_ico {position:relative;display:inline-block;*display:inline;*zoom:1;margin-right:15px;}
a.newsletter_btn {padding:0 22px; *padding:0 16px;font-size:11px;display:inline-block;*display:inline;*zoom:1;}
.news_inner {position:relative;width:100%;height:100%;background:#f7f7f7;}
form.news_form {width:315px;position:relative;padding:65px 0 0;margin:0 auto 35px;}
form.news_form h2 {margin-top:0;margin-bottom:15px;}
form.news_form label {font-family:"Lato" , sans-serif; font-size:13px; margin-bottom:3px;}
form.news_form input[type=text] {border:none;box-shadow:none;width:300px;border-radius:2px;border-top:1px solid #e5e4e3; border-left:1px solid #e4e3e2; height:24px;font-family: 'Merriweather', serif;font-size:13px;color:#666;margin-bottom:15px;}
form.news_form input[type=submit] { padding:0 21px; height:35px; line-height:36px; font-size:11px;font-family: 'Merriweather', serif;text-shadow:0 1px 0 rgba(0,0,0,.35);}
form.news_form .inpt_btn {text-align:center;}
.news_inner .social_row {position:relative;text-align:center;padding-bottom:40px;}
.news_inner .social_row h5 {font-family: 'PT Serif Caption', serif;font-size:13px;font-style:italic;color:#a09c8e;margin-bottom:5px;}
.news_inner .social_row .social_ico {display:inline-block;*display:inline;*zoom:1;width:34px;height:34px;margin-right:5px; background-color:transparent; background-image:url(images/icons/social_ico.png); background-repeat: no-repeat ; }
.social_ico.fb_ico {background-position:0 0;}
.social_ico.tw_ico {background-position:-40px 0;}
.social_ico.google_ico {background-position:-79px 0;}

/*-----------------------------------*/
/* Newsletter box */
/*-----------------------------------*/
.content .newsletterBox {
  width:250px}

.newsletterBox h3 {
  margin-bottom:20px}

.content .newsletterBox form {
  padding:15px;}

.content .newsletterBox form {
  background:#f7f7f5  }

.newsletterBox .inputField {
  float:left;
  width:166px;
  border:0;
  border-top:1px solid #d6dee3 !important;
  border-left:1px solid #d1dae0 !important;
  padding:8px 40px 8px 10px;
  box-shadow:none !important;
  border-radius:2px;
  margin-top:5px}

.sidebar .newsletterBox .inputField,
.sidebar .newsletterBox .btn-arrow   {
  background-color:#fff;border:none;}

.newsletterBox input.btn-arrow {
  display:block;
  float:left;
  height:31px;
  width:30px;
  background: url(images/news_arrow.png) 13px 12px no-repeat;
  overflow:hidden;
  text-indent:-500px;
  border:none;
  min-width:inherit;
  padding:0;
  margin:6px 0 0 -32px;
  text-transform: none;
  min-width:30px}

.newsletter_text {
  clear:both;
  padding-top:10px;}

.sidebar .newsletterBox label {
  color:#838a90;}

.content .newsletterBox label {
  color:#d64100;
  font-family:"Lato" , sans-serif ;}

.newsletter_text .link-news-rss {
  color:#838a90;
  font-size:13px;
  font-family:"Lato" , sans-serif;
  background:url(images/icons/icon_rss.png) 0 0 no-repeat;
  padding-left:22px}

.link-news-rss span {
  color:#00bdad;}

/*-----------------------------------*/
/* Pagination and Navigation */
/*-----------------------------------*/
.tf_pagination a {text-transform:uppercase;color:#d64100;font-size:12px;font-weight:bold;}
.tf_resources_pagination a {font-family:"Lato" , sans-serif ; font-size:13px; color:#d64100; text-transform:uppercase;}
.tf_resources_pagination { margin-bottom:25px;}
.tf_pagination_center {text-align:center;}
.tf_pagination_center a {font-size:13px; margin:-1px 35px 0; font-family:"Lato" , sans-serif; display:inline-block; vertical-align:middle; font-weight:bold; text-transform:uppercase; color:#d64100;}
.tf_pagination_center a.disabled {opacity:0.4; pointer-events: none;}
.tf_pagination_center span {font-size:24px; font-weight:300; top:3px; color:#bcbbb7;display:inline-block; vertical-align:middle;}

/*-----------------------------------*/
/* Team carousel */
/*-----------------------------------*/

/* minigallery_carousel */
.team_list {
  padding:10px 0;
  background:#fff;
  border-top:1px solid #e3e1da;
  border-bottom:1px solid #e3e1da;
  position:relative;
  clear:both;
  text-align:center;
  margin:0 0 60px 0}

.team_list .carousel_content{
  padding:25px 0 20px ;
  position:relative;
  text-align:center;
  background:#f7f7f7;}

.entry .team_list ul {
  position:relative;
  margin:0;
  padding:0;}

.team_list li {
  display:block;
  float:left;
  width:131px;
  overflow:hidden;
  height:131px;
  margin:0 5px;
  border:7px solid #fff;
  border-radius:50%;
  position:relative;
  text-align:center;}

.entry .team_list li {
  margin-bottom:0}

.team_list li span {color:#f0ce2e; background:rgba(0,0,0,.8); text-align:center; display:block; padding:10px 0 0 ; height:81px; position:absolute; width:100%; bottom:-300px; left:0; transition: bottom .6s;}
.team_list li:hover span {bottom:-14px; }
.team_list li img {
  width:131px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  height:131px;}

.team_list .prev,
.team_list .next {
  display:block;
  width:20px;
  height:36px;
  overflow:hidden;
  text-indent:-300px;
  position:absolute;
  top:75px;
  background:url(images/carousel_arrow.png) left center no-repeat}

.team_list .prev {
  left:-36px;}
.team_list .next {
  right:-36px;
  background-position:right center}

/*-----------------------------------*/
/* Tabs */
/*-----------------------------------*/
.entry ul.nav-tabs {margin:0;padding: 0;}
.entry ul.nav-tabs li {margin-bottom:-1px;}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #00bdad;}
.nav-tabs > li > a {line-height:35px; color:#d64100; background-color: #f1f0ee; border-color: #eeeeee #eeeeee #dddddd;}
.nav-tabs > li > a:hover {color: #00bdad}
.nav-tabs > li > a, .nav-pills > li > a { padding-right: 20px; padding-left: 20px;}
.nav-tabs.small-tabs > li > a {line-height:20px; padding-right:12px;padding-left:12px;}
.nav-tabs > li.active > a {font-weight:bold;}
.tab-content {border:1px solid #ddd;border-top:transparent; margin-bottom:15px; border-radius: 0 0 4px 4px;}
.tab-content > .tab-pane {padding:20px ;}

/*-----------------------------------*/
/* Buttons */
/*-----------------------------------*/
a.button,.button {
  display:inline-block;
  *display:inline;
  *zoom:1;
  font-size:13px;
  font-family:"Cabin" ,sans-serif;
  font-weight:600;
  text-align:center;
  color:#fff !important;
  min-width:103px;
  padding:0 20px;
  height:31px;
  line-height:31px;
  background: #f36028;
  background: -moz-linear-gradient(top,  #f36028 0%, #f04e1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36028), color-stop(100%,#f04e1c));
  background: -webkit-linear-gradient(top,  #f36028 0%,#f04e1c 100%);
  background: -o-linear-gradient(top,  #f36028 0%,#f04e1c 100%);
  background: -ms-linear-gradient(top,  #f36028 0%,#f04e1c 100%);
  background: linear-gradient(to bottom,  #f36028 0%,#f04e1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36028', endColorstr='#f04e1c',GradientType=0 );
  -webkit-border-radius:2px;
     -moz-border-radius:2px;
          border-radius:2px;
          box-shadow:inset 0 1px 0 #f67b43 , 1px 2px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #f67b43 , 1px 2px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #f67b43 , 1px 2px 2px -1px rgba(154,125,108,.59);
  text-transform:uppercase;
  border-top:1px solid #dc683c;
  border-left:1px solid #ca4e2a;
  border-right:1px solid #ca4e2a;
  border-bottom:1px solid #d74e25;
  text-shadow:0 1px 0 rgba(0,0,0,.2);
  }

.btn-group .button {margin:0 5px;}

.button.yellow {
  background: #f3d528;
  background: -moz-linear-gradient(top,  #f3d528 1%, #f0cd1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3d528), color-stop(100%,#f0cd1c));
  background: -webkit-linear-gradient(top,  #f3d528 1%,#f0cd1c 100%);
  background: -o-linear-gradient(top,  #f3d528 1%,#f0cd1c 100%);
  background: -ms-linear-gradient(top,  #f3d528 1%,#f0cd1c 100%);
  background: linear-gradient(to bottom,  #f3d528 1%,#f0cd1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d528', endColorstr='#f0cd1c',GradientType=0 );

          box-shadow:inset 0 1px 0 #f6de43 , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #f6de43 , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #f6de43 , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #e1c623;
  border-left:1px solid #d2b200;
  border-right:1px solid #d2b200;
  border-bottom:1px solid #dcbb09;}

.button.turquoise {
  background: #3ece9b;
  background: -moz-linear-gradient(top,  #3ece9b 0%, #2fc48b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ece9b), color-stop(100%,#2fc48b));
  background: -webkit-linear-gradient(top,  #3ece9b 0%,#2fc48b 100%);
  background: -o-linear-gradient(top,  #3ece9b 0%,#2fc48b 100%);
  background: -ms-linear-gradient(top,  #3ece9b 0%,#2fc48b 100%);
  background: linear-gradient(to bottom,  #3ece9b 0%,#2fc48b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ece9b', endColorstr='#2fc48b',GradientType=0 );

          box-shadow:inset 0 1px 0 #5bd8af , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #5bd8af , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #5bd8af , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #3dae86;
  border-left:1px solid #1b8e62;
  border-right:1px solid #1b8e62;
  border-bottom:1px solid #21a06f;}

.button.green {
  background: #9dce3e;
  background: -moz-linear-gradient(top,  #9dce3e 0%, #8ec42f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dce3e), color-stop(100%,#8ec42f));
  background: -webkit-linear-gradient(top,  #9dce3e 0%,#8ec42f 100%);
  background: -o-linear-gradient(top,  #9dce3e 0%,#8ec42f 100%);
  background: -ms-linear-gradient(top,  #9dce3e 0%,#8ec42f 100%);
  background: linear-gradient(to bottom,  #9dce3e 0%,#8ec42f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dce3e', endColorstr='#8ec42f',GradientType=0 );

          box-shadow:inset 0 1px 0 #b1d85b , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #b1d85b , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #b1d85b , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #8aae3a;
  border-left:1px solid #688d16;
  border-right:1px solid #688d16;
  border-bottom:1px solid #749f1e;}

.button.cyan_blue {
  background: #28c7f3;
  background: -moz-linear-gradient(top,  #28c7f3 0%, #1cbcf0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28c7f3), color-stop(100%,#1cbcf0));
  background: -webkit-linear-gradient(top,  #28c7f3 0%,#1cbcf0 100%);
  background: -o-linear-gradient(top,  #28c7f3 0%,#1cbcf0 100%);
  background: -ms-linear-gradient(top,  #28c7f3 0%,#1cbcf0 100%);
  background: linear-gradient(to bottom,  #28c7f3 0%,#1cbcf0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28c7f3', endColorstr='#1cbcf0',GradientType=0 );

          box-shadow:inset 0 1px 0 #43d3f6 , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #43d3f6 , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #43d3f6 , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #29accf;
  border-left:1px solid #0a8eb4;
  border-right:1px solid #0a8eb4;
  border-bottom:1px solid #109dc8;}

.button.dark_blue {
  background: #4772d1;
  background: -moz-linear-gradient(top,  #4772d1 0%, #3761c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4772d1), color-stop(100%,#3761c8));
  background: -webkit-linear-gradient(top,  #4772d1 0%,#3761c8 100%);
  background: -o-linear-gradient(top,  #4772d1 0%,#3761c8 100%);
  background: -ms-linear-gradient(top,  #4772d1 0%,#3761c8 100%);
  background: linear-gradient(to bottom,  #4772d1 0%,#3761c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4772d1', endColorstr='#3761c8',GradientType=0 );

          box-shadow:inset 0 1px 0 #648cdb , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #648cdb , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #648cdb , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #3d5ea5;
  border-left:1px solid #17347d;
  border-right:1px solid #17347d;
  border-bottom:1px solid #224396;}

.button.purple {
  background: #893ece;
  background: -moz-linear-gradient(top,  #893ece 0%, #792fc4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#893ece), color-stop(100%,#792fc4));
  background: -webkit-linear-gradient(top,  #893ece 0%,#792fc4 100%);
  background: -o-linear-gradient(top,  #893ece 0%,#792fc4 100%);
  background: -ms-linear-gradient(top,  #893ece 0%,#792fc4 100%);
  background: linear-gradient(to bottom,  #893ece 0%,#792fc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#893ece', endColorstr='#792fc4',GradientType=0 );

          box-shadow:inset 0 1px 0 #a15bd8 , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #a15bd8 , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #a15bd8 , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #7f3eb2;
  border-left:1px solid #5f1e94;
  border-right:1px solid #5f1e94;
  border-bottom:1px solid #6723a4;}

.button.violet {
  background: #c53ece;
  background: -moz-linear-gradient(top,  #c53ece 0%, #ba2fc4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c53ece), color-stop(100%,#ba2fc4));
  background: -webkit-linear-gradient(top,  #c53ece 0%,#ba2fc4 100%);
  background: -o-linear-gradient(top,  #c53ece 0%,#ba2fc4 100%);
  background: -ms-linear-gradient(top,  #c53ece 0%,#ba2fc4 100%);
  background: linear-gradient(to bottom,  #c53ece 0%,#ba2fc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c53ece', endColorstr='#ba2fc4',GradientType=0 );

          box-shadow:inset 0 1px 0 #d15bd8 , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #d15bd8 , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #d15bd8 , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #993a9c;
  border-left:1px solid #6e1770;
  border-right:1px solid #6e1770;
  border-bottom:1px solid #871f8c;}

.button.magenta {
  background: #f3288a;
  background: -moz-linear-gradient(top,  #f3288a 0%, #f01c7a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3288a), color-stop(100%,#f01c7a));
  background: -webkit-linear-gradient(top,  #f3288a 0%,#f01c7a 100%);
  background: -o-linear-gradient(top,  #f3288a 0%,#f01c7a 100%);
  background: -ms-linear-gradient(top,  #f3288a 0%,#f01c7a 100%);
  background: linear-gradient(to bottom,  #f3288a 0%,#f01c7a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3288a', endColorstr='#f01c7a',GradientType=0 );

          box-shadow:inset 0 1px 0 #f643a1 , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #f643a1 , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #f643a1 , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #d42c7f;
  border-left:1px solid #bc0f5e;
  border-right:1px solid #bc0f5e;
  border-bottom:1px solid #cd1367;}

.button.red {
  background: #c82920;
  background: -moz-linear-gradient(top,  #c82920 0%, #bd1d16 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c82920), color-stop(100%,#bd1d16));
  background: -webkit-linear-gradient(top,  #c82920 0%,#bd1d16 100%);
  background: -o-linear-gradient(top,  #c82920 0%,#bd1d16 100%);
  background: -ms-linear-gradient(top,  #c82920 0%,#bd1d16 100%);
  background: linear-gradient(to bottom,  #c82920 0%,#bd1d16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c82920', endColorstr='#bd1d16',GradientType=0 );

          box-shadow:inset 0 1px 0 #d44639 , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #d44639 , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #d44639 , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #a32c24;
  border-left:1px solid #7d0e09;
  border-right:1px solid #7d0e09;
  border-bottom:1px solid #92130d;}

.button.brown {
  background: #835f3e;
  background: -moz-linear-gradient(top,  #835f3e 1%, #724d2f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#835f3e), color-stop(100%,#724d2f));
  background: -webkit-linear-gradient(top,  #835f3e 1%,#724d2f 100%);
  background: -o-linear-gradient(top,  #835f3e 1%,#724d2f 100%);
  background: -ms-linear-gradient(top,  #835f3e 1%,#724d2f 100%);
  background: linear-gradient(to bottom,  #835f3e 1%,#724d2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835f3e', endColorstr='#724d2f',GradientType=0 );

          box-shadow:inset 0 1px 0 #9a7b5b , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #9a7b5b , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #9a7b5b , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #75563b;
  border-left:1px solid #523219;
  border-right:1px solid #523219;
  border-bottom:1px solid #5c3b20;}

.button.black {
  background: #2f2f2f;
  background: -moz-linear-gradient(top,  #2f2f2f 0%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#212121));
  background: -webkit-linear-gradient(top,  #2f2f2f 0%,#212121 100%);
  background: -o-linear-gradient(top,  #2f2f2f 0%,#212121 100%);
  background: -ms-linear-gradient(top,  #2f2f2f 0%,#212121 100%);
  background: linear-gradient(to bottom,  #2f2f2f 0%,#212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#212121',GradientType=0 );

          box-shadow:inset 0 1px 0 #4b4b4b , 1px 1px 2px -1px rgba(154,125,108,.59);
     -moz-box-shadow:inset 0 1px 0 #4b4b4b , 1px 1px 2px -1px rgba(154,125,108,.59);
  -webkit-box-shadow:inset 0 1px 0 #4b4b4b , 1px 1px 2px -1px rgba(154,125,108,.59);

  border-top:1px solid #262626;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px solid #0b0b0b;}

.button.brown.custom {background:#a54719 !important;box-shadow:none;border-radius:4px}
.button.green.custom {background:#739620 !important;box-shadow:none;border-radius:4px}
.button.turquoise.custom{background:#5ca794 !important;box-shadow:none;border-radius:4px}
a.donate_btn {
  font-size:17px;
  padding:0px 45px;
  margin:0 auto;}

/*-----------------------------------*/
/* Events Calendar */
/*-----------------------------------*/
#calendar {position:relative;z-index:1100;}
#calendar .ui-datepicker-header {width:960px;position:absolute;top:-149px;}
#calendar .ui-datepicker-header .ui-datepicker-title {text-align:center;line-height:normal;font-size:22px;color:#d64100;font-weight:bold;}
#calendar .ui-datepicker-header a , .ui-datepicker-header .ui-datepicker-title {display:inline-block;  width:320px; vertical-align:middle; line-height:normal; *display:inline; *zoom:1;}
#calendar .ui-datepicker-header a.ui-datepicker-prev {text-align:left;}
#calendar .ui-datepicker-header a.ui-datepicker-next {text-align:right;}
#calendar .ui-datepicker-header a {font-family:"Lato" , sans-serif ; font-size:12px; color:#8c8878;text-transform:uppercase;}
#calendar .ui-datepicker-header a span {display:block;}
#calendar .ui-datepicker-header a.ui-datepicker-prev span {background:transparent url(images/left_calendar_arrow.png) no-repeat center left;padding:10px 0 10px 40px;}
#calendar .ui-datepicker-header a.ui-datepicker-next span {background:transparent url(images/right_calendar_arrow.png) no-repeat center right;padding:10px 40px 10px 0;}
#calendar .ui-datepicker-header a:hover{cursor:pointer;}

#calendar .ui-datepicker-calendar {clear:both}
#calendar .ui-datepicker-calendar table {width:100%; position:relative; }
#calendar .ui-datepicker-calendar tbody td {width:135px;height:130px;background:#e6e3df;border:3px solid #fff;vertical-align:top; padding:15px 15px 0 15px;}
#calendar .ui-datepicker-calendar .ev_wrap {position:relative;height:40px; overflow:hidden;z-index:10;font-style:italic;}
#calendar .ui-datepicker-calendar .ev_wrap .inner {position:absolute; top:0; left:0; z-index:5; }
#calendar .ui-datepicker-calendar .ev_wrap span{display:block; margin-bottom:10px; font-style:italic; font-size:10px; font-family: 'PT Serif Caption', serif;}
#calendar .ui-datepicker-calendar td .ui-state-default {font-size:33px;color:#fff;font-weight:300;display:block;margin-bottom:15px;}
#calendar .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {color:#ccc8c4; }
#calendar .ui-datepicker-calendar td.ui-state-disabled {background:#f7f7f5 !important; color:#ccc8c4; }
#calendar .ui-datepicker-calendar td.ui-state-disabled .ev_wrap span{color:rgba(97,85,72,.5);}
#calendar .ui-datepicker-calendar td.ui-datepicker-unselectable.event {background:#f6de6e;}
#calendar .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {background:#00bdad; cursor:pointer; color:#fff; }
#calendar .ui-datepicker-calendar td.ui-datepicker-today {background:#e35010 !important;}
#calendar .ui-datepicker-calendar td.ui-datepicker-today .ev_wrap {color:#fff;}
#calendar .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-default::after {content:"Today";color:#fff;font-family:"Lato" , sans-serif; font-weight:bold; font-size:12px; text-transform: uppercase;position:relative;vertical-align:middle;top:-3px;left:15px;}
#calendar .ui-datepicker-calendar td.event .scroll {position:relative;}
#calendar .ui-datepicker-calendar td.event .scroll .disable{visibility:hidden;}
#calendar .ui-datepicker-calendar td.event .scroll .down {text-indent:-9999px; display: inline-block; background:transparent url(images/arrow_down_calendar.png) no-repeat;padding: 0px 9px 0px 10px; position:absolute; bottom:-28px; left:5px;}
#calendar .ui-datepicker-calendar td.event .scroll .up {text-indent:-9999px; display: inline-block; background:transparent url(images/arrow_up_calendar.png) no-repeat;padding: 0px 9px 0px 10px; position:absolute; bottom:-28px; right:5px;}
#calendar .ui-datepicker-calendar thead th {font:14px "Lato" ,sans-serif; font-weight:bold;color:#989587;text-transform: uppercase; padding-bottom:15px;}
/*-----------------------------------*/
/* Other styles */
/*-----------------------------------*/
.btn_donate { position:relative; text-align:center; padding:10px 0; margin-bottom:35px;}
.middle_txt h5.important {text-align:center; font-weight:700;}
/*===================================================*/
/* 5. WIDGETS STYLES */
/*===================================================*/
.widget_ico  {margin-bottom:25px;}
.widget_ico img {display:block;margin:0 auto;}
.sidebar .widget_container {margin-bottom:75px;}
.content .widget_container {margin-bottom:40px;}
/* SIDEBAR MAP */
#sidebar_map {overflow: hidden;border-radius: 50%;position: relative;z-index: 99;width:250px;height:250px;border:10px solid #f1f0ee;-webkit-clip-path: circle(50%, 50%, 100%);clip-path: circle(50%, 50%, 100%);clip: circle(50%, 50%, 100%);}
#sidebar_map iframe {position: absolute;border-radius: 50%;top: -105px;left: -125px;z-index: 50;width: 500px;height: 500px;overflow: hidden;-webkit-clip-path: circle(50%, 50%, 100%);clip-path: circle(50%, 50%, 100%);clip: circle(50%, 50%, 100%);}
.widget_container.sidebar_map .adress {position: relative; text-align:center;}
.widget_container.sidebar_map .adress h5 {font-size:13px; font-weight:bold;margin-bottom:5px;margin-top:25px;}
.widget_container.sidebar_map .adress span {display:block;}
/*Contact Map*/
.contact_map {height: 417px;}

/* sidebar navigation */

.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul,
.widget_links ul,
.widget_meta ul,
.widget_pages ul {
  padding:0;
  margin:0;
  list-style:none;}

.widget_nav_menu li,
.widget_categories li,
.widget_archive li,
.widget_links li,
.widget_meta li,
.widget_pages li {
  font-size:14px;
  margin:0;
  display:block;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
  margin-bottom:20px;
  position: relative;}

.widget_container.widget_nav_menu li a,
.widget_categories li a,
.widget_archive li a,
.widget_links li a,
.widget_meta li a,
.widget_pages li a {
  background:transparent url(images/icons/menu_arrow.png) no-repeat 0 center;
  padding-left:30px;
  color:#d64100;}

.widget_container.widget_nav_menu li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_container.widget_nav_menu li.current-menu-item a,
.widget_categories li.current-menu-item a,
.widget_archive li.current-menu-item a,
.widget_links li.current-menu-item a,
.widget_meta li.current-menu-item a,
.widget_pages li.current-menu-item a {
  background:transparent url(images/icons/menu_ico.png) no-repeat 0 center;
  color:#00bdad;}

.widget_archive ,.widget_container.widget_nav_menu  {border-bottom:1px solid #e3e1da;padding-bottom:15px;}

.widget_archive li {
  width:49%;
  float:left;
  display:block;}

.widget_archive li.even {
  padding-right:2%}

/* Widget Calendar  */

.sidebar .widget-container.widget_calendar,
.content .widget-container.widget_calendar{
  padding:0;}

.widget_calendar table {
  border-collapse: collapse;
  border-spacing:0;
  width:100%;
  margin:0;
  background:#fff;
  color:#fff;
  position:relative;}

.widget_calendar table th{
  font-size:9px;
  height: 21px;
  padding:0;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color:#989587;
  font-family:"Lato" , sans-serif;
  border:none}

.widget_calendar table td{
  text-align:left;
  padding:2px 0 0 2px;
  line-height:1em;
  vertical-align:top;}

.widget_calendar table tbody td {
  font-size:12px;
  border:1px solid #fff;
  height: 37px;
  background-color:#d0cbc1;
  width:37px;}

.widget_calendar table tbody .pad {
  color:#c0c0c0;
  border:1px solid #e5d3c2;
  background:#f8f3f0}

.widget_calendar table tbody .disabled {
  color:#8d857a;
  background:#f7f7f7;}

.widget_calendar table tbody a {
  display:block;
  background-color:#f8ece4;
  color:#8e8071;}

.widget_calendar table tbody a:hover {
  color:#db2e1f}

.widget_calendar table tfoot {
  width:100%;}

.widget_calendar table tfoot a {color:#211718;font-weight:bold;}
.widget_calendar table tfoot a:hover {color:#f34a00}
.widget_calendar table tfoot td {
  text-align:center;
  padding-top:20px;
  border:none}

.widget_calendar #today,
.widget_calendar table tbody #today a {
  color:#fff;
  background-color:#ffdf4a;}

.widget_calendar table tbody #today a {display:block;}
.widget_calendar table tbody #today a span {color:#616161 ; font-size:7px; text-transform:uppercase; display:block; margin-left:4px; margin-top:3px;}

.widget_calendar table tbody .event {background:#00bdad;color:#fff; }
.widget_calendar table tbody .event a {background:none; display:block; color:#fff;width:35px;height:35px;}

/*Contacts*/
.widget_contact {position:relative; text-align:center;}
.widget_contact span {display:block; margin-bottom:5px;}
.widget_contact .adress {font-size:17px;font-family: 'PT Serif Caption', serif;color:#d64100;font-style:italic;}
.widget_contact .phone , .widget_contact .fax {font-size:12px; font-weight:bold;}
/* Twitter  widget */
.twitter ul {margin:15px 0 30px;padding:0}

.twitter li {
  background:url(images/icons/icon_twitter.png) 0 0 no-repeat;
  padding-left:30px;
  list-style:none !important;
  margin-bottom:14px !important;
  font-family: 'PT Serif Caption', serif;
  color:#78746c;
  min-height:24px;
  font-size:16px;
  font-style:italic}

.twitter li a {text-decoration:none}
.sidebar .twitter h3 {padding-left:30px}
.twitter li a {text-decoration:none}
.sidebar .twitter h3 {padding-left:30px}
.sidebar .widget {margin-bottom:30px}

/* Flickr  widget */
.flickr{
  padding:0;
  margin-bottom:30px;}

.flickr .flickr_badge_image {
  margin:3px 10px 7px 0px;
  list-style:none;
  display:block;
  float:left}

.flickr .flickr_badge_image img  {
  width:100px;
  height:100px;}

.sidebar .flickr .flickr_badge_image{
  float:left;
  margin:4px 10px 5px 0px;}

.sidebar .flickr .flickr_badge_image img {
  width:60px;
  height:60px;
  border:3px solid #5a6164}

.sidebar .flickr_white:first-child {
  margin-top:-29px}

.sidebar .widget-container.flickr_white h3 {
  color:#66c5f1 !important;
  font-size:16px !important;
  margin-bottom:11px}

.sidebar .flickr_white .flickr_badge_image {
  margin:5px 10px 5px 0}
.sidebar .flickr_white .flickr_badge_image img {
  border:0;
  width:64px;
  height:64px}

/* Popular/Recent Posts widget */

.post_list, .tf_sidebar_tabs .tab-pane {padding:0 !important;margin:0 !important}

.post_list li {
  list-style:none !important;
  clear:both;
  padding:10px 12px 10px 18px;
  font-size:13px;
  min-height:55px;
  background:#fff;
  margin:0 !important}

.post_list .odd {
  background:#e8e8e8}

.sidebar .post_list li {
  background:#e2e6e9}

.sidebar .post_list .odd {
  background:#fff}

.post_list li a {
  text-decoration:none;
  color:#26363d;
  font-size:15px}

.post_list li a:hover {
  color:#f25c24}

.post_list .date {
  color:#727272;
  padding-top:3px;
  font-size:13px;
  line-height:1em}

.post_list .thumbnail {
  float:right;
  margin-left:10px;
  border:none !important;
  width:50px}

/* Popular/Recent Posts widget */
.widget_recent_posts ul,
.widget_popular_posts ul {
  margin:10px 0;
  padding:0}

.widget_recent_posts ul li,
.widget_popular_posts ul li {
  list-style:none;
  clear:both;
  margin-bottom:45px;
  margin-top:20px}

.content .widget_recent_posts .post-meta,
.content .widget_popular_posts .post-meta  {
  padding:10px 0 5px 0;
  text-align:left;
  font-size:14px;
  color:#d64100;
  font-family:"Lato" , sans-serif;
  margin:0 !important;
  border:none}

.widget_recent_posts .post-meta a,
.widget_popular_posts .post-meta a {
  color:#f25c24;
  font-style:normal;
  text-decoration:none}

.widget_recent_posts .post-meta .link-comments,
.widget_popular_posts .post-meta .link-comments {
  color:#f25c24;
  background:none;
  padding:0}

.widget_recent_posts .post-meta a:hover,
.widget_popular_posts .post-meta a:hover {
  color:#f25c24}

.widget_recent_posts ul li img,
.widget_popular_posts ul li img {
  width:78px;
  height:78px;
  float:left;
  margin:2px 10px 0 0;
  border:none !important}

.widget_recent_posts ul li .post-title,
.widget_popular_posts ul li .post-title {
  color:#00bdad;
  font-size:12px;
  margin-bottom:5px;
  text-transform:uppercase;}

.widget_recent_posts ul li .post-title:hover,
.widget_popular_posts ul li .post-title:hover {
  color:#f25c24}

.widget_recent_posts .date,
.widget_popular_posts .date {
  color:#999;
  padding-top:3px;
  font-size:12px;
  line-height:12px}

.extras {
  line-height:1.4em;
  padding-top:5px;
  padding-bottom:7px}

.content .link-arrow {
  clear:both;
  padding-right:15px;
  color:#d64100;
  text-transform:uppercase;
  font-size:11px;
  font-weight:bold;
  position:relative;}

.content .link-arrow span {
  position:relative;
  display:inline-block;
  background:transparent url(images/arrow.png) no-repeat center top;
  text-indent:-400px;
  margin-left:8px;
  height:12px;
  width:12px;
  top:-1px;
  vertical-align:middle;}

.separator {
  margin:0 5px;
  color:#d64100}

/* Login Form widget */
.content .widget_login {
  width:270px}

.widget_login h3 {
  margin-top:10px}

.content .widget_login form {
  padding:15px;
  background:#f7f7f5;
  border-radius:0 0 3px 3px;
  -webkit-border-radius:0 0 3px 3px;}

.widget-container.boxed form {
  border:none;
  background:none;
  padding:0}

.widget_login .input {
  width:219px;
  font-size:13px;
  color:#555;
  padding:7px 10px;
  border: 0;
  border-top: 1px solid #d6dee3;
  border-left: 1px solid #d1dae0 ;
  box-shadow: none !important;
  border-radius: 2px;}

.sidebar .widget_login #user_login,
.sidebar .widget_login #user_pass {
  background-color:#fff}

.widget_login p {
  margin:0}

.widget_login .forgetmenot {
  line-height:1.2em;
  float:left;
  display:block;
  font-size:13px}

.widget_login .forgetmenot input {
  margin:0 3px 0 0;
  float:left;
  border:none ;
  width:auto !important;
  padding:0 !important;}

.widget_login .submit {
  margin:0 0 5px 0!important;
  clear:both;
  display:block;}

.widget_login .button {
  margin:0 auto;
  width:140px !important;
  -webkit-appearance:none;}

.widget_login .forget_password {
  display:block;
  float:right;
  font-family: 'PT Serif Caption', serif;
  font-style:italic;
  font-size:12px;
  line-height:1.4em;
  margin-top:0;
  margin-bottom:20px;}

.ie7 .widget_login .forget_password,
.ie8 .widget_login .forget_password  {
  width:auto;
  padding-left:5px;
  padding-top:1px}

.widget_login .input_styled label {
  font-size:13px;
  margin-right:10px;
  color:#838a90}

.widget_login form label {
  font-weight:bold;
  font-family:"Lato" , sans-serif;
  color:#211818;
  font-size:14px;}

.widget_login .forget_password a {
  color:#d64100;
  font-style:italic}

.widget_login .forget_password a:hover {
  color:#e67f0d}

/* widget_search */
.content .widget-container.widget_search {
  width:250px}

.widget_search label, .widget_search cite, .widget_search .screen-reader-text {
 color:#d64100; font-family:"Lato", sans-serif;}

.content .widget_search form {
  position:relative;
  background:#f7f7f5;
  border-radius:0 0 3px 3px;
  -webkit-border-radius:0 0 3px 3px;
  padding:15px}

.widget_search .inputField {
  width:164px;
  border: 0;
  border-top: 1px solid #d6dee3 !important;
  border-left: 1px solid #d1dae0 !important;
  box-shadow: none !important;
  font-family:"Lato" , sans-serif;
  font-style:italic;
  color:rgba(0,0,0,.4);
  font-size:13px;
  border-radius: 2px;
  padding: 8px 40px 8px 10px;}

.sidebar .widget_search .inputField {
  background-color:#fff;}

.content .widget_search input.button {
  margin:0px 0 0 -40px;
  width:39px !important;
  min-width:36px !important;
  height:40px !important;
  border-radius:2px;
  -webkit-border-radius:2px;
  background:url(images/icons/icon_search.png) center center no-repeat;
  background-color:#f25720;
  overflow:hidden;
  text-indent:-500px;
  -webkit-appearance:none;}

.sidebar .widget_search .search_inner{ padding:7px 0; background:#fff; border-bottom:1px solid #e3e1da;}
.sidebar .widget_search form {background:#f7f7f5;margin:0;padding:40px 27px;text-align:center;}
.sidebar .widget_search form label {font-family: 'Merriweather', serif;font-size:14px;color:#2a201c;font-weight:bold;margin-bottom:15px;}
.sidebar .widget_search .inputField {margin-bottom:15px;}
/*=================================================*/
/* 6. POSTS */
/*===================================================*/

/*-----------------------------------*/
/* Blog post list */
/*-----------------------------------*/
.post_item{position:relative;border-bottom:1px solid #e3e1da;margin-bottom:35px;}
.post_title h2 {font-size:21px;margin:0;}
.post_title h2 a  {color:#2a201c;}
.post_title h2 a:hover {color:#f34a00;}
.post_meta_top {font-family: 'PT Serif Caption', serif; font-style:italic; font-weight:400; color:#a09c8e;font-size:13px; margin-bottom:15px;}
.post_meta_top .post_date {color:#00bdad;}
.post_item a.read_link {color:#d64100;font-weight:bold;}
.post_desc {margin-bottom:20px;}
.post_desc p {color:#211718;margin-bottom:25px;}
.post_item .post_img {margin-bottom:15px;}
.post-details.post_item {border-bottom:none;}
/*-----------------------------------*/
/* Resources list */
/*-----------------------------------*/
.resources_item {position:relative;display:block;padding:20px 0 15px;}
.resources_item.even {background:#f1f0ee;border-top:1px solid #d9d6cf;border-bottom:1px solid #d9d6cf;}
.resources_item.last {border-bottom:1px solid #d9d6cf; margin-bottom:25px;}
.resources_item h5 {font-size:15px; font-weight:bold;margin:0;margin-left:10px;}
.resources_item .meta_date {margin-left:25px; font-size:13px; font-family: 'PT Serif Caption', serif; font-style:italic;color:#a09c8e;}
.resources_item .meta_date span {color:#00bdad}
.resources_item .resource_meta , .resources_item .resource_btn  {display:inline-block; *display:inline;*zoom:1; vertical-align:middle; *float:left}
.resources_item .resource_btn  {float:right;}
.resource_btn a {height:28px;line-height:28px;font-size:11px;padding:0 15px;margin:3px 5px 0 5px; }
.resource_btn .resources_preview {
  display:inline-block;
  *display:inline;
  *zoom:1;
  background: #00c4b5;
  background: -moz-linear-gradient(top,  #00c4b5 0%, #00b2a0 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c4b5), color-stop(99%,#00b2a0));
  background: -webkit-linear-gradient(top,  #00c4b5 0%,#00b2a0 99%);
  background: -o-linear-gradient(top,  #00c4b5 0%,#00b2a0 99%);
  background: -ms-linear-gradient(top,  #00c4b5 0%,#00b2a0 99%);
  background: linear-gradient(to bottom,  #00c4b5 0%,#00b2a0 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4b5', endColorstr='#00b2a0',GradientType=0 );
  border:1px solid #208077;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  color:#fff;
  text-shadow:0 1px 0 #00796e;
  text-transform:uppercase;
  vertical-align:middle;
  font-weight:bold;
  box-shadow:1px 2px 2px -1px rgba(154,125,108,.59);}
.resource_btn .resources_download {margin-right:10px;}
/*-----------------------------------*/
/* About details */
/*-----------------------------------*/
.about_details .about_img , .donate_img {margin-bottom:45px;}
.about_details .about_img img , .donate_img img {border-bottom:7px solid #f1f0ee;}
.middle_txt {width:550px; margin:0 auto 40px; }
.middle_txt p {margin-bottom:25px;}
.middle_txt p.psalm , .post_item p.psalm {width:400px;margin:0 auto;color:#00bdad; font-family: 'PT Serif Caption', serif; font-style:italic; font-size:15px; line-height:30px; margin-bottom:25px;}
.middle_txt p.psalm span , .post_item p.psalm span {display:block;color:#404040;padding-top:10px; font-family: 'Merriweather', serif;font-weight:bold;font-size:12px;text-transform:uppercase;}
.about_team {position:relative; padding-top:25px;}
.about_team h2 {font-size:21px;margin-bottom:40px;}
/*-----------------------------------*/
/* Comment list */
/*-----------------------------------*/
.comment_list {position:relative;margin-bottom:40px;}
.comment_list h4 {margin:0 0 25px 0}
.comment_list ol, .comment_list ul {margin:0;padding:0;list-style:none;}
.comment_list li {list-style:none;}
.comment {clear:both;display:block;min-height:25px;padding:0;color:#211818}
.comment_item {background:#fff;padding:7px 0;border-bottom:1px solid #e3e1da;}
.comment_list ol > li:first-child > .comment_item {border-top: 1px solid #e3e1da;}
.comment_list .children li:last-child> .comment_item {border-bottom:0;}
.comment_list .children li.parent > .comment_item {border-bottom: 1px solid #e3e1da !important;}
.comment_body {background:#f7f7f5;padding:20px 15px;}
a.link-author{display:inline-block; float:left; color:#00bdad;text-transform:uppercase;padding:5px 0;}
.comment_avatar {width:81px;float:left;margin-right:10px}
ul.children {padding-left:90px;background:transparent url(images/icons/comment_arrow.png) no-repeat 65px 7px;}
.comment_avatar img {width:81px;height:81px;-moz-border-radius: 50%;-webkit-border-radius: 50%; border-radius: 50%}
.children .comment_avatar img {width:72px;height: 71px;}
.comment_author {padding-bottom:10px;text-align:right;color:#78746c;font-size:12px;}
.comment_author .comment_date ,.comment_author a.link-reply {font-family: 'PT Serif Caption', serif; font-style:italic; color:#78746c;}
.comment_author a.link-reply:hover {color:#d64100}
.comment_text {float:left;width:475px;position:relative;font-size:13px;}
.children .comment_text {width:385px;}
.children .children .comment_text {width:295px;}


/*-----------------------------------*/
/* Comment form / Contact form */
/*-----------------------------------*/
.add_comment {position:relative;margin:0;padding:0;padding-top:15px;}
.add_comment .add_comment_title {text-align:right;}
.add_comment .add_comment_title h4 {float:left;text-transform:uppercase;font-weight: bold;}
.add_comment .add_comment_title a {text-transform:uppercase ; font-size:12px; color:#d64100;font-weight:bold;}
.comment_form .field_text {margin-right:20px;}
.comment_form .label_title , .contact_form .label_title {font-size:13px; font-family: 'Lato', sans-serif;}
.comment_form .field_text input , .comment_form .text_area textarea{box-shadow:none !important; border:0; border-top:1px solid #e4e3e2; border-left:1px solid #e4e3e2; height:27px; border-radius:2px;}
.comment_form .name_input input {width:280px;}
.comment_form .email_input input {width:240px;}
.comment_form .text_area textarea {width:553px;min-height:150px;min-width:553px; max-width:553px;}
.form_body {padding:9px 0; background:#fff; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.form_inner {background:#f7f7f5;padding:30px 20px 40px;}
.comment_form .rowSubmit , .contact_form .rowSubmit {padding:20px 0; text-align:center;}
.comment_form .rowSubmit input , .contact_form .rowSubmit input {font-family: 'Merriweather', serif; font-size:11px;}
.contact_form .field_text input ,.contact_form .text_area textarea {box-shadow:none !important; border:0; border-top:1px solid #e4e3e2; border-left:1px solid #e4e3e2; height:27px; border-radius:2px;width:205px;}
.contact_form .field_text {margin-right:70px;}
.contact_form .text_area textarea {max-width:495px;min-width:495px;min-height:150px;}
.comment-form .select_styled{
  color:#5c5146;
  font-size:14px;
  line-height:18px;
  width:233px;
  margin:3px 0}

.comment-form .select_styled{
  height:40px;
  width:250px; /* +2px bc of borders */}
.comment-form .select_styled option {
  font-size:13px;
  padding:9px 0;
  text-indent:5px}
/*-----------------------------------*/
/* Author/Team description */
/*-----------------------------------*/
.author_description {padding:7px 0; background:#fff;border-top:1px solid #e3e1da;border-bottom:1px solid #e3e1da; margin-bottom:25px; }
.author_description .author_inner {background:#f7f7f5; position:relative;}
.author_description .author_img {display:block; border-radius:50%; float:left; width:170px;}
.author_description .author_img img{border:7px solid #fff; border-radius:50%;margin:25px 0 25px 12px;}
.author_description .author_name , .author_description .author_desc {display:inline-block; *display:inline; *zoom:1;width:385px;}
.author_description .author_name h5 {margin-top:55px;margin-bottom:8px;font-weight:bold;}
.author_description .author_name h5 span {color:#00bdad}
.author_description .author_desc {font-size:12px; font-family: 'PT Serif Caption', serif; font-style:italic; color:#78746c;}
.author_description .author_desc a { color:#d64100;}
/*-----------------------------------*/
/* Gallery list / Portfolio */
/*-----------------------------------*/
.gallery_list {position:relative;margin-left:-10px;*zoom: 1;}
.gallery_list .gallery_item {position:relative;width:310px; ; float:left; margin:0 5px 75px ;}
.gallery_item .gallery_img {margin-bottom:5px;}
.gallery_item .gallery_meta {position:relative;  font-family:"Lato" , sans-serif ; font-size:12px;text-transform:uppercase;color:#79776f;}
.gallery_item .gallery_meta .title_item {float:left;vertical-align:middle; margin-left:5px ; padding:3px 0;}
.gallery_item .gallery_meta .subscribe_number {color:#00bdad; background:transparent url(images/icons/blue_heart.png) no-repeat right center ; padding:3px 28px 3px 0;float:right;vertical-align:middle; margin-right:5px;opacity:.75;}
.gallery_item .gallery_meta .subscribe_number:hover {opacity:1;}
/*-----------------------------------*/
/* Category List */
/*-----------------------------------*/
.category_list {position:relative;}
.category_title {margin-bottom:20px;}
.category_title h2{margin:0}
.category_img {margin-bottom:25px;}
.category_desc {padding-bottom:10px;border-bottom:1px solid #e3e1da;}
.category_desc p {font-style:normal;font-size:15px;line-height:1.6em;}
.category_desc p.section {color:#00bdad; font-size:15px; line-height:30px;font-family: 'PT Serif Caption', serif;font-weight:400; font-style:italic; margin-bottom:68px;}
.category_desc p.section span {color:#404040; text-transform:uppercase; font-weight:bold;font-size:12px;font-family:'Merriweather', serif;display:block;font-style:normal; padding-top:8px;}
.category_foot {padding:14px 0;}
.category_foot a {font-size:12px; color:#d64100; font-weight:bold; text-transform:uppercase;}



/*=================================================*/
/* 7. ADDITIONALLY ICONS */
/*===================================================*/


.valid{border:1px solid #70A41B!important; overflow:hide;} /*#70A41B*/
.error{overflow:hide; border:1px solid red!important;}

div 
{
    display: block;
}

.block 
{
    background-color: #eee8df;
}

.block-picture 
{
    padding: 0px;
    position: relative;
    overflow: hidden;
 }


.resource 
{
    background-color: #fcf9f4;
    margin-bottom: 30px; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rrow{margin-left:-15px;margin-right:-15px}

p {
    margin: 0 0 10px;
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


a {
    color: #7f726b;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}


.clearfix::after 
{
    clear: both;
}

.clearfix::before, .clearfix::after 
{
    content: " ";
    display: table;
}


::before, ::after 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-picture-hover 
{
    background-color: #a82626;
    display: block;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 100%;
}



.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, 
.col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, 
.col-md-2, .col-md-1 
{
    float: left;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, 
.col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, 
.col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, 
.col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, 
.col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-12, .col-sm-11, .col-sm-10, 
.col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, 
.col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 
{
    float: left;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-9, .col-md-9, .col-lg-9, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, 
.col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, 
.col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, 
.col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, 
.col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, 
.col-md-1, .col-lg-1 
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, 
.col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, 
.col-md-10, .col-lg-10, .col-xs-9, .col-md-9, 
.col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, 
.col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, 
.col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, 
.col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, 
.col-sm-1, .col-md-1, .col-lg-1 
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, 
.col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, 
.col-md-2, .col-md-1, .col-sm-9 
{
    float: left;
}

.col-sm-12
{
	width:100%;
}


.col-md-5 
{
    width: 41.66667%;
}

.col-md-7 
{
    width: 58.33333%;
}

.block:hover .block-body 
{
    -webkit-box-shadow: inset 0px -4px 0px #a82626;
    box-shadow: inset 0px -4px 0px #a82626;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a 
{
    background: transparent;
}

.block-meta 
{
    font-weight:bolder;
    font-size:15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.block-meta i 
{
    font-size: 20px;
    margin-right: 15px;
    vertical-align: baseline;
}

.block-meta .separator 
{
    font-size: 15px;
    margin: 0px 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

block-picture a:hover 
{
    color: #a82626;
}

.block-picture img 
{
    /*width: 100%; */
}

img 
{
    border: 0;
}

img 
{
    vertical-align: middle;
}

.separator 
{
    padding-left: 10px;
    padding-right: 10px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}


.block-picture
{
	padding:0px;
	position:relative;
	overflow:hidden;

}

.col-sm-9
{
	width:65%;
	margin-left:40px;
}

.block-title, .block-title a 
{
    color: #584338;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color:#0066CC;
}

.block-body p 
{
    margin: 0 0 10px;
}


.block-body 
{
    -webkit-box-shadow: inset 0px -4px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px -4px 0px rgba(0,0,0,0.1);
    padding: 70px 30px;
    -webkit-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

.col-sm-pull-0{right:0%}.col-sm-pull-1{right:8.33333%}.col-sm-pull-2{right:16.66667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333%}.col-sm-pull-5{right:41.66667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.33333%}.col-sm-pull-8{right:66.66667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333%}.col-sm-pull-11{right:91.66667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:0%}.col-sm-push-1{left:8.33333%}.col-sm-push-2{left:16.66667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333%}.col-sm-push-5{left:41.66667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.33333%}.col-sm-push-8{left:66.66667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333%}.col-sm-push-11{left:91.66667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.66667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333%}.col-sm-offset-5{margin-left:41.66667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333%}.col-sm-offset-8{margin-left:66.66667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333%}.col-sm-offset-11{margin-left:91.66667%}.col-sm-offset-12{margin-left:100%}}


.main-inner
{
	background-color:#eee8df;
	-webkit-box-shadow:inset 0px -4px 0px rgba(0,0,0,0.1);
	box-shadow:inset 0px -4px 0px rgba(0,0,0,0.1);
	padding:50px;
}

.main-wrapper
{
	display:table-row;
	background-color: #eee8df;
}

.main
{
	margin-bottom:80px;
}

.container2 
{
    width: 1170px;
}

.container2 
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.list-group
{
	margin-bottom:20px;padding-left:0;
}

.list-group-item 
{	
	display:block;
	margin-right:5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 8px 0px;
	background-color: transparent;
 	padding: 15px 6px 15px 0px;
	position:relative;
	font-size:12px;
}

.list-group-item a {
    text-decoration: none;
}

