


                /* CSS Document */

                /*====================================== reset.css is here ========================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {



margin: 0;



padding: 0;



}







                fieldset,
                img {



                    border: 0;



                }



                address,
                caption,
                cite,
                code,
                dfn,
                em,
                strong,
                th,
                var {



                    font-style: normal;



                    font-weight: normal;



                }



                ol,
                ul {



                    list-style: none;



                }



                caption,
                th {



                    text-align: left;



                }



                h1,
                h2,
                h3,
                h4,
                h5,
                h6 {



                    font-size: 100%;



                    font-weight: bold;



                }



                q:before,
                q:after {



                    content: '';



                }



                abbr,
                acronym {



                    border: 0;



                }



                .clear {



                    clear: both;



                    font-size: 1px;



                    line-height: 1px;



                    display: block;



                    height: 0;



                }



                header,
                nav,
                section,
                article,
                aside,
                footer,
                hgroup {



                    display: block;



                }



                ::selection {



                    background: #1a6dc1;



                    color: #fff;



                }



                figure {



                    padding: 0;



                    margin: 0;



                }



                input,
                textarea {



                    resize: none;



                    font-family: 'Open Sans', sans-serif;



                }



                /*



.fa,section, h1, li, img,div,dl,dt,dd,ol,li,a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{



    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;



    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;



    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;



    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;



    transition: width 1s ease-in-out, left 1.5s ease-in-out;



    transition:All 1s ease;



-webkit-transition:All 1s ease;



-moz-transition:All 1s ease;



-o-transition:All 1s ease;



-ms-transition:All 1s ease;



}



*/

                /**************************************************************************************/

                a {



                    text-decoration: none;



                    outline: 0 none;





                }

                ul li a {
                    color: #686666 !important;
                }


                a:hover {



                    text-decoration: none;
                    color: #8c8c8c !important;


                }



                h1 {



                    font-size: 24px;



                }



                h2 {



                    font-size: 22px;



                }



                h3 {



                    font-size: 18px;



                }



                h4 {



                    font-size: 16px;



                }



                h5 {



                    font-size: 23px;
                    line-height: 28px;



                    color: #3d4c54;



                }



                h6 {



                    font-size: 12px;



                }



                input,
                textarea {



                    color: #b1b1b1;



                    font-family: 'Roboto', sans-serif;



                    outline: none;



                }



                /*----------------------------------------------------------------------------------*/

                html {}



                body {



                    /*color:#b1b1b1;*/
                    font-family: 'Roboto', sans-serif;



                    font-size: 13px;



                    /*background:url(../images/body_bg.jpg) no-repeat center top;*/
                    background-size: cover;



                    background-attachment: fixed;



                    /*padding:25px 0;*/
                }



                /* ---------------------------------------------------------------------------------*/

                .wrapper {



                    margin: 0 auto;



                    width: 100%;



                    max-width: 1250px;



                    background: #fff;



                }



                .container {



                    margin: 0 auto;



                }



                /*-------------------------------------------*/

                /* --- HEADER HERE --- */

                header {



                    width: auto;



                    /*padding:20px 40px 20px 40px;*/
                }



                .logo {



                    float: left;



                    display: block;



                }



                .logo a {



                    display: block;



                    background: url(../images/logo_ommega.png) no-repeat center center;



                    width: 257px;



                    height: 46px;



                }



                .header_rt_nav {



                    float: right;



                    margin: 8px 0 0;



                }



                .header_rt_nav ul {}



                .header_rt_nav ul li {



                    float: left;



                    margin: 0 0 0 20px;



                }



                .header_rt_nav ul li a {



                    text-transform: uppercase;



                    font-size: 13px;



                    font-weight: 500;



                    color: #7e7e7e;



                    line-height: 18px;



                }



                /* --- NAVIGATION HERE --- */

                .nav_bar {



                    width: auto;



                    background: #1a6dc1;



                    /* padding:12px 40px 12px 40px; */
                }



                nav {



                    float: left;



                    margin: 8px 0 0 0;



                }



                nav ul {



                    display: block;



                }



                nav>ul>li {



                    display: block;



                    float: left;



                    margin: 0 52px 0 0;



                }



                nav>ul>li>a {



                    font-weight: 400;



                    text-transform: uppercase;



                    font-size: 12px;



                    line-height: 18px;



                    color: #fff;



                }



                nav>ul>li>a:hover {}



                .nav_drop {



                    margin: 0 28px 0 0;



                    position: relative;



                }



                .nav_drop>a {



                    background: url(../images/arrow_down.png) no-repeat center right;



                    padding: 0 24px 0 0;



                }



                .nav_drop ul {



                    position: absolute;



                    background: #1a6dc1;



                    width: 220px;



                    padding: 22px 0 0 0;



                    top: 54px;



                    transition: all 0.4s ease-in-out;



                    opacity: 0;



                    visibility: hidden;



                    z-index: 9999999;



                }



                .nav_drop ul li {



                    float: none;



                    display: block;



                }



                .nav_drop ul li+li {



                    border-top: solid 1px #fff;



                }



                .nav_drop ul li a {



                    display: block;



                    padding: 8px 8px;



                    font-weight: 400;



                    text-transform: uppercase;



                    font-size: 12px;



                    line-height: 18px;



                    color: #fff;



                }



                .nav_drop ul li a:hover,
                .nav_drop ul li a.active {



                    color: #1a6dc1;



                    background: #fff;



                }



                .nav_drop:hover ul {



                    opacity: 1;



                    visibility: visible;



                    top: 25px;



                }



                .nav_bar_rt {



                    float: right;



                    position: relative;



                }



                .nav_bar_rt .sbHolder {



                    float: left;



                    background: #ffffff;



                    border-radius: 3px;



                    border: 0 none;



                }



                .nav_bar_rt .login_open {



                    float: left;



                    padding: 9px 0;



                    line-height: 18px;



                    width: 80px;



                    text-align: center;



                    display: block;



                    color: #fff;



                    text-transform: uppercase;



                    font-size: 13px;



                    background: #90c530;



                    border-radius: 3px;



                    margin: 0 0 0 8px;



                    cursor: pointer;



                }



                .nav_bar_rt .logout {



                    float: left;



                    padding: 9px 0;



                    line-height: 18px;



                    width: 80px;



                    text-align: center;



                    display: block;



                    color: #fff;



                    text-transform: uppercase;



                    font-size: 13px;



                    background: #90c530;



                    border-radius: 3px;



                    margin: 0 0 0 8px;



                    cursor: pointer;



                }



                .nav_bar_rt .login_open:hover {



                    background: #72ac0a;



                }



                .login_block {



                    display: none;



                    z-index: 9999999;



                    padding: 20px 20px 15px 20px;



                    background: #fff;



                    width: 314px;



                    border-radius: 0 0 5px 5px;



                    position: absolute;



                    right: 1px;



                    top: 48px;



                    box-shadow: 0 0 1px #101010;



                }



                .login_block input {



                    width: 96%;



                    font-weight: 300;



                    color: #999;



                    line-height: 18px;



                    font-size: 14px;



                    padding: 10px 5px 10px 5px;



                    border: solid 1px #ccc;



                    margin: 0 auto 10px auto;



                    display: block;



                    outline: none;



                    background: none;



                    border-radius: 2px;



                    font-family: 'Open Sans', sans-serif;



                }



                .login_help {



                    width: auto;



                    float: left;



                    margin: 4px 0 4px 0;



                }



                .login_help a {



                    width: auto !important;



                    color: #404040 !important;



                    font-weight: 700 !important;



                    font-size: 13px !important;



                    line-height: 18px !important;



                    display: block !important;



                }



                .login_help a+a {



                    color: #64a106 !important;



                }



                .login_help a:hover {



                    text-decoration: underline;



                }



                .login_help+input,
                .send-mail-btn {



                    float: right;



                    width: 116px;



                    height: 38px;



                    border: 0 none;



                    outline: none;



                    background: #90c530;



                    color: #fff;



                    text-transform: uppercase;



                    font-weight: 700;



                    font-size: 14px;



                    cursor: pointer;



                    border-radius: 3px;



                    transition: all 0.4s ease-in-out;



                }



                .login_help+input:focus,
                .login_help+input:hover,
                .send-mail-btn:foucs,
                .send-mail-btn:hover {



                    background: #1a6dc1;



                }



                .login_block:before,
                .send-mail-btn:before {



                    content: '';



                    position: absolute;



                    top: -16px;



                    right: 30px;



                    border: solid 8px transparent;



                    border-bottom-color: #fff;



                }



                /* index Main Content */

                .index_main_content {



                    padding: 40px 40px 30px 40px;



                }



                .index_main_lt {



                    float: left;



                    width: calc(100% - 379px);



                }



                .slider_main {}



                .slide_content img {



                    width: 100%;



                    display: block;



                }



                .slide_content {



                    width: 100%;



                }



                .slide_content figure {



                    width: 100%;



                    position: relative;



                }



                .slide_content figure figcaption {



                    width: 100%;



                    padding: 15px 2%;



                    position: absolute;



                    bottom: 0;



                    left: 0;



                    background: rgba(114, 167, 17, 0.6);



                    transition: all 0.4s ease-in-out;



                }



                .slide_content figure figcaption h2 {



                    float: left;



                    font-size: 16px;



                    text-transform: uppercase;



                    color: #fff;



                    line-height: 18px;



                    font-weight: 500;



                }



                .slide_content figure figcaption a {



                    float: right;



                    font-size: 12px;



                    text-transform: uppercase;



                    color: #fff;



                    line-height: 18px;



                    font-weight: 500;



                    margin: 18px 0 0 0;



                }



                #bx-pager {



                    width: 99.8%;



                    border: solid 1px #e1e1e1;



                    padding: 12px 0;



                }



                #bx-pager a {



                    float: left;



                    display: block;



                    border: solid 3px #fff;



                    margin: 0 8px;



                    opacity: 0.8;



                }



                #bx-pager a img {



                    display: block;



                }



                #bx-pager a:hover,
                #bx-pager a.active {



                    border-color: #e1e1e1;



                    opacity: 1;



                }



                .index_journals_list {



                    position: relative;



                }



                .index_journals_list h5 {



                    margin: 18px 0;



                }



                .index_journal {



                    float: left;



                    width: 100%;



                }



                .index_journal a img {



                    display: block;



                    margin: 0px 0px 12px;



                    width: 100%;



                    height: auto;



                }



                .index_journal h4 {



                    font-size: 13px;



                    font-weight: 500;



                    color: #656d78;



                    line-height: 16px;



                    margin: 0 0 14px 0;



                }



                .index_journal h4 small {



                    width: 35px;



                    height: 35px;



                    display: inline-block;



                    float: left;



                    background: url(../images/icon_file.png) no-repeat center center;



                    background-color: #7cc6fa;



                    margin: 0 12px 0 0;



                }



                .index_journal h4 span {



                    display: inline-block;



                    float: left;



                    width: 70%;



                    text-align: left;



                }



                .index_journal p {



                    font-size: 13px;



                    font-weight: 500;



                    color: #656d78;



                    line-height: 18px;



                    opacity: 0.7;



                }



                .index_main_rt {



                    float: left;



                    width: 355px;



                    margin: 0px 0px 0px 24px;



                }



                .article_block {



                    width: 100%;



                    display: block;



                }



                .article_tab {



                    display: block;



                    width: 100%;



                }



                .article_tab a {



                    float: left;



                    display: block;



                    text-align: center;



                    padding: 16px 0;



                    line-height: 18px;



                    font-size: 14px;



                    width: 50%;



                    background-color: #3d4c54;



                    color: #fff;



                    background-position: 11px center;



                    background-repeat: no-repeat;



                    cursor: pointer;



                    background-image: url(../images/icon_fav.png);



                }



                .article_tab li+li a {



                    background-image: url(../images/icon_clock.png) !important;



                }



                .article_tab a:hover,
                .article_tab a.active {



                    background-color: #81b752;



                }



                .r-tabs-state-active>a {



                    background-color: #81b752;



                }



                .article_holder {



                    width: 100%;



                    display: block;



                    border: solid 1px #ccc;



                    border-top: 0 none;



                }



                .article_holder ul {



                    display: inline-block;



                    width: 100%;



                }



                .article_holder ul li {



                    display: inline-block;



                    width: 100%;



                    border-bottom: solid 1px #ccc;



                }



                .article_holder ul li a {



                    display: inline-block;



                    /*width:92%;



    padding:14px 4%;*/
                    padding: 5px 4%;







                }



                .article_holder ul li a img {



                    float: left;



                    width: 26%;



                    display: block;



                    margin: 0 2% 0 0;



                }



                .article_holder ul li a img~* {



                    float: left;



                    width: 72%;



                }



                .article_holder ul li a h4 {



                    font-size: 13px;



                    font-weight: 400;



                    line-height: 16px;



                    color: #939393;



                }



                .article_holder ul li a h4:first-line {



                    color: #448ccb;



                }



                .article_holder ul li a p {



                    font-size: 13px;



                    font-weight: 400;



                    line-height: 16px;



                    color: #101010;



                    margin: 6px 0 0 0;



                }



                .article_holder a[href="articles.php"] {



                    text-transform: uppercase;



                    font-weight: 600;



                    font-size: 13px;



                    color: #448ccb;



                    margin: 18px 0 18px 4%;



                    display: inline-block;



                }



                .article_holder a[href="recentarticles.php"] {



                    text-transform: uppercase;



                    font-weight: 600;



                    font-size: 13px;



                    color: #448ccb;



                    margin: 18px 0 18px 4%;



                    display: inline-block;



                }



                .article_holder a[href="populararticles.php"] {



                    text-transform: uppercase;



                    font-weight: 600;



                    font-size: 13px;



                    color: #448ccb;



                    margin: 18px 0 18px 4%;



                    display: inline-block;



                }



                #tab-1,
                #tab-2 {



                    display: none;



                }



                .r-tabs-accordion-title {



                    display: none;



                }



                .editor_block {}



                .editor_block ul {



                    display: inline-block;



                    width: 100%;



                }



                .editor_block h5 {



                    padding: 24px 0;



                    color: #3d4c54;



                }



                .editor_block ul li img {



                    float: left;



                    width: 44%;



                    display: block;



                    margin: 0 2% 0 0;



                }



                .editor_block ul li img~* {



                    float: left;



                    width: 54%;



                }



                .editor_block ul li h4 {



                    font-size: 13px;



                    font-weight: 400;



                    line-height: 16px;



                    color: #939393;



                }



                .editor_block ul li h4:first-line {



                    color: #448ccb;



                }



                .editor_block ul li p {



                    font-size: 13px;



                    font-weight: 400;



                    line-height: 18px;



                    color: #101010;



                    margin: 26px 0 0 0;



                }



                .editor_block a {



                    text-transform: uppercase;



                    font-weight: 600;



                    font-size: 13px;



                    color: #448ccb;



                    margin: 5px 0 24px 0;



                    display: inline-block;



                    float: none;



                }



                .editor_block-new a {



                    /*text-transform: uppercase;



    font-weight: 600;*/
                    font-size: 13px;



                    color: #448ccb;



                    display: inline-block;



                    float: none;



                }



                .editor_block a~a {



                    margin: 0;



                    text-transform: uppercase;



                }



                /* Footer Top Block Here */

                .footer_top_block {



                    /* padding:0 40px; */
                    padding: 0;



                    border-bottom: solid 1px #ccc;



                    border-top: solid 1px #ccc;



                    margin: 0 auto;



                    display: block;



                    width: 100%;



                }



                .footer_top_block h5 {



                    padding: 24px 0;



                    color: #3d4c54;



                }



                .testimonials_block {



                    width: 33%;



                    float: left;



                    /* border-right: 1px solid #CCC; */
                }



                .testimonials_block ul {



                    display: inline-block;



                    width: 100%;



                }



                .testimonials_block ul li img {



                    float: left;



                    width: 15%;



                    display: block;



                    margin: 0 4% 10px 0;



                    /*padding:0 0 14px 0;*/
                    border: 2px solid #ccc;



                }



                .testimonials_block ul li img~* {



                    float: left;



                    width: 64%;



                }



                .testimonials_block ul li h4 {



                    font-size: 13px;



                    font-weight: 400;



                    line-height: 16px;



                    color: #939393;



                }



                .testimonials_block ul li h4:first-line {



                    color: #448ccb;



                }



                .testimonials_block ul li p {



                    font-size: 13px;



                    font-weight: 400;



                    line-height: 18px;



                    color: #448ccb;



                    margin: 10px 0 0 0;



                }



                .testimonials_block a {



                    text-transform: uppercase;



                    font-weight: 600;



                    font-size: 13px;



                    color: #448ccb;



                    margin: 5px 0 10px 0;



                    display: inline-block;



                    float: none;



                }



                #form {



                    width: 100%;



                    float: left;



                }



                .subscribe_block {



                    width: 100%;



                    float: left;



                    padding: 0px 2% 35px;



                    /* border-right: 1px solid #CCC; */
                    padding-right: 60px;



                }



                .subscribe_block input {



                    line-height: 18px;



                    padding: 9px 2%;



                    width: 100%;



                    border-radius: 3px;



                    border: 1px solid #CCC;



                    margin-top: 7px;



                    float: left !important;



                }



                .subscribe_block p {



                    font-size: 13px;



                    font-weight: 600;



                    line-height: 18px;



                    color: #448ccb;



                    margin: 20px 0 0 0;



                    float: left;



                }



                .subscribe_block a {



                    font-size: 12px;



                    text-transform: uppercase;



                    float: right;



                    width: 132px;



                    background: #448ccb;



                    color: #fff;



                    padding: 9px 0;



                    margin: 12px 0 0 0;



                    text-align: center;



                    font-weight: 700;



                    border-radius: 3px;



                }



                .sub_block input {



                    font-size: 12px;



                    text-transform: uppercase;



                    float: right;



                    width: 132px;



                    background: #448ccb;



                    color: #fff;



                    padding: 9px 0;



                    margin: 12px 0 0 0;



                    text-align: center;



                    font-weight: 700;



                    border-radius: 3px;



                }



                .subscribe_block a:hover {



                    background: #064c89;



                }



                .subscribe-form {
                    width: 33%;
                    float: left;
                }



                .clinet_speaks_block {



                    width: 33%;



                    float: left;



                    padding: 0 0 30px 2%;



                }



                .clinet_speaks_block ul li img {



                    float: left;



                    display: block;



                    padding: 14px 4% 14px 0;



                    border-right: solid 1px #ccc;



                    margin: 0 4% 0 0;



                }



                .clinet_speaks_block ul li img+img {



                    border: 0 none;



                    margin: 0;



                }



                .clinet_speaks_block a {



                    text-transform: uppercase;



                    font-weight: 600;



                    font-size: 13px;



                    color: #448ccb;



                    margin: 36px 0 0 0;



                    display: inline-block;



                    float: none;



                }



                /* Footer Here */

                footer {



                    padding: 25px 0;



                }



                .footer {



                    border-top: solid 1px #e7e7e7;



                }



                .footer_lt {



                    float: left;



                }



                .footer_lt ul {}



                .footer_lt ul li {



                    float: left;



                    margin: 0 20px 0 0;



                }



                .footer_lt ul li a {



                    text-transform: uppercase;



                    font-size: 13px;



                    font-weight: 500;



                    color: #448ccb;



                    line-height: 18px;



                }



                .footer_lt p {



                    text-transform: uppercase;



                    font-size: 13px;



                    font-weight: 500;



                    color: #5a5a5a;



                    line-height: 18px;



                }



                .footer_rt {



                    float: right;



                    padding: 18px 0 0 0;



                }



                .footer_rt ul {



                    display: inline-block;



                }



                .footer_rt ul li {



                    display: block;



                    float: left;



                    margin: 0 0 0 14px;



                    padding: 0 0 0 14px;



                }



                .footer_rt ul li+li {



                    /* border-left:solid 1px #e1e1e1; */
                }



                .footer_rt ul li a {



                    display: block;
                    /* border:solid 1px #e1e1e1; padding:0 8px 0 0; */
                }



                .footer_rt ul li a img {



                    background: #e1e1e1;



                    float: left;



                    border-radius: 100%;



                }



                .footer_rt ul li a h6 {



                    float: left;



                    font-size: 20px;



                    text-transform: uppercase;



                    color: #448ccb;



                    line-height: 18px;



                    font-weight: 700;



                    margin: 6px 0 0 8px;



                }



                .footer_rt ul li a h6 span {



                    display: block;



                    font-size: 12px;



                    color: #5c5c5c;



                    font-weight: 400;



                }



                .designed {



                    display: inline-block;



                    margin: 14px 0 0 0;



                    padding: 8px 12px;



                    background: #7B7878;



                }



                .designed p {



                    text-transform: capitalize;



                    line-height: 18px;



                    font-weight: 400;



                    font-size: 13px;



                    color: #fff;



                }



                .designed p a {



                    text-transform: uppercase;



                    font-weight: 700;



                    color: #fff;



                }



                .designed p a:hover {



                    text-decoration: underline;



                }



                /* Profile Block Here */

                .profile_block {



                    text-align: justify;



                    padding: 0 0 25px 0;



                    margin: 0 0 30px 0;



                    border-bottom: solid 1px #ccc;



                }



                .profile_block-new {



                    text-align: justify;



                    padding: 0 0 25px 0;



                    /* margin: 0 0 30px 0; */
                    border-bottom: solid 0px #ccc;



                    float: left;



                    width: 100%;



                }



                .profile_lt {



                    display: block;



                    float: left;



                    width: 48%;



                }



                .profile_rt {



                    display: block;



                    float: right;



                    width: 48%;



                }



                .profile_block h2 {



                    font-weight: 700;



                    text-transform: uppercase;



                    color: #237edb;



                    font-size: 24px;



                    line-height: 24px;



                    margin: 0 0 34px 0;



                }



                .profile_block h2 small {



                    display: block;



                    font-weight: 400;



                    line-height: 18px;



                    font-size: 12px;



                    color: #a9a9a9;



                }



                .profile_block p,
                .send_mail p {



                    font-weight: 400;



                    color: #000;



                    font-size: 13px;



                    line-height: 18px;



                    /*margin:0 0 10px 0;  bottom 24px */
                }



                .send_mail p {



                    padding-bottom: 20px;



                    display: block;



                }



                .profile_block p:last-child {



                    margin: 0;



                }



                .profile_block p b {



                    /*color:#1a6dc1;



    text-transform:capitalize;



    font-weight:500;*/
                    color: #333;



                    text-transform: capitalize;



                    /* font-weight: 500; */
                    font-size: 14px;



                }



                }



                .profile_block h5 {



                    margin: 0 0 12px 0;



                }



                .profile_block p span {



                    display: block;



                    margin: 0 0 4px 0;



                    text-transform: capitalize;



                    font-weight: 500;



                }



                /* Journals Page Here */

                .journals_page {



                    margin: 0;



                    padding: 0;



                    border: 0 none;



                }



                .journals_page>h2 {



                    float: left;



                    text-align: left;



                }



                .search_ui {



                    float: right;



                    width: 50%;



                }



                .search_ui input {



                    font-weight: 500;



                    text-transform: uppercase;



                    font-size: 12px;



                    color: #7e7e7e;



                    line-height: 18px;



                    padding: 8px 8px;



                    float: right;



                    width: 54%;



                    border-radius: 3px;



                    border: solid 1px #ccc;



                    margin: 0 0 0 14px;



                }



                .search_ui>a {



                    float: right;



                    width: 70px;



                    text-transform: uppercase;



                    color: #fff;



                    font-weight: 700;



                    font-size: 14px;



                    background: #90c530;



                    text-align: center;



                    line-height: 18px;



                    padding: 9px 0;



                    border-radius: 3px;



                    margin: 0 0 0 14px;



                }



                .search_ui .sbHolder {



                    float: right;



                    background: #fff;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    width: 50%;



                }



                .search_ui .sbOptions {



                    width: 100%;



                }



                .search_ui .sbSelector {



                    width: 100% !important;



                }



                .nav_journals {



                    background: #e2e4e5;



                    display: block;



                    margin: 0 0 20px 0;



                    border: solid 1px #ccc;



                }



                .nav_journals ul {



                    display: block;



                    width: 100%;



                }



                .nav_journals ul li {



                    float: left;



                    display: block;



                }



                .nav_journals ul li a {



                    display: block;



                    font-size: 10px;



                    padding: 8px 6px 4px 6px;



                    line-height: 18px;



                    text-transform: uppercase;



                    font-weight: 400;



                    color: #7e7e7e;



                }



                .nav_journals ul li a:hover,
                .nav_journals ul li a.active {



                    background: #1A6DC1;



                    color: #fff;



                }



                /* Journals List Here */

                .journals_list_block {



                    width: 100%;



                }



                .journals_list_item {



                    padding: 10px 20px;



                    display: block;



                    border: solid 1px #e7e7e7;



                    margin: -1px 0 0 0;



                }



                .journals_list_item h3 {



                    line-height: 18px;



                    font-size: 13px;



                    font-weight: 600;



                    color: #1a6dc1;



                    margin: 0 0 0px 0;



                }



                .journals_list_item a {



                    line-height: 18px;



                    font-size: 12px;



                    font-weight: 600;



                    color: #717171;



                    text-transform: capitalize;



                }



                .journals_list_item a:hover {



                    text-decoration: underline;



                }



                .journals_list_item:hover {



                    background: #f1f1f1;



                    cursor: pointer;



                }



                /* Journals Details */

                .journal_details_main {



                    margin: 0;



                }



                .journal_details_head {



                    /*padding:0 0 18px 0;*/
                    overflow: hidden;



                    border: solid 1px #e7e7e7;



                }



                .journal_details_head>img {



                    float: left;



                    display: block;



                }



                .journal_details_head h3 {



                    float: left;



                    font-size: 20px;



                    line-height: 20px;



                    color: #000;



                    font-weight: 700;



                    margin: 10px 0 0 20px;



                }



                .journal_details_head h3 span {



                    display: block;



                    font-size: 14px;



                    line-height: 18px;



                    opacity: 0.5;



                    font-weight: 400;



                    margin: 10px 0 0 0;



                }



                .journal_details_head hr {



                    margin: 0;



                    border: 0 none;



                    border-top: solid 1px #e7e7e7;



                }



                .journal_details_head h4 {



                    float: left;



                    font-size: 20px;



                    line-height: 20px;



                    color: #000;



                    font-weight: 400;



                    margin: 18px 0 0 20px;



                }



                .journal_details_head h5 {



                    float: right;



                    font-size: 14px;



                    line-height: 20px;



                    color: #81b752;



                    font-weight: 700;



                    margin: 14px 20px 0 0;



                }



                .journal_details_head h5 span {



                    font-size: 26px;



                    line-height: 26px;



                    color: #000;



                }



                .journal_details_about {



                    padding: 20px 0;



                }



                .journal_details_about h2 {



                    font-size: 18px;



                    margin: 0 0 20px 0 !important;



                }



                .journal_details_about_lt {



                    float: left;



                    width: 100%;



                    text-align: left;



                }



                .journal_details_about_lt+.journal_details_about_lt {



                    float: right;



                    width: 48%;



                }



                .journal_details_about p {



                    font-size: 13px;



                    line-height: 22px;



                    color: #717171;



                    font-weight: 400;



                }



                .journal_details_about p b {



                    display: block;



                    color: #000;



                }



                .journal_details_buttons {}



                .journal_details_buttons a {



                    /*float:left;



    display:block;*/
                    background: #90c530;



                    color: #fff;



                    line-height: 38px;



                    text-transform: uppercase;



                    padding: 9px 32px;



                    border-radius: 3px;



                    margin: 0 10px 0 0;



                }



                .journals_tetimonials_block {



                    padding: 0;



                    border-bottom: 0 none;



                    margin: 25px 0 40px 0;



                }



                .side_bar_inner {



                    padding: 76px 0 0 0;



                }



                .side_bar_inner .search_ui {



                    float: none;



                    width: 100%;



                    margin: 0 0 20px 0;



                }



                .side_bar_inner .search_ui input {



                    float: left;



                    margin: 0;



                    width: 100%;



                }



                .journal_details_editor {



                    padding: 10px;



                    display: block;



                    border: solid 1px #e7e7e7;



                    margin: 20px 0;



                }



                .journal_details_editor>img {



                    float: left;



                    display: block;



                }



                .journal_details_editor>img~div {



                    float: left;



                    margin: 0 0 0 20px;



                    width: 60%;



                }



                .journal_details_editor h6 {



                    font-weight: 700;



                    font-size: 14px;



                    color: #4577b3;



                    line-height: 18px;



                }



                .journal_details_editor h6 span {



                    display: block;



                    font-size: 12px;



                    color: #939393;



                    font-weight: 400;



                }



                .journal_details_editor p {



                    display: block;



                    font-size: 12px;



                    color: #939393;



                    font-weight: 400;



                    line-height: 18px;



                    margin: 16px 0 0 0;



                }



                .journal_details_nav {



                    width: 100%;



                    display: block;



                    border: solid 1px #e7e7e7;



                    border-bottom: 0 none;



                    margin: 0 0 20px 0;



                }



                .journal_details_nav ul {



                    display: inline-block;



                    width: 100%;



                }



                .journal_details_nav ul li {



                    display: block;



                    border-bottom: solid 1px #e7e7e7;



                }



                .journal_details_nav ul li a {



                    display: block;



                    font-weight: 600;



                    color: #848484;



                    text-transform: uppercase;



                    font-size: 13px;



                    line-height: 18px;



                    padding: 15px 2%;



                    transition: all 0.2s ease-in-out;



                }



                .journal_details_nav ul li a:hover,
                .journal_details_nav ul li a.active {



                    color: #1a6dc1;



                    background: #e7e7e7;



                }



                .associate_editor_block {}



                .associate_editor_block p {



                    margin: 0;



                }



                .associate_editor_block h6 {



                    font-size: 12px;



                    line-height: 16px;



                }



                /* Testimonials Main */

                .testimonial_main {}



                .testimonial_list_item {



                    padding: 20px;



                    border: solid 1px #e7e7e7;



                    margin: -1px 0 0 0;



                }



                .testimonial_list_item>img {



                    float: left;



                    width: 106px;



                    height: 106px;



                    display: block;



                }



                .testimonial_list_item_content {



                    float: right;



                    width: calc(100% - 116px);



                }



                .testimonial_list_item_content p {



                    margin: 0 0 16px 0;



                }



                .testimonial_list_item_content p span {



                    display: inline-block;



                    color: #448ccb;



                    margin: 0;



                }



                .testimonial_list_item_content p span+span {



                    display: block;



                    color: #717171;



                }



                .testimonial_form {



                    display: block;



                    padding: 20px 0;



                }



                .testimonial_form textarea {



                    padding: 10px 2%;



                    width: 100%;



                    margin-top: 10px;



                    min-height: 54px;



                    border: solid 1px #e7e7e7;



                }



                .testimonial_form a {



                    font-size: 14px;



                    text-transform: uppercase;



                    font-weight: 600;



                    line-height: 18px;



                    color: #fff;



                    border-radius: 3px;



                    padding: 9px 0;



                    width: 98px;



                    display: block;



                    text-align: center;



                    float: right;



                    background: #90c530;



                    margin: 8px 0 0 0;



                    transition: all 0.4s ease-in-out;



                }



                .testimonial_form input {



                    font-size: 14px;



                    text-transform: uppercase;



                    font-weight: 600;



                    line-height: 18px;



                    color: #fff;



                    border-radius: 3px;



                    padding: 9px 0;



                    width: 98px;



                    display: block;



                    text-align: center;



                    float: right;



                    background: #90c530;



                    margin: 8px 0 0 0;



                    transition: all 0.4s ease-in-out;



                }



                .testimonial_form a:hover,
                .testimonial_form a:focus {



                    background: #699D0B;



                }



                /*------*/

                .journal_details_head .journal_details_buttons {



                    float: right;



                    margin: 26px 0 0 0;



                }



                .editorial_members_block {



                    margin: 20px 0 0 0;



                }



                .editorial_member_list_item {



                    padding: 20px;



                    border: solid 1px #e7e7e7;



                    margin: -1px 0 0 0;



                }



                .editorial_member_list_item>img {



                    float: left;



                }



                .editorial_member_content {



                    width: 86%;



                    padding: 0 0 0 20px;



                    float: left;



                }



                .editorial_member_content h4 {



                    color: #1a6dc1;



                    line-height: 18px;



                    font-size: 14px;



                    font-weight: 700;



                }



                .editorial_member_content p {



                    color: #3d4c54;



                    line-height: 18px;



                    font-size: 13px;



                    font-weight: 500;



                }



                .editorial_member_content a {



                    color: #3d4c54;



                    line-height: 18px;



                    font-size: 13px;



                    font-weight: 500;



                    text-transform: capitalize;



                }



                .editorial_member_content a:hover {



                    color: #1a6dc1;



                }



                .editorial_member_list_item:hover {



                    background: #f1f1f1;



                    cursor: pointer;



                }



                /*------*/

                .article_in_press_block {



                    padding: 20px 0;



                }



                .article_in_press_block h3 {



                    text-transform: uppercase;



                    font-size: 18px;



                    line-height: 18px;



                    color: #000;



                    font-weight: 700;



                    margin: 0 0 20px 0;



                }



                .article_in_press_item {



                    border: solid 1px #e7e7e7;



                    padding: 20px;



                    margin: -1px 0 0 0;



                    cursor: pointer;



                }



                .article_in_press_item h4 {



                    font-weight: 700;



                    font-size: 14px;



                    line-height: 18px;



                    color: #1a6dc1;



                    padding: 0 30px 0 0;
                    /*bottom 16px*/
                }



                .article_in_press_item h6 {



                    font-weight: 500;



                    font-size: 14px;



                    line-height: 18px;



                    color: #77ac16;



                    float: left;



                    padding: 10px 0;



                }



                .article_in_press_item h6 span {



                    display: block;



                    color: #3d4c54;



                }



                .article_in_press_item_ui {



                    float: right;



                    /*margin:14px 0 0 0;*/
                    margin: 0;



                }



                .article_in_press_item_ui * {



                    font-size: 13px;



                    font-weight: 400;



                    text-transform: uppercase;



                    line-height: 18px;



                }



                .article_in_press_item_ui p {



                    float: left;



                    margin: 0;



                }



                .article_in_press_item_ui p span {



                    display: inline-block;



                    color: #1a6dc1;



                    padding: 0 0 0 14px;



                }



                .article_in_press_item_ui a {



                    font-size: 13px;



                    font-weight: 400;



                    color: #1a6dc1;



                    font-weight: 500;



                    text-transform: uppercase;



                    line-height: 26px;



                    display: block;



                    float: left;



                    margin: 0 0 0 14px;



                    padding: 0 0 0 14px;



                    border-left: solid 1px #ccc;



                }



                .article_in_press_item_ui a img {



                    display: inline-block;



                    margin: -0px 8px 0 0;



                    line-height: 18px;



                    float: left;



                }



                .article_in_press_item_ui a span {



                    display: inline-block;



                    float: left;



                }



                .article_in_press_item:hover {



                    background: #f1f1f1;



                }



                /*-----*/

                .artcile_page {



                    padding: 0 0 20px 0;



                }



                /*-----*/

                .side_bar_inner2 {



                    padding: 0;



                }



                .less_margin {



                    margin: 0 0 16px 0 !important;



                }



                .less_margin_new {



                    margin: 16px 0 16px 0 !important;



                }



                /*------*/

                .editor_info_main {}



                .editor_info_head {



                    border: solid 1px #e7e7e7;



                }



                .editor_info_head>h3 {



                    color: #000;



                    padding: 20px 20px 10px;



                    text-align: left;



                }



                .editor_info_head>p {



                    padding: 0px 20px;



                    text-align: left;



                }



                .editor_info_head>img {



                    padding: 20px;



                    display: block;



                    float: left;



                }



                .editor_info_head_rt {



                    float: right;



                    width: 76.8%;



                    border-left: solid 1px #e7e7e7;



                    padding: 20px 0 0 0;



                }



                .editor_info_head_rt h3 {



                    font-size: 20px;



                    font-weight: 700;



                    line-height: 20px;



                    color: #000;



                    margin: 0 0 0 20px;



                }



                .editor_info_head_rt h3 span {



                    font-size: 14px;



                    display: block;



                    line-height: 18px;



                    font-weight: 400;



                    padding: 8px 0 0 0;



                }



                .editor_info_head_rt p {



                    font-size: 13px;



                    display: block;



                    color: #787878;



                    line-height: 18px;



                    font-weight: 400;



                    margin: 0;



                    padding: 4px 6% 5px 20px;



                }



                .editor_info_head_rt_media {







                    display: block;



                    margin-top: 15px;



                }



                .editor_info_head_rt_media a {



                    font-size: 18px;



                    /*font-size:14px;*/
                    font-weight: 700;



                    line-height: 20px;



                    /*width: 130px;*/
                    color: #000;



                    float: left;



                    padding: 12px 22px;



                    /*border-right:solid 1px #e7e7e7;*/
                }



                .editor_info_head_rt_media a p {



                    font-weight: 700;



                    color: #000;



                }



                .editor_info_head_rt_media a.ommega-doi {



                    border-right: none !important;



                }



                .editor_info_head_rt_media a span {



                    font-size: 13px;



                    display: block;



                    color: #787878;



                    line-height: 18px;



                    font-weight: 400;



                }



                .editor_info_head_rt_media a.likes {



                    background: url(../images/icon_like.png) no-repeat 18px center;



                    padding-left: 48px;



                }



                .editor_info_head_rt_media a.sharing {



                    background: url(../images/icon_sharing.png) no-repeat center center;



                    width: 22px;



                    height: 38px;



                }



                .editor_info_head_rt_media button.following {



                    width: 102px;



                    display: block;



                    float: left;



                    border: 0 none;



                    padding: 9px 0;



                    color: #fff;



                    line-height: 18px;



                    font-size: 13px;



                    text-transform: uppercase;



                    font-weight: 600;



                    background: #1a6dc1;



                    border-radius: 3px;



                    margin: 13px 34px;



                    outline: none;



                    cursor: pointer;



                }



                .editor_info_head_rt_media button.following:hover {



                    background: #0653a0;



                }



                .editor_info_content {



                    border: solid 1px #e7e7e7;



                    border-top: 0 none;



                    padding: 20px;



                }



                .editor_info_content_lt {



                    display: block;



                    float: left;



                    width: 48%;



                }



                .editor_info_content h3 {



                    font-size: 18px;



                    line-height: 18px;



                    font-weight: 700;



                    text-transform: uppercase;



                    color: #237edb;



                    padding: 0 0 12px 0;



                }



                .editor_info_content_lt p {



                    text-align: left;



                }



                .editor_info_content_rt {



                    float: right;



                    display: block;



                    width: 46%;



                }



                .editor_info_content_rt p {



                    color: #000;



                    font-weight: 500;



                    margin: 0 0 8px 0;



                }



                .editors_videos_main {}



                .editors_video_item {



                    float: left;



                    display: block;



                    width: 48%;



                }



                .editors_video_item+.editors_video_item {



                    float: right;



                }



                .editors_video_item>a {



                    display: block;



                    width: 100%;



                }



                .editors_video_item a figure {



                    display: block;



                    width: 100%;



                    position: relative;



                }



                .editors_video_item a figure img {



                    display: block;



                    width: 100%;



                    height: 100%;



                }



                .editors_video_item a figure figcaption {



                    position: absolute;



                    width: 100%;



                    top: 36%;



                    left: 0;



                }



                .editors_video_item a figure figcaption span {



                    width: 32px;



                    height: 32px;



                    display: block;



                    background: url(../images/icon_play.png) no-repeat center center #000;



                    border-radius: 100%;



                    margin: 0 auto;



                }



                .editors_video_item a p {



                    color: #939393;



                    margin: 5px 0 0 0 !important;



                    font-weight: 400;



                }



                .editors_video_item a p:first-line {



                    color: #448ccb;



                }



                .editor_info_publications {



                    padding: 20px 0 0 0;



                    border: solid 1px #e7e7e7;



                    border-top: 0 none;



                    margin: 0 0 30px 0;



                }



                .editor_info_publications h3 {



                    font-size: 18px;



                    line-height: 18px;



                    font-weight: 700;



                    text-transform: uppercase;



                    color: #237edb;



                    padding: 0 0 12px 20px;



                }



                .editor_info_publications_item {



                    padding: 8px 40px 8px 20px;



                    border-top: solid 1px #e7e7e7;



                }



                .editor_info_publications_item p {



                    font-size: 13px;



                    text-align: left;



                }



                /*-----*/

                .article_info_main {}



                .article_info_head {}



                .article_info_head a {



                    padding: 12px 18px;



                    border: 0 none;



                }



                .article_info_head a+a {



                    border-left: solid 1px #e7e7e7;



                }



                .article_info_head .editor_info_head_rt_media {



                    /*margin:45px 0 0 0;*/
                    margin: 0 0 0 0;



                }



                .article_info_content {



                    padding: 0;



                }



                .article_info_content .article_info_block1 {



                    padding: 20px;



                    border: solid 1px #e7e7e7;



                    margin: -1px 0 0 0;



                }



                .article_info_content h2 {



                    font-size: 14px;



                    line-height: 18px;



                    margin: 0;



                    color: #1a6dc1;



                    /*padding:1em 0;*/
                }



                .article_info_content .article_info_block1 p b {



                    color: #000;



                    font-weight: 500;



                }



                .article_info_content .article_info_block1 p a {



                    color: #000;



                    font-weight: 500;



                    color: #1a6dc1;



                }



                .article_info_content .article_info_block1 p a:hover {



                    text-decoration: underline;



                }



                .article_info_content .article_info_block2 {



                    padding: 20px;



                    border: solid 1px #e7e7e7;



                    margin: -1px 0 0 0;



                }



                .article_info_content .article_info_block2 h5 {



                    color: #000;



                    font-size: 16px;



                    font-weight: 700;



                }



                .article_info_content .article_info_block2 h4 {



                    color: #000;



                    font-size: 16px;



                    font-weight: 700;



                    text-transform: capitalize;



                    padding: 0 0 4px 0;



                }



                .article_info_content .article_info_block2 p {



                    font-size: 13px;



                    line-height: 22px;



                    color: #000;



                    text-align: left;



                }



                .article_details_sidebar {



                    border: solid 1px #e7e7e7;



                }



                .article_page_viewblock {



                    padding: 20px;



                }



                .article_page_viewblock p {



                    float: left;



                }



                .article_page_viewblock p+p {



                    float: right;



                }



                .article_page_viewblock p span {



                    font-size: 20px;



                    line-height: 20px;



                    color: #000;



                    font-weight: 700;



                    display: block;



                }



                .article_page_viewblock p+p a {



                    display: block;



                    float: left;



                    font-size: 13px;



                    line-height: 18px;



                    color: #787878;



                }



                .article_page_viewblock p+p img {



                    float: left;



                    margin: 0 8px 0 0;



                }



                .article_share_info {



                    background: #ebeced;



                    padding: 10px 0;



                    border-bottom: solid 1px #e7e7e7;



                    border-top: solid 1px #e7e7e7;



                }



                .article_share_info p {



                    float: left;



                    margin: 0 0 0 20px;



                }



                .article_share_info p+p {



                    margin: 0 0 0 60px;



                }



                .article_share_info p span {



                    font-size: 20px;



                    line-height: 20px;



                    color: #000;



                    font-weight: 700;



                    display: block;



                }



                .article_sharing_block {



                    padding: 15px;



                }



                .article_sharing_block p {



                    color: #787878;



                    font-size: 13px;



                    font-weight: 500;



                    padding: 0 0 8px 0;



                }



                .article_sharing_block a {



                    display: block;



                    float: left;



                    width: 32px;



                    height: 32px;



                    border-radius: 100%;



                    background: #e1e1e1;



                    margin: 0 20px 0 0;



                }



                .article_sharing_block a:hover {



                    background: #d1d3d5;



                }



                .article_sidebar_nav {



                    border: solid 1px #e7e7e7;



                    border-bottom: 0 none;



                    margin: 10px 0 0 0;



                }



                .article_sidebar_nav ul {}



                .article_sidebar_nav ul li {



                    display: block;



                }



                .article_sidebar_nav ul li a {



                    padding: 8px 0 8px 14px;



                    text-transform: uppercase;



                    font-weight: 500;



                    font-size: 13px;



                    color: #848484;



                    display: block;



                    border-bottom: solid 1px #e7e7e7;



                }



                .article_sidebar_nav ul li a:hover,
                .article_sidebar_nav ul li a.active {



                    background: #ebeced;



                    color: #1a6dc1;



                }



                /*------*/

                .conferences_block {}



                .conference_list_item {



                    padding: 20px;



                    border: solid 1px #e7e7e7;



                    margin: -1px 0 0 0;



                    cursor: pointer;



                }



                .conference_list_item:hover {



                    background: #f1f1f1;



                }



                .conference_list_item>img {



                    float: left;



                    margin: 0 20px 0 0;



                }



                .conference_item_content {



                    float: left;



                    width: 86%;



                }



                .conference_list_item h3 {



                    font-size: 16px;



                    line-height: 18px;



                    color: #1a6dc1;



                    margin: 0 0 8px 0;



                }



                .conference_list_item p {



                    font-size: 13px;



                    font-weight: 500;



                    line-height: 16px;



                    color: #717171;



                    margin: 0;



                    word-spacing: -1px;



                }



                .conference_list_item p small {



                    font-size: 13px;



                    font-weight: 500;



                    color: #3d4c54;



                    margin: 12px 0;



                    display: block;



                }



                .conference_list_item a {



                    font-size: 13px;



                    color: #1a6dc1;



                    line-height: 18px;



                    font-weight: 500;



                    display: inline-block;



                }



                .conference_list_item a:hover {



                    text-decoration: underline;



                }



                /*-----*/

                .conference_info_head {}



                .conference_info_head .sharing {



                    border-right: solid 1px #e7e7e7;



                }



                .conference_info_head button.following {



                    margin: 13px 32px;



                }



                .conference_info_head .editor_info_head_rt_media {



                    margin: 52px 0 0 0;



                }



                /*---------*/

                .contact_page {}



                .contact_form_block {



                    border: solid 1px #e7e7e7;



                    padding: 20px;



                }



                .contact_form_block h4 {



                    font-size: 14px;



                    line-height: 18px;



                    color: #1a6dc1;



                    word-spacing: -1px;



                    text-transform: uppercase;



                    font-weight: 700;



                    margin: 0 0 20px 0;



                }



                .selection1 {



                    width: 98px;



                    margin: 0 0 8px 0;



                }



                .selection1 .sbHolder {



                    width: 98px;



                    background: #fff;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                }



                .selection1 .sbHolder .sbSelector {



                    width: 100% !important;



                }



                .validator {



                    float: left;



                    display: block;



                    margin: 0 0 8px 0;



                }



                .validator input[type="text"] {



                    padding: 9px 2%;



                    line-height: 18px;



                    width: 92%;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    font-size: 13px;



                    color: #787878;



                }



                .validator input[type="email"] {



                    padding: 9px 2%;



                    line-height: 18px;



                    width: 92%;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    font-size: 13px;



                    color: #787878;



                }



                .validator input[type="password"] {



                    padding: 9px 2%;



                    line-height: 18px;



                    width: 92%;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    font-size: 13px;



                    color: #787878;



                }



                .validator select {



                    padding: 9px 2%;



                    line-height: 18px;



                    width: 92%;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    font-size: 13px;



                    color: #787878;



                }



                .selection2 {



                    width: 98%;



                }



                .selection2 .sbHolder {



                    width: 100%;



                    border-color: #ccc;



                }



                .selection2 .sbOptions {



                    width: 100%;



                }



                .selection2 .sbSelector {



                    width: 100% !important;



                }



                .validator2 {



                    width: 100%;



                }



                .validator2 textarea {



                    width: 94%;



                    padding: 10px 2%;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    min-height: 76px;



                }



                .submit {



                    padding: 9px 0;



                    line-height: 18px;



                    width: 80px;



                    text-align: center;



                    display: block;



                    color: #fff;



                    text-transform: uppercase;



                    font-size: 13px;



                    background: #90c530;



                    border-radius: 3px;



                    border: 0 none;



                    outline: none;



                    font-weight: 600;



                    cursor: pointer;



                    float: right;



                    margin: 0 2% 0 0;



                }



                .communication_block {



                    padding: 30px 0;



                }



                .communication_block h6 {



                    font-size: 22px;



                    line-height: 22px;



                    text-transform: uppercase;



                    color: #1a6dc1;



                    margin: 0 0 30px 0;



                }



                .communication_block img {



                    display: block;



                }



                .communication_block p {



                    color: #787878;



                    line-height: 18px;



                    font-size: 13px;



                    padding: 8px 0 0 50px;



                }



                .validator3 input {



                    width: 42% !important;



                    float: left;



                }



                .validator3 input+input {



                    margin: 0 0 0 12px;



                }



                .validator4 {



                    width: 100%;



                }



                .validator4 input {



                    width: 94% !important;



                }



                .captcha_block {



                    padding: 20px;



                    border: solid 1px #ccc;



                    width: 92.4%;



                    border-radius: 3px;



                    margin: 0 0 14px 0;



                }



                .captcha_block p {



                    float: l;



                }



                .captcha_pic {



                    float: left;
                    /* padding:6px; border:solid 1px #e7e7e7; */
                }



                .captcha_block input {



                    float: left;



                    width: 22%;



                    margin: 6px 0 0 12px;



                    padding: 9px 2%;



                    line-height: 18px;



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    font-size: 13px;



                    color: #787878;



                }



                a.captcha_refresh {



                    float: left;



                    background: url(../images/icon_refresh.png) no-repeat center center;



                    width: 18px;



                    height: 18px;



                    display: block;



                    cursor: pointer;



                    margin: 15px 0 0 20px;



                    transition: all 0.6s ease-in-out;



                }



                a.captcha_refresh:hover {



                    transform: rotate(360deg);



                }



                .terms_acceptance {}



                .terms_acceptance p {



                    float: left;



                }



                .terms_acceptance input[type="checkbox"] {



                    width: 18px;



                    height: 18px;



                    float: left;



                    position: relative;



                }



                .terms_acceptance input[type="checkbox"]:after {



                    content: '';



                    color: #000;



                    text-align: center;



                    line-height: 18px;



                    font-size: 14px;



                    background: #B3C0CF;



                    position: absolute;



                    width: 100%;



                    height: 100%;



                    display: block;



                    left: 0;



                    top: 0;



                    border-radius: 4px;



                }



                .terms_acceptance input[type="checkbox"]:checked:after {



                    content: '\2713';



                }



                .terms_acceptance label {



                    float: left;



                    line-height: 18px;



                    padding: 2px 0 0 14px;



                }



                .terms_acceptance .submit {



                    float: right;



                }



                .selection3 {



                    width: 50%;



                    float: left;



                }



                .selection3 .sbHolder {



                    width: 96%;



                    border-color: #ccc;



                }



                .selection3 .sbHolder .sbSelector {



                    width: 100% !important;



                }



                .selection3 .sbHolder .sbOptions {



                    width: 100% !important;



                }



                .validator_file {



                    width: 41.2%;



                    float: left;



                }



                .jquery-filestyle {



                    font-size: 14px;



                    font-weight: 300;



                    color: #545454;



                    font-family: 'Open Sans', sans-serif;



                    width: 100%;



                    border: solid 1px #ccc;



                    display: block !important;



                    border-radius: 3px;



                    cursor: pointer;



                    position: relative;



                }



                .jquery-filestyle .icon-folder-open {



                    position: absolute;



                    width: 59px;



                    height: 36px;



                    display: block;



                    background: url(../images/icon_search.png) no-repeat center #e1e1e1;



                    top: 0;



                    right: 0;



                    border-radius: 0 3px 3px 0;



                    border-left: solid 1px #bcbcbc;



                    z-index: 9999999;



                    cursor: pointer;



                }



                .jquery-filestyle span {



                    cursor: pointer;



                    display: block;



                    width: 100%;



                    margin: -39px 0 0 0;



                    height: 39px;



                    z-index: 9999999;



                    position: relative;



                }



                .jquery-filestyle input:disabled {



                    padding: 10px 20px;



                    border: 0 none !important;



                    background: none !important;



                }



                .validator_addmore {



                    float: right;



                    margin: 0 14px 0 0;



                }



                .validator_addmore button {



                    border: solid 1px #ccc;



                    border-radius: 3px;



                    background: url(../images/icon_plus_grey.png) no-repeat center center #e1e1e1;



                    width: 40px;



                    height: 38px;



                    outline: none;



                    cursor: pointer;



                }



                .validator5 {



                    width: 42.6%;



                }



                .validator_addmore2 {



                    float: left;



                }



                /*-----*/

                .static_page_block {}



                .static_page_block h2 {



                    font-size: 16px;



                    font-weight: 500;



                    line-height: 18px;



                    margin: 0 0 6px 0;



                    color: #1A6DC1;



                    text-align: left;



                }







                .panel-heading h2:hover,
                .panel-heading h2:focus {



                    font-size: 16px;



                    font-weight: 500;



                    line-height: 18px;



                    margin: 0 0 6px 0;



                    color: #1A6DC1;



                    cursor: pointer;



                }







                .static_page_block h2 .static_page_block p {



                    margin: 0 0 18px 0;



                }



                .guidelines_list {



                    margin: 0 0 18px 0;



                }



                .guidelines_list p {



                    margin: 0 0 6px 14px !important;



                    position: relative;



                }



                .guidelines_list p:before {



                    content: '.';



                    position: absolute;



                    left: -16px;



                    top: -8px;



                    font-size: 32px;



                    font-weight: 700;



                }



                /*------*/

                .pop_up_regitration {



                    width: 748px;



                    display: none;



                    margin: 0 auto;



                    background: #fff;



                    border-radius: 5px;



                    padding: 30px 0;



                }



                .pop_up_regitration h4 {



                    text-align: center;



                    text-transform: uppercase;



                    font-size: 14px;



                    font-weight: 600;



                    line-height: 18px;



                    color: #1a6dc1;



                    margin: 0 0 14px 0;



                }



                .pop_up_regitration p {



                    font-size: 13px;



                    font-weight: 400;



                    color: #999;



                    line-height: 20px;



                    width: 90%;



                    margin: 0 auto;



                    display: block;



                }



                .pop_up_regitration hr {



                    display: block;



                    border: 0 none;



                    border-bottom: solid 1px #999;



                    margin: 18px 0;



                }



                .pop_up_left {



                    width: 50%;



                    text-align: center;



                    border-right: solid 1px #717171;



                    float: left;



                }



                .pop_up_left h4 {



                    font-size: 12px;



                    color: #717171;



                    margin: 0 0 0 0;



                }



                .pop_up_left h4 a {



                    color: #1a6dc1;



                }



                .pop_up_left h4 a:hover {



                    color: #000;



                }



                .pop_up_left a {



                    font-size: 13px;



                    color: #75a61d;



                }



                .pop_up_right {



                    float: right;



                    width: 49.2%;



                    border: 0 none;



                }



                .pop_up_regitration .submit {



                    float: none;



                    display: block;



                    margin: 0 auto;



                    background: #75a61d;



                    width: 64px;



                    height: 36px;



                }



                .pop_up_regitration .submit:hover,
                .pop_up_regitration .submit:focus {



                    opacity: .8;



                }



                /* Google Language Styles */

                .goog-te-gadget-simple {



                    background-color: #fff;



                    border: none !important;



                    /* border-left: 1px solid #d5d5d5; */
                    /* border-top: 1px solid #9b9b9b; */
                    /* border-bottom: 1px solid #e8e8e8; */
                    /* border-right: 1px solid #d5d5d5; */
                    font-size: 10pt;



                    display: inline-block;



                    /* padding-top: 1px; */
                    /* padding-bottom: 2px; */
                    padding: 3px !important;



                    cursor: pointer;



                    zoom: 1;



                }



                /* Journal Title Block */

                .list-row {



                    /* background: #f4f4f4; */
                    display: block;



                    overflow: hidden;



                    border: 1px solid rgb(231, 231, 231);



                }



                .list-left {



                    /*width:auto;



    padding:10px;*/
                    float: left;



                    border: 0px solid blue;



                }



                .list-right {



                    padding: 10px 0px;



                    position: relative;



                    float: left;



                    border: 0px solid green;



                    width: 84%
                }



                .journal_details_buttons>a.list-right-btn {



                    font-size: 13px;



                }



                .list-title {



                    font-size: 18px;



                    padding: 8px;



                }



                .list-title h3 {



                    color: #000;



                    margin: 0 0 20px 0;



                }



                .list-filters {



                    margin-top: 50px;



                    padding: 8px;
                    text-align: right;



                }



                .list-filters h4 {



                    font-size: 20px;



                    font-weight: 400;



                    float: left;



                    color: #000;



                }



                .list-filters h5 {



                    float: right;



                    font-size: 14px;



                    line-height: 20px;



                    color: #81b752;



                    font-weight: 700;



                    margin: 14px 20px 0 0;



                }



                .list-title .journal_details_buttons {



                    float: right;



                }



                /*paging Styles */

                .ommega-paging {



                    cursor: pointer;



                    /*background-color:linear-gradient(to bottom, #F1F1F1 0%, #E3E3E3 100%) repeat scroll 0% 0% transparent;*/
                    background-color: #fff;



                    border: 1px #e7e7e7 solid;



                    border-radius: 0px;



                    width: 60px;



                    height: 30px;



                    color: #3D4C54;



                    font-size: 14px;



                }



                .ommega-paging-hover {



                    cursor: pointer;



                    /*background-color:linear-gradient(to bottom, #F1F1F1 0%, #E3E3E3 100%) repeat scroll 0% 0% transparent;*/
                    background-color: #90c530;



                    border: 1px #e7e7e7 solid;



                    border-radius: 0px;



                    width: 60px;



                    height: 30px;



                    color: #3D4C54;



                    font-size: 14px;



                }







                ol>li {



                    padding: 0.5em 0
                }



                ol>li>a,
                .ReferencesCopy1>a {



                    color: #717171;



                }















                .login-block-new {



                    border: 1px solid #e7e7e7;



                    /*overflow:hidden;*/
                    padding: 20px;



                }







                .login-block-input {



                    width: 94%;



                }







                .login-block-input-submit {



                    width: 30% !important;



                }







                .login-block-help {



                    display: block;



                    float: none;



                    margin: 10px 0;



                }







                .send_mail>.sbHolder {



                    float: left;



                    width: 70%;



                }







                .static_page_block .col-md-12 {



                    padding: 0 0 !important;



                }







                .col-md-12 .panel {



                    margin-bottom: 0 !important;



                }
          
