.topMenu a, li {
    -webkit-tap-highlight-color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.topMenu .nav ul {
    padding: 0;
    list-style: none;
    font-size: 1.5em;
    margin: 0;
    font-weight: 300;
    border: 1px solid #fff;
    background-color: rgba(10, 108, 111, 0.7);
    padding-top: 10px;
}

.topMenu2 .nav ul {
    padding: 0;
    list-style: none;
    font-size: 1.5em;
    margin: 10px auto 0 auto;
    font-weight: 300;
    background-color: transparent;
    border: none;
}

.topMenu .nav li span {
    display: block;
    position: relative;
}

    .topMenu .nav li span .message-count {
        position: absolute;
        top: 5px;
        left: 25%;
        background-color: red;
        width: 20px;
        height: 24px;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        line-height: .8;
        font-family: tahoma;
        font-size: 20px;
    }

    .topMenu .nav li span.without-title {
        padding-top: 28px;
    }

.topMenu .nav a {
    display: block;
    color: #062329;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: background .5s, height .5s;
    width: auto;
}

.topMenu .nav i {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.topMenu a, button {
    -webkit-tap-highlight-color: #000000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*.no-touch .topMenu .nav ul:hover a {
    color: #000;
    color: rgba(0, 0, 0, 1);
}*/

.no-touch .topMenu .nav ul:hover a:hover {
    color: #000;
    color: rgba(0, 0, 0, 1);
}

.topMenu .nav .navtoogle {
    display: none;
    width: 100%;
    padding: 0.5em 0.5em 0.8em;
    font-family: 'Lato',Calibri,Arial,sans-serif;
    font-weight: normal;
    text-align: left;
    color: rgb(7, 16, 15);
    font-size: 1.2em;
    background: none;
    border: none;
    border-bottom: 4px solid rgb(221, 221, 221);
    cursor: pointer;
}

.topMenu .navtoogle i {
    z-index: -1;
}

.topMenu .icon-menu {
    position: relative;
    top: 3px;
    line-height: 0;
    font-size: 1.6em;
}

.topMenu .nav li span:last-of-type {
    font-size: 16px;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    /*width: 120px;*/
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
}

.topMenu .nav li {
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
    display: inline-block;
    text-align: center;
    padding: 0 18px 0 20px;
}

.topMenu .nav li.active {
    border-bottom: 3px solid #FFBA00;
    z-index: 2;
}

    .topMenu .nav li.menu-split {
        background-color: #4dbfd8;
        height: 12px;
        width: 1px;
        padding: 0;
        margin: 0;
        top: -4px;
        position: relative;
    }

.topMenu .nav li.menu-split-last {
    display: none;
}

/*.no-touch .topMenu .nav li a:hover,
    .no-touch .topMenu .nav li a:active,
    .no-touch .topMenu .nav li a:focus {
        border-bottom: 4px solid #1b1b1b;
        border-bottom: 4px solid rgba(27, 27, 27, 0.5);
    }*/

.topMenu .menu-icon {
    padding-top: 0.4em;
}

/*.topMenu .menu-icon + span {
            margin-top: 0.7em;
            -webkit-transition: margin .5s;
            -moz-transition: margin .5s;
            -o-transition: margin .5s;
            -ms-transition: margin .5s;
            transition: margin .5s;
        }*/

/*.no-touch .topMenu .nav a:hover,
    .topMenu .nav a:active,
    .topMenu .nav a:focus {
        height: 140px;
    }*/

/*.no-touch .nav a:hover .menu-icon + span {
        margin-top: 1.4em;
        -webkit-transition: margin .5s;
        -moz-transition: margin .5s;
        -o-transition: margin .5s;
        -ms-transition: margin .5s;
        transition: margin .5s;
    }*/

.topMenu .nav i {
    position: relative;
    display: inline-block;
    height: 65px;
    margin: 0 auto;
    padding: 0.4em;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.8em;
    -webkit-box-shadow: 0 0 0 30px transparent;
    -ms-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    background: rgba(255,255,255,0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}

.no-touch .topMenu .nav a:hover i,
.no-touch .topMenu .nav a:active i,
.no-touch .topMenu .nav a:focus i {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}


/*---------------------------------Flat Menu -------------------------------------------*/
.tile-col-v1 {
    padding-right: 0;
    padding-left: 0;
    position: relative; 
    height: 32.1%;
}
.tile-col.col-xs-12 {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    height: 32.2%;
    margin-top: 2.1%;
}
.tile-col.col-xs-8 {
    position: relative;
    height: 49%;
    margin-top: .5%;
}
.tile.col-24 {
    width: 92% !important;
}
.tile {
    -webkit-transition-property: box-shadow, margin-left, margin-top;
    -webkit-transition-duration: 0.25s, 0.5s, 0.5s;
    -moztransition-property: box-shadow, margin-left, margin-top;
    -moz-transition-duration: 0.25s, 0.5s, 0.5s;
    -o-transition-property: box-shadow, margin-left, margin-top;
    -o-transition-duration: 0.25s, 0.5s, 0.5s;
    -ms-transition-property: box-shadow, margin-left, margin-top;
    -ms-transition-duration: 0.25s, 0.5s, 0.5s;
    -moz-transition-property: box-shadow, margin-left, margin-top;
    transition-property: box-shadow, margin-left, margin-top;
    transition-duration: 0.25s, 0.5s, 0.5s;
}
.tileFlip {
    z-index: 0;
    overflow: visible;
    /*border: 1px solid #CAC7C7;*/
    border: 1px solid #dcdada;
    -ms-border-radius: 1px;
    border-radius: 1px;
}

div.tile-v1,a.tile-v1 {
    width: 89%; 
    height: 93%;
    margin-top: 10px;
    display: block;
    -ms-opacity: 1;
    opacity: 1;
}
.col-xs-12 > div.tile,.col-xs-12 >a.tile {
    width: 89%; 
    height: 100%;
    display: block;
    -ms-opacity: 1;
    opacity: 1;
}

.col-xs-8 > div.tile,.col-xs-8 > a.tile {
    width: calc( 100% - 30px );
    height: calc( 100% - 20px );
    display: block;
    -ms-opacity: 1;
    opacity: 1;
}

@media screen and (orientation:landscape) {
    div.tile.odd, a.tile.odd {
        margin-right: 8px;
    }
}

a.tile, a.tile:hover, a.tile:focus {
    /*color: #ffffff !important;*/
    /*----------------------------------------------- NewTheme ------------------------------*/
    color: #505050 !important;
}
.active-info{
    /*border-bottom: 4px solid #ffffff;
    border-bottom: 4px solid rgba(255,255,255,0.5);*/
}
.active-info-i {
    background: rgba(255,255,255,0.2) !important;
}

.tile {
    color: #FFF;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    overflow: hidden;
    transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    -ms-transition: box-shadow 0.25s ease-out;
    font-weight: normal;
    text-decoration: none;
    /*-webkit-box-shadow: 0 0 2px #555;
    -ms-box-shadow: 0 0 2px #555;
    box-shadow: 0 0 2px #555;*/
}

.tileFlip>.flipContainer {
    height: 100%;
    width: 100%;
    z-index: 0;
}


.horizontal.tileFlip .flipFront {
    -moz-transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    /*background-color: #0a6c6f;
    background-color: rgba(10, 108, 111, 0.7);*/
    background-color: #f2f2f2;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}

.tileFlip>.flipContainer>div {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
}
.tileFlip .flipFront {
    position: absolute;
    display: table;
    padding: 0;
    marign: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-opacity: 0.8 !important;
    opacity: 0.8 !important;
}
/*----------------------------- NewTheme---------------------------------*/
.tileFlip .flipFront {    
    -webkit-box-shadow: 0 0 16px #D3D3D3;
    -ms-box-shadow: 0 0 16px #D3D3D3;
    box-shadow: 0 0 26px #D3D3D3;
    /*border: 1px solid #CAC7C7;*/
    background-color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*-----------------------------------------------------------------------*/
.tileFlip .flipFront .flipImgCenterer {
    text-align: center;
}
.tileFlip .flipFront i {
    /*color: #fff;*/
    color: #446c74;
    position: relative;
    display: inline-block;
    margin: 10px;
    font-size: 30px;
    /*line-height: 65px;*/
    height: 50px !important;
    border-radius: 50%;
    padding: 11px;
    -webkit-box-shadow: 0 0 0 30px transparent;
    -ms-box-shadow: 0 0 0 30px transparent;
    box-shadow: 0 0 0 30px transparent;
    /*background: rgba(255,255,255,0.1);*/
    /*background: #000000;
    background: rgba(0,0,0,0.3);*/
    background: rgba(150, 148, 148, 0.3);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    -ms-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}

.tileFlip .flipFront i {
    margin: 24%;
    padding: 11px 10px 11px 11px;
}
.support3D.horizontal.tileFlip:hover i,.support3D.horizontal.tileFlip:active i,.support3D.horizontal.tileFlip:focus i {
     -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.8);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.8);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.8);
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}
.tileFlip .flipFront p {
        /*color: #fff;*/
    color: #4C4B4B;
    -ms-opacity: 1;
    opacity: 1;
    position: absolute;
    bottom: -5px;
    right: 0px;
    padding-top: 9px;
    padding-right: 5px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tileFlip .flipFront:hover,.tileFlip .active-info {
    background-color: #d9d9d9 !important;
    /*background-color: #0e2903 !important;
    background-color: rgba(14, 41, 3, 0.7) !important;*/
}

.tileFlip .flipFront:hover i,.tileFlip .active-info i {
    color: #ffffff !important;
    background: #062329 !important;
    /*background-color: #0e2903  !important;
    background-color: rgba(14, 41, 3, 0.7) !important;*/
}
.tileFlip .flipFront:hover p,.tileFlip .active-info p {
    -ms-opacity: 1;
    opacity: 1;
    color: #062329 !important;
}
.tileFlip .flipFront:hover .progress-text,.tileFlip .active-info .progress-text {
   color: #FFBA00 !important;
}
.tileFlip .flipFront:hover svg path,.tileFlip .active-info svg path {
   stroke: #FFBA00 !important;
}
.tileFlip .flipFront:hover svg circle,.tileFlip .active-info svg circle {
   stroke: #242424 !important;
}
/*.support3D.horizontal.tileFlip:hover .flipFront {
    -webkit-transform: perspective(600px) rotateY(-179.9deg);
    -moz-transform: perspective(600px) rotateY(-179.9deg);
    -ms-transform: perspective(600px) rotateY(-179.9deg);
    -o-transform: perspective(600px) rotateY(-179.9deg);
    transform: perspective(600px) rotateY(-179.9deg);
}
.support3D.horizontal.tileFlip:hover .flipBack {
    -moz-transform: perspective(600px) rotateY(0);
    -webkit-transform: perspective(600px) rotateY(0);
    -ms-transform: perspective(600px) rotateY(0);
    -o-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0);
}*/

.tileFlip .flipBack>h5 {
    display: table-cell;
    color: #FFF;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 3px;
}
.tileFlip .flipBack>h5 span {
        font-size: 22px;
    line-height: 85px;
}

.support3D.horizontal.tileFlip .flipBack {
    -moz-transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    -ms-transform: perspective(600px) rotateY(180deg);
    -o-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
}

.support3D.tileFlip .flipBack {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

}
.tileFlip .flipBack {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    color: white;
    text-align: center;
    z-index: 0;
    background: inherit;
     /*-ms-opacity: 0.7 !important;
    opacity: 0.7 !important;*/
}


.horizontal.tileFlip.xAxis .flipFront {
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
/*.support3D.horizontal.tileFlip.xAxis:hover .flipFront {
    -webkit-transform: perspective(600px) rotateX(-179.9deg);
    -moz-transform: perspective(600px) rotateX(-179.9deg);
    -ms-transform: perspective(600px) rotateX(-179.9deg);
    -o-transform: perspective(600px) rotateX(-179.9deg);
    transform: perspective(600px) rotateX(-179.9deg);
}
.support3D.horizontal.tileFlip.xAxis:hover .flipBack {
    -moz-transform: perspective(600px) rotateX(0);
    -webkit-transform: perspective(600px) rotateX(0);
    -ms-transform: perspective(600px) rotateX(0);
    -o-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
}*/
.support3D.horizontal.tileFlip.xAxis .flipBack {
    -moz-transform: perspective(600px) rotateX(180deg);
    -webkit-transform: perspective(600px) rotateX(180deg);
    -ms-transform: perspective(600px) rotateX(180deg);
    -o-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
}