@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}


body {
    font-family: Open Sans, helvetica, arial,  verdana;
    background-color: #FCFCFC;
}

a, a:visited, .btn-link  {
    color: #5E6068
}
a:hover {
    color: #2d6987;
}
a.btn-primary  {
    color: #fff;
}

h1, h2, h3 {
    margin-bottom: 10px;
    color: #3F3F3F;
    font-family: 'Open Sans Condensed', sans-serif;
    /*font-weight: 400;*/
}
h1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
}
h2 {
    margin-top: 0px;
    font-size: 26px;
    padding-top: 7px;
}
h3 {
    font-size: 23px;
}
hr {
    border-color: #5E6068;
    margin: 0px;
}
legend {
    font-size: 13px;
}
article {
    text-align: justify;
    font-size: 1em;
}
.logo {
    margin-bottom: 15px;
    /*max-width: 80%;*/
}
/*.lineBottom {
    border-bottom: 1px solid #777;
    display: block;
    margin-bottom: 15px;
}*/

/****** form *****/
.dateLable {
    display: block;
}
.date {
    width: 33%;
    float: left;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
    padding-left: 3px;
}
.error-message {
    margin-top: 2px;
    padding: 5px;
    background-color: #eb4008;
    color: white;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.topbar {
   background-color: RGBA(249, 249, 249, 0.69);
   color: #262626;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 30px 0px;
}
.topbar .btn-link{
    color: #262626;
}
#menu {
    padding-top: 40px;
}
.topMenuDx {
    font-size: 0.9em;
    margin-top: 4px;
    padding-right: 50px;
}

.menuTop {
    padding: 0px;
}
.menuTopSearch {
    padding: 8px 0px 0px 0px;
}
.wrapper {
    background-color: RGBA(255, 255, 255, 0.5);
/*    padding: 5px 30px 10px;*/
}
.dashboard {
    border: 1px solid #E6E6E6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 3px 2px 6px rgba(204,204,204,0.33);
    -webkit-box-shadow: 3px 2px 6px rgba(204,204,204,0.33);
    box-shadow: 3px 2px 6px rgba(204,204,204,0.33);
    color: #C0C0C0;
    margin-bottom: 15px;
}

.dashboard a{
    display: block;
    padding: 20px 15px;
}
.dashboard a:hover{
    background-color: #efefef;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb {
    font-size: 0.8em;
    border-radius: 0px;
    margin: 8px 0px 10px;
    padding: 0px 0px;
    background-color: #FFF;
}
.breadcrumb a {
    color: #696969;
}
.content {
    /*padding-top: 10px;*/
    padding-bottom: 20px;
}
/* blocks template
=================================================================== */

.block_notitle strong {
    display: none;
}
/* boxDx
=================================================================== */
.boxDx {
    font-size: 1em;
    margin-top: 46px;
}
.boxDx a {
    color: #777;
}
.bodDx h2 {
    font-size: 1.3em;
}

.boxDx a.btn {
    color: #F5F5F5;
}
/* Slide
=================================================================== */
.slideTop {
    margin-bottom: 8px;
    -moz-box-shadow: 0 0px 8px rgba(153,153,153,.81); /* drop shadow */
    -webkit-box-shadow: 0 0px 8px rgba(153,153,153,.81); /* drop shadow */
    box-shadow: 0 0px 8px rgba(153,153,153,.81); /* drop shadow */

}
/********** carousel ************/

.carousel-indicators {
    display: none;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.comunicator .panel-default > .panel-heading {
    border-width:0px;
}
.comunicator .panel-body {
    padding: 0px;
}
.comunicator .border-td {
    border-right: 1px solid #DDD;
    color: gray;
}
.carousel-control .icon-prev, .carousel-control .icon-next { font-size: 60px
}
.comunicator .form {
    padding: 10px; margin-top: -20px; border-top: 1px solid #DDD;
}

/********** carousel ************/

/* The controlsy */
#CarouselControl .carousel-control {
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    top: 20%;
}
#CarouselControl .carousel-control.right {
    right: 0px;
}
/* The indicators */
#CarouselControl .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
#CarouselControl .carousel-indicators li {
    background: #cecece;
}
#CarouselControl .carousel-indicators .active {
    background: #428bca;
}
.MyCarousel .col-xs-3,
.MyCarousel .col-sm-3,
.MyCarousel .col-md-3,
.MyCarousel .col-lg-3  {
    padding-right: 1px;
    padding-left: 1px;
}
.MyCarousel {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 175px
}
/* News
=================================================================== */
.news p a {
    color: #333;
    text-decoration: none;
}
.news p a:hover {
    color: #777;
    text-decoration: none;
}

/* Login
=================================================================== */
#menuLogin {
    background-color: #222;
    color: #ffffff;
    line-height: 30px;
    font-size: 0.9em;
    padding-top: 2px;
}
#menuLogin  a {
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

#menuLogin .dropdown-menu li a  {
    text-align: left;
    color: #000000;
    font-size: 0.9em;
}

#menuLogin .dropdown-menu li a:hover  {
    color: #ffffff;
}

/* Thumbnail
=================================================================== */
.rows {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    margin-right: -15px;
    margin-left: -15px;
}

.menu-category {
    display: inline-block;
    margin:  0.25rem;
    padding:  1rem;
    width:  100%;
}
.thumbnail {
    border-radius: 0px;
    padding: 0px;
    border: none;
    background-color: #F5F5F5;
    /*     min-height: 380px;*/
}
.thumbnail img {
    width: 100%;
}
.thumbnail a {
    text-decoration: none;
}
.thumbnail:hover {
    background-color: #E6E6E6;
    transition: all 0.4s ease-in-out 0s;
}
.thumbnail .caption {
    padding: 5px;
}
.thumbnail .caption p {
    margin-top: 5px;
}
.thumbnail h2 {
    font-size: 20px;
    padding: 0px;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.hover-effect {
    transition: all 0.4s ease-in-out 0s;
}


/* ===== Portfolio ===== */
.thumbnails {
    position:relative;
    overflow:hidden;
}

.gallery .caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(245, 245, 245, 0.6);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#333 !important;
    z-index:2;
}
.gallery .caption .valign {
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 20%;
    z-index: 100;
    padding: 5px 20px;
}
.gallery .caption a {
    text-decoration: none;
}

/* Item news
=================================================================== */

.item-tree {
    list-style: none;
    margin:0 auto;
    margin-left: -20px;
}
.item-tree li{
    list-style: none;
    margin-left: -20px;
    padding-bottom: 5px;
    font-size: 0.9em;

}
.item-tree li a {
    text-decoration: none;
}
.item-tree li a:hover {
    text-decoration: underline;
}
/****** textarea counter *****/

.originalTextareaInfo {
    color: #000000;
    text-align: right
}

.warningTextareaInfo {
    color: #FF0000;
    text-align: right
}

#showData {
    height: 10px;
    width: 200px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin: 10px;
}
.checkbox label, .radio label {

    margin-right: 20px;
}
legend {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1em;
}
/* Articole*/
article img {

}
.img-extended {
    width: 100%;
}
/* Footer
=================================================================== */
.footer {
	background: RGBA(242, 242, 242, 0.6);
    color: #fff;
    padding: 0px 35px;
    border-top: 1px solid white;
}
.footer a {
    color: #EAEAEA;

}
.menuFooter {
    padding: 7px 10px;
    font-size: 0.9em
}
.menuFooter a {
    color: #fff;
    padding-right: 20px;
}

.footerInfo {
    /*padding-top: 10px;*/
    padding-bottom: 10px;
	background: RGBA(242, 242, 242, 0.6);
	color: #808080;
    border-bottom: 1px solid white;

}
.footerInfo a {
    color: #808080;
    text-decoration: none;
}
.footerInfo a:hover {
    color: #808080;
    text-decoration: underline;
}
.footerInfo h2 {
	border-bottom: 1px solid #9E9E9E;
	padding-bottom: 10px;
	color: #6C6C6C;
    font-weight: 300;
    font-size: 20px;
    /*    width: 90%;*/
}

.footerInfo h3{
    border-bottom: 1px #ccc solid;
    font-size: 1.4em;
    font-weight: normal;
    font-weight: 300;
}
.footerInfo .glyphicon, .footerInfo .fa {
    border: 1px solid #969696;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin: 0px 5px 5px 0px;
    text-align: center;
}

.footerInfo .glyphicon:hover, .footerInfo .fa:hover {
    border: 1px solid #777;
    background-color: #777;
    color: #E3DACB;
}
.footerCopy{
    padding: 10px 15px;
    font-size: 0.8em;
    background-color: RGBA(249, 249, 249, 0.69);
    color: #262626;

}
.footerCopy a {
    text-align: left;
    color: #262626;
}

/* bootstrap customization
=================================================================== */
.glyphicon { margin-right:5px; }

.well {
    /*    background-color: #fbfbfb;*/
    border: none;
    box-shadow: none;
    border-radius: 0px;

}
.hide { display:none; }

.paddingBottom10 {
    padding-bottom: 10px;
}
.paddingBottom15 {
    padding-bottom: 15px;
}
.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingTop10 {
    padding-top: 10px;
}
.paddingTop15 {
    padding-top: 15px;
}
.paddingTop20 {
    padding-top: 20px;
}
.marginTop10 {
    margin-top: 10px;
}
.marginTop15 {
    margin-top: 15px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop30 {
    margin-top: 30px;
}
.marginTop35 {
    margin-top: 36px;
}
.panel {
    border-radius: 0px;
    box-shadow: none;
}
.panel-heading {
    padding: 5px 10px 5px;
    font-weight: bold;
    border-radius: 0px;
}
.panel-heading h3 {
    margin: 0px;
}
.panel-default {
    border-color: #F5F5F5;
}
.panel-default > .panel-heading {
    border-color: #F5F5F5;
}
.panel-footer {
    border-top: none;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 0px;
}


a.list-group-item:hover, a.list-group-item:focus {
    color: #555;
    background-color: rgba(240, 240, 240, 1);
    border-color: rgba(209, 209, 209, 1);
}
.list-group-item {
    padding: 6px 10px;
}
a.list-group-item {
    color: #888;
    font-size: 13px;
}
.panel-primary {
    border-color: #5893A7;
}

.panel-primary>.panel-heading {
    background-color: #5893A7;
    border-color: #5893A7;
}

.btn-primary {
    color: #fff;
    background-color: #5893A7;
    border-color: #5893A7;
}

.pagination > li > a, .pagination > li > span {
    color: #00B4CD;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00B4CD;
    border-color: #00B4CD;
}

/* Scroller To Top
=================================================================== */
.scrollToTop{
    font-size: 19px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
    display:none;

}
.scrollToTop:hover{
    text-decoration:none;
}
/* Search bottom and layer
=================================================================== */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    z-index: 10;
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 30%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
/* Search result
=================================================================== */
hgroup h2.lead { margin: 0; padding-bottom: 10px; }

.search-result .thumbnail { border-radius: 0 !important; }

.search-result h3 { font: 500 normal 1.375em;  margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result p { font: normal normal 1.125em  }

/* Cookie bar
=================================================================== */

.cookieBar {
    background-color: #CCC;
    color: #333;
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    line-height: 30px;
    padding: 5px 30px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px -1px 22px 0px rgba(138,138,138,1);
    -moz-box-shadow: 0px -1px 22px 0px rgba(138,138,138,1);
    box-shadow: 0px -1px 22px 0px rgba(138,138,138,1);
}
/*.cookieBar .btn-link {
    color: blue;
}*/


.footer-mobile{
    display: none;
}
/****** responsive design *****/

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }

}
@media (max-width: 1280px) {
    #menu {
    padding-top: 35px;
}
}
/* Portrait tablets and medium desktops */
@media (max-width: 1024px) {
    body{
        font-size: 16px;
    }
#menu {
    padding-top: 28px;
}
    .menuTop {
        margin-right: 0px;
        /*        width: 100%;*/
    }
    /*    .logo {
            height: 50px;
        }*/
    .topMenuDx {
        font-size: 0.9em;
        margin-top: 0px;
    }
    article {
        text-align: left;
    }
    .topImage {
        margin: 5px 0px 15px 0px;
    }
}

@media (max-width: 991px) {
    .logo{
        margin:10px auto 0px;
        height:80px;
    }
    #menu {
        padding-top: 0px;
    }
    .menuTop {
        margin-top: 5px;
        margin-bottom: 5px;
        border-bottom: none;
    }
    nav .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
    .wrapper {
        padding: 0px 15px 10px;
    }
    .logo{
        height: 60px;
    }
    .MyCarousel {
        margin-left: 0px;
        margin-right: 0px;
        min-height: 70px
    }

    .footer-mobile {
        bottom: 0px;
        width: 100%;
        height: 70px;
        background-color: rgba(18, 18, 18, 0.95);
        position: fixed;
        display: block;
        padding: 5px;
        text-align: center;
    }
    .scrollToTop {
        visibility:  hidden;
    }
    .gallery .caption {
        margin-bottom: 10px;
    }

}
