﻿@charset "UTF-8";
/* CSS Document */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f4f4f4;
}

.siteBg {
    background-color: #f4f4f4;
}
/*header
*********************/
.logo {
    padding-left: 50px;
}

@media (max-width:768px) {
    .logo {
        text-align: center;
    }
}

@media (max-width:992px) {
    .logo {
        text-align: center;
    }
}

@media (max-width:1200px) {
}

@media (min-width:992px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:1200px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.header {
    background-color: #ffe000;
    padding-top: 3px;
    padding-bottom: 10px;
    border-bottom: 4px solid #0b4395;
}

@media (max-width:768px) {
    .margin003 .col-xs-12 {
        padding-top: 20px;
    }

    .right001 {
        float: none !important;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

        .right001 input {
            width: 100% !important;
        }
}

@media (min-width:768px) {
    .margin003 .col-xs-12 {
        padding-top: 20px;
    }

    .right001 {
        float: none !important;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

        .right001 input {
            width: 680px !important;
        }
}

@media (min-width:992px) {
    .margin003 .col-lg-8 {
        padding-top: 57px;
    }

    .margin003 .col-lg-4 {
        padding-top: 62px;
    }

    .right001 {
        float: right !important;
    }

        .right001 input {
            width: 100% !important;
        }
}

@media (min-width:1200px) {
    .margin003 .col-lg-8 {
        padding-top: 57px;
    }

    .margin003 .col-lg-4 {
        padding-top: 62px;
    }

    .right001 {
        float: right !important;
    }

        .right001 input {
            width: 100% !important;
        }
}

.input-group-addon {
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    color: #e30613;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #55554d;
    border-radius: 4px;
}

.form-control-search {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #505050;
    background-image: none;
    border: 1px solid #505050;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*nav area
*********************/

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.margin002 {
    margin-bottom: 14px;
}

.navbar-default {
    background-color: transparent;
    border: none;
    background: rgba(241,241,241,1);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(100%, rgba(201,201,201,1)));
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#c9c9c9', GradientType=0 );
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background: rgba(255,231,50,1);
        background: -moz-linear-gradient(top, rgba(255,231,50,1) 0%, rgba(220,194,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,231,50,1)), color-stop(100%, rgba(220,194,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,231,50,1) 0%, rgba(220,194,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,231,50,1) 0%, rgba(220,194,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,231,50,1) 0%, rgba(220,194,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,231,50,1) 0%, rgba(220,194,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe732', endColorstr='#dcc200', GradientType=0 );
    }

.navTop > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #0b4395 !important;
    padding: 20px 24px;
    letter-spacing: 0.4px;
    border-right: 1px solid #b1b1b1;
}

@media (max-width:1200px) {
    .navTop > li > a {
        font-size: 14px;
        font-weight: 500;
        color: #0b4395 !important;
        padding: 20px 13.4px;
        letter-spacing: 0.4px;
        border-right: 1px solid #b1b1b1;
    }
}

@media (max-width:768px) {
    .navTop > li > a {
        font-size: 20px !important;
        font-weight: 500;
        color: #0b4395 !important;
        padding: 20px 24px;
        letter-spacing: 0.4px;
        border-right: 1px solid #b1b1b1;
        border-bottom: 1px dashed #0b4395;
    }
}

@media (max-width:992px) {
    .navTop > li > a {
        font-size: 10px;
        font-weight: 500;
        color: #0b4395 !important;
        padding: 15px 9.9px;
        letter-spacing: 0.4px;
        border-right: 1px solid #b1b1b1;
    }
}

.navTop > li > a:focus, .navTop > li > a:hover {
    text-decoration: none;
    background-color: #0b4395 !important;
    color: #FFF !important;
}

.dropdown-menu {
    background: rgba(241,241,241,1);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(100%, rgba(201,201,201,1)));
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(201,201,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#c9c9c9', GradientType=0 );
}

    .dropdown-menu > li {
        border-bottom: 1px solid #CCCCCC;
    }

        .dropdown-menu > li > a {
            text-decoration: none;
            color: #0b4395 !important;
            font-size: 14px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
                text-decoration: none;
                background-color: #0b4395;
                color: #ebebeb !important;
            }

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #FFF !important;
    background-color: #0e4097;
}

.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 2px solid #e6e6e6;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #0b4395;
    border: 1px solid #0b4395;
}
/*slide area
*********************/
.con001 {
}

    .con001 h2 {
        margin: 0;
        padding: 0;
        background-color: #ffe000;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .con001 p {
        padding-top: 28px;
        padding-bottom: 28px;
    }

.carousel-control.left {
    background: none !important;
}

.carousel-control.right {
    background: none !important;
}

.bg001 {
    background-color: #ffe100;
}

@media (max-width:768px) {
    .bg001 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -20px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -20px;
    }
}

@media (min-width:768px) {
    .bg001 {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -33px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -40px;
    }
}

.bg002 {
    background-color: #FFF;
}

.margin004 {
    margin-bottom: 15px;
}
/*content area
*********************/
.con002 {
}

    .con002 .col-md-4 {
        background: rgba(252,252,252,1);
        background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d3d3d3', GradientType=0 );
    }

.margin001 {
    margin-right: 5px;
}

.bg003 {
    background: rgba(11,66,149,1);
    background: -moz-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(7,49,108,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,66,149,1)), color-stop(100%, rgba(7,49,108,1)));
    background: -webkit-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(7,49,108,1) 100%);
    background: -o-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(7,49,108,1) 100%);
    background: -ms-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(7,49,108,1) 100%);
    background: linear-gradient(to bottom, rgba(11,66,149,1) 0%, rgba(7,49,108,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4295', endColorstr='#07316c', GradientType=0 );
}

.sideNav {
    margin-bottom: 28px !important;
}

    .sideNav > li {
        border-bottom: 1px dashed #FFF !important;
    }

        .sideNav > li > a {
            padding: 10px;
            color: #FFF !important;
            background: #0e4097;
            !important;
            border-radius: 4px;
        }

            .sideNav > li > a:hover {
                background: #0d4195;
                !important;
                color: #fee600 !important;
            }

        .sideNav > li.active > a, .sideNav > li.active > a:focus, .sideNav > li.active > a:hover {
            background-color: #e60000;
            color: #FFF !important;
        }

@media (max-width:768px) {
    .test01 {
        width: 100%;
        float: left;
    }

    .slideContainer {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        background-color: #FFF;
    }

    .cumartesiContainer {
        width: 100%;
        float: left;
    }

    .contentArea {
        width: 100%;
        float: left;
        background-color: #FFF;
        padding-top: 18px;
    }

    .campaignArea {
        width: 100%;
        float: left;
        background-color: #FFF;
        margin-bottom: 15px;
    }

    .contentAreaList {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaList h3 {
            text-align: center;
            color: #0b4395;
            font-size: 15px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 8px;
            margin-bottom: 3px;
        }

        .contentAreaList p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

        .contentAreaList img {
            margin-top: 10px;
        }

    .contentAreaListRight {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaListRight h3 {
            text-align: center;
            color: #0b4395;
            font-size: 15px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 8px;
            margin-bottom: 3px;
        }

        .contentAreaListRight p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

        .contentAreaListRight img {
            margin-top: 10px;
        }

    .paddingTopBottom {
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .btn01 {
        color: #FFF;
        font-size: 11px;
        padding: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        border-radius: 0;
        background: rgba(11,66,149,1);
        background: -moz-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,66,149,1)), color-stop(100%, rgba(11,87,194,1)));
        background: -webkit-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -o-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -ms-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: linear-gradient(to bottom, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4295', endColorstr='#0b57c2', GradientType=0 );
        margin-bottom: 10px;
    }

        .btn01:hover {
            color: #ffe100 !important;
        }
}

@media (min-width:768px) {
    .carsambaContainer {
        width: 100%;
        float: left;
    }

    .slideContainer {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        background-color: #FFF;
    }

    .cumartesiContainer {
        width: 100%;
        float: left;
    }

    .contentArea {
        width: 100%;
        float: left;
        background-color: #FFF;
        padding-top: 18px;
    }

    .campaignArea {
        width: 100%;
        float: left;
        background-color: #FFF;
        margin-bottom: 15px;
    }

    .contentAreaList {
        float: left;
        width: 320px;
        margin-left: 27px;
        margin-right: 27px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaList h3 {
            text-align: center;
            color: #0b4395;
            font-size: 15px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 8px;
            margin-bottom: 3px;
        }

        .contentAreaList p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

        .contentAreaList img {
            margin-top: 10px;
        }

    .contentAreaListRight {
        float: left;
        width: 320px;
        margin-left: 27px;
        margin-right: 27px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaListRight h3 {
            text-align: center;
            color: #0b4395;
            font-size: 15px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 8px;
            margin-bottom: 3px;
        }

        .contentAreaListRight p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

        .contentAreaListRight img {
            margin-top: 10px;
        }

    .paddingTopBottom {
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .btn01 {
        color: #FFF;
        font-size: 11px;
        padding: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        border-radius: 0;
        background: rgba(11,66,149,1);
        background: -moz-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,66,149,1)), color-stop(100%, rgba(11,87,194,1)));
        background: -webkit-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -o-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -ms-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: linear-gradient(to bottom, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4295', endColorstr='#0b57c2', GradientType=0 );
        margin-bottom: 10px;
    }

        .btn01:hover {
            color: #ffe100 !important;
        }
}

@media (min-width:992px) {
    .carsambaContainer {
        width: 231px;
        float: left;
    }

    .slideContainer {
        width: 477px;
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        background-color: #FFF;
    }

    .cumartesiContainer {
        width: 232px;
        float: left;
    }

    .contentArea {
        width: 723px;
        float: left;
        margin-right: 15px;
        background-color: transparent;
        padding-top: 0;
    }

    .campaignArea {
        width: 232px;
        float: left;
    }

    .contentAreaList {
        float: left;
        width: 231px;
        margin-right: 15px;
        margin-left: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaList h3 {
            text-align: center;
            color: #0b4395;
            font-size: 14px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 2px;
            margin-bottom: 3px;
        }

        .contentAreaList p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 11px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 2px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

    .imgmargin {
        margin: 10px;
    }

    .contentAreaListRight {
        float: left;
        width: 231px;
        margin-left: 0px;
        margin-right: 0px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaListRight h3 {
            text-align: center;
            color: #0b4395;
            font-size: 15px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 2px;
            margin-bottom: 3px;
        }

        .contentAreaListRight p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 2px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

    .imgmargin {
        margin: 10px;
    }

    .paddingTopBottom {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .btn01 {
        color: #FFF;
        font-size: 11px;
        padding: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        border-radius: 0;
        background: rgba(11,66,149,1);
        background: -moz-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,66,149,1)), color-stop(100%, rgba(11,87,194,1)));
        background: -webkit-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -o-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -ms-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: linear-gradient(to bottom, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4295', endColorstr='#0b57c2', GradientType=0 );
        margin-bottom: 10px;
    }

        .btn01:hover {
            color: #ffe100 !important;
        }
}

@media (min-width:1200px) {
    .carsambaContainer {
        width: 281px;
        float: left;
    }

    .slideContainer {
        width: 578px;
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        background-color: #FFF;
    }

    .cumartesiContainer {
        width: 281px;
        float: left;
    }

    .contentArea {
        width: 874px;
        float: left;
        margin-right: 15px;
        background-color: transparent;
        padding-top: 0;
    }

    .campaignArea {
        width: 281px;
        float: left;
    }

    .contentAreaList {
        float: left;
        width: 281px;
        margin-right: 15px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaList h3 {
            text-align: center;
            color: #0b4395;
            font-size: 15px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 12px;
            margin-bottom: 10px;
        }

        .contentAreaList p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 9px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

        .contentAreaList img {
            margin-top: 10px;
        }

    .contentAreaListRight {
        float: left;
        width: 281px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(211,211,211,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(211,211,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3', GradientType=0 );
        margin-bottom: 16px;
    }

        .contentAreaListRight h3 {
            text-align: center;
            color: #0b4395;
            font-size: 15px;
            height: 20px;
            overflow: hidden;
            line-height: 19px;
            margin: 0;
            padding: 0;
            margin-top: 12px;
            margin-bottom: 10px;
        }

        .contentAreaListRight p {
            margin: 0;
            padding: 0;
            text-align: center;
            color: #0b4395;
            font-size: 12px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 9px;
            line-height: 14px;
            height: 29px;
            overflow: hidden;
        }

        .contentAreaListRight img {
            margin-top: 10px;
        }

    .paddingTopBottom {
        padding-top: 17px;
        padding-bottom: 14px;
    }

    .btn01 {
        color: #FFF;
        font-size: 11px;
        padding: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        border: none;
        border-radius: 0;
        background: rgba(11,66,149,1);
        background: -moz-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,66,149,1)), color-stop(100%, rgba(11,87,194,1)));
        background: -webkit-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -o-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: -ms-linear-gradient(top, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        background: linear-gradient(to bottom, rgba(11,66,149,1) 0%, rgba(11,87,194,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4295', endColorstr='#0b57c2', GradientType=0 );
        margin-bottom: 14px;
    }

        .btn01:hover {
            color: #ffe100 !important;
        }
}

.btn02 {
    background-color: #ffe100;
    color: #0b4395;
}

.pageDetail {
    background-color: #FFF;
    padding-bottom: 40px;
    overflow: hidden;
}

.breadcrumb {
    margin-bottom: 40px;
    border-radius: 0;
    background-color: #e8e8e8;
}

    .breadcrumb a {
        color: #0b4395;
    }

.pageDetail h1 {
    text-align: center;
    color: #333;
    font-size: 24px;
    background-color: #ffe41a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.pageDetail h2 {
    text-align: center;
    color: #333;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0b4395;
    margin: 0;
    min-height: 70px;
}

.pageDetail h3 {
    text-align: left;
    color: #333;
    margin: 0;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #0b4395;
    border-bottom: 1px dashed #0000FF;
}

.pageDetail h4 {
    text-align: center;
    font-size: 18px;
}

.pageDetail h5 {
    text-align: center;
    font-size: 20px;
}

.pageDetail .col-md-6 {
    padding-bottom: 15px;
}

.pageDetail .col-md-12 {
    padding-top: 15px;
}

.pageDetail .col-md-8 h3 {
    color: #000 !important;
    border: none !important;
    margin: 0 !important;
}

.pageDetail .col-md-12 h3 {
    color: #000 !important;
    border: none !important;
    margin: 0 !important;
}

.padding002 {
    padding-left: 8px;
}

.iletisimiconlist2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

    .iletisimiconlist2 ul li {
        float: left;
        padding-bottom: 20px;
    }

        .iletisimiconlist2 ul li a {
            color: #000 !important;
        }

.margin005 {
    margin-top: 10px;
}

.product-item {
    border: 1px solid #CCC;
    margin-bottom: 20px;
}

    .product-item p {
        text-align: left;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

.conGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e6e6e6+100 */
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
    min-height: 110px;
    padding: 15px;
}

.popupCon {
    margin: 0 auto;
    width: 290px;
    background-color: #0e4097;
    color: #FFF;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(214,214,214,1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(214,214,214,1);
    box-shadow: 0px 0px 5px 3px rgba(214,214,214,1);
}

    .popupCon p {
        text-align: center;
        margin: 0;
        padding: 0;
    }
/*footer area
*********************/
.nav-pills {
    margin-top: 18px !important;
    margin-bottom: 28px !important;
}

    .nav-pills > li {
        border-bottom: 1px dashed #FFF;
    }

        .nav-pills > li > a {
            padding: 0;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #FFF;
        }

            .nav-pills > li > a:hover {
                background: none;
                color: #ffe100;
            }

.con003 {
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 5px;
}

.padding001 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.footericonlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .footericonlist ul li {
        float: left;
    }

.fbbtn {
    background-image: url(../images/img/fb.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Helvetica;
    font-style: italic;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    padding-left: 52px;
    padding-top: 16px;
    padding-right: 2px;
    text-align: left;
    margin-right: 10px;
}

    .fbbtn:hover {
        background-position: left bottom;
        color: #20b2a1;
        text-decoration: none;
    }

.twtbtn {
    background-image: url(../images/img/twt.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Helvetica;
    font-style: italic;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    padding-left: 52px;
    padding-top: 16px;
    padding-right: 2px;
    text-align: left;
    margin-right: 10px;
}

    .twtbtn:hover {
        background-position: left bottom;
        color: #20b2a1;
        text-decoration: none;
    }

.insbtn {
    background-image: url(../images/img/ing.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Helvetica;
    font-style: italic;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    padding-left: 52px;
    padding-top: 16px;
    padding-right: 2px;
    text-align: left;
    margin-right: 10px;
}

    .insbtn:hover {
        background-position: left bottom;
        color: #20b2a1;
        text-decoration: none;
    }

.ytbbtn {
    background-image: url(../images/img/youtube.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Helvetica;
    font-style: italic;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    padding-left: 52px;
    padding-top: 16px;
    padding-right: 2px;
    text-align: left;
    margin-right: 10px;
}

    .ytbbtn:hover {
        background-position: left bottom;
        color: #20b2a1;
        text-decoration: none;
    }

@media (max-width:768px) {
    .footericonlist ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        margin-top: 28px;
        margin-left: 15px;
    }

        .footericonlist ul li {
            float: none;
            margin-bottom: 10px;
            float: left;
            padding-bottom: 10px;
        }

    .center-block-tel {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:768px) {
    .footericonlist ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        margin-top: 28px;
        margin-left: 143px;
    }

        .footericonlist ul li {
            float: left;
        }

    .center-block-tel {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:992px) {
    .footericonlist ul {
        margin-top: 0;
        float: right;
        margin-left: 0;
    }

    .center-block-tel {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:1200px) {
    .footericonlist ul {
        margin-top: 0;
        float: right;
        margin-left: 0;
    }

    .center-block-tel {
        display: block;
        margin-right: inherit;
        margin-left: inherit;
    }
}

.footerBottom {
    padding-top: 15px;
    background-color: #FFF;
    padding-bottom: 15px;
}

.form-group {
    position: relative;
}

    .form-group label.error, label.error {
        color: white;
        margin-top: 15px;
        border-radius: 5px;
        padding: 5px 20px;
        background: #ff2b2b;
        position: relative;
        display: inline-block;
    }

        label.error::after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ff2b2b;
            border-width: 5px;
            margin-left: -5px;
            content: " ";
        }

.alert {
    padding: 15px !important;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}

.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    text-shadow: none !important;
}
/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 250px;
        background-color: #0e4097;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 58%;
        margin-left: -80px;
        font-size: 16px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 10%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
