/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


a:focus{outline:none;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Header section area */
   


.header_section {
    margin: 0;
    padding: 0;
}
  
   
   
.content_section_area {
    margin: 0;
    padding: 25px 0;
}
.main_contant_body {
  margin: 18px 0 0;
  padding: 17px 5px 0px;
  background: #fff;
  border-radius: 5px;
    border:1px solid #ddd;
}
.single_contant {
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 10px 0 0px;
  overflow: hidden;
  position:relative;
}

.single {
    margin: 0;
    padding: 0;
}
.right h3 {
  margin: 0 0 20px;
}
.right h3 a {
  margin: 0;
  padding:0;
  text-decoration:none;
  color:#000;
}
.right > p {
    font-size: 16px;
    padding: 0 0 0 5px;
    text-align:justify;
}


.single_contant span.details {
  border: 1px solid #eee;
  display: block;
  height: 270px;
  margin: 0;
  overflow: auto;
  padding: 5px 10px;
  border-radius: 5px;
}


.contact {
    margin: 0;
    padding: 0 35px;
}
input.form-control[type="email"] {
    margin: 35px 0 18px;
    width: 55%;
}

a.send {
  display: inline-block;
  margin: 25px 0 20px 10px;
  padding: 8px 65px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  text-decoration:none;
}
.panel-title > a {
  display: block;
  text-decoration: none;
}
.single_contant > p {
  color: #7f8c8d;
  height: 100px;
  margin: 0 ;
  padding: 0;
  text-align: left;
}

.single_user {
    display: block;
    margin: 18px 0 30px;
    padding: 0;
}
.single_user center p b {
    font-family: arial !important;
}
.user_image {
    display: inline-block;
    margin: 0 7px 0 0;
    width: 50px;
}
.user_name {
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 0;
}


.comment_item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 35px 0 0;
  padding: 10px 25px;
}
.comment_item span {
    display: inline-block;
    width: 150px;
}


.likes i, .comments i {
    cursor:pointer;
}
.likes i:hover, .likes i.active {
    color: #e74c3c;
}
.comments i:hover, .comments i.acitve {
    color: #3498db;
}


.likes {
  width: 45px !important;
  margin: 0 10px 0 0;
}
.comments {
  width: 45px !important;
}

.comment_item span i {
    margin: 0 3px 0 0;
}



.single_contant hr {
    margin: 30px 0 12px;
}
span.tika {
  background: #eee none repeat scroll 0 0;
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0;
  padding: 15px;
}
.details_collapses {
  border: 1px solid #eee;
  height: 260px;
  margin: 0;
  overflow: auto;
  padding: 0;
  border-radius:5px;
}

.sidebar_links {
    background: #eee;
    border-radius: 5px;
    margin: 17px 0 30px;
    padding: 10px;
}
.sidebar_links > p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 25px;
  padding: 3px 8px;
}
.sidebar_links > p::after {
    background: #fbbc05 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 10%;
}
.sidebar_nav {
    margin: 0;
    padding: 0 5px;
}
.sidebar_nav > ul#nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul#nav > li {
    display: block;
    margin: 0;
    padding: 0;
}
ul#nav li a {
    color: #000;
    display: block;
    margin: 0;
    padding: 5px 8px;
    text-decoration: none;
}
ul#nav li:hover a {
    text-decoration: underline;
}
ul#nav li.active a {
    text-decoration: underline;
}
ul#nav li::before {
    color: #ccc;
    content: "\f061";
    font-family: fontawesome;
    font-size: 12px;
    margin: 7px 10px 0 0;
    padding: 0;
    text-decoration: none;
    display: inline;
	float: left;}
	
span.active{color:#27ae60;}
   
.finance_body {
	margin-bottom: 30px;
}
   
.finance_body .tab-pane {
    margin: 0;
    padding: 35px 5px 0;
}
#financing p:first-child {
	text-align: justify;
	padding: 0 40px;
}

p.getShare {
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
}
p.total {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
p.button {
    margin: 0;
    padding: 0px 0 15px;
    text-align: center;
}
a.submit {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 4px 45px;
    text-decoration: none;
}
.finance_heading ul li > a {
    color: #a6a6a6;
}
.finance_heading ul li.active > a {
    color: #3498db;
}
ul.nav li > a .newNews {
  background: #e74c3c none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 19px;
}
   .margin_none {
  margin-bottom: 0;
}


/*Project*/


.single_contant .item {
    float: left;
}
.single_contant .image {
    margin: 12px 0 0;
    width: 30%;
}
.single_contant .details {
    height: 100px;
    margin: 0;
    padding: 0 0 0 32px;
    width: 70%;
}
.single_contant .image.item > img {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
.details.item > h2 {
    margin-bottom: 20px;
}
p.date {
    background: #27ae60 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
	margin:15px 0 0;
}
a.update {
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 35px 22px 0;
  padding: 10px 0;
  text-decoration: none;
}





.single_user center img {
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 100px;
  margin: 10px 0 15px;
  padding: 0;
  width: 100px;
}
.single_user > p {
  font-size: 16px;
  line-height: 2;
  margin-left: 10px;
  margin-right: 10px;
}


.single_user h3 {
    margin: 0;
    padding: 0;
    text-align: left;
}
.single_user>span {
    display: block;
    margin: 0 0 10px;
    text-align: left;
}
.news {
  padding: 0 10px;
    margin-top:5px;
}
.single_user.news > span {
  font-weight: bold;
}
.news p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}



.first_share {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30%;
}
.send_share {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 30%;
}
.third_share {
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
    width: 30%;
}
.titleOne, .titleTwo, .titleThree {
  background: #fff;
  padding: 5px 0;
  margin:0 0 12px;
}
.titleOne{
	border-radius:5px 0 0 5px;
}
.titleThree{
	border-radius:0 5px 5px 0;
}
.amountOne, .amountTwo, .amountThree {
    font-size: 15px;
    font-weight: bold;
}
.lovangso, .total_unit {
	margin: 10px auto 0;
	padding: 0 10px;
	width: 84%;
}
.lovangso > p span, .total_unit > p span {
	display: inline-block;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 15px;
	width: 180px;
}
.lovangso > p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0 0 10px;
	text-align: right;
}
.total_unit > p {
	margin: 0;
	padding: 0 0 10px;
	text-align: right;
}
.total_unit p b, .lovangso p b {
	display: inline-block;
	margin: 0;
	padding: 0 25px 0 0;
	width: 55%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   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,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
