@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body {
    background-color: #eeeeee;
    border-top: solid 3px #ea1c5c;
    font-family: 'Lato', sans-serif;
}

* {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    list-style: none;
}

a{
    transition: .2s ease !important;
}

.social-icon {
    float: left;
    margin-top: 30px;
}

.social-icon a {
    display: block;
    float: left;
    height: 32px;
    margin-right: 5px;
    width: 32px;
}

.social-icon a:hover {
    opacity: 0.8;
}

.fb-ico {
    background-image: url("../img/facebook.png");
}

.tw-ico {
    background-image: url("../img/twitter.png");
}

.in-ico {
    background-image: url("../img/linkedin.png");
}

.you-ico {
    background-image: url("../img/youtube.png");
}

.rss-ico {
    background-image: url("../img/rss.png");
}

nav.top-nav {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

nav.top-nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

nav.top-nav li {
    float: left;
}

.sub-btn-panel {
    float: left;
    padding-top: 30px;
    position: relative;
}

.info-offer {
    display: block;
    float: right;
}

.info-offer>a {
    background-color: #ea1c5c;
    color: #ffffff;
    display: block;
    padding: 40px 15px 15px;
    text-decoration: none;
    font-weight: 600;
}

[class$='creditgroup'] { /* class name ends with col-lg */
  display: none;
}


.info-offer a:hover {
    background-color: #c1003e;
}

.sub-btn-panel span,
.sub-btn-panel a {
    color: #c6c2c3;
    display: block;
    float: left;
    padding: 10px;
    text-decoration: none;
}

nav.top-nav a {
    color: #ea1c5c;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    padding: 10px 8px;
}

nav.top-nav a:hover,
nav a:active,
nav a:focus {
    color: #c1003e;
    text-decoration: none;
}

nav.top-nav li.current-menu-item a {
    color: #333;
}

.sub-btn-panel span:hover,
.sub-btn-panel a:hover {
    color: #333;
}

.bottom-nav {
    float: right;
    /*margin: 30px 5px;*/
    margin-top: 6px;
}

.logo {
    float: left;
    /* padding: 15px;
    width: 400px;*/
}

.logo img {
    max-width: 100%;
}

a.lang {
    font-weight: 600;
}

.bottom-header {
    background-color: #ffffff;
}

.bottom-header::after {
    clear: both;
    content: "";
    display: table;
}

.bottom-nav li {
    float: left;
    list-style: none;
}

.bottom-nav>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.bottom-nav a {
    color: #444444;
    display: block;
    font-weight: 700;
    padding: 15px;
}

.bottom-nav a:hover,
.bottom-nav a:focus,
.bottom-nav a:active {
    color: #333333;
    text-decoration: none;
}

.bottom-nav li.current-menu-item a {
    color: #ccc;
}

.search i {
    cursor: pointer;
    font-size: 18px;
}

.search-form {
    background-color: #ea1c5c;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    padding: 5px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    display: none;
    z-index: 11;
}

.search-form input {
    border: medium none;
    float: left;
    padding: 10px;
    width: 250px;
}

.search-form input[type="submit"] {
    background-color: #c1003e;
    border-radius: 0 3px 3px 0;
    color: #f5deb3;
    text-transform: uppercase;
    width: 90px;
}

.search-form input[type="submit"]:hover {
    background-color: #d51452;
}

.search-form .screen-reader-text {
    color: #ffffff;
    display: block;
}


footer {
    background-color: #49442E;
    color: #333333;
    margin-top: 30px;
    padding: 30px 0;
}

.col-24p {
    float: left;
    padding: 15px;
    width: 24%;
}

.video {
    width: 100%;
}

.video iframe {
    border: 3px solid #242424;
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.col-28p {
    float: left;
    width: 28%;
    /*text-align: right;*/
}

.header-nav {
    color: #4c5053;
    font-size: 18px;
    margin: 5px 0;
    font-weight: 700;
}

.link-nav>a {
    color: #353535;
    display: block;
}

footer a {
    color: #819299;
}

.col-28p>a:hover {
    color: #ffffff;
}

.left-side {
    float: left;
    background-color: #ffffff;
}

.top-description-box {
    background-color: #49442e;
    color: #e3ddc5;
    padding: 30px;
}

.yellow-header {
    color: #f8cf32;
    font-size: 28px;
    margin: 10px 0;
    font-weight: 200;
}

.bottom-yellow-line {
    background-color: #f8cf32;
    height: 4px;
    margin-bottom: 30px;
    margin-top: 15px;
    width: 150px;
}

.top-description-box>a {
    color: #f8cf32;
    font-weight: 700;
}

.top-description-box>a:hover {
    color: #000000;
    text-decoration: none;
}

.content {
    float: left;
    background-color: #ffffff;
}

.data_portal_listing.col-md-8 {
    float: left;
    background-color: #ffffff;
   /* width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px); */
}

.content ul {
    font-family: Ubuntu, sans-serif;
}

.main-image img {
    width: 100%;
}

.top-description-box::after {
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #49442e;
    border-top: 20px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 60px;
    width: 0;
}

.top-description-box {
    position: relative;
}

.white-box {
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
}

.white-box .nav-tabs>li.active>a {
    background-color: #e43e74;
    border-color: #e43e74;
    color: #ffffff;
}

.white-box .nav-tabs>li>a {
    border: 1px solid #f1eff0;
    border-radius: 30px;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 5px 11px;
    color: #a09c9d;
    font-weight: 600;
    font-size: 12px;
}

.white-box .nav-tabs>li>a:hover {
    background-color: #e43e74;
    color: #fff;
}

.white-box .nav-tabs {
    border: medium none;
}

.white-box .nav-tabs>li.active>a::after {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #e43e74;
    content: "";
    height: 0;
    left: calc(50% - 10px);
    left: -webkit-calc(50% - 10px);
    position: absolute;
    top: 100%;
    width: 0;
}

.sub-header {
    color: #333;
    font-size: 16px;
    margin: 15px 0 10px;
    font-weight: 700;
}

.white-box {
    /*color: #cac7bf;*/
}

.dowload-btn {
    background-color: #ecb912;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    display: table;
    margin: 15px auto;
    padding: 5px 15px;
}

.dowload-btn:hover,
.dowload-btn:active,
.dowload-btn:focus {
    background-color: #d6af1e;
    color: #ffffff;
    text-decoration: none;
}

.greay-box {
    background-color: #dddddd;
    border-top: 3px solid #484532;
    padding: 30px;
}

.normal-header {
    font-weight: 700;
}

.arrow-list {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
}

.arrow-list a {
    color: #333333;
    display: block;
    line-height: 30px;
}

.arrow-list a:hover {
    padding-left: 10px;
    text-decoration: none;
}

.left-top-pading-box {
    padding-left: 15px;
    padding-top: 15px;
}

.news-box {
    background-color: #ffffff;
    padding: 20px;
    width: 65%;
}

.yellow-normal-header {
    color: #ecb912;
    font-weight: 700;
    margin: 5px 0 10px 0;
}

.blue-sub-header {
    color: #1baed9;
    font-size: 18px;
    margin: 10px 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-box {
    background-color: #ffffff;
    display: table;
}

.event-box-careers {
    background-color: #e7e7e9;
    display: table;
    margin-top: 12px;
}

.event-box>img {
    float: left;
    width: 35%;
}

.event-in-box {
    float: left;
    padding: 15px;
    width: 65%;
    /*background-color: #ffffff;*/
}

.event-in-box-careers {
    float: left;
    padding: 32px;
    width: 100%;
}

.pink-normal-header {
    color: #ea1c5c;
    font-weight: 700;
    margin: 5px 0 10px 0;
}

.insde-list-right {
    position: relative;
}

.short-icon-list-box {
    background-color: #f5deb3;
    bottom: 0;
    position: absolute;
    right: 0;
    width: calc(35% - 20px);
    width: -webkit-calc(35% - 20px);
}

.short-icon {
    float: left;
    width: 60px;
}

.short-icon-box {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    display: table;
    font-weight: 700;
    padding: 10px;
    width: 100%;
}

.short-box-lg-header {
    font-size: 18px;
}

.short-icon-box.brown {
    background-color: #49442e;
}

.short-icon-box.pink {
    background-color: #e02479;
}

.short-icon-box.dark-blue {
    background-color: #216798;
}

.short-icon-box.yellow {
    background-color: #f8b32a;
}

.short-icon-box.light-green {
    background-color: #90be16;
}

.short-icon-box.blue {
    background-color: #1baed9;
}

.short-icon>img {
    display: block;
    margin: auto;
    width: 40px;
}

.short-icon {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.short-icon-box>a {
    color: inherit;
    display: block;
}

.short-icon-box>a:hover,
.short-icon-box>a:focus,
.short-icon-box>a:active {
    text-decoration: none;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.short-icon-box:last-child {
    border-bottom: medium none;
}

.breadcrumbs a {
    color: inherit;
}

.read-more-black {
    color: #333333;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

.read-more-white {
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

.read-more-white:hover,
.read-more-white:active,
.read-more-white:focus {
    color: #333;
    text-decoration: none;
}

.read-more-black:hover,
.read-more-black:active,
.read-more-black:focus {
    color: #ea1c5c;
    text-decoration: none;
}

.icon-link-box {
    background-color: #cccccc;
    color: #ffffff;
}

.icon-link-box>a {
    color: inherit;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
}

.icon-link-box span {
    margin-right: 15px;
}

.icon-link-box i {
    float: right;
    padding: 10px 5px 10px 0;
}

.icon-link-box.orange {
    background-color: #ec9b01;
}

.icon-link-box.pink {
    background-color: #e31462;
}

.icon-link-box>a:hover,
.icon-link-box>a:focus,
.icon-link-box>a:active {
    text-decoration: none;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2) inset;
}

.icon-link-box>a:hover i,
.icon-link-box>a:focus i,
.icon-link-box>a:active i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.dark-blue-header {
    color: #0d3b5c;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0 15px;
}

.event-box.pink {
    background-color: #e31462;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;

}

.event-box.yellow {
    background-color: #f8b32a;
    color: #fff;
}

.event-box.blue {
    background-color: #216798;
    color: #fff;
}

.sub-header.white {
    color: #fff;
}

.linck-box {
    background-color: #cccccc;
    width: 100%;
}

.linck-box>a {
    color: #ffffff;
    display: block;
    padding: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
}

.linck-box>a i {
    float: right;
    position: absolute;
    z-index: 9999;
    top: 34px;
    right: 8px
}

.linck-box.green {
    background-color: #90be16;
}

.linck-box.blue {
    background-color: #1baed9;
}

.linck-box>a:hover,
.linck-box>a:focus,
.linck-box>a:active {
    text-decoration: none;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2) inset;
}

.linck-box>a:hover i,
.linck-box>a:focus i,
.linck-box>a:active i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.sm-link-box li>a {
    border: solid 1px #ccc;
    border-bottom: none;
    color: #333333;
    display: block;
    font-weight: 700;
    line-height: 50px;
    padding: 0 15px;
    background-color: #fff;
}

.sm-link-box li>a i {
    float: right;
    margin-top: 17px
}

.sm-link-box li>a:hover,
.sm-link-box li>a:active,
.sm-link-box li>a:focus {

    color: #000;
    text-decoration: none;
}

.sm-link-box li>a:hover i,
.sm-link-box li>a:active i,
.sm-link-box li>a:focus i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

/*.container .sm-link-box li.current-menu-item>a {*/
/*    background-color: #e31462;*/
/*    color: #fff;*/
/*}*/

.image-white-box {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

.image-white-box>img {
    width: 100%;
}

.nav-tabs.maintab>li>a {
    color: #333;
}

.nav-tabs.maintab>li.active>a {
    background-color: #ccc;
}

.tab-in-cont {
    padding: 20px 0;
}

.grediant-imagebox {
    float: left;
    margin: 15px 0;
    padding: 3px;
    width: 33.33%;
}

.grediant-imagebox>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.grediant-imagebox>a:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.grediant-imagebox img {
    width: 100%;
}

.grediant {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,000000+100 */
    background: rgba(249, 249, 249, 0.3);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#000000', GradientType=0.5);
    /* IE6-9 */
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.grediant-imagebox span {
    bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    position: absolute;
    z-index: 100;
}


/*.dark-blue{
    color: #244d6a;
}
.pink{
    color: #ea1c5c;
}
.orange{
    color: #f9ce31;
}
.blue{
    color: #1d8ec2;
}*/

.header-md.dark-blue {
    color: #105686;
}

.header-md.pink {
    color: #ec42af;
}

.header-md.blue {
    color: #2bb5d6;
    margin-bottom: 0;
}

.header-lg {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
}

.header-md {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}

.header-sm {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}

.header-xs {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
}

.header-xs a,
.header-sm a,
.header-md a,
.header-lg a , .header-md.blue{
    color: inherit;
}

.full-white-cont {
    background-color: #ffffff;
    display: table;
    padding: 20px;
    width: 100%;
}

.yellow-header b {
    font-weight: 600;
}

.search-content-box {
    margin: 10px 0;
}

.search-content-box>input {
    background-image: url("../img/search.png");
    background-position: 175px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 30px 5px 10px;
    width: 200px;
}

.search-content-box>input:focus {
    background-color: #efefef;
}

.report {
    float: left;
    width: 100%;
}

.report + .report {
    margin-top: 20px;
}

.report-box {
    border: 1px solid #cccccc;
    float: left;
    margin: 10px 0;
    width: 100%;
}

.report-img {
    float: left;
    width: 35%;
}

.report-img>img {
    width: 100%;
}

.report-cont {
    float: left;
    padding: 0 10px;
    width: 65%;
}

.download-btn-blue {
    background-color: #2090cf;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
}

.download-btn-blue:hover {
    text-decoration: none;
    background-color: #176693;
    color: #fff;
}

.report-box .header-sm {
    margin: 10px 0 5px;
}

.year {
    color: #000000;
    font-size: 15px;
}

.report-box p {
    color: #888888;
}

.height-250, .height-300 {
    /*height: 250px;*/
    height: 350px;
}

.height-330 {
    height: 330px;
}

.height-200 {
    height: 175px;
}

.height-450 {
    height: 450px;
}

.main-area {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.main-area .left-side {
    position: relative;
    z-index: 16;
}

.main-image img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

table {
    width: 100%;
}

th {
    background-color: #f8b32a;
    color: #fff;
    padding: 14px 10px !important;
    border-bottom: none !important;
    border: 1px solid #104e8b !important;
}

td {
    padding: 5px;
    font-weight: 700;
}

table {
    /*border: 1px solid #f8b32a;*/
    border: 1px solid #CCC;
}

table tr:nth-child(2n+2) {
    background-color: rgba(248, 179, 42, 0.1);
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.sm-link-box li img {
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}

.sm-link-box>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.height-600 {
    height: 600px;
}

.to-top {
    margin-top: -120px;
    position: relative;
    z-index: 20;
}

.sm-link-box.lg li>a {
    line-height: 50px;
}

.sm-link-box.lg li img {
    margin-top: 18px;
}

.sm-link-box.lg li>a i {
    /*margin-top: 28px;*/
    margin-top: 18px;
}

.sm-link-box li a:hover {
    background-color: #fff !important;
    color: #333 !important;
}

.sm-link-box li.orange a {
    background-color: #f8cf32;
    color: #fff;
}

.sm-link-box li.brown a {
    background-color: #49442e;
    color: #fff;
}

.sm-link-box li.pink a {
    background-color: #e31462;
    color: #fff;
}

.sm-link-box li.dark-blue a {
    background-color: #216798;
    color: #fff;
}

.sm-link-box li.yellow a {
    background-color: #f8b32a;
    color: #fff;
}

.sm-link-box li.light-green a {
    background-color: #90be16;
    color: #fff;
}

.sm-link-box li.blue a {
    background-color: #1baed9;
    color: #fff;
}

.mail a {
    color: #333;
    font-size: 18px;
    line-height: 33px;
}

.mail a span {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.mail-head {
    font-weight: bold;
    margin: 10px 0;
    text-decoration: underline;
}

.absolute-head {
    position: absolute;
    text-align: center;
    width: 100%;
}

.image-white-box {
    position: inherit;
}

.absolute-head div {
    line-height: 12px;
}

.in-bluebox {
    background-color: #1c92da;
    color: #fff;
    font-size: 18px;
    padding: 25px;
    text-align: center;
}

.grediant-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#489f41+0,ffffff+67&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(72, 159, 65, 1) 0%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(72, 159, 65, 1) 0%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(72, 159, 65, 1) 0%, rgba(255, 255, 255, 0.33) 67%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489f41', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.grean-grediant-img {
    position: relative;
    overflow: hidden;
}

.grean-grediant-img img {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.in-img-content {
    color: #fff;
    min-height: 330px;
    padding: 60px;
    position: relative;
    width: 50%;
    font-size: 16px;
}

.white-header {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;
}


.header-lg.dark-blue {
    color: #0b3c5e;
    margin-top: 30px;
}

.vacancies-list>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.vacancies-list .name,
.vacancies-list .description {
    float: left;
}

.vacancies-list li a {
    color: #e31462;
    float: right;
    font-weight: 700;
}

.vacancies-list a:hover {
    text-decoration: none;
    color: #333;
}

.vacancies-list .name {
    font-weight: 700;
    width: 40%;
}

.vacancies-list li {
    border-top: 1px solid #ccc;
    display: table;
    line-height: 30px;
    padding: 8px 0;
    width: 100%;
}

.vacancies-list li:last-child {
    border-bottom: 1px solid #ccc;
}

.view-all {
    background-color: #e31462;
    border-radius: 5px;
    color: #fff;
    display: table;
    float: right;
    margin: 15px 0;
    padding: 10px 15px;
    font-weight: 700;
}

.seme-height {
    background-color: #fff;
    height: 350px;
}

.seme-height.sm-link-box li>a {
    border-left: medium none;
    border-right: medium none;
}

.green-content {
    background-color: #90be16;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    min-height: 350px;
    padding: 20px 30px;
}

.green-content>a {
    color: inherit;
    font-weight: 700;
}

.green-content>a:hover {
    color: #333;
    text-decoration: none;
}

.image-green-box {
    height: 300px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

.image-green-box>img {
    width: 100%;
}

.image-content {
    bottom: 0;
    color: #fff;
    padding: 30px;
    position: absolute;
}

.image-content>a {
    color: #fff;
    font-weight: 700;
}

.image-content>a:hover {
    color: #90be16;
    text-decoration: none;
}

.right-border {
    border-right: solid 1px #ccc;
}

.white-back {
    background-color: #fff;
}

.imagebox-half {
    background-color: #efefef;
    display: table;
    line-height: 28px;
    margin: 15px 0;
    width: 100%;
}

.imagebox-half-content {
    padding: 30px;
    width: 50%;
}

.imagebox-half img {
    width: 50%;
}

.imagebox-half.green {
    background-color: #90be16;
    color: #fff;
}

.imagebox-half.blue {
    background-color: #1baed9;
    color: #fff;
}

.popupbox {
    border: 1px solid #ccc;
    font-size: 18px;
    margin-top: 0px;
    text-align: center;
}

.popupbox>a {
    color: inherit;
    display: block;
    padding: 30px;
}

.popupbox>a:hover {
    background-color: #efefef;
    text-decoration: none;
}

.gallery-content {
    margin-bottom: 30px;
}

.gallery-content::after {
    content: "";
    clear: both;
    display: table;
}

.step-slider-box {
    margin: -100px auto 0 auto;
    max-width: 600px;
    width: 100%;
}

.sw-main {
    box-shadow: none;

    width: 100%;
}

.sw-container.tab-content {
    background-color: #fff;
    border-radius: 6px;
    min-height: 200px !important;
    overflow: hidden;
    padding: 15px;
}

.navbar.btn-toolbar.sw-toolbar.sw-toolbar-bottom {
    background-color: transparent;
    border: medium none;
    display: table;
    margin: auto;
}

.btn-group.navbar-btn.sw-btn-group.pull-right {
    margin: -15px 0;
}

.nav.nav-tabs.step-anchor {
    margin-top: 30px;
}

.nav.nav-tabs.step-anchor {
    display: table;
    margin: auto;
}

.btn.btn-default.sw-btn-prev.disabled {
    display: none;
}
#gpcallll .btn-primary {
    margin-bottom: 20px;
}

.btn.btn-default {
    background-color: #1a5d88;
    border: medium none;
    border-radius: 5px !important;
    color: #fff;
    margin: 0 5px;
    padding: 10px;
    width: 120px;
}

.step-anchor li span {
    border: 3px solid #333;
    border-radius: 30px;
    display: block;
    height: 40px;
    line-height: 34px;
    text-align: center;
    width: 40px;
    background-color: #fff;
}



.nav.nav-tabs.step-anchor {
    margin-top: 40px;
}

.sw-theme-default>ul.step-anchor>li>a::after {
    background: #fff none repeat scroll 0 0;
    border-bottom: 3px solid #333;
    border-top: 3px solid #333;
    bottom: 43px;
    content: "";
    height: 8px;
    left: 52px;
    position: absolute;
    width: 37px;
    z-index: 10;
    transform: scale(1);
    transition: all 250ms ease 0s;
    -webkit-transform: scale(1);
    -webkit-transition: all 250ms ease 0s;
}

.sw-theme-default>ul.step-anchor>li:last-child>a::after {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.sw-theme-default>ul.step-anchor>li.active>a::after,
.sw-theme-default>ul.step-anchor>li.done>a::after {
    background-color: #f9ce31;
}

.step-anchor li.active span,
.step-anchor li.done span {
    background-color: #f9ce31;
    color: #fff;
}

.step-anchor li.done span {
    color: #333;
}

.step-anchor li.active span {
    font-weight: bold;
}

.step-anchor li small {
    display: table;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.step-anchor li.active small {
    color: #1a5d88;
}

.btn.btn-default.sw-btn-next.disabled {
    display: none;
}

.sw-theme-default>ul.step-anchor>li>a,
.sw-theme-default>ul.step-anchor>li>a:hover {
    color: #333;
}


.profile-box {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.profile-box>img {
    float: left;
    width: 30%;
}

.profile-cont {
    float: left;
    padding: 15px 30px;
    width: 70%;
}

.profile-box .name {
    color: #ea1c5c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.destination {
    margin: 0 0 10px;
}

.link-to-profile {
    background-color: #333;
    border-radius: 79px;
    box-shadow: 0 0 5px;
    padding: 0 5px;
    position: fixed;
    right: 0;
    top: 200px;
    width: 80px;
}

.link-to-profile img {
    width: 100%;
}

.link-to-profile>a {
    border-radius: 50px;
    display: block;
    height: 70px;
    margin: 5px 0;
    overflow: hidden;
    width: 70px;
}

.link-to-profile>a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.link-to-profile.top {
    top: 20px;
    width: 70px;
}

.link-to-profile.top>a {
    width: 60px;
    height: 60px;
}

.download-btn-green {
    background-color: #90be16;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 4px 11px;
    margin-right: 5px;
    font-size: 15px;
}

.download-btn-gray {
    background-color: #aaa8a8;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 4px 11px;
    margin-right: 5px;
    font-size: 15px;
}

.download-btn-green:hover {
    background-color: #6d9011;
    color: #fff;
    text-decoration: none;
}

.download-btn-pink {
    background-color: #ea1c5c;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
}

.download-btn-pink:hover {
    background-color: #bb164a;
    color: #fff;
    text-decoration: none;
}

.report-img.sm {
    width: 23%;
}

.report-box.no-boder {
    border: medium none;
}

.list-link-para>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.list-link-para a {
    color: #707070;
    display: block;
    line-height: 30px;
}

.list-link-para {
    margin: 5px 0;
}

.report-cont.lg {
    width: 77%;
}

.contact-form input,
.contact-form textarea {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    transition: none;
    -webkit-transition: none;
}

grammarly-ghost {
    transition: none;
    -webkit-transition: none;
}

.contact-form label {
    color: #0d3b5c;
    font-size: 12px;
    line-height: 30px;
    width: 100%;
}

.contact-form span.requred {
    color: red;
}

.contact-form input[type="submit"] {
    background-color: #0d3b5c;
    border: medium none;
    color: #ffffff;
    float: right;
    padding: 10px 30px;
    width: auto;
}

.contact-form input[type="submit"]:hover {
    background-color: #12507d;
}

.icon-name span {
    float: left;
    margin-top: 4px;
    width: 22px;
    display: block;
}

.icon-name span img {
    width: 100%;
}

.textno {
    display: table;
    float: left;
    line-height: 29px;
    margin-left: 15px;
}

.icon-name {
    display: table;
    padding: 9px 0;
    width: 100%;
}

.icon-name>a {
    color: #333;
    display: block;
}

.tag-list {
    width: calc(33.33% - 20px);
    width: -webkit-calc(33.33% - 20px);
    float: left;

    background-color: #efefef;
    margin: 15px 10px;
    min-height: 155px;
}

.taspan {}

.tag-list span {
    float: left;
    display: block;
    line-height: 70px;
    width: 48px;
}

.tag-list .one-line {
    font-size: 24px;
    font-weight: 600;
    word-break: break-all;
}

.tag-list .two-line {
    font-size: 18px;
    font-weight: 600;
    margin-top: -8px;
}

.tag-list .tag-name {
    padding: 0 15px;
    float: left;
    margin-top: 6px;
    width: calc(100% - 68px);
    width: -webkit-calc(100% - 68px);
}

.tag-list span img {
    width: 48px;
}

.tag-list i {
    float: right;
    line-height: 70px;
}

.tag-list:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2) inset;
}

.tag-list:hover i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.tag-list a {
    color: inherit;
    display: table;
    padding: 30px;
    width: 100%;
}

.tag-list a:hover,
.tag-list a:focus,
.tag-list a:active {
    text-decoration: none;
    color: inherit;
}

.tag-list.pink {
    background-color: #ea1c5c;
    color: #fff;
}

.tag-list.green {
    background-color: #90be16;
    color: #fff;
}

.tag-list.blue {
    background-color: #1baed9;
    color: #fff;
}

.tag-list:hover img {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}

.right-side {
    float: right;
    width: 310px;
}

.white-box.border {
    border: 1px solid #ccc;
}

.main-area::after {
    clear: both;
    content: "";
    display: table;
}

.slider {
    width: calc(100% - 325px);
    width: -webkit-calc(100% - 325px);
    float: left;
}


.bx-controls {
    bottom: 30px;
    /*position: absolute;*/
    right: 0;
    width: 100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 15px;
    right: 15px;
    width: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    border-radius: 30px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    background-color: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
}

.bxslider img {
    width: 100%;
}

.bx-wrapper {
    border: medium none;
    box-shadow: none;
}

.bx-controls {
    bottom: 0;
    z-index: 11;
}

.slider .content-box {
    bottom: 0;
    color: #fff;
    left: 0;
    max-width: 400px;
    padding: 15px 30px;
    position: absolute;
    width: 100%;
    z-index: 11;
}

.slider .gredianbot {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
    /* IE6-9 */
    bottom: 0;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.header-xxs {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

.right-side .white-box {
    padding: 15px;
}

.read-more.yellow {
    color: #ecb912;
    font-weight: 700;
    margin-top: 10px;
}

.in-news-box {
    padding: 15px 0;
}

.in-news-box>img {
    float: left;
    width: 35%;
}

.in-news-content {
    float: left;
    padding: 0 15px;
    width: 65%;
}

.news-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.news-list li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list a {
    color: inherit;
}

.right-side .dowload-btn {
    margin: auto;
}

.bottom-margin {
    margin-bottom: 15px;
}

.line {
    background-color: #c8c8c8;
    height: 3px;
    margin: 25px 0;
}

.in-news-box.sm {
    border-bottom: 1px solid #ccc;
    display: table;
    margin-left: 30px;
    padding: 15px 0;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
}

.content .in-news-box.sm:first-child {
    padding-top: 0;
}

.content .in-news-box.sm:last-child {
    border-bottom: medium none;
}

.in-news-content>p {
    color: #707070;
}

.in-news-content .date {
    color: #707070;
    font-size: 16px;
}

.in-news-content .date {
    color: #707070;
    font-size: 16px;
    margin-bottom: 10px;
}

.in-news-box.sm>img {
    width: 25%;
}

.in-news-box.sm .in-news-content {
    width: 75%;
}

.in-news-box.sm .header-md {
    margin-top: 0;
}


.sm-link-box.bottom-pading {
    background-color: #fff;
    padding-bottom: 60px;
}

.current-menu-item>a {}

.sm-link-box.bottom-pading a {
    border-left: medium none;
    border-right: medium none;
}

.sm-link-box.bottom-pading li:last-child a {
    border-bottom: 1px solid #ccc;
}

.ma-top-20 {
    margin-top: 20px;
}

.dash {
    background-color: #333;
    display: inline-block;
    height: 1px;
    margin-right: 5px;
    vertical-align: super;
    width: 24px;
}

.image-slider {
    position: relative;
}

.image-slider .bx-wrapper .bx-next {
    background-image: url("../img/controls1.png");
}

.image-slider .bx-wrapper .bx-prev {
    background-image: url("../img/controls1.png");
}

.bx-controls-direction {
    bottom: auto;
    position: absolute;
    top: 50%;
    width: 100%;
}

.top-to-white-content {
    background-color: #fff;
    padding: 15px;
}

.image-slider .bx-wrapper {
    margin-bottom: 15px;
}

.image-link-box {
    float: left;
    padding: 0 15px;
    position: relative;
    width: 50%;
}

.img-content {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.image-link-box img {
    width: 100%;
}

.image-link-box:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.image-link-box>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.shade {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    position: absolute;
    width: 100%;
}

.img-content>span {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    width: 100%;
}

.galery-slider {
    width: calc(100% + 15px);
    width: -webkit-calc(100% + 15px);
}

.image-bottom-content {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.image-bottom-content img {
    width: 100%;
}

.gallery-name {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
}

.image-bottom-content>a {
    color: inherit;
}

.gallery-name .name {
    font-weight: 700;
}

.galery-slider .bx-wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 25%;
    right: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}



.galery-slider .bx-wrapper .bx-next {
    background-image: url("../img/n-p.png");
    background-position: 0 0;
    height: 68px;
    top: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    width: 69px;
}

.galery-slider .bx-wrapper .bx-next:hover {
    background-position: 0 -68px;
}

.galery-slider .bx-wrapper .bx-prev {
    background-image: url("../img/n-p.png");
    background-position: -69px 0;
    height: 68px;
    top: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    width: 69px;
}

.galery-slider .bx-wrapper .bx-prev:hover {
    background-position: -69px -68px;
}

.bx-wrapper {
    margin: 0;
}

#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 0;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

#breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}





/* Randika Styles */
.data-portal form.form-inline select.filters-select{
    border: 1px solid #d7d7d7;
    height: 34px;
    font-weight: 600;
    margin-right: 15px; 
}

.data-portal form.form-inline button.btn-default{
    margin-left: -4px;
    border: none;
    border-radius: 0 !important;
    background-color: #6f6959;
    padding: 7px;
    font-weight: 600;
}

.data_portal_listing .left-top-pading-box .event-box .data-portal .charts a:hover{
    text-decoration:none;
}

.data_portal_listing .left-top-pading-box .event-box .data-portal .charts a:hover h5{
    color: #e31462;
}

.data_portal_listing .left-top-pading-box .event-box .data-portal .charts h5{
    color: #333;
    font-weight: 600;
    min-height: 60px;   
}

.data_portal_listing .left-top-pading-box .event-box .data-portal .charts{
    min-height: 230px;
}

/*.table-responsive{
    display: inline-block !important;
    height: inherit !important;
}*/

.input-group-addon:last-child {
    border-left: 0;
    position: absolute;
    display: inline-block;
    top: 0;
    height: 45px;
    right: 0;
    z-index: 10;
    width: 45px;
}

form .error{
    color: inherit !important;
}

form label.error{
    color: #d9534f !important;
}

.input-group .form-control{
    height: 45px;
}

.input-group-addon:last-child .glyphicon{
    top: 8px;
}

.input-group{
    width: 100%;
}

form .wpcf7-mail-sent-ok{
    color: #fff;
    margin: auto;
}

div.wpcf7-validation-errors{
    border: none;
    margin: auto;
}

.tariff ul {
    padding-left: 0;
    float: left;
    width: 100%;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.tariff ul li {
    width: 100%;
    float: left;
}

.tariff .nav-list li a {
    background-color: #f8b32a;
    padding: 12px;
    width: 100%;
    float: left;
    color: #000;
    text-decoration: none;
    border-top: 4px solid #fff;
}

.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.menu li:hover {
    background: #ddd !important;
    font-weight: normal;
    text-decoration: none !important;
    color: #666 !important;
}

.mega-current-page-ancestor ul.mega-sub-menu li.mega-current-menu-item a {
    background: #ddd !important;
    font-weight: normal;
    text-decoration: none !important;
    color: #666 !important;
}

.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.menu li a,
.mega-menu-item ul.mega-sub-menu li.mega-menu-item h4 {
    padding-left: 10px !important;
}


@media screen and (max-width: 1199px) and (min-width: 993px) {
    .home-container .left-side{
        width: 33.33333333%;
    }
    .home-container .left-side .white-box{
        padding: 30px 5px;
    }
    nav.top-nav a, a.lang {
        padding: 10px 7px;
    }
    .top-header #sizer{
        margin-left: -1px !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 7px 0px 7px;
    }
}



@media screen and (max-width: 992px) and (min-width: 768px) {
    .comment-form .submit {
        width: 100% !important;
    }

    aside.left-side, .home-container .left-side {
        width: 100%;
    }

    .content .ui-accordion {
        margin-top: 1em;
    }

    .report-cont .download-btn-pink,
    .report-cont .download-btn-green {
        width: 100%;
        text-align: center;
    }

    .report-cont .download-btn-pink {
        margin-bottom: 3px;
    }

    .top-to-white-content {
        margin-top: 0;
    }

    .member_new {
        min-height: 250px;
    }

    .member_new .middle {
        left: 35% !important;
        -webkit-transform: translate(-30%, -75%) !important;
        transform: translate(-30%, -75%) !important;
    }

    .main-area .main {
        position: relative;
    }

    .main-area .main .right-image {
        position: absolute;
        top: 0;
        right: 0;
    }

    .main-area .main .middle-description {
        display: table;
    }

    .search-content-box.pull-right {
        float: left !important;
    }

    .main_area_banner {
        height: auto !important;
    }

    footer .block {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .search-form .screen-reader-text {
        display: block;
    }
    .full-white-cont .row>div {
        display: inline-block;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
    }

    /*.content ul.bxslider li{
        width: 100% !important;
    }*/
}

@media screen and (max-width: 768px) {
    .full-white-cont .row>div {
        display: inline-block;
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
    }
    .full-white-cont .row>.tag-list{
        width: 100%;
    }
    .full-white-cont{
        display: block;
    }
    .gallery-name{
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(86, 85, 85, 0.9) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to top, rgba(86, 85, 85, 0.9) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
    }
    .gallery-name > div{
        color: #fff;
    }
    .wy_area table.table-responsive {
        width: 100% !important;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .home-container .left-side {
        width: 100%;
    }
}

@media screen and (max-width:322px) {
    .datepicker-orient-right{
        top: 1380px !important;
        left: 10px !important;
    }
}

/* Randika Styles */
.side-bar-wysiwyg-area .contact_img {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #221c71;
    padding: 5px 5px 8px 10px;
    margin: 0 15px 0;
}

.side-bar-wysiwyg-area .con_leftcol {
    background: #eee;
    margin: 0 15px 15px;
}

.side-bar-wysiwyg-area .con_leftcol ul{
    padding:0;
}

.side-bar-wysiwyg-area .con_leftcol li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.side-bar-wysiwyg-area .con_leftcol li a{
    color: #333;
    font-weight: 600;
    padding: 6px 0 7px;
    display: inline-block;
    width: 100%;
}

.report-box{
    min-height: 200px;
}

.content li {
    list-style: square;
}

section#comments{
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.content.news_right form{
    margin-left: -15px;
    background: #ccc;
    padding: 15px;
    text-align: right;
    margin-bottom: 15px;
}

.content.news_right form input[type="text"]{
    padding: 5px 5px;
    border-radius: 2px;
    border: 1px solid #bbb;
}

.content.news_right form input[type="submit"]{
    padding: 4px 8px;
    background: #ecb912;
    border: 1px solid #ca9d0d;
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.content.news_right form input[type="submit"]:hover{
    background: #ca9d0d;
}

h3.widget-title {
    font-size: 22px !important;
    font-weight: 600;
    color: #fff;
    background: #221c71;
    padding: 15px;
    margin-bottom: 0;
}

.news_left .widget-area h3+ul {
    background: #eee;
}

.news_left .widget-area h3+ul li {
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
}

.news_left .widget-area h3+ul li a {
    color: #333;
    font-weight: 600;    
    padding: 6px 0 7px;
    display: inline-block;
    width: 100%;
}

.news_left .widget-area ul li:hover {
    background-color: #fff;
    color: #333;
}

.news_left .widget-area ul li a:hover {
    text-decoration: none;
}

.news_left .widget-area h3+ul li:last-child {
    border: none;
}

.news_left .widget-area ul .current-cat {
    background-color: #fff;
    color: #333;
}

table h3 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
}

.modal {
    z-index: 99999;
}

.modal-backdrop {
    z-index: 99998;
}

.notices-wrap {
    overflow: hidden;
    margin: 0 20px;
    position: relative;
    text-align: center;
    border: solid 5px #333;
    padding: 2px;
}

.notice-wrap {
    border: solid 2px #666;
    float: left;
    width: 100%;
}

.notice--sl-logo {
    position: absolute;
    left: 15px;
    top: 35px;
    width: 50px;
    height: 60px;
    background: url(../img/logo_not_2.jpg) no-repeat;
}

.notice--pucsl-logo {
    position: absolute;
    right: 15px;
    top: 40px;
    width: 99px;
    height: 47px;
    background: url(../img/logo_not.jpg) no-repeat;
}

.notice--tile {
    font-size: 24px;
    font-weight: normal;
    padding: 20px 112px 0;
    color: #4c4c4c;
    position: relative;
}

.notice--content {
    text-align: left;
    margin-top: 30px;
    padding: 0 20px;
}

.notice--content .date {
    text-align: center;
    width: 100%;
    float: left
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination span {
    padding: 5px;
    border-radius: 8px;
}

.pagination a {
    padding: 5px;
    border-radius: 8px;
    background-color: #ecb912;
    color: #ffffff;
}

.pagination a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #333333;
}

.side-bar-wysiwyg-area {
    padding: 15px;
}