/* ==========================================================================
   HTML5 Boilerplate
   ========================================================================== */

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

body {
    font: 16px/1.4 'Segoe UI', Arial,sans-serif;
    direction: rtl;
}

table {
    direction: ltr;
}

    table td {
        direction: rtl;
    }


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

img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

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

textarea {
    resize: vertical;
}




.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
}

#top-bar {
    padding: 10px 0;
}

#blogs-logo {
    background: url(images/ms_logo.png) no-repeat center center;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 270px;
    height: 70px;
    float: left;
}

#user-options {
    float: right;
    line-height: 70px;
}

#header-banner {
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    
}

    #header-banner .wrapper {
        height: 180px;
    }

#blog-title {
    font-size: 55px;
    font-weight: normal;
    margin: 0;
    line-height: 55px;
    position: absolute;
    bottom: 10px;
}

    #blog-title .main-title, #blog-title .sub-title {
        display: inline-block;
        line-height: 55px;
        color: #fff;
    }

    #blog-title .sub-title {
        margin-right: 12px;
        font-size: 22px;
    }

.mvp-user {
    width: 160px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-image: url(images/ms_cert.png);
}

#header-nav {
    background-color: #575757;
}

    #header-nav nav {
        float: right;
    }

        #header-nav nav a {
            display: inline-block;
            line-height: 50px;
            color: #fff;
            font-size: 16px;
            padding: 0px 15px;
            text-decoration: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            #header-nav nav a:hover {
                background-color: #7d7d7d;
            }

#header-nav-icons {
    float: left;
}

    #header-nav-icons a {
        display: inline-block;
        line-height: 45px;
        width: 25px;
        margin-right: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.icon-fb {
    background-image: url(images/icon-fb.png);
}

.icon-in {
    background-image: url(images/icon-linkedin.png);
}

.icon-rss {
    background-image: url(images/icon-rss.png);
}

#user-avatar {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    top: -100px;
    background-image: url(images/default_avatar.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

    #user-avatar img {
        max-height: 100%;
        max-width: 100%;
    }

#header-nav-box {
    margin-right: 230px;
}

#blog-title {
    margin-right: 230px;
    margin-left: 180px;
}

/* ==========================================================================
   Main
   ========================================================================== */

#main {
    margin-top: 90px;
}

#blog_post_info {
    float: right;
    width: 70%;
    border-left: 2px solid #f3f3f3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#secondary {
    width: 30%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   Post
   ========================================================================== */
.bp {
    border-bottom: 2px solid #f3f3f3;
    margin-left: 35px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.bp-title, .bp-title a {
    font-size: 27px;
    color: #535353;
    margin: 0px;
    text-decoration: none;
	-ms-word-break: break-all;
     word-break: break-all;
}

.bp-date {
    color: #535353;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

.bp-thumb {
    position: relative;
    float: right;
    margin-bottom: 10px;
}

    .bp-thumb .bp-read-more, .bp-thumb .bp-social_i {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background-color: #fff;
        color: #03b194;
        font-size: 20px;
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        text-decoration: none;
        display: block;
        visibility: hidden;
        opacity: 0;
        -moz-transition: opacity linear 0.2s;
        -o-transition: opacity linear 0.2s;
        -webkit-transition: opacity linear 0.2s;
        transition: opacity linear 0.2s;
    }

    .bp-thumb:hover .bp-read-more, .bp-thumb:hover .bp-social_i {
        visibility: visible;
        opacity: 1;
    }

    .bp-thumb .bp-social_i {
        right: auto;
        left: 10px;
    }

.bp-social_i a {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
}

    .bp-social_i a.icon-fb {
        background-image: url(images/icon-fb-green.png);
    }

    .bp-social_i a.icon-in {
        background-image: url(images/icon-in-green.png);
    }

    .bp-social_i a.icon-twitter {
        background-image: url(images/icon-twitter-green.png);
    }

    .bp-social_i a.icon-email {
        background-image: url(images/icon-email-green.png);
    }

.bp .contx {
    clear: right;
    margin-bottom: 10px;
	-ms-word-break: break-all;
     word-break: break-all;
}
.post .contx {
	-ms-word-break: normal;
	word-break: normal;
}

.bp .tagsx {
    float: right;
}

.bp .cmts {
    float: left;
    background: url(images/bloon_g.png) no-repeat right 6px;
    display: block;
    padding-right: 30px;
}

.entry-content {
    padding-top: 17px;
    border-top: 2px solid #f3f3f3;
    margin-top: 17px;
}

.entry-options .bp-add-comment {
    background-color: #03b194;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    float: right;
    display: block;
}

.entry-options .bp-social_i {
    float: left;
    height: 45px;
    line-height: 45px;
}


.commentlist, .commentlist ul {
    list-style: none;
}

.comment-avatar {
    float: right;
    width: 50px;
}

.comment-post-body {
    margin-right: 60px;
}

.comment-author, .comment-date {
    display: inline-block;
    margin-left: 5px;
}

.comment li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-date {
    font-size: 11px;
}

.comment-content > p {
    margin: 0px;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-allowed-tags {
    text-align: left;
}

/* ==========================================================================
   Widget area
   ========================================================================== */

.widget-area .widget h3 {
    font-size: 21px;
    font-weight: normal;
    margin-top: 0px;
}

#secondary > aside {
    margin-right: 35px;
    margin-bottom: 30px;
}

.tagcloud {
    margin: 0px;
    list-style: none;
    background: #f3f3f3;
    padding: 17px;
    direction: ltr;
    text-align: right;
}

    .tagcloud li {
        border: none;
        background: none;
        display: inline;
        margin: 0;
        padding: 0;
        direction: rtl;
        text-align: right;
    }

    .tagcloud a {
        color: #919191;
        text-decoration: none;
        padding-right: 0px;
        margin-right: 15px;
    }

.latest_art {
    text-decoration: none;
    display: block;
    color: #222 !important;
    padding: 10px;
    margin-bottom: 20px;
}

    .latest_art p {
        margin: 5px 0;
    }

    .latest_art .la-date {
        font-size: 14px;
    }

    .latest_art h4 {
        font-size: 16px;
        margin: 0px;
    }

    .latest_art:hover {
        background: #03b194;
        text-decoration: none;
        color: #fff !important;
    }

.widget_search .screen-reader-text {
    display: none;
}

aside ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    aside ul li {
        padding: 5px 0;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
    }

        aside ul li:hover {
            background-color: #03b194;
        }

        aside ul li a {
            display: block!important;
            text-decoration: none;
        }

        aside ul li:hover a {
            color: #fff!important;
        }

aside .post-date {
    font-size: 75%;
}



input[type="submit"] {
    background-color: #2D9FDA;
    color: #fff;
    border: 1px solid #2D9FDA;
    padding: 2px 5px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    background: #3c3c3c;
}

.footer_list {
    width: 33.3%;
    float: right;
    height: 329px;
}

    .footer_list h3 {
        color: #fff;
        text-align: right;
        padding-right: 20px;
        margin-top: 50px;
        font-size: 20px;
    }

#first_fl {
    border-top: 5px solid #a5c009;
    background: #434242;
}

#sec_fl {
    border-top: 5px solid #0099c5;
    background: #4d4d4d;
}

#thrd_fl {
    border-top: 5px solid #bc5ab4;
    background: #555454;
}

#first_fl h3 {
    color: #a5c009;
}



#sec_fl h3 {
    color: #0099c5;
}



#thrd_fl h3 {
    color: #bc5ab4;
}

.footer_list ul {
    margin-top: 40px;
    margin-right: 20px;
    list-style: none;
}

    .footer_list ul li {
        text-align: right;
        margin-bottom: 8px;
    }

        .footer_list ul li a {
            color: #fff;
            text-decoration: none;
            text-align: center;
            font-size: 16px;
        }
/* ==========================================================================
   Mobile nav
   ========================================================================== */

#m-nav {
    background: url(images/menu-icon.png) no-repeat center center;
    line-height: 50px;
    padding: 0px 15px;
    display: none;
}

    #m-nav:hover {
        background-color: #7d7d7d;
    }
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width : 800px) {
    #secondary {
        display: none;
    }

    #blog_post_info {
        float: none;
        width: 100%;
        border-left: none;
    }

    #blog-title .main-title, #blog-title .sub-title {
        display: block;
        line-height: normal;
        margin-right: 0px;
    }

    #header-nav-box, #blog-title {
        margin-left: 0px;
    }

    .mvp-user {
        bottom: 55px;
    }
}


@media screen and (max-width : 720px) {
    #header-nav-icons, .mvp-user {
        display: none;
    }

    .footer_list {
        width: 100%;
        float: none;
        height: auto;
    }
}

/*iPhone in portrait & landscape*/
@media screen and (max-width : 568px) {
    #user-avatar {
        display: none;
    }

    #header-banner, #header-banner .wrapper {
        height: auto;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #header-nav-box, #blog-title {
        margin-right: 0;
    }

    #blog-title {
        font-size: 35px;
        font-weight: normal;
        margin: 0;
        padding: 5px 0;
        line-height: normal;
        position: static;
    }

        #blog-title .sub-title {
            margin-right: 0px;
            font-size: 18px;
        }

    #blogs-logo {
        width: 154px;
        height: 40px;
    }

    #user-options {
        line-height: 40px;
    }

    #main {
        margin-top: 30px;
    }

    #m-nav {
        display: block;
    }

    #header-nav nav {
        float: none;
    }

    #heder-nav-warpper {
        display: none;
    }

    #header-nav nav a {
        display: block;
        color: #fff;
        padding: 10px 15px;
        line-height: normal;
    }

    .bp-title, .bp-title a {
        font-size: 22px;
    }

    article img {
        height: auto;
    }
}

@media screen and (max-width : 480px) {
    #header-nav-icons {
        display: none;
    }
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}

#respond {
    display: none;
}

#commentform {
    width: 51%;
}

.commentlist li {
    list-style: none;
    margin-bottom: 27px !important;
}


.comment-content {
    margin-top: 7px;
}




.comment-avatar img {
    max-width: 100%;
}

.input_wdth {
    width: 335px;
    float: left;
}

.single .form-submit {
    float: right;
}

#comments input[type="submit"] {
    background-color: #03b194;
    border: 1px solid #03b194;
}

.comment-reply-link {
    width: 80px;
    background: #03b194;
    display: block;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    padding: 4px;
    text-decoration: none !important;
}

.comments-title {
    color: #5e5e5e;
    clear: both;
}

.com_wrap h2, .com_wrap h4, .com_wrap p, .com_wrap h1, .com_wrap span {
    color: #5e5e5e;
}

.com_wrap h4 {
    font-weight: normal;
}

.com_wrap span {
    margin-top: 1px;
}

.one_com_wrap {
    float: right;
}

.com_wrap h2 {
    float: right;
    margin-top: 38px;
    margin-right: 23px;
}

.one_com_wrap img {
    float: right;
}

.time_wrap {
    float: right;
    width: 132px;
    position: absolute;
    right: 120px;
    top: 74px;
}

#fimgli {
    margin-right: 0;
}

.com_wrap h1 {
    clear: both;
}

.time_wrap h4, .time_wrap span {
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
}

.one_com_wrap {
    position: relative;
}

    .one_com_wrap p {
        clear: both;
        float: right;
        margin-top: 25px;
    }

.one_com_wrap {
    clear: both;
    margin-bottom: 20px;
}

#respond {
    clear: both;
}

.form-allowed-tags {
    display: none;
}

.fr {
	float:right;
}
.fl {
	float:left;
}

/*new contact form */
.page-template-contact-php  #contactForm  label {
    display: block;
    padding: 1px 7px 0;
    position: absolute;
    top: 0;
    z-index: 777;
	color:#454545 !important;
}

.page-template-contact-php  #contactForm  input[type="text"],.page-template-contact-php  #contactForm  textarea {
	background:#FFF !important;
    display: block;
    background: none;
    font: inherit;
	color:#454545 !important;
    padding: 0 7px;
    position: relative;
    z-index: 10;
	overflow: auto; 
}

.page-template-contact-php  #contactForm  label, .page-template-contact-php  #contactForm  input[type="text"], .page-template-contact-php #singleParagraphInputs div{
	
	line-height: 1.5em;
	height: 1.5em;
}

.page-template-contact-php #singleParagraphInputs div, .page-template-contact-php #commentTxt, .page-template-contact-php #recaptcha_widget_div{
	margin-bottom: 1.5em;
}

.page-template-contact-php  #contactForm  input, .page-template-contact-php  #contactForm  textarea, .page-template-contact-php #recaptcha_table{
	border: 1px solid #ccc;
	background:#FFF;
}

.page-template-contact-php .formError {
    border: 1px solid red;
}

.page-template-contact-php #contactForm, .page-template-contact-php #recaptcha_table{
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
}

.page-template-contact-php #singleParagraphInputs div, .page-template-contact-php #commentTxt {
    position: relative;
}

.page-template-contact-php #singleParagraphInputs input {
    width: 584px;
}

.page-template-contact-php #commentTxt textarea {
    min-height: 9em;
	min-width: 584px; 

}

.page-template-contact-php #screenReader, #checking {
    float: left;
	display: none;
}

.page-template-contact-php #recaptcha_response_field {
    width: 286px !important; 
}


.page-template-contact-php #contactForm input[type=submit] {
background-color: #03b194;
color: #fff;
font-size: 20px;
padding: 0 10px;
height: 45px;
line-height: 45px;
float: left;
display: block;
}

#contact_nmic #contactForm{
width: 100%;
}

#contact_nmic #singleParagraphInputs div:nth-child(1){
float:right;
width:38%;
}
#contact_nmic #singleParagraphInputs div:nth-child(2){
float:right;
}
#contact_nmic #singleParagraphInputs div:nth-child(3){
clear:both;
}

#contact_nmic #singleParagraphInputs div:nth-child(1) input{
width: 80%;
}

#contact_nmic #singleParagraphInputs div:nth-child(2) input{
width: 80%;
}
#contact_nmic  input[type=submit]{
float: right !important;
margin-right: 64%;
}
#contact_nmic  input[type=text]{
padding: 6px !important;
border: 1px solid #ccc !important;
border-radius: 3px !important;
font-family: inherit;
}


#contact_nmic #contactForm label{
font-size: 12px;
float: none;
text-align: right;
margin: 0;
padding: 0;
position:static;
font-weight: bold;

}

#contact_nmic .frm_required {
color: #ff0000;
font-weight: bold;
}
#contact_nmic #contactForm div{
min-height: 42px;
}

 .footer-bottom .footer-copyright a, .footer-bottom .footer-copyright span {
            clear: both;
            color: #000;
  
            font-size: 10px;
        
        }

.sfooter {
    display: block;
    background-color: #eee;
      width: 100%;
    margin:0 auto;
    margin-top:0;

}

    .sfooter :after {
        clear: both;
        content: "";
        display: table;
    }

    .sfooter  .content {
          width: 84%;
        margin: 0 auto;
    }

  .sfooter .footer-bottom {
    border-top: 1px solid #eee;
    clear: both;
    color: #000;
    min-height: 62px;
    padding: 0 190px 10px 0 !important;
    position: relative;
}

    .footer-bottom:after {
        clear: both;
        content: "";
        display: table;
    }

   .sfooter .footer-bottom a {
        text-decoration:none;
        color: #0090ff !important;
    }

    .footer-bottom ul {
        float: left;
        margin: 47px 0 0 111px;
        padding: 0;
        list-style: none;
    }

        .footer-bottom ul:after {
            clear: both;
            content: "";
            display: table;
        }

        .footer-bottom ul.legal {
            font-size: 11px;
        }

        .footer-bottom ul li {
            float: left;
            height: 24px;
            margin-right: 10px;
            display: inline-table;
            min-width: 80px;
        }

            /*.footer-bottom ul li:last-child {
                margin-right: 0;
            }*/

            .footer-bottom ul li.hello-note {
                line-height: 24px;
            }

    .footer-bottom .footer-copyright {
        position: absolute;
        left: 0;
        top: 20px;
    }

        .footer-bottom .footer-copyright img {
            margin: 0;
        }

       