/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
@import url('https://fonts.googleapis.com/css?family=ABeeZee');

 /* Fix Bootstrap RTL Globally - for all components, i.e. EB */
.row {
    margin: inherit;
}

/* GCC-Stat Primary Backgrounds, Secondary and Theme Corner */ 
.bg-ae {
    background-color: rgb(0, 0, 0);
}
.bg-bh {
    background-color: rgb(226, 0, 0);
}
.bg-sa {
    background-color: rgb(0, 128, 53);
}
.bg-om {
    background-color: rgb(217, 218, 219);
}
.bg-qa {
    background-color: rgb(153, 21, 76);
}
.bg-kw {
    background-color: rgb(0, 177, 230);
}
.bg-ae-secondary {
    background-color: rgb(177, 179, 180);
}
.bg-bh-secondary {
    background-color: rgb(227, 165, 153);
}
.bg-sa-secondary {
    background-color: rgb(179, 207, 181);
}
.bg-om-secondary {
    background-color: rgb(237, 237, 237);
}
.bg-qa-secondary {
    background-color: rgb(200, 139, 154);
}
.bg-kw-secondary {
    background-color: rgb(175, 212, 230);
}
.bg-ae-corner {
    background-image: url("gccstat-corners/bg-ae-corner.png");
    background-position: right 55%;
    background-size: 30% auto;
    background-repeat: no-repeat;
}
.bg-bh-corner {
    background-image: url("gccstat-corners/bg-bh-corner.png");
    background-position: right 55%;
    background-size: 30% auto;
    background-repeat: no-repeat;
}
.bg-sa-corner {
    background-image: url("gccstat-corners/bg-sa-corner.png");
    background-position: right 55%;
    background-size: 30% auto;
    background-repeat: no-repeat;
}
.bg-om-corner {
    background-image: url("gccstat-corners/bg-om-corner.png");
    background-position: right 55%;
    background-size: 30% auto;
    background-repeat: no-repeat;
}
.bg-qa-corner {
    background-image: url("gccstat-corners/bg-qa-corner.png");
    background-position: right 55%;
    background-size: 30% auto;
    background-repeat: no-repeat;
}
.bg-kw-corner {
    background-image: url("gccstat-corners/bg-kw-corner.png");
    background-position: right 55%;
    background-size: 30% auto;
    background-repeat: no-repeat;
}

/****************INTeRACTIVE ***********************/
html{
    background: none;
}

body{
    background-image: url("/images/img/bg.jpg");
    background-size:     cover ;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    background-attachment: fixed;
    background-color: transparent !important;
    padding-top:20px;
    font-family: 'ABeeZee';
    overflow-x: visible !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'ABeeZee';
}

@font-face {
    font-family: AdobeArabic;
    src: url(fonts/AdobeArabic-Regular.otf);
}

@font-face {
    font-family: fonta;
    src: url("fonts/Arial Black.ttf");
}

@font-face {
    font-family: fontb;
    src: url(fonts/GE_SS_Text_Light.otf);
}

@font-face {
    font-family: fontc;
    src: url(fonts/GE_SS_Two_Medium.otf);
}

@font-face {
    font-family: fontd;
    src: url(fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: fonte;
    src: url(fonts/Verdana.ttf);
}

.custom-navbar-left{
  top:50%;
  position: fixed;
  max-width: 10px;
  width:10px;
  left:0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.custom-navbar-left .custom-navbar-left-item{
  height:70px;
}


/* =============== COUNTRY COLORS FOR THE LEFT SIDEBARS =============== */
.custom-navbar-left .custom-navbar-left-item-black , .custom-modal-container{
  background-color: black;
}

.custom-navbar-left .custom-navbar-left-item-red , .custom-modal-container{
  background-color: #E20000;
}

.custom-navbar-left .custom-navbar-left-item-green , .custom-modal-container{
  background-color: #008035;
}

.custom-navbar-left .custom-navbar-left-item-white , .custom-modal-container{
  background-color: #D9DADB;
}

.custom-navbar-left .custom-navbar-left-item-maroon , .custom-modal-container{
  background-color: #99154C;
}

.custom-navbar-left .custom-navbar-left-item-lightblue , .custom-modal-container{
  background-color: #00B1E6;
}

/* =============== LEFT NAVBAR CUSTOM MODAL =============== */

.custom-container{
    width: 100% !important;
    min-width: 100% !important;
}

.container .row{
  margin-left: 0rem; 
  margin-right: 0rem; 
}

.custom-modal-container{
  display: none;
  width:135px;   /*adjust as per your needs */
  height:70px;    /*adjust as per your needs */
  max-height: 70px;
  /*border: 1px solid black;*/
  background-color: rgba(104  , 170, 184, 0.7);
  z-index: 10;
  color:white;
}


.custom-modal-container > a {
    text-decoration: none;  
}
.custom-modal-container > a > img {
    width:auto;
    height:60%;
    margin-top:2px;
}

.custom-modal-container > a > h6 {
    font-size: 10px;
    color: white;
    line-height: 10px !important;
    margin-top: 4px !important;
    text-shadow: 1px 1px #000000;
}

.custom-navbar-left-item-white > div > a > h6{
    color:#c71314;
    text-shadow: none;
}

/* COUNTRY STYLING */

.country-title{
  background-color: black;
  /*border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;*/
}





/***********************WheelNav******************************/
/*
.tm-fullscreen-a{
    top:80px !important;
}*/

#divWheel {
    height: 500px;
    width: 500px;
    margin: auto;
    filter: drop-shadow( -5px 7px 7px rgba(0,0,0,0.5 ));
    /*display: table-cell;
    vertical-align: middle;*/
}

#divWheel>svg {
    height: 100%;
    width: 100%;
    overflow: visible !important;
}

@media (max-width: 1000px) {
    #divWheel {
        display: none;
    }

    #pub-wheelnav {
        display: none;
    }

    #tm-fullscreen-a{
        height: initial !important;
    }
}


@media (max-width: 600px) {
    #divWheel {
        height: 350px;
        width: 350px;
    }
}

@media (max-width: 400px) {
    #divWheel {
        height: 300px;
        width: 300px;
    }
}
/* Insert generated CSS code from here -> http://pmg.softwaretailoring.net */

[class|=wheelnav-divWheel-slice-basic] {
    fill: rgba(51, 141, 158, 1);
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-divWheel-slice-dark] {
    fill: rgb(34, 94, 105);
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-divWheel-slice-selected] {}

[class|=wheelnav-divWheel-slice-hover] {
    fill: rgba(51, 210, 224, 1);
    stroke: rgba(1, 1, 1, 0);
    stroke-width: 3;
    fill-opacity: 0.77;
    cursor: pointer;
}

[class|=wheelnav-divWheel-title-basic] {
    fill: white;
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-divWheel-title-selected] {
    fill: #fff;
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-divWheel-title-hover] {
    fill: white;
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
    cursor: pointer;
}

[class|=wheelnav-divWheel-title] > tspan {
    font-family: 'ABeeZee';
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.wheelnav-divWheel-spreader-in {
    fill: #2c889a;
    stroke:none;
}

.wheelnav-divWheel-spreadertitle-in {
    fill:white;
    cursor: pointer;

}

.wheelnav-divWheel-spreader-out {
    fill: #2c889a;
    stroke: none;
    stroke-width: .25em;
}

.wheelnav-divWheel-spreadertitle-out {
    fill:white;
    text-align:right!important;
    cursor: pointer;

}

.wheelnav-divWheel-slice-basic-0,
.wheelnav-divWheel-slice-selected-0 {
    fill: #074961;
    stroke: none;
}

.wheelnav-divWheel-slice-basic-1,
.wheelnav-divWheel-slice-selected-1 {
    fill: #2c889a;
    stroke: none;
}

.wheelnav-divWheel-slice-basic-2,
.wheelnav-divWheel-slice-selected-2 {
    fill: #074961;
    stroke: none;
}

.wheelnav-divWheel-slice-basic-3,
.wheelnav-divWheel-slice-selected-3 {
    fill: #2c889a;
    stroke: none;
}

.wheelnav-divWheel-slice-basic-4,
.wheelnav-divWheel-slice-selected-4 {
    fill: #074961;
    stroke: none;
}

.wheelnav-divWheel-slice-basic-5,
.wheelnav-divWheel-slice-selected-5 {
    fill: #2c889a;
    stroke: none;
}

.wheelnav-divWheel-slice-basic-6,
.wheelnav-divWheel-slice-selected-6 {
    fill: #074961;
    stroke: none;
}

.wheelnav-divWheel-slice-basic-7,
.wheelnav-divWheel-slice-selected-7 {
    fill: #2c889a;
    stroke: none;
}


/*
.wheelnav-stat-col1{
    display: table;
}*/

.wheelnav-top-statistics > div > div > div > .wheelnav-stat{
    display: none;
    margin-top:25%;
}

.wheelnav-stat-container{
    position: relative;
    text-align: right;
    background-color: rgba(255,255,255, 0.95);
    padding-bottom: 1px;
    max-width: 240px;
    max-height: 240px;
    border-radius: 10px;
    padding:0px 7px 7px 7px;
    margin-left: auto;
    margin-right: auto;
}

.wheelnav-stat-border{
    position: relative;
    border-bottom: 1px solid #074961;
}

.wheelnav-stat-box{
    text-align: center;
    position: relative;
    color: #074961;
}

.wheelnav-stat-box > div {
    padding-top: 15px;
    padding-bottom: 20px;
}


.wheelnav-stat-box > .uk-width-medium-7-10{
    padding-top:12px;
}

.wheelnav-stat-box > div > h4{
    color: #074961;
    font-weight: bold;
    font-size: xx-large;
    margin-top:0px;
    margin-bottom: 0px;
}



.wheelnav-stat-box > div > h6{
    color: #074961;
    font-weight: bold;
    font-size: smaller;
    margin-top:0px;
    margin-bottom: 0px;
}

.wheelnav-stat-box > div:last-child > h6{

    font-size: x-large !important;

}


.wheelnav-stat-heading{
    color: rgb(34, 94, 105) !important;
    text-align: left !important;
    padding: 10px !important;
    margin-left: 5px !important;
    font-weight: bold !important;
    font-size: medium;
    padding: 0 !important;
    line-height: 24px;
}

@media (max-width : 768px){
    .wheelnav-stat-box > div {
    /* padding-top: 15px; */
        padding-top:0px;
        padding-bottom:14px;
    }

    .wheelnav-stat{
        margin-top:initial;
    }
    
    .wheelnav-stat-container{
        margin-left: 20%;
    }   

    .wheelnav-stat-heading{
        font-size: small;
        width:180px;
    }
}

.wheelnav-stat-box-left-border{
    border-right: 1px solid #074961;
    position: absolute;
    right: 0;
    top:22%;
    bottom:0;
}

.wheelnav-stat-box-right-border{
    border-left: 1px solid #074961;
    position: absolute;
    left: 0;
    top:55%;
    bottom:0;
}

.wheelnav-stat-status_1{
    display: block;
    position: relative;
    border:1px solid rgba(51, 141, 158, 1);
    border-radius: 10px;
    padding-left: 0px;
    padding-right:0px;
    height: 20px;
    width: 74px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 5px;
}
/*
.wheelnav-stat-status_1:after{
    font-family: FontAwesome;
    content: "\f062";
}
*/
.wheelnav-stat-status_2{
    display: block;
    position: relative;
    border:1px solid rgba(51, 141, 158, 1);
    border-radius: 10px;
    padding-left: 0px;
    padding-right:0px;
    height: 20px;
    width: 74px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 5px;
}
/*
.wheelnav-stat-status_2:after{
    font-family: FontAwesome;
    content: "\f063";
}*/

.wheelnav-stat-logo{
    position: absolute;
    padding-left: 5px;
    padding-right:5px;
    right:3px;
    top: 3px;
    height: auto;
}

.wheelnav-stat-logo > .uk-icon-large{
    color:#074961;
}

.wheelnav-stat-logo > img{
    width:55px;
    height: auto;
}
.wheelnav-stat-status_success{
    border-color: green !important;
    text-align: right;
}
.wheelnav-stat-status_success > i{
    color:green;
    position: absolute;
    left: 1px;
    top: 2px;
}

.wheelnav-stat-status_danger{
    border-color: red !important;
    text-align: right;
}

.wheelnav-stat-status_danger > i{
    color: red;
    position: absolute;
    left: 1px;
    top: 2px;
}

.wheelnav-stat-status_notification{
    color:gray;
    border-color: gray !important;

}


/********************END OF TOP WHEELNAV*****************************************/


/*******************START OF PUBLICATIONS WHEELNAV*******************************/
#pub-wheelnav {
    position: absolute;
    right:-10px;
    top:-45px;
    height: 400px;
    width: 400px;
    filter: drop-shadow( -5px 7px 7px rgba(0,0,0,0.5 ));
    /*margin: auto;
    
    display: table-cell;
    vertical-align: middle;*/
}

@media (max-width:768px){
    #pub-wheelnav{
        position: initial;
    }

    .wheelnav-pub-wheelnav-spreadertitle-out {

        transform: initial !important;
    
    }

    .pub-heading{
        width:100% !important;
    }

   /* .custom-wheel-container{*/
    /*background: linear-gradient(to bottom right, transparent 190px, rgba(255,255,255, 0.75) 170px);*/
    /*    -webkit-clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0%) !important;
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0%) !important;
    }*/

}

#pub-wheelnav>svg {
    height: 100%;
    width: 100%;
    overflow: visible !important;
}

@media (max-width: 600px) {
    #pub-wheelnav {
        height: 350px;
        width: 350px;
    }
}

@media (max-width: 400px) {
    #pub-wheelnav {
        height: 300px;
        width: 300px;
    }
}
/* Insert generated CSS code from here -> http://pmg.softwaretailoring.net */

[class|=wheelnav-pub-wheelnav-slice-basic] {
    fill: rgba(51, 141, 158, 1);
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-pub-wheelnav-slice-dark] {
    fill: rgb(34, 94, 105);
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-pub-wheelnav-slice-selected] {}

[class|=wheelnav-pub-wheelnav-slice-hover] {
    fill: rgba(51, 210, 224, 1);
    stroke: rgba(1, 1, 1, 0);
    stroke-width: 3;
    fill-opacity: 0.77;
    cursor: pointer;
}

[class|=wheelnav-pub-wheelnav-title-basic] {
    fill: white;
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-pub-wheelnav-title-selected] {
    fill: #fff;
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
}

[class|=wheelnav-pub-wheelnav-title-hover] {
    fill: white;
    stroke: rgba(1, 1, 1, 0.1);
    stroke-width: 3;
    cursor: pointer;
}

[class|=wheelnav-pub-wheelnav-title] > tspan {
    font-family: 'ABeeZee';
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.wheelnav-pub-wheelnav-spreader-in {
    fill: #2c889a;
    stroke:none;
}

.wheelnav-pub-wheelnav-spreadertitle-in {
    fill:white;
    cursor: pointer;
}

.wheelnav-pub-wheelnav-spreader-out {
    fill: #2c889a;
    stroke: none;
    stroke-width: .25em;
}

.wheelnav-pub-wheelnav-spreadertitle-out {
    fill:white;
    text-align:right!important;
    transform: rotate(25deg) translate(65px,-110px);
    cursor: pointer;
}

.wheelnav-pub-wheelnav-slice-basic-0,
.wheelnav-pub-wheelnav-slice-selected-0 {
    fill: #074961;
    stroke: none;
}

.wheelnav-pub-wheelnav-slice-basic-1,
.wheelnav-pub-wheelnav-slice-selected-1 {
    fill: #2c889a;
    stroke: none;
}

.wheelnav-pub-wheelnav-slice-basic-2,
.wheelnav-pub-wheelnav-slice-selected-2 {
    fill: #074961;
    stroke: none;
}

.wheelnav-pub-wheelnav-slice-basic-3,
.wheelnav-pub-wheelnav-slice-selected-3 {
    fill: #2c889a;
    stroke: none;
}

.wheelnav-pub-wheelnav-slice-basic-4,
.wheelnav-pub-wheelnav-slice-selected-4 {
    fill: #074961;
    stroke: none;
}

.wheelnav-pub-wheelnav-slice-basic-5,
.wheelnav-pub-wheelnav-slice-selected-5 {
    fill: #2c889a;
    stroke: none;
}

.wheelnav-pub-wheelnav-slice-basic-6,
.wheelnav-pub-wheelnav-slice-selected-6 {
    fill: #074961;
    stroke: none;
}

.wheelnav-pub-wheelnav-slice-basic-7,
.wheelnav-pub-wheelnav-slice-selected-7 {
    fill: #2c889a;
    stroke: none;
}

.hidden-links{
    display: none;
}
/*******************END OF PUBLICATIONS WHEELNAV*********************************/

/*
#tm-top-a{
    left:-40px;
}*/

@media (max-width: 768px) {
    .tm-fullscreen-b{
        margin-top:110%;
    }

    #tm-top-a{
        margin-top:50px;
    }
}

.tm-fullscreen-c{
    display: none;
}

.tm-navbar2{
    position: fixed;
    background-color: rgba(79, 157, 171, 0.9);
    top:90px !important;
    height:30px !important;
    z-index: 9;
}



@media (max-width: 960px) {
    .tm-navbar2 {
        display: none;
    }
}

.uk-navbar-toggle{
    color:white;
}

.uk-dropdown-navbar{
    background-color: rgba(79, 157, 171, 0.9)
}

.uk-navbar-nav > li > a{
    height: 30px; 
    padding: 0 200px;
    line-height: 10px;
    color: white;
}
.uk-navbar-nav > li{
    margin-top: 5px;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a{
    color:white;
}


.uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
    border-left: 2px solid rgb(255, 255, 255) !important;
}


.custom-padding-small{
    padding:5px;
}

.uk-search:before {
    color: #ffffff;
}

.uk-dropdown-search{
    background-color: rgba(38,133,152,1)
}

.tm-wrapper{
    background: rgba(38,133,152,0);
}

.custom-vision{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: rgba(255,255,255, 0.95);
    display: inline-block;
    position: absolute;
    padding:15px;
    padding-left:35px;
    bottom:90px;
    width: 40%;
    margin-left: 0px;
    color:rgb(0,68,93);
}

.custom-vision > div > div > div > h3{
    color:rgb(0, 68, 93);
}

@media (max-width: 1220px) {
    .custom-vision{
        margin-left: 0px;
        width:75%;
    }
}

.custom-vision-heading{
    color:rgb(0, 68, 93);
}

.custom-vision-p{
    color:rgb(0, 68, 93);
}

@media (max-width : 768px){
    .custom-vision {
        bottom: initial;
    }
}

.custom-polling{
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: rgba(255,255,255, 0.95);
    display: inline-block;
    position: absolute;
    padding:15px;
    padding-left:35px;
    bottom:235px;
    width: 40%;
	font-family: 'ABeeZee';
	font-size: 12px;
    margin-left: 0px;
    color:rgb(0,68,93);
}

.custom-polling > div > div > div > h3{
    color:rgb(0, 68, 93);
}

@media (max-width: 1220px) {
    .custom-polling{
        margin-left: 0px;
        width:75%;
    }
}

.custom-polling-heading{
    color:rgb(0, 68, 93);
}

.custom-polling-p{
    color:rgb(0, 68, 93);
}

@media (max-width : 768px){
    .custom-polling {
        bottom: initial;
    }
}

.uk-dotnav>.uk-active>* {
    background: rgba(0, 68, 93 , 0.8);
}

.uk-dotnav>*>* {
    background: rgba(0, 68, 93 , 0.5);
    width: 15px;
    height: 15px;
}

.uk-dotnav li:last-child:before {
    /* right: -4px; */
    /* top: -4px; */
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 68, 93 , 0);

}

.custom-language{
    position: absolute;
    top:20px;
    right:20px;
}

@media (max-width: 960px){
    .custom-language{
        display: none;
    }
}


@media (min-width: 1220px) {
    .tm-search {
        right: initial;
        left: 80px;
    }       
}

.tm-block{
    background-color: transparent;
}

.stat-heading{
  border-radius: 8px;
  background-color: rgba(51, 141, 158, 0.95);
  color:white !important;
  padding:3px;
  position: relative;
  height:51.6px;
}

.stat-heading > h4{
  font-size:22px;
  line-height: 1;
  margin-top: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: white;
}

.branding{
  position: absolute;
  height:100%;
  width: auto;
  left:0px;
  top:0px;
}

.white-container-wrap{
  background:rgba(255,255,255, 0.95);
  border-radius: 8px;
  padding:7px;
}

.white-container{
  background:rgba(255,255,255, 0.95);
  border-radius: 8px;
}

.green-border{
  border-radius: 8px;
  border: 1px solid rgba(51, 141, 158, 0.95);
  width:100%;
  height:100%;
  display:block;
  position:relative;
}

.green-border > h4{
  font-weight: bold;
  font-family: 'ABeeZee',"DroidKufi",sans-serif,Arial;
  color:rgb(29, 75, 84);
}


.green-border > h4 > a{
  font-weight: bold;
  font-family: 'ABeeZee',"DroidKufi",sans-serif,Arial;;
  color:rgb(29, 75, 84);
}

.green-border > h4 > a:hover{

  color:rgba(51, 141, 158, 0.95);
}

.green-border > img{
  font-weight: bold;
  max-height:45px;
  max-width: 80px;
  margin-bottom: 5px;
}

.custom-badge{
  position:absolute;
  margin-top:9px;
  right:10px;
  border-radius: 8px;
  padding-left:10px;
  padding-right:10px;
  font-weight: bold;
}


.tm-nav-wrapper{
    width:100%;
}

.uk-navbar-nav{
    width: 100%;
}

.uk-navbar-nav > li{
    width:50%;
    text-align: center !important;
}

.uk-navbar-nav > li:nth-child(1) > .uk-dropdown{
    text-align: left !important;
    width:100%;
}

.uk-navbar-nav > li:nth-child(2) > .uk-dropdown{
    text-align: left !important;
    width:100%;
}

/*
.uk-nav>li>a{
    padding: 5px 0px 5px 0px;
}*/

.uk-open>.uk-dropdown-navbar{
    top:25px !important;
    /*left:0 !important;*/
}

.uk-navbar-nav>li.uk-active>a{
    color: white;
}
.uk-nav>li.uk-active>a, .uk-nav-dropdown>li.uk-active>a{
   color: white;
}



/***Competition Statistics /images/img/circle-big.png ***/
.white-container-figure{
  background:rgba(255,255,255, 0.95);
  border-radius: 8px;
  padding:5px 10px 20px 5px;
}

.country{
  color:rgb(29, 75, 84);
  position: absolute; 
  top:20px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 200px; /* Need a specific value to work */
  font-weight: bold;
}

.figure{
  text-align:center;
  color:rgba(51, 141, 158, 1);
}

.country-img{
  width:50px;
  height:50px;
  left:55px;
  top:10px;
  position:absolute;
}

@media (max-width: 1450px){
    .country-img{
        left:5px;
    }
}

#figure-footer {
  margin: 0 15px;
  border-bottom: 1px solid rgba(51, 141, 158, 1);
  border-left: 1px solid rgba(51, 141, 158, 1);
  border-top-left-radius:50px;
  border-bottom-left-radius:50px;
}

#figure-footer > div { /* Float wrappers */
  display: inline-block;
  vertical-align: bottom;
  width: 49%;
}
.figure-footer-rank {
  color:white;
  font-weight: bold;
  float: left;
  margin-left: 2px;
  background-image:url("/images/img/circle-big.png");
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center;
   width:70px;
  height:70px;
  text-align:center;
  display:table;
}

.figure-footer-rank > p {
    font-size: 18px;
    display: table-cell;
    vertical-align:middle;
}

.figure-footer-year {
  color:white;
  font-weight: bold;
  float: right;
  margin-bottom:3px;
  background-image:url("/images/img/circle-small.png");
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center;
  width:50px;
  height:50px;
  text-align:center;
  display:table;
  border:1px solid rgba(51, 141, 158, 1);
  border-radius:25px;
}

.figure-footer-year > p {
    font-size: 16px;
    display: table-cell;
    vertical-align:middle;
}


.design{
   position:absolute;
   right:65px;
   top:45px;
   border-right:1px solid rgba(51, 141, 158, 1);
   border-top:1px solid rgba(51, 141, 158, 1);
   border-top-right-radius:10px;
   width:80px;
   height:145px;
   z-index:0;
}

.uk-thumbnav>*>*{
    background: transparent;
}
.uk-thumbnav > li > a > img{
    border-radius: 10px;
}

.uk-border-rounded{
    border-radius: 10px;
}

.uk-switcher{
    border-radius: 10px;
    background-color: rgba(255,255,255, 0.95);
}

.uk-switcher > li > div > div > div:nth-child(2) > .uk-panel{
    color: rgba(51, 141, 158, 1) !important;
    padding:5px;
    border-radius: 10px;
}

.uk-switcher > li > div > div > div:nth-child(2) > .uk-panel > .uk-panel-title{
    color: rgb(29, 75, 84) !important;
    /* font-size:18px !important;*/
}

.uk-switcher > li > div > div > div:nth-child(2) > .uk-panel > div > div > h2{
    color: rgba(51, 141, 158, 1) !important;
    /* font-size: 14px !important;
    font-weight: normal;*/
}

.uk-switcher > li > div > div > div > div > div > h2 > span{
    color: rgba(51, 141, 158, 1) !important;
    /*font-size: 14px !important;
    font-weight: normal;*/
}


/*.uk-switcher > li > div > div > div:nth-child(2) > .uk-panel > div > p{
    font-size: 14px;
}

.uk-switcher > li > div > div > div:nth-child(2) > .uk-panel > p > .uk-button{
    color: rgba(51, 141, 158, 1);
    font-weight: bold;
    border-radius: 10px;
    border-color: rgb(29, 75, 84);
    border-width: 1px;
    margin-left: 30px;
}

.uk-switcher > li > div > div > div > div > div > p > a.uk-button{
    color: rgba(51, 141, 158, 1);
    font-weight: bold;
    border-radius: 10px;
    border-color: rgb(29, 75, 84);
    border-width: 1px;
    margin-left: 30px;
}*/

/*@media (max-width: 768px) {
    .uk-switcher > li > div > div > div:nth-child(1){
        margin-top:110%;
    }
}*/

.upcoming-events{
    padding: 5px;
    margin-top:5px;
}
.upcoming-events>h4 {
    color: rgb(29,75,84);
    text-align: center;
    padding-top: 10px;
    line-height: 0px;
    font-size: 18px !important;
}

.eb-event-link{
    color:rgba(51, 141, 158, 1);
    font-weight: normal;
    font-size: 14px;
}

.eb-event-link > .summary{
    font-weight: normal;
}


.eb-event-link:hover{
    color:rgb(29, 75, 84);
}

.event-date{
    border: 1px solid rgba(51,141,158,1);
    border-radius: 5px;
}

span.event-date span.month {
    background: rgba(51, 141, 158, 1);

    border-bottom:dashed 1px white;
    color:#ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

span.event-date span.day {
    color: rgba(51, 141, 158, 1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.eventsmall li {
    border-top: none;
}

span.event-date span.month {
    border:none;
    border-bottom: dashed 1px white;
}

span.event-date span.day {
    border:none;
}

/*
span.event-date:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    bottom: 0;
    z-index: -777;
    -webkit-box-shadow: 0px 4px 8px 0px #000000;
    -moz-box-shadow: 0px 4px 8px 0px #000000;
    box-shadow: 0px 4px 8px 0px #000000;
}*/

.custom-twitter-container{
    padding:0px 15px 5px 1px;
    padding-right:45px;
    position:relative;
    margin-top:4px;
}

.custom-twitter-container > a > .twitter-logo{
    position: absolute;
    right:-45px;
    top:-10px;
    width:auto;
    height:70px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.custom-twitter-container > ul > li > h3{
    color: rgba(51, 141, 158, 1);
    font-size:14px;
    font-family: fontc;
}

.custom-twitter-container > ul > li > h3 > a{
    color: rgba(51, 141, 158, 1);
    font-size:14px;

}

.custom-twitter-container > ul > li > h3 > a :hover{
    color:rgb(29, 75, 84);
}

.uk-nav-navbar > li> a{
    color:white;
}

.uk-nav-navbar > li> a:hover{
    color:rgb(29, 75, 84);
}

.custom-wheel-container{
    /*background: linear-gradient(to bottom right, transparent 190px, rgba(255,255,255, 0.75) 170px);*/
    /*-webkit-clip-path: polygon(53% 0, 100% 32%, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(53% 0, 100% 32%, 100% 100%, 0 100%, 0 0%);*/
    background-color:rgba(255,255,255, 0.95);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    display:flex;
    padding: 8px;
}

.pub-heading{
    width: 50%;
}
.pub-book{
    padding:25px;
}
.pub-book > div > h4{
    color:rgb(29, 75, 84);
}
.pub-book > div > h6{
    color:rgba(51, 141, 158, 1);     
}

.pub-widget > div > div > div > h3 > a{
    color:rgb(29, 75, 84);  
}

.pub-widget > div > div > div > h3 > a:hover{
    color:rgba(51, 141, 158, 1);   
}

.uk-slideset > li > div > h3{
    color:rgb(29, 75, 84);
    /*font-size: 16px; */
    position: absolute;
    width:190%;
    left:400px;
    top: 45%;
    word-break: break-word;
    text-align: left;
}

.uk-slideset > li > div > div.uk-margin{
    color:rgba(51, 141, 158, 1); 
    position: absolute;
    /* font-size: 14px; */
    width:190%;
    left:400px;
    top: 65%;
    word-break: break-word;
}

@media (max-width: 1500px) {
    .uk-slideset > li > div > h3{
        position: initial;
        text-align: center;
        width:initial;
        padding: 10px;
    }
}

@media (max-width: 1000px) {
    .uk-slideset > li > div > div.uk-margin{
        position: initial;
        font-size: 12px;
        width:initial;
        left:initial;
        top: initial;
        word-break: break-word;
        padding: 25px;
    }
}

.custom-wheel-container > div:last-child > div > div{
    width: 100%;
    position: relative;
}

.custom-wheel-container > div:last-child > div > div > div:first-child > a{
    color: rgba(51, 141, 158, 1);     
    margin-top: -10px;
    
}

.custom-wheel-container > div:last-child > div > div > div:last-child > a{
    color: rgba(51, 141, 158, 1);   
    position: absolute;
    right: 0;
    margin-top: -10px;
}

/*
.custom-wheel-container > div:last-child > div > div:last-child > a{
    position: absolute;
    left: 0;
}*/

.eb-event-list > ul > li > .span3 {
    width:80px;
}

.footer-container{
    border-radius: 8px;
    padding-top:85px !important;
}
.custom-footer {
    padding: 0px;
    margin-bottom:25px !important;
}

/*
.tm-bottom-b{
    margin-right:25px;
}*/

.tm-bottom-b > div > div > .white-container{
    padding:35px;
    padding-top:5px;
    padding-bottom:8px;
    margin-top:50px;
}

.custom-footer > div > ul > li > a{
    color:rgba(51, 141, 158, 1);   
}

.custom-footer > div > ul > li > a:hover{
    color:rgb(29, 75, 84); 
}

.custom-footer > div > h2{
    color:rgb(29, 75, 84) !important;   
}
.acymailing_introtext{
    color:rgba(51, 141, 158, 1); 
}
.uk-text-danger{
    color:rgb(29, 75, 84) !important;  
}

.acymailing_form > p > span > input{
    color:rgba(51, 141, 158, 1); 
    border-color:rgba(51, 141, 158, 1); 
    border-width: thin;
    border-radius: 10px;
}


.acysubbuttons > input{
    color:rgba(51, 141, 158, 1); 
    border-color:rgba(51, 141, 158, 1); 
    border-width: thin;
    border-radius: 10px;
    font-size: 0.9rem !important;
    font-weight: bold;
}

.uk-icon-button{
    background-color: rgba(51, 141, 158, 1); 
    color:white;
    border-radius: 10px;
}

.uk-icon-button:hover, .uk-icon-button:focus{
    background-color: white;
    color:rgba(51, 141, 158, 1);
}

.uk-icon-button:active{
    background-color: white;
    color:rgba(51, 141, 158, 1); 
}

em{
    color:rgb(29, 75, 84) !important;
}

.tm-secondary .uk-badge {
    border-color: rgb(29, 75, 84) !important;
    color: rgb(29, 75, 84) !important;
}


.uk-form input[type="text"]{
    background-color:rgba(51, 141, 158, 1) !important; 
    color:white !important;
    border-radius: 10px;
}

.uk-form input[type="password"]{
    background-color:rgba(51, 141, 158, 1) !important; 
    color:white !important;
    border-radius: 10px;
}

.uk-form input[type~="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:white !important;
}
.uk-form input[type~="text"]::-moz-placeholder { /* Firefox 19+ */
  color:white !important;
}
.uk-form input[type~="text"]:-ms-input-placeholder { /* IE 10+ */
  color:white !important;
}
.uk-form input[type~="text"]:-moz-placeholder { /* Firefox 18- */
  color:white !important;
}

.uk-form input[type~="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:white !important;
}
.uk-form input[type~="password"]::-moz-placeholder { /* Firefox 19+ */
  color:white !important;
}
.uk-form input[type~="password"]:-ms-input-placeholder { /* IE 10+ */
  color:white !important;
}
.uk-form input[type~="password"]:-moz-placeholder { /* Firefox 18- */
  color:white !important;
}


label[for^="modlgn-remember"]{
    color:rgba(51, 141, 158, 1); 
}

.tm-secondary .uk-button {
    border-color: rgba(51, 141, 158, 1)!important; 
    color: rgb(29, 75, 84) !important;
    font-size: 0.9rem !important;
    font-weight: bold;
    border-width: thin;
    border-radius: 10px;
    padding:3px 40px 3px 40px;
}

.tm-secondary .uk-button:hover {
    border-color: rgb(29, 75, 84) !important;
    color:rgba(51, 141, 158, 1)!important; 
}

.custom-footer > div > .moduletable > .uk-form > ul > li > a {
    color: rgb(29, 75, 84) !important;
}

.custom-footer > div > .moduletable > .uk-form > ul > li > a:hover {
    color: rgba(51, 141, 158, 1) !important;
}

.tm-primary .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2), .tm-secondary .uk-grid-divider>[class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-color:rgba(51, 141, 158, 1) !important;
    border-width: 3px;
}

/*
input[id^="modlgn-remember"]{
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid rgba(51, 141, 158, 1);
    -webkit-appearance: none;
    cursor: pointer;
}

input[id^="modlgn-remember"]:checked{
    background-color: rgba(51, 141, 158, 1);
}*/

.tm-footer {
    display: none !important;
}

.uk-icon-small{
    color:white !important;
    background-color:rgba(51, 141, 158, 1) !important;
    border-radius: 5px;
    padding: 5px;
}

.uk-icon-small:hover, .uk-icon-small:focus{
    background-color: white !important;
    color:rgba(51, 141, 158, 1) !important;
}

.social-align{
    text-align: right !important;
}

.copyright-align{
    text-align: left !important;
}

.copyright-text{
    font-size: 14px;
}


.uk-nav-search .uk-nav-header {
    color: white;
}

.nav-branding-left{
    position: absolute;
    filter: drop-shadow( -1px 1px 1px rgb(29, 75, 84));
    left:-5px;
    top:-5px;
    height:111%;
    width: auto;
}

.nav-branding-right{
    position: absolute;
    filter: drop-shadow( -1px 1px 1px rgb(29, 75, 84));
    right:-5px;
    top:-5px;
    height:111%;
    width: auto;
}

.heading-branding-r{
    position: absolute;
    /*filter: drop-shadow( -1px 1px 1px rgb(29, 75, 84));*/
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.heading-branding-l{
    position: absolute;
    /*filter: drop-shadow( -1px 1px 1px rgb(29, 75, 84));*/
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*
.uk-search{
    background-color: white !important;
    border-radius: 10px;

} 
.uk-search:before {
    color: white !important;
    background-color: #074961 !important;
    border-radius: 0px 10px 10px 0px;
    width:40px;

}

input.uk-search-field {
    color:#074961 !important;
    text-align: right;
    border-radius: 10px;
    font-weight: bold;
    width: 200px;
    min-width: 200px !important;
}*/

input.uk-search-field{
    color: white;
}

.uk-skip > a{
    color: white;
}

.uk-search:before{
    font-size:24px;
}

.uk-autocomplete-results > li > a{
    color: white;
}

.uk-autocomplete-results > li > a:hover{
    color: rgba(255,255,255,0.75);
}

.uk-tab > li.uk-active > a{
    background-color: white;
    color:rgb(29, 75, 84);
}

.mod-languages > ul > li > a {
    font-family: fontb;
    color: white;
}

.figure-footer-rank-top{
    font-size: 30px;
    display: block;
    padding-top: 5px;
}

.figure-footer-rank-bot{
    font-size: 15px;
}


/*******INNER PAGES*********/

.uk-breadcrumb{
    margin-top:30px;
    color:rgba(38,133,152,1)
}

.uk-breadcrumb > li > a{
    color:rgba(38,133,152,1);
}

.uk-breadcrumb > li > a:hover{
    color:rgb(29, 75, 84);
}

 .uk-accordion-title {
    border: 1px solid rgba(38,133,152,0.6);
}


.uk-article > a > img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.uk-article > img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.uk-article > p > a{
    margin-right: 15px;
}

.uk-article > div > p > a{
    margin-right: 15px;
}
/*
.uk-panel-header .uk-panel-title {
    color:#338c9e ;
}
*/
.uk-list>li>:last-child{
    color: #338c9e;
}

.uk-list>li>:last-child:hover{
    color: rgb(29, 75, 84);
}

.uk-pagination > .uk-active > span{
    color: #338c9e;
    border-color:#338c9e;
}

.uk-pagination > li > a{
    color: #338c9e;
    border-color:#338c9e;
}

/*select {
    background-color: #338c9e !important;
    border-color: #338c9e !important;
}
*/
.pagination{
    margin: initial;
    padding: 5px;
}

.uk-thumbnail{
    border:none;
    background-color:rgba(51, 140, 158, 0.5);
}
.uk-thumbnail-caption{
    color:white;
}

.transparent-economic > .tm-wrapper > #tm-middle > div > .uk-container > .tm-middle > .tm-main > .tm-content > .uk-grid > div > article > div > div > .wheelnav-stat-container {

    background-color: rgba(255,255,255,0);

}

/*Fix Menu Width */
@media (min-width: 1220px){
    .uk-container{
        max-width: initial;
    }
}

article, .tm-content, .uk-alert, .border-radius, .border-radius > .uk-img-preserve{
    border-radius:8px;
}

.uk-breadcrumb {
    background-color: rgba(255,255,255,0.95);
    padding: 5px 5px 5px 15px;
    border-radius: 8px;
}

.uk-pagination , #tm-middle > div > div > div > div > main > div:nth-child(4) > div > div {
    background-color: rgba(255,255,255,0.95);
    padding: 15px;
    border-radius: 8px;
}

/*Hide Kenuna Copyrights*/
.layout#kunena + div {
    display: none !important;
}

.custom-blog{
    background-color: rgba(255,255,255,0.95);
    border-radius: 8px;
    padding: 50px;
    margin-left: initial;
}

/* Event Booking */
.eb-event-date-container {
    background: #338c9e;
    border: 1px #338c9e solid;
}
/************************INTERACTIVE**************************/

.Standards-uikit-frontpage > div > div > div > a > img {
	float: none;
}
.uk-panel-box{
	background:transparent;
	border:none;
	background-color: #ffffff;
}