root { 
    display: block;
}

input[type=text],
input[type=password],
textarea,
input {
  outline: none;
}

*{}

img{
    border: 0px;
}

a:visited{
    color: inherit;
    text-decoration: none;
    
}


body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #ffffff;
    font-size: 100%;
    color:#505050;
}

.dialog_box_container{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999;
}

#dialog_box{
    position: absolute;
    top: 35%;
    left: 35%;
    width: 450px;
    height: 150px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

#dialog_box p{
    line-height: 25px;
    width: 80%;
    margin: 50px auto;
    text-align: center;
}

#dialog_box_close{
    position: absolute;
    background: url('../img/close.png') no-repeat;
    width: 20px;
    height: 20px;
    top: 37%;
    left: 65.5%;
    z-index: 99999;
    cursor: pointer;
}

.border{
    border-bottom: 4px solid #b99893;
}

.spacer{
    margin: 20px 0px;
}

.positionist{
    position: relative;
}

.extra{
    padding: 40px 25px 15px 0px !important;
}

.clear{
    clear: both;
}

.fll{
    float: left;
}

.flr{
    float: right;
}

#container{
    margin: 0px auto;
    width: 100%;
    height: auto;
}

#header{
    height: 759px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.add_header{
    background: #844397;
    width: 100%;
    height: 120px;
}

.add_header p{
    color: #ffffff;
    opacity: 0.3;
    text-align: center;
    margin: auto;
    position: relative;
    top: 35%;
    font-weight: bold;
    text-transform: uppercase;
}

.logo{
    background: url('../img/logo.png') no-repeat 50% 50%;
    width: 123px;
    border: 0px !important;
    margin: 0px 10px 0px 0px;
    right: 10px;
}

.lang,
.search{
    background: rgba(132, 67, 151, 1) !important;
    border: 0px !important;
    width: 100px;
}

.search{
    left: 10px;
}

.search_input{
    display: none;
    width: 250px;
    height: 73px;
    position: absolute;
    background: rgba(132, 67, 151, 1) !important;
    top: 0px;
    margin-left: -160px;
    padding: 15px 15px 0px 15px;
}

.search_input form{
    margin: 0px;
}

#search_form_input{
    width: 260px;
    border: 0px;
    padding: 20px;
    color: #ffffff;
    background: #643173;
    position: relative;
    
}

#search_form_sbmit{
    position: absolute;
    background: url('../img/search.png') no-repeat 95% 10%;
    border: 0px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    top: 42%;
    left: 82%;
}

#search_text{
    color: #ffffff;
    cursor: pointer;
    padding: 0px 10px 0px 0px;
    top: 32px;
    left: 30px;
    background: url('../img/search.png') no-repeat 100% 10%;
    text-transform: uppercase;
}

.language_bar{
    width: auto;
    height: auto;
    padding: 5px;
    position: relative;
    float: right;
    right: 25px;
    top: -1px;
    text-transform: uppercase;
}

.language_bar_container{
    background: url('../img/down_ar.png') no-repeat 95% 20%;
    color: #ffffff;
    padding: 0px 20px 0px 0px;
    cursor: pointer;
    z-index: 99999;
    position: relative;

}

.language_bar_list{
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    padding: 0px;
    z-index: 9999;
    list-style: none;
    top: 63px;
    left: -15px;
}

.reqta{
    background: url('../img/reqta.png') no-repeat 50% 0%;
    width: 39px;
    height: 20px;
    margin: auto;
    position: relative;
    top: -17px;
    opacity: 1;
    z-index: 999;
}

.language_bar_selector{
    color:#505050 !important;
    margin: 0px;
    line-height: 25px;
    padding: 10px 25px 5px 25px !important;
    display: block !important;
    border: 0px !important;
    top: -10px;
}

.language_bar_selector:hover{
    background: #ffcc29;
}

.language_bar_selector a{
    text-decoration: none;
    color:#2d3e50 !important;
    text-transform: uppercase;
}

.geo a{
    font-size: 1.1em !important;
    font-family: 'bpg_nino_mtv_condCnRg' !important;
}

.eng a{
    font-size: 1.1em !important;
    font-family: 'brandon_grotesque_regularRg' !important;
}

#slogan{
    position: absolute;
    right: 5%;
    top: 300px;
    z-index: 99999999;
}

/*HOME*/

#home_index{
    width: 90%;
    margin: auto;
}

#upper_part{
    margin: 20px 0px;
    border-bottom:4px solid #b99893; 
}

.h_myth{
    width: 70%;
}

.h_myth_title{
    background: url('../img/myth.png') no-repeat;
    padding: 15px 0px 15px 80px;
    margin: 10px 0px 0px;
}

.h_myth_style1{
    color: #818285;
    text-transform: uppercase;
}

.h_myth_style2{
    color: #231f20;
    text-transform: uppercase;
}

.h_myth_container{
    
}

.h_myth_container ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.h_myth_container ul li{
    float: left;
    width: 31%;
    padding: 0px;
    margin: 1%;
}

.h_myth_container ul li a{
    text-decoration: none;
    color: inherit;
}

.h_myth_container ul li img{
    border: 0px;
    margin: auto;
    width: 100%;
    margin: 0px 0px 15px;
    height: 188px;
}

.h_myth_container ul li p{
    padding: 0px;
    margin: 10px 0px;
}

.h_facts{
    width: 30%;
}

.h_facts_title{
    background: url('../img/facts.png') no-repeat 0% 70%;
    border-bottom: 4px solid #b99893;
    color: #b99893;
    padding: 15px 0px 0px 30px;
    margin: 25px 5px;
    text-transform: uppercase;
}

.h_facts_container{
    width: 96%;
    margin: auto;
    line-height: 25px;
}

.h_facts_container a{
    text-decoration: none;
    color: #b99893;
}

.h_facts_container a:hover{
    text-decoration: underline;
}

.h_facts_container p{
    padding: 0px;
    margin: 10px 0px;
}

.h_archive{
    position: relative;
    bottom: 0;
    margin: 20px 0px 20px 10px;
}

.h_archive a{
    text-decoration: none;
    color: inherit;
}

.h_archive a:hover{
    color: #b99893;
}

.h_arch{
    width: 100%;
    float: left;
}


.middle_part{
    width: 100%;
    margin: 20px 0px;
}

.middle_cell{
    width: 32%;
    float: left;
    margin: 1%;
}

.first{
    margin-left:0; 
}

.last{
    margin-right:0;
}

.middle_cell h3{
    padding: 5px 0px;
    margin: 10px;
    color: #844397;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #844397;
}

.middle_cell h3 a{
    color: #2a2a2a;
    text-decoration: none;
}

.calendar{background: url('../img/calendar.png') no-repeat 0% 30%;}
.person{background: url('../img/person.png') no-repeat 0% 30%;}
.video{background: url('../img/video.png') no-repeat 0% 30%;}
.subsc{background: url('../img/subs.png') no-repeat 0% 30%;}

.calendar a{
    text-decoration: none;
    color: inherit;
}

.numbered{
    list-style: decimal;
}

.numbered li {
    padding: 1px 0px;
    width: 95%;
    position: relative;
    z-index: 999;
}

.numbered li p{
    margin: 12px 0px;
}

.numbered li:hover{
    color: #b99893;
}

.outer_numbered{
    width: 117.5%;
    position: absolute;
    z-index: 1;
    left: -12.3%;
    background: #eeeeee;
    display: none;
    border-top:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
}



.numbered li a{
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 999;
    display: block;
}



/*Footer*/

#footer{
    height: 163px;
    width: 100%;
    margin: 30px auto 0px;
    padding: 0px;
    background: #2d3e50;
}

#footer_info{
    width: 90%;
    position: relative;
    top: -100px;
    z-index: 999;
    margin: auto;
}

#footer_social{
    position: absolute;
    top: -50px;
    right: 0px;
}

#footer_social ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#footer_social ul li{
    float: left;
    margin: 10px 5px;
}

#footer_social ul li a{
    float: left;
    width: 16px;
    height: 16px;
}

.face{ background: url('../img/face.png') no-repeat 0% 50%; }
.twit{ background: url('../img/twit.png') no-repeat 0% 50%; }
.you{ background: url('../img/you.png') no-repeat 0% 50%; }
.plus{ background: url('../img/plus.png') no-repeat 0% 50%; } 


#sitemap{
    position: absolute;
    top: -42px;
    left: 0px;
    z-index: 999;
}

#sitemap ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#sitemap ul li{
    float: left;
    padding: 3px 10px;
}

#sitemap ul li:last-child{
    border-right: 0px;
    padding: 3px 5px 3px 10px;
}

#sitemap ul li a{
    color: #ffffff;
    text-decoration:none;
    text-transform: uppercase;
}

#sitemap ul li a:hover{
    color:#ffcc29;
}

#footer_about{
    position: absolute;
    width: 50%;
    top: -45px;
}

#footer_about img{
    border: 0px;
    margin: 0px 0px 20px 0px;
}

#footer_about p{
    color: #373737;
    margin: 0px;
}

#footer_about a{
    color: inherit;
    text-decoration: none;
}

#footer_about a:hover{
    text-decoration: underline;
}

#credit{
    position: absolute;
    top: 45px;
    width: 100%;
}

#credit a{
    color: #ffffff;
    text-decoration: none;
    font-family: 'brandon_grotesque_regularRg';
    font-size: 1em;
    line-height: 25px;
}

#other_header{
    height: 143px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

#other_logo{
    float: left;
    padding: 8px 0px;
}

#other_logo span{
    color: #ffffff;
}

#other_menu{
    position: relative;
    top:-92px;
    width: 100%;
    margin: auto;
    background: rgba(185, 152, 147, .8);
    height: 92px;
    z-index: 999;
}

#inside_other_menu{
    width: 90%;
    margin: 0px auto;
    height: inherit;
}

#other_main_menu{
    float: right;
    height: inherit;
}

.other_menu_inner{
    padding: 0px;
    margin: 0px;
    height: inherit;
}

.other_menu_inner li{
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    padding: 0px 10px;
    position: relative;
}

.other_menu_inner li:hover{
    background: rgba(255, 255, 255, .1); 
    cursor: pointer;
    color: #ffffff;
}

.other_menu_inner li a,
.other_menu_inner li p{
    text-decoration: none;
    color: #ffffff;
}

.selector_override{
    top: 10px !important;
    right: 3.5% !important;
}

.simple_page_container{
    width: 90%;
    margin: 0px auto;
    position: relative;
    line-height: 25px;
    text-align: center;
    min-height: 300px;
}

.simple_pc_inner{
    text-align: left;
    min-height: 300px;
    width: 100%;
    margin:20px auto;
}

.simple_page_container h3{
    display: inline-block;
    border-bottom:1px solid #dbdbdb;
    text-align: center;
    margin: 2% -2px;
    padding: 10px;
    color: #2d3e50;
    text-transform: uppercase;
}

.simple_page_container h3 a,
.simple_page_container h4 a{
    text-decoration: none;
    color: inherit;
}

.simple_page_container h3:hover,
.simple_page_container h4:hover{
    cursor: pointer;
    color: #844397 !important;
}

.simple_page_container h4{
    display: inline-block;
    border-bottom:1px solid #dbdbdb;
    text-align: center;
    padding: 10px;
    color: #2d3e50;
    text-transform: uppercase;
}

.spec_h3,
.spec_h4{
    border:1px solid #dbdbdb;
    border-bottom:0px solid #dbdbdb !important;
    color: #844397 !important;
}

.simple_page_hide{
    float: left;
    width: 100%;
    text-align: left;
}

.simple_page_research{
    float: left;
    width: 70%;
    text-align: left;
}

.simple_page_research ul,
.simple_page_category ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.simple_page_research li{
    border-bottom:1px dotted #844397;
    margin: 0px !important;
    position: relative;
    z-index: 9999;
    padding: 5px 0px;
}

.simple_page_research li a{
    color: #844397;
    border-bottom: 1px solid #844397;
    text-decoration: none;
}

.simple_page_research li p{
    margin: 4px 0px 2px;
}

.simple_page_category li{
    text-align: left;
    padding: 4px 0px 4px 20px;
}

.simple_page_category li a{
    font-size: 1em;
    font-weight: bold;
    color: #844397;
}

.simple_page_category{
    float: left;
    width: 29%;
    border-left:1px dotted #844397;
}

.simple_selected{
    color: #844397 !important;
    border: 1px solid #dbdbdb;
    border-bottom:0px !important; 
}

.simple_page{
    position: relative;
    width: 80%;
    margin: 0px auto;
    color: #505050;
    line-height: 25px;
    min-height: 300px;
}

.simple_page h3{
    color: #b99893;
}

.contact_page{
    position: relative;
    width: 100%;
    margin: 0px auto -30px;
    color: #505050;
    line-height: 25px;
}

.contact_form_left{
    float: left;
    width: 50%;
}

.contact_form_right{
    float: right;
    width: 45%;
    padding: 20px;
    color: #2d3e50;
}

.contact_form_right h3{
    color: #844397;
}

.contact_form_right p{
    color: inherit;
}

.contact_form_right span{
    color: #844397;
}

.contact_icons{
    width: 47%;
    float: right;
    margin: 50px auto;
}

.contact_icons ul{
    list-style: none;
    padding: 0px;
}

.contact_icons ul li{
    float: left;
    margin: 0px 10px;
    color: #d3243d;
}
.contact_icons ul li a{
    display: block;
    color: #2d3e50;
    text-decoration: none;
    font-size: 1em;
    font-family: 'brandon_grotesquebold';
}

.contact_icons ul li a.fa_btn,
.contact_icons ul li a.tw_btn,
.contact_icons ul li a.yo_btn{
    height: 17px;
    width: 16px;
    padding: 8px 0px 0px;
}

.contact_icons a.fa_btn{background: url(../img/fa.png) no-repeat 0% 50%;}

.contact_icons a.fa_btn:hover{background: url(../img/fa_h.png) no-repeat 0% 50%;}

.contact_icons a.tw_btn{background: url(../img/tw.png) no-repeat 0% 50%;}

.contact_icons a.tw_btn:hover{background: url(../img/tw_h.png) no-repeat 0% 50%;}

.contact_icons a.yo_btn{background: url(../img/gp.png) no-repeat 0% 50%;}

.contact_icons a.yo_btn:hover{background: url(../img/gp_h.png) no-repeat 0% 50%;}


#icon_h1,
#icon_h2{
    display: none;
}



#map{
    width: 100%;
    height: 60%;
}

.tmp_link{
    color: inherit;
    text-decoration: none;
    font-size: 1.1em;
}

.tmp_link:hover{
    text-decoration: underline;
}

/*Smart Page*/

.smart_page{
    position: relative;
    width: 90%;
    margin: 10px auto;
    color: #505050;
    line-height: 25px;
    min-height: 300px;
}

.smart_page h3{
    width: 700px;
    margin: 0px auto;
    color: #844397;
    text-transform: uppercase;
}

.sp_p{
    width: 700px;
    margin: 0px auto;
    color: #2a2a2a;
}

.smart_selectors{
    width: 620px ;
    margin: 20px auto;
    height: 50px;
}

.select_box{
    margin: 0px 15px;
}

.select_box_container{
    color: #2d3e50;
    background: url('../img/select_ar.png') no-repeat 100% 40%;
    padding: 0px 20px 0px 15px;
    position: relative;
    z-index: 999999;
    font-weight: bold;
    text-transform: uppercase;
}

.select_box_container:hover{
    cursor: pointer;
}

.select_box_list{
    display: none;
    background: #ffcc29;
    list-style: none;
    position: absolute;
    width: inherit;
    padding: 40px 0px 15px 0px;
    top: -30px;
    z-index: 99999;
}

.select_box_list li{
    min-width: 100px;
    padding: 5px 60px 5px 15px;
    margin: 0px auto;
    white-space: nowrap;
    color: #2d3e50;
}

.select_box_list li:hover{
    cursor: pointer;
    background: rgba(45, 62, 80, .9);
    color: #ffffff;
}

.select_box_list li a{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.inner_news,
.several_img_holder{

}

.inner_news ul,
.several_img_holder ul{
    padding: 0px;
    margin: 0px auto;
    list-style: none;
    text-align: center;
}

.inner_news ul li,
.several_img_holder ul li{
    display: inline-table;
    width: 336px;
    margin: 20px 11px;
}

.inner_news ul li a,
.several_img_holder ul li a{
    color: #844397;
    text-decoration: none;
    text-align: left;
}

.inner_news ul li p,
.several_img_holder ul li p{
    margin: 0px;
    text-align: left;
}

.img_title{
    position: relative;
    float: left;
}

.img_title div{
    position: absolute !important;
    top: 40%  !important;
    text-align: center  !important;
    width: 100%  !important;
    color: #b99893  !important;
}

.img_hover,
.img_hover2{
    position: relative;
    display: block;
}

.img_add_hover{
    position: relative;
    display: block;    
}

.img_hover img{
    height: 189px;
}

.img_hover2 img{
    height: 126px;
    float: left;
    margin-right: 20px;
    width: 224px;
}

.img_hover_div{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 336px;
    height: 189px;
}

.img_hover_div2{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 224px;
    height: 126px;
}

.img_hover_div_mul{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 300px;
    height: 189px;
}

.img_add_hover_div{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 200px;
    height: 150px;
    background: rgba(132, 67, 151, .8);
}

.img_hover_video{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 300px;
    height: 189px;
}

.img_add_hover_video{
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 200px;
    height: 150px;
    background: rgba(132, 67, 151, .8);
}

.img_hover:hover .img_hover_div,
.img_hover2:hover .img_hover_div2{
    background: rgba(132, 67, 151, .9);
}

.img_hover:hover .img_hover_div_mul{
    background: rgba(132, 67, 151, .9);
}

.img_hover:hover .img_hover_video{
    background: rgba(132, 67, 151, .9) url('../img/video_sample.png') no-repeat 50% 50%;
}

.simple_img{
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 9999;
    margin: 90px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;

}

.simple_img2{
    position: absolute;
    width: 224px;
    height: 50px;
    z-index: 9999;
    margin: 50px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;

}

.simple_img_add{
    position: absolute;
    width: 100%;
    z-index: 9999;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.simple_img_video{
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 9999;
    margin: 90px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;

}

.simple_img_video_add{
    position: absolute;
    width: 100%;
    z-index: 9999;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.previ{
    background: url('../img/mul_left.png') no-repeat 0% 40%;
    top: 40%;
    left: 40%;
    text-decoration: none;
}

.nexti{
    background: url('../img/mul_right.png') no-repeat 100% 30%;
    top: 40%;
    left: 30%;
    text-decoration: none;
}

.in_news{
    margin: 20px auto;
    width: 60%;
}

.in_news img{
    border: 0px;
    max-width: 100%;
}

.in_news h4{
    color: #844397;
    font-weight: normal;
    margin: 10px 0px;
}

.in_news div{
    color:#464646;
    margin: 0px;
}

.backto{
    float: right;
    padding: 10px 25px;
    background: url('../img/news_left.png') no-repeat 0% 40%;
    color: #2d3e50;
    text-decoration: none;
    font-weight: bold;
}

.min_social{
    float: left;
    margin: 0px 20px;
}

.min_face{
    background: url("../img/fa.png") no-repeat 0% 40%;
    color: #464646;
    float: right;
    padding: 0px 20px;
    text-decoration: none;
    font-family: 'brandon_grotesquebold';
    font-size:1.1em;
}

.min_face:hover{
    background: url("../img/fa_h.png") no-repeat 0% 40%;
    color: #844397;
}

.min_tweet{
    background: url("../img/tw.png") no-repeat 0% 45%;
    color: #464646;
    float: right;
    padding: 1px 30px;
    text-decoration: none;
    font-family: 'brandon_grotesquebold';
    font-size:1.1em;
}

.min_tweet:hover{
    background: url("../img/tw_h.png") no-repeat 0% 45%;
    color: #844397;
}

/*Myth*/

.myth_style{
    background: url('../img/calendar.png') no-repeat 0% 40%;
    padding: 0px 20px;
    margin: 10px 0px;
    color: #b99893;
    font-weight: normal;
}

.myth_selectors{
    position: absolute;
    top: 90px;
    right: 0px;
}

.archive_selectors{
    position: absolute;
    top: 0px;
    right: 0px; 
}

.view_myth_page{
    position: relative;
    width: 90%;
    margin: 10px auto;
    color: #505050;
    top: -50px;
    line-height: 25px;
    min-height: 300px;
}

.view_left{
    width: 68%;
    float: left;
}

.view_right{
    width: 30%;
    float: right;
}

.v_facts{
    width: 100%;
    position: relative;
    top: 70px;
    margin: 0px 0px 70px;
}

.v_facts_title{
    background: url('../img/facts.png') no-repeat 0% 70%;
    border-bottom: 4px solid #b99893;
    color: #b99893;
    padding: 15px 0px 0px 30px;
    margin: 25px 5px;
    text-transform: uppercase;
}

.v_facts_container{
    width: 96%;
    margin: auto;
    line-height: 25px;
}

.v_facts_container a{
    text-decoration: none;
    color: #b99893;
}

.v_facts_container a:hover{
    text-decoration: underline;
}

.v_facts_container p{
    padding: 0px;
    margin: 10px 0px;
}

.categorised{
    list-style: none;
    padding: 0px;
    margin: auto;

}

.categorised img{
    float: left;
    margin: 0px 10px 0px 0px;
    width: 109px;
}

.categorised li {
    padding: 1px 0px;
    width: 95%;
    margin: 5px auto;
    position: relative;
    z-index: 999;
}

.categorised li a{
    color: #2a2a2a;
    text-decoration: none;
    position: relative;
    z-index: 999;
    display: block;
}

.categorised li a:hover{
    color: #844397;
}

.categorised li p{
    margin: 5px 0px;
    line-height: 20px;
}

.categorised li span{
    color: #2a2a2a;
}

.colorful{
    color: #844397 !important;
}

.categorised li .outer_numbered{
    width: 105.3% !important;
    left: -2.7% !important;
}

.link_to_page{
    font-weight: normal;
    text-align: right;
    width: 90%;
    margin: 10px auto;
}

.link_to_page a{
    color: inherit;
    text-decoration: none;
}

.p_pop_cont{
    position: relative;
    top: 20px;
}

.p_pop_cont h3{
    border-bottom: 4px solid #b99893;
    color: #b99893;
    padding: 15px 0px 0px 30px;
    margin: 25px 5px;
    background: url('../img/person.png') no-repeat 0% 70%;
    white-space: nowrap;
    text-transform: uppercase;
}

/*Gallery*/
#gallery{
    margin: 20px auto 20px;
    width: 700px;
    min-height: 400px;
}

.add_gall{
    
    width: 700px;
    margin: auto;
}

.add_gall .min_social{
    padding: 10px 0px 0px 0px;
}

.back_to_news{
    float: right;
    text-decoration: none;
}


/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: '../img/rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    /*background: #151515;
    color: #FFF;*/
}

.rsOverflow
{
    background: #ffffff;
}

.rsDefault .rsThumbs{
    background: rgba(166, 135, 133, .5);
}
/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}
.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;
    
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {        
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top:-16px;   
    margin-left: -16px;

    position: absolute; 
    cursor: pointer;    
    background: url('../img/rs-default.png');
    
    border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto; 

    background: #000;
    background: rgba(0,0,0,0.75);

    text-align: center;
    line-height: 8px;
    overflow: hidden;
}
.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display:inline; 
    *zoom:1;
    padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
    width: 100%;
    height: 100px;
}
.rsDefault .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}
.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
}
.rsDefault .rsThumb img {/*
    width: 100%;
    height: 100%;*/
}
.rsDefault .rsThumb.rsNavSelected {
    background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
    display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #FFF;
}
.rsDefault .rsTmb span {
    color: #DDD;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;    
    z-index: 21;    
    background: #000;
    background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
    background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {      
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top:-8px;    
    margin-left: -8px;
    position: absolute; 
    cursor: pointer;    
    background: url('../img/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
    .rsDefault .rsThumb {
        width: 59px;
        height: 44px;
    }
    .rsDefault .rsThumbsHor {
        height: 44px;
    }
    .rsDefault .rsThumbsVer {
        width: 59px;
    }
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align:center;
    overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;

    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
    background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;

    *display:inline; 
    *zoom:1;
}
.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;

    border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
    border: 1px solid #D9D9DD;   
    background-color: #f4f4f4;
    box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
    
}
.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;

    background: url('../img/rs-default.png') 0 0;
    border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color:rgba(0,0,0,0.3);
    width:64px;
    height:64px;
    margin-left:-32px;
    margin-top:-32px;
    cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
    width:64px;
    display:block;
    height:64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;

    background:url(../img/rs-default.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
    position:absolute;
    left:50%;
    top:50%;
}
.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('../img/rs-default.png') -64px 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
    width:20px;
    height:20px;
    background-image:url(../preloaders/preloader-white.gif);

    left:50%;
    top:50%;
    margin-left:-10px;
    margin-top:-10px;   
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
    position: absolute;
    float: none;
    top: 0px;
    left: 6px;
    text-align: left;
    width: 100%;
    color: #626263;
    padding: 2px 8px;
    border-radius: 2px;
}


.search_results{
    margin: 10px auto;
    width: 80%;
}

.search_results h3{
    color: #2d3e50;
    text-transform: uppercase;
    text-align: center;
}

.search_results h3 span{
    color: #844397;
    text-transform: uppercase;
}

.search_results h4{
    display: inline;
    text-transform: uppercase;
    font-weight: normal !important;
    padding: 0px !important;
    color: #505050;
    margin: 0px 10px;
    border: 0px !important;
}


.search_results ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
    text-align: left;
}

.search_results ul li{
    border-bottom: 1px solid #dbdbdb;
    margin: 10px 0px;
    padding: 5px 0px;
}

.search_results ul li a{
    color: #844397;
    text-decoration: none;
}

.search_results ul li span{
    color: #844397;
}

.search_results ul li p{
    margin: 10px 0px;
    color: #464646;
}

.search_add{
    top: -20px !important;
    margin: 0px 0px -20px !important;
}

.add_search{
    padding: 20px 0px 0px !important;
}

.s_hide{
    display: none;
}

.s_show{
    display: block;
}

.s_color{
    color: #a68785 !important;
}

.search_word_p{
    position: relative;
    top: -30px;
    left: 60%;
}

.search_word_p span{
    color: #a68785;
}

.latest_mult{
    margin: 0px auto;
    text-align: center;
    min-height: 240px;
}

.latest_mult img{
    width: 263px;
    border: 0px;
    margin: 10px 0px 0px 0px;
}

.latest_mult a{
    text-decoration: none;
}

.latest_mult .link_to_page{
    margin: 15px 0px 0px !important;
}

.no_bg{
    background: none !important;
}

.bg_e3{
    padding: 10px 0px;
    margin: 0px auto 20px;
}

.bg_e3 img{
    margin: auto;
    text-align: center;
    display: block;
}

.bg_e3 h3{
    
}

.bg_e3 form{
    margin: 0px;
}

.l_mult_t{
    background-color: rgba(185,152,147,0.5);
    color: #ffffff;
    width: 263px;
    margin: -35px auto 0px;
    position: relative;
    z-index: 999;
    padding: 10px 0px;
}

.subscribe{
    border: 0px;
    border:1px solid #c2cad3;
    padding: 10px 10px;
    width: 95%;
    background: none;
    margin: 15px auto;
    display: block;
    outline: none;
    color:#505050;
}

.subscribe_submit{
    position: relative;
    background: url('../img/subscribe.png') no-repeat 100% 50%;
    border: 0px;
    top: -42px;
    left: 87%;
    width: 25px;
    height: 16px;
    cursor: pointer;
}

.resource{
    margin: 30px auto !important;
    text-align: right;
    font-weight: bold;
}

.addition_opener{
    margin: 40px 0px;
}

.hiden_cont{
    display: none;
}

.add_curs{
    cursor: pointer;
    font-size: 1.3em !important;
}




/*######################MDF#######################*/
/*################################################*/
/*################################################*/


#home_menu_add{
    width: 100%;
    position: relative;
    height: 191px;
    background: rgba(132, 67, 151, 0.8);
    margin-top: -191px;
    z-index: 999;
}


#home_menu_col{
    height: inherit;
    width: inherit;

}

#home_menu_col table{
    margin:0px auto;
    padding: 0px;
    max-width: 90%;
    position: relative;
    height: inherit;
    color: #ffffff;
}

#home_menu_col table td{
    position: relative;
    z-index: 300;
    width: auto;
    text-align: center;
    width: 10%;
}

#home_menu_col table td img{
    margin: 5px auto 20px;
}

#home_menu_col table td a,
#home_menu_col table td p{
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
    display: block;
    margin: 0px auto;
    text-align: center;
}

.trig_show{
    display: block;
}

.trig_hide{
    display: none;
}

.sph_show{
    display: block;
}

.sph_hide{
    display: none;
}

.date{
    font-weight: bold;
    color: #2a2a2a;
}

.title{
    color: #844397;
    min-height: 50px;
    max-width: 336px;
}

.content{
    color: #464646;
    max-width: 336px;
}

.title1{
    color: #844397;
}

.content1{
    color: #464646;
}

.readmore{
    color: #844397;
    text-decoration: none;
}

.news_left{
    position: absolute;
    background: url('../img/news_left.png') no-repeat 0% 30%;
    left: 5%;
    top: 150px;
    padding: 0px 0px 0px 20px;
}

.news_right{
    position: absolute;
    background: url('../img/news_right.png') no-repeat 100% 30%;
    right: 5%;
    top: 150px;
    padding: 0px 20px 0px 0px;
}

.news_left a,
.news_right a{
    color: #2d3e50;
    text-decoration: none;
    font-weight: bold;
}

.video_link{
    width: 100%;
    margin: 10px auto !important;
    text-align: center;
}

.first_page_content{
    color: #464646;
    line-height: 25px;
    width: 95%;
    margin: 0px auto;
}


.protest_open{
    position: absolute;
    background: #ffcc29 url('../img/mark.png') no-repeat 90% 48%;
    padding: 18px 35px 12px 15px;
    z-index: 99999;
    top: 160px;
    right: 6%;
    color: #2d3e50;
    font-weight: bold;
    min-width: 100px;
    text-transform: uppercase;
}

.protest_close{
    display: none;
    position: absolute;
    background: #844397 url('../img/close.png') no-repeat 90% 48%;
    padding: 18px 35px 12px 15px;
    z-index: 9999999;
    top: 160px;
    right: 6%;
    color: #ffffff;
    font-weight: bold;
    min-width: 100px;
    text-transform: uppercase;
}

.protest_open:hover,
.protest_close:hover{
    cursor: pointer;
}

#protest_form{
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99999;
    background-color: rgba(239,191,40,0.9);
}

.inner_protest_form{
    position: relative;
    width: 850px;
    margin: 0px auto;
    min-height: 540px;
    max-height: 540px;
}

.ipf_left{
    float: left;
    width: 400px;
    margin-right:50px;
    color: #2d3e50;
    line-height: 25px;
    margin-top: 50px;
}

.ipf_left h3{
    margin: 10px 0px;
    text-transform: uppercase;
}

.ipf_right{
    float: right;
    width: 400px;
    margin-top: 50px;
    color: #2d3e50;
}

.ipf_right form{
    margin: 0px;
}

.ipf_right input{
    width: 400px;
    padding: 10px 20px 8px;
    float: left;
    margin: 5px 0px;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    border: 0px;
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
}

.ipf_right textarea{
    width: 400px;
    height: 150px;
    padding: 10px 20px 60px;
    float: left;
    margin: 5px 0px;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    border: 0px;
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    resize:none;
    overflow:hidden;
}

.ipf_send{
    background: #844397 url('../img/ar_right.png') no-repeat 94% 50%;
    padding: 12px 30px 8px 20px;
    color: #ffffff;
    position: absolute;
    top: 73%;
    right: 0%;
    cursor: pointer;
}

#prev_gallery_link{
    position: absolute;
    top: 35%;
    left: 2%;
    max-width: 120px;
}

#next_gallery_link{
    position: absolute;
    top: 35%;
    right: 8.7%;
    max-width: 120px;
}


.gallery_selectors{
    position: relative;
    width: 370px;
    margin: 25px auto;
    height: 30px;
}


.pdf_add{}

.pdf_add a{
    color: #505050;
    text-decoration: none;
    width: 40%;
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 40px;
    margin: 5px;
    background: url('../img/pdf.png') no-repeat 0% 30%;
}

.pdf_add br {
    display: none;
}

.pdf_add a:hover{
    color: #844397;
    border-bottom: 1px solid #844397;
}

.protest_opens{
    text-decoration: underline;
    cursor: pointer;
}

ul.list_down_add { margin: 0; padding: 0; }
ul.list_down_add li { margin: 10px 0px; padding: 0px 0px; list-style: none; }
ul.list_down_add li p { color: #844397; margin: 10px 0px; cursor: pointer;}
ul.list_down_add li div { display: none; padding: 0px 10px;}

.special_add_new1{
    float: left !important;
    display: block !important;
    width: 100% !important;
    border-bottom:1px dotted #844397;
    margin: 0px !important;
    padding: 15px 0px;
    position: relative;
    z-index: 9999;
}

.special_add_new1 .img_hover img{
    float: left !important;
    margin-right: 20px !important;
}

.special_add_new1 p{
    margin: 10px 0px !important;
}


.special_add_new1 .simple_img{
    width: 326px !important;
}

.special_add_new2{
    margin-top: -70px !important;
}

.simple_pc_inner table,
.simple_page_container table{
    width: 100%;
    margin: auto;
    padding: 0px;
}

.simple_pc_inner table td,
.simple_page_container table td{
    vertical-align: middle;
    width: 50%;
    border-bottom:1px dotted #844397;
    padding: 15px 0px;
}   

.simple_pc_inner table td img,
.simple_page_container table td img{
    border: 0px;
    float: left;
    height: 120px;
    margin-right: 20px;
}

.simple_pc_inner table td p,
.simple_page_container table td p{
    position: relative;
    top: 50px;
}

.concurs_add{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.concurs_add li{
    margin: 10px 0px;
    border-bottom:1px dotted #844397;
    width: 100%;
    height: 200px;
}

.concurs_add li img{
    border: 0px;
    height: 180px;
    float: left;
    margin-right: 20px;
}

.concurs_add li p{
    position: relative;
    top: 50px;
}

.lybrary img{
    
    margin: 10px;
}

.subscribe_lang{
    position: relative;
    top: -20px;
    width: 95%;
    margin: auto;
}

.subscribe_lang input{
    border: 1px solid #c2cad3;
}

.subscribe_lang span{
    padding: 0px 10px;
}

.gal_cont{
    width: 700px;
    margin: 20px auto;
}

#captcha{
    position: relative;
    top: -30px;
    left: -60px;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    font-weight: bold;
}

section.resources{
}

section.resources>div.resource_inner{
    width: 100%;
}

section.resources>div.resource_inner>ul{}
section.resources>div.resource_inner>ul li{
    width: 29%;
    padding: 2% 2%;
    display: inline-block;
    position: relative;
    z-index: 99;
}
section.resources>div.resource_inner>ul li>a>div.resources_img{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 230px;
    position: relative;
}

section.resources>div.resource_inner>ul li>a>div.resources_text{
    position: absolute;
    width: 88%;
    z-index: 999;
    top: 6%;
    height: 230px;
    cursor: pointer;
}
section.resources>div.resource_inner>ul li>a>div.resources_text>h3{
    color: #ffffff;
    width: 90%;
    margin: 1em auto 1em;
}
section.resources>div.resource_inner>ul li>a>div.resources_text>p{
    color: #ffffff;
    width: 90%;
    margin: auto;
}


section.resources>div.resource_inner>ul.srp{
    width: 90%;
    margin: auto;
}
section.resources>div.resource_inner>ul.srp li{
    padding: 2% 2% 0%;
    margin: auto;
    position: relative;
    z-index: 99;
    width: 96%;
}
section.resources>div.resource_inner>ul.srp li>div.resources_img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 220px;
    width: 25%;
    float: left;
    position: relative;
}

section.resources>div.resource_inner>ul.srp li div.lib_pdf{
    width: 3%;
    height: 24px;
    z-index: 9999999;
    float: left;
    padding: 17px 5px;
    min-width: 27px;
}

section.resources>div.resource_inner>ul.srp li div.lib_pdf a{
    display: block;
    background: url('../img/pdf.png') no-repeat 0% 0%;
    height: 100%;
    width: 100%;
}

section.resources>div.resource_inner>ul.srp li>div.resources_img.lkm{
    background: rgba(0,0,0,0) none no-repeat scroll center center / cover;
    width: 16.66666667%;
    max-height: 200px;
}
section.resources>div.resource_inner>ul.srp li>div.resources_img>.view-img{
    float: left;
    width: 100%;
    margin: 0% 2% 2% 0%;
    max-height: 200px;
}
section.resources>div.resource_inner>ul.srp li>div.resources_text{
    float: right;
    height: 220px;
    width: 73%;
}
section.resources>div.resource_inner>ul.srp li>div.resources_text.rtr{
    float: right;
    height: 200px;
    width: 80%;
}
section.resources>div.resource_inner>ul.srp li>div.resources_text>h3{
    color: #d2232a;
    margin: 0 auto 1em;
}
section.resources>div.resource_inner>ul.srp li>div.resources_text>p{
    color: #000000;
    margin: auto;
    line-height: 1.4em;
}

section.resources>div.resource_inner>ul.srp li>div.resources_text>p>a{
    color: #d2232a;
    font-weight: bold;
}

section.resources>div.resource_inner>ul.srp li>div.tags{
    float: left;
    width: 96%;
    margin: 10px 0px;
}

section.resources>div.resource_inner>ul.srp li>div.tags a{
    display: inline-block;
    padding: 5px 10px 5px 30px;
    margin: 5px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #999 url(../img/tag.png) no-repeat 10px 50%;
    text-decoration: none;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

section.resources>div.resource_inner>div.view-resources{
    padding: 2% 2% 2%;
    position: relative;
}
section.resources>div.resource_inner>div.view-resources>img.view-img{
    float: left;
    width: 30%;
    margin: 0% 2% 0% 0%;
}
section.resources>div.resource_inner>div.view-resources>h2{
    min-width: 67%;
}
section.resources>div.resource_inner>div.view-resources>div.content{
    float: left;
    width: 67%;
}
section.resources>div.resource_inner>div.view-resources>div.content a,
section.resources>div.resource_inner>div.view-resources a{
    color: #DA4C52;
    text-decoration: underline;
}
section.resources>div.resource_inner>div.view-resources>div.content li{
    list-style: initial;
}

section.resources>div.resource_inner>div.view-resources>div.lib_pdf{
    width: 3%;
    height: 24px;
    z-index: 9999999;
    float: left;
    padding: 17px 5px;
    min-width: 27px;
}

section.resources>div.resource_inner>div.view-resources>div.lib_pdf a{
    display: block;
    background: url('../img/pdf.png') no-repeat 0% 0%;
    height: 100%;
    width: 100%;
}

section.resources>div.resource_inner>div.view-resources>div.tags{
    float: left;
    width: 96%;
    margin: 10px 0px;
}

section.resources>div.resource_inner>div.view-resources>div.tags a{
    display: inline-block;
    padding: 5px 10px 5px 30px;
    margin: 5px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #999 url(../img/tag.png) no-repeat 10% 50%;
    text-decoration: none;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}


section.resources>div.resource_inner>div.view-statements>h2{
    float: none;
}
section.resources>div.resource_inner>div.view-statements>div.content{
    float: none;
    width: 95%;
    margin: auto;
}
section.resources>div.resource_inner>div.view-statements>div.content li{
    list-style: initial;
}

section.resources>div.resource_inner>ul li>div.video_conteiner{
    height: 230px;
    width: 100%;
    position: relative;
}
section.resources>div.resource_inner>ul li>video.video,
section.resources>div.resource_inner>div.view-resources video.video{
    position: absolute;
    z-index: 999999;
}
section.resources>div.resource_inner>div.view-resources>div.video_conteiner{
    height: 300px;
    width: 30%;
    position: relative;
    float: left;
    margin: 0% 2% 2% 0%;
}

