/*
 * jQuery flexslider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* Resets
*********************************************/
.elegante-slider a:hover, .elegante-slider a:focus {
    outline: none
}
.slides, .slides > li, .elegante-control-nav, .elegante-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.elegante-pauseplay span {
    text-transform: capitalize
}
/* Base Styles
*********************************************/
.elegante-slider {
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
}
    .elegante-slider li {
        margin-bottom: 0
    }
    .elegante-slider .slides > li {
        overflow: hidden;
        position: relative;
        display: none;
        -webkit-backface-visibility: hidden;
        height: 500px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .elegante-slider .slides img {
        width: 100%;
        display: block;
    }
    .elegante-slider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
html[xmlns] .elegante-slider .slides {
    display: block
}
* html .elegante-slider .slides {
    height: 1%
}
.no-js .elegante-slider .slides > li:first-child {
    display: block
}
/* Default Styles
*********************************************/
.elegante-slider {
    position: relative;
    padding: 0px;
    background: #ffffff;
    margin-bottom: 0px;
    zoom: 1;
}
    .elegante-slider .slides {
        zoom: 1
    }
    .elegante-slider .elegante-post-meta li {
        color: #ffffff;
        font-weight: 500;
		margin:7px;
    }
	.elegante-slider .elegante-post-meta li i{
		margin-right:5px;
		font-size:13px;
	}
    .elegante-slider .elegante-post-meta a {
        color: #ffffff
    }
    .elegante-slider .slides img {
        height: auto
    }
.elegante-viewport {
    max-height: 2000px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.loading {
    min-height: 660px;
    background: url(../../images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.carousel li {
    margin-right: 5px
}
.elegante-direction-nav {
    height: 0
}
    .elegante-direction-nav a {
        text-decoration: none;
        display: block;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(255,255,255,0.8);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }
    .elegante-direction-nav .elegante-prev {
        left: -50px;
        background: url(../../images/slide-left.png);
        height: 34px;
        width: 20px;
    }
    .elegante-direction-nav .elegante-next {
        right: -50px;
        text-align: right;
        background: url(../../images/slide-right.png);
        height: 34px;
        width: 20px;
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { 
	.elegante-direction-nav .elegante-prev {
	    background: url(../../images/slide-left@2x.png);
	    background-size: 20px 34px;
	}
	.elegante-direction-nav .elegante-next {
	    background: url(../../images/slide-right@2x.png);
	    background-size: 20px 34px;
	}
}
.elegante-slider:hover .elegante-direction-nav .elegante-prev {
    opacity: 0.7;
    left: 40px;
}
.elegante-slider:hover .elegante-direction-nav .elegante-prev:hover {
    opacity: 1;
    color: #ffffff;
}
.elegante-slider:hover .elegante-direction-nav .elegante-next {
    opacity: 0.7;
    right: 40px;
}
.elegante-slider:hover .elegante-direction-nav .elegante-next:hover {
    opacity: 1;
    color: #ffffff;
}
.elegante-direction-nav .elegante-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.elegante-pauseplay a {
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 100;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.elegante-pauseplay a:before {
    content: "\f04c"
}
.elegante-pauseplay a:hover {
    opacity: 1
}
.elegante-pauseplay a.elegante-play:before {
    content: "\f04b"
}
.elegante-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 100;
    left: 0;
}
    .elegante-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
    }
.elegante-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 999;
}
.elegante-control-paging li a:hover {
    background: rgba(255,255,255,0.6)
}
.elegante-control-paging li a.elegante-active {
    background: rgba(255,255,255,0.8);
    cursor: default;
}
.elegante-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
    .elegante-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }
    .elegante-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
    }
    .elegante-control-thumbs img:hover {
        opacity: 1
    }
    .elegante-control-thumbs .elegante-active {
        opacity: 1;
        cursor: default;
    }
.elegante-slider-content {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
    z-index: 1;
	background:rgba(255,255,255,0.9);
	padding:20px;
	border-radius:4px;
}
    .elegante-slider-content * {
        color: #707070!important
    }
    .elegante-slider-content *:hover {
        color: #fcab63;
    }
	.elegante-slider-content .elegante-post-categories {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0 0 13px;
	font-style:normal;
	font-family:Raleway,sans-serif;
	margin-top:10px;
}
.elegante-slider-content .elegante-post-categories:after {
    width: 40px;
    height: 8px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-20px;
    background: url("../../images/landing-welcome.png") 0 0 no-repeat;
}
.elegante-slider-content .elegante-button{
    background-color: #ffffff;
	border:2px solid #4c4b4b;
	color:#4c4b4b !important;
	margin-bottom:10px;
		}
.elegante-featured-post-title, .elegante-featured-post-title a {
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 10px;
	color:#000000 !important;
}
.elegante-slider-content .elegante-post-meta {
    padding-top: 0
}
.elegante-slider-content .elegante-post-categories a {
    color: #4c4b4b;
}
.elegante-slider-content .elegante-post-categories a:hover{
			color: #fcab63 !important;
		}
.elegante-slider-content ul li {
    display: inline-block
}
/* POST GALLERY 
*******************************************/
.elegante-post-gallery {
    position: relative;
    zoom: 1;
    margin-bottom: 40px;
    background-color: #ffffff;
    padding: 8px 8px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    .elegante-post-gallery li {
        margin-bottom: 0
    }
    .elegante-post-gallery .slides {
        zoom: 1
    }
        .elegante-post-gallery .slides > li {
            overflow: hidden;
            position: relative;
            display: none;
            -webkit-backface-visibility: hidden;
        }
.elegante-related-post .elegante-post-gallery .slides > li {
    height: auto
}
.elegante-post-gallery .slides img {
    display: block;
    margin: 0 auto;
}
.elegante-post-gallery .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .elegante-post-gallery .slides {
    display: block
}
* html .elegante-post-gallery .slides {
    height: 1%
}
.no-js .elegante-post-gallery .slides > li:first-child {
    display: block
}
.elegante-post-gallery .elegante-direction-nav .elegante-prev {
    opacity: 0.7;
    left: 20px;
}
.elegante-post-gallery:hover .elegante-direction-nav .elegante-prev:hover {
    opacity: 1;
    color: #ffffff;
}
.elegante-post-gallery .elegante-direction-nav .elegante-next {
    opacity: 0.7;
    right: 20px;
}
.elegante-post-gallery:hover .elegante-direction-nav .elegante-next:hover {
    opacity: 1;
    color: #ffffff;
}
/* Responsive
*********************************************/
@media screen and (max-width: 860px) { 
	.elegante-direction-nav .elegante-prev {
	    opacity: 1;
	    left: 20px;
	}
	.elegante-direction-nav .elegante-next {
	    opacity: 1;
	    right: 20px;
	}
}
