/* 
    Document   : main
    Created on : Mar 2, 2015, 7:42:43 PM
    Author     : Drakones
    Description:
        Purpose of the stylesheet follows.
*/
/* ===== == = === 12.5em (200px) === = == ===== */

@media only screen and (min-width : 12.5em) {

body{
        font-size: 5px !important;
    }
}


/* ===== == = === 25em (400px) === = == ===== */

@media only screen and (min-width : 25em) {

body{
        font-size: 6px !important;
    }
}


/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (min-width : 30em) {
    body{
        font-size: 7px !important;
    }
    
}
/* ===== 570px =========*/
@media only screen and (min-width : 35em) {
    body{
        font-size: 8px !important;
    }
    
}


/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (min-width: 37.5em) {
    body{
        font-size: 9px !important;
    }
    
}

/* ========== 670px ============= */

@media only screen and (min-width: 41.875em) {
    body{
        font-size: 10px !important;
    }
    
}

/* ===== == = === 44.375em (710px) === = == ===== */

@media only screen and (min-width : 44.375em) {
     body{
        font-size: 11px !important;
    }

}

/* ===== == = === 49.375em (790px) === = == ===== */

@media only screen and (min-width : 49.375em) {
     body{
        font-size: 12px !important;
    }

}
/* ===== == = === 52.5em (840px) === = == ===== */

@media only screen and (min-width : 52.5em) {
     body{
        font-size: 13px !important;
    }

}

/* ===== == = === 56.875em (910px) === = == ===== */

@media only screen and (min-width : 56.875em) {
     body{
        font-size: 14px !important;
    }

}
/* ===== == = === 62.5em (1000px) === = == ===== */

@media only screen and (min-width : 62.5em) {
     body{
        font-size: 15px !important;
    }

}
/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (min-width : 68.75em) {
    body{
        font-size: 16px !important;
    } 
}






@font-face {
	font-family: 'museo100regular';
	src: url('../fonts/museo100regular.eot');
	src: local('museo100regular'), url('../fonts/museo100regular.woff') format('woff'), url('../fonts/museo100regular.ttf') format('truetype');
}

@font-face {
        font-family: 'museo-sans';
        src: url('../fonts/MuseoSansCyrl.otf');
}

.clearfix{
    clear: both;
}

.nomargin{
    margin: 0px!important;
}

.background-black{
    background-color: black;
}

body, div, ul, ol, li, p, table, img{
    padding: 0px;
    margin: 0px;
    word-wrap: break-word;
}

a{
    text-decoration: none;
    color: #222222;
    
}

a:hover{
    text-decoration: underline;
    color: #FE8D47;
}

li{
    margin-left: 40px;
}

body{
    font-size:  100%; /*~16px =1rem*/
    font-family: 'museo100regular' !important;
    font-weight: 300;
    color: #222222;
    line-height: 24px;
    cursor: auto;
}

p{
    font-weight: 300;
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 20px;
}

.page_title{
    margin: 0 auto;
    width: 60em;
}

.normal{
    line-height: normal;
}

h1{
    font-size: 2.75em;
    
    font-family: 'museo-sans' !important;
    font-weight: 300;
    color: #000;
}
h2{
    font-size: 1.75em;
    font-family: 'museo-sans' !important;
    line-height: 1.71429em;
    margin-top: 0.85714em;
    margin-bottom: 0.42857em;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    
}
h3{
    font-size: 1.45em;
    font-family: 'museo-sans' !important;
}
h4{
    font-size: 1.25em;
    font-family: 'museo-sans' !important;
}
h5{
    font-size: 0.83em;
    font-family: 'museo-sans' !important;
}
root { 
    display: block;
}

/*header*/

.main_wrap{
    
}

.halfwidth{
    width: 50%;
}

.color-darkred{
    color: #2d0001;
}

.background-darkred{
    background-color: #2d0001;
    border-bottom: 2px solid #c00108;
}

.color-orange{
    color: #ff9900; /*orange*/
}

.color-teal{
    /*color: #004548; /*teal inchis*/
    color: #025261; /*teal inchis -1*/
}

.color-green{
    color: #005e06; /*green inchis*/
}

.background-orange{
    background-color: #ff9900; /*orange*/
}

.background-teal{
     /*background-color: #004548; /*teal inchis*/
    /*background-color: #025261; /*teal inchis -1*/
    background-color: #3b9397; /*teal inchis -4*/
}

.background-green{
    background-color: #005e06; /*green inchis*/
}

#header{
    width: 100%;
    
    color: #fff;
    position: fixed;
    z-index: 99;
    top: 0;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
}

.banner_wrap{ 
    width: 60rem; /*960px*/
    height: 6.25rem; /*125px cu rem initial */
    margin: 0px auto;
    
    -webkit-transition:height 0.2s;
    -ms-transition:height 0.2s;
    -moz-transition:height 0.2s;
    -o-transition:height 0.2s;
    transition:height 0.4s;
    
    
}

.scroller{ 
    height: 60px !important;
    -webkit-transition:height 0.2s;
    -ms-transition:height 0.2s;
    -moz-transition:height 0.2s;
    -o-transition:height 0.2s;
    transition:height 0.4s;
    
}
img .scroller{
  height: 40px !important;
    -webkit-transition:height 0.2s;
    -ms-transition:height 0.2s;
    -moz-transition:height 0.2s;
    -o-transition:height 0.2s;
    transition:height 0.4s;
}

.logo{
    float: left;
}

.logo_img{
    margin-top:10px;
    height: 80px;
    -webkit-transition:height 0.2s;
    -ms-transition:height 0.2s;
    -moz-transition:height 0.2s;
    -o-transition:height 0.2s;
    transition:height 0.4s;
    
    
}

.social{
    display: block;
    float: right;
    margin-top: 20px;
    padding: 5px;
    position: relative;
    -webkit-transition: margin-top 0.2s;
    -ms-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    -o-transition: margin-top 0.2s;
    transition: margin-top 0.4s;
}

.scroller .social {
    margin-top: 9px !important;
    -webkit-transition:margin-top 0.2s;
    -ms-transition:margin-top 0.2s;
    -moz-transition:margin-top 0.2s;
    -o-transition:margin-top 0.2s;
    transition:margin-top 0.4s;
}

.social img{
    top: 0px;
    position: relative;
    width: 33px;
    margin-right: 3px;
    -webkit-transition:width 0.2s;
    -ms-transition:width 0.2s;
    -moz-transition:width 0.2s;
    -o-transition:width 0.2s;
    transition:width 0.4s;
}

.scroller .social img {
    width: 28px;
    margin-right: 2px;
    -webkit-transition:width 0.2s;
    -ms-transition:width 0.2s;
    -moz-transition:width 0.2s;
    -o-transition:width 0.2s;
    transition:width 0.4s;
}
.social img:hover{
    opacity: 0.8;
    -webkit-transition:opacity 0.2s;
    -ms-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    -o-transition:opacity 0.2s;
    transition:opacity 0.2s;
}

.menu{
    width: 60rem;
    margin: 0 auto;
    float: right;
    
}

.menu ul{
    display: inline;
    float: right;
}

.menu ul li{
    list-style-type: none;
    display: inline;
    margin-right: 10px;
    margin-left: 0px!important;
    font-family: 'museo-sans' !important;
}

.menu ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem; /*~14px*/
}

.menu ul li a:hover{
    color: #9b4200;
    -webkit-transition:color 0.8s;
    -ms-transition:color 0.8s;
    -moz-transition:color 0.8s;
    -o-transition:color 0.8s;
    transition:color 0.8s;
}

.content{
    width: 60em; /*960px*/
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
    
}

.content_wrap{
    margin: 0 auto 30px auto;
    overflow: auto;
}

.footer{
    width: 100%;
    
}

.footer .area_1{
    background-image: url("../images/layout/sarmi006_dark.jpg");
 
    background-position: center center;
    /*opacity: 0.6;*/
    background-size: cover;
    padding-top: 4.28571em;
    padding-bottom: 5.14286em;
}

.footer .area_2{
    background-color: #fff;
    
}

.footer .area_1_text{
    color: #fff;
    width: 50%;
}

 .inner{
    max-width: 60rem;
    margin: 0 auto;
    padding: 10px 15px 40px 15px;

   /* height: 216px;*/
}

.area_1 .inner h2{
    color: #fff;
}
.area_3{
   width: 100%;
}

.area_4{
    width: 100%;
    text-align: center;
    color: #ccc;
    font-size: 80%;
    padding: 10px 0 10px 0;
}
.four{
    overflow: auto;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
    
}

.four-left{
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
}

.four-center-left{
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
}

.four-center-right{
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
}

.four-right{
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
}

.footer .menu ul li{
    display: block;
    list-style-type: none;
    line-height: 1.5em;
    color: #fff;
    font-size: 80%;
    font-weight: 300;
    font-family: 'museo-sans' !important;
}

.footer .menu h5{
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 0.4em;
    font-weight: 300;
}

.footer .menu ul li a{
    color: red;
}

.footer .menu ul li a:hover{
    color: #fff;
}

.title{
    margin: 8rem auto 0 auto;
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    background: url('../images/layout/title_back.png')repeat;
    
    border-bottom: 1px solid #f8f8f8;
}

.half{
    /*   width: 21.5em; /*440px*/
    width: 50%;
    float: left;
    margin: 30px 0 30px 0;
}

.half img{
    /*max-width: 27em;*/
    max-width: 80%;
    max-height: 14em;
    padding: 2px;
    border: 1px solid #ff9900;
}

.left{
   float: left!important;
   /*margin-right: 0.625em; /*10px*/
    left:0px;
}

.half.right img{
    margin-right: auto;
    float:right;
    
    
}

.right{
    float: right!important;
    right: 0px;
}

.half.left img{
    margin-left: auto;
    margin-right: 25%;
    float: left;
  
}

.center{
    text-align: center;
    
}

.single_image{
   
    clear: both;
    margin: 30px 0 30px 0;
}

.single_image img{
   padding: 2px;
   border: 1px solid #ff9900;
   
    width: 70%;
    
      
}

.full{
    width: 100%!important;
}

.third{
    margin: 30px 0 30px 0;
    float: left;
    width: 33%;
    
}

.third img{
    width: 80%;
    padding: 2px;
    border: 1px solid #ff9900;
}

.quarter{
    margin: 30px 0 30px 0;
    float: left;
    width: 25%;
    position: relative;
}

.circle{
    border-radius: 45%;
}

.quarter img{
    width: 80%;
    padding: 2px;
    border: 1px solid #ff9900;
}

.news_title{
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px;
    color: #000;
    font-family: 'museo-sans';
}

.news_subtitle{
    font-style: italic;
    font-size: 80%;
    font-family: 'museo-sans';
}

.half.text{
    max-height: 14em;
   
    position: relative;
}

.readmore{
    position: absolute;
    width: 100%;
    height: 2em;
    line-height: 2em;
    top: 12em;
    -moz-border-radius-topleft: 25px;
    -webkit-border-top-left-radius: 25px;
    background-color: #FE8D47;
    opacity: 0.2;
    text-align: right;
    font-style: italic;
    -webkit-transition:opacity 0.2s;
    -ms-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    -o-transition:opacity 0.2s;
    transition:opacity 0.4s;
    cursor: pointer;
    font-family: 'museo-sans';
}

.readmore:hover{
    opacity: 0.9;
    -webkit-transition:opacity 0.2s;
    -ms-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    -o-transition:opacity 0.2s;
    transition:opacity 0.4s;
}

.readmore a{
    text-decoration: none;
    font-size: 1.5em;
    color: #fff;
    padding-right: 10px;
}

.news_small{
    text-align: left;
    margin: 0 auto 0 auto;
   font-family: 'museo-sans';
    width: 100%;
    height: 33%;
    line-height: 2em;
    top: 66%;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    cursor: pointer;
}

.news_small a{
    font-size: 1em;
 
    padding-left: 10%;
    padding-right: 10%;
}

.subtitle_small{
    font-size: 0.8em;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'museo-sans';
}

.numberedList{
    list-style-type: decimal;
}

.numberedList a{
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.numberedList a:hover{
    color: #FE8D47;
    text-decoration: none;
   /* background-color: #C00108;*/
    
    -webkit-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    
    
}

.regularList{
    list-style-type: circle;
}

.formArea{
    width: 60%;
    margin: 0 auto;
}


.formArea input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  width: 20em;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 20px 0px;
  border: 1px solid #DDDDDD;
}
 
.formArea input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #9b4200;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 20px 0px;
  border: 1px solid #9b4200;
}

.formArea input[type=file]{
  margin: 5px 1px 20px 0px;
}


.formArea p{
    font-family: 'museo-sans';
    font-size: 100%;
    margin-bottom: 0px!important;
    font-weight: bold;
}

.formArea em{
    font-size: 80%;
    color: #ccc;
}

.formArea .submit{
    padding: 3px 10px 3px 10px;
    background-color: #FE8D47;
    color: #c00108;
    font-family: 'museo-sans';
    margin: 20px 0px 0px 0px;
    border: 1px solid;
    width: 99px;
    height: 33px;
    font-size: 100%;
    font-family: 'museo-sans';
    cursor: pointer;
    -webkit-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    
    
    
}

.formArea .submit:hover{
    color: #fff;
}

.phone:before{
    content: "\2706"; 
}
a[href^="mailto:"]:before { content: "\2709"; }

.news_list{
    width: 90%;
    margin: 0 auto;
    
}
.news_item{
    background-color: #fff;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    border: 1px solid #ccc;
    
    padding: 10px 3px 10px 3px;
    cursor: pointer;
    z-index: 10;
    overflow: auto;
}

.news_item .imageContainer{
    float: left;
    text-align: center;
    width: 250px;
    height: 150px;
}

.news_item img{
    
    margin: 0 auto;
    max-height: 150px;
    max-width: 230px;
    border: 1px solid #9b4200;
}

.news_item .details{
    float: left;
    width: 250px;
    height: 150px;
    margin-left: 10px;
}

.news_item .details p{
    margin: 0px;
    padding: 0px;
}

.news_item .details p{
    line-height: 50px;
}

.news_item .text{
    float: left;
    width: 200px;
    height: 150px;
    margin-left: 10px;
}

.news_item .text p{
    line-height: 1em;
}

.news_item .options{
    float: left;
    width: 100px;
    margin-left: 10px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}

.news_item .options a{
    width: 100%;
    font-family: 'museo-sans';
    line-height: 70px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #FE8D47;
    padding: 5px 10px 5px 10px;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.news_item .options a:hover{
    color: #fff;
    background-color: #9b4200;
    text-decoration: none;
}


.news_item:hover{
    background-color: #f8f8f8;
}

.content_left{
    width: 75%;
    float: left;
    /*outline: 1px solid #c00108;*/
    min-height: 500px;
}

.content_right{
    width: 23%;
    padding-left: 10px;
    float: left;
    /*outline: 1px solid #FE8D47;*/
    height: auto;
    text-align: left;
}

.content_right p.titlu{
    font-family: 'museo-sans';
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.content_right a{
    text-decoration: none;
}

.frontImage{
    width: 100%;
    height: 18.75em;
    /*outline: 1px solid #FE8D47;*/
    margin-bottom: 30px;
    position: relative;
}

.frontImage img{
    width: 100%;
    height: 18.75em;
    /*outline: 1px solid #FE8D47;*/
}

.front{
    background-color: #FE8D47;
    opacity: 0.3;
    width: 100%;
    bottom: 0px;
    color: #fff;
    text-align: left;
    margin: 0 auto 0 auto;
    font-family: 'museo-sans';
    height: 25%;
    line-height: 2em;
    top: 75%;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    cursor: pointer;
}


.readmore.front a{
    font-size: 2em;
    margin-top: 20px;
    width: 100%;
    padding-left: 5%;
    padding-right: 50%;
}

.readmore.front p.subtitle_small{
    padding-left: 5%;
    padding-right: 5%;
}

.trei{
    width: 30%; /*30% din 720 e 214. */
    /*outline: 1px solid #FE8D47;*/
    float: left;
    height: auto;
}

.trei p.categorie{
    font-size: 1.5em;
    line-height: 2em;
    font-family: 'museo-sans';
    font-weight: bold;
    margin-bottom: 5px;
}

.trei p.descriere{
    font-size: 1em;
    line-height: 1.2em;
    font-family: 'museo-sans';
    margin-bottom: 0px;
    height: 2.4em;
    
}

.trei img{
    width: 100%;
    height: 9em; /*raportul folosit: 1.5 fata de 30% ” 214*/
}

.trei_space{
    width: 5%;
    float: left;
    height: 144px;
}

.trei a{
    text-decoration: none;
}

.content_right .news_item{
    border: 0px!important;
    text-align: right;
}

.content_right .news_item p{
    margin: 0px;
    font-size: 12px;
    font-family: 'museo-sans';
}

.data{
    font-size: 0.6em;
    font-family: 'museo-sans';
}

.events_display{
    width: 720px;
    margin: 0 auto;
}


.no-decoration:hover{
    text-decoration: none;
}



