
/* ==========================================================================
   LC15Ps UI KIT
   This is the main style file.
   ========================================================================== */

/****************************************************************************
** Structure
** 0. Typography
** 1. nav
** 2. slider
** 3. hero full screen
** 4. fullscreen video
** 4. promo header
** 5. back to top
** 6. Section
***********************************************************************************/   
/* uncomment following lines if you want to call only one css files in your index */
/* @import url('bootstrap.min.css'); */
/* @import url('custom.css'); */

@import url('font-awesome.min.css');
@import url('wp-core.css');
@import url('plugins.css'); /* css related to jquery plugins */ 
@import url('helpers.css');
@import url('typography.css');
@import url('comments.css');
@import url('searchform.css');
@import url('form.css');
@import url('print.css');

@import url('sitedisplaywidget.css');


@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Mono|Montserrat);



.thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.thumbnails.events .thumbnail .media {
    border-radius: 5px;
}

.thumbnail .media {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.thumbnail .caption.hovered {
    background-color: rgba(220,20, 60, 0.6);
}

.thumbnail .caption.hovered {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent;
    background-color: rgba(220, 20, 60, 0.60);
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}

.thumbnail .caption {
    padding: 20px 0 0 0;
    overflow: hidden;
    font-size: 14px;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.thumbnails.events .thumbnail .like {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 11;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    padding: 5px 7px;
    background-color: rgba(13, 29, 49, 0.5);
    color: #ffffff;
}	
	

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

/**
** page-top-section
**/
.page-top-section {
	padding-top: 140px;
    padding-bottom: 35px;
}

.page-top-section h1 {
	font-size: 60px;
	color: white;
	}
	
.page-top-section h3 {
	margin-top: -6px;
	padding-left: 10px;
	color:white;
	}

/**
** breadcrumbs
**/

#breadcrumbs, .breadcrumb {
   /* padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: white;
    background-color: transparent;*/
    color:	white;
}

#breadcrumbs a
{
	color: white;
}


/**
	Pagination
**/
.pagination .current 
{
	
	font-weight: bold;
	
}

/* nice styles */
.s-shadow {
    -webkit-box-shadow: 0 35px 50px rgba(0,0,0,.25);
    box-shadow: 0 35px 50px rgba(0,0,0,.25);
}

.panelmedia {
    border: 1px solid #DEDBDB;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.09);
    box-shadow: 0 0 10px rgba(0,0,0,.09);
    padding: 60px 50px;
    font-weight: 300;
}


		

/**
** Typography
**/
body  { 
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased; 
    -moz-osx-font-smoothing: grayscale;
  font-family: 'Raleway',sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  background-color: #f3f3f3;
  overflow-x: hidden!important;
  margin: 0px 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato",sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color:#2C2C2C;
}

p {
  margin: 0 0 1.313em;
}

section 
{
  
}

.dsp-scroll:hover .imac-holder img {
    margin-top: -1275px;
}

article h3
{
    margin-bottom: 0;
}

.post-meta
{
    margin-bottom: 5px;
    margin-top: -3px;
}

h4 {
        line-height: 26px;
}

/* bootstrap native modifications */
.media-body
{
    display: block;
}

/*article { padding: 0px 5px 5px 5px;}*/

article .post-thumb {

    margin-left: -5px;
}

.post-thumb img
{
	border:1px solid #DDD;
	padding: 2px;
}


.head-title
{
    height: 300px;
    width:100%;
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
}

.post-title
{
    margin-top: 84px;
}

.moretag
{
    margin-top:16px;
}


.feature_body > h3
{
    margin-bottom: 24px!important;
    padding-top : 12px;
}

.icoffset
{
    padding-left: 80px;
}

#testimonials
{
    padding-top: 50px;
}

.latest_post_image {
    width: 125px;
    float: left;
}

.latest_post_text {
    display: block;
    width: auto;
}

.latest_post_holder>ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    vertical-align: top;
}

.latest_post_holder>ul>li {
    display: block;
    position: relative;
    padding-top: 15px;
}

.date {
    font-size: 0.8em;
}

.post_info_section
{
    font-size: 0.7em;
}


/* bootstrap native modifications */
.media-body
{
    display: block;
}

.footer_logo
{
    max-height: 36px;
    margin-bottom: 30px;
}


/* Colors */

.red 
{
  background-color: #FF5155; /* Red */
}

.lidd
{
    margin-left: 5px;
    font-size: 12px;
    margin-top: -6px;
}

.feat 
{
    display: block;
}

.team-member
{
    min-height: 530px;

}

.text-inverse
{
    color:#eee;
}

.contacts
{
    border-top: 1px #EEE solid;
    

}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group {
    margin-bottom: 10px;
}

.btn-group {
    margin-bottom: 10px;
}

.btn, input[type="submit"]
{
  border:none!important;
}

.thumbnail
{
  padding:0px!important;

}

hr.single {
    width: 50px;
    height: 3px;
    background-color: #1e1e1e;
}

hr.single {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #ef4035;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
}

.recent-posts-list li
{
    
    border-bottom: 1px #ddd solid;
    font-size: 0.9em;
    padding: 14px 0;

}

.widget_nav_menu ul
{
   list-style-type: none; 
}

input[type="text"]
{

}


/**
** Pricing tables
**/
.md-pricing dt, .md-pricing dd
{
  margin-bottom: 30px;
}

.md-pricing dd
{
  margin-top: -30px;
}

/*******************
** MAPS
**/
#gmap
{
  height:300px;
}

/*******************
** VIDEO
**/

.full-height {
    height: 100% !important;
}

video#bgvid { 
    
    top: 50%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100;
    
    background: url('../img/hero-bg-typ.jpg') no-repeat;
    background-size: cover; 
}

@media screen and (max-device-width: 800px) {
    html {
         background: url('../img/hero-bg-typ.jpg') #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
}


/* for IE8 */
video { display: block; }
/*********************************
** isotope
**/
/*.isot-item { width: 25%; } */
.isot-item--width2 { width: 50%; }

#filters a.selected
{
	color: #666;
}


/***********************************
** Modals fullscreen
**/

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

#closebt-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;

}

.closebt:hover {
  transform:rotate(90deg);
}

/**
** CARDS
**/

.card-flat
{

}

.card-md
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity:0.7;
    width: auto;
    border-radius: 3px;
    overflow: visible;
    z-index: auto;  
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.04),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.02);

}

.card-head
{
  background: #4fc3f7;
  padding:15px;
  color: #fff!important;
}

.card-body
{
  margin-top:30px;
  min-height: 150px;
  padding:15px;
}

.card-title-b
{
    position: relative;
    top:54%;
    padding:15px;
}

.card-title-t
{
    position: relative;
    padding:15px;
}

.card-head-img
{
  height:200px;
}

.card-box {
    padding: 20px;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.card-img-overlay
{
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height:200px;
}

/**
** arrow bounce
**/
a.bounce {
    -moz-animation: bounce 1.5s infinite;
    -webkit-animation: bounce 1.5s infinite;
    animation: bounce 1.5s infinite;
    text-decoration: none;
}

.arrow {
    bottom: 0;
    font-size: 52px;
    height: 70px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    width: 54px;
}

/**
** Flickr widget
**/

.flickr-feed a {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 5px solid #fff;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

/**
** ribbons
**/

.has-ribbon
{
  position: relative;
}

.has-ribbon:before {
    content: "";
    width: 0;
    height: 0;
    margin-top: -10px;
    border-width: 0 6px 10px 0;
    border-style: solid;
    border-color: #3f81c2 transparent;
    border-width: 0 0 10px 6px;
}

.has-ribbon:after {
    content: attr(data-text);
    min-width: 40px;
    color: #fff;
    background-color: #5e95cc;
    padding: 2px 6px;
    border-radius: 0 1px 1px 2px;
    -webkit-box-shadow: inset -1px 1px 2px rgba(255,255,255,0.3), inset 0 -1px 3px rgba(0,0,0,0.25);
    box-shadow: inset -1px 1px 2px rgba(255,255,255,0.3), inset 0 -1px 3px rgba(0,0,0,0.25);
}

.has-ribbon:after, .has-ribbon:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -6px;
    z-index: 10;
}

.has-ribbon>img {
    position: relative;
    z-index: 0;
}


/**
** About for team
**/

.about {
    margin: 23px 0;
    position: relative;
}

.about>img {
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 200px;
}

.social a
{
    margin-right: 5px;
}

.about .name {
    margin-top: 0;
}

pre {
    display: block;
    padding: 11px;
    margin: 0 0 11.5px;
    font-size: 13px;
    line-height: 1.644;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Buttons */
.btn-danger 
{
background-image: -webkit-linear-gradient(top,#F7412D 0,#F7412D 100%);
    background-image: -o-linear-gradient(top,#F7412D 0,#F7412D 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FF5155),to(#FF5155));
    background-image: linear-gradient(to bottom,#F7412D 0,#F7412D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7412D', endColorstr='#F7412D', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #F7412D;
}



.btn-success 
{
background-image: -webkit-linear-gradient(top,#49DC87 0,#49DC87 100%);
    background-image: -o-linear-gradient(top,#49DC87 0,#49DC87 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#49DC87),to(#49DC87));
    background-image: linear-gradient(to bottom,#49DC87 0,#49DC87 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49DC87', endColorstr='#49DC87', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #49DC87
}

.btn-primary, input[type="submit"] 
{
background-image: -webkit-linear-gradient(top,#00AB9D 0,#00AB9D 100%);
    background-image: -o-linear-gradient(top,#00AB9D 0,#00AB9D 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00AB9D),to(#00AB9D));
    background-image: linear-gradient(to bottom,#00AB9D 0,#00AB9D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AB9D', endColorstr='#00AB9D', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #00AB9D
}


.btn-warning 
{
background-image: -webkit-linear-gradient(top,#FFB600 0,#FFB600 100%);
    background-image: -o-linear-gradient(top,#FFB600 0,#FFB600 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFB600),to(#FFB600));
    background-image: linear-gradient(to bottom,#FFB600 0,#FFB600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB600', endColorstr='#FFB600', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #FFB600
}



.btn-info 
{
background-image: -webkit-linear-gradient(top,#9AD7DE 0,#9AD7DE 100%);
    background-image: -o-linear-gradient(top,#9AD7DE 0,#9AD7DE 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9AD7DE),to(#9AD7DE));
    background-image: linear-gradient(to bottom,#9AD7DE 0,#9AD7DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9AD7DE', endColorstr='#9AD7DE', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #9AD7DE
}

.btn-default 
{
background-image: -webkit-linear-gradient(top,#E6EBEC 0,#E6EBEC 100%);
    background-image: -o-linear-gradient(top,#E6EBEC 0,#E6EBEC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#E6EBEC),to(#E6EBEC));
    background-image: linear-gradient(to bottom,#E6EBEC 0,#E6EBEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6EBEC', endColorstr='#E6EBEC', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #E6EBEC
}

.btn, input[type="submit"] 
{
  border-radius: 3px!important;
  color:#EEE;

}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, input[type="submit"] {
    text-shadow: none;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    font-weight: 600;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=55);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .55;
}



/****** button helpers **********/

.look-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.look-disk
{
  border-radius: 50%!important;
  width:56px;
  height:56px;
  padding:0;
  font-size:22px;
}

/****  //button helpers **********/

/** Profile Picture **************/
.profile-picture {
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.small-profile-picture {
    border: 2px solid #50597b;
    width: 40px;
    height: 40px;
}

.small-profile-picture {
    display: inline-block;
    vertical-align: middle;
}

.big-profile-picture {
    margin: 0 auto;
    border: 5px solid #50597b;
    width: 100%;
    height: auto;
     -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
}

.avatar{
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    /* div height to be the same as width*/
    padding-top:100%;

    /* make it a cirkle */
    /*border-radius:50%;*/

    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

    /* it makes the clue thing, takes smaller dimention to fill div */
    background-size: cover;

    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.caption
{
    background: #fff;
    opacity: 0.8;
    padding: 5px;
}

.subh
{margin-top: -12px}

/** //Profile Picture **************/

/** Media Player ********/
#media-display {
    position: relative;
    height: 180px;
    background: #787878 url('http://www.fancinema.com.ar/wp-content/uploads/catwoman1.jpg') center top;
}

#media-display .play {
    position: absolute;
    top: 75px;
    right: 32px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 2px 5px 2px 9px;
}

.play {
    margin-right: 100px;
}

.media-control-bar {
    padding: 6px 0 0 15px;
}

.media-btn {
    font-size: 19px;
}

.media-btn, .time-passed {
    display: inline-block;
    margin: 0;
}

.volume {
    margin-left: 30px;
}

.resize {
    margin-left: 12px;
}

.media-btn, .time-passed {
    display: inline-block;
    margin: 0;
}
/** //Media Player *******/


/* labels */
.label-danger
{
  background-color: #FF5155;
}

.label-success
{
  background-color: #49DC87;
}

.label-warning
{
  background-color: #FFB600;
}

.label-info
{
  background-color: #9AD7DE;
}

.label-default
{
  background-color: #E6EBEC;
  color:  #666;
}

.label-primary
{
  background-color: #1CD8D2;
}


/******** TABS ****************************************/
.tabs-left>.nav-tabs {
    float: left;
    margin-right: 20px;
    border-right: 1px solid #ddd;
    background-color: #eee;
    background-image: -webkit-linear-gradient(left, #fcfcff 90%, #eee);
    background-image: -o-linear-gradient(right, #fcfcff 90%, #eee);
    background-image: linear-gradient(to right, #fcfcff 90%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcff', endColorstr='#ffeeeeee', GradientType=0);
    border-bottom: 0;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 20px;
    border-left: 1px solid #ddd;
    background-color: #eee;
    background-image: -webkit-linear-gradient(right, #fcfcff 90%, #eee);
    background-image: -o-linear-gradient(right, #fcfcff 90%, #eee);
    background-image: linear-gradient(to left, #fcfcff 90%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcff', endColorstr='#ffeeeeee', GradientType=0);
    border-bottom: 0;
}

.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover, .tabs-right>.nav-tabs .active>a:focus {
    -webkit-box-shadow: 2px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 2px 1px 3px rgba(0,0,0,0.1);
    border-color: #ddd #5e95cc #ddd transparent;
}
.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    border-radius: 2px 0 0 2px;
}
.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
    float: none;
}

/**********EFFECTS**********/
.gallery.effect-1 .caption{bottom:0;left:0;right:0;height:60px;margin-bottom:-60px}
.gallery.effect-1 .thumbnail:hover .caption{margin-bottom:0}
.gallery.effect-2 .caption{bottom:0;left:0;right:0;height:60px;margin-bottom:-60px}
.gallery.effect-2 .thumbnail:hover .caption{margin-bottom:0}
.gallery.effect-2 .thumbnail:hover>img,.gallery.effect-2 .thumbnail:hover>a>img{margin-top:-60px;padding-bottom:60px}
.gallery.effect-3 .caption{top:0;bottom:0;left:0;width:50%;margin-left:-50%}
.gallery.effect-3 .caption>a,.gallery.effect-3 .caption>.btn{position:absolute;bottom:15px;right:15px}
.gallery.effect-3 .thumbnail:hover .caption{margin-left:0}
.gallery.effect-4 .caption{top:0;bottom:0;left:0;width:50%;margin-left:-50%}
.gallery.effect-4 .caption>a,.gallery.effect-4 .caption>.btn{position:absolute;bottom:15px;right:15px}
.gallery.effect-4 .thumbnail:hover .caption{margin-left:0}
.gallery.effect-4 .thumbnail:hover>img,.gallery.effect-4 .thumbnail:hover>a>img{-webkit-transform:scale(.9) translateX(30%);-ms-transform:scale(.9) translateX(30%);transform:scale(.9) translateX(30%)}
.gallery.effect-5 .caption{padding:10px;bottom:0;left:0;right:0;top:0;z-index:1}
.gallery.effect-5 .thumbnail>img,.gallery.effect-5 .thumbnail>a>img{z-index:2}
.gallery.effect-5 .thumbnail:hover>img,.gallery.effect-5 .thumbnail:hover>a>img{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
.gallery.effect-6 .caption{padding:10px;bottom:0;left:0;right:0;top:0;z-index:1}
.gallery.effect-6 .thumbnail>img,.gallery.effect-6 .thumbnail>a>img{z-index:2}
.gallery.effect-6 .thumbnail:hover>img,.gallery.effect-6 .thumbnail:hover>a>img{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
.gallery.effect-6 .caption{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);opacity:0}
.gallery.effect-6 .thumbnail:hover .caption{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}

.gallery .thumbnail{position:relative;overflow:hidden;padding:0;border:0;margin-bottom:23px;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-perspective:1000;-moz-perspective:1000;perspective:1000;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}
.gallery .thumbnail>img,.gallery .thumbnail>a>img{position:relative;max-width:100%;height:auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.gallery .caption{position:absolute;background-color:#2c3f52;color:#fff;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.gallery .caption>h2,.gallery .caption>h3,.gallery .caption>h4{margin:0;font-weight:bold}

/**********************************************************************/
/* Structure */

#fullpage
{
  height: 100%;
}

#fullpage:after {
  content: "";
  display: block;
}



footer, .post-footer
{
  background: #666;
  color: #F3F3F3;
  bottom:0;
}

footer>input
{
    color:#555;
}

footer a, .post-footer a
{
  color: #F3F3F3;
}

footer a:hover, .post-footer a:hover
{
  color: #F3F3F3;
  text-decoration: underline;
}

.post-footer
{
  padding-bottom: 12px;
  margin-bottom: -20px;
}

footer
{
  /*margin-top : 40px;*/ 
  /*position: absolute;*/
bottom: 0; 
}

/**
** affix sidebar
**/
#sidebar.affix {
  top: 60px;
  width: 213px;
}

@media (min-width: 1200px) {
  .affix {
    width: 263px;
  } 

  .affix-bottom {
    width: 263px;
  }       
}

.affix-bottom {
  position: absolute;
  width: 213px;
}


/* hide sidebar sub menus by default */
#sidebar.nav .nav {
  display: none;
    font-size:12px;

}

/* show sub menu when parent is active */
#sidebar.nav>.active>ul {
  display: block;
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
  font-weight: bold;
}


#leftCol
{
  margin-top:30px;
}






.jumbotron {
  background: url('../img/hero-bg-typ.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 180px;
  color: white;
  text-shadow: #444 0 1px 1px;
 }




.hero-msg
{
  margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 50%;

}


/*****************************
** 1. nav
******************************/

/** logo in header **/
.logo, .logo-alt {
  height: 45px;
  float: left;
}

.navbar-brand .logo-alt, .scrolled .logo {
    display: none;
}

.scrolled .logo-alt
{
  display:block;
}

/** Mouse sroller down **/
.mouse-wrapper {
    margin: 0 auto;
    display: block;
    width: 28px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 37px;
}

 .mouse {
    width: 30px;
    height: 47px;
    border: 2px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

.mouse .mouse-scroll {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    position: relative;
    top: 10px;
    left: 11px;
    -webkit-animation: mouse-wheel 1.2s ease infinite;
    /*animation-delay: 0.8s; animation-name: fadeInDown;*/
}
/** //mouse      **/

.navbar-brand
{
  padding-top: 14px;
}

.navbar-nav
{
  float: right;
}

nav {
  -webkit-transition: background .4s ease-in-out,padding .4s ease-in-out;
  -moz-transition: background .4s ease-in-out,padding .4s ease-in-out;
  transition: background .4s ease-in-out,padding .4s ease-in-out;
  color: #fff;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  width: 100%;
  background: transparent;
  
}


nav a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  font-size: 1.2em;
}

/*nav:hover { opacity: 1 }*/

.scrolled {
  transition: background-color 0.5s ease;
  opacity: 0.8;
  height: 64px;
  line-height: 64px;
  color:#333;
 background: #fff;
}

nav.scrolled a
{
  color:#333;
}

/****************************
** 
** clients carousel
**
*****************************/

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}


.clilogo
{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor:pointer;
  margin:auto;
  display: block;
}

.client-carousel .item
{
    display: flex;
}


.clilogo:hover
{
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}




/*****************************
** 6. section features
** 
******************************/


.features .features-thumb-1 {
  padding: 180px 0 180px 0;
  background: url(../img/feature1.jpg) center center no-repeat #5E5E5E;
  background-size: cover;
  margin-left: -15px;
  height: 524px;
}

.features .features-content-1 { 
  height: 524px;
}

.features .half-centered-wrapper-left {
width: 480px;
margin-right: -20px;
float: right;
position: relative;
z-index: 2;
}

.features .half-centered-wrapper-right {
width: 480px;
margin-left: 15px;
float: left;
}


.features .head {
text-transform: uppercase;
margin-bottom: 20px;
}

.features ul {
list-style-type: none;
}

/**
** spinners
**/
.mdl-spinner__gap-patch .mdl-spinner__circle {
    width: 1000%;
    left: -450%;
}
.mdl-spinner__circle {
    box-sizing: border-box;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent!important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdl-spinner__gap-patch {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

/*****
*** flex definition
****/

.flexbox
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; 
}

.flexteam
{
  width: 100%;
  display: inline-block;
  padding:80px 0;
}
.flex-container
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 2 0 0;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0;
  flex: 2 0 0;

}

.flex-item
{
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

}

@media (max-width: 1200px) {
  .flex-content {
    padding: 30px 35px 0px 35px;
  }
  .flex-content p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {

  .flex-content {
    padding: 40px 35px 45px 35px;
  }

  .flex-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 995px) {
  .flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  
  .flex-item {
    -webkit-flex: 1 0 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

@media (max-width: 480px) {
  .flex-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}


@media (max-width: 767px) {
 
  .flex-content {
    padding: 65px 35px 0px 35px;
  }

}


/***************************************
** Caroussel Testimonials             
***************************************/
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}


#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}

/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: 55%;
  bottom: 10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
  cursor: pointer;
  border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
/* active indicator */

#quote-carousel .carousel-inner {
    min-height: 200px;
}
#quote-carousel .item blockquote {
    border-left: none;
    margin: 0;
}
#quote-carousel .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/**
** Helpers
**/

.img-full {
  max-width:100%;
  height: auto;
  display: block;
}

/**
** Portfolio home page & single
**/
/* HOMEPAGE */
.portfolio_strict .portfolio_item {
  text-align: center;
  padding: 0px;
  height: 320px;
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.portfolio_strict .portfolio_item a:hover figcaption h2 {
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  color: #fff;
}

.portfolio_strict .portfolio_item a:hover figcaption p {
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition: opacity 0s, transform 0.3s;
  transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  color: #fff;
  font-weight: 400;
}

.portfolio_strict .portfolio_item a:hover figure .view_button {
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.portfolio_strict .portfolio_item figure {
  height: 230px;
  position: relative;
  overflow: hidden;
  margin: 0px;
  background: #fff;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: solid 0px #fff;
}

.portfolio_strict .portfolio_item figure svg {
  position: absolute;
  top: -1px;
  /* fixes rendering issue in FF */
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.portfolio_strict .portfolio_item figure svg path {
  fill: #000;
  fill-opacity: 0.5;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.portfolio_strict .portfolio_item figure figcaption {
  position: absolute;
  top: 0;
  z-index: 11;
  padding: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.portfolio_strict .portfolio_item figure figcaption h2 {
  margin: 0px 0 20px 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  transition: transform 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
}

.portfolio_strict .portfolio_item figure figcaption p {
  padding: 10px 20px;
  color: #aaa;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);

}

.portfolio_strict .portfolio_item figure figcaption p.safari {
  background-color: rgba(0, 0, 0, 0.5);
}

.portfolio_strict .portfolio_item figure figcaption .view_button {
  position: absolute;
  padding: 4px 20px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: -webkit-opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  background: #428bca;
  color: #fff;
  font-weight: 300;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
}

.portfolio_strict .portfolio_item .portfolio_description {
  padding: 20px 0 14px 0px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.portfolio_strict .portfolio_item .portfolio_description h3 {
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.portfolio_strict .portfolio_item .portfolio_description p {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* single */
.portfolio-head
{
	margin-top: 24px;
	
}

.recent-post-image
{
	padding: 8px;
}

/*
**
**
*/
.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

/**
	
	Widgets css
	
**/

div[id*='_xvp_']
{
	background-color: #339933;
}

.widget_rss ul li {
	list-style-type:none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.widget_rss .rss-date
{
	font-size: smaller;
}

.icon-title
{
	margin-top: 10px;
	font-weight: bold;
	line-height: 14px;
}




