﻿/**
 * 1.0 Css Reset
 * ----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}

body {
    overflow-x: hidden;
    margin: 0;
    background-color: #fff;
    /*mgt*/
    overflow-y: scroll;
}

img {
    border: none;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

    a:hover {
        text-decoration: none;
    }

.img-circular {
    border-radius: 50%;
    width: 230px;
    max-width: 100%;
    background-color: white;
}

.circular-gradient {
	 display:block;
	 width:100%;
	 height:100%;
	 z-index:9999;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,ffffff+100&0+0,1+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
   

}



.img-circular-list {
    border-radius: 50%;
    width: 90px;
    border: 1px solid #d8d8d8;
}

.img-circular-syll {
    border-radius: 50%;
    width: 20%;
	float: left;
	/*margin: 30px auto;*/
    margin-right: 10px;
}

    .img-circular-syll a, .img-circular-syll a > img {
        border-radius: 50%;
        width: 100px;
		height: 100px;
        float: left;
        margin-right: 30px;
    }

.h4-circular {
    text-decoration: none;
    size: 30px;
    color: #262626;
    letter-spacing: -0.005em;
   /* margin: 20px;*/
}

    .h4-circular:hover {
        color: #00b5a3;
    }

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block {
    display: block;
    width: 100%;
}

.center {
    text-align: center;
}

.gap {
    height: 35px;
    width: 100%;
    display: inline-block;
}

.gap-with-line {
    height: 35px;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e1e1e1;
    /*background-color: #fff;*/
}

.gap-with-line-light-grey {
    height: 35px;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e1e1e1;
    background-color: #fcfcfc;
}

.title-line {
    background-image: url("../images/line-bg.png");
}

.white {
    float: left;
    width: 100%;
    background-color: #fff;
}

.light-grey {
    float: left;
    width: 100%;
    background-color: #eaeaea;
    padding: 10px 0;
}

/* Title With Line */
.sitia-title-line {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    padding: 0;
}

    .sitia-title-line:after,
    .sitia-align-center.sitia-title-line:before,
    .sitia-align-right.sitia-title-line:before {
        content: "";
        width: 200%;
        height: 0.05em;
        display: inline-block;
        margin: 0 -200% 0 0;
        position: relative;
        left: 2%;
        bottom: 0.05em;
        vertical-align: middle;
        background-color: #e1e1e1;
    }

.sitia-align-center.sitia-title-line:before,
.sitia-align-right.sitia-title-line:before {
    left: 0;
    margin: 0 2% 0 -202%;
}


/* Breadcrumb */
#breadcrumb {
    padding-top: 10px;
    line-height: normal;
}

    #breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
		margin-left:12px;
    }

    #breadcrumb li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        #breadcrumb li a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
        }

    #breadcrumb, #breadcrumb a, #breadcrumb span {
        font-size: 12px;
        color: #6d727a;
		margin-bottom:6px;
    }

        #breadcrumb a:hover {
            color: #00b5a3;
        }

        #breadcrumb li a::after {
            top: 3px;
            right: 0;
            padding: 0 2px 0 0;
            content: "  >";
        }

        #breadcrumb li:last-child a {
            margin: 0;
            padding: 0;
            color: #00b5a3;
        }

            #breadcrumb li:last-child a::after {
                display: none;
            }


.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.h6-title {
    text-decoration: none;
    size: 20px;
    color: #262626;
    letter-spacing: -0.005em;
    margin-top: 20px;
}

.news {
    font-size: 14px;
    color: #6d727a;
	float: left;
	width: 75%;
		/*margin-left: 160px;*/
}


.news-link {
    font-size: 14px;
    color: #6d727a;
	
}



    .news-link:hover {
        color: #00b5a3;
    }

.a-syll {
    font-size: 16px;
    font-weight: bold;
    color: #00b5a3;
}

    .a-syll:hover {
        color: #868384;
    }

.a-syll {
    font-size: 14px;
    font-weight: bold;
    color: #00b5a3;
}

    .a-syll:hover {
        color: #868384;
    }


.bullet-list {
    list-style-image: url('../images/list-bullet.png');
    list-style-position: inside;
}

.bordered {
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    line-height: 30px;
}

.img-bordered {
    border: 8px solid #eaeaea;
    margin: 0 15px 10px 0;
    width: 40%;
}

.itemview.list {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 4px 8px 4px;
}

.itemlist ul .itemview {
    padding-bottom: 8px;
}

.newcomplaint h1 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    padding-left: 0px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
    margin-bottom: 10px;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
html {
    font-size: 13px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03em;
}

h1 {
    font-size: 30px;
}

.dv-slider h1 {
    font-size: 60px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 21px;
}

small {
    letter-spacing: 0.1px;
    font-size: 0.85em;
}

.small-carousel {
	font-family: "Roboto",sans-serif;
    font-weight: 500;
	font-size:15pt;
    color: #2e3233;
}

.small-carousel-black {
    font-size: 13px;
    font-weight: bold;
    color: #262626;
}

    /* mgt*/
    .small-carousel-black a:visited {
        color: #262626 !important;
    }

.small-carousel-grey {
    font-size: 12px;
    font-weight: bold;
    color: #6d727a;
}

p {
    line-height: 1.5em;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
}

.dv-element p:last-child {
    margin: 0px !important;
}

.dv-more {
    font-size: 11px;
    color: #0e76bd;
    text-decoration: underline !important;
    display: block;
    text-align: right;
    position: absolute;
	bottom: 0;
	right: 15px;
}

.address {
    font-size: 14px;
    color: #bbbcb9;
    padding-top: 18px;
}

ul.contact_footer li.address {
	font-size: 13px;
}


/**
 * Body Wrapper
 * ----------------------------------------------------------------------------
 */
#dv-body-wrapper {
    padding: 0px;
}

/**
 * Box Element
 * ----------------------------------------------------------------------------
 */
.dv-light-box {
    padding: 10px;
    /*-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 0px;
    position: relative;
}

.dv-light-box-light-grey {
    background-color: #fcfcfc;
    padding: 10px;
    /*-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 0px;
    position: relative;
}

.dv-main-title {
    font-weight: bold;
    line-height: 25px !important;
    padding: 5px 10px;
    background-color: #00b5a3;
    margin 10px;
    text-align: center;
}

.dv-main-title-green {
    font-weight: bold;
    line-height: 25px !important;
    padding: 5px 10px;
    color: #fff !important;
    background-color: #00b5a3;
    margin 10px;
    text-align: center;
    height: 80px;
}

.dv-main-title-grey {
    font-weight: bold;
    line-height: 25px !important;
    padding: 5px 10px;
    color: #fff !important;
    background-color: #868384;
    margin 10px;
    text-align: center;
    height: 80px;
}

.dv-similar-height-elements {
    display: inline-block;
    width: 100%;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */
#dv-header .dv-light-box {
    background-color: #333228;
    padding: 30px 35px 30px 30px;
    height: 118px;
}

#dv-myheader {
    width: 100%;
    height: 118px;
    line-height: 45px;
    background-color: #333228;
    color: white;
}

.mycontainer {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.dv-logo {
    background-color: blue;
    display: inline;
}

.fl_left {
    float: left;
}

.master-logo {
    position: absolute;
    float: left;
}

.master-lang {
    position: absolute;
    top: -6px;
    right: 40px;
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    display: inline;
    width: 180px;
    background-color: red;
}

.outer-master-menu {
    float: right;
    width: 80%;
}


#nav {
    position: absolute;
    right: 10px;
}



/**
 * Main Menu
 * ----------------------------------------------------------------------------
 */

#mainav {
    line-height: normal;
    height: 118px;
}

    #mainav .drop {
        padding-left: 15px;
    }

    #mainav li {
        position: relative;
    }

        #mainav li > ul {
            position: absolute;
            top: 100%;
            display: none;
        }

        #mainav li:hover > ul {
            display: block;
        }

        #mainav li a {
            display: block;
            padding: 20px 0px;
        }

.fl_right {
    float: right;
}

.clear {
    display: inline-block;
    clear: both;
}

.drop {
    padding-left: 15px;
}



.dv-navigation-bar .dv-light-box {
    padding: 0px;
    background: none;
}

.dv-menu,
.dv-menu ul.sub-menu {
    z-index: 100;
    padding: 0;
    list-style: none;
}

.dv-menu-wrapper {
    display: block;
    padding: 0 0 5px 0;
    /*background-color: #fff;
	-webkit-box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);*/
}

/* Navigation Widgets */
.dv-language {
    color: #fff !important; /* mgt*/
    font-weight: bold;
    display: inline-block;
}

.block2 {
    display: block;
}

.dv-language:hover {
    color: #00b5a3;
}

/* Search fields*/

.dv-search:before {
    content: '|';
    float: left;
    margin: 0px 10px;
    color: #fff;
}

.dv-search input[type='text'] {
    border: 1px solid #DCDCDC;
    padding: 2px 5px;
    font-size: 0.85em;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
    height: 20px;
    line-height: 20px;
    float: left;
}

input[type='text']:focus {
    outline: none;
}

.dv-search input[type='submit'] {
    border: none;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-left: 7px;
    padding: 0px;
    background: url('../images/search-icon.png') no-repeat;
    float: right;
    cursor: pointer;
}


.dv-search-bottom input[type='text'] {
    border: 1px solid #fff;
    padding: 2px 5px;
    font-size: 18px;
    margin: 25px 0px;
    height: 43px;
    width: 85%;
    line-height: 43px;
    float: left;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

input[type='text']:focus {
    outline: none;
}

.dv-search-bottom input[type='submit'] {
   /* border: 1px solid #fff;*/
    width: 43px;
    height: 43px;
    padding: 0px;
    cursor: pointer;
    background-color: #00b5a3;
    font-size: 15px;
    color: #fff;
    margin: 25px 0px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

    .dv-search-bottom input[type='submit']:hover {
        background-color: #333228;
        color: #fff;
    }

.styled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    margin: 15px 0 0 0;
    font-size: 15px;
    color: #00b5a3;
    line-height: 1;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 34px;
   * -webkit-appearance: none;*/
}

    .styled-select select:hover {
        cursor: pointer;
    }

/**
 * List
 * ----------------------------------------------------------------------------
 */

.dv-politis-border {
    border: 1px solid #DCDCDC;
}

.dv-float-left {
    padding-top: 1px;
    float: left;
    position: absolute;
}


.dv-float-tata {
    position: absolute;
    clear: both;
}

.dv-drast-border {
    float: left;
}

.dv-drast-border2 {
    float: left;
    width: 100%;
}


.dv-list li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.dv-list li p {
	text-align:left;
}

    .dv-list li:last-child {
        border: none;
    }

.dv-list-politis li {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 10px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fcfcfc;
}

    .dv-list-politis li:nth-child(odd) {
        background-color: #fff;
    }

.dv-list-politis > a > li {
    text-align: center;
    font-size: 18px;
    color: #6d727a;
}

.dv-list-politis > a:hover > li {
    color: #eb7748;
}

.dv-list-administration li {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 10px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fcfcfc;
}

    .dv-list-administration li:nth-child(odd) {
        background-color: #fff;
    }

.dv-list-administration > a > li {
    text-align: center;
    font-size: 18px;
    color: #6d727a;
}

.dv-list-administration > a:hover > li {
    color: #69b5cc;
}




/* bullet list */
.dv-list-bullet li {
    padding-left: 15px;
}

    .dv-list-bullet li:before {
        content: '';
        width: 6px;
        height: 6px;
        /*background: url('../images/list-bullet.png');*/
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -7px;
    }



/* image list */
.dv-image-list li {
    padding-left: 70px;
    min-height: 115px;
}

.dv-image-list .dv-image {
    position: absolute;
    top: 0px;
    left: 0px;
}

    .dv-image-list .dv-image img {
        width: 65px;
        height: 65px;
    }

/*.dv-list a {
	color: #484848;
}*/

.dv-list a:hover,.dv-list h4:hover  {
    color: #00b5a3;
}

.dv-date {
    color: #00b5a3 !important;
}

    .dv-date:hover {
        color: #262626 !important;
    }

.dv-list-title,
.dv-date {
    font-weight: normal;
	margin-bottom:10px;
}

.dv-list-title{
    font-style: italic;
}

.dv-item-title span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    font-style: normal;
}

.dv-item-link a {
    font-style: normal;
}

.dv-item-link {
    font-style: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.dv-item-description {
font-style: normal;
font-weight: 400;
}

/**
 * Slider
 * ----------------------------------------------------------------------------
 */
.dv-slider {
    position: relative;
}

/* Slider Big */
.dv-big-slider.dv-light-box {
    background-color: rgba(0,0,0,0.15);
    padding: 0px 0px 30px 0px;
}

.dv-big-slider .flex-direction-nav {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

.dv-slider .flex-direction-nav li {
    width: 17px;
    height: 17px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.dv-big-slider .flex-direction-nav li a:before {
    content: '';
    width: 17px;
    height: 17px;
    display: block;
    background-image: url(../images/slider-direction.png);
}

.dv-big-slider .flex-next:before {
    background-position: -17px 0px;
}

.flex-control-nav {
    float: right;
    margin-right: 10px;
}

    .flex-control-nav li {
        float: left;
    }

        .flex-control-nav li a {
            background: #fff;
            display: inline-block;
            overflow: hidden;
            width: 10px;
            height: 0;
            padding-top: 10px;
            text-align: center;
            cursor: pointer;
            margin-left: 7px;
            margin-top: 10px;
            -webkit-border-radius: 300px;
            border-radius: 300px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        .flex-control-nav li .flex-active {
            background: #0e76bd;
        }



/* Slider Small */
.dv-small-slider .flex-control-nav {
    display: none;
}

.dv-small-slider .flex-direction-nav {
    position: absolute;
    right: 0px;
    top: 10px;
}

    .dv-small-slider .flex-direction-nav li {
        width: 17px;
        height: 17px;
        display: inline-block;
        overflow: hidden;
        margin: 0px 3px;
    }

        .dv-small-slider .flex-direction-nav li a:before {
            content: '';
            width: 17px;
            height: 17px;
            display: block;
            background-image: url(../images/small-slider-direction.png);
        }

.dv-small-slider .flex-next:before {
    background-position: -17px 0px;
}

.dv-small-slider {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}

    /*.dv-small-slider img {
	max-height: 165px;
	-webkit-box-shadow:  0px 5px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow:  0px 5px 0px 0px rgba(255, 255, 255, 0.2);
}*/

    .dv-small-slider .dv-slider-caption {
        padding: 10px;
    }


/**
 * Carousel
 * ----------------------------------------------------------------------------
 */


.wrapper {
    background-color: white;
    width: 480px;
    margin: 40px auto;
    padding: 50px;
    box-shadow: 0 0 5px #999;
}

.list_carousel {
    margin: 0 0 30px 60px;
    width: 360px;
}

    .list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel li {
        text-align: center;
        font-size: 12px;
        width: 20px;
        height: 200px;
        padding: 0;
        margin: 6px;
        display: block;
        float: left;
    }

    .list_carousel.responsive {
        width: auto;
        margin-left: 0;
    }

.clearfix {
    float: none;
    clear: both;
}

.prev {
    float: left;
    margin-left: 10px;
}

.next {
    float: right;
    margin-right: 10px;
}

.pager {
    float: left;
    width: 300px;
    text-align: center;
}

    .pager a {
        margin: 0 5px;
        text-decoration: none;
    }

        .pager a.selected {
            text-decoration: underline;
        }

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}



.dv-carousel-wrapper.dv-light-box {
    background-color: #fcfcfc;
    padding: 20px 40px 40px;
}

.dv-carousel {
    opacity: 0;
}

.dv-carousel-item {
    float: left;
    padding: 0px 15px;
    /*border-right: 1px solid rgba(0,0,0,0.2);*/
  /*  -webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.5);
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.5);*/
}

    .dv-carousel-item:nth-child(6n) {
        border-right: 0px solid rgba(0,0,0,0.2);
        -webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0);
    }

/* .dv-carousel-item img {
	width: 100%;
} */

.dv-carousel-inner {
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    margin: 0 !important;
}

    .dv-carousel-inner.active {
        cursor: -moz-grabbing !important;
        cursor: -webkit-grabbing !important;
    }

.dv-fullscreen .dv-carousel-item,
.dv-fullscreen .dv-carousel-wrapper,
.dv-carousel .dv-media {
    margin: 0px;
}

#prev,
#next {
    width: 17px;
    height: 76px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -38px;
}

#next {
    left: auto;
    right: 20px;
}

    #prev:before,
    #next:before {
        content: '';
        width: 17px;
        height: 76px;
        display: block;
        background: url('../images/carousel-arrow.png') 0 0;
    }

    #next:before {
        background-position: -17px 0px;
    }

.dv-carousel .dv-image {
    padding: 1px;
    width: 60px;
    height: 60px;
    margin: 0px auto 10px auto;
    display: block;
    background-color: #969696;
    /*-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);*/
}

.dv-carousel p {
    font-size: 10px;
    color: #262626;
    text-align: center;
    /*text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	filter: dropshadow(color=#000000, offx=0, offy=0);*/
}



/**********footer**********/
.h4-footer {
    text-decoration: none;
    size: 23px;
    color: #00b5a3;
    letter-spacing: -0.005em;
    margin-top: 20px;
}

.header-footer:hover {
    text-decoration: underline;
}

.a-footer {
    text-decoration: none;
    size: 14px;
    color: #fff;
    line-height: 1.7;
}

    .a-footer:hover {
        text-decoration: underline;
    }

.outer-master-footer {
    float: left;
    width: 100%;
    padding: 20px;
}

.master-footer {
    float: left;
    width: 100%;
    padding: 40px 0px;
}

    .master-footer .footer-links {
        padding: 0px 0px;
    }

    .master-footer .footer-copy {
        width: 100%;
        float: left;
        padding: 20px 0px 0px 0px;
        margin-top: 20px;
        background-color: #1c1c1c;
    }

.footer_logo {
    float: right;
    width: 30%;
    position: relative;
}

.contact_footer {
    float: left;
    width: 70%;
    height: 60px;
}

    .contact_footer li {
        float: left;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid rgba(255,255,255,0.1);
        line-height: 30px;
    }

        .contact_footer li:last-child {
            border: none;
        }
/* .contact_footer li a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.contact_footer li a:hover{
	color:#00b7ff;
} */
.master-footer .footer_logo img {
    position: absolute;
    right: 0px;
}

.footer_logo span {
    position: absolute;
    right: 6px;
    top: 33px;
    font-size: 9px;
}

.master-footer .footer-item {
    background-repeat: no-repeat;
    background-position: 100%;
    min-height: 100px;
}

    .master-footer .footer-item.last {
        border: none;
    }

.master-footer .footer-hd {
}
/*.master-footer .footer-item ul a{font-size:11px;}
.master-footer .footer-item a{text-decoration: none;font-size: 14px;}*/
.master-footer .footer-item-section {
    padding-bottom: 16px;
}

#s4-bodyContainer {
    padding-bottom: 0px;
}


.social {
    float: right;
    width: 250px;
    height: 60px;
    padding-top: 18px;
}

/**********footer**********/

/*-----------------------------------------------------------------------------------*/
/*	Dark - Light Opacity
/*-----------------------------------------------------------------------------------*/
.light_opacity {
    background-color: rgba(255,255,255,0.4);
    color: #000;
}

.dark_opacity {
    /*background-color:rgba(0,0,0,0.6);*/
    background-color: #333228;
}

.dark_opacity2 {
    /*background-color:rgba(0,0,0,0.6);*/
    background-color: #1c1c1c;
    /*height: 60px;*/
}

#backtotop.visible {
    visibility: visible;
    opacity: 0.5;
}

#backtotop {
    color: #fff;
    background-color: #00b5a3;
}

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 50px;
    right: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    opacity: 0.2;
}

#backtotop {
    transition: all 0.3s ease-in-out 0s;
}

    #backtotop:hover {
        opacity: 1;
    }

.totop {
    vertical-align: middle;
	margin-bottom: 5px;
}




/***********TABLE**********/

.page {
    max-width: 60em;
    margin: 0 auto;
}

table th,
table td {
    text-align: left;
}

table.layout {
    width: 100%;
    border-collapse: collapse;
}

table.display {
    margin: 1em 0;
}

    table.display th,
    table.display td {
        border: 1px solid #e1e1e1;
        padding: .5em 1em;
        line-height: 30px;
    }

    table.display th {
        background: #ede6e6;
        color: #00b5a3;
    }

    table.display td {
        background: #fff;
    }



/***********Styles for buttons container**********/

.entry-social {
    margin-bottom: 20px;
    color: rgb(126, 126, 126);
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 23px;
    margin-bottom: 20px;
    float: left;
    border: solid 0px #aaa;
    text-align: center;
}

    .entry-social div {
        display: block;
        width: 138px;
        margin: 2px;
        display: inline-block;
        vertical-align: middle;
    }

    .entry-social a {
        text-decoration: none;
        display: block;
        padding-left: 20px;
        color: #FFFFFF !important;
        font-weight: bold;
        transition: background-color .3s;
    }

    .entry-social .fb a {
        padding: 7px 10px 7px 26px;
        background: #3B5999 url('../images/fb14.png') no-repeat 10px center;
    }

    .entry-social .twitter a {
        padding: 7px 10px 7px 32px;
        background: #01BBF6 url('../images/twitter14.png') no-repeat 8px center;
    }

    .entry-social .fb a:hover {
        background-color: rgb(50, 75, 129);
    }

    .entry-social .twitter a:hover {
        background-color: rgb(1, 159, 211);
    }

input.dv-search-btn {
    min-width: 0 !important;
}

.dv-view-item .main.dv-column-2-3 {
    /*border-right: 1px solid #e1e1e1;*/
}

.thumbs.single-img,  .thumbs.single-img-org{
    border: 8px solid #eaeaea;
    margin: 0 15px 10px 0;
    width: 40%;
    float: left;
}

 .thumbsitems.single-img{
    margin: 0 15px 10px 0;
    float: left;
}

.search-press-form .section {
    padding-top: 10px;
    padding-top: 10px;
}

.search-press-form .label {
    padding-bottom: 8px;
}

input#Submit_Search, input#Submit_Reset {
    background-color: #00b5a3;
    color: #fff;
    font-size: 1.1em;
}

.file-wrapper input {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    font-size: 100px;
}

.label {
    font-size: 11px;
    padding-bottom: 4px;
    padding-top: 16px;
    font-weight: bold;
    color: #666;
}

#Complaint-Description {
    max-width: 450px;
    resize: both;
    min-height: 200px;
}

.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .file-wrapper input {
        cursor: pointer;
        height: 24px;
        position: absolute;
        right: 0;
        top: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        opacity: 0.01;
        font-size: 100px;
    }

.submitbtn {
    margin-top: 20px;
    /*padding-bottom: 50px;*/
    float: left;
}

.newcomplaint .button {
    display: none;
    display: inline-block;
    background-color: #ffffff;
    color: #7E8C2D;
    background-image: none;
    border-color: #7E8C2D;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    font-weight: normal;
    line-height: 130%;
    padding: 2px 4px;
}

input[type=password], input[type=text], input[type=file], select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
    width: 98.5%;
    resize: none;
    margin: 0px;
    padding: 6px;
}

a.dv-btn.dv-btn-small.dv-green-color {
    display: block;
}

.field > div > * {
    font-size: 14px;
}

.itemlist {
    margin-top: 20px;
}

.c-date {
    float: left;
    margin-right: 10px;
}

.itemlist li {
    /*padding-top: 15px;*/
}

.dv-content .ms-formlabel {
    width: 200px;
    vertical-align: top;
    white-space: pre-wrap;
}

.infolinks td {
    padding-top: 10px;
}

    .infolinks td a {
        color: #2e3233;
    }

    .infolinks td a:hover {
        color: #00b5a3;
    }

	.search-press-form{
	width: 50%;
	}
	.dv-dates .section{
	width: 45%
	}
	.dv-dates .section:first-child{
	float:left;
	}
	.dv-dates .section:nth-child(2){
	float:right;
	}

	.dv-clear {
	clear:both;
	}

.item-details-1{
	color: #1FB1B1;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	padding: 3px;
	display: inline-block;
	line-height: 22px;
}

.item-details-2 {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 14px;
  padding: 3px;
  padding-left: 3px;
  line-height: 22px;
}

.item-details-3 {
  margin-bottom: 2px;
  font-size: 14px;
  padding: 3px;
  padding-left: 3px;
  line-height: 22px;
}

.dv-metadata {
  color: #919191;
}

.filteritem select {
  margin-bottom: 8px;
}

.erasebtn {
  margin-top: 20px;
  /*padding-bottom: 50px;*/
}

.erasebtn a {
  background-color: #FFF;
  font-size: 11px;
  cursor: pointer;
  margin-right: 4px;
  display: block;
  width: 140px;
  margin-left: 100px;
  text-align: center;
  padding: 7px 10px;
  border: 1px solid #ABABAB;
  font-size: 11px;
  color: #444;
}

.dv-item {
	padding-top:10px;
	padding-bottom:10px;
}

.view-msg {
  padding-top: 20px;
  color: #00b5a3;
}

input[type="button"], input[type="reset"], input[type="submit"], button {
    background-color: rgb(0, 181, 163);
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: open sans,sans-serif;
    margin: 0px 10px 0px 0px;
    font-weight: 600;
    border: 0px solid rgb(171, 171, 171);
    padding: 7px 10px;
	}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover {
     background-color: #999;
	 cursor: pointer;
}

select.filteritem {
  margin-bottom: 8px;
}

.filteritem input[type='text']{font-size:13px;}


.tenders_headers, .tenders_content {
	float: left;
	width: 100%;
	margin: 0px;
	display:table;
}

.tenders_headers li {
	display: table-cell;
	text-align: center;
	background-color: #F4EDE6;
	color: #878787;
	font-size: 12px;
	line-height: 3.5;
}

.tenders_headers.tenders_headers_4  li{
	width:20%;
}

.tenders_headers.tenders_headers_4  li:first-child{
	width:60%;
}
.tenders_headers.tenders_headers_2  li:first-child{
	width:80%;
}
.tenders_headers.tenders_headers_2  li{
	width:20%;
}

.tenders_content li, .tenders_content li ul  {
	width: 100%;
	display: table;
	margin: 0;
}
.tenders_headers li{
	display:table-cell;
	width: 100%;
}

.tenders_content li ul li:first-child {
	background-color: #FFF;
	border: none;
	width:60%;
}

.tenders_content li ul li {
	display: table-cell;
	width: 20%;
	text-align: center;
	font-size: 12px;
	padding: 10px 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.dv-tender-apply-btn a{
	display:none;
}

.dv-fields-content input[type=text]{
	width:auto;
}

.dv-tender-apply {
	float: left;
	margin:2px 10px 0px 16px;
}

.dv-tender-status span {
	float: left;
}
.dv-participate {
padding-left: 50%;
}
.dv-tender-status2 {
	padding-left: 25%;
 }

 .ms-webpart-menuLink {
     padding:0;
}

.itemordereditor ul li {
   margin: 0px 8px 8px 0px;
}

.itemordereditor .drag-container {
   background-color: #eee;
}

.itemordereditor .drag-container:after {
   content: '';
   display: block;
   clear: both;
}

.itemordereditor .drag-container>span {
   color: rgba(0,0,0,0.3);
   display: block;
   float: left;
   text-align: center;
   font-size: 3em;
   width: 10%;
}

.itemordereditor .drag-container.itemover {
   background-color: #ccc;
}

.itemordereditor [draggable=true] {
   float: left;
   width: 90%;
   cursor: move;
   opacity: 0.95;
   background-color: rgba(0,0,0,0.1);
   color: rgba(0,0,0,0,0.5);
   font-size: 1.25em;
}

.itemordereditor [draggable=true]:hover {
   opacity: 1;
   background-color: rgba(0,0,0,0.15);
}

.itemordereditor [draggable=true] img {
   max-width: 512px;
   max-height: 48px;
   float: left;
   display: block;
   margin-right: 8px;
}


.sitia-title-line.title>div[__webpartid] {
	 display: inline-block;
}

.ui.page.modals.dimmer {
	min-width:100%;	
}

html, body { min-width: 100%; min-height: 100%; }



/* ================================================================================= */
.dv-banner-images {
	margin: 0 -2em;
}
.dv-banner-images a {
	display: inline-block;
}
.dv-banner-images img {
	height: 380px;
	display: inline-block;
}

.dv-banner-images a.first img,
.dv-banner-images a.third img {
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

.dv-banner-images a.second img {
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
	margin: 0 1em;
}

.dv-administration-list a:hover {
	color: #69b5cc;
}

.arrow-right-news {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #69b5cc;
  margin-left: -4px;
  margin-top: 55px;
}

.arrow-right-work {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eb7748;
  margin-left: -4px;
  margin-top: 55px;
}

.arrow-right-chess {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #02b4a4;
  margin-left: -4px;
  margin-top: 55px;
}

.arrow-right-calendar {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fdc64f;
  margin-left: -4px;
  margin-top: 55px;
}



/* Custom Web Parts */

summary.dv-summary  {
	margin: 10px;
	border: 1px solid lightgray;
	border-right: 5px solid #00b5a3;
	padding: 6px;
	position: relative;
	cursor: pointer;
	transform: scaleX(-1);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: gray;
}

summary.dv-summary:hover {
	background-color: #ede6e6;
	color: #00b5a3;
}

summary.dv-summary b {
	display: inline-block;
	position: absolute;
	right: 6px;
	transform: scaleX(-1);
}
