/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

a:focus{outline:none}
*{
/*transition*/
-webkit-transition:all 0.4s ease-in-out;
   -moz-transition:all 0.4s ease-in-out;
     -o-transition:all 0.4s ease-in-out;
        transition:all 0.4s ease-in-out;
}
.alignleft {float:left;margin-right:15px;}
.alignright {float:right;margin-left:15px;}
.aligncenter {float:none;margin-left:0 auto;display:block}
.floatleft {float:left}
.floatright {float:right}
//a, a:active, a:focus, a:active {text-decoration:none !important}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin:0 0 15px;font-family: Arial, Helvetica, sans-serif;} 
img {max-width:100%}
h1, h2, h3, h4, h5, h6 {font-weight:normal;margin:0 0 10px;}

/*header area*/
.header_area{margin-bottom:10px;}
.logo{}
.search{}
.header_right{float:right}

/* google Map zoom */
.gmnoprint img {
    max-width: none; 
}


/*mainmenu area*/
.mainmenu_area{}
.mainmenu{}
.mainmenu ul#nav{background: none repeat scroll 0 0 #E9E9E9;height: 30px;list-style: none outside none;margin: 0;padding: 0;padding-top: 5px;}
.mainmenu ul#nav li{float:left;}
.mainmenu ul#nav li a{font-size: 11px;padding: 15px 6px;text-decoration: none;text-transform: uppercase;color:#000;font-weight: bold;}
.mainmenu ul#nav li a:hover{color:#E97900;}
.menu_img{margin-bottom: -20px;}
.menu_img img{margin-top:-17px;}

/*social area*/
.social_like{}
.social_left{}
.social_left p{color: #287BBD;}
.social_left span{color:#919191;}
.social_left h1{color: #287BBD; font-family:Arial, Helvetica, sans-serif; font-size:22px;font-weight: bold;}
.social_left h6{}
.social_right{float: right;margin-right: 20px;}
.social_right p{}
.social_right strong{font-weight: bold;}
.social_right span{color: #E77503;}
.like_icon{float: right;}
.like_icon a{}
.like_icon img{margin-top: 20px;}

/*maincontent_area
Blue    #287BBD
Heading Green   #588d35
border Green    #67A300
*/
body{color: #777}
.maincontent_area{}
.content_left{}
#my-tab-content a{color:#777}
.left_1{}
.disc h2{color:#588d35; border-bottom:1px solid #67A300;padding-bottom:5px;font-size:21px;font-weight:bold;}
.disc h2 span{color: #287BBD}
.disc h3{color:#555; padding-bottom:5px;font-weight:bold;}
.disc h4{font-weight: bold; color: #000}
#spotlight a {color: #D4653E}

.slider{float: left;width: 250px;}
.slider_top{}
.slider_top img{ padding-bottom:5px}
.slider_bottom{}
.slider_bottom p{color:#287BBD;font-weight: bold;margin-left: 10px;margin-top: -23px;}
.text{}
.text i{color: #FFFFFF;font-size: 20px;padding: 5px 8px;}
.text p span{margin-left:10px;}
.text p img{margin-left:10px;}
.text p a{color:#287BBD;}
#star{background:#48A161;}
#clock{background:#64CD73;}
#phone{background:#985C98;}
#envelope{background:#D83F75;}
#heart{background:#42B7D8;}
#calendar{background:#F8A900;}
#desktop{background:#3A5C99;}
#website{margin-left: 300px;}

.content_right{}
.right_1{}
.right_2{margin-top: 50px;}
.right_3 h2 {margin-top:8px;  color: 4a4a4a;}
.right_3 span {font-weight: bold; color: 4a4a4a;}
.right_4{margin-top: 50px;}
.right_5{}

.trending h2{color:#588d35; padding-bottom:5px;font-size:21px;font-weight:bold;}
.trending h4{margin:0px;font-size:16px;font-weight:bold;}  
.trending h5{color: #454545;}
.trending p {line-height: 16px; font-size:13px;}





/*footer_area*/
.footer_area{margin-bottom:30px;}
.copyright{float: right;font-weight: bold;}


/********************************* OUTLETS LISTING PAGE CSS STARTS HERE *****************************************************************************/

#googleCustomSearch{
	background-color: #f2a500;
	height: 47px;
	margin-right: -15px;
	text-align: center;
	padding-top: 10px;
}

#googleCustomSearch input{
	width: 85%;
	border: 1px solid #ddded9;
}

.page-header h2{
	display: inline;
	flo-at: left;	
}

.social{
	display: inline;
	float: right;
}

#catListingCont{
	border-right: 1px solid #c7c7c7;	
}

.catListing li input[type=checkbox] {
	margin-top: 0px;
}

.catListing li label{
	margin-bottom: 0px;
	font-weight: 500;
}

.listingBox{
	float: left;
	border-bottom: 1px solid #c7c7c7;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.listingBox2{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	text-align: center;
}

.listingBox2 ul.list-inline li{
	float: none;
}


.listingHead{
	color: #0064b4;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	padding-bottom: 6px;
}

.listingHead2{
	color: #0064b4;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 6px;
}

.listingText{
	font-size: 13px;
}

.listingBox .col-xs-8{
	padding-right: 0;
}

.adsBox{
	width: 100%;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #fe6d02;
	padding-bottom: 5px;
}

#calIcon{
	background-color: #d58200;	
}

.eventHead{
	width: 100%;
	float: left;
}

.eventBody{
	width: 100%;
	float: left;
	padding: 5px;
	background-color: #ffe2a6;
}

.eventBody .media-heading {
	background-color: #fffadd;
	font-size: 15px;
	padding: 5px 3px;
}

#calHeadText{
	background-color: #e69d00;
	color: #fff;
	font-size: 15px;
	padding: 27px 0 28px;
	text-align: center;
}

#most-liked-pics li{
	padding: 0px;
}

.navbar-default{
	background-color: none;
	border: none;	
}

#topNavCont{
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e5e5e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e5e5e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e5e5e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e5e5e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#e5e5e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#e5e5e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e3',GradientType=0 ); /* IE6-9 */
	
	margin-bottom: 0px;
	min-height: 32px;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a{
	color: #454545;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #207499;
	background: none;
	text-decoration: underline;	
}

.navbar-nav>li>a{
	padding-top: 5px;
	padding-bottom: 5px;	
}

#navBottom{
	height: 5px;
	background-image: url(../images/nav-border-bottom.jpg);
}

.expName{
	color: #066eab;
	font-size: 11px;	
}

.expText{
	color: #777;
	font-size: 11px;
}

.expRate{
	
}

.expReview{
	color: #006f9f;
	font-size: 11px;
}

#footer{

	border-top: 3px solid #e37329;
	padding: 5px 0;
	margin-top: 15px;
	
}

