body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
}

#info_content .page-content.force-font *,
.force-font *,
.force-font {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: #471f1f;
}
.mm {
  font-family: "Merriweather", serif;
}
h1 {
  font-size: 2.57em;
}
h2 {
  font-size: 2.14em;
}
h3 {
  font-size: 1.71em;
}
h4 {
  font-size: 1.28em;
}
h5 {
  font-size: 1em;
}
.dropdown-menu {
  border-radius: 2px;
  top: 90%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}
.dropdown-menu a {
  font-size: 1em !important;
}
@media screen and (min-width: 769px) {
  .row.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}

a:hover{
  text-decoration: none;
}

a,
a:focus,
.pagination > li > a,
.pagination > li > span {
  color: #7b3737;
  border-color: #ddd !important;
  font-size: 14px !important;
}
a:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #b83d3d;
  border-color: #bbb !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #7b3737;
  border-color: #7b3737 !important;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #eceaea;
}
.non-affix {
  top: 0 !important;
  position: static !important;
}
.lead {
  font-size: 1.28em;
}
.alert-info a {
  color: #23527c;
}
.h-100 {
  height: 100%;
}
.font-weight-bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .br-left {
    border-left: 1px solid #8a0000;
  }
  .br-right {
    border-right: 1px solid #8a0000;
  }
}
span.required {
  color: #f20000;
}
/********checkbox*************************/
.pretty {
  color: #7b3737;
  margin: 0;
}
/***********loading**************************/
.loading {
  font-weight: bold;
  color: #87817e;
  font-size: 24px;
}
.loading img {
  height: 40px;
  margin: 0 10px;
}
/************select2****************************/
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-container--default .select2-selection--single {
  padding-top: 4px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
/****************************************/
/*               HEADER                 */
/****************************************/
/************TOP HEADER*****************/
header .topMenu {
  background-color: #FFF;
  padding: 10px 20px;
}
header .topMenu #topLogo,
header .topMenu #topLogo a {
  color: #330000;
  font-size: 1.15em;
  font-weight: bold;
}
header .topMenu #topMenu a {
  color: #330000;
}
header .topMenu #topMenu ul {
  list-style: none;
}
header .topMenu #topMenu .menu {
  padding: 0;
  margin-bottom: 0;
}
header .topMenu #topMenu .menu > li {
  float: left;
  padding: 5px 10px;
}
header .topMenu #topMenu li.dropdown:hover > .dropdown-menu {
  display: block;
}
header .topMenu #topMenu li.dropdown > .dropdown-menu a {
  font-size: 0.9em !important;
}
header .topMenu #topMenu .badge {
  font-size: 0.85em;
  background-color: #023;
  margin-top: -3px;
  border-radius: 50%;
  font-weight: 500;
  padding: 2px 5.5px;
}
@media screen and (max-width: 450px) {
  header .topMenu #topLogo {
    display: none;
  }
}
/************BRAND BAR*****************/
header .brandBar {
  background-color: #420000;
  color: #fff;
  padding: 30px 8px;
}
header .brandBar img {
  max-height: 75px;
}
@media screen and (max-width: 620px) {
  header .brandBar div > img {
    display: none;
  }
}
header .brandBar h1{
  color : #fff;
}

/************Main Menu*****************/
header .mainMenu {
  background-color: #8a0000;
  border-top: 2px solid #FFF;
}
header .mainMenu .navbar {
  margin-bottom: 0;
}
header .mainMenu #mainNavbar {
  margin: auto -15px;
}
header .mainMenu #mainNavbar #main-navigation > li:first-child a {
  padding-left: 0;
}
header .mainMenu a {
  color: #fff;
  font-weight: bold;
  font-size: 1.14em;
}
header .mainMenu a,
header .mainMenu a:hover,
header .mainMenu a:focus {
  background-color: transparent !important;
}
header .mainMenu a:hover {
  text-decoration: underline;
}
header .mainMenu .navbar-toggle {
  color: white;
  font-size: 1.71em;
  margin-top: 0;
  margin-bottom: 0;
}
.searchBox {
  display: inline-block;
  width: calc(100% - 60px);
  position: relative;
}
.searchBox button {
  position: absolute;
  right: 10px;
  background: transparent;
  padding: 0px;
  border: 0px;
  top: 5px;
  font-size: 1.28em;
  color: #8a0000;
}
.searchBox input {
  border: 1px;
}
header .mainMenu .adv-search a {
  color: #fff;
  font-weight: normal;
  font-size: 0.85em;
  width: 50px;
  float: right;
  margin-left: 10px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  header .mainMenu .dropdown-menu a {
    color: #8a0000;
    padding: 8px;
  }
  header .mainMenu .dropdown-menu a:hover {
    background-color: #f5f5f5 !important;
  }
  header .mainMenu li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .mainMenu .dropdown-menu a:hover {
    color: #fff;
  }
}
/***********************************/
/*             Footer              */
/***********************************/
footer {
  border-top: 3px solid #430404;
}
#footer {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left top, right top, from(#470000), to(#8a0000));
  background: linear-gradient(90deg, #470000 0%, #8a0000 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004822', endColorstr='#008838', GradientType=1);
  /* ie6-9 */
  padding-bottom: 20px;
  border-top: 3px solid #fff;
  color: #fff;
  position: relative;
}
#footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/footer.png');
  background-repeat: repeat;
}
#footer .widgetList {
  padding: 35px 0 20px;
}
#footer .widgetList .widgetBox {
  border-left: 2px solid #fff;
  height: 100%;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.14em;
  line-height: 1.6;
  position: relative;
}
#footer .widgetList .widgetBox ul {
  list-style: none;
  padding: 0;
}
#footer .widgetList .widgetBox.contact h4 {
  color: #fff;
  font-weight: bold;
}
#footer a {
  color: #f3b9b9;
}
#footer a:hover {
  color: #fff;
}
#footer .widgetList .widgetBox ul li a {
  color: #fff;
}
#footer .widgetList [class^="col"] {
  margin-bottom: 10px;
}
#footer .widgetList [class^="col"]:last-child {
  min-height: 20px;
}

#footer .widgetList h4{
  color: #fff;
  font-weight: bold;
  margin-top: 0;
}

#footer .socialBread {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px;
  text-align: right;
}
#footer .socialBread a {
  font-size: 1.28em;
  padding: 2px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

@media screen and (max-width: 769px) {
  #footer .socialBread {
    position: static;
    padding: 15px 0 0;
  }
}
/****************************************/
/*            Home Pages                */
/****************************************/
#MainContent {
  min-height: calc(100vh - 543px);
}
/************Journal Info*****************/
#journal {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #f7f7f7;
}
#journal > .row > [class^="col"] {
  padding-top: 20px;
}
#journal .issueInfo img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#journal .issueInfo * {
  color: #8d3f3f;
}
#journal .issueInfo h4 {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
#journal .issueInfo small {
  font-weight: normal;
}
#journal .issueInfo small::before {
  content: " ";
  height: 7px;
  display: block;
}

@media screen and (max-width: 769px) {
  /*#journal .issueInfo .issueDetail {
    position: absolute;
    bottom: 20px;
  }*/
}
#journal .aboutJournal {
  height: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 317px;
}

@media screen and (min-width: 769px) {
  /*#journal .aboutJournal {
    min-height: 300px;
  }
  #journal .aboutJournal .highlight {
    bottom: 0px;
    position: absolute;
  }*/
}

#journal .aboutJournal .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  filter: sepia(90%) hue-rotate(-60deg) hue-rotate(0deg) saturate(60%) contrast(70%);
  -webkit-filter: sepia(90%) hue-rotate(-60deg) hue-rotate(0deg) saturate(60%) contrast(70%);
}
#journal .aboutJournal .overlay img {
  width: 100%;
  max-height: 250px;
}
#journal .aboutJournal .highlight {
  background: #fff;
  padding: 15px;
  border-bottom: 5px solid #711313;
  border-top: 10px solid #711313;
  text-align: justify;
  overflow: hidden;
  width: 100%;
}
#journal .aboutJournal .highlight h2 {
  color: #711313;
  font-weight: bold;
  font-size: 1.71em;
  margin-top: 0;
}
#journal .journalInfo {
  background: #efdcdc;
  border-bottom: 5px solid #711313;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);

  height: auto;
  padding: 0;
}
#journal .journalInfo h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #662e2e;
  font-weight: bold;
  margin-top: 0;
  background-color: 1px solid #662e2e;
  border: none;
  padding: 0px 0px 10px;
  margin-bottom: 5px;
}
#journal .journalInfo .journalDetail ul {
  padding: 0;
  list-style: none;
}
#journal .journalInfo .journalDetail ul li {
  padding: 5px;
  font-size: 1.07em;
}

.journalInfo .journalDetail{
  padding: 8px;
}

/************Main Section******************/

#mainSection {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #fff;
}

#mainSection .nav-tabs > li > a {
  border-radius: 0;
}

/************Author Guide*****************/

#autherGuide [class^="col"] {
  padding-bottom: 20px;
}
#autherGuide [class^="col"]:last-child {
  padding-bottom: 0;
}
#autherGuide .guideBox {
  background-color: #fff;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
#autherGuide .guideBox .illastrate {
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
#autherGuide .guideBox .illastrate img {
  position: absolute;
  top: 0;
  width: 100%;
}
#autherGuide .guideBox .description {
  min-height: 120px;
  padding: 0 15px 15px;
}
#autherGuide .guideBox .description h4 {
  font-weight: bold;
}
#autherGuide .guideBox .description img {
  display: none;
}

@media screen and (min-width: 768px) {

  .guideBox{
    padding-left: 15px
  }

}
/************Article List*****************/
#articleList {
  padding-bottom: 20px;
}
#articleList [class^="col"] {
  padding-top: 20px;
}
#articleList .articleBox {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
#articleList .articleBox h4 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
#articleList .articleBox p {
  padding: 15px 0;
  border-bottom: gainsboro 1px solid;
}
#articleList .articleBox p:last-child {
  border-bottom: none;
}
#articleList .popover {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
}
#articleList #citeMetric {
  font-size: 1.14em;
  color: #862d2d;
}

#articleList ul li.active a{
  font-size: 16px;
  font-weight: bold;
  color: #711313;
}
/************Annuncments*****************/
#annuncments {
  padding-bottom: 20px;
}
#annuncments .annuncList {
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding: 35px 20px 15px;
}
#annuncments .annuncList .annuncmentsTitle {
  border: none !important;
}
#annuncments .annuncList .annuncmentsTitle h4 {
  text-align: center;
  margin: 0 0 15px;
}
#annuncments .annuncList .annuncmentsTitle span {
  padding: 0 15px 10px;
  border-bottom: 2px solid #862d2d;
}
#annuncments .annuncBox {
  height: 100%;
}
#annuncments .annuncBox .illastrate {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
#annuncments .annuncBox .illastrate img {
  position: absolute;
  top: 0;
  width: 100%;
}
#annuncments .annuncBox .illastrate span {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 300px;
}
#annuncments .annuncBox .description {
  min-height: 120px;
  padding: 15px 0;
}
#annuncments .annuncBox .description h5 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}
#annuncments .annuncBox .description time {
  color: gray;
  margin-bottom: 10px;
  display: block;
}
#annuncments .annuncBox .description img {
  display: none;
}
#annuncments .annuncList [class^="col"] {
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  #annuncments .annuncList [class^="col"] {
    border-right: 1px solid silver;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #annuncments .annuncList [class^="col"]:nth-child(2n) {
    border-right: 1px solid silver;
  }
}
@media screen and (max-width: 768px) {
  #annuncments .annuncList [class^="col"] {
    border-bottom: 1px solid silver;
  }
}
#annuncments .annuncList [class^="col"]:last-child {
  border: none;
}
/************Information*****************/
#information {
  padding-bottom: 20px;
  padding-top: 20px;
}
#information .informationTab {
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding: 35px 35px 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#information .tab-pane {
  padding: 40px 0 20px;
  text-align: justify;
}
#information .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#information .nav-tabs > li > a {
  border: none;
  border-bottom: 1px solid gray;
  color: black;
  padding-bottom: 5px;
  font-size: 1.14em;
}
@media screen and (max-width: 400px) {
  #information .nav-tabs > li > a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.em;
  }
}
#information .nav-tabs > li.active > a,
#information .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 4px solid #a94c4c;
}
#information .nav-tabs > li > a:hover {
  background: none;
  border-bottom: 2px solid #a94c4c;
}
/************Partner*****************/
#partners {
  padding-bottom: 20px;
  background-color: #fff;
}
#partners .partnerList {
  padding: 35px 5% 15px;
}
#partners .partnerBox {
  height: 100%;
}
#partners .partnerBox .illastrate {
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
#partners .partnerBox .illastrate img {
  position: absolute;
  top: 0;
  width: 100%;
}
#partners .partnerBox .description {
  min-height: 120px;
  padding: 15px 0;
}
#partners .partnerBox .description h4 {
  font-weight: bold;
}
#partners .partnerBox .description img {
  display: none;
}
#partners .partnerList [class^="col"] {
  margin-top: 10px;
}
@media screen and (min-width: 993px) {
  #partners .partnerList [class^="col"] {
    border-right: 1px solid silver;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #partners .partnerList [class^="col"]:nth-child(2n+1) {
    border-right: 1px solid silver;
  }
}
@media screen and (max-width: 768px) {
  #partners .partnerList [class^="col"] {
    border-bottom: 1px solid silver;
  }
}
#partners .partnerList [class^="col"]:last-child {
  border: none;
}
/************Realated Journals *****************/
#relateds {
  background-color: #fff;
  padding-bottom: 20px;
}
#relateds .relatedsList {
  background-color: #efefef;
  padding: 15px 35px 20px;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
#relateds .relatedsList h4 {
  margin-bottom: 40px;
}
#relateds .relatedsList h4 span {
  padding: 0 15px 3px;
  border-bottom: 2px solid #862d2d;
}
#relateds ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#relateds li {
  display: inline-block;
  margin: 0 10px 15px;
  text-align: center;
}
#relateds li img {
  height: 130px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: auto;
}
#relateds li img:hover {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/****************************************/
/*            Other Pages               */
/****************************************/
/*****************Sidebar**************/
.sidebar .sidebar_block {
  margin-bottom: 20px;
}
.sidebar .sidebar_block .ads {
  width: 100%;
  border: none;
}
.sidebar .sidebar_block .title {
  padding: 10px;
  display: block;
  text-align: left;
  background-color: #a94c4c;
  font-size: 1.14em;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.sidebar .sidebar_block.wc .title::after {
  font-family: FontAwesome;
  content: "\F106";
  right: 20px;
  position: absolute;
}
.sidebar .sidebar_block.wc .title.closed::after {
  content: "\F107";
}
.sidebar .sidebar_block .content {
  text-align: justify;
  padding: 8px;
  background-color: #fff0f0;
}
.sidebar .sidebar_block .content ul {
  list-style: none;
  padding: 5px;
}

.sidebar .sidebar_block .content ul.list-group{
  padding: 0px;
}

.sidebar.affix {
  position: fixed;
  top: 0px;
}
.sidebar.affix-top {
  position: static;
}
.sidebar.affix-bottom {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sidebar.affix,
  .sidebar.affix-top,
  .sidebar.affix-bottom {
    position: relative;
    width: 100% !important;
  }
}
/************main Content*****************/
@media screen and (min-width: 768px) {
  .pageContent {
    padding-right: 20px;
  }
}
.breadcrumb {
  background: transparent;
  font-size: 1.07em;
  padding: 20px 0px 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #8a0000;
  border-radius: 0px;
}
/****************************************/
/*          General Pages               */
/****************************************/
#generalPage .pageContent {
  margin-bottom: 30px;
}
#generalPage .page-header {
  border-bottom: none;
}
#generalPage .page-header h1 {
  font-weight: bold;
  color: #8a0000;
  font-size: 1.71em;
}

.page-header,
.page-header h1{
  margin-top: 5px!important;
}
/************Contact*****************/
#generalPage #contact .contact-item {
  margin-bottom: 15px;
}
#generalPage #contact .contact-item h3 {
  color: #8a0000;
  font-size: 1.42em;
}
#generalPage article time {
  display: block;
  color: gray;
  margin-bottom: 5px;
}
#generalPage article .content {
  text-align: justify;
}
/************Anuncment*****************/
#generalPage #annuncments .annuncList {
  padding: 0;
  margin: 0 -15px;
}
/**************Search*********************/
#generalPage #search legend {
  font-size: 1.35em;
  margin: 30px 0 15px;
  font-family: "Merriweather", serif;
  color: #471f1f;
}
#generalPage #search select {
  height: 28px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 12px;
  line-height: 28px;
  color: #555;
}
.refine-search {
  font-size: 0.8em;
  font-weight: normal;
}
/***************Register *****************/
.form_error_list {
  list-style: none;
  padding: 5px;
}
.form_error_list a {
  color: #a94442;
}
#generalPage #register .required {
  padding: 0 2px;
  color: #ff4040;
}
#generalPage #register fieldset {
  padding-bottom: 20px;
}
#generalPage #register fieldset .country .select2-container {
  display: block;
  width: 100% !important;
}
#generalPage #register fieldset .country .select2-selection {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#generalPage #register fieldset .country .select2-selection__rendered {
  line-height: 1.2;
}
#generalPage #register fieldset .country .select2-selection__arrow {
  top: 5px;
}
#generalPage #register label {
  width: 100%;
}
#generalPage #register .context_roles .input-group-addon {
  width: 15%;
}
#generalPage #register .fields .reviewer_interests {
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  list-style: none;
}
#generalPage #register .fields .reviewer_interests.is_visible {
  max-height: 400px;
  overflow: visible;
  opacity: 1;
}
#generalPage #register .reviewer {
  margin-bottom: 15px;
}
#generalPage #register .reviewer_interests .label {
  font-size: 0.92em;
  font-weight: 400;
  font-style: italic;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
#generalPage #register .tagit {
  padding: 0 .5em;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 0.92em;
  line-height: 28px;
  max-width: 100%;
  height: auto;
}
#generalPage #register .tagit input[type="text"] {
  display: inline-block;
  border: none;
  width: inherit;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0 .5em;
}
#generalPage #register .tagit > li {
  display: inline-block;
}
#generalPage #register .tagit > li.tagit-choice {
  margin-right: 0.5em;
  padding-left: 0.5em;
  background: #ddd;
  border-radius: 3px;
  line-height: 20px;
}
#generalPage #register .tagit input[type="text"] {
  display: inline-block;
  border: none;
  width: inherit;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0 .5em;
}
#generalPage #register .tagit-close {
  padding: 0 .5em;
  color: #ff4040;
}
/***************AuthorIndex******************/
#generalPage #author h1 small {
  margin-top: 5px;
  display: block;
  font-size: 50%;
}
/****************************************/
/*               Issue                  */
/****************************************/
@media screen and (max-width: 992px) {
  .br-right {
    border-right: none;
    border-bottom: 1px dotted #8a0000;
  }
  .issuebar .issueDetail {
    position: absolute;
    bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .br-right {
    border-bottom: none;
    border-right: 1px dotted #8a0000;
  }
}
.issuebar {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.issuebar img {
  width: 100%;
}
.issuebar .issn {
  margin-top: 10px;
  color: #913030;
}
.issuebar h4 {
  font-weight: bold;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
.issuebar h4 small {
  color: inherit;
}
.issuebar time {
  display: block;
  color: gray;
  margin-bottom: 5px;
}
.issuebar .pub_id {
  color: #7b3737;
}
.issuebar .galleys {
  margin-top: 5px;
  border-top: 1px solid #8a0000;
  padding: 5px 10px;
}
.issuebar .galleys ul {
  list-style: none;
  line-height: 1.3;
  padding-left: 0px;
  padding-right: 0px;
}
.issuebar .galleys ul .lock {
  font-size: 0.71em;
}
.issuebar.affix {
  position: fixed;
  top: 20px;
}
.issuebar.affix-top {
  position: static;
}
.issuebar.affix-bottom {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .issuebar.affix {
    position: relative;
    width: 100% !important;
    top: 0 !important;
    padding-bottom: 0px;
  }
}
#issue .articleList h3 {
  font-weight: bold;
}

.articleList .article-type{
  margin-bottom: 20px;
  margin-top: -10px;
}

.articleList .article-type h4{
  font-weight: bolder;
  border-bottom: 3px solid;
  padding: 0 5px 8px;
}

.articleList .article-summary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e8e3e3;
}
.articleList .article-summary:last-child {
  border-bottom: none;
}
.articleList .article-summary h5 {
  margin-bottom: 2px;
}
.articleList .article-summary h5 a {
  font-size: 1.1em;
  font-weight: bold;
  color: #6b2e2e;
  line-height: 1.5;
}
.articleList .article-summary .authors {
  list-style: none;
  padding: 0;
}
.articleList .article-summary .authors li {
  padding-right: 5px;
  display: inline;
}
.articleList .article-summary .authors li::after {
  content: ";";
}
.articleList .article-summary .authors li:last-child::after {
  content: "";
}
.articleList .article-summary .actions {
  padding: 0;
  list-style: none;
}
.articleList .article-summary .actions li {
  padding-right: 15px;
  display: inline;
}

.articleList .article-summary .actions li:first-child {
  padding: 0;
}

.articleList .article-summary .abstract {
  text-align: justify;
  padding: 10px;
  background-color: #fff0f0;
  display: none;
}

.article-group {
  background-color: #a94c4c;
  padding: 15px;
  cursor: pointer;
  margin: 0 -5px 20px -5px;
}

.article-group h3 {
  color: #fff;
  margin: 0;
  font-size: 1.6em;
}
/****************************************/
/*               Archive                  */
/****************************************/
.issuebar h3 {
  font-weight: bold;
}
.issuebar h3 small {
  color: #9e4747;
  font-weight: 600;
}
#archive .issueList article h3 {
  font-weight: bold;
  color: #fff;
}
#archive .issueInfo img {
  height: 60px;
}
#archive .issueInfo{
  margin: 20px auto;
}

#archive .issueInfo .issueDetail h4 a {
  font-weight: bold;
}
#archive .issueInfo .issueDetail  {
  margin: 0 20px;
}
.issue_dv{
  margin: 0 20px;
  padding: 10px 0 0;
}
#archive .issueInfo time {
  display: block;
  color: gray;
}
#archive .issueList article {
  padding-bottom: 20px;
}
#archive .issueList article .title {
  background-color: #a94c4c;
  color: #fff;
  padding: 0px 20px;
  cursor: pointer;
  filter: opacity(0.7);
}
#archive .issueList article .title h3 {
  width: calc(100% - 50px);
  margin: 15px auto;
}
#archive .issueList article .title i {
  vertical-align: middle;
  padding-top: 20px;
  font-size: 1.42em;
}
#archive .issueList article .content {
  padding: 0 10px;
  display: none;
}


#archive .issueList article .title_new {
  background-color: hsl(0, 36%, 90%);
  color: hsl(0,71%,26%);
  padding: 3px 10px;
  cursor: pointer;
}

#archive .issueList article .issueInfo_new   {
  margin: 0 auto;
}

#journal .issueInfo_new small::before{
  display: inline;
}

#archive .issueList article .title_new i {
  padding-top: 8px;
  font-size: 1.2em;
}

#archive .issueList article .title_new h5 {
  color: hsl(0,71%,26%);
}

#archive .issueList .article_new {
  padding-bottom: 0px;
  border-bottom: 1px solid #711313;
}
#archive .issueList article .content_new {
  padding: 0 10px 10px 10px;
  display: none;
  background-color: rgba(241, 235, 235, 0.42);
}


/****************************************/
/*               Article                */
/****************************************/
#info_content.articleInfo {
  padding: 0 20px;
}
#info_content .articleInfo h3 {
  font-weight: bold;
}
#info_content .articleInfo h3 small {
  display: block;
  padding-top: 8px;
}
#info_content .articleInfo .authors {
  list-style: none;
  padding: 0;
}
#info_content .articleInfo .authors li {
  padding-right: 5px;
  display: inline;
}
#info_content .articleInfo .authors li::after {
  content: ";";
}
#info_content .articleInfo .authors li:last-child::after {
  content: "";
}
#info_content .articleInfo .authors .popover {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 80px;
  width: 250px;
  font-family: 'Open Sans', sans-serif;
}
#info_content .articleInfo .authors .popover.bottom > .arrow {
  margin-left: -91px;
}
#info_content .articleInfo .authors .popover-title {
  padding: 15px 10px 5px;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  background: none;
  border: none;
}
#info_content .articleInfo .authors .popover-content {
  padding: 0px 10px 10px;
}
#info_content .articleInfo .cite p {
  line-height: 1.6;
}
#info_content .articleData {
  margin: 30px 0  ;
}
#info_content .articleData .nav-tabs > li > a:hover {
  border-color: #f7eded #f7eded #f7eded;
}
#info_content .articleData .nav > li > a:focus {
  background-color: #fff;
}
#info_content .articleData .nav > li > a:hover {
  text-decoration: none;
  background-color: #b9b8b859 !important;
}
#info_content .articleData .tab-content {
  padding: 20px 0;
}
#info_content .articleData .tab-content #articleTab {
  text-align: justify;
}
#info_content .articleData .tab-content #articleTab .kw {
  margin-top: 8px;
}
#info_content .articleData .tab-content .keyword {
  padding: 0;
  list-style: none;
  display: inline;
}
#info_content .articleData .tab-content .keyword li {
  display: inline;
  padding: 0 2px;
}
#info_content .articleData .tab-content .keyword li::after {
  content: ";";
}
#info_content .articleData .tab-content .keyword li:last-child::after {
  content: "";
}
#info_content .articleData .tab-content #articleTab h3,
#info_content .articleData .tab-content #articleTab h4,
#info_content .articleData .tab-content #articleTab h5 {
  color: #5c3d3d;
  font-weight: bold;
  margin: 15px auto 2px;
}
#info_content .articleData .tab-content #downloadTab ul {
  list-style: none;
  font-size: 1.14em;
  line-height: 1.8;
}
#info_content .articleData .tab-content #citeTab h4 {
  color: #5c3d3d;
  font-weight: bold;
  margin: 15px auto 10px;
}
#info_content .articleData .tab-content #citeTab #citationOutput {
  margin-bottom: 15px;
}
#info_content .articleData .tab-content #statasticsTab .statastics {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  line-height: 1.5;
  font-size: 1.07em;
  color: #6a2f2f;
}
#info_content .articleData .tab-content #statasticsTab h4 {
  font-size: 1.21em;
  text-align: center;
  color: #6a2f2f;
}
#info_content .articleData .tab-content #shareTab ul {
  list-style: none;
  font-size: 1.14em;
  line-height: 1.8;
}
#info_content .articleInfo .actions {
  padding: 0;
  list-style: none;
}
#info_content .articleInfo .actions li {
  padding-right: 15px;
  display: inline;
}
#info_content .articleInfo .abstract {
  text-align: justify;
  padding: 10px;
  background-color: #fff0f0;
  display: none;
}
/****************************************/
/*               Site                   */
/****************************************/
#site {
  margin-bottom: 20px;
}
.journalBox {
  background: #fff;
  margin-bottom: 20px;
}
.journalBox .media-object {
  height: 250px;
}
.journalBox .media-left {
  padding: 0;
}
.media-body {
  position: relative;
}
.journalBox .media-body .media-heading {
  padding: 15px;
  font-size: 1.28em;
  font-weight: bold;
}
.journalBox .media-body .description {
  padding: 0 15px;
  text-align: justify;
}
.journalBox .media-body .links {
  padding: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #f5f4f4;
}
.journalBox .media-body .issn {
  font-weight: bold;
}
.journalBox .media-body .btn {
  background-color: #8a0000;
  border-color: #8a0000;
}
.journalBox .media-body .btn a {
  color: #fff;
}
#site .search {
  border-bottom: 2px solid #626366;
  margin: 30px 0;
}
#site .search_icon {
  color: #800000;
  margin: 0 0 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 2.28em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#site .search__input {
  border: 0;
  background: 0;
  color: #730d0d;
  line-height: 1.2;
  height: 40px;
  font-size: 2.28em;
  width: calc(100% - 100px);
  margin: 0 20px;
}
#site .sideBox {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
#site .sideBox.about h4 {
  font-weight: bold;
}
#site .sideBox.about .description {
  padding-top: 10px;
  text-align: justify;
}
#site .ads .adsframe {
  border: none;
  width: 100%;
  max-height: 500px;
  margin-top: 15px;
}

#info_content .authors a{
  display: inline !important;
}
#info_content .articleInfo h3{
  font-size: 1.2em;
  line-height: 1.4;
}


/************Accardion Menu *************/


/*
=====
LEVEL 1. CORE STYLES OF MODIFIERS
=====
*/

.accordion__control{
  position: absolute;
  opacity: 0;
}

.accordion__body{
  display: none;
}

.accordion__control:checked ~ .accordion__body{
  display: block;
}

.accordion__toggle{
  display: block;
  cursor: pointer;
}

.accordion__control:checked ~ .accordion__toggle:after{
  transform: rotate(180deg);
}

/*
=====
LEVEL 2. PRESENTATION STYLES
=====
*/


.accordion{
  --uiAccordionTabBgColor: var(--accordionTabBgColor);
  --uiAccordionTabTextColor: var(--accordionTabTextColor);
  --uiAccordionTabFontSize: var(--accordionTabFontSize);
  --uiAccordionTabFocusColor: var(--accordionTabFocusColor);
  --uiAccordionToggleSize: var(--accordionToggleSize);
  --uiAccordionToggleColor: var(--accordionToggleColor);
  --uiAccordionMarginGroup: var(--accordionMarginGroup);
  --uiAccordionContentBgColor: var(--accordionContentBgColor);
  --uiAccordionContentFontSize: var(--accordionContentFontSize);
}

.accordion__group.bordered{
  border: 1px solid  #a94c4c;
  background: #FFF;
}

.accordion__group{
  background:  #a94c4c;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.accordion__group label{
  margin-bottom: 0;
}


.accordion__group label a,
.accordion__group label a:focus{
  color: #FFF;
  padding: 8px
}

.accordion__group label a:hover{
  color: #FFF0F0;
}

.accordion__toggle{
  position: relative;
  padding: 1em calc(2em + var(--uiAccordionToggleSize) * 2) 0.5em 1em;
  
  background-color: var(--uiAccordionTabBgColor);
  font-size: small
}

body[dir="rtl"] .accordion__toggle{
  padding: 1em 1em 0.5em calc(2em + var(--uiAccordionToggleSize) * 2);
}

.accordion__toggle.has:after{

  font-family: FontAwesome;

  content: "\f107";
  
  font-size: 14px;
  
  position: absolute;
  right: 20px;
  top: 10px;
  color: #FFF;
  transition: transform .2s ease-out;
}

body[dir="rtl"] .accordion__toggle.has:after{
  right: auto;
  left: 20px;
}


.accordion__body{
  padding: 1.5em 2em;
  font-size: small;
  background-color: #fff0f0;
}

/*
=====
LEVEL 3. SETTINGS
=====
*/

.accordion{
  /* --accordionTabBgColor: hsl(0, 100%, 32%); */
  --accordionTabTextColor: #fff;
  --accordionTabFontSize: 2rem;
  --accordionTabFocusColor: #C5CAE9;
  --accordionToggleSize: .8rem;
  --accordionToggleColor: #FFF;
  --accordionContentBgColor: #FFF;
  --accordionContentFontSize: 1.7rem;
  --accordionMarginGroup: .8rem;
}

ul.tab11{
  list-style: none;
  padding: 0;
}
ul.tab11 li {
  padding-left: 1.3em;
}
ul.tab11 li:before {
  float:left;
  content: "\f15c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  height:30px;
}

.accordion a{
  display: block;
}

.accordion .searchBox {

  display: block;
  width: 100%;
  position: relative;

}

.accordion .searchBox input{
  border-radius: 0px;
  padding: 1em 1em 0.5em 1em;
  color: #a94c4c;
  width: 100%;
}

.accordion .searchBox button {
  top: 11px;
}

.accordion .searchBox button:hover {
  background: none;
}




.sidebar_block .list-group-item {
    padding: 8px 0px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    border-radius: 0 !important;
    background: none;
}

.sidebar_block .list-group-item:last-child {
    border-bottom: none;
}

.sidebar_block ul.list-group:last-child {
    margin:0 !important;
}
.ltr {text-align:left; direction:ltr;}
.rtl {text-align:right; direction:rtl;}
















/****************************************/
/*               rtl                   */
/****************************************/
body[dir="rtl"] {
  font-family: "rtl-font", tahoma, 'Open Sans', sans-serif;
  
  direction: rtl;
  /*Bootstrap*/
  /*Header*/
  /*footer*/
  /*home page*/
  /*side bar*/
  /*issue bar*/
  /*register Page*/
  /*article page*/
}
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] h5,
body[dir="rtl"] #generalPage #search legend,
body[dir="rtl"] #journal .issueInfo h4,
body[dir="rtl"] #info_content .articleInfo .authors .popover,
body[dir="rtl"] .issuebar h4,
body[dir="rtl"] #articleList .popover,
body[dir="rtl"] .ui-widget,
body[dir="rtl"] .ui-datepicker * {
  font-family: "rtl-font", tahoma, 'Open Sans', sans-serif;
}

body[dir="rtl"] #info_content .page-content.force-font *,
body[dir="rtl"] .force-font *,
body[dir="rtl"] .force-font {
  font-family: "rtl-font", tahoma, 'Open Sans', sans-serif;
}


body[dir="rtl"] .pull-left {
  float: right !important;
}
body[dir="rtl"] .pull-right {
  float: left !important;
}
body[dir="rtl"] .input-group-addon:first-child {
  border-color: #ccc;
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .navbar-right {
    float: left !important;
  }
}
body[dir="rtl"] .pretty input,
body[dir="rtl"] .pretty.p-icon .state .icon,
body[dir="rtl"] .pretty .state label::after,
body[dir="rtl"] .pretty .state label::before {
  left: auto;
  right: 0;
}
body[dir="rtl"] .data-table {
  direction: rtl;
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] div.dataTables_wrapper div.dataTables_filter,
  body[dir="rtl"] div.dataTables_wrapper div.dataTables_paginate {
    float: left;
  }
}
body[dir="rtl"] table.table-bordered.dataTable th:last-child,
body[dir="rtl"] table.table-bordered.dataTable th:last-child,
body[dir="rtl"] table.table-bordered.dataTable td:last-child,
body[dir="rtl"] table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
body[dir="rtl"] header .mainMenu .adv-search a {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
body[dir="rtl"] header .mainMenu #mainNavbar #main-navigation > li:first-child a {
  padding-left: 15px;
  padding-right: 0;
}
body[dir="rtl"] .searchBox button {
  right: auto;
  left: 10px;
}
body[dir="rtl"] #footer .widgetList .widgetBox {
  border-right: 2px solid #fff;
  border-left: none;
}
body[dir="rtl"] #footer .socialBread {
  right: auto;
  left: 0;
  text-align: left;
}
@media screen and (min-width: 993px) {
  body[dir="rtl"] #annuncments .annuncList [class^="col"],
  body[dir="rtl"] #partners .partnerList [class^="col"] {
    border-left: 1px solid silver;
    border-right: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body[dir="rtl"] #annuncments .annuncList [class^="col"]:nth-child(2n) {
    border-left: 1px solid silver;
    border-right: none;
  }
  body[dir="rtl"] #partners .partnerList [class^="col"]:nth-child(2n+1) {
    border-left: 1px solid silver;
    border-right: none;
  }
}
body[dir="rtl"] #partners .partnerList [class^="col"]:last-child,
body[dir="rtl"] #annuncments .annuncList [class^="col"]:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .br-left {
    border-right: 1px solid #8a0000;
    border-left: none;
  }
}
body[dir="rtl"] .sidebar .sidebar_block .title {
  text-align: right;
}
body[dir="rtl"] .sidebar .sidebar_block .title::after {
  right: auto;
  left: 20px;
}
@media screen and (min-width: 992px) {
  body[dir="rtl"] .br-right {
    border-left: 1px dotted #8a0000;
    border-right: none;
  }
}
body[dir="rtl"] #generalPage #register .tagit > li.tagit-choice {
  margin-right: 0;
  margin-left: 0.5em;
  padding-left: 0;
  padding-right: 0.5em;
}
body[dir="rtl"] #generalPage #register .select2-selection__arrow {
  left: 1px;
  right: auto;
}
body[dir="rtl"] #generalPage #register .select2-selection__rendered {
  direction: rtl;
  padding-left: 20px;
  padding-right: 8px;
}
body[dir="rtl"] .select2-results,
body[dir="rtl"] .select2-search__field {
  direction: rtl;
}
body[dir="rtl"] #info_content .articleInfo .authors .popover {
  margin-left: -80px;
}
body[dir="rtl"] #info_content .articleInfo .authors .popover.bottom > .arrow {
  margin-right: -91px;
}

body[dir="rtl"] .items .fa-angle-double-right::before{
  content: '\f100';
}

body[dir="rtl"] .items .fa-angle-right::before{
  content: '\f104';
}

@media screen and (min-width: 768px) {
  body[dir="rtl"] .guideBox{
    padding-left: 0;
    padding-right: 15px
  }
} 

body[dir="rtl"] .rtl-rotate{
  transform: rotate(180deg);
}


.nav-tabs>li>a {
  display: block !important;
}
#citetion_group{
  display: block !important;
}

/***********MASONERY****************/

.index .row {
  -moz-column-width: 25em;
  -webkit-column-width: 25em;
  -moz-column-gap: 1em;
  -webkit-column-gap:1em; 
   
 }
 
 .index .row > .col-md-4{
  display: inline-block;
  padding:  .33rem;
  width:  100%; 
  float:none;
 }
 
 .index .well {
  position:relative;
  display: block;
  background: none;
  border: none;
 }

 .g-recaptcha > div{
  margin: 0 auto !important;
}

.oneline label {
  display: inline-block;
  width: 140px !important;
  margin-bottom: 0;
  text-align: right;
  padding: 0 5px;
}

.oneline .form-control {
  display: inline-block;
  width: calc(97% - 140px)
}

body[dir="rtl"] .oneline label {
  text-align: left;
}

ul.authors a::after ,
ul.keyword a::after {
  content: ";";
}
ul.authors a:last-child::after,
ul.keyword a:last-child::after{
  content: "";
}

#articleList .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
}
#articleList .nav-tabs li {
  flex: 1;
  width: 0;
  text-align: center;
  vertical-align: middle;
  background: #420000;
  border: 1px solid #fff;
  display: flex;
}
#articleList .nav-tabs li:hover {
  background: #320000;
}
#articleList .nav-tabs li.active {
  background: #270000;
}
#articleList .nav-tabs li a {
  color: #fff;
  padding: 15px 10px;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  font-size: 14px;
}
#articleList .nav-tabs > li > a:hover, #articleList .nav-tabs > li > a {
  background: none !important;
  border: none !important;
  color: #fff !important;
}
#articleList .nav-tabs > li.active::after {
  content: '';
  position: absolute;
  left: calc(50% - 8px);
  bottom: 0;
  margin-bottom: -8px;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  background: #270000;
}

hr{
  border-color: #8d3f3f
}

.ai {
    font-family:  Academicons !important;
  }

  .justify_txt{
    text-align: justify;
  }

#register-form .form-control, 
#search-form .form-control{
  border-radius: 2px;
}

#register-form select.form-control, 
#search-form select.form-control{
  padding: 0 8px !important;
}

#register-form input[type=file]{
  padding: 0;
}

.pagination > .active > a{
  color: #fff !important;
}












/** 17. Social icons
*************************************************** **/

/* Font Icons */
@font-face {
  font-family: 'font-icons';
  src:url('../../../../base/front/assets/fonts/font-icons.eot');
  src:url('../../../../base/front/assets/fonts/font-icons.eot') format('embedded-opentype'),
    url('../../../../base/front/assets/fonts/font-icons.woff') format('woff'),
    url('../../../../base/front/assets/fonts/font-icons.ttf') format('truetype'),
    url('../../../../base/front/assets/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.side-header #primary-menu ul>li.sub-menu>a:after,[class*=" icon-"],[class^=icon-]{display:inline-block;font-family:font-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} .icon-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.icon-2x{font-size:2em}.icon-3x{font-size:3em}.icon-4x{font-size:4em}.icon-5x{font-size:5em}.icon-fw{width:1.2857142857142858em;text-align:center}.iconlist{padding-left:0;margin-left:1.75em;list-style-type:none}.iconlist li{position:relative}.iconlist ul{list-style-type:none;margin:5px 0 5px 25px}.iconlist>li [class*=" icon-"],.iconlist>li [class^=icon-]{position:absolute;left:-1.75em;text-align:center;top:1px;width:14px}.iconlist.iconlist-large{font-size:16px}.iconlist.iconlist-large li{margin:4px 0}.iconlist.iconlist-large>li [class*=" icon-"],.iconlist.iconlist-large>li [class^=icon-]{width:16px;margin-right:5px}.iconlist-color li i{color:#1ABC9C}.icon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.icon.pull-left{margin-right:.3em}.icon.pull-right{margin-left:.3em}.icon-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.icon-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.icon-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.icon-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.icon-stacked{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.icon-stacked-1x,.icon-stacked-2x{position:absolute;left:0;width:100%;text-align:center}.icon-stacked-1x{line-height:inherit}.icon-stacked-2x{font-size:2em}.icon-inverse{color:#fff}.icon-type:before{content:"\e600"}.icon-box:before{content:"\e601"}.icon-archive:before{content:"\e602"}.icon-envelope:before{content:"\e603"}.icon-email:before{content:"\e604"}.icon-files:before{content:"\e605"}.icon-printer2:before{content:"\e606"}.icon-folder-add:before{content:"\e607"}.icon-folder-settings:before{content:"\e608"}.icon-folder-check:before{content:"\e609"}.icon-wifi-low:before{content:"\e60a"}.icon-wifi-mid:before{content:"\e60b"}.icon-wifi-full:before{content:"\e60c"}.icon-connection-empty:before{content:"\e60d"}.icon-battery-full:before{content:"\e60e"}.icon-settings:before{content:"\e60f"}.icon-arrow-left:before{content:"\e610"}.icon-arrow-up:before{content:"\e611"}.icon-arrow-down:before{content:"\e612"}.icon-arrow-right:before{content:"\e613"}.icon-reload:before{content:"\e614"}.icon-download:before{content:"\e615"}.icon-tag:before{content:"\e616"}.icon-trashcan:before{content:"\e617"}.icon-search:before{content:"\e618"}.icon-zoom-in:before{content:"\e619"}.icon-zoom-out:before{content:"\e61a"}.icon-chat:before{content:"\e61b"}.icon-clock:before{content:"\e61c"}.icon-printer:before{content:"\e61d"}.icon-home:before{content:"\e61e"}.icon-flag:before{content:"\e61f"}.icon-meter:before{content:"\e620"}.icon-switch:before{content:"\e621"}.icon-forbidden:before{content:"\e622"}.icon-phone-landscape:before{content:"\e623"}.icon-tablet:before{content:"\e624"}.icon-tablet-landscape:before{content:"\e625"}.icon-laptop:before{content:"\e626"}.icon-camera:before{content:"\e627"}.icon-microwave-oven:before{content:"\e628"}.icon-credit-cards:before{content:"\e629"}.icon-map-marker:before{content:"\e62a"}.icon-map:before{content:"\e62b"}.icon-support:before{content:"\e62c"}.icon-newspaper2:before{content:"\e62d"}.icon-barbell:before{content:"\e62e"}.icon-stopwatch:before{content:"\e62f"}.icon-atom:before{content:"\e630"}.icon-image:before{content:"\e631"}.icon-cube:before{content:"\e632"}.icon-bars:before{content:"\e633"}.icon-chart:before{content:"\e634"}.icon-pencil:before{content:"\e635"}.icon-measure:before{content:"\e636"}.icon-eyedropper:before{content:"\e637"}.icon-file-settings:before{content:"\e638"}.icon-file-add:before{content:"\e639"}.icon-file:before{content:"\e63a"}.icon-align-left:before{content:"\e63b"}.icon-align-right:before{content:"\e63c"}.icon-align-center:before{content:"\e63d"}.icon-align-justify:before{content:"\e63e"}.icon-file-broken:before{content:"\e63f"}.icon-browser:before{content:"\e640"}.icon-windows:before{content:"\e641"}.icon-window:before{content:"\e642"}.icon-folder:before{content:"\e643"}.icon-connection-25:before{content:"\e644"}.icon-connection-50:before{content:"\e645"}.icon-connection-75:before{content:"\e646"}.icon-connection-full:before{content:"\e647"}.icon-list:before{content:"\e648"}.icon-grid:before{content:"\e649"}.icon-stack3:before{content:"\e64a"}.icon-battery-charging:before{content:"\e64b"}.icon-battery-empty:before{content:"\e64c"}.icon-battery-25:before{content:"\e64d"}.icon-battery-50:before{content:"\e64e"}.icon-battery-75:before{content:"\e64f"}.icon-refresh:before{content:"\e650"}.icon-volume:before{content:"\e651"}.icon-volume-increase:before{content:"\e652"}.icon-volume-decrease:before{content:"\e653"}.icon-mute:before{content:"\e654"}.icon-microphone:before{content:"\e655"}.icon-microphone-off:before{content:"\e656"}.icon-book:before{content:"\e657"}.icon-checkmark:before{content:"\e658"}.icon-checkbox-checked:before{content:"\e659"}.icon-checkbox:before{content:"\e65a"}.icon-paperclip:before{content:"\e65b"}.icon-chat-1:before{content:"\e65c"}.icon-chat-2:before{content:"\e65d"}.icon-chat-3:before{content:"\e65e"}.icon-comment:before{content:"\e65f"}.icon-calendar:before{content:"\e660"}.icon-bookmark:before{content:"\e661"}.icon-email2:before{content:"\e662"}.icon-heart:before{content:"\e663"}.icon-enter:before{content:"\e664"}.icon-cloud:before{content:"\e665"}.icon-book2:before{content:"\e666"}.icon-star:before{content:"\e667"}.icon-lock:before{content:"\e668"}.icon-unlocked:before{content:"\e669"}.icon-unlocked2:before{content:"\e66a"}.icon-users:before{content:"\e66b"}.icon-user:before{content:"\e66c"}.icon-users2:before{content:"\e66d"}.icon-user2:before{content:"\e66e"}.icon-bullhorn:before{content:"\e66f"}.icon-share:before{content:"\e670"}.icon-screen:before{content:"\e671"}.icon-phone:before{content:"\e672"}.icon-phone-portrait:before{content:"\e673"}.icon-calculator:before{content:"\e674"}.icon-bag:before{content:"\e675"}.icon-diamond:before{content:"\e676"}.icon-drink:before{content:"\e677"}.icon-shorts:before{content:"\e678"}.icon-vcard:before{content:"\e679"}.icon-sun:before{content:"\e67a"}.icon-bill:before{content:"\e67b"}.icon-coffee:before{content:"\e67c"}.icon-tv2:before{content:"\e67d"}.icon-newspaper:before{content:"\e67e"}.icon-stack:before{content:"\e67f"}.icon-syringe:before{content:"\e680"}.icon-health:before{content:"\e681"}.icon-bolt:before{content:"\e682"}.icon-pill:before{content:"\e683"}.icon-bones:before{content:"\e684"}.icon-lab:before{content:"\e685"}.icon-clipboard:before{content:"\e686"}.icon-mug:before{content:"\e687"}.icon-bucket:before{content:"\e688"}.icon-select:before{content:"\e689"}.icon-graph:before{content:"\e68a"}.icon-crop:before{content:"\e68b"}.icon-heart2:before{content:"\e68c"}.icon-cloud2:before{content:"\e68d"}.icon-star2:before{content:"\e68e"}.icon-pen:before{content:"\e68f"}.icon-diamond2:before{content:"\e690"}.icon-display:before{content:"\e691"}.icon-paperplane:before{content:"\e692"}.icon-params:before{content:"\e693"}.icon-banknote:before{content:"\e694"}.icon-vynil:before{content:"\e695"}.icon-truck:before{content:"\e696"}.icon-world:before{content:"\e697"}.icon-tv:before{content:"\e698"}.icon-sound:before{content:"\e699"}.icon-video:before{content:"\e69a"}.icon-trash:before{content:"\e69b"}.icon-user3:before{content:"\e69c"}.icon-key:before{content:"\e69d"}.icon-search2:before{content:"\e69e"}.icon-settings2:before{content:"\e69f"}.icon-camera2:before{content:"\e6a0"}.icon-tag2:before{content:"\e6a1"}.icon-lock2:before{content:"\e6a2"}.icon-bulb:before{content:"\e6a3"}.icon-location:before{content:"\e6a4"}.icon-eye:before{content:"\e6a5"}.icon-bubble:before{content:"\e6a6"}.icon-stack2:before{content:"\e6a7"}.icon-cup:before{content:"\e6a8"}.icon-phone2:before{content:"\e6a9"}.icon-news:before{content:"\e6aa"}.icon-mail:before{content:"\e6ab"}.icon-like:before{content:"\e6ac"}.icon-photo:before{content:"\e6ad"}.icon-note:before{content:"\e6ae"}.icon-clock2:before{content:"\e6af"}.icon-data:before{content:"\e6b0"}.icon-music:before{content:"\e6b1"}.icon-megaphone:before{content:"\e6b2"}.icon-study:before{content:"\e6b3"}.icon-lab2:before{content:"\e6b4"}.icon-food:before{content:"\e6b5"}.icon-t-shirt:before{content:"\e6b6"}.icon-fire:before{content:"\e6b7"}.icon-clip:before{content:"\e6b8"}.icon-shop:before{content:"\e6b9"}.icon-calendar2:before{content:"\e6ba"}.icon-wallet:before{content:"\e6bb"}.icon-duckduckgo:before{content:"\e830"}.icon-lkdto:before{content:"\e896"}.icon-delicious:before{content:"\e832"}.icon-paypal:before{content:"\e833"}.icon-flattr:before{content:"\e834"}.icon-android:before{content:"\e835"}.icon-eventful:before{content:"\e836"}.icon-smashmag:before{content:"\e837"}.icon-gplus:before{content:"\e838"}.icon-wikipedia:before{content:"\e839"}.icon-lanyrd:before{content:"\e83a"}.icon-calendar-1:before{content:"\e83b"}.icon-stumbleupon:before{content:"\e83c"}.icon-bitcoin:before{content:"\e83f"}.icon-w3c:before{content:"\e840"}.icon-foursquare:before{content:"\e841"}.icon-html5:before{content:"\e842"}.icon-ie:before{content:"\e843"}.icon-call:before{content:"\e844"}.icon-grooveshark:before{content:"\e845"}.icon-ninetyninedesigns:before{content:"\e846"}.icon-forrst:before{content:"\e847"}.icon-digg:before{content:"\e848"}.icon-spotify:before{content:"\e849"}.icon-reddit:before{content:"\e84a"}.icon-guest:before{content:"\e84b"}.icon-blogger:before{content:"\e84e"}.icon-cc:before{content:"\e84f"}.icon-dribbble:before{content:"\e850"}.icon-evernote:before{content:"\e851"}.icon-flickr:before{content:"\e852"}.icon-google:before{content:"\e853"}.icon-viadeo:before{content:"\e854"}.icon-instapaper:before{content:"\e855"}.icon-weibo:before{content:"\e856"}.icon-klout:before{content:"\e857"}.icon-linkedin:before{content:"\e858"}.icon-meetup:before{content:"\e859"}.icon-vk:before{content:"\e85a"}.icon-rss:before{content:"\e85d"}.icon-skype:before{content:"\e85e"}.icon-twitter:before{content:"\e85f"}.icon-youtube:before{content:"\e860"}.icon-vimeo:before{content:"\e861"}.icon-windows2:before{content:"\e862"}.icon-aim:before{content:"\e831"}.icon-yahoo:before{content:"\e864"}.icon-chrome:before{content:"\e865"}.icon-email3:before{content:"\e866"}.icon-macstore:before{content:"\e867"}.icon-myspace:before{content:"\e868"}.icon-podcast:before{content:"\e869"}.icon-cloudapp:before{content:"\e86c"}.icon-dropbox:before{content:"\e86d"}.icon-ebay:before{content:"\e86e"}.icon-facebook:before{content:"\e86f"}.icon-github:before{content:"\e870"}.icon-github-circled:before{content:"\e871"}.icon-googleplay:before{content:"\e872"}.icon-itunes:before{content:"\e873"}.icon-plurk:before{content:"\e874"}.icon-songkick:before{content:"\e875"}.icon-lastfm:before{content:"\e876"}.icon-gmail:before{content:"\e877"}.icon-pinboard:before{content:"\e878"}.icon-soundcloud:before{content:"\e87b"}.icon-tumblr:before{content:"\e87c"}.icon-eventasaurus:before{content:"\e87d"}.icon-wordpress:before{content:"\e87e"}.icon-yelp:before{content:"\e87f"}.icon-intensedebate:before{content:"\e880"}.icon-eventbrite:before{content:"\e881"}.icon-scribd:before{content:"\e882"}.icon-posterous:before{content:"\e883"}.icon-stripe:before{content:"\e884"}.icon-opentable:before{content:"\e885"}.icon-cart:before{content:"\e886"}.icon-print:before{content:"\e887"}.icon-dwolla:before{content:"\e88a"}.icon-appnet:before{content:"\e88b"}.icon-statusnet:before{content:"\e88c"}.icon-acrobat:before{content:"\e88d"}.icon-drupal:before{content:"\e88e"}.icon-buffer:before{content:"\e88f"}.icon-pocket:before{content:"\e890"}.icon-bitbucket:before{content:"\e891"}.icon-lego:before{content:"\e892"}.icon-login:before{content:"\e893"}.icon-stackoverflow:before{content:"\e894"}.icon-hackernews:before{content:"\e895"}.icon-xing:before{content:"\e863"}.icon-instagram:before{content:"\e889"}.icon-angellist:before{content:"\e888"}.icon-quora:before{content:"\e87a"}.icon-openid:before{content:"\e879"}.icon-steam:before{content:"\e86b"}.icon-amazon:before{content:"\e86a"}.icon-disqus:before{content:"\e85c"}.icon-plancast:before{content:"\e85b"}.icon-appstore:before{content:"\e84d"}.icon-gowalla:before{content:"\e84c"}.icon-pinterest:before{content:"\e83e"}.icon-fivehundredpx:before{content:"\e83d"}.icon-glass:before{content:"\e6bc"}.icon-music2:before{content:"\e6bd"}.icon-search3:before{content:"\e6be"}.icon-envelope2:before{content:"\e6bf"}.icon-heart3:before{content:"\e6c0"}.icon-star3:before{content:"\e6c1"}.icon-star-empty:before{content:"\e6c2"}.icon-user4:before{content:"\e6c3"}.icon-film:before{content:"\e6c4"}.icon-th-large:before{content:"\e6c5"}.icon-th:before{content:"\e6c6"}.icon-th-list:before{content:"\e6c7"}.icon-ok:before{content:"\e6c8"}.icon-remove:before{content:"\e6c9"}.icon-zoom-in2:before{content:"\e6ca"}.icon-zoom-out2:before{content:"\e6cb"}.icon-off:before{content:"\e6cc"}.icon-signal:before{content:"\e6cd"}.icon-cog:before{content:"\e6ce"}.icon-trash2:before{content:"\e6cf"}.icon-home2:before{content:"\e6d0"}.icon-file2:before{content:"\e6d1"}.icon-time:before{content:"\e6d2"}.icon-road:before{content:"\e6d3"}.icon-download-alt:before{content:"\e6d4"}.icon-download2:before{content:"\e6d5"}.icon-upload:before{content:"\e6d6"}.icon-inbox:before{content:"\e6d7"}.icon-play-circle:before{content:"\e6d8"}.icon-repeat:before{content:"\e6d9"}.icon-refresh2:before{content:"\e6da"}.icon-list-alt:before{content:"\e6db"}.icon-lock3:before{content:"\e6dc"}.icon-flag2:before{content:"\e6dd"}.icon-headphones:before{content:"\e6de"}.icon-volume-off:before{content:"\e6df"}.icon-volume-down:before{content:"\e6e0"}.icon-volume-up:before{content:"\e6e1"}.icon-qrcode:before{content:"\e6e2"}.icon-barcode:before{content:"\e6e3"}.icon-tag3:before{content:"\e6e4"}.icon-tags:before{content:"\e6e5"}.icon-book3:before{content:"\e6e6"}.icon-bookmark2:before{content:"\e6e7"}.icon-print2:before{content:"\e6e8"}.icon-camera3:before{content:"\e6e9"}.icon-font:before{content:"\e6ea"}.icon-bold:before{content:"\e6eb"}.icon-italic:before{content:"\e6ec"}.icon-text-height:before{content:"\e6ed"}.icon-text-width:before{content:"\e6ee"}.icon-align-left2:before{content:"\e6ef"}.icon-align-center2:before{content:"\e6f0"}.icon-align-right2:before{content:"\e6f1"}.icon-align-justify2:before{content:"\e6f2"}.icon-list2:before{content:"\e6f3"}.icon-indent-left:before{content:"\e6f4"}.icon-indent-right:before{content:"\e6f5"}.icon-facetime-video:before{content:"\e6f6"}.icon-picture:before{content:"\e6f7"}.icon-pencil2:before{content:"\e6f8"}.icon-map-marker2:before{content:"\e6f9"}.icon-adjust:before{content:"\e6fa"}.icon-tint:before{content:"\e6fb"}.icon-edit:before{content:"\e6fc"}.icon-share2:before{content:"\e6fd"}.icon-check:before{content:"\e6fe"}.icon-move:before{content:"\e6ff"}.icon-step-backward:before{content:"\e700"}.icon-fast-backward:before{content:"\e701"}.icon-backward:before{content:"\e702"}.icon-play:before{content:"\e703"}.icon-pause:before{content:"\e704"}.icon-stop:before{content:"\e705"}.icon-forward:before{content:"\e706"}.icon-fast-forward:before{content:"\e707"}.icon-step-forward:before{content:"\e708"}.icon-eject:before{content:"\e709"}.icon-chevron-left:before{content:"\e70a"}.icon-chevron-right:before{content:"\e70b"}.icon-plus-sign:before{content:"\e70c"}.icon-minus-sign:before{content:"\e70d"}.icon-remove-sign:before{content:"\e70e"}.icon-ok-sign:before{content:"\e70f"}.icon-question-sign:before{content:"\e710"}.icon-info-sign:before{content:"\e711"}.icon-screenshot:before{content:"\e712"}.icon-remove-circle:before{content:"\e713"}.icon-ok-circle:before{content:"\e714"}.icon-ban-circle:before{content:"\e715"}.icon-arrow-left2:before{content:"\e716"}.icon-arrow-right2:before{content:"\e717"}.icon-arrow-up2:before{content:"\e718"}.icon-arrow-down2:before{content:"\e719"}.icon-share-alt:before{content:"\e71a"}.icon-resize-full:before{content:"\e71b"}.icon-resize-small:before{content:"\e71c"}.icon-plus:before{content:"\e71d"}.icon-minus:before{content:"\e71e"}.icon-asterisk:before{content:"\e71f"}.icon-exclamation-sign:before{content:"\e720"}.icon-gift:before{content:"\e721"}.icon-leaf:before{content:"\e722"}.icon-fire2:before{content:"\e723"}.icon-eye-open:before{content:"\e724"}.icon-eye-close:before{content:"\e725"}.icon-warning-sign:before{content:"\e726"}.icon-plane:before{content:"\e727"}.icon-calendar3:before{content:"\e728"}.icon-random:before{content:"\e729"}.icon-comment2:before{content:"\e72a"}.icon-magnet:before{content:"\e72b"}.icon-chevron-up:before{content:"\e72c"}.icon-chevron-down:before{content:"\e72d"}.icon-retweet:before{content:"\e72e"}.icon-shopping-cart:before{content:"\e72f"}.icon-folder-close:before{content:"\e730"}.icon-folder-open:before{content:"\e731"}.icon-resize-vertical:before{content:"\e732"}.icon-resize-horizontal:before{content:"\e733"}.icon-bar-chart:before{content:"\e734"}.icon-twitter-sign:before{content:"\e735"}.icon-facebook-sign:before{content:"\e736"}.icon-camera-retro:before{content:"\e737"}.icon-key2:before{content:"\e738"}.icon-cogs:before{content:"\e739"}.icon-comments:before{content:"\e73a"}.icon-thumbs-up:before{content:"\e73b"}.icon-thumbs-down:before{content:"\e73c"}.icon-star-half:before{content:"\e73d"}.icon-heart-empty:before{content:"\e73e"}.icon-signout:before{content:"\e73f"}.icon-linkedin-sign:before{content:"\e740"}.icon-pushpin:before{content:"\e741"}.icon-external-link:before{content:"\e742"}.icon-signin:before{content:"\e743"}.icon-trophy:before{content:"\e744"}.icon-github-sign:before{content:"\e745"}.icon-upload-alt:before{content:"\e746"}.icon-lemon:before{content:"\e747"}.icon-phone3:before{content:"\e748"}.icon-check-empty:before{content:"\e749"}.icon-bookmark-empty:before{content:"\e74a"}.icon-phone-sign:before{content:"\e74b"}.icon-twitter2:before{content:"\e74c"}.icon-facebook2:before{content:"\e74d"}.icon-github2:before{content:"\e74e"}.icon-unlock:before{content:"\e74f"}.icon-credit:before{content:"\e750"}.icon-rss2:before{content:"\e751"}.icon-hdd:before{content:"\e752"}.icon-bullhorn2:before{content:"\e753"}.icon-bell:before{content:"\e754"}.icon-certificate:before{content:"\e755"}.icon-hand-right:before{content:"\e756"}.icon-hand-left:before{content:"\e757"}.icon-hand-up:before{content:"\e758"}.icon-hand-down:before{content:"\e759"}.icon-circle-arrow-left:before{content:"\e75a"}.icon-circle-arrow-right:before{content:"\e75b"}.icon-circle-arrow-up:before{content:"\e75c"}.icon-circle-arrow-down:before{content:"\e75d"}.icon-globe:before{content:"\e75e"}.icon-wrench:before{content:"\e75f"}.icon-tasks:before{content:"\e760"}.icon-filter:before{content:"\e761"}.icon-briefcase:before{content:"\e762"}.icon-fullscreen:before{content:"\e763"}.icon-group:before{content:"\e764"}.icon-link:before{content:"\e765"}.icon-cloud3:before{content:"\e766"}.icon-beaker:before{content:"\e767"}.icon-cut:before{content:"\e768"}.icon-copy:before{content:"\e769"}.icon-paper-clip:before{content:"\e76a"}.icon-save:before{content:"\e76b"}.icon-sign-blank:before{content:"\e76c"}.icon-reorder:before{content:"\e76d"}.icon-list-ul:before{content:"\e76e"}.icon-list-ol:before{content:"\e76f"}.icon-strikethrough:before{content:"\e770"}.icon-underline:before{content:"\e771"}.icon-table:before{content:"\e772"}.icon-magic:before{content:"\e773"}.icon-truck2:before{content:"\e774"}.icon-pinterest2:before{content:"\e775"}.icon-pinterest-sign:before{content:"\e776"}.icon-google-plus-sign:before{content:"\e777"}.icon-google-plus:before{content:"\e778"}.icon-money:before{content:"\e779"}.icon-caret-down:before{content:"\e77a"}.icon-caret-up:before{content:"\e77b"}.icon-caret-left:before{content:"\e77c"}.icon-caret-right:before{content:"\e77d"}.icon-columns:before{content:"\e77e"}.icon-sort:before{content:"\e77f"}.icon-sort-down:before{content:"\e780"}.icon-sort-up:before{content:"\e781"}.icon-envelope-alt:before{content:"\e782"}.icon-linkedin2:before{content:"\e783"}.icon-undo:before{content:"\e784"}.icon-legal:before{content:"\e785"}.icon-dashboard:before{content:"\e786"}.icon-comment-alt:before{content:"\e787"}.icon-comments-alt:before{content:"\e788"}.icon-bolt2:before{content:"\e789"}.icon-sitemap:before{content:"\e78a"}.icon-umbrella:before{content:"\e78b"}.icon-paste:before{content:"\e78c"}.icon-lightbulb:before{content:"\e78d"}.icon-exchange:before{content:"\e78e"}.icon-cloud-download:before{content:"\e78f"}.icon-cloud-upload:before{content:"\e790"}.icon-user-md:before{content:"\e791"}.icon-stethoscope:before{content:"\e792"}.icon-suitcase:before{content:"\e793"}.icon-bell-alt:before{content:"\e794"}.icon-coffee2:before{content:"\e795"}.icon-food2:before{content:"\e796"}.icon-file-alt:before{content:"\e797"}.icon-building:before{content:"\e798"}.icon-hospital:before{content:"\e799"}.icon-ambulance:before{content:"\e79a"}.icon-medkit:before{content:"\e79b"}.icon-fighter-jet:before{content:"\e79c"}.icon-beer:before{content:"\e79d"}.icon-h-sign:before{content:"\e79e"}.icon-plus-sign2:before{content:"\e79f"}.icon-double-angle-left:before{content:"\e7a0"}.icon-double-angle-right:before{content:"\e7a1"}.icon-double-angle-up:before{content:"\e7a2"}.icon-double-angle-down:before{content:"\e7a3"}.icon-angle-left:before{content:"\e7a4"}.icon-angle-right:before{content:"\e7a5"}.icon-angle-up:before{content:"\e7a6"}.icon-angle-down:before{content:"\e7a7"}.icon-desktop:before{content:"\e7a8"}.icon-laptop2:before{content:"\e7a9"}.icon-tablet2:before{content:"\e7aa"}.icon-mobile:before{content:"\e7ab"}.icon-circle-blank:before{content:"\e7ac"}.icon-quote-left:before{content:"\e7ad"}.icon-quote-right:before{content:"\e7ae"}.icon-spinner:before{content:"\e7af"}.icon-circle:before{content:"\e7b0"}.icon-reply:before{content:"\e7b1"}.icon-github-alt:before{content:"\e7b2"}.icon-folder-close-alt:before{content:"\e7b3"}.icon-folder-open-alt:before{content:"\e7b4"}.icon-expand-alt:before{content:"\e7b5"}.icon-collapse-alt:before{content:"\e7b6"}.icon-smile:before{content:"\e7b7"}.icon-frown:before{content:"\e7b8"}.icon-meh:before{content:"\e7b9"}.icon-gamepad:before{content:"\e7ba"}.icon-keyboard:before{content:"\e7bb"}.icon-flag-alt:before{content:"\e7bc"}.icon-flag-checkered:before{content:"\e7bd"}.icon-terminal:before{content:"\e7be"}.icon-code:before{content:"\e7bf"}.icon-reply-all:before{content:"\e7c0"}.icon-star-half-full:before{content:"\e7c1"}.icon-location-arrow:before{content:"\e7c2"}.icon-crop2:before{content:"\e7c3"}.icon-code-fork:before{content:"\e7c4"}.icon-unlink:before{content:"\e7c5"}.icon-question:before{content:"\e7c6"}.icon-info:before{content:"\e7c7"}.icon-exclamation:before{content:"\e7c8"}.icon-superscript:before{content:"\e7c9"}.icon-subscript:before{content:"\e7ca"}.icon-eraser:before{content:"\e7cb"}.icon-puzzle:before{content:"\e7cc"}.icon-microphone2:before{content:"\e7cd"}.icon-microphone-off2:before{content:"\e7ce"}.icon-shield:before{content:"\e7cf"}.icon-calendar-empty:before{content:"\e7d0"}.icon-fire-extinguisher:before{content:"\e7d1"}.icon-rocket:before{content:"\e7d2"}.icon-maxcdn:before{content:"\e7d3"}.icon-chevron-sign-left:before{content:"\e7d4"}.icon-chevron-sign-right:before{content:"\e7d5"}.icon-chevron-sign-up:before{content:"\e7d6"}.icon-chevron-sign-down:before{content:"\e7d7"}.icon-html52:before{content:"\e7d8"}.icon-css3:before{content:"\e7d9"}.icon-anchor:before{content:"\e7da"}.icon-unlock-alt:before{content:"\e7db"}.icon-bullseye:before{content:"\e7dc"}.icon-ellipsis-horizontal:before{content:"\e7dd"}.icon-ellipsis-vertical:before{content:"\e7de"}.icon-rss-sign:before{content:"\e7df"}.icon-play-sign:before{content:"\e7e0"}.icon-ticket:before{content:"\e7e1"}.icon-minus-sign-alt:before{content:"\e7e2"}.icon-check-minus:before{content:"\e7e3"}.icon-level-up:before{content:"\e7e4"}.icon-level-down:before{content:"\e7e5"}.icon-check-sign:before{content:"\e7e6"}.icon-edit-sign:before{content:"\e7e7"}.icon-external-link-sign:before{content:"\e7e8"}.icon-share-sign:before{content:"\e7e9"}.icon-compass:before{content:"\e7ea"}.icon-collapse:before{content:"\e7eb"}.icon-collapse-top:before{content:"\e7ec"}.icon-expand:before{content:"\e7ed"}.icon-euro:before{content:"\e7ee"}.icon-gbp:before{content:"\e7ef"}.icon-dollar:before{content:"\e7f0"}.icon-rupee:before{content:"\e7f1"}.icon-yen:before{content:"\e7f2"}.icon-renminbi:before{content:"\e7f3"}.icon-won:before{content:"\e7f4"}.icon-bitcoin2:before{content:"\e7f5"}.icon-file3:before{content:"\e7f6"}.icon-file-text:before{content:"\e7f7"}.icon-sort-by-alphabet:before{content:"\e7f8"}.icon-sort-by-alphabet-alt:before{content:"\e7f9"}.icon-sort-by-attributes:before{content:"\e7fa"}.icon-sort-by-attributes-alt:before{content:"\e7fb"}.icon-sort-by-order:before{content:"\e7fc"}.icon-sort-by-order-alt:before{content:"\e7fd"}.icon-thumbs-up2:before{content:"\e7fe"}.icon-thumbs-down2:before{content:"\e7ff"}.icon-youtube-sign:before{content:"\e800"}.icon-youtube2:before{content:"\e801"}.icon-xing2:before{content:"\e802"}.icon-xing-sign:before{content:"\e803"}.icon-youtube-play:before{content:"\e804"}.icon-dropbox2:before{content:"\e805"}.icon-stackexchange:before{content:"\e806"}.icon-instagram2:before{content:"\e807"}.icon-flickr2:before{content:"\e808"}.icon-adn:before{content:"\e809"}.icon-bitbucket2:before{content:"\e80a"}.icon-bitbucket-sign:before{content:"\e80b"}.icon-tumblr2:before{content:"\e80c"}.icon-tumblr-sign:before{content:"\e80d"}.icon-long-arrow-down:before{content:"\e80e"}.icon-long-arrow-up:before{content:"\e80f"}.icon-long-arrow-left:before{content:"\e810"}.icon-long-arrow-right:before{content:"\e811"}.icon-apple:before{content:"\e812"}.icon-windows3:before{content:"\e813"}.icon-android2:before{content:"\e814"}.icon-linux:before{content:"\e815"}.icon-dribbble2:before{content:"\e816"}.icon-skype2:before{content:"\e817"}.icon-foursquare2:before{content:"\e818"}.icon-trello:before{content:"\e819"}.icon-female:before{content:"\e81a"}.icon-male:before{content:"\e81b"}.icon-gittip:before{content:"\e81c"}.icon-sun2:before{content:"\e81d"}.icon-moon:before{content:"\e81e"}.icon-archive2:before{content:"\e81f"}.icon-bug:before{content:"\e820"}.icon-renren:before{content:"\e821"}.icon-weibo2:before{content:"\e822"}.icon-vk2:before{content:"\e823"}.icon-line-eye:before{content:"\e000"}.icon-line-paper-clip:before{content:"\e001"}.icon-line-mail:before{content:"\e002"}.icon-line-toggle:before{content:"\e003"}.icon-line-layout:before{content:"\e004"}.icon-line-link:before{content:"\e005"}.icon-line-bell:before{content:"\e006"}.icon-line-lock:before{content:"\e007"}.icon-line-unlock:before{content:"\e008"}.icon-line-ribbon:before{content:"\e009"}.icon-line-image:before{content:"\e010"}.icon-line-signal:before{content:"\e011"}.icon-line-target:before{content:"\e012"}.icon-line-clipboard:before{content:"\e013"}.icon-line-clock:before{content:"\e014"}.icon-line-watch:before{content:"\e015"}.icon-line-air-play:before{content:"\e016"}.icon-line-camera:before{content:"\e017"}.icon-line-video:before{content:"\e018"}.icon-line-disc:before{content:"\e019"}.icon-line-printer:before{content:"\e020"}.icon-line-monitor:before{content:"\e021"}.icon-line-server:before{content:"\e022"}.icon-line-cog:before{content:"\e023"}.icon-line-heart:before{content:"\e024"}.icon-line-paragraph:before{content:"\e025"}.icon-line-align-justify:before{content:"\e026"}.icon-line-align-left:before{content:"\e027"}.icon-line-align-center:before{content:"\e028"}.icon-line-align-right:before{content:"\e029"}.icon-line-book:before{content:"\e030"}.icon-line-layers:before{content:"\e031"}.icon-line-stack:before{content:"\e032"}.icon-line-stack-2:before{content:"\e033"}.icon-line-paper:before{content:"\e034"}.icon-line-paper-stack:before{content:"\e035"}.icon-line-search:before{content:"\e036"}.icon-line-zoom-in:before{content:"\e037"}.icon-line-zoom-out:before{content:"\e038"}.icon-line-reply:before{content:"\e039"}.icon-line-circle-plus:before{content:"\e040"}.icon-line-circle-minus:before{content:"\e041"}.icon-line-circle-check:before{content:"\e042"}.icon-line-circle-cross:before{content:"\e043"}.icon-line-square-plus:before{content:"\e044"}.icon-line-square-minus:before{content:"\e045"}.icon-line-square-check:before{content:"\e046"}.icon-line-square-cross:before{content:"\e047"}.icon-line-microphone:before{content:"\e048"}.icon-line-record:before{content:"\e049"}.icon-line-skip-back:before{content:"\e050"}.icon-line-rewind:before{content:"\e051"}.icon-line-play:before{content:"\e052"}.icon-line-pause:before{content:"\e053"}.icon-line-stop:before{content:"\e054"}.icon-line-fast-forward:before{content:"\e055"}.icon-line-skip-forward:before{content:"\e056"}.icon-line-shuffle:before{content:"\e057"}.icon-line-repeat:before{content:"\e058"}.icon-line-folder:before{content:"\e059"}.icon-line-umbrella:before{content:"\e060"}.icon-line-moon:before{content:"\e061"}.icon-line-thermometer:before{content:"\e062"}.icon-line-drop:before{content:"\e063"}.icon-line-sun:before{content:"\e064"}.icon-line-cloud:before{content:"\e065"}.icon-line-cloud-upload:before{content:"\e066"}.icon-line-cloud-download:before{content:"\e067"}.icon-line-upload:before{content:"\e068"}.icon-line-download:before{content:"\e069"}.icon-line-location:before{content:"\e070"}.icon-line-location-2:before{content:"\e071"}.icon-line-map:before{content:"\e072"}.icon-line-battery:before{content:"\e073"}.icon-line-head:before{content:"\e074"}.icon-line-briefcase:before{content:"\e075"}.icon-line-speech-bubble:before{content:"\e076"}.icon-line-anchor:before{content:"\e077"}.icon-line-globe:before{content:"\e078"}.icon-line-box:before{content:"\e079"}.icon-line-reload:before{content:"\e080"}.icon-line-share:before{content:"\e081"}.icon-line-marquee:before{content:"\e082"}.icon-line-marquee-plus:before{content:"\e083"}.icon-line-marquee-minus:before{content:"\e084"}.icon-line-tag:before{content:"\e085"}.icon-line-power:before{content:"\e086"}.icon-line-command:before{content:"\e087"}.icon-line-alt:before{content:"\e088"}.icon-line-esc:before{content:"\e089"}.icon-line-bar-graph:before{content:"\e090"}.icon-line-bar-graph-2:before{content:"\e091"}.icon-line-pie-graph:before{content:"\e092"}.icon-line-star:before{content:"\e093"}.icon-line-arrow-left:before{content:"\e094"}.icon-line-arrow-right:before{content:"\e095"}.icon-line-arrow-up:before{content:"\e096"}.icon-line-arrow-down:before{content:"\e097"}.icon-line-volume:before{content:"\e098"}.icon-line-mute:before{content:"\e099"}.icon-line-content-right:before{content:"\e100"}.icon-line-content-left:before{content:"\e101"}.icon-line-grid:before{content:"\e102"}.icon-line-grid-2:before{content:"\e103"}.icon-line-columns:before{content:"\e104"}.icon-line-loader:before{content:"\e105"}.icon-line-bag:before{content:"\e106"}.icon-line-ban:before{content:"\e107"}.icon-line-flag:before{content:"\e108"}.icon-line-trash:before{content:"\e109"}.icon-line-expand:before{content:"\e110"}.icon-line-contract:before{content:"\e111"}.icon-line-maximize:before{content:"\e112"}.icon-line-minimize:before{content:"\e113"}.icon-line-plus:before{content:"\e114"}.icon-line-minus:before{content:"\e115"}.icon-line-check:before{content:"\e116"}.icon-line-cross:before{content:"\e117"}.icon-line-move:before{content:"\e118"}.icon-line-delete:before{content:"\e119"}.icon-line-menu:before{content:"\e120"}.icon-line-archive:before{content:"\e121"}.icon-line-inbox:before{content:"\e122"}.icon-line-outbox:before{content:"\e123"}.icon-line-file:before{content:"\e124"}.icon-line-file-add:before{content:"\e125"}.icon-line-file-subtract:before{content:"\e126"}.icon-line-help:before{content:"\e127"}.icon-line-open:before{content:"\e128"}.icon-line-ellipsis:before{content:"\e129"}


.social-icon {
  margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border-color: transparent;
    overflow: hidden;
  display:inline-block;
  text-decoration:none !important;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  letter-spacing: 0em !important;
  color: #eaeaea !important;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
}
  .social-icon:hover>i {
    color:#fff;
  }
.social-icon i {
  display: block;
  position: relative;
    width: 40px;
    height: 40px;
  margin-top:6px;
  font-size: 28px;
}

.social-icon:hover i:first-child {
  margin-top: -38px;
}
.social-icon:hover i:last-child {
  margin-top:4px;
}

body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

body:not(.device-touch) .social-icon i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* medium */
a.social-icon>i[class*=" icon-"],
a.social-icon>i[class^=icon-] {
  font-size:20px;
}

/* small */
a.social-icon.social-icon-sm,
a.social-icon.social-icon-sm>i {
  width:30px;
  height:30px;
  margin-top:3px;
  font-size: 17px;
  line-height:23px;
}
a.social-icon.social-icon-sm>i:last-child {
  padding-top:7px;
}
a.social-icon.social-icon-sm>i[class*=" icon-"],
a.social-icon.social-icon-sm>i[class^=icon-] {
  font-size:17px;
}

.social-facebook:hover { background-color: #3B5998 !important; }
.social-facebook { background-color: #3B5998; }
.social-delicious:hover { background-color: #205CC0 !important; }
.social-delicious { background-color: #205CC0; }
.social-paypal:hover { background-color: #00588B !important; }
.social-paypal { background-color: #00588B; }
.social-flattr:hover{ background-color: #F67C1A !important; }
.social-flattr { background-color: #F67C1A; }
.social-android:hover{ background-color: #A4C639 !important; }
.social-android { background-color: #A4C639; }
.social-smashmag:hover { background-color: #E53B2C !important; }
.social-smashmag { background-color: #E53B2C; }
.social-gplus:hover { background-color: #DD4B39 !important; }
.social-gplus { background-color: #DD4B39; }
.social-wikipedia:hover { background-color: #333 !important; }
.social-wikipedia { background-color: #333; }
.social-stumbleupon:hover { background-color: #F74425 !important; }
.social-stumbleupon { background-color: #F74425; }
.social-foursquare:hover { background-color: #25A0CA !important; }
.social-foursquare { background-color: #25A0CA; }
.social-call:hover { background-color: #444 !important; }
.social-call { background-color: #444; }
.social-ninetyninedesigns:hover { background-color: #F26739 !important; }
.social-ninetyninedesigns { background-color: #F26739; }
.social-forrst:hover { background-color: #5B9A68 !important; }
.social-forrst { background-color: #5B9A68; }
.social-digg:hover { background-color: #191919 !important; }
.social-digg { background-color: #191919; }
.social-spotify:hover{ background-color: #81B71A !important; }
.social-spotify { background-color: #81B71A; }
.social-reddit:hover { background-color: #C6C6C6 !important; }
.social-reddit { background-color: #C6C6C6; }
.social-blogger:hover { background-color: #FC4F08 !important; }
.social-blogger { background-color: #FC4F08; }
.social-cc:hover { background-color: #688527 !important; }
.social-cc { background-color: #688527; }
.social-dribbble:hover { background-color: #EA4C89 !important; }
.social-dribbble { background-color: #EA4C89; }
.social-evernote:hover { background-color: #5BA525 !important; }
.social-evernote { background-color: #5BA525; }
.social-flickr:hover { background-color: #FF0084 !important; }
.social-flickr { background-color: #FF0084; }
.social-google:hover { background-color: #DD4B39 !important; }
.social-google { background-color: #DD4B39; }
.social-instapaper:hover { background-color: #333 !important; }
.social-instapaper { background-color: #333; }
.social-klout:hover { background-color: #FF5F52 !important; }
.social-klout { background-color: #FF5F52; }
.social-linkedin:hover { background-color: #0E76A8 !important; }
.social-linkedin { background-color: #0E76A8; }
.social-vk:hover { background-color: #2B587A !important; }
.social-vk { background-color: #2B587A; }
.social-rss:hover { background-color: #EE802F !important; }
.social-rss { background-color: #EE802F; }
.social-skype:hover { background-color: #00AFF0 !important; }
.social-skype { background-color: #00AFF0; }
.social-twitter:hover { background-color: #00ACEE !important; }
.social-twitter { background-color: #00ACEE; }
.social-youtube:hover { background-color: #C4302B !important; }
.social-youtube { background-color: #C4302B; }
.social-vimeo:hover { background-color: #86C9EF !important; }
.social-vimeo { background-color: #86C9EF; }
.social-aim:hover { background-color: #FCD20B !important; }
.social-aim { background-color: #FCD20B; }
.social-yahoo:hover { background-color: #720E9E !important; }
.social-yahoo { background-color: #720E9E; }
.social-email3:hover { background-color: #6567A5 !important; }
.social-email3 { background-color: #6567A5; }
.social-macstore:hover { background-color: #333333 !important; }
.social-macstore { background-color: #333333; }
.social-myspace:hover { background-color: #666666 !important; }
.social-myspace { background-color: #666666; }
.social-podcast:hover { background-color: #E4B21B !important; }
.social-podcast { background-color: #E4B21B; }
.social-cloudapp:hover { background-color: #525557 !important; }
.social-cloudapp { background-color: #525557; }
.social-dropbox:hover { background-color: #3D9AE8 !important; }
.social-dropbox { background-color: #3D9AE8; }
.social-ebay:hover { background-color: #89C507 !important; }
.social-ebay { background-color: #89C507; }
.social-github:hover { background-color: #171515 !important; }
.social-github { background-color: #171515; }
.social-googleplay:hover { background-color: #DD4B39 !important; }
.social-googleplay { background-color: #DD4B39; }
.social-itunes:hover { background-color: #222 !important; }
.social-itunes { background-color: #222; }
.social-plurk:hover { background-color: #CF5A00 !important; }
.social-plurk { background-color: #CF5A00; }
.social-pinboard:hover { background-color: #0000E6 !important; }
.social-pinboard { background-color: #0000E6; }
.social-soundcloud:hover { background-color: #FF7700 !important; }
.social-soundcloud { background-color: #FF7700; }
.social-tumblr:hover { background-color: #34526F !important; }
.social-tumblr { background-color: #34526F; }
.social-wordpress:hover { background-color: #1E8CBE !important; }
.social-wordpress { background-color: #1E8CBE; }
.social-yelp:hover { background-color: #C41200 !important; }
.social-yelp { background-color: #C41200; }
.social-intensedebate:hover { background-color: #009EE4 !important; }
.social-intensedebate { background-color: #009EE4; }
.social-eventbrite:hover { background-color: #F16924 !important; }
.social-eventbrite { background-color: #F16924; }
.social-scribd:hover { background-color: #666666 !important; }
.social-scribd { background-color: #666666; }
.social-stripe:hover { background-color: #008CDD !important; }
.social-stripe { background-color: #008CDD; }
.social-print:hover { background-color: #111 !important; }
.social-print { background-color: #111; }
.social-dwolla:hover { background-color: #FF5C03 !important; }
.social-dwolla { background-color: #FF5C03; }
.social-statusnet:hover { background-color: #131A30 !important; }
.social-statusnet { background-color: #131A30; }
.social-acrobat:hover { background-color: #D3222A !important; }
.social-acrobat { background-color: #D3222A; }
.social-drupal:hover { background-color: #27537A !important; }
.social-drupal { background-color: #27537A; }
.social-buffer:hover { background-color: #333333 !important; }
.social-buffer { background-color: #333333; }
.social-pocket:hover { background-color: #EE4056 !important; }
.social-pocket { background-color: #EE4056; }
.social-bitbucket:hover { background-color: #0E4984 !important; }
.social-bitbucket { background-color: #0E4984; }
.social-stackoverflow:hover { background-color: #EF8236 !important; }
.social-stackoverflow { background-color: #EF8236; }
.social-hackernews:hover { background-color: #FF6600 !important; }
.social-hackernews { background-color: #FF6600; }
.social-xing:hover { background-color: #126567 !important; }
.social-xing { background-color: #126567; }
.social-instagram:hover { background-color: #3F729B !important; }
.social-instagram { background-color: #3F729B; }
.social-quora:hover { background-color: #A82400 !important; }
.social-quora { background-color: #A82400; }
.social-openid:hover { background-color: #E16309 !important; }
.social-openid { background-color: #E16309; }
.social-steam:hover { background-color: #111 !important; }
.social-steam { background-color: #111; }
.social-amazon:hover { background-color: #E47911 !important; }
.social-amazon { background-color: #E47911; }
.social-disqus:hover { background-color: #E4E7EE !important; }
.social-disqus { background-color: #E4E7EE; }
.social-plancast:hover { background-color: #222 !important; }
.social-plancast { background-color: #222; }
.social-appstore:hover { background-color: #000 !important; }
.social-appstore { background-color: #000; }
.social-pinterest:hover { background-color: #C8232C !important; }
.social-pinterest { background-color: #C8232C; }
.social-fivehundredpx:hover { background-color: #111 !important; }
.social-fivehundredpx { background-color: #111; }

/* rounded social icons */
a.social-icon.social-icon-round {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      border-radius: 50%;
}

/* bordered social icons */
a.social-icon.social-icon-border {
  background-color:transparent;
  border:#999 1px solid;
  color:#565656 !important;
  text-shadow:none;
}
a.social-icon.social-icon-border:hover {
  border-color:transparent;
}
a.social-icon.social-icon-border:hover>i {
  color:#fff !important;
}
  section.dark a.social-icon.social-icon-border {
    color:#fff !important;
  }
  section.dark a.social-icon.social-icon-border:hover>i {
    color:#111 !important;
  }

/* light social icons */
a.social-icon.social-icon-light {
  background-color:rgba(0,0,0,0.1);
  text-shadow:none;
  color:#888 !important;
}
a.social-icon.social-icon-light:hover>i {
  color:#fff !important;
}
  section.dark a.social-icon.social-icon-light {
    background-color:#666;
    color:#fff !important;
  }
  section.dark a.social-icon.social-icon-light:hover>i {
    color:#111 !important;
  }

/* dark social icons */
a.social-icon.social-icon-dark {
  background-color:#444;
  text-shadow:none;
  color:#eee !important;
}
a.social-icon.social-icon-dark:hover>i {
  color:#fff !important;
}
  section.dark a.social-icon.social-icon-dark {
    background-color:#111;
    color:#fff !important;
  }

/* transparent social icons */
a.social-icon.social-icon-transparent {
  background-color:transparent;
  text-shadow:none;
  color:#666 !important;
}
a.social-icon.social-icon-transparent:hover>i {
  color:#fff !important;
}
  section.dark a.social-icon.social-icon-transparent {
    color:#999 !important;
  }
  section.dark a.social-icon.social-icon-transparent:hover>i {
    color:#fff !important;
  }

.img-fullwidth{
    width: 100%
  }


@media screen and (max-width: 768px) {
  header .brandBar img {
    max-height: 64px;
  }

  header .brandBar h1 {
    font-size: 2.3em;
  }
}

@media screen and (max-width: 600px) {
  header .brandBar img {
    max-height: 48px;
  }

  header .brandBar h1 {
    font-size: 2.1em;
  }
}

@media screen and (max-width: 480px) {
  header .brandBar img {
    display: none;
  }

  header .brandBar h1 {
    font-size: 1.8em;
  }
}

#ReleasePeriod{
  display: inline-block;
  color: #FFFFFF !important;
  padding: 0px 4px  0px  4px;
  border-left: 1px solid #a9a5a5;
  border-right: 1px solid #8e8b8b;
}

.editorial .row.equal > div:not(.clearfix){
  padding-bottom: 15px;
}

.editorial .row.equal .well{
  height: 100%;
  margin-bottom: 0px;
}

.editorial .img-fullwidth {

  width: 100%;
  border: 2px solid #ddd;

}

.widgetBox.news ul li small{
  opacity: 0.7;
  font-size: 75%;
}

.widgetBox.news ul li{
  padding-bottom: 3px;
  border-bottom: 1px dotted rgba(255,255,255,0.3);
  margin-bottom: 5px;
}

.nowrap {
    overflow-x: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    width: 100%;
}

.popover {
  border-radius: 2px;
}

#ar_doi {text-transform: uppercase;}
.madal-aw{
    position: relative;
    display: table; 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px; 
    max-width: 100%;  
}
a.image-hover.lightbox img{
  max-width: 100%;
}


/* fancy upload
-------------------------------------------------------- */
.fancy-file-upload {
	position:relative;
	height:40px;
	overflow:hidden;
	display:block;
	margin-bottom:3px;
}
.fancy-file-upload>span.button {
	color:#fff;
	background-color:#333;
	position: absolute;
	top: 4px;
	right: 4px;
	top:4px;
	bottom:4px;
	line-height: 34px;
	padding: 0 16px;
	z-index: 10;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
			border-radius: 3px;
}
	.fancy-file-upload.fancy-file-primary>span.button {
		background-color:#333;
	}
	.fancy-file-upload.fancy-file-success>span.button {
		background-color:#4cae4c;
	}
	.fancy-file-upload.fancy-file-danger>span.button {
		background-color:#d43f3a;
	}
	.fancy-file-upload.fancy-file-warning>span.button {
		background-color:#eea236;
	}
	.fancy-file-upload.fancy-file-info>span.button {
		background-color:#46b8da;
	}
	.fancy-file-upload.fancy-file-default>span.button {
		color:#666;
		background-color:rgba(0,0,0,0.1);
	}

.fancy-file-upload>input[type=text] {
	background-color:transparent;
	padding-left: 36px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
			border-radius: 3px;
}
.fancy-file-upload>input[type=file] {
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 8px 10px;
	position: absolute;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 11;
	bottom: 0;
	right: 0;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
			border-radius: 3px;
}
.fancy-file-upload>i {
	position:absolute;
	top: -1px;
	width: 42px;
	height: 42px;
	color: inherit;
	line-height: 42px;
	position: absolute;
	text-align: center;

    color:#888;

	z-index: 10;
}
#collapseOne1 div {margin-top:10px}
.paddign-lr-15{
	padding-left: 15px !important;
}


/****************************************/
/*               Article                */
/****************************************/
#info_content .articleInfo {
  padding: 0 20px;
}
#info_content .articleInfo h3 {
  font-weight: bold;
}
#info_content .articleInfo h3 small {
  display: block;
  padding-top: 8px;
}
#info_content .articleInfo .authors {
  list-style: none;
  padding: 0;
}
#info_content .articleInfo .authors li {
  padding-right: 5px;
  display: inline;
}
#info_content .articleInfo .authors li::after {
  content: ";";
}
#info_content .articleInfo .authors li:last-child::after {
  content: "";
}
#info_content .articleInfo .authors .popover {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 80px;
  width: 250px;
  font-family: 'Open Sans', sans-serif;
}
#info_content .articleInfo .authors .popover.bottom > .arrow {
  margin-left: -91px;
}
#info_content .articleInfo .authors .popover-title {
  padding: 15px 10px 5px;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  background: none;
  border: none;
}
#info_content .articleInfo .authors .popover-content {
  padding: 0px 10px 10px;
}
#info_content .articleInfo .cite p {
  line-height: 1.6;
}
#info_content .articleData {
  margin: 30px 0  ;
}
#info_content .articleData .nav-tabs > li > a:hover {
  border-color: #f7eded #f7eded #f7eded;
}
#info_content .articleData .nav > li > a:focus {
  background-color: #fff;
}
#info_content .articleData .nav > li > a:hover {
  text-decoration: none;
  background-color: #f7eded;
}
#info_content .articleData .tab-content {
  padding: 20px 0;
}
#info_content .articleData .tab-content #articleTab {
  text-align: justify;
}
#info_content .articleData .tab-content #articleTab .kw {
  margin-top: 8px;
}
#info_content .articleData .tab-content .keyword {
  padding: 0;
  list-style: none;
  display: inline;
}
#info_content .articleData .tab-content .keyword li {
  display: inline;
  padding: 0 2px;
}
#info_content .articleData .tab-content .keyword li::after {
  content: ";";
}
#info_content .articleData .tab-content .keyword li:last-child::after {
  content: "";
}
#info_content .articleData .tab-content #articleTab h3,
#info_content .articleData .tab-content #articleTab h4,
#info_content .articleData .tab-content #articleTab h5 {
  color: #5c3d3d;
  font-weight: bold;
  margin: 15px auto 2px;
}
#info_content .articleData .tab-content #downloadTab ul {
  list-style: none;
  font-size: 1.14em;
  line-height: 1.8;
}
#info_content .articleData .tab-content #citeTab h4 {
  color: #5c3d3d;
  font-weight: bold;
  margin: 15px auto 10px;
}
#info_content .articleData .tab-content #citeTab #citationOutput {
  margin-bottom: 15px;
}
#info_content .articleData .tab-content #statasticsTab .statastics {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  line-height: 1.5;
  font-size: 1.07em;
  color: #6a2f2f;
}
#info_content .articleData .tab-content #statasticsTab h4 {
  font-size: 1.21em;
  text-align: center;
  color: #6a2f2f;
}
#info_content .articleData .tab-content #shareTab ul {
  list-style: none;
  font-size: 1.14em;
  line-height: 1.8;
}
#info_content .articleInfo .actions {
  padding: 0;
  list-style: none;
}
#info_content .articleInfo .actions li {
  padding-right: 15px;
  display: inline;
}
#info_content .articleInfo .abstract {
  text-align: justify;
  padding: 10px;
  background-color: #fff0f0;
  display: none;
}
#info_content .articleData .tab-content {
  padding: 25px 15px 10px 15px;
}
.nav-tabs>li>a{
  border-bottom: 0px !important;
  font-size: 12px !important;
}
.nav>li>a{
  padding: 10px 3px;
}
.nav-tabs>li>a{
  border:none;
  padding: 10px 10px;
}
.badge-light {background: #dddddd !important;padding-top: 5px;font-weight:200;color:#777}
.errNotify {
	display: none;
}