/*
* Author: Kanav Kohli
* Author URI: http:kanavkohli.com
* Description: home page responsive stylesheet
*/


/*************************************************************
						SLIDER COMMON
/************************************************************/
.flexslider .flex-direction-nav a {
	opacity: 1 !important;
	font-size: 90px;
	height: 125px;
	width: 35px;
	margin: -60px 0 0;
	outline: medium none;
}

.flex-direction-nav .flex-prev {
    left: -50px !important;
}

.flex-direction-nav .flex-next {
    right: -50px !important;
}

.flex-direction-nav a::before {
	font-family: 'FontAwesome';
	color: #C3C2C2;
	font-size: 90px;
}

.flex-direction-nav a:hover:before {
    color: #444 !important;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f104";
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
}

.flex-direction-nav, .flex-nav-prev, .flex-nav-next {
	height: 0;
    margin-top: -25px;
    width: 0;
}


/*************************************************************
						SLIDER SECTION
/************************************************************/
#slider-section {
	height: 658px;
	width: 100%;
}

#slider-top-section {
	height: 525px;
	max-height: 525px;
}

#slider-top-section #main-slider {
    background: #000 none repeat scroll 0 0;
    border: none;
    margin: 0;
}

#slider-top-section #main-slider .slides img {
    min-height: 525px;
	height: 100%;
    max-height: 525px;
}

#slider-top-section #main-slider .flex-caption {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 90px;
    left: 0;
    margin-top: -90px;
    padding-left: 35px;
    position: relative;
    text-overflow: ellipsis;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    width: 100%;
}

#slider-top-section #main-slider .flex-caption .caption-title {
	color: #fff;
    float: left;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-top: 8px;
}

#slider-top-section #main-slider .flex-caption .caption-place {
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 400;
    margin: 17px 0 0 15px;
}

#slider-top-section #main-slider .flex-caption .caption-description {
    clear: both;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    top: -3px;
}

#slider-top-section #main-carousel {
    background: none;
    border: none;
    margin: 0;
}

#slider-top-section #main-carousel li {
    margin: 1px 1px 0 0;
}

#slider-top-section #main-carousel li img {
	min-height: 130px;
	max-height: 130px;
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

#slider-top-section #main-carousel li:hover img {
	filter: none;
    -webkit-filter: grayscale(0%);
}

#slider-top-section #main-carousel li .flex-caption {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #fff;
    float: right;
    font-size: 22px;
    margin: -31px 10px 0 0;
    position: relative;
    z-index: 1;
}

#slider-top-section #main-carousel li.flex-active-slide img,
#slider-top-section #main-carousel li.flex-active-slide:hover img {
	filter: none;
    -webkit-filter: grayscale(0%);
}



/*************************************************************
						CITY GUIDE SECTION
/************************************************************/
#city-guide-section {
	background: #EBEBEB;
	height: 409px;
	width: 100%;
}

#city-guide-section #city-guide-carousel {
    background: none;
    border: none;
    margin: 0;
    width: 1200px;
}

#city-guide-section #city-guide-carousel li {
	background: #fff;
    margin: 0 13px 0 0;
	padding: 5px;
	width: 290px !important;
}

#city-guide-section #city-guide-carousel li .flex-caption {
    background: #666666 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    margin: 5px 0 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


/*************************************************************
					FEATURED ARTICLES SECTION
/************************************************************/
#featured-articles-section {
	height: 409px;
	width: 100%;
}

#featured-articles-section #featured-articles-carousel {
    background: none;
    border: none;
    margin: 0;
    width: 1200px;
}

#featured-articles-section #featured-articles-carousel li {
	background: #fff;
	border: 1px solid #eee;
    margin: 0 13px 0 0;
	padding: 5px;
	width: 290px !important;
}

#featured-articles-section #featured-articles-carousel li .flex-caption {
	background: #666666 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    margin: 5px 0 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}