@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,300,700|Roboto:100,300,300italic,400,400italic,500,500italic,700);
@import url(https://fonts.googleapis.com/css?family=Amiri:400,400italic,700&subset=arabic,latin);
/*font-family: 'Roboto', sans-serif;*/
* {
    margin: 0px;
    padding: 0px;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          
  box-sizing: border-box;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .thum_images:after, .thum_images:before {
  display: table;
  content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .thum_images:after {
  clear: both;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
    width:100%;
    background: #FFF !important;
    overflow-y: scroll;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    padding:0px !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {  display: block; }
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  width: 90.3%;max-width: 1349px;
  margin: 0px auto;
}
.separator {
  display: block;
  margin-bottom: 20px;
}
h3{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
h4{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
a{color: #000;}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
    .hidden_large {display: none;}
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
.ps-9, .ps-3, .psm-6, .ps-2, .ps-1, .ps-4, .ps-5, .ps-7, .ps-8, .ps-10, .ps-11, .ps-12, .ps-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 690px){
    .ps-9, .ps-3, .psm-6, .ps-2, .ps-1, .ps-4, .ps-5, .ps-7, .ps-8, .ps-10, .ps-11, .ps-12, .ps-6{
        width: 100%;
    }
    .hidden_small{display:none !important;}
}

@media (min-width: 992px){
    .ps-9{
        width: 75%;
    }
    .ps-3{
        width: 25%;
    float: left;
    }
    .partner_contents {
        max-width: 775px;direction:rtl;
    }
    .hidden_large{display:none !important;}
}

@media (min-width: 992px) {
  .ps-1, .ps-2, .ps-3, .ps-4, .ps-5, .ps-6, .ps-7, .ps-8, .ps-9, .ps-10, .ps-11, .ps-12 {
    float: left;
  }
  .ps-12 {
    width: 100%;
  }
  .ps-11 {
    width: 91.66666667%;
  }
  .ps-10 {
    width: 83.33333333%;
  }
  .ps-9 {
    width: 75%;
  }
  .ps-8 {
    width: 66.66666667%;
  }
  .ps-7 {
    width: 58.33333333%;
  }
  .ps-6 {
    width: 50%;
  }
  .ps-5 {
    width: 41.66666667%;
  }
  .ps-4 {
    width: 33.33333333%;
  }
  .ps-3 {
    width: 25%;
  }
  .ps-2 {
    width: 16.66666667%;
  }
  .ps-1 {
    width: 8.33333333%;
  }
}
@media only screen and (min-width:592px) and (max-width:800px){
    .psm-6{width:50%;}
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
img {vertical-align: middle;border: 0;max-width: 100%;height: auto;}
header {
    background-color: #EEC201;
    width: 100%;
    height: 81px;
    position: relative;
}
.portal_links {
    /*position: relative;*/
    float: left;
    width: 30%;
    padding-right: 10px;
    display: inline-block;
}

.logo {
    float: right;
    width: 20%;
    transition: margin-top 0.5s ease-in-out;
        -webkit-transition: margin-top 0.5s ease-in-out;
            -moz-transition: margin-top 0.5s ease-in-out;
                -o-transition: margin-top 0.5s ease-in-out;
}
.header_heading {
    text-align: center;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
}
.header_heading div {
    display: block;
    position: relative;
    top: 10px;
    left: 1px;
}

.header_heading div a:hover{
    text-decoration: none;
}
.header_heading p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
    margin: 0;
}
.header_heading h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4C420E;
    font-size: 34px;
    position: relative;
    top: -4px;
    left: -1px;
    text-shadow: 2px 2px 5px #FFD600;
    text-transform: uppercase;
}

.logo img {
    position: relative;
    top: 15px;
    left: 65px;
}
.portal_links ul {
    position: absolute;
    left: 65px;
    top: 15px;
}
.portal_links ul li {
    float: left;
    list-style: none;
}
.portal_links ul.inside li:first-child a {
    margin-right: 22px;
}
.portal_links ul.inside li:first-child a:after {
    content: "|";
    position: absolute;
    right: -13px;
}
.portal_links ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.language_selection {
    position: absolute;
    left: 65px;
    top: 38px;
}
.language_selection select.language {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 95px;
    height: 18px;
    box-shadow: none;
    border: none;
    padding: 0px 7px;
    font-weight: 600;
}
.font-size-selector {
    color: #fdfbed;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    position: absolute;
    right: 65px;
    top: 57px;
}
.font-size-selector span:first-child {
  font-size: 10px;
}
.font-size-selector span:last-child {
  font-size: 14px;
}
.font-size-selector span a {
    color: #fffcd4;
    text-decoration: none;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.banner{
    position: relative;
}
.banner-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.31);
    padding: 13px 0 10px 63px;
    direction: rtl;
}
.banner-text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    display: inline-block;
    color: #F5DA66;
    font-weight: 400;
}
.banner-text p {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-left: 24px;
}
ul.nav li {
    float: left;
    list-style: none;
    position: relative;
    display: block;
    width: 12.5%;
    text-align: center;
}
ul.nav {
    background-color: #FFD600;
}
ul.nav li a {
    color: #4C4214;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0;
    background-color: #FFD600;
    display: block;
}

ul.nav li a:hover{
    color: #990000;
}
ul.nav li:nth-child(even) a {
    background-color: #E0B700;
}
/*==========================*/

/*==========================*/
section.partnet_galery {/*
    background-color:#F5DA66;*/
    padding-top: 20px;  padding-bottom: 36px;
}
section.partnet_galery h3, .sponsors h3{
    color: #000;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}
section.partnet_galery .ps-3 {
    padding-left: 0;
}
.gallery {
  position: relative;
}
section.partnet_galery h3 span ,.sponsors h3 span {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
ul li{list-style: none;}
.content ul li a {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
}
p.museum_name {
  position: relative;
  margin-bottom: 4px;
}
.content ul {
    margin-top: 15px;
    padding-left: 25px;
}
.content ul li {
    margin-bottom: 2px;
    position: relative;
    text-align: right;
    direction: rtl;
}
.content ul li a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('../images/back_arrow.png');
    right: -30px;
    background-repeat: no-repeat;
    top: 5px;
}
img.left-float {
    display: block;
    float: right;
    margin-left: 20px;
}
.partner_contents {
    margin-top: 20px;
}
.partner_contents p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.partner_contents p strong {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
section.sponsors {
  background-color: #EEC201;
  padding: 20px 0 20px 0;
}
section.other_section {
    background-color: #fffff0;
    padding: 35px 0;
}
section.other_section h3 span {
    border-bottom: 1px solid #a19869;
    padding-bottom: 3px;
}
section.other_section h3{
    color: #4c4000;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
h3.pull-right {
  padding-right: 17px;
}
h3.pull-right:after {
    content: "";
    position: absolute;
    background: url('../images/next.png');
    right: 0;
    width: 15px;
    height: 15px;
    bottom: 2px;
}
.box {
    margin-top: 16px;
}
.box a {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 10px 22px;
    font-weight: 300;
}
.box a:first-child{
    font-weight: 400;}
a.DIA {
    background-color: #ffcc00;
}
a.DBA {
    background-color: #031e53;
    color: #fff;
}
a.SH {
    background-color: #900000;
    color: #fff;
}
.socialIcons {
    position: absolute;
    top: 11px;
    left: 65px;
}
.galleries {
    margin-top: 16px;
}
.gallery_text p{
    color: #fdfbed;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.gallery_text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 2px 0;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.pull-left {
    float: left;
}
.pull-right {
  float: right;
}
.socialIcons i {
    font-size: 18px;
    color: rgba(113, 88, 0, 0.97);
}
footer p, footer p a {
    margin-bottom: 0;
    color: #4C4214;
    font-weight: 500;
}
footer {
    background-color: #E0B700;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.sponsors_images{
    float:right;
}
.image {
    display: inline-block;
    margin-left: 20px;
}
/*======================== MOBILE MENU =======================*/

.consolace-background-overlay {
    position: fixed;
    z-index: 99999;
    top: -1000%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 110%;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    transition: top 0s ease 0.35s, opacity 0.35s ease;
    -webkit-transition: top 0s ease 0.35s, opacity 0.35s ease;
    -moz-transition: top 0s ease 0.35s, opacity 0.35s ease;
}
.consolace-main-background {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgb(246, 246, 250);
    display: block;
    box-shadow: rgba(0, 0, 0, 0.74902)0px 0px 5px 0px;
    transform:translateX(-310px);
    -webkit-transform:translateX(-310px);
    -moz-transform:translateX(-310px);
    transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
}
::selection {
    background: rgb(26, 188, 156);
    color: rgb(255, 255, 255);
    text-shadow: none;
}
.consolace-main-wrapper {
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: rgb(118, 118, 118);
    transform:translateX(-310px);
        -webkit-transform:translateX(-310px);
            -moz-transform:translateX(-310px);
    transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    background: #D1B44E;
    overflow: hidden !important;
}
.consolace-main-wrapper-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.consolace-menu-active .consolace-main-menu-button:before {
    margin: 2px 0 0 0;
    transform: translateY(4px) rotate(45deg);
    -moz-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -webkit-transform: translateY(4px) rotate(45deg);
}
.consolace-menu-active .consolace-main-menu-button:after, .consolace-menu-active .consolace-main-menu-button:before, .consolace-menu-active .consolace-main-menu-button div.consolace-main-menu-button-middle:before {
    background-color: #fff;
}
.consolace-menu-active div.consolace-main-menu-button-middle:before {
  opacity: 0;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
}
.consolace-menu-active .consolace-main-menu-button:after {
  margin: -1px 0 0 0;
  transform: translateY(-3px) rotate(-45deg);
  -moz-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -webkit-transform: translateY(-3px) rotate(-45deg);
}
.consolace_mob_menu {
    position: relative;
    top: 0px;
    width: 270px;
    margin: 0;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.consolace-background-overlay-active {
    top: 0;
    opacity: .5;
    -webkit-transition: top 0s ease 0s, opacity .35s ease;
    -moz-transition: top 0s ease 0s, opacity .35s ease;
    -ms-transition: top 0s ease 0s, opacity .35s ease;
    transition: top 0s ease 0s, opacity .35s ease;
}
.consolace_mob_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.consolace_mob_menu ul li {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    z-index: auto;
    width: 100%;
    list-style-type: none;
    text-align: left;
    overflow: hidden !important;
    background-color: #d1b44e;
}
.consolace_mob_menu ul li:nth-child(even) {
    background-color: #ddc65e;
}
.consolace_mob_menu ul li:first-child {
    border-top: none;
}
.consolace_mob_menu ul li:last-child{
    border-bottom: none;
}

.consolace_mob_menu ul li a{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
    margin: 0;
    padding: 17px 0 17px 25px;
    display: block;
    text-decoration: none;
}
.consolace_mob_menu ul li.has_submenu span {
    display: inline-block;
    width: 50px;
    height: 38px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}
.consolace-main-menu-button-wrapper.consolaceMenu.consolace-menu-active {
    transform: translateX(265px);
    -moz-transform: translateX(265px);
    -o-transform: translateX(265px);
    -webkit-transform: translateX(265px);
    -webkit-transition: transform 1.7s ease;
    -moz-transition: transform 1.7s ease;
    -ms-transition: transform 1.7s ease;
    transition: transform .7s ease;
}
.consolace_mob_menu ul li.has_submenu span:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.consolace_mob_menu ul li.has_submenu.has_submenu-active span:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.consolace_mob_menu ul li.has_submenu ul.sub-menu.sub-menu-active li a:before {
    content: "\f1ce";
    border-radius: 50%;
    color: #917728;
}
.consolace_mob_menu ul li.has_submenu ul.sub-menu {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    height:0;
}
.consolace_mob_menu ul li.has_submenu ul.sub-menu.sub-menu-active {
    list-style: none;
    margin: 8px 0 23px 0;
    padding: 0;
    display: block;
    height:100%;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.consolace_mob_menu ul li.has_submenu ul.sub-menu li a {
    color: #E5E5E5;
    padding: 6px 0 6px 30px;
}
.consolace-main-menu-button-wrapper.consolaceMenu {
  position: fixed;
  top: 13px;
}
.consolace-main-menu-button-wrapper {
    z-index: 999999999;
}
.consolace-main-menu-button::after, .consolace-main-menu-button::before, .consolace-main-menu-button div.consolace-main-menu-button-middle::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    margin: 2px 0px;
    background-color: rgb(255, 255, 255);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    outline: transparent solid 1px;
}
.consolace-main-menu-button::after, .consolace-menu-active .consolace-main-menu-button::before,.consolace-menu-active .consolace-main-menu-button div.consolace-main-menu-button-middle::before {
    background-color: #fff;
}
button::after,.consolace-main-menu-button::before,.consolace-main-menu-button div.consolace-main-menu-button-middle::before {
    background-color: #fff;
}
.consolace-main-menu-button-wrapper {
    position: relative;
    z-index: 999999999999999999999;
    cursor: pointer;
    padding: 10px;
    transition: opacity 0.2s ease 0.3s, top 0s ease 0.3s;
    -webkit-transition: opacity 0.2s ease 0.3s, top 0s ease 0.3s;
    -moz-transition: opacity 0.2s ease 0.3s, top 0s ease 0.3s;
}
.consolace-main-menu-button {
    position: relative;
    z-index: 9999999999999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

section.menu_section {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    background: rgba(21, 119, 120, 0.701961);
    border-top: 5px solid rgb(172, 145, 66);
    position: relative;
}

section.menu_section::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #fff;
    top: 0px;
}
button.points:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.consolace-main-menu-button-wrapper.consolaceMenu, .mob_language_selectors, .main_heading_top {
    display: none;
}/*
.image {
  width: 10%;
}*/
section.sponsors p {
    position: relative;
    top: 20px;
    line-height: normal;
}
.banner-image img {
  width: 100%;
}
.display_none {
  display: none;
}
.partner_contents a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.partner_contents a:hover {
    color: #000;
    text-decoration: underline;}
.partner_contents p a:after {
  content: "";
  background: url(../images/nex.png);
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  top: 4px;
}

/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/
.icon-angle-up:before {
  content: "\f106";
    font-family: FontAwesome;
}
#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgba(80, 72, 25, 0.51);
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #EEC201; }

.inner_contents p{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.inner_contents select {
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #222;
    margin-top: 5px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0px;outline: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, .inner_contents select {
        -webkit-appearance: menulist-button !important; line-height:24px !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, section.timeline_color select {
        -webkit-appearance: menulist-button !important; line-height:24px !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, select {
        -webkit-appearance: menulist-button !important; line-height:24px !important;
    }
}
/*======================== MENU =======================*/

/*============  Tool Tip  =============*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/*============      Tool Tip  =============*/
/*=========             Style for Cookie                    =======*/
p.cookie_footer {
    margin-bottom: 50px;
}
.cc_banner-wrapper{
    display: none;
}
.cc_banner-wrapper.cookie {
    display: block;
    z-index: 9001;
    position: relative;
}
a#Ds {
    font-size: 18px;
    text-align: center;
    color: #222;
    display: inline-block;
    background: #FFF;
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.16),0 -3px 10px 0 rgba(0,0,0,0.12);
    position: absolute;
    right: 20px;
    top: 0;
}
p.cc_message, p.cc_message a{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
p.cc_message {
    top: 5px;
    position: relative;
}
p.cc_message a{
    text-decoration: underline;
}
p.cc_message a:hover{
    text-decoration: none;
}
.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.cc_container {
    background: #222;
    margin: 0px auto;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.16),0 -3px 10px 0 rgba(0,0,0,0.12);
}
.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
}
.media_partnerships {
    padding-bottom: 15px;
}
@media only screen and (max-width: 750px){
    .portal_links ul, .language_selection, .font-size-selector {left: 29px !important;}
    .portal_links ul li{text-align:left !important;}
    .header_heading{width: 0%;}
}

@media only screen and (max-width: 570px) and (min-width: 380px){
    .logo img {
        padding: 0;
        top: 0;
        width: 82px;
        right: 0;
        position: relative;
    }
}
@media only screen and (max-width: 750px){
    .logo img {
        left: inherit !important
    }
}
@media only screen and (max-width: 380px) and (min-width: 200px){
    .logo img {
        width: auto !important;
        top: 9px !important;
        right: 15px;
    }
}
/* New Social Media  Icon Style */

#social-media{padding:0 15px}
#social-media a{
	color: #fff;
	margin:0 3px}

@media only screen and (max-width:974px){ 
	#social-media{width:100%
} }

/* New Social Media  Icon Style */
