/*! 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
   ========================================================================== */
/*****common css*******/
body{
	font-family: 'Roboto', serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', serif;
}

.imgblog-respons{
	width:100%;
	height:250px;
}
.slid-respons{
	width:100%;
}
.carousel-control.right{
	background:none;
}
.carousel-control.left{
	background:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background:none;
  color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #ffffff;
}

.dropdown-menu{
	top: 101%;
	padding-bottom:0px;

}
.dropdown-menu > li > a {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  padding: 10px 32px;
  transition:all 0.8s ease-out;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
a:focus{
	outline:none;
}

/******** header css *********/
#header-area{}
.logo{
		text-align:center;
		margin-bottom:10px;
		padding:7px 0px;
}
.social-icon{
	margin: 10px 0;
	text-align: center;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social-icon ul li{
	display:inline-block;
}
.social-icon ul li a{
	color: #000000;
	display: block;
	font-size: 20px;
	padding: 0 7px;
}
.social-icon ul li a:hover{
	color:rgb(66, 133, 244);
	transition: all 0.5s ease 0s;
}
.navbar-default {
	background-color: #000000;
	border: medium none;
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #ffffff;
}


/***** search  ********/
#expand .form-control {
  height:39px;

}
input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: block; 
}


input[type=search] {
	background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px!important;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}



input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}


#expand input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#expand input[type=search]:hover {
	background-color: #fff;
}
#expand input[type=search]:focus {
	width: 100%;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#expand input:-moz-placeholder {
	color: transparent;
}
#expand input::-webkit-input-placeholder {
	color: transparent;
}
.page-title{
	text-align:center;
	padding:25px 0px;
}
.not-found{
	text-align:center;
}


/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


/***** content-area********/

#content-area{}
.single-blog{
	border: 2px solid #eeeeee;
	box-shadow: -1px 4px 11px -2px #bababa;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 11px;
}
.blog-meta{}
.blog-meta ul li{
	border: 1px solid #eeeeee;
	border-radius: 50px;
	box-shadow: 1px 1px 0 #bababa;
	display: inline-block;
	margin-right: 8px;
	padding: 5px 10px;
}

.blog-meta ul li a{
	color: #000000;
	text-decoration: none;
}
.meta{
	margin:10px 0px;
}
.blog-meta h1 {
	margin:0;
	font-size:24px;
}
.blog-meta h2 a{
	text-decoration:none;
	color:#000000;
	transition: all 0.5s ease-out 0s;
}
.blog-meta h2 a:hover{
	text-decoration:underline;
}
.blog-content p{
	text-align:justify;
}
a.redmore{
	border: 1px solid #000000;
	border-radius: 20px;
	box-shadow: 0 0 2px 1px #bababa;
	color: #000000;
	display: inline-block;
	float: right;
	margin-right: 20px;
	margin-top: 17px;
	padding: 5px 7px;
	text-decoration: none;
}
a.redmore:hover{
	background:#000000;
	color:#ffffff;
	transition: all 0.5s ease 0s;
}

.pagination {
  display: block;
  margin: 20px 0;
  overflow: hidden;
}

/******* footer **********/

#footer-area{
	border-top: 3px solid #eeeeee;
	padding-top: 10px;
}
.single-footer{
	padding: 8px;
}
.single-footer h2{
	border-bottom: 1px solid #000000;
	color: #000000;
	margin: 0 0 17px;
	padding-bottom: 18px;
	text-transform: uppercase;
	
}
.single-footer ul li{
	display:block;
	
}

.single-footer ul li a{
	border-bottom: 1px solid #eeeeee;
	color: #000000;
	display: block;
	padding: 8px 5px;
}

.footer-bottom{
	background:#000000;
}
.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a{
	color: #ffffff;
	display: block;
	padding: 6px 10px;
}
.copy-right {
	text-align:center;
}
.copy-right p{
	color: #ffffff;
	margin: 0;
	padding: 17px 0;
}
/*****Scroll To Top*******/
.scrollToTop{
	font-size:40px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	position:fixed;
	bottom:0;
	right:15px;
	display:none;

}
.scrollToTop:hover{
	text-decoration:none;
	color:#bababa;
}

/********sidebar css**********/

.sidebar{}
.single-sidebar{
	margin-bottom: 30px;
	text-align:justify;
}
.single-sidebar h2{
	background: #eeeeee none repeat scroll 0 0;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	box-shadow: 0 0 2px #bababa;
}
.textwidget {
  line-height: 23px;
}
.single-sidebar ul li{
	display:block;
	border-bottom:1px solid #eeeeee;
}
.single-sidebar ul li a{
	color: #000000;
	display: block;
	padding: 10px 5px;
	text-decoration:none;
}
.single-sidebar ul li:hover{
	border-bottom:1px solid green;
}


/****** comments css ********/

#respond {position: relative;}
#respond input[type="text"],#respond textarea {border:1px solid #ddd;padding:10px}
#respond input[type="text"] {padding:7px;width:300px}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment { position: relative; }
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label{  color: #555; display: inline-block; left:
4px;  position: relative; z-index: 1; width: 99px;}
#respond .comment-form-comment label {
 background: #eee;
 color: #555; 
 display: inline-block;
 min-width: 60px;
 padding: 4px 10px;
 position: relative;
 z-index: 1; 
 }
#respond input[type="text"]:focus,
#respond textarea:focus { text-indent: 0; z-index: 1; }
#respond textarea { resize: vertical; width: 95%; }
#respond .comment-form-author .required,
#respond .comment-form-email .required { color: #bd3500; font-size: 18px; font-weight: bold; left:
53%; position: absolute;  z-index: 1; }
#respond .comment-notes,
#respond .logged-in-as { font-size: 13px; }
#respond p { margin: 10px 0; }
#respond input#submit { background: #454545; border: none; -moz-border-radius: 3px; border-radius:
3px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 2px
rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); color: #eee; cursor: pointer; padding: 5px
42px 5px 22px; }
#respond input#submit:active { background: #86222D; color: #fff; }
#respond #cancel-comment-reply-link { color: #666; margin-left: 10px; text-decoration: none; }
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover { text-decoration: underline; }
.commentlist #respond { margin: 1.625em 0 0; width: auto; }
#reply-title { color: #373737; font-size: 20px; }
#cancel-comment-reply-link { color: #888; display: block; position: absolute; right: 1.625em; text-
decoration: none; text-transform: uppercase; top: 1.1em; }
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover { color: #ff4b33; }
#respond label {display: block; font-size: 16px; line-height: 2.2em; width: 280px;}
#respond input[type=text] {}
#respond p { font-size: 12px; }
p.comment-form-comment { margin: 0; }
.form-allowed-tags { display: none; }
.trackback { margin: 0 0 10px; padding: 1em; border: 1px dashed #ccc; }

#comments {
border: 1px solid #eeeeee;
padding: 20px;

}
#comments ol{
	list-style:none;
}
#comments ol li{
background: #eeeeee none repeat scroll 0 0;
margin: 15px 0;
padding: 15px;

}
#comments ol li p{
	background: #ffffff none repeat scroll 0 0;
	padding: 12px;
}
.comment-author.vcard {
  display: inline-block;
}
.comment-meta.commentmetadata {
  display: inline-block;
  float: right;
}

a.comment-reply-link {
	border: 1px solid #bababa;
	border-radius: 14px;
	color: #000000;
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
}
ol.children{
	border-top: 1px solid #bababa;
	margin-top: 18px;
}

/***** archive page ******/
.archive-title{
	text-align:center;
}

/* ==========================================================================
   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;
    }
}
