/*
Theme Name: INF

Version: 1.0
*/

.footer-images {
    text-align: center;
    margin-bottom: 30px;
}

.footer-image-item {
    display: inline-block;
    margin: 0 10px 10px;
}

#google_langauge_translator .goog-te-gadget .goog-te-combo {
    background: transparent;
    color: #000 !important;
}


dt.ml-title.ml-table {
    display: none !important;
}
.breadcrumb-list {
    font-style: italic;
}
.breadcrumb-list .breadcrumb-current {
    font-weight: bold;
}
body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust:none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
    border: 1px solid #d9d7d5;
    border-radius: 0;
    padding: 8px 15px;
    line-height: normal;
    min-width: 200px;
    -webkit-appearance: none;

    height: 38px;
    width: 297px;
    border-radius: 50px 0 0px 50px;
    margin-right: -4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #555;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    background-color: #EEE;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background-color: #00b0b9;
    border: 0px;
    height: 38px;
    background-image: url(images/round-arrow.png);
    background-repeat: no-repeat;
    background-position: 88% center;
    padding: 6px 37px 6px 15px;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #48a23f;
    color: #fff;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
    text-decoration: none;
    background-color: #48a23f;
    color: #fff;
}


/*----- Custom Checkbox & Radio Start -----*/
.custom-radio,
.custom-check {
    position: relative;
    display: inline-block;
}
.custom-radio [type="radio"],
.custom-check [type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.custom-radio label,
.custom-check label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0;
    padding-left: 36px;
    line-height: 22px;
    font-weight: normal;
}
.custom-radio label::before,
.custom-check label::before,
.custom-radio label::after,
.custom-check label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    text-align: center;
    color: #AAA;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.custom-radio label::before,
.custom-check label::before {
    border: 1px solid #b7b7b7;
}
.custom-check label::after {
    /*content: "^";*/
    /*font-family: 'FontAwesome';*/
    /*font-size: 15px;*/
    width: 12px;
    height: 12px;
    background-color: #AAA;
    top: 5px;
    left: 5px;
}
.custom-radio label::after {
    width: 12px;
    height: 12px;
    background-color: #AAA;
    top: 5px;
    left: 5px;
}
.custom-radio label::before,
.custom-radio label::after {
    border-radius: 50%;
}
.custom-radio [type="radio"]:not(:checked) + label::after,
.custom-check [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label::after,
.custom-check [type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.custom-radio [type="radio"]:disabled + label::before,
.custom-check [type="checkbox"]:disabled + label::before {
    background-color: #9e0039;
    box-shadow: inset 0 0 8px 0 #640024;
}
.custom-radio [type="radio"]:focus + label::before,
.custom-check [type="checkbox"]:focus + label::before {
    border-color: #555 !important;
}

/*----- Custom Checkbox & Radio End -----*/


/*----- Custom Select Start -----*/
select {
    background-image: url(images/caret.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ie-browser select {
    background-image: none;
}
/*----- Custom Select End -----*/

/*----- Custom Upload Start -----*/
label.lbl-upload input[type="file"] {
    position: absolute;
    left: -9999px;
}
.lbl-upload {
    display: inline-block;
    background-color: #EAEAEA;
    cursor: pointer;
}
.lbl-upload :invalid + span {
    color: #000;
}
.lbl-upload :valid + span {
    color: #4A4;
}
.upload-file {
    margin-top: 10px;
}
/*----- Custom Upload End -----*/


.list-unstyled {
    list-style: none;
    padding-left: 0;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
}

:-moz-placeholder {
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
}

::-moz-placeholder {
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
}
.wrap-container
{
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.2);
}
.container {
    width: 1199px;
    padding: 0 15px;
    margin: 0 auto;
}
.col
{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.row
{
    margin-left: -15px;
    margin-right: -15px;
}
.container:after,
.row:after
{
    content: "";
    clear: both;
    display: table;
}
a
{
    color: #000;
}
a:hover,
a:focus,
a:active
{
    color: #01afb8;
    text-decoration: none;
}
.tb
{
    /*display: table;
    height: 100%;
    width: 100%;*/
}
.tb-cl
{
/*    display: table-cell;
    height: 100%;
    vertical-align: middle;*/
}
ul
{
    margin-top: 0px;
}
h1, h2, h3, h4, h5, h6
{
    margin-top: 0px;
    margin-bottom: 20px;
}
h2
{
    color: #141412;
    font-size: 41px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1;
}
h1
{
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
h2 small
{
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    display: block;
    margin-top: 3px;
}
h3
{
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
h5
{
    font-size: 18px;
}
/*
header------------*/
header
{
    padding-top: 21px;
    padding-bottom: 20px;
}
header .container
{
    position: relative;
}
.logo
{
    width: 308px;
    height: 121px;
    display: inline-block;
}
nav
{
    float: right;
    margin-top: 43px;
    margin-right: 30px;
}
.mega-menu > li
{
    list-style: none;
    display: inline-block;
    margin-left: 22px;
    /*    position: relative;*/
}
.mega-menu > li:first-of-type
{
    margin-left: 0px;
}
.mega-menu > li:last-of-type
{
    margin-right: 5px;
    margin-left: 26px;
}
.mega-menu > li > a
{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: -1.2px;
}
.mega-menu > li > a:hover,
.mega-menu > li > a:focus,
.mega-menu > li > a:active,
.mega-menu > li.mega-current_page_item > a
{
    color: #48a23f;
    outline: none;
}
.mega-menu > li:last-of-type > a
{
/*    font-size: 0px;
    display: block;*/
}

.mega-menu > li:last-of-type > a:before,
.mob-search:before
/*{
    content: "\f002";
    font: normal normal normal 24px/1 FontAwesome;*/

}
.sb-icon-search {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
nav .search-box .sb-icon-search:before {
    position: absolute;
    content: "\f002";
    font: normal normal normal 24px/1 FontAwesome;*/
    font-size: 24px;
    color: #000;
}
.mega-menu > li:hover ul.mega-sub-menu
{
    display: block;
}
.mega-menu > li ul.mega-sub-menu
{
    position: absolute;
    /*    display: none;*/
    left: 15px;
    padding-left: 0;
    background-color: #48a240;
    width: 97.5%;
    top: 116.5%;
    padding-top: 15px;
    padding-bottom: 40px;
    display: none;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(125,125,125,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(125,125,125,1);
    box-shadow: 0px 0px 10px 0px rgba(125,125,125,1);
}
.mega-menu > li ul.mega-sub-menu:before
{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 72px;
    width: 100%;
}
ul.mega-sub-menu li
{
    list-style: none;
}
ul.mega-sub-menu li ul.menu
{
    padding: 0 0 0 20px;
}
ul.mega-sub-menu li ul.menu:after
{
    content: "";
    display: table;
    clear: both;
}
ul.mega-sub-menu li ul.menu > li
{
    width: 18.3%;
    float: left;
    padding-left: 10px;
}
ul.mega-sub-menu li ul.menu > li > a
{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.mega-sub-menu li ul.menu > li > a:hover,
ul.mega-sub-menu li ul.menu > li > a:focus,
ul.mega-sub-menu li ul.menu > li > a:active
{
    color: #000;
    outline: none;
}
ul.mega-sub-menu li ul.menu ul.sub-menu
{
    padding-left: 0px;
    margin-top: 8px;
}
ul.menu ul.sub-menu > li
{
    line-height: 1.15;
}
ul.menu ul.sub-menu > li > a
{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.menu ul.sub-menu > li > a:hover,
ul.menu ul.sub-menu > li > a:focus,
ul.menu ul.sub-menu > li > a:active
{
    color: #000;
    outline: none;
}
ul.mega-sub-menu li a
{
    color: #fff;
}
/*
add area---------------*/

.add-area
{
    padding: 30px 0;
    text-align: center;
}
.add-area .container {
    display: none;
}
.home-page-bg
{
    background-repeat: no-repeat;
    background-position: 10% center;
    background-size: cover;
	background-image: none!important;
	background-color: #000000;
}

/*
banner css----------*/
.banner-area
{
    padding: 30px 0px;
}
.owl-carousel
{
    position: relative;
}
.footer-carousel {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 40px;
}
.footer-carousel .owl-item.active {
    display: inline;
    float: left;
}
.footer-carousel .owl-item.active img, .footer-carousel .owl-item img {
    display: block;
    margin: 0 auto;
}
.owl-nav {
    display: none !important;
}
.owl-carousel .cnt-banner
{
    position: absolute;
    left: 30px;
    width: 80%;
    bottom: 48px;
}
.cnt-banner strong
{
    font-size: 41px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: -0.3px;
    background-color: rgba(0, 20, 137, 0.80);
    padding: 9px 17px 7px 17px;
    display: inline-block;
    
}
.cnt-banner p
{
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 492px;
    background-color: rgba(254, 254, 254, 0.70);
    letter-spacing: -0.15px;
    line-height: 1.6;
    padding: 14px 16px 14px 16px;
    margin-bottom: 0px;
}
.owl-carousel .item img
{
    width: 100%;
}
.owl-carousel .owl-controls
{
    position: absolute;
    left: 30px;
    bottom: 48px;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.footer-carousel .owl-controls .owl-next
{
    display: none !important;
}
.owl-controls .owl-nav .owl-next
{
    background-color: #000;
    font-size: 0px;
    position: relative; 
    width: 34px;
    height: 33px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-next:focus,
.owl-controls .owl-nav .owl-next:active
{
    background-color: #01afb8;
}
#sync2 .owl-controls .owl-nav .owl-next
{
    display: none !important;
}
.owl-controls .owl-nav .owl-next:before
{
    content: "";
    background-image: url("images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 7px;
    height: 19px;
}
.thum-box
{
    height: 67px;
    text-align: center;
    background-color: #000;
    border: 1px solid #444444;
    cursor: pointer;
}
.thum-box p
{
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
    margin: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: -0.8px;
}
.safari .thum-box p
{
    letter-spacing: -1px;
}
.owl-item.current .thum-box
{
    background-color: #01afb8;
    border: 1px solid #01afb8;
    position: relative;
}
.owl-item.current .thum-box p
{
    color: #fff;
}
.owl-item.current .thum-box:before
{
    content: "";
    position: absolute;
    top: -11px;
    bottom: 100%;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #01afb8;
}
#sync2.owl-carousel
{
    margin-top: -11px;
}
#sync2.owl-carousel .owl-stage-outer
{
    padding-top: 11px;
}

/*
add images section----------*/
.home-info-sec
{
    padding-bottom: 30px;
}
.home-info-sec .row > .col
{
    width: 50%;
}
.headline
{
    background-color: #fff;
}
.headline > h5
{
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 18px;
    padding: 12px 14px 9px 14px;
    border-bottom: 1px solid #e0dcdb;
}
.headline > h5 .fa
{
    color: #00b0b9;
    margin-left: 8px;
}
.headline ul
{
    padding-left: 0px;
    margin-bottom: 0px;
}
.headline ul li
{
    list-style: none;
    padding: 12px 15px 13px 15px;
    border-bottom: 1px solid #e0dcdb;
}
.clearfix:after
{
    content: "";
    clear: both;
    display: table;
}
.headline-box .time-date
{
    width: 13%;
    float: left;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: -0.8px;
    font-size: 10px;
    position: relative;
}
.headline-box .time-date:after
{
    content: "";
    background-color: #e0dcdb;
    width: 1px;
    height: 57px;
    position: absolute;
    right: 0px;
    top: 3px;
}
.headline-box .time-date span
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
.headline-box .time-date a
{
    letter-spacing: -0.1px;
    color: #999999;
    display: inline-block;
    margin-top: 22px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.headline-box .time-date a .fa
{
    margin-right: 1px;
}

.headline-box .time-date a:hover,
.headline-box .time-date a:focus,
.headline-box .time-date a:active
{
    color: #01afb8;
}
.headline-box .head-dtl
{
    width: 85%;
    float: left;
}
.head-dtl .media
{
    position: relative;
    padding-left: 15px;
}
.head-dtl .media figure
{   
    position: absolute;
    top: 3px;
    left: 15px;
    width: 100px;
    height: 57px;
}
.head-dtl .media figure img
{
    border-radius: 5%;
}
.head-dtl .media .media-cnt
{
    padding-left: 114px;
    height: 57px;
}
.media-cnt h5
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    letter-spacing: -1.1px;
    margin-bottom: 10px;
    color: #444444;
}
.media-cnt > a
{
    font-size: 11px;
    text-transform: uppercase;
    color: #444444;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.media-cnt > a:hover,
.media-cnt > a:active,
.media-cnt > a:focus
{
    color: #01afb8;
}
.archive-view a
{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 12px 15px 7px 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.archive-view a:hover,
.archive-view a:focus,
.archive-view a:active
{
    background-color: #01afb8;
    color: #fff;
}

/*
ranking section-------*/
.ranking-area
{
    background-color: #fff;
    position: relative;
    padding-bottom: 34px;
}
.ranking-area .view-all
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.ranking-area > h5
{
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 18px;
    padding: 12px 14px 8px 16px;
    border-bottom: 1px solid #e0dcdb;
}
.ranking-area ul
{
    margin-top: 10px;
    padding-left: 18px;
}
.ranking-area ul li
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin-bottom: 17px;
}
.ranking-area ul li figure
{
    margin-right: 12px;
    display: inline-block;
}
.custom .listnumber{display: inline-block;margin-right: 10px;width: 11px;}

.view-all a
{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 12px 15px 7px 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.view-all a:hover,
.view-all a:focus,
.view-all a:active
{
    background-color: #01afb8;
    color: #fff;
}


/*
add images section----------*/
.add-img-sec
{
    padding-bottom: 30px;
}
.add-img-sec figure a{display: block;-webkit-transition: all 0.3s linear;
                      -moz-transition: all 0.3s linear;
                      -ms-transition: all 0.3s linear;
                      -o-transition: all 0.3s linear;
                      transition: all 0.3s linear;}
.add-img-sec figure a:hover,
.add-img-sec figure a:focus,
.add-img-sec figure a:active{opacity: 0.8;}
figure{margin: 0px;}

.add-img-sec .col
{
    width: 25%;
}

/*
news later----------------*/

.news-later
{
    background-image: url("images/black-white.jpg");
    background-repeat: repeat;
    background-position: center center;    
    padding: 23px 0 17px 0;
}
.safari .news-later
{
    padding: 23px 0;
}
.news-later .col
{
    width: 50%;
}
.news-later .col:last-of-type
{
    text-align: right;
}
.news-cnt h4
{
    color: #fff;
    position: relative;
    padding-left: 61px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 0px;
}
.news-cnt h4 .fa
{
    position: absolute;
    top:0;
    left: 0;
    font-size: 47px;
    color: #fff;
    display: inline-block;
}

.news-cnt h4 span
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: block;
}
.news-cnt p
{
    margin-bottom: 13px;
}
ul.subscribe
{
    margin-top: 6px;
}
ul.subscribe li
{
    display: inline-block;
    vertical-align: top;
}
ul.subscribe li input[type="submit"]
{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background-color: #00b0b9;
    border: 0px;
    height: 38px;
    background-image: url("images/round-arrow.png");
    background-repeat: no-repeat;
    background-position: 88% center;
    padding: 6px 37px 6px 15px;
}

ul.subscribe li input[type="submit"]:hover,
ul.subscribe li input[type="submit"]:focus,
ul.subscribe li input[type="submit"]:active
{
    background-color: #48a23f;
    color: #fff;
}
ul.subscribe li input[type="email"]
{
    height: 38px;
    width: 297px;
    border: 0px;
    border-radius: 50px 0 0px 50px; 
    margin-right: -4px;
}

/*
search box---------------*/
.search-box
{
    padding-left: 0px;
    margin-left: 0px;
    display: inline-block;
}
.search-box li
{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: -1.2px;
    list-style: none;
}


/*
calendar--------------*/


/* Calendar */
.calendar {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    z-index: 2;
    background-color: #333333;
    position: relative;
    padding-bottom: 34px;
}
.calendar .cal-title {
    background-color: #01afb8;  
}
.calendar .cal-title h5 {
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 18px;
    padding: 12px 14px 8px 16px;
    border-bottom: 1px solid #008c98;
    color: #fff;
}
.calendar .cal-month {
    background-color: #01afb8;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 12px 10px;
    position: relative;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    letter-spacing: -0.5px;
}
.cal-timeline {
    background-color: #191919;
}
.cal-timeline .event {
    padding: 7px 20px 6.6px 13px;
}
.cal-timeline .event::after {
    content: "";
    display: table;
    clear: both;
}
.cal-timeline .event:nth-of-type(2n) {
    background-color: rgba(102,102,102,0.35);
}
.cal-timeline .event-date {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 19%;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    position: relative;
}
.cal-timeline .event-date:after
{
    content: "";
    background-color: #303030;
    width: 1px;
    height: 42px;
    position: absolute;
    right: -1px;
    top: 4px;
}
.cal-timeline .event-date small {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
}
.cal-timeline .event-name {
    float: left;
    width: 78%;
    text-align: left;
    padding: 0 0px 0 17px;
    margin-top: 2px;
}
.cal-timeline .event-name a 
{
    color: #FFF;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    line-height: 15px;
    letter-spacing: -0.5px;
}
.cal-timeline .event-name a small
{
    display: block;
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.calendar .cal-footer {
    padding: 10px;
    background-color: #222;
    margin-top: 1px;
    border-radius: 0 0 8px 8px;
}
.calendar .btn {
    font-size: 20px;
    font-style: italic;
    padding: 5px;
    min-width: 135px;
}

.cal-nav {
    /*position: absolute;*/
}
.cal-nav .cal-prev,
.cal-nav .cal-next {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 5px 0;
    border-color: transparent #FFF transparent transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.cal-nav .cal-next {
    left: auto;
    right: 16px;
    border-width: 5px 0 5px 4px;
    border-color: transparent transparent transparent #FFF;
}
.cal-nav .cal-prev:hover,
.cal-nav .cal-next:hover {
    opacity: 0.6;
}
.calendar .view-all
{
    background-color: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.calendar .view-all a
{
    color: #cccccc;    
}
.calendar .view-all a:hover,
.calendar .view-all a:focus,
.calendar .view-all a:active
{
    color: #fff;
}
#event_cal .cal-timeline:nth-child(2n+1)
{
    background-color: #333333;
}
#event_cal .cal-timeline:nth-child(2n+1) .event-date:after
{
    background-color: #414141;
}

/*
social hub-----------*/

.social-hub
{
    background-image: url("images/social-hub-bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 46px 0 49px 0;
}
.hub-title
{
    text-align: center;
}
.hub-title h2
{
    margin-bottom: 46px;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

/*
footer logos----------*/
.ie-browser .footer-logos
{
    overflow: hidden;
}
.footer-logos ul
{
    padding: 0px;
    margin: 0px;
    margin-left: 4px;
}
.footer-logos ul li
{
    list-style: none;
    display: inline-block;
    margin-left: -4px;
    width: 20%;
    text-align: center;
}

.aggro-noscroll
{
    margin-left: -0.5%;
    margin-right: -0.5%;    
}
.ie-browser .aggro-noscroll
{
    margin-left: -1%;
    margin-right: -1%;
}
.aggro-noscroll:after
{
    content: "";
    display: table;
    clear: both;
}
#aggro-container .aggroItem
{
    float: left;
    background: rgba(0,0,0,0.7) !important;
    border-radius: 0px !important;
    border: 0px !important;
    text-align: left !important;
}
.aggroProfile:after
{
    float: left !important;
    margin-top: -53px !important;
    color: #fff !important;
    font-size: 24px !important;    
}

.aggroProfile
{
    background-color: transparent !important;
    margin-bottom: 7px;
}
.aggroProfile a
{
    /*display: none !important;*/
}
.aggroItem
{
    padding: 13px 10px !important;
    min-height: 200px;
}
.aggroProfile a span {
    display: block;
    padding-top: 22px;
    margin:0 !important;
    padding-bottom: 10px;
    line-height: 20px !important;
}
.aggroProfileImage {
    display: none;
}
.aggroProfile,
.aggroText,
.aggroDate
{
    padding: 0px !important;
}

.aggroText
{
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    color: #fff;
    padding-top: 10px !important;
}
.aggroText a
{
    color: #cccccc;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.aggroText a:hover,
.aggroText a:focus,
.aggroText a:active
{
    color: #01afb8;
}
.aggroDate
{
    display: none !important;
}
.footer-logos
{
    padding: 57px 0 55px 0;
}
.footer-logos h3
{
    text-align: center;
    position: relative;
    z-index: 999;
}
.footer-logos h3:after
{
    content: "";
    background-image: url("images/shdw.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 38px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 8px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);        
}
.footer-carousel.owl-carousel
{
    padding-top: 13px;
    z-index: 999;
}
.footer-carousel.owl-carousel .item img
{
    width: auto;
    margin: 0 auto;
}
.footer-carousel.owl-carousel .owl-item .item
{
    text-align: center;
    height: 125px;
}

.footer-carousel.owl-carousel .owl-item .item a
{
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer-carousel.owl-carousel .owl-item .item a:hover img
{
    opacity: 0.7;
}
footer
{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 0 0;
}
footer .col:first-of-type
{
    width: 34%;
}
footer .col:nth-child(4n+2)
{
    width: 17%;
    padding-left: 27px;
}
footer .col:nth-child(4n+3)
{
    width: 23%;
    padding-left: 21px;
}
footer .col:last-of-type
{
    width: 25%;
}
.ftr-address
{
    width: 57%;
    float: right;
    color: #fff;
}
.ftr-address h5
{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 17px;
}
.gecko .ftr-address h5
{
    line-height: 1.1;
}

.ftr-address > ul
{
    font-size: 16px;
}
.ftr-address ul
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.ftr-address ul li
{
    list-style: none;   
}
.ftr-address ul li .fa
{
    margin-right: 9px;
}
.ftr-address ul li a
{
    color: #fff;
    font-size: 16px;
}
.ftr-address ul li a:hover,
.ftr-address ul li a:focus,
.ftr-address ul li a:active
{
    color: #01afb8;
}
.ftr-address > p
{
    font-size: 16px;
}
a.footer-logo
{
    display: inline-block;
}
ul.social
{
    padding: 0px;
    margin: 0px;
}
ul.social > li
{
    list-style: none;
    display: inline-block;
}
ul.social > li > a
{
    font-size: 34px;
    color: #fff;
}
.foote-nav ul
{
    margin: 0px;
    padding: 0px;
}
.foote-nav ul > li
{
    list-style: none;
    margin-bottom: 12px;
}
.foote-nav ul > li > a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.foote-nav ul > li > a:hover,
.foote-nav ul > li > a:focus,
.foote-nav ul > li > a:active   
{
    color: #01afb8;
}
.copy-right
{
    position: relative;
    text-align: right;
    padding-top: 31px;
    height: 96px;
}
.copy-right .copy-log
{
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.copy-right p
{
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    margin-top: 13px;
    display: inline-block;
}
ul.site-map > li
{
    display: inline-block;
    list-style: none;
}
ul.site-map > li
{
    margin-right: 3px;
    position: relative;
}
ul.site-map > li:after
{
    content: "";
    background-color: #fff;
    height: 10px;
    width: 1px;
    position: absolute;
    right: -5px;
    top: 5px;
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -webkit-transform: skewX(-28deg);
    transform: skewX(-15deg);
}
ul.site-map > li:last-of-type:after
{
    display: none;
}
ul.site-map > li > a
{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    letter-spacing: -0.4px; 
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0 3px;
}
.comman-page ul.site-map > li > a {
    color: #000;
}
ul.site-map > li > a:hover,
ul.site-map > li > a:focus,
ul.site-map > li > a:active
{
    color: #01afb8;
}
ul.site-map > li.active > a
{
    font-weight: 800;
}
.artical-banner
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 363px;
}
ul.site-map
{
    padding: 0px 0 24px 0;
    margin: 3px 0px 0 0;
}
.header-innr h3
{
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;   
    letter-spacing: -1px;
    padding-top: 26px;
    line-height: 1;
}
.artical-banner
{
    position: relative;
}
.artical-banner .cnt-banner
{
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 90%;
}
.artical-banner .cnt-banner h1
{
    margin-bottom: 0px;
}

.entry-content ul {
    margin: 15px 0px;
    padding: 0 0 0 40px;
}

.entry-content ul li {
    list-style-type: disc;
}

.innr-page-sec .entry-content
{
    background-color: #fff;
}
.innr-cnt
{
    max-width: 787px;
    margin: 0 auto; 
    padding: 34px 0 34px 0;
    margin-bottom: 30px;    
}
.innr-page-sec .col:first-of-type
{
    width: 75%;
}
.innr-page-sec .col:last-of-type
{
    width: 25%;
}
.innr-cnt p
{
    letter-spacing: -0.15px;
    line-height: 1.9;
    margin-bottom: 26px;
}
.innr-cnt p a
{
    color: #01afb8;
}
.related-article .col,
.related-article .col:first-of-type,
.related-article .col:last-of-type
{
    width: 33.33%;
}
.related-article
{
    margin-top: 130px;
    padding-top: 16px;
    border-top:1px solid #ccc; 
    min-height: 127px;
}
.related-article h5
{
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -0.7px;
    margin-bottom: 17px;
}
.related-article figure
{
    position: absolute;
    top: 0;
    left: 0;
}
.related-article figure img
{
    width: 70px;
    height: 70px;
}
.related-article .media
{
    position: relative;
}
.related-article .media-cnt
{
    padding-left: 80px;
    height: 70px;
}
.related-article .media-cnt h6
{
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: -0.8px;
    color: #444444;
}
.related-article .media-cnt a
{
    color: #444444;
}
.related-article .media-cnt a:hover,
.related-article .media-cnt a:focus,
.related-article .media-cnt a:active
{
    color: #01afb8;
}


.accordion-title
{
    background: url(../images/plus.png) right no-repeat #fffcfb !important;
}
.accordion-title.active,
.accordion-title:hover,
.accordion-title:focus,
.accordion-title:active
{
    background: url(../images/minus.png) right no-repeat #fffcfb !important;
    color: #00b0b9;
}
.accordion-title
{
    color: #444444;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;  
    border-bottom: 1px solid #bbbbbb;
    padding: 12px 15px 11px 15px;
}
.accordion-content
{
    background: #eeeeee !important;
    border-bottom: 1px solid #bbbbbb;
    padding: 7px 15px 8px 27px;
}
.accordion-content a
{
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.accordion-content a:hover,
.accordion-content a:focus,
.accordion-content a:active
{
    color: #01afb8;
}
.accordion-content li
{
    margin-bottom: 10px;
    line-height: 1;
    margin-bottom: 5px;
}
.accordion-content li:last-of-type
{
    margin-bottom: 0px;
}
h5.accord-header
{
    background-color: #fffcfc;
    padding: 12px 10px 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -0.8px;
    margin-bottom: 0px;
    border-bottom: 1px solid #bbbbbb;
}
.accordion-title > span
{
    display: block !important;
}
.accordion-title .fa
{
    opacity: 0;
}
.accordion-title.active .fa
{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #444444;
    opacity: 1;
}
.side-bar
{
    padding-top: 89px; 
}

.side-bar-add,
.side-sec-add
{
    margin-top: 20px;
}
.side-bar .side-bar-add:last-of-type
{
    margin-bottom: 20px;
}

.sb-icon-search {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

nav .search-box .sb-search {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 20;
    display: inline-block;
    width: 0%;
    min-width: 60px;
    height: 100px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

/* line 35, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 3px;
    outline: none;
    background: transparent;
    border: 1px solid transparent;
    height: 35px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 18px;
    padding-left: 10px;
    color: #222;
}

/* line 65, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search-open {
    background: transparent;
}

/* line 67, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search-open .sb-search-input {
    background: #eaeaea;
    color: #000;
    border: 1px solid #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Questrial', sans-serif;
    font-weight: normal;
    top: 40px;
}

/* line 85, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search ::-webkit-input-placeholder {
    color: transparent;
}

nav .search-box .sb-search :-moz-placeholder {
    color: transparent;
}

nav .search-box .sb-search ::-moz-placeholder {
    color: transparent;
}

nav .search-box .sb-search :-ms-input-placeholder {
    color: transparent;
}

nav .search-box .sb-search ::placeholder {
    color: transparent;
}

/* line 90, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search.sb-search-open ::-webkit-input-placeholder {
    color: #999;
}

nav .search-box .sb-search.sb-search-open :-moz-placeholder {
    color: #999;
}

nav .search-box .sb-search.sb-search-open ::-moz-placeholder {
    color: #999;
}

nav .search-box .sb-search.sb-search-open :-ms-input-placeholder {
    color: #999;
}

nav .search-box .sb-search.sb-search-open ::placeholder {
    color: #999;
}

/* line 99, ../sass/partials/_uisearch.scss */

nav .search-box .sb-icon-search,
nav .search-box .sb-search-submit {
    background: transparent;
    width: 60px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    padding: 0;
    margin: 0;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}

/* line 118, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search-submit {
    background: transparent; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

/* line 129, ../sass/partials/_uisearch.scss */

nav .search-box .sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 24px;
    font-family: "webfont" !important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Open state */

/* line 150, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search.sb-search-open,
.no-js .sb-search {
    margin-left: 5px;
    z-index: 10000;
    width: 70%;
}

/* line 168, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: transparent;
    color: #000;
    z-index: 11;
}

/* line 175, ../sass/partials/_uisearch.scss */

nav .search-box .sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*
top bar-----------*/
.top-bar
{
    background-color: #000;
    padding: 2px 0 0px 0;
}
.top-bar .col
{
    width: 70%;
}
.top-bar .col:last-of-type
{
    text-align: right;
    width: 30%;
}
ul.header-social
{
    margin-top: 5px;
    margin-bottom: 6px;
}
ul.header-social li
{
    list-style: none;
    display: inline-block;
}
ul.header-social li
{
    margin-left: 3px;
}
ul.header-social li a
{
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.header-social li a:hover,
ul.header-social li a:focus,
ul.header-social li a:active
{
    color: #48a23f;
}

.menu-icon
{
    display:none;
    cursor:pointer;
    color:#fff;
    text-transform:uppercase;
    text-align:left;
    font-weight:700;
    padding:0;
    line-height:21px
}
.menu-icon:after
{
    clear:both;
    display:table
}
.menu-box
{
    height:20px;
    width:33px;
    float:right;
    cursor: pointer;
}
.nav-bar
{
    position:relative
}
.nav-bar .menu-icon .menu-box
{
    width:30px;
    height:auto;
    margin-right:0;
    padding:0;
    float:right;
    position:absolute;
    top:7px;
    right:0
}
.menu-icon .menu-box span
{
    width:100%;
    height:4px;
    margin-bottom:4px;
    background:#000;
    display:block;
    border-radius:0;
    transition:all .5s;
    -webkit-transition:all .5s
}
#lightbox .aggroText {
    color: #000;
}
#lang_sel a.lang_sel_sel, 
#lang_sel a.lang_sel_sel:visited
{
    color: #fff !important;
    background-color: transparent !important;
    width: 135px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    padding-left: 18px;
    margin-bottom: -6px;
    border-bottom: 0px;
}
.gecko #lang_sel a.lang_sel_sel, 
.gecko #lang_sel a.lang_sel_sel:visited
{
    margin-bottom: -4px;
}
#lang_sel a.lang_sel_sel
{
    background: url(images/lan-down.png) transparent 82% center no-repeat !important;
}
#lang_sel ul ul
{
    top: 100%;
}

#lang_sel a:hover, #lang_sel a.lang_sel_sel:hover
{
    color: #48a23f !important;
}
#lang_sel
{
    height: auto;
}

#aggro-container .aggroItem {
    width: 23%;
}
.mob-search
{
    display: none;
}
.post-content
{
    background-color: #fff;
}
.post-content p{

    padding: 10px;
    margin-bottom: 0px;
}
.innr-page-sec article
{
    margin-bottom: 30px;
}
.share_tweet
{
    background-color: #e6eaea;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    position: relative;
    height: 20px;
    display: inline-block;
    margin-top: -23px;
    top: -5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 1px 5px 5px 20px;
}
.share_tweet:after
{
    content: "\f099";
    color: #22aff4;
    position: absolute;
    top: 50%;
    left: 4px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.share_tweet:hover
{
    background-color: #22aff4;
    color: #fff;
    border: 1px solid #22aff4;
}
.share_tweet:hover:after
{
    color: #fff;
}
.social_media
{
    margin-bottom: 13px;
}
nav.pagination
{
    width: 100%;
    background-image: url(images/black-white.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 0px;
}
h2.screen-reader-text
{
    display: none;
}
.page-numbers
{
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 10px;
}
header.page-header h1 {
    margin-bottom: 10px;
    font-size: 35px;
}
.page-numbers.current
{
    color: #01afb8;
}
header.page-header h1
{
    margin-bottom: 0px;
}
.archive article
{
    margin-bottom: 30px;
}
.error-404 .wrap-container,
.search .wrap-container,
.comman-page
{
    padding-top: 1px;
}
.comman-page footer {
    background: transparent !important;
}
.white-layer h1.page-title,
.white-layer h1.entry-title
{
    color: #000;
}
.white-layer header
{
    padding: 0px;
}
.white-layer
{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    overflow: hidden;
}
label.screen-reader-text
{
    display: block;
    margin-bottom: 10px;
}

blockquote
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}


/*lang.-change*/
.he .mega-menu > li:first-of-type
{
    margin-left: 22px;
}
.he header
{
    text-align: left;
}
.he .top-bar .col:first-of-type
{
    text-align: left;
}
.he .news-cnt
{
    text-align: left;
}
.he ul.subscribe li input[type="email"]
{
    text-align: left;
}
.he ul.subscribe li
{
    float: left;
}
.he ul.subscribe
{
    float: right;
}
.he ul.subscribe li input[type="submit"]
{
    margin-top: 0px;
}

.no-event{color:#fff;}
.safari .cal-timeline .event-name{width: 81%;}
.safari .mega-menu > li:last-of-type{width: 23px;}
.fr .mega-menu > li > a{font-size: 21px;}
.fr .mega-menu > li:last-of-type > a{font-size: 0px;}
.he #lang_sel a.lang_sel_sel{background: url(images/lan-down.png) transparent 10% center no-repeat !important;}
.he .head-dtl .media figure{left: 25px;}
.he .headline-box .time-date:after{right: -15px;}
.he #lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited{width: 127px;}
.he .top-bar{overflow: hidden;}
.no-event{text-align: center;font-family: 'Roboto Condensed', sans-serif;padding: 5px 10px;font-size: 13px;text-transform: uppercase;}
.menu-icon .menu-box span:last-of-type
{
    margin-bottom: 0px;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(7px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(7px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(7px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(7px) translateX(5px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(4px);
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(4px);
    -ms-transform: rotate(-45deg) translateY(-6px) translateX(4px);
}
.bnt-cnt-link
{
    background-color: #000;
    font-size: 0px;
    position: relative;
    width: 34px;
    height: 33px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}
.bnt-cnt-link:before {
    content: "";
    background-image: url(images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 7px;
    height: 19px;
}
.aggroAdmin { display: none; }
#aggroPagination { display: none; }

.widget_categories h3.widget-title {
    background-color: #fffcfc;
    padding: 12px 10px 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -0.8px;
    margin-bottom: 0px;
    border-bottom: 1px solid #bbbbbb;
}
.widget_categories li a {
    background: url(../images/plus.png) right no-repeat #fffcfb !important;
    color: #444444;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    border-bottom: 1px solid #bbbbbb;
    padding: 12px 15px 11px 15px;
    display: block;

}

.widget_categories  .children {
    background: #eeeeee !important;
    border-bottom: 1px solid #bbbbbb;
    padding: 7px 15px 8px 27px;
    display: block;
    list-style: outside none none;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
}
.children li {
    line-height: 1;
    margin-bottom: 5px;
}
.children li a{
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: none !important;
    border: none;
    padding: 2px;
}
li.current-cat a {
        color: #00b0b9;
}
.col-md-6 {

    float: left;
    padding: 30px;
    width: 50%;
}
.col-md-3 {

    width: 25%;
    float: left;
    padding: 30px;
}
.col-md-9 {

    width: 75%;
    float: left;
    padding: 30px;
}
.player-single-title {

    transition: color 0.2s ease-in-out;
    font-size: 20px;
    background: #00b0b9;
    text-decoration: none;
    margin-bottom: 7px;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}
.player-single-title a {
    color: #FFF;
    text-transform: initial;
}
.post-entry .post-image {
   width: 100%;
}
.single-title {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 20px;
    color: #00b0b9;
    text-decoration: none;
    margin-bottom: 7px;
}
.team-btn {
    background:#00b0b9;
    color: #FFF;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 5px;
    font-size: 13px;
}
.team-btn a {
    color: #FFF;
}

p#breadcrumbs {
    color: #fff;
    margin-top: 12px;
    font-style: italic;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}
#breadcrumbs a {
    color: #fff;
}
.site-map-bread {
    padding: 13px 0 18px 0;
    margin: 0;
}
.breadcrumb_last {
    font-weight: bold;
}
.mega-menu-toggle {
    display: none !important;
}
