/*
 Theme Name:   HOTWInc. Vantage Child Theme
 Theme URI:    http://hotwinc.org/2015/vantage-child/
 Author:       Rotech Enterprise
 Author URI:   http://RotechEnterprise.com
 Template:     vantage
 Version:      1.2.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  vantage-child
*/

@import url('../vantage/style.css');


/* Default layout 3 columns */
#gallery {
  
  }
  #gallery .portfolio {
    width:100%;
    list-style-type:none;
    padding:0;
    margin:0;
    }
    #gallery .portfolio li {
      list-style-type:none;
      display:-moz-inline-box;
      display:inline-block;
      zoom:1;
      vertical-align:top; 
      width:300px;
      margin:0 17px 50px 0;
      position:relative;
      background:none;
      padding:0;
      font-size:11px;
      color:#8f8f8f;
       border: 1px solid #d5d5d5;
      
      box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
      }
    * + html #gallery .portfolio li {
      display:inline;
      }
    #gallery .portfolio li.nomargin {
      margin-right:0 !important;
      }
      #gallery .portfolio li span.image-border {
        display:block;
        height:200px;
        width:300px;
        position:relative;
        }
      #gallery .portfolio li a.image-wrap {
        display:block;
        overflow:hidden;
        width:300px;
        height:200px;
        position:relative;
        /*background:#222 url(images/loading-folio.gif) 50% 50% no-repeat;*/
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        }
      #gallery .portfolio li a.image-wrap:hover {
        
        }
        #gallery .portfolio li a.image-wrap img {
          float:left;
          }
      #gallery .portfolio h3 {
        font-size:16px;
        font-weight:bold;
        text-transform:none;
        font-family:Arial, Helvetica, sans-serif;
        line-height:24px;
      }
        #gallery .portfolio h3 a {
          text-decoration:none;
        }
        #gallery .portfolio h3 a:hover {
          text-decoration:underline;
        }
      #gallery .portfolio .folio-desc {
        margin:0;
        padding:18px 10px 15px 10px;
        background-color:#FFF;
       
        border-top: none;
        }
      #gallery .portfolio p.excerpt {
        padding:0;
        }
      #gallery .portfolio .button {
        text-decoration:underline;
      }
      #gallery .portfolio .button:hover {
        text-decoration:none;
      }
      
      .zoom-icon {
        display:block;
        position:absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        cursor:pointer;
        background:rgba(0, 0, 0, .7);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        opacity:0;
        font-size:14px;
        color:#d9dadc;
        font-family: 'Droid Sans', sans-serif;
        text-transform:uppercase;
        font-weight:bold;
        text-align:center;
        }
      .no-rgba .zoom-icon {
        background:url(images/black-opacity-70.png);
        visibility:hidden;
        }
      .zoom-icon:before {
        content:"";
        display:block;
        position:absolute;
        left:50%;
        top:75px;
        width:36px;
        height:36px;
        margin:0 0 0 -18px;
        background:url(images/magnify-alt.png) 50% 50% no-repeat;
        }
      .image-wrap:hover .zoom-icon {
        opacity:1;
        }
      .no-rgba .image-wrap:hover .zoom-icon {
        visibility:visible;
        }
      
      .zoom-icon .text {
        padding-top:122px;
        display: block;
      } 


/* 1 column portfolio*/
#gallery.one_column .portfolio {
  overflow: visible;
}
#gallery.one_column .portfolio li {
  padding:19px 15px 20px 19px;
  width:auto;
  margin-right:0;
  margin-left:0;
  background-color:#FFF;
  border: 1px solid #cfcfcf;
  
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
  }
  #gallery.one_column .portfolio li span.image-border {
    width:460px;
    height:290px;
    float:left;
    }
  #gallery.one_column .portfolio li a.image-wrap {
    width:460px;
    height:290px;
    }
    #gallery.one_column .folio-desc {
      float:left;
      margin:0 0 0 20px;
      overflow:hidden;
      width:420px;
      background:none;
      border: none;
      padding: 0;
      
      box-shadow:0 0;
      -moz-box-shadow:0 0;
      -webkit-box-shadow:0 0;
      }
  #gallery.one_column .zoom-icon:before {
    top: 110px;
  }
  #gallery.one_column .text {
    padding-top: 155px;
  }

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
  width:460px;
  margin-right:17px;
  }
  #gallery.two_columns .portfolio li span.image-border {
    width:460px;
    height:290px;
    }
  #gallery.two_columns .portfolio li a.image-wrap {
    width:460px;
    height:290px;
    }
  #gallery.two_columns .zoom-icon:before {
    top: 110px;
  }
  #gallery.two_columns .text {
    padding-top: 155px;
  } 

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
  width:220px;
  margin-right:17px;
  }
  #gallery.four_columns .portfolio li span.image-border {
    width:220px;
    height:140px;
    }
  #gallery.four_columns .portfolio li a.image-wrap {
    width:220px;
    height:140px;
    }
  #gallery.four_columns .zoom-icon:before {
    top: 40px;
  }
  #gallery.four_columns .text {
    padding-top: 84px;
  } 

/* Gallery post format */
.gallery_post {
  list-style-type:none;
  padding:0;
  margin:0 0 1em 0;
  width:100%;
  overflow:hidden;
  }
  .gallery_post .g_item {
    overflow:hidden;
    display:none;
    }
  .gallery_post .g_item:first-child {
    display:block;
    }
    .gallery_post .g_item .featured-thumbnail {
      float:none;
      margin:0;
      }
      .gallery_post .g_item .featured-thumbnail img {
        float:none;
        }

.g_pagination {
  text-align:left;
  overflow:hidden;
  }
  .g_pagination ul {
    list-style-type:none;
    margin:0;
    padding:.5em 0;
    overflow:hidden;
    }
    .g_pagination ul li {
      padding:0 5px 0 0;
      display:inline;
      margin:0;
      border: none;
      }
      .g_pagination ul li a {
        display:inline-block;
        text-decoration:none;
        width:10px;
        height:10px;
        background:#000;
        font-size:0;
        line-height:0;
        border-radius:5px;
        vertical-align:top;
        }
      .g_pagination li.activeSlide a,
      .g_pagination li a:hover {
        background:#999;
        }
.g_controls {
  float:right;
  }
  .g_controls a {
    display:inline-block;
    padding:3px 6px;
    background:#000;
    color:#fff;
    vertical-align:top;
    font-size:11px;
    text-decoration:none;
    border-radius:4px;
    font-family:trebushet;
    }
  .g_controls a:hover {
    background:#999;
    }

/* Portfolio
---------------------------------------- */
.latestwork {
  width:100%;
  overflow:hidden;
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .latestwork li {
    float:left;
    margin-right:20px;
    }


/* Gallery */
.header-title {
  margin-bottom:14px;
  }
  .header-title h1 {
    margin-bottom:0;
    font-size:16px;
    line-height:1.2em;
  color:#222222;
  text-transform:uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-weight:bold;
    }
  .header-title .page-desc {
    color:#222;
                font-size:13px;
                font-family: 'Droid Sans', sans-serif;
                padding:20px 0;float:left;width:100%;  
    }



/* Default layout 3 columns */
#gallery {
  
  }
  #gallery .portfolio {
    width:100%;
    list-style-type:none;
    padding:0;
    margin:0;
    }
    #gallery .portfolio li {
      list-style-type:none;
      display:-moz-inline-box;
      display:inline-block;
      zoom:1;
      vertical-align:top; 
      width:300px;
      margin:0 17px 50px 0;
      position:relative;
      background:none;
      padding:0;
      font-size:11px;
      color:#8f8f8f;
      box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
      }
    * + html #gallery .portfolio li {
      display:inline;
      }
    #gallery .portfolio li.nomargin {
      margin-right:0 !important;
      }
      #gallery .portfolio li span.image-border {
        display:block;
        height:200px;
        width:300px;
        position:relative;
        }
      #gallery .portfolio li a.image-wrap {
        display:block;
        overflow:hidden;
        width:300px;
        height:200px;
        position:relative;
        /*background:#222 url(images/loading-folio.gif) 50% 50% no-repeat;*/
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        }
      #gallery .portfolio li a.image-wrap:hover {
        
        }
        #gallery .portfolio li a.image-wrap img {
          float:left;
          width:100%;
          }

        #gallery .portfolio h3 a {
          text-decoration:none;
        }
        #gallery .portfolio h3 a:hover {
          text-decoration:underline;
        }
      #gallery .portfolio .folio-desc {
        margin:0;
        padding:18px 10px 15px 10px;
        background-color:#FFF;
        border-top: none;
        }
      #gallery .portfolio p.excerpt {
        padding:0;
        }
      #gallery .portfolio .button {
        text-decoration:underline;
      }
      #gallery .portfolio .button:hover {
        text-decoration:none;
      }
      
      .zoom-icon {
        display:block;
        position:absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        cursor:pointer;
        background:rgba(0, 0, 0, .7);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        opacity:0;
        font-size:14px;
        color:#d9dadc;
        font-family: 'Droid Sans', sans-serif;
        text-transform:uppercase;
        font-weight:bold;
        text-align:center;
        }
      .no-rgba .zoom-icon {
        background:url(images/black-opacity-70.png);
        visibility:hidden;
        }
      .zoom-icon:before {
        content:"";
        display:block;
        position:absolute;
        left:50%;
        top:75px;
        width:36px;
        height:36px;
        margin:0 0 0 -18px;
        background:url(images/magnify-alt.png) 50% 50% no-repeat;
        }
      .image-wrap:hover .zoom-icon {
        opacity:1;
        }
      .no-rgba .image-wrap:hover .zoom-icon {
        visibility:visible;
        }
      
      .zoom-icon .text {
        padding-top:122px;
        display: block;
      } 


/* 1 column portfolio*/
#gallery.one_column .portfolio {
  overflow: visible;
}
#gallery.one_column .portfolio li {
  padding:19px 15px 20px 19px;
  width:auto;
  margin-right:0;
  margin-left:0;
  background-color:#FFF;
  border: 1px solid #cfcfcf;
  
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
  }
  #gallery.one_column .portfolio li span.image-border {
    width:460px;
    height:290px;
    float:left;
    }
  #gallery.one_column .portfolio li a.image-wrap {
    width:460px;
    height:290px;
    }
    #gallery.one_column .folio-desc {
      float:left;
      margin:0 0 0 20px;
      overflow:hidden;
      width:420px;
      background:none;
      border: none;
      padding: 0;
      
      box-shadow:0 0;
      -moz-box-shadow:0 0;
      -webkit-box-shadow:0 0;
      }
  #gallery.one_column .zoom-icon:before {
    top: 110px;
  }
  #gallery.one_column .text {
    padding-top: 155px;
  }

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
  width:460px;
  margin-right:17px;
  }
  #gallery.two_columns .portfolio li span.image-border {
    width:460px;
    height:290px;
    }
  #gallery.two_columns .portfolio li a.image-wrap {
    width:460px;
    height:290px;
    }
  #gallery.two_columns .zoom-icon:before {
    top: 110px;
  }
  #gallery.two_columns .text {
    padding-top: 155px;
  } 

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
  width:220px;
  margin-right:17px;
  }
  #gallery.four_columns .portfolio li span.image-border {
    width:220px;
    height:140px;
    }
  #gallery.four_columns .portfolio li a.image-wrap {
    width:220px;
    height:140px;
    }
  #gallery.four_columns .zoom-icon:before {
    top: 40px;
  }
  #gallery.four_columns .text {
    padding-top: 84px;
  } 


    
/* Single Portfolio Page
---------------------------------------- */   
.entry-meta {
  
  }
  
/* Info */
.portfolio-meta-list {
  border:none;
  margin:0 0 2em 0;
  border-top:1px solid #cfcfcf;
  border-bottom:1px solid #cfcfcf;
  padding:1em 0;
  }
  .portfolio-meta-list li {
    list-style-type:none;
    padding:0;
    margin:.5em 0 0 0;
    border:none;
    background:none;
    text-transform:none;
    }
  .portfolio-meta-list li:first-child {
    margin-top:0;
    }
    .portfolio-meta-list li strong {
      display:inline;
      padding-right:.3em;
      }

/* Single Image */
.image-holder {
  position:relative;
  }
  .image-holder img {
    max-width:100%;
    }

/* Single Video */
.video-holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin:0 0 2% 0;
}
.video-holder iframe,  
.video-holder object,  
.video-holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

/* Audio Single */
.single-audio-holder .audiojs {
  width:620px;
  }
.single-audio-holder .audiojs .scrubber {
  width:440px;
  } 
  
/* Grid Gallery */
.grid_gallery {
  position:relative;
  overflow:hidden;
  padding:0 0 0 0;
  }
 
  .grid_gallery .gallery_item {
    float:left;
    margin:0 -8px 0px 0;width: 200px;
    }
    .grid_gallery .gallery_item .zoom-icon:before {
      top: 30px;
    }
    .grid_gallery .gallery_item .zoom-icon .text {
      padding-top:76px;
    }
    
.single-gallery-item {
  margin:0;
  }
    
    

/* Sidebar
---------------------------------------- */
#sidebar {
  padding:26px 0 0 0;
}
  #widget-sidebar {
    
  }
    .widget {
      margin-bottom:10px;
    }
      .widget h3 {
        font-size:16px;
        color:#222222;
        text-transform:uppercase;
        font-family: 'Droid Sans', sans-serif;
        font-weight:bold;
        line-height:1.2em;
        margin-bottom: 14px;
      }
    
.fb_iframe_widget span {
  background:#94a3c4 url(images/fb-loading.gif) no-repeat 50% 50%;
}
.fb_ltr {
  background-color:#fff;
}
.grid_item a {
  background-color:#000;
  display: block;
}
    

/* Folio Cycle */
.folio_cycle {
  list-style-type:none;
  padding:0;
  margin:0;
  width:100%;
  overflow:hidden;
  }
  .folio_cycle .folio_item {
    overflow:hidden;
    display:none;
    }
  .folio_cycle .folio_item:first {
    display:block;
    }
    .folio_cycle .folio_item .featured-thumbnail {
      float:none;
      margin:0 0 15px 0;
      }
      .folio_cycle .folio_item .featured-thumbnail img {
        float:none;
        }
#folio-controls {
  text-align:center;
  overflow:hidden;
  }
  #folio-controls ul {
    list-style-type:none;
    margin:0;
    padding:0;
    }
    #folio-controls ul li {
      padding:0 5px 0 0;
      margin:0;
      display:inline;
      border: none;
      }
      #folio-controls ul li a {
        display:inline-block;
        text-decoration:none;
        width:9px;
        height:9px;
        background:#000;
        font-size:0;
        line-height:0;
        border-radius:5px;
        }
      #folio-controls ul li a:hover {
        background:#999;
        }

/* Page Navigaton */  
.pagenavi {
  clear:both;
  padding:0;
  position:relative;
  font-size:11px;
  line-height:13px;
  text-align:center;
}

body.home .pagenavi {
  margin-top:31px;
}
 
.pagenavi span, .pagenavi a {
  display:inline-block;
  margin: 0 3px;
  padding:0;
  width:34px;
  height:32px;
  line-height:34px;
  text-align:center;
  text-decoration:none;
  color:#666666;
  border-bottom: 2px solid #cccccc;
  }
 
.pagenavi .current,
.pagenavi a:hover {
  background: #2686FC;
  color:#fff;
  font-weight:bold;
  border: none;
  height:34px;
  }
.pagenavi a:hover {
  font-weight:normal;
} 
.pagenavi .last,
.pagenavi .first,
.pagenavi .next,
.pagenavi .previous {
  width:auto;
  padding: 0 12px;
  text-transform:uppercase;
}


/* Older and newer navigation */
nav.oldernewer {
  width:100%;
  overflow:hidden;
  margin-bottom:1.5em;
}
  .older {
    float:left;
  }
  .newer {
    float:right;
  }

.single-oldernewer {
  font-size:12px;
  border-top:1px solid #cfcfcf;
  border-bottom:1px solid #cfcfcf;
  padding:.5em 0;
  margin:1em 0 0 0;
  } 


/* Post
---------------------------------------- */
.post {
  
}
  .postContent {
    
  }
  .post-excerpt {
    
  }


.post-holder {
  margin-bottom:0px;
  position:relative;
  overflow:hidden;
  background-color:#FFF;
  padding: 19px 20px 10px 19px;
  
;
  }

/* Post header */
.post-holder .entry-title {
  font-size:12px;
  font-weight:bold;
  margin-bottom:.2em;
  margin-top:2px;
  color:#222222;
  }
  .post-holder .entry-title a {
    color:#222222;
    text-decoration:none;
    font-size: 16px;
    line-height: 24px;
  }
  .post-holder .entry-title a:hover {
    text-decoration:underline;
  }
.single-post .post-holder {
  margin-bottom:30px;
  overflow:visible;
  padding: 0;
  background:none;
  border: none;
  box-shadow:0 0;
  -moz-box-shadow:0 0;
  -webkit-box-shadow:0 0;
  }

.post-holder.video .entry-content {
  padding-top:10px;
  margin-top: -6px;
}

body.single .entry-content {

}
body.single .post-holder .featured-thumbnail {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left:20px;
}
body.single .featured-thumbnail.large {
  margin-left: 0;
  margin-top:0;
}

body.single .type-portfolio .entry-content {
  padding: 0;
  border: none;
  background:none;
  box-shadow:0 0;
  -moz-box-shadow:0 0;
  -webkit-box-shadow:0 0;
}

/* Featured thumbnail */
.featured-thumbnail {
  position:relative;
  float:left;
  margin:10px 10px 10px 10px;
  }
  .featured-thumbnail img {
    float:left;
    }
  
  /* Small thumbnail */
  .featured-thumbnail.small img {
    padding:4px;
    }
  
  /* Large thumbnail */
  .featured-thumbnail.large {
    margin-right:0;
    overflow:hidden;
    margin-bottom:1.5em;
    }
  .featured-thumbnail.large img {
    max-width:100%;
    height:auto;
    }

/* Post content */
.post-content {
  
}
  .post-content .excerpt {
    margin-bottom:1.5em;
    }
  .pagination {
    
  }
    .pagination a {
      display:inline-block;
      padding:0 5px;
      background:#eee;
      }

/* Post footer */
.post-holder .post-footer {
  clear:both;
  padding:15px 0 0 0;
  }
.post-holder.single-post .post-footer {
  margin-top:20px;
  }
    

/* Meta information for post */
.post-meta {
  font-size:1em;
  overflow:hidden;
  margin-bottom:1em;
  padding-top:13px;
  }
  .post-meta a {
    color:#8f8f8f;
    text-decoration:none;
  }
  .post-meta a:hover {
    text-decoration:underline;
  }
  .post-meta time {
    padding-left:21px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(images/icon-meta1.png);
    margin-right:19px;
  }
  .post-meta a[rel="author"] {
    padding-left:22px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(images/icon-meta2.png);
    margin-right:19px;
  }
  .post-meta .comments-link {
    padding-left:22px;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(images/icon-meta3.png);
  }
  
  .post-navigation {
    
  }
  
p.gravatar {
  float:left;
  margin-right:20px;
  }


/* Post edit link */
.post-edit-link {
  
  }
.post-edit-link:hover {
  
  }


/* Image styling */
.alignleft {
  float:left;
  margin:0 20px 10px 0;
  }
.alignright {
  float:right;
  margin:0 0 10px 20px;
  }
.aligncenter {
  text-align:center;
  margin:0 auto;
  }
.alignnone {
  margin:0 0 10px 0;
  }
article .post-content img {
  max-width:710px;
  }

.frame {
  padding:7px;
  background:#fff;
  border:1px solid #dbdbdb;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  text-align:center;
  }
.frame img.alignleft,
.frame img.alignright{
  margin:0;
  padding:0;
  border:none;
  }

  


/*
start
*/



#masthead .hgroup {
    zoom: 1;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}



.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #4a4a4a;
    margin: 1em 0px;
    font-weight:600;
}

.entry-content {
    zoom: 1;
    line-height:30px;
    color: #454545;
    font-size:18px;
}

#colophon {

}



.sub-title {
    color: #454545;
    margin: 1em 0;
    font-size: 30px;
    font-weight:600;
}

/* ----Head---- */

#masthead .hgroup #header-sidebar aside.widget {

    margin-right: 4px !important;
}


#Gandhi_Top_Banner { 

margin-right: 4px !important; 

}

/* ----Navigation---- */



/* ----Video Playlist---- */

#video_player { 
  display: table; line-height: 0;
  font-size: 0; background: #000;
  max-width: 1000px;
  margin: 0 auto;
}
#video_container { 
  position: relative;
}
#video_player div, #video_player figcaption { 
  display: table-cell;
  vertical-align: top; 
}
#video_container video { 
  position: absolute; 
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
#video_player figcaption { width: 25%; }
#video_player figcaption a { display: block; }
#video_player figcaption a { 
  opacity: .5;
  transition: 1s opacity; 
}
#video_player figcaption a img, figure video { 
  width: 100%; height: auto; 
}
#video_player figcaption a.currentvid, #video_player figcaption a:hover, #video_player figcaption a:focus { opacity: 1; }
@media (max-width: 700px) {
  #video_player video, #video_player figcaption { 
    display: table-row; 
  }
#video_container { padding-top: 56.25%; }
#video_player figcaption a { 
  display: inline-block; width: 33.33%; 
}



/* ----Forms---- */

.form12 .wdform_page {
    background: #FFFFFF;
    padding-top: 15px;
    padding-left: 10px !important;
    border-radius: 0px;
    font-family: Segoe UI;
}

/* ----Blog---- */


/* ----Video Playlist Page Number Color---- */

.paginate5 {
    font-size: 22px !important;
    color: #FFFFFF !important;
    text-align: left;
    margin-top: 15px;
}



/* Content
---------------------------------------- */
.primary_content_wrap {
  position:relative;
  
  padding-bottom:47px;
  overflow: hidden;
  }
  
#content {
  padding:26px 0 0 0;
}
#content.left {
  float:right !important;
  }
  
  
#video-cycle {
  margin-top:-20px;
} 
#video-cycle .video-item {
  display: inline-block;
  width:220px;
  margin:20px 16px 0 0;
  vertical-align: top;
  
  box-shadow:0 2px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 2px 2px rgba(0,0,0,.1);
  -webkit-box-shadow:0 2px 2px rgba(0,0,0,.1);
}
#video-cycle .video-item:nth-child(3n) {
  margin-right:0;
}
#video-cycle .video-item.nomargin {
  margin-right:0;
}
  #video-cycle .video-item .featured-thumbnail {
    float: none;
    margin:0;
    overflow: hidden;
  }
    #video-cycle .video-item .featured-thumbnail .play,
    .post-holder.video .play,
    .recent-posts .format-video .play {
      position:absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-repeat:repeat;
      background-position:0 0;
      background-image:url(images/hover-bg.png);
      opacity:0;
      
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out; 
    }
    #video-cycle .video-item .featured-thumbnail a:hover .play,
    .post-holder.video a:hover .play,
    .recent-posts .format-video a:hover .play {
      opacity:1;
    }
    #video-cycle .video-item .featured-thumbnail .play .button,
    .post-holder.video .play .button,
    .recent-posts .format-video .play .button {
      width:60px;
      height:60px;
      position:absolute;
      left: 50%;
      top: 50%;
      margin: -30px 0 0 -30px;
      background-repeat:no-repeat;
      background-position:0 0;
      background-image:url(images/button-play.png);
    }
    .no-opacity #video-cycle .video-item .featured-thumbnail .play,
    .no-opacity .post-holder.video .play,
    .no-opacity .recent-posts .format-video .play {
      visibility: hidden;
    }
    .no-opacity #video-cycle .video-item .featured-thumbnail a:hover .play,
    .no-opacity .post-holder.video a:hover .play,
    .no-opacity .recent-posts .format-video a:hover .play {
      visibility: visible;
    }
  #video-cycle .video-item .row-1 {
    background-color:#FFF;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #d5d5d5;
    padding: 9px 19px 14px 19px;
  }
  #video-cycle .video-item .row-2 {
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #b4b4b4;
    border-left: 1px solid #cacaca;
    height:28px;
    overflow: hidden;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(images/meta-bg.gif);
    font-size:12px;
    line-height:26px;
    font-style:italic;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#222222;
    padding: 0 20px;
  }
    #video-cycle .video-item .row-2 .rating {
      float: left;
      margin-right:16px;
    }
    #video-cycle .video-item .row-2 .views {
      float: left;
      padding-left:21px;
      background-repeat:no-repeat;
      background-position:0 8px;
      background-image:url(images/icon-views.png);
    }
    #video-cycle .video-item .row-2 .link {
      float: right;
      margin-top:9px;
      position:relative;
      width:15px;
      height:12px;
      background-repeat:no-repeat;
      background-position:0 0;
      background-image:url(images/link-bg.png);
    }
      #video-cycle .video-item .row-2 .link:hover {
        background-position:0 -12px;
      }
      
  #video-cycle .video-item h4 {
    font-size:12px;
    font-weight:bold;
  }
    #video-cycle .video-item h4 a {
      color:#000;
      text-decoration:none;
    }
    #video-cycle .video-item h4 a:hover {
      text-decoration:underline;
    }
  #video-cycle .video-item .terms a {
    color:#8f8f8f;
    text-decoration:none;
  }
  #video-cycle .video-item .terms a:hover {
    text-decoration:underline;
  }
  
#watch_action {
  width:auto !important;
  margin-top:4px;
}
  #watch_action .status {
    display: none;
  }
  #watch_action .lc {
    color:#222222 !important;
    font-size:12px !important;
  }
  #watch_action .lbg-style1.jlk {
    width:16px;
  }
    
.title h3 {
  font-size:16px;
  color:#222222;
  text-transform:uppercase;
  font-family: 'Droid Sans', sans-serif;
  font-weight:bold;
}   






/* Comments
---------------------------------------- */
h3#comments {
 padding-top:10px;
 margin-bottom:0;
 color:#222222;
  font-size:16px;
  line-height:1.2em;
  font-family: 'Droid Sans', sans-serif;
  text-transform:uppercase;
  font-weight:bold;
 }
.commentlist {
 list-style-type:none;
 padding:0 0 20px 0;
 margin:0;
 }
 li.comment {
  list-style-type:none;
  padding: 0;
  margin: 0;
  background:none;
  border: none;
  text-transform:none;
  color:#8f8f8f;
  font-size:11px;
 }
  .odd {

  }
  .even {

  }
   li.comment .comment-body {
    padding:16px 30px 20px 140px;
    position:relative;
    zoom:1;
    background:#fff;
    border:1px solid #cfcfcf;
    margin-top:20px;
    
    box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
    }
    li.comment .comment-body p {
     min-height: 65px;
    }
  .author-comment {

  }
  .comment-author {
   position:absolute;
   left:19px;
   top:19px;
   }
   .comment-author .author {
    font-style:italic;
    text-transform:capitalize;
    width:65px;
    text-align:center;
    display: block;
    font-size:15px;
    padding-top: 6px;
   }
  .comment-text {

  }
  
  /* Comment meta */
  .comment-meta {
   color:#e54c10;
   font-size:12px;
   margin-bottom: 10px;
  }
  .comment-meta .author {
    text-transform:capitalize;
  }
  .comment-meta a {
   
    }
  
   /* Avatar */
   li.comment .avatar {
    float:none;
    margin:0;
    vertical-align:top;
    overflow:hidden;
    border:1px solid #cfcfcf;
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }

    .commentlist ul.children {
     margin:0 0 0 30px;
     }
     .commentlist ul.children li.comment {

      }

    /* Reply */
    .reply {
     float: right;
     margin-left: 28px;
     }
     .reply a {
      display:inline-block;
      text-decoration:underline !important;
      font-size:10px;
      color:#e54c10;
      text-transform:uppercase;
      }
     .reply a:hover {
      text-decoration:none !important;
      }


  .waiting-for-approval {

  }
 #trackbacks {

 }
  li.trackback {

  }
 p#no-comments {

 }
 #comments-form {

 }

 .allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family:"Courier New", Courier, monospace;
  color:#666;
  }
  .allowed_tags strong {
   font-family:Tahoma, Geneva, sans-serif;
   }
  #respond {
   padding-top:28px;
   margin-top:20px;
  }
  #respond h3 {
    color:#222222;
  font-size:16px;
  line-height:1.2em;
  font-family: 'Droid Sans', sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  }
  .cancel-comment-reply a {
   color:#8f8f8f !important;
   text-decoration:underline;
   font-size:10px;
  }
  .cancel-comment-reply a:hover {
   text-decoration:none;
  }






/* Related Posts */
.rp-title {
  color:#222222;
  font-size:16px;
  line-height:1.2em;
  font-family: 'Droid Sans', sans-serif;
  text-transform:uppercase;
  font-weight:bold;
}
.related-posts {
  padding:0 0 40px 0;
  margin:0;
  }
  .related-posts li {
    list-style-type:none;
    margin:0 0 0 14px;
    display: inline-block;
    background:none;
    width:140px;
    border: none;
    
    }
  .related-posts li:first-child {
    margin-left:0;
    }
    .related-posts li .featured-thumbnail {
      float:none;
      margin:0 0 0 0;
      overflow:hidden;
      }
    .related-posts li .inner {
      background-color:#FFF;
    border: 1px solid #c8c8c8;
    border-top: none;
    padding: 10px;
    
    box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
    }


.archive-lists h4 {
  color:#222;
  font-size:16px;
  font-weight:bold;
}
.archive-lists ul {
  background-color:#FFF;
  border: 1px solid #c8c8c8;
  padding: 20px;
  
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
}

.box {
  background-color:#FFF;
  border: 1px solid #c8c8c8;
  padding: 20px;
  
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
}

  

/* Author
---------------------------------------- */
#post-author {
  overflow:hidden;
  border:1px solid #dbdbdb;
  padding:20px;
  margin-bottom:2em;
  }
#author-link {
  margin-top:1.5em;
  }
  #post-author .gravatar {
    margin:0 20px 0 0;
    }
  #post-author .gravatar img {
    background:#fff;
    border:1px solid #dbdbdb;
    padding:5px;
    }
#author-description {
  
  }

/* Recent author posts */
#recent-author-posts {
  margin-bottom:3em;
}

#recent-author-comments {
  padding-top:32px;
}

#recent-author-comments h3,
#recent-author-posts h3 {
  color:#222222;
  font-size:16px;
  line-height:1.2em;
  font-family: 'Droid Sans', sans-serif;
  text-transform:uppercase;
  font-weight:bold;
}

.author-info {
  width:100%;
  overflow:hidden;
  margin-bottom:3em;
  padding-bottom:2em;
}
  .author-info .avatar {
    margin:0 20px 0 0;
    }
    .author-info .avatar img {
      float:left;
      border:1px solid #cfcfcf;
      }

.author-meta {
  margin-bottom:20px;
  overflow:hidden;
  width:100%;
  }
  .author-meta p.gravatar {
    margin:0;
    }




/* 404
---------------------------------------- */
#error404 {
  padding:30px 0 100px 0;
}
  .error404-num {
    font-size:250px;
    line-height:1.2em;
    color:#e54c10;
    }
  #error404 hgroup {
    margin:0 0 2em 0;
    padding-top:50px;
    }
    #error404 hgroup h1 {
      font-size:3em;
      margin-bottom:.2em;
      color:#222222;
      font-family: 'Droid Sans', sans-serif;
      font-weight:bold;
      }
    #error404 hgroup h2 {
      color:#222222;
      font-size:20px;
    }
  #error404 h4 {
    font-size:12px;
  } 
  #error404 #searchform .searching {
    width:250px;
  }





/* Calendar */
#calendar_wrap {
  padding:0;
  }
  #wp-calendar {
    width:100%;
    }
    #wp-calendar caption {
      text-align:center;
      }
    #wp-calendar td {
      text-align:center;
      padding:6px 0;
      border:none;
      }
    #wp-calendar caption {
      font-size:16px;
      color:#000;
      font-weight:bold;
      padding:4px 0;
      margin-bottom:5px;
      }
    #wp-calendar thead th {
      padding:7px 0;
      font-size:14px;
      background:#fff;
      color:#000;
      text-align:center;
      }
    #wp-calendar #prev {
      text-align:left;
      }
    #wp-calendar #next {
      text-align:right;
      }



/* FAQs
---------------------------------------- */
.faq_list {
  
  }
  .faq_list dt {
    color:#222;
    position:relative;
    padding:0 0 5px 28px;
    font-size:15px;
    font-weight:normal;
    margin:0;
    background:none;
    }
  .faq_list span.marker {
    display:block;
    position:absolute;
    left:0;
    top:0;
    font-size:15px;
    color:#333;
    font-weight:bold;
    }
  .faq_list dd {
    padding:0 0 0 28px;
    position:relative;
    margin:0 0 2em 0;
    }
    .faq_list dd .marker {
      top:3px;
      }



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
  padding:0;
  margin:0;
  }
  ul.recentcomments li {
    border-top:1px solid #c6c6c6;
    padding:25px 0 25px 0;
    margin:0;
    border-bottom:none;
    background:none;
    overflow:hidden;
    list-style-type:none;
    }
  ul.recentcomments li:first-child {
    padding-top:0;
    border-top:none;
    }
    ul.recentcomments li img {
      float:left;
      margin:0 12px 0 0;
      }
    ul.recentcomments .comment-body {
      padding:15px 0 0 0;
      }
      ul.recentcomments .comment-body a {
        text-decoration:none;
        color:#96999d;
        }
      ul.recentcomments .comment-body a:hover {
        color:#000;
        text-decoration:underline;
        }
    ul.recentcomments li h4 {
      margin-bottom:.1em;
      }
      ul.recentcomments li h4 a {
        text-decoration:none;
        }
      ul.recentcomments li h4 a:hover {
        color:#000;
        }
    ul.recentcomments li small {
      font-size:11px;
      color:#6a6a6a;
      }

/* Posts Type widget */
.post_list {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .post_list li {
    list-style-type:none;
    overflow:hidden;
    padding-top:1.5em;
    padding-bottom:1.5em;
    border-top:1px solid #dbdbdb;
    margin:0;
    }
  .post_list li:first-child {
    border:none;
    padding-top:0;
    }
    .post_list li .featured-thumbnail img {
      max-width:120px;
      height:auto;
      }
    .ie8 .post_list li .featured-thumbnail img {
      max-width:none;
      }

/* Popular posts */
.popular-posts {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .popular-posts li {
    overflow:hidden;
    margin:0 0 2em 0;
    }
    .popular-posts li .post-thumb {
      float:left;
      margin-right:20px;
      width:100px;
      height:100px;
      overflow:hidden;
      }
      .popular-posts li .post-thumb .thumbnail {
        width:100%;
        height:auto;
        }
    .popular-posts li .post-thumb.empty-thumb {
      background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
      }
    .popular-posts li h5 {
      font-size:1em;
      margin-bottom:.5em;
      }
    .popular-posts li .excerpt {
      margin-bottom:.8em;
      }

      
/* Carousel widget */
.es-carousel-wrapper{
  background: #101010;
  padding:10px 37px;
  margin:0 0 20px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position:relative;
}
.es-carousel{
  overflow:hidden;
  background:#000;
}
.es-carousel ul{
  display:none;
}
.es-carousel ul li{
  height:100%;
  float:left;
  display:block;
  list-style-type:none;
  padding:0;
  margin:0;
  color:#fff;
}
.es-carousel ul li .thumbnail{
  display:block;
  border-style:solid;
  border-color:#222;
}
.es-carousel ul li a img{
  display:block;
  border:none;
  max-height:100%;
  max-width:100%;
}
.es-nav span{
  position:absolute;
  top:50%;
  left:12px;
  background:transparent url(images/nav.png) no-repeat top left;
  width:14px;
  height:26px;
  margin-top:-13px;
  text-indent:-9000px;
  cursor:pointer;
  opacity:0.8;
}
.es-carousel ul li h4 {
  margin-bottom:.5em;
  }
.es-carousel ul li .excerpt {
  margin-bottom:10px;
  }
.es-nav span.es-nav-next{
  right:12px;
  left:auto;
  background-position:top right;
}
.es-nav span:hover{
  opacity:1.0;
}           
      

/* Post Cycle */
.post_cycle {
  padding:0;
  margin:0;
  }
.post_cycle .cycle_item {
  display:none;
  }
.post_cycle .cycle_item:first {
  display:block;
  }
.post_cycle h4 {
  font-size:12px;
} 



/* Testimonials */
.testimonials {
  padding: 0;
  margin: 0;
}
.testimonials div.testi_item {
  padding: 0;
  margin: 0 0 2em 0;
  background: none;
  overflow:hidden;
}
.testimonials div.testi_item blockquote {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px;
  background: #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.testimonials div.testi_item blockquote:before {
  content: "";
  display: block;
 
  left: 65px;
  bottom: -20px;
  width:0;
  height:0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #dbdbdb;
}
.testimonials div.testi_item blockquote:after {
  content: "";
  display: block;
 
  left: 20px;
  top: 10px;
  width: 41px;
  height: 38px;
  background: url(images/quotes.png) 0 0 no-repeat;
}
.testimonials div.testi_item blockquote a {
  text-decoration: none;
  color: #4e4e4e;
  display: block;
  font-style: normal;
  position: relative;
}
.testimonials div.testi_item blockquote a:hover {
  color: #ffffff;
}
.testimonials div.testi_item .featured-thumbnail {
  position:relative;
  z-index:2;
  margin:0 20px 0 10px;
  }
.name-testi {
  padding: 12px 0 0 0;
  text-align: right;
  display: block;
}
.name-testi a {
  font-weight: normal;
}
.testimonials .thumb {
  float: left;
  margin-right: 20px;
}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
  display:none;
  }
#testi-cycle .testi_item:first {
  display:block;
  }
#testi-controls {
  text-align:center;
  overflow:hidden;
  }
  #testi-controls ul {
    list-style-type:none;
    margin:0;
    padding:0;
    }
    #testi-controls ul li {
      padding:0;
      margin:0 2px 0 0;
      display:inline-block;
      border: none;
      }
    * + html #testi-controls ul li {
      display:inline;
      zoom:1;
      }


/* Recent Posts */
.latestpost {
  list-style-type:none;
  margin:0 0 8px 0;
  padding:0;
  }
  .latestpost li {
    margin:0 0 3px 0;
    padding: 0;
    border: none;
    list-style-type:none;
    font-size:11px;
    }
    .latestpost li .featured-thumbnail {
      margin-right:17px;
      
      box-shadow:0 1px 2px rgba(0,0,0,.2);
      -moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
      -webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
    }
      .latestpost li .featured-thumbnail a {
        border: 3px solid white;
        display: block;
        overflow: hidden;
        
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
      }
      .latestpost li .featured-thumbnail a:hover {
        border-color: #2686FC;
      } 
    .latestpost li h4 {
      margin-bottom:7px;
      padding-top:5px;
      font-size:10px;
      line-height:18px;
      text-transform:uppercase;
      font-family: 'Droid Sans', sans-serif;
      font-weight:normal;
      }
      .latestpost li h4 a {
        color:#fff;
        text-decoration:none;
        display: block;
      }
      .latestpost li h4 a:hover {
        text-decoration:underline;
      }
    .latestpost li .terms,
    .latestpost li .terms a {
      color:#aaaaaa;
    } 
    .latestpost li .terms a {
      text-decoration:none;
    }
    .latestpost li .terms a:hover {
      text-decoration:underline;
    }
    .latestpost li .excerpt {
      margin-bottom:15px;
      }


/* Twitter widget */
.twitter {
  position:relative;
}
.twitter_update_list {
  overflow:hidden;
  margin: 0;
  padding: 4px 0 1px 0;
  }
.twitter ul li {
  list-style-type:none;
  margin:0 0 12px 0;
  padding:0 0 0 26px;
  background:url(images/twitter-icon-dark.png) no-repeat 0 2px;
  border: none;
  color:#c1c1c1;
  font-size:11px;
  }
  .twitter ul li .twitt-body {
    padding:0;
    }
  .twitter ul li .twitt-body a {
    color:#fff;
    text-decoration:none;
    }
  .twitter ul li .twitt-body a:hover {
    text-decoration:underline;
  } 
  .twitter ul li a.timesince {
    font-size:11px;
    color:#fff;
    font-style:italic;
    text-decoration:none;
    }
  .twitter ul li a.timesince:hover {
    text-decoration:underline;
  } 

.twitter  .preloader {
  background-position:0 0;
  padding-left: 30px;
  background-repeat:no-repeat;
  background-image:url(images/loading-twitter.gif);
  margin-top:-11px;
}



/* Flickr widget */
.flickrImages {
  overflow:hidden;
  position:relative;
  margin-bottom: 10px;
}
.flickrImages a {
  float:left;
  display:block;
  width:75px;
  height:75px;
  background:#000;
  margin:0 1px 1px 0;
  }
.flickrImages a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
  opacity:.5;
}
.flickrImages a.link {
  display:inline;
  float:none;
  width:auto;
  height:auto;
  margin:0;
  background:none;
  }

/* Banner widget */
.banners-holder {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .banners-holder li {
    list-style-type:none;
    float:left;
    margin:0 3px 3px 0;
    padding:0;
    }
    .banners-holder li img {
      vertical-align:top;
      float:left;
      }

      
      
/* vCard widget */      
.vcard {
  
  }
      


/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
  border:1px solid #cfcfcf;
  padding:30px 30px 30px 235px;
  width:auto;
  background:#fff url(images/quotes.png) no-repeat 170px 20px;
  font-style:italic;
  font-size:13px;
  line-height:1.5em;
  font-weight:normal;
  margin-bottom:35px;
  }
  article.testimonial .featured-thumbnail {
    position:absolute;
    left:20px;
    top:20px;
    }
  article.testimonial .name-testi {
    display:block;
    text-align:right;
    font-style:normal;
    color:#222c36;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.2em;
    }
    article.testimonial .name-testi a {
      text-decoration:none;
      }
    article.testimonial .name-testi a:hover {
      text-decoration:underline;
      }


/* Single Testimonial */
.testi-single {
  padding:30px 30px 30px 235px;
  width:auto;
  background:#fff url(images/quotes.png) no-repeat 170px 20px;
  font-size:13px;
  line-height:1.5em;
  font-style:italic;
  margin:0 0 2em 0;
  position:relative;
  border:1px solid #cfcfcf;
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);  
  }
  .testi-single p {
    margin:0 0 1em 0;
    padding:0;
    }
    .testi-single .featured-thumbnail {
      position:absolute;
      left:20px;
      top:20px;
      }
  .testi-single #watch_action {
    display:none;
  }





/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
  margin:0;
  padding:0;
  width:100%;
  overflow:hidden;
  border:none;
  }
  .recent-posts li {
    list-style-type:none;
    margin:0 0 20px 0;
    padding:0;
    border:none;
    background:none;
    }
    .recent-posts li img.thumb {
      float:left;
      margin:0 20px 0 0;
      }
    .recent-posts li h5 {
      font-size:1em;
      margin-bottom:0;
      }
    .recent-posts li .excerpt {
      margin-bottom:1.5em;
      }
    .recent-posts li span.meta {
      display:block;
      margin-bottom:.5em;
      font-size:10px;
      color:#888;
      text-transform:uppercase;
      overflow:hidden;
      }
      .recent-posts li .post-date {
        float:left;
        }
      .recent-posts li .post-comments {
        float:right;
        }

/* Images Format Type */
.recent-posts .format-image {
  float:left;
  margin:0 20px 20px 0;
  } 

/* Quote Format Type */
.recent-posts .format-quote {
  
  }

/* Link Format Type */
.recent-posts .format-link {
  
  }

/* Link Format Type */
.recent-posts .format-link {
  
  } 

/* Audio Format Type */
.recent-posts .format-audio {
  margin-bottom:2em;
  }
  .recent-posts .format-audio .audio-wrapper {
    margin-bottom:.5em;
    }

/* Video Format Type */
.recent-posts.videos {
  overflow: visible;
}
.recent-posts .format-video {
  background-color:#FFF;
  border:1px solid #cfcfcf;
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
  padding: 14px 20px 9px 19px;
  color:#8f8f8f;
  font-size:11px;
  }
  .recent-posts .format-video h5 {
    font-weight:bold;
    font-size:12px;
    margin-bottom: 10px;
  }
    .recent-posts .format-video h5 a {
      color:#222222;
      text-decoration:none;
    } 
  .recent-posts .format-video .excerpt {
    margin-bottom:13px;
  }
  .recent-posts .format-video .button {
    text-decoration:underline;
  }
  .recent-posts .format-video .button:hover {
    text-decoration:none;
  }
  

/* Popular Posts */
.popular_posts {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .popular_posts li {
    list-style-type:none;
    padding:0 0 20px 0;
    margin:0;
    overflow:hidden;
    }



/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
  display:inline-block;
  background-repeat:repeat-x;
  background-position:0 0;
  background-image:url(images/tag-tail.gif);
  text-decoration:none;
  color:#632107;
  margin:0 5px 7px 0;
  font-size:12px !important;
  text-shadow:1px 1px rgba(255,255,255,.2);
  font-weight:bold;
  height:26px;
  line-height:24px;
  vertical-align:top;
  }
.tags-cloud a:hover,
.tagcloud a:hover,
.post-footer a:hover {
  color:#fff;
  text-shadow:none;
  }
  
.tags-cloud a:before,
.tagcloud a:before,
.post-footer a:before {
  width:21px;
  height:26px;
  content: "";
  background-repeat:no-repeat;
  background-position:0 0;
  background-image:url(images/tag-left.gif);
  display: inline-block;
  vertical-align: top;
}
.tags-cloud a:after,
.tagcloud a:after,
.post-footer a:after {
  width:11px;
  height:26px;
  content: "";
  background-repeat:no-repeat;
  background-position:0 0;
  background-image:url(images/tag-right.gif);
  display: inline-block;
  vertical-align: top;
}


/* Recent Comments */
.recent-comments {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .recent-comments li {
    padding:0;
    margin:0;
    border:none;
    padding-bottom:.5em;
    }


/* Footer
---------------------------------------- */
#footer {
  background-repeat:repeat;
  background-position:0 0;
  background-image:url(images/footer-tail.jpg);
}
  #footer .button {
    color:#fff;
  }

  /* Footer widget */
  #widget-footer {
    padding:41px 0 47px 0;
    background-repeat:repeat-x;
    background-position:0 0;
    background-image:url(images/widget-footer-tail.png);
    color:#c1c1c1;
    overflow: hidden;
  }
    #widget-footer .widget-footer > h4,
    #widget-footer .twitter > h4 {
      font-size:14px;
      line-height:1.2em;
      color:#fff;
      font-family: 'Droid Sans', sans-serif;
      text-transform:uppercase;
      text-shadow:1px 1px rgba(0,0,0,.2);
      margin-bottom: 10px;
      font-weight:bold;
    }
  
  #widget-footer .social-networks {
    padding-top:7px;
  }
  #widget-footer .social-networks li {
    list-style-type:none;
    padding:0 0 7px 0;
    margin:0;
    width:105px;
    float: left;
    border: none;
    font-size:11px;
    }
    #widget-footer .social-networks li a {
      color:#fff;
      text-decoration:none;
      height:33px;
      line-height:33px;
      overflow: hidden;
      display: block;
    }
    #widget-footer .social-networks li a:hover {
      text-decoration:underline;
    }
    #widget-footer .social-networks li span {
      display: block;
      width:32px;
      height:33px;
    }
    #widget-footer .social-networks li .icon {
      float: left;
      margin-right: 9px;
      position:relative; 
                       /* background: none repeat scroll 0 0 #505050;
                        border-radius: 26px 26px 26px 26px;*/
   
    }
    #widget-footer .social-networks li .hover {
      position:absolute;
      left: 0;
      top: 0;
      opacity:0;
      
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;   
    }
    #widget-footer .social-networks li:hover .hover {
      opacity:1;
    }
    
    .no-opacity #widget-footer .social-networks li .hover {
      visibility: hidden;
    }
    .no-opacity #widget-footer .social-networks li:hover .hover {
      visibility: visible;
    }
  
  /* Footer navigation */
  nav.footer {
    float:right;
  }
    nav.footer ul {
      margin:0;
      padding:0;
      }
      nav.footer ul li {
        list-style-type:none;
        float:left;
        padding:0 0 0 8px;
        margin:0;
        color:#c1c1c1;
        border: none;
        font-size:11px;
        }
      nav.footer ul li:before {
        content: "/";
        margin-right: 8px;
      }
      nav.footer ul li:first-child:before {
        content: "";
        margin: 0;
      }
        nav.footer ul li a {
          text-decoration:none;
          color:#e54c10;
        }
        nav.footer ul li a:hover,
        nav.footer ul li.current_page_item a {
          color:#fff;
        }
  
  /* Copyright */
  #copyright {
    padding: 18px 10px;
    border-top: 1px solid black;
    margin: 0 -10px;
    background-repeat:repeat-x;
    background-position:0 0;
    background-image:url(images/copyright-tail.gif);
    }
  
  /* Footer text */
  #footer-text {
    color:#fff;
    }
    #footer-text a {
      text-decoration:none;
    }
    #footer-text a:hover {
      text-decoration:underline;
    }
    #footer-text a.site-name {
      color:#fff;
    }
    
  /* Footer Logo */
  #footer-logo {
    margin:-2px 0 4px 0;
  }
  #footer-logo h1,
  #footer-logo h2 {
    text-transform:uppercase;
    font-size:24px;
    font-family:Arial Black, Arial, Helvetica, sans-serif;
  }
    #footer-logo h1 a,
    #footer-logo h2 a {
      color:#fff;
      text-decoration:none;
    }
  


/* Misc
---------------------------------------- */
.button {
  display:inline-block;
  color:#2686FC;
  font-size:10px;
  text-transform:uppercase;
  font-family: 'Droid Sans', sans-serif;
  }
  .button:hover {

    }
.no-results #searchform {
  width:500px;
}   
.no-results #searchform .searching {
  width:400px;
}

.list {
  border: 1px solid #cfcfcf;
  overflow: hidden;
}
.list li {
  border: none;
  width:174px;
  display: inline-block;
  color:#222222;
  font-weight:bold;
  background-color:#cfcfcf;
  margin: 0;
  padding: 0;
  height:30px;
  line-height:30px;
  overflow: hidden;
}
.list li:nth-child(4n) {
  width:176px;
}
.list li:nth-child(8n+5) {
  background-color:#fff;
}
.list li:nth-child(8n+2) {
  background-color:#fff;
}
.list li:nth-child(8n+7) {
  background-color:#fff;
}
.list li:nth-child(8n+4) {
  background-color:#fff;
}

.list li.nomargin {
  width:176px;
}
.list li.alt {
  background-color:#fff;
}
  .list li a {
    text-decoration:none !important;
    display: block;
    padding:0 19px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
  }
  .list li a:hover {
    background-color:#e54c10;
    color:#fff;
  }


/* Lightbox */
.lightbox {
  display:block;
  position:relative;
  }

/* Back to Top */
#back-top-wrapper {
  /*width:100%;*/
  position:absolute;
  overflow:hidden;
  height:100px;
}
#back-top {
  position: fixed;
  bottom: 12px;
  left:50%;
  margin-left:575px;
  display:none;
  filter:none !important;
}

#back-top a {
  width: 29px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;

  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}

/* arrow icon (span tag) */
#back-top span {
  width: 29px;
  height: 19px;
  display: block;
  margin-bottom: 7px;
  background-repeat:no-repeat;
  background-position:0 0;
  background-image: url(images/up-arrow.png);

  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top span.hover {
  position:absolute;
  left: 0;
  top: 0;
  background-image: url(images/up-arrow-hover.png);
  opacity:0;
}
.no-opacity #back-top span.hover {
  visibility: hidden;
}
#back-top a:hover span {
  opacity:0;
}
.no-opacity #back-top a:hover span {
  visibility: hidden;
}
#back-top a:hover span.hover {
  opacity:1;
}
.no-opacity #back-top a:hover span.hover {
  visibility: visible;
}

/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
  background-color: #fafafa;
  border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
  background-color: #f5f5f5;
  background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);
  background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #666666;
  display: block;
  padding: 10px 12px 10px 40px;
  position: relative;
  text-decoration:none;
  height:1%;
  }

.toggle .trigger span {
  background: url(includes/images/toggle.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  text-indent: -9999px;
  width: 22px;
  height: 20px;
  }

.toggle .trigger:hover,
.toggle .active {
  background:#191919;
  color:#fff;
  }
.toggle .active span {
  background-position: 0 -20px;
  }

.toggle .box {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  }



/* Dropcap */
.dropcap {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  text-transform: uppercase;
  width: 51px;
  height: 51px;
  background: #666;
  border-radius:6px;
  font-size: 36px;
  line-height: 51px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: lowercase;
  }

.widget-area {
  
}

.hr {
  height:1px;
  background:#eee;
  overflow:hidden;
  font-size:0;
  line-height:0;
  margin:30px 5px;
  }
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
  margin-left:0;
  margin-right:0;
  }
.sm_hr {
  height: 1px;
  background: #eee;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 25px 10px;
}
.grid_1 .sm_hr,
.grid_2 .sm_hr,
.grid_3 .sm_hr,
.grid_4 .sm_hr,
.grid_5 .sm_hr,
.grid_6 .sm_hr,
.grid_7 .sm_hr,
.grid_8 .sm_hr,
.grid_9 .sm_hr,
.grid_10 .sm_hr,
.grid_11 .sm_hr,
.grid_12 .sm_hr {
  margin-left: 0;
  margin-right: 0;
}
.spacer {
  height:30px;
  overflow:hidden;
  font-size:0;
  line-height:0;
  }

/* Address */
.address {
  overflow:hidden;
  width:100%;
  margin:0;
  padding:0;
  }
.address dt {
  float:left;
  width:165px;
  margin-right:20px;
  padding:0 0 0 55px;
  background:none;
  font-size:1em;
  line-height:18px;
  background:url(images/address-icon1.png) no-repeat 0 3px;
  }
.address dd {
  float:left;
  width:217px;
  padding:0 0 0 53px;
  background:url(images/address-icon2.png) no-repeat 0 3px;
  }
  .address dd ul {
    list-style-type:none;
    padding:0;
    margin:0;
    }
    .address dd ul li {
      background:none;
      padding:0;
      margin: 0;
      border: none;
      }
  .address dd span {
    float:left;
    width:100px;
    }
    .address dd a {
      font-style:italic;
      color:#191919;
      text-decoration:underline;
      }
    .address dd a:hover {
      text-decoration:none;
      }

      
/* Google Map */
.google-map {
  margin-bottom:20px;
  }




/* VIDEO */
.video-wrap {
  margin-bottom: 10px;
  position:relative;
  zoom:1;
  }
  .video-wrap object {
    position:relative;
    z-index:2;
    }
  .video-bg {
    background-color:black;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
    }

/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
  font-size:.91em;
  color:#999;
  padding:.5em 0 0 0;
  }
.audiojs audio { left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
  text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }

.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }

.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }

.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }



/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
  padding:20px 20px 20px 90px !important;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  font-size:.91em;
  line-height:1.4em;
  border:1px solid #dbdbdb;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom:15px;
  }
  .error-box, .wpcf7-mail-sent-ng {
    border-color:#ff9999;
    color:#c31b00;
    background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
    }
  .attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
    border-color:#e6c555;
    color:#9e660d;
    background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
    }
  .notice-box {
    border-color:#68a2cf;
    color:#2e6093;
    background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
    }
  .approved-box, .wpcf7-mail-sent-ok {
    border-color:#a3c159;
    color:#5e6f33;
    background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
    }
  


/* Forms
---------------------------------------- */

span.wpcf7-list-item { display: block; }

/* Form defaults */
input, select, textarea { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  vertical-align:middle;
  font-weight:normal;
  border:1px solid #dbdbdb;
  outline:none;
}
input[type="email"], textarea {
  background:#fff;
  border:1px solid #cfcfcf;
  padding:7px 5px;
  color:#8f8f8f;
  
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
  }
input[type="text"], textarea {
  background:#fff;
  border:1px solid #cfcfcf;
  padding:7px 5px;
  color:#8f8f8f;
  
  box-shadow:0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);
  }
input[type="submit"], input[type="reset"] {
  position:relative;
  display:inline-block;
  padding:0 19px;
  line-height:24px;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
  border-bottom: 1px solid #2C79DA;
  border-top: 1px solid #2C79DA;
  border-left: 1px solid #2C79DA;
  border-right: 1px solid #2C79DA;
  height:30px;
  cursor:pointer;
  margin-right:4px;
  background-color:#2C79DA;
  background-repeat:repeat-x;
  background-position:0 0;
  background-image:url(images/input-tail.gif);
  text-shadow:1px 1px rgba(255,255,255,.2);
  }
input[type="submit"]:hover, input[type="reset"]:hover {
  color:#fff;
  text-shadow:none;
  }


/* Comment form */
#commentform a {
  color:#e54c10;
  text-decoration:underline;
  }
#commentform a:hover {
  text-decoration:none;
} 
  #commentform p.field {
    margin-bottom:10px;
    }
    #commentform small {
      color:#8b8b8b;
      font-size:1em;
      }
      #commentform small span {
        color:#e54c10;
      }
  #commentform label {
    display:block;
    }
  #commentform input[type="text"] {
    width:282px;
    padding-left: 9px;
    }
  #commentform textarea {
    width:524px;
    max-width:524px;
    min-width:524px;
    height:104px;
    min-height:104px;
    overflow:auto;
    padding-left: 9px;
    margin-bottom: 5px;
    }




/* Contact form */
.wpcf7-form p.field {
  margin-bottom:9px;
  vertical-align:top;
  position:relative;
  }
.wpcf7-form p.field input {
  width:290px;
  }
  .wpcf7-form p.field small {
    color:red;
    }
.wpcf7-form .input-file {
  width: 79px;
  height: 22px;
  background: url(images/btn-choose-file.gif) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position:relative;
  }
.wpcf7-form input[type="file"] {
  position: relative;
  height: 100%;
  width: auto;
  cursor: pointer;
  -moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
.wpcf7-form textarea {
  width:362px;
  max-width:362px;
  min-width:362px;
  height:275px;
  min-height:275px;
  overflow:auto;
  margin-bottom:17px;
  }
.wpcf7-form .submit-wrap {
  padding:0;
  margin:0;
  }
  span.wpcf7-form-control-wrap {
    display:block;
    }
  .wpcf7-not-valid-tip {
    width:290px !important;
    position:absolute;
    left:0 !important;
    top:0 !important;
    padding:5px 0 5px 10px !important;
    background:#f3b7b7 !important;
    color:red !important;
    border:1px solid red !important;
    }
  div.wpcf7-response-output {
    margin-left:0 !important;
    margin-right:0 !important;
    }





/* Sidebar search form */
#searchform {
  background-color:#fcfcfc;
    background-repeat:no-repeat;
    background-position:9px 50%;
    background-image:url(images/icon-search.gif);
    border: 1px solid #b9bfc5;
    border-right: 0;
    height:28px;
    position:relative;
    
    box-shadow:inset 1px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow:inset 1px 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow:inset 1px 2px 2px rgba(0,0,0,.1);
  }
#searchform .searching {
    width:119px;
    margin-right:0;
    background:none;
    border: none;
    margin-left: 30px;
    padding: 0;
    padding-top: 7px;
    padding-bottom:7px;
    
    box-shadow:0 0;
  -moz-box-shadow:0 0;
  -webkit-box-shadow:0 0;
    }
  #searchform .submit {
    width:60px;
    cursor:pointer;
    padding-left:0;
    padding-right:0;
    margin:0;
    position:absolute;
    right: 0;
    top: -1px;
    }



/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }


.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.wrapper { 
  width:100%;
  overflow:hidden;
}
.extra-wrap {
  overflow:hidden;
  }


/* Clear Floated Elements */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#gallery .portfolio li a.image-wrap img{width:100%;}

.blopg .post-holder{box-shadow:none; border:0px;}

 




