/* Add here all your css styles (customizations) */
/* added for the dark background of the navbar and reduced height */
.dark {
    background: #333;
    color: #fcfcfc;
}

.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:50px !important}

/* added for the dark background of the navbar and reduced height */
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

/*indexPage
------------------------------------*/
.index-page {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
}

.index-side-news {
    background: #fafafa;
    margin-left: 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 8px 10px;
    border-top: solid 1px #eee;
}


/*--  Tooltip
========================*/
.custom-tooltip {
    position:relative;
}

.tooltip-code {
    background-color:#f9f9f9;
    border:4px solid #b0b0b0;
    border-radius:3px !important;
    box-shadow:2px 2px 5px rgba(0,0,0,0.6);
    display:none;
    left:40%;
    max-width:350px;
    min-width:350px;
    min-height:100px;
    padding:10px;
    position:absolute;
    top:5%;
    word-wrap:break-word;
    white-space:normal;
    z-index:999;
}

.tooltip-code div {
    max-height:200px;
    overflow:auto;
}

.tooltip-code:after, .tooltip-code:before {
    border:solid transparent;
    content:' ';
    height:0;
    right:100%;
    position:absolute;
    width:0;
}

.tooltip-code:after {
    border-width:9px;
    border-right-color:#f9f9f9;
    top:11px;
}

.tooltip-code:before {
    border-width:14px;
    border-right-color:#b0b0b0;
    top:6px;
}

.tooltip-code hr {
    border-color:#ebeded;
    margin:10px 0;
}

.servsvc-tooltip .tooltip-code {
    left:18%;
    min-width:400px;
}

/*--  EOF Tooltip
========================*/

/* New Listing page */

.blog-info {
    float: left;
    width: 82px;
    margin-right: 38px;
    text-align: center;
}
.blog-info .image-blog-info {
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    background: #5CB85C;
}
.blog-info .date-blog-info {
    /* padding: 18px 0; */
    height: 90px;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #434343;

}

.blog-info .date-d{margin-bottom:5px; display:block}

.blog-info .date-blog-info small {
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: -15px;
}

.blog-info .date-y small{font-size:13px; display:none}

/* End New Listing page */
.reseller-blk {

	font-size: 14px;
}
.easy-block-v1 img {
	width: 16px;
}