/*  
Theme Name: IR
Theme URI: 
Description: 2-column theme.
Version: 4
Author: CRH ulv-nvl
Author URI: 
Tags: 
.
.
*/

/*----------------------------------------------------------------------------------media queries*/

/*----------------------------------------------------------------------------------structure*/

html {
    -webkit-text-size-adjust: none;
}

body {
    background: #e6e7e2;
    color: #454545;
    font: normal 18px "Times New Roman", serif;
    line-height: 25px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

img {
    max-width: 100%;
    outline: 0 none;
    border: 0 none;
}

#container {
    background: #ebece7;
    font-size: 1em;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    border-top: 2px solid #F4E9CD;
}

@media screen and (max-width: 768px){
    #container {
        width: 100%;
    }
}

.box {
    background: #f4f5f0;
    border-collapse: separate;
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.box-row {
    display: table-row;
    width: 100%;
}

.box-cell {
}

.box-left {
    display: table-cell;
    font: normal 1em "Times New Roman", serif;
    padding: 30px 10% 20px;
    vertical-align: top;
    width: 70%;
}

.box-right {
    /*background: #f0f1ec;*/
    background: #ffd989;
    color: #555;
    display: table-cell;
    padding: 30px 5% 20px;
    vertical-align: top;
    width: 30%;
}

.box-right ul {
    padding: 0;
}

.box-right li {
    list-style: none;
    padding: 0;
}

.box-right a:link,
.box-right a:visited {
    color: #354b5e;
}

.box-right a:hover {
    color: #555;
}

.box-right input {
    width: 70%;
}

.volume {
    font: normal 1em "Times New Roman", serif;
}

.volume a {
    color: #354b5e;
}

.volume a:hover {
    color: #555;
}

#s {
    background-color: #f4f5f0;
}

/*----------------------------------------------------------------------------------header*/

.header {
    /*background: #ebece7 url(images/ir-ccarina.png) no-repeat 95% center;*/
    margin: 0 auto;
    /*padding: 60px 10% 60px;*/
    padding: 20px 10% 20px;
    text-align: center;
    display: inline-block;
    background-color: #555;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #FFF5E4;
    background: #9e492d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllNDkyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2Q2OWQ3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2U1ZDZiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2Y2ZTRkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2YzZTBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWU3YzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #9e492d 0%, #d69d70 26%, #e5d6be 44%, #f6e4d0 59%, #f3e0c0 82%, #f5e7c2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e492d), color-stop(26%, #d69d70), color-stop(44%, #e5d6be), color-stop(59%, #f6e4d0), color-stop(82%, #f3e0c0), color-stop(100%, #f5e7c2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9e492d 0%, #d69d70 26%, #e5d6be 44%, #f6e4d0 59%, #f3e0c0 82%, #f5e7c2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9e492d 0%, #d69d70 26%, #e5d6be 44%, #f6e4d0 59%, #f3e0c0 82%, #f5e7c2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9e492d 0%, #d69d70 26%, #e5d6be 44%, #f6e4d0 59%, #f3e0c0 82%, #f5e7c2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9e492d 0%, #d69d70 26%, #e5d6be 44%, #f6e4d0 59%, #f3e0c0 82%, #f5e7c2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e492d', endColorstr='#f5e7c2', GradientType=0); /* IE6-8 */
}

.header h2 {
    /*color: #555;
    font: normal 1.1em "fontitalic", 'times new roman', serif;*/
    color: #333;
    font: normal 23px "Times New Roman", serif;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.header img.logo {
    border: none;
    margin: 0;
    padding: 20px 0;
}

.header-left {
    float: left;
    width: 81%;
}

.header-right {
    float: right;
    width: 18%;
}

/*----------------------------------------------------------------------------------footer*/

.footer {
    /*background: #be4a00;*/
    background: none repeat scroll 0 0 #5d5e59;
    color: #dcddd8;
    /*font: normal 0.9em "Times New Roman", serif;*/
    font: normal 0.8em "Times New Roman", serif;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    text-transform: none;
}

.footer a:link,
.footer a:visited {
    color: #fff;
    /*font: normal 1em "Times New Roman", serif;*/
    font: normal 1em "Times New Roman", serif;
}

.footer a:hover {
    color: #dcddd8;
    /*font: normal 1em "Times New Roman", serif;*/
    font: normal 1em "Times New Roman", serif;
}

.footer img,
.footer a img,
.footer a:link img,
.footer a:visited img,
.footer a:hover img {
    border: none;
    margin: 0;
    padding: 0;
}

/*----------------------------------------------------------------------------------menu*/

.menu {
    height: 40px;
    /*background: #be4a00;*/
    background-color: #000 !important;
    border-top: 4px solid #fff;
    text-align: left;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
    padding: 0 10%;
}

.menu li {
    margin: 0;
    padding: 0;
}

.menu a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.menu > ul > li {
    float: left;
    margin-left: 0;
    position: relative;
}

.menu > ul > li > a {
    color: #fff;
    /*font: normal 0.9em "Times New Roman", serif;*/
    font: normal 1em "Times New Roman", serif;
    line-height: 40px;
    padding: 20px 25px 25px 0;
    text-transform: uppercase;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
}

.menu > ul > li > a:hover {
    color: #eee;
}

.menu > ul > li > ul {
    background: #475f77;
    margin-left: -90px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    visibility: hidden;
    top: 15px;
    left: 50%;
    width: 200px;
    transition-property: opacity, display;
    -webkit-transition-duration: 0.3s, 0.1s;
    -moz-transition-duration: 0.3s, 0.1s;
    -ms-transition-duration: 0.3s, 0.1s;
    -o-transition-duration: 0.3s, 0.1s;
    transition-duration: 0.3s, 0.1s;
    /*-webkit-transition: all .3s .1s;*/
    /*-moz-transition: all .3s .1s;*/
    /*-o-transition: all .3s .1s;*/
    /*transition: all .3s .1s;*/
    z-index: 100;
}

.menu > ul > li:hover > ul {
    opacity: 1;
    top: 45px;
    display: block;
    visibility: visible;
}

.menu > ul > li > ul:before {
    content: '';
    display: block;
    border-color: transparent transparent #475f77 transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

.menu > ul ul > li {
    position: relative;
}

.menu ul ul a {
    background: #475f77;
    border-bottom: 1px solid #657d95;
    color: #fff;
    font: normal 0.8em "Times New Roman", serif;
    display: block;
    padding: 8px 16px 8px 16px;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s;
}

.menu ul ul a:before {
    content: "\00BB \0020";
}

.menu ul ul a:hover {
    background: #be4a00;
}

.menu ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    /*top: -20px;*/
    top: 0px;
    left: 206px;
    padding: 0;
    background: #475f77;
    text-align: left;
    width: 160px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu ul ul > li:hover > ul {
    opacity: 1;
    left: 196px;
    visibility: visible;
}

.menu ul ul a:hover {
    background: #be4a00;
    color: #fff;
}

/*----------------------------------------------------------------------------------fonts*/

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

@font-face {
    font-family: 'fontregular';
    src: url('fonts/fontregular.eot');
    src: url('fonts/fontregular.eot?#iefix') format('embedded-opentype'), url('fonts/fontregular.woff') format('woff'), url('fonts/fontregular.ttf') format('truetype'), url('fonts/fontregular.svg#fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontitalic';
    src: url('fonts/fontitalic.eot');
    src: url('fonts/fontitalic.eot?#iefix') format('embedded-opentype'), url('fonts/fontitalic.woff') format('woff'), url('fonts/fontitalic.ttf') format('truetype'), url('fonts/fontitalic.svg#fontitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontbold';
    src: url('fonts/fontbold.eot');
    src: url('fonts/fontbold.eot?#iefix') format('embedded-opentype'), url('fonts/fontbold.woff') format('woff'), url('fonts/fontbold.ttf') format('truetype'), url('fonts/fontbold.svg#fontbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontbolditalic';
    src: url('fonts/fontbolditalic.eot');
    src: url('fonts/fontbolditalic.eot?#iefix') format('embedded-opentype'), url('fonts/fontbolditalic.woff') format('woff'), url('fonts/fontbolditalic.ttf') format('truetype'), url('fonts/fontbolditalic.svg#fontbolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoslabthin';
    src: url('fonts/robotoslabthin.eot');
    src: url('fonts/robotoslabthin.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslabthin.woff') format('woff'), url('fonts/robotoslabthin.ttf') format('truetype'), url('fonts/robotoslabthin.svg#robotoslabthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoslablight';
    src: url('fonts/robotoslablight.eot');
    src: url('fonts/robotoslablight.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslablight.woff') format('woff'), url('fonts/robotoslablight.ttf') format('truetype'), url('fonts/robotoslablight.svg#robotoslablight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoslabregular';
    src: url('fonts/robotoslabregular.eot');
    src: url('fonts/robotoslabregular.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslabregular.woff') format('woff'), url('fonts/robotoslabregular.ttf') format('truetype'), url('fonts/robotoslabregular.svg#robotoslabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoslabbold';
    src: url('fonts/robotoslabbold.eot');
    src: url('fonts/robotoslabbold.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslabbold.woff') format('woff'), url('fonts/robotoslabbold.ttf') format('truetype'), url('fonts/robotoslabbold.svg#robotoslabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------------------------------------------format*/

/*----------------------------------------------------------------------------------links */

a:link {
    color: #354b5e;
    font: normal 1em "Times New Roman", serif;
    text-decoration: none;
}

a:visited {
    color: #354b5e;
    font: normal 1em "Times New Roman", serif;
    text-decoration: none;
}

a:hover {
    color: #475f77;
    font: normal 1em "Times New Roman", serif;
    text-decoration: none;
}

/*----------------------------------------------------------------------------------headings*/

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-weight: normal;
    line-height: normal;
    margin: 30px 0 10px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

h1 {
    font-size: 1.7em;
    font-family: "Times New Roman", serif;
}

h1 a:link,
h1 a:visited {
    color: #354b5e;
    font-family: "Times New Roman", serif;
}

h1 a:hover {
    color: #475f77;
    font-family: "Times New Roman", serif;
}

h2 {
    font-size: 1.5em;
    font-family: "Times New Roman", serif;
}

h3 {
    font-size: 1.4em;
    font-family: "Times New Roman", serif;
}

h4 {
    font-size: 1.3em;
    font-family: "Times New Roman", serif;
}

h5 {
    font-size: 1.2em;
    font-family: "Times New Roman", serif;
}

h6 {
    font-size: 1.1em;
    font-family: "Times New Roman", serif;
}

h6 a:link,
h6 a:visited,
h6 a:hover {
}

/*----------------------------------------------------------------------------------format*/

p {
    padding-bottom: 7px;
}

ul li {
    padding-bottom: 5px;
}

hr {
    width: 75%;
    border-top: 1px solid #99afc2;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 20px 0;
}

.postform {
    font: normal 1em "Times New Roman", serif;
    color: #ffffff;
    padding: 5px;
    background: #d74b4b;
    border: 1px solid #d74b4b;
}

/*----------------------------------------------------------------------------------entry and comments*/

.date {
    color: #d74b4b;
    font: normal 1em "Times New Roman", serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-section {
    margin: 30px 0 60px;
}

.comment-author {
    padding: 20px 0 0;
    font: normal 1.2em "Times New Roman", serif;
    color: #d74b4b;
    line-height: normal;
    text-transform: none;
}

.comment-author a:link {
    color: #d74b4b;
    font-weight: normal;
    font-size: 1.3em;
}

.comment-author a:visited {
    color: #d74b4b;
    font-weight: normal;
}

.comment-author a:hover {
    color: #454545;
    font-weight: normal;
}

.comments-list {
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
    font-weight: normal;
    margin: 20px 0;
    padding: 0 0 20px;
}

.comment-metadata {
    font: normal 0.75em/1em "Times New Roman", serif;
    padding: 0 0 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
}

.comment-metadata a {
    color: #454545;
}

.comment-metadata a:hover {
    color: #454545;
}

.comment-form {
    text-align: left;
}

.comment-moderation {
    font-size: 0.75em;
    text-transform: uppercase;
}

.comment-reply {
    font-size: 0.75em;
    text-transform: uppercase;
    border-bottom: 1px solid #d74b4b;
}

.children {
    list-style-type: none;
    list-style-image: none;
}

/*----------------------------------------------------------------------------------navigation*/

.navigation {
    margin: 20px 0 0;
    padding: 0;
}

.navigation a:link {
    color: #888;
    font: normal 0.85em "Times New Roman", serif;
}

.navigation a:visited {
    color: #888;
    font: normal 0.85em "Times New Roman", serif;
}

.navigation a:hover {
    color: #555;
    font: normal 0.85em "Times New Roman", serif;
}

/*----------------------------------------------------------------------------------float*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.float_left {
    float: left;
    padding: 0 10px 0 0;
}

.float_right {
    float: right;
    padding: 0 0 0 10px;
}

.alignleft {
    float: left;
    padding: 0;
}

.alignright {
    float: right;
    padding: 0;
}

.aligncenter {
    padding: 0;
    margin: 20px auto;
    text-align: center;
}

/*----------------------------------------------------------------------------------input submit textarea*/

.submit {
    font: normal 2em "Times New Roman", serif;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    padding: 15px 15px;
    background: #d74b4b;
    border: none;
}

input {
    font: normal 0.8em "Times New Roman", serif;
    color: #555;
    text-decoration: none;
    text-transform: none;
    width: 205px;
    padding: 5px;
    background: none;
    border: 1px solid #dcddd8;
}

textarea {
    width: 70%;
    font: normal 1.2em "Times New Roman", serif;
    color: #fff;
    text-decoration: none;
    padding: 14px 10px;
    background: #454545;
    border: none;
}

label {
    font: normal 1.2em "Times New Roman", serif;
    text-transform: none;
    color: #475f77;
}

#author {
    text-transform: uppercase;
}

#email {
    text-transform: none;
}

#url {
    text-transform: none;
}

/*----------------------------------------------------------------------------------other*/

form#sbc-search {
    clear: both;
    display: block;
}

form#sbc-search * {
    margin: 0;
    display: block;
}

form#sbc-search input#s {
    background: #475f77;
    border: 1px solid #475f77;
    margin: 0;
    padding: 0 10px;
    width: 63.5%;
}

form#sbc-search input.multi-cat {
    font: normal 1em "Times New Roman", serif;
    height: 40px;
    margin: 20px 0;
    padding: 10px;
    width: 70%;
}

form#sbc-search input.single-cat {

    font: normal 1em "Times New Roman", serif;
    height: 40px;
    margin: 20px 0;
    padding: 10px;
    width: 70%;
}

form#sbc-search select#cat {
    background: #454545;
    border: none;
    height: 40px;
    margin: 20px 0;
    padding: 10px;
    width: 70%;
    -khtml-appearance: none; /* fix default safari styling */
}

form#sbc-search select#cat option {
    padding: 2px 4px;
}

form#sbc-search input#sbc-submit {
    background: #d74b4b;
    border: none;
    font: normal 0.85em "Times New Roman", serif;
    height: 40px;
    margin: 20px 0;
    padding: 10px;
    text-transform: uppercase;
    width: 70%;
}

#sbc-search input.multi-cat {
    font: normal 1em "Times New Roman", serif;
}

#sbc-search input.single-cat {

    font: normal 1em "Times New Roman", serif;
}

input.multi-cat {
    font: normal 1em "Times New Roman", serif;
}

input.single-cat {

    font: normal 1em "Times New Roman", serif;
}

/*----------------------------------------------------------------------------------other*/
/*

img {
    padding: 5px;
    margin: 10px;
    border: 10px solid #d74b4b;
    height: auto;
    max-width: 100%;
    width: auto\9; */
/* ie8 *//*

}

img a {
    padding: 5px;
    margin: 10px;
    border: 10px solid #d74b4b;
}
*/

.gallery {
    margin: 0 auto;
}

.gallery img {
    border: 5px solid #d74b4b;
    padding: 15px;
    background: transparent;
}

dl.gallery-item {
    float: left;
    padding: 0;
    margin: 0 5px 0 0;
}

#gallery-1 {
    margin: 0 auto;
    text-align: center;
}

blockquote {
    padding: 10px;
    font: normal 1em "Times New Roman", serif;
    line-height: 20px;
    border-top: 2px solid #475f77;
    border-bottom: 1px solid #475f77;
}

/*strong {
    font: normal 1em "Times New Roman", serif;
}*/

em {
    font: normal 1em "fontitalic", 'times new roman', serif;
}

strong em,
em strong {
    font: normal 1em "fontbolditalic", 'times new roman', serif;
}

table, th, td {
    margin: 20px 0;
    padding: 7px;
    /*border: 1px solid #d74b4b;*/
    border-collapse: collapse;
    text-align: left;
}

.tmplcontent form input[type="submit"]{
    cursor: pointer;
}
.tmplcontent form input[type="submit"]:hover {
    background: #ededed;
}

div.post {
    width: 90%;
    padding: 10px;
}

/*----------------------------------------------------------------------------------layout elements*/

.description {
    color: #555;
    font: normal 1.1em "fontlight", 'times new roman', serif;
    margin: 0;
    padding: 0 0 20px;
}

.attach {
    padding: 0 40px;
}

#attachment {
    margin: 40px auto;
}

.attachment {
}

.logo-text {
    color: #000;
    text-transform: uppercase;
    font-size: 48px;
}

/*  23-june-2015  */
.foot-logo {
    display: none;
}

.foot-social-icons {
    display: inline-block;
    float: none;
    margin: 32px auto 0;
    padding: 0;
    vertical-align: top;
    width: auto;
}

.foot-social-icons li {
    display: inline-block;
    list-style: outside none none;
}

.foot-rgt {
    display: none;
    width: auto;
}

.slicknav_icon {
    display: none;
}

.header-right .ir-cc {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
}

.header-right .ir-cc:last-child {
    color: #000;
    font-size: 14px;
    margin: 8px 0;
    text-align: center;
}

.header-right .ir-cc:last-child a {
    color: #000;
}

.foot-social-icons li + li {
    margin: 3px 0 0;
}

/*  content abstract  */
#sub_categories_details, #sub_categories_details h3 {
    text-align: center;
}

#sub_categories_details h3 {
    color: #354b61;
}

#sub_categories_details ul:empty {
    display: none;
}

#sub_categories_details ul {
    padding: 0;
    list-style: none;
}

#sub_categories_details ul li span.post-name {
    display: block;
    text-align: center;
    margin: 5px 0 20px;
}

#sub_categories_details .abs_title {
    font-weight: 600;
}

#sub_categories_details .abs_content {
    padding: 0 0 20px;
    text-align: justify;
}

#sub_categories_details .abs_keywords {
    border-bottom: 2px solid #ffd989;
    margin: 0 0 30px;
    padding: 0 0 30px;
    text-align: justify;
}

/*#sub_categories_details .abs_content strong {font-size: 18px !important;}*/
.foot-social-icons {
    display: none;
}

/*.issue-author, .issue-heading { font-size: 1.2em;}
.issue-author { font-style: italic;text-indent: 15px;display:block;}
.issue-heading {font-weight: bold;}*/
.breadcrumbs .trail-browse {
    display: none !important;
}

/******** 11-sep-2015 ***********/
/*.backissue p {
  border: 1px solid #000;
  clear: both;
  float: left;
  padding: 10px;
  width: 100%;
}*/
.icon-glass {
    float: left;
}

.icon-pdf {
    clear: both;
    float: left;
}

.backissue p a {
    float: left;
    /*padding-bottom: 10px;*/
}

.backissue p img {
    margin-right: 10px;
}

.footer.footer_color {
    background-color: #5d5e59;
}

/******* 19-sep-2015 ******/
/* Add this code in style.css */
.dropcap {
    float: left;
    font-size: 80px;
    padding-right: 7px;
    line-height: 72px;
}

@media (max-width: 1199px) {

    .logo-text {
        font-size: 40px;
        margin-top: 0;
    }

    .header h2 {
        font: 20px "Times New Roman", serif;
    }

    .fl-col-group .fl-col.fl-col-small {
        margin: 0 10px 0 0;
    }

    .fl-col-group .fl-col:nth-child(2) {
        float: left;
        width: 76% !important;
    }

    .fl-col-group .fl-module-content {
        margin: 20px 0;
    }

}

@media (max-width: 991px) {

    .logo-text, .header h2 {
        text-align: center;
    }

    .header-left {
        float: left;
        width: 100%;
    }

    .header-right {
        float: left;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .header-right .ir-arina, .header-right .ir-cc {
        display: inline-block;
    }

    .box-cell.box-left .post h1 {
        margin-top: 0;
    }

    .box-right {
        padding: 30px 3% 20px;
    }

    .box-cell.box-right h3 {
        font-size: 1.2em;
        margin-top: 0;
    }

    .box-cell.box-right h3:nth-child(6) {
        margin-top: 30px;
    }

    .menu {
        float: left;
        min-height: 40px;
        text-align: left;
        width: 100%;
        height: auto;
    }

    .menu > ul {
        float: left;
        text-align: center;
        width: 80%
    }

    .menu > ul > li {
        display: inline;
        float: none;
    }

    .menu > ul > li > a {
        display: inline-block;
        padding: 2% 2% 2% 0;
    }

    .menu {
        z-index: 9999;
        position: relative;
    }

    ul#menu {
        display: none;
    }

    ul#menu li {
        display: inline;
    }

    #pull {
        display: block;
        left: 10px;
        position: absolute;
        top: 4px;
        background-image: url(images/menuicon.png);
        width: 32px;
        height: 32px;
    }

    #menu li + li a span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0;
    }

    #menu li ul li a span {
        font-size: 23px;
        font-weight: bolder;
        position: absolute;
        right: 10px;
        top: 3px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    .menu {
        z-index: 9999;
        position: relative;
    }

    ul#menu {
        display: none;
    }

    ul#menu li {
        display: inline;
    }

    ul#menu > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    ul#menu li:hover ul {
        display: none;
    }

    ul#menu li.open ul {
        opacity: 1 !important;
        visibility: visible;
        display: block;
    }

    ul#menu ul {
        margin-top: 0;
        position: absolute;
        top: 100%;
        display: none;
    }

    #pull {
        display: block;
        left: 10px;
        position: absolute;
        top: 4px;
        background-image: url(images/menuicon.png);
        width: 32px;
        height: 32px;
    }

    .page_item_has_children.active ul.children {
        display: block !important;
        margin: 0 auto;
        top: -34px !important;
        position: absolute !important;
    }

    #menu li + li a span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0;
    }

    #menu li ul li a span {
        font-size: 23px;
        font-weight: bolder;
        position: absolute;
        right: 10px;
        top: 3px;
    }

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .page_item_has_children.active ul.children {
        display: block !important;
        margin: 0 auto;
        top: -34px !important;
        position: absolute !important;
    }

}

@media (max-width: 767px) {
    .box .box-left {
        width: 90%;
        float: left;
        padding: 10px;
        display: block;
        box-sizing: content-box;
    }

    .box .box-right {
        width: 94%;
        float: left;
        text-align: center;
    }

    .menu {
        z-index: 9999;
        position: relative;
        display: none;
    }

    .box .box-cell.box-left #post-5.post {
        /*display: none;*/
    }

    .box-cell.box-right h3 {
        font-size: 1.2em;
        margin-top: 0;
        text-align: center;
    }

    .fl-col-group .fl-col:nth-child(2) {
        width: 100% !important;
    }

    ul#menu {
        display: none;
    }

    ul#menu li {
        display: block;
    }

    ul#menu > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    ul#menu li:hover ul {
        display: none;
    }

    ul#menu li.open ul {
        opacity: 1 !important;
        visibility: visible;
    }

    ul#menu ul {
        margin-top: 0;
        position: relative;
        top: 0;
    }

    #pull {
        display: block;
        left: 10px;
        position: absolute;
        top: 4px;
        background-image: url(images/menuicon.png);
        width: 32px;
        height: 32px;
    }

    .page_item_has_children.active ul.children {
        display: block !important;
        margin: 0 auto;
        position: static !important;
        left: 0;
        right: 0;
    }

    #menu li + li a span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 23px;
    }

    #menu li ul li a span {
        font-size: 23px;
        font-weight: bolder;
        position: absolute;
        right: 10px;
        top: 3px;
    }

    /*.foot-logo, .foot-rgt { display: inline-block;}*/

}

@media (max-width: 640px) {
    .footer {
        padding: 20px;
    }
}

@media (max-width: 568px) {

    .logo-text {
        font-size: 33px;
        margin-top: 0;
    }

    .header h2 {
        font: 16px "Times New Roman", serif;
    }

    .header-right .ir-arina, .header-right .ir-cc {
        width: 45%;
    }

    .header-right .ir-cc:last-child {
        color: #000;
        vertical-align: top;
        margin: 15px 0 0; /*float: right; font-size: 14px; text-align: left; width: 142px;margin:-10px 0 0;*/
    }

    .header-right .ir-cc:last-child a {
        color: #000;
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: 29px;
    }
}

@media (max-width: 414px) {
    .header {
        padding: 20px 4%;
    }

    .logo-text {
        font-size: 27px;
    }

    .box-cell.box-left h1 {
        font-size: 1.5em;
    }

    .fl-rich-text {
        font-size: 1.2em;
    }
}

@media (max-width: 360px) {

    .box-cell.box-left h1 {
        font-size: 1.3em;
    }

    .fl-rich-text {
        font-size: 1.1em;
    }

    .logo-text {
        font-size: 25px;
    }

    /*.foot-logo, .foot-rgt { display: table; margin: 0 auto;}*/
    .foot-social-icons {
        margin: 18px auto 0;
    }

    .footer > a:last-child {
        display: block;
    }
}

.new-icon-right {
    float: right;
    margin-right: -483px;
    margin-top: -18px;
}

/*.sub-menu {
    display: none;
}

.menu li:hover .sub-menu {
    display: block;
}

.menu-header-menu-container {
    background: #000 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

#menu-header-menu.menu {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 35px;
    margin: 0;
    padding: 0px 9%;
    width: auto;
}

.menu li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 0 30px;
    font-family: "robotoslabregular", "times new roman", serif !important;
    float: left;
}

.sub-menu li a {
    left: 15px;
    padding: 10px 15px;
    position: relative;
    text-transform: none;
    font-family: "robotoslabregular", "times new roman", serif;
}

.sub-menu li a:before {
    content: "» ";
    font-size: 15px;
    left: -5px;
    position: absolute;
    top: 9px;
}

.menu li {
    display: inline;
    float: left;
    margin: 0 20px;
    width: auto;
}

.sub-menu {
    background: #475f77 none repeat scroll 0 0;
    float: left;
    margin-left: -50px !important;
    margin-top: 55px !important;
    padding: 10px !important;
    position: absolute;
    width: 200px !important;
}

.sub-menu:before {
    border-color: transparent transparent #475f77;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -20px;
}

.sub-menu {
    padding: 0 !important;
}

.sub-menu li {
    border-bottom: 1px solid #fff;
    margin: 0;
    width: 100%;
}

.sub-menu li:hover {
    background: #be4a00;
}

.menu li:last-child {
    display: block !important;
}*/

.issues {
    /*border: 1px solid #000;*/
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
.issue-title {
    font-size: 1.2em;
}

.issue-author {
    float: left;
    margin: 10px 0 0;
    font-style: italic;
}

.issue-links {
    float: right;
}

.issue-previews {
    float: left;
    width: 75%;
    word-break: keep-all;
}

.pdf-main-div {
    float: right;
    margin: 5px 0 0;
}

.pdf-main-div::after {
    content: '';
    clear: both;
}

#page-5 .new-icon-right {
    float: right;
    margin-right: -483px;
    margin-top: 3px;
}

.backissue p:empty {
    display: none;
}

.backissue p {
    padding-bottom: 0;
    margin: 0 0 10px;
}

.download-div {
    float: right;
}

.browser-div {
    float: right;
}

/* b2v 10.12.2015 */
span.search-info {
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: bold;
    font-family: serif;
    border: 2px solid;
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
}



/*
    Menu Structure
*/

.menu-button {
    float: right;
    background: silver;
    color: white;
    z-index: 9999;
    border: 1px solid white;
    border-radius: 3px;
    height: 40px;
    width: 40px;
    display: none;
    margin: 10px;
}

.sub-menu {
    display: none;
}

.menu li:hover .sub-menu {
    display: block;
}

.menu-header-menu-container {
    background: #000 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

#menu-header-menu.menu {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 35px;
    margin: 0;
    padding: 0px 9%;
    width: auto;
}

.menu li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 0 30px;
    font-family: "robotoslabregular", "times new roman", serif !important;
    float: left;
    /* display: block; */
    /* width: 100%; */
}

.sub-menu li a {
    left: 15px;
    padding: 10px 15px;
    position: relative;
    text-transform: none;
    font-family: "robotoslabregular", "times new roman", serif;
}
.sub-menu li a:before {
    content: "» ";
    font-size: 15px;
    left: -5px;
    position: absolute;
    top: 9px;
}


.menu li {
    display: inline;
    float: left;
    margin: 0 20px;
    width: auto;
}
.sub-menu {
    background: #475f77 none repeat scroll 0 0;
    float: left;
    margin-left: 10px !important;
    margin-top: 0 !important;
    padding: 10px !important;
}


@media screen and (min-width: 768px) {
    .sub-menu:before {
        border-color: transparent transparent #475f77;
        border-style: solid;
        border-width: 10px;
        content: "";
        display: block;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        top: -20px;
    }
    .sub-menu {
        background: #475f77 none repeat scroll 0 0;
        float: left;
        margin-left: -50px !important;
        margin-top: 55px !important;
        padding: 10px !important;
        position: absolute;
        width: 200px;
    }
}


.sub-menu {
    padding: 0 !important;
}

.sub-menu li {
    border-bottom: 1px solid #fff;
    margin: 0;
    width: 100%;
}

.sub-menu li:hover {
    background: #be4a00;
}

.menu li:last-child {
    display: block !important;
}

.issues {
    /*border: 1px solid #000;*/
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
.issue-title {
    font-size: 1.2em;
}

.issue-author {
    float: left;
    margin: 10px 0 0;
    font-style: italic;
}

.issue-links {
    float: right;
}

.issue-previews {
    float: left;
    width: 75%;
    word-break: keep-all;
}

.pdf-main-div {
    float: right;
    margin: 5px 0 0;
}

.pdf-main-div::after {
    content: '';
    clear: both;
}

#page-5 .new-icon-right {
    float: right;
    margin-right: -483px;
    margin-top: 3px;
}

.backissue p:empty {
    display: none;
}

.backissue p {
    padding-bottom: 0;
    margin: 0 0 10px;
}

.download-div {
    float: right;
}

.browser-div {
    float: right;
}

/* b2v 10.12.2015 */
.search-info-link {
    margin-top: 4px;
}
span.search-info {
    font-size: .8em;
    line-height: 1.1em;
    font-weight: bold;
    font-family: serif;
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
}

/* Menu mobile extra b2v 14.12.2015 */

#wprmenu_men .sub-menu {
    background: #475f77 none repeat scroll 0 0;
    float: left;
    margin-left: -50px !important;
    margin-top: 55px !important;
    padding: 10px !important;
    position: absolute;
    width: 100%;
}

.issue-title h2 {
    float: left;
    margin: 0;
}

div#post-15 img {
    width: 100px;
    float: left;
    display: block;
    height: auto;
    margin: 20px 20px 20px 0;
}