
section#search{}
section#search>div.search_title{
    background: url("../img/search_title.png") repeat-x 0% 100%;
    width: 80%;
    color: #000000;
    padding: 2.5% 17% 2% 3%;
}
section#search>div.search_form{
    background: url("../img/search_background.png") repeat 0% 0%;
}
section#search>div.search_form>form{
    padding: 3% 2%;
    position: relative;
}
section#search>div.search_form>form>div.search_keyword{
    position: relative;
}
section#search>div.search_form>form>div.search_keyword>label{
    float: left;
}
section#search>div.search_form>form>div.search_keyword>input[type=text]{
    float: right;
    position: relative;
    width: 85%;
    top: -11px;
    border: 0px;
    padding: 10px 10px;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.3);
}
section#search>div.search_form>form>h3{}
section#search>div.search_form>form>ul.count_category{
    display: table;
    width: 100%;
    margin: 0% auto;
}
section#search>div.search_form>form>ul.count_category>li{
    display: table-cell;
    text-align: center;
    line-height: 1.2em;
    
}
section#search>div.search_form>form>ul.count_category>li>div.checkbox,
section#search>div.search_form>form>div.secondary_count_category>ul.s_count_category>li>div.checkbox{
    width: 25px;
    height: 25px;
    margin: 20px auto;
    background: #ffffff;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    position: relative;
}
section#search>div.search_form>form>ul.count_category>li>div.checkbox>input,
section#search>div.search_form>form>div.secondary_count_category>ul.s_count_category>li>div.checkbox>input{}
section#search>div.search_form>form>ul.count_category>li>div.checkbox>img,
section#search>div.search_form>form>div.secondary_count_category>ul.s_count_category>li>div.checkbox>img{
    display: none;
    position: absolute;
    top: 6px;
    left: 6px;
}
section#search>div.search_form>form>div.secondary_count_category{
    position: relative;
    width: 100%;
    background-image: url("../img/media_search_second.png");
    background-repeat: repeat-x;
    padding: 2% 0% 0%;
    top: -10px;
    display: none;
}
section#search>div.search_form>form>div.secondary_count_category>ul.s_count_category{
    width: 100%;
    margin: 0% auto;
}
section#search>div.search_form>form>div.secondary_count_category>ul.s_count_category li{
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    margin: 0% 2%;
}
section#search>div.search_form>form>div.selectors{
    margin: 1% auto;
    position: relative;
    display: inline-block;
}
section#search>div.search_form>form>div.selectors.one{
    width: 45%;
}
section#search>div.search_form>form>div.selectors.two{
    width: 52%;
    float: right;
}
section#search>div.search_form>form>div.selectors.three{
    width: 45%;
    float: left;
}
section#search>div.search_form>form>div.selectors.three>div.selectbox{
    width: 65%;
}
section#search>div.search_form>form>div.selectors.four{
    width: 52%;
    float: right;
}
section#search>div.search_form>form>div.selectors.five{
    width: 100%;
}
section#search>div.search_form>form>div.selectors.five>div.selectbox{
    width: 65%;
}
section#search>div.search_form>form>div.selectors>label{
    float: left;
    white-space: nowrap;
}
section#search>div.search_form>form>div.selectors>div.selectbox{
    position: relative;
    float: right;
    width: 80%;
    top: -11px;
}
section#search>div.search_form>form>div.selectors>div.selectbox>div.selective{
    padding: 18px 0px;
    background: #ffffff url("../img/select_arrow.png") no-repeat 98% 50%;
    line-height: 18px;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    position: relative;
}
section#search>div.search_form>form>div.selectors>div.selectbox>div.selective>div.selective_text{
    position: absolute;
    top: 0;
    padding: 9px 10px 9px 25px;
}
section#search>div.search_form>form>div.selectors>div.selectbox>div.selective_reset{
    background: url("../img/reset_media.png") no-repeat 50% 50%;
    width: 9px;
    height: 9px;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 0px 10px;
    top: 14px;
}
section#search>div.search_form>form>div.selectors>div.selectbox>div.multiple_selects{
    position: absolute;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: inset 0px -2px 2px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -2px 2px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0px -2px 2px 1px rgba(0,0,0,0.3);
    z-index: 99999;
    top: 34px;
    display: none;
}
section#search>div.search_form>form>div.selectors>div.selectbox>div.multiple_selects>ul{
    position: relative;
}
section#search>div.search_form>form>div.selectors>div.selectbox>div.multiple_selects>ul li{
    line-height: 20px;
    padding: 10px 30px;
    cursor: pointer;
}
section#search>div.search_form>form>div.selectors>div.selectbox>div.multiple_selects>ul li:hover,
section#search>div.search_form>form>div.selectors>div.selectbox>div.multiple_selects>ul li.active{
    color: #ffffff;
    background: #000000;
}
section#search>div.search_form>form>input[type=submit]{
    background: #000000;
    color: #ffffff;
    padding: 1.2% 4% 1%;
    position: relative;
    border: 0px;
    float: right;
    cursor: pointer;
}


section.blogs{}
section.blogs>div.blogs_title{
    background: url("../img/search_title.png") repeat-x 0% 100%;
    width: 92%;
    color: #000000;
    padding: 2.5% 5% 2% 3%;
}
section.blogs>div.blog_inner{
    width: 100%;
    background: url("../img/blogs1.png") repeat;
}
section.blogs>div.blog_inner>ul{}
section.blogs>div.blog_inner>ul li{
    width: 29%;
    padding: 2% 2%;
    display: inline-block;
    vertical-align: top;
}
section.blogs>div.blog_inner>ul li>div.blog_img{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 230px;
}
section.blogs>div.blog_inner>ul li>h3{
    color: #000000;
}
section.blogs>div.blog_inner>ul li p{
    color: #ffffff;
}
section.blogs>div.blog_inner>ul li a{
    color: #000000;
}


section.resources{}
section.resources>div.resources_title{
    background: url("../img/search_title.png") repeat-x 0% 100%;
    width: 92%;
    color: #000000;
    padding: 2.5% 5% 2% 3%;
}
section.resources>div.resource_inner{
    width: 100%;
    background: url("../img/resources.png") repeat;
}
section.resources>div.resource_inner>ul{}
section.resources>div.resource_inner>ul li{
    width: 29%;
    padding: 3% 2%;
    display: inline-block;
    position: relative;
}
section.resources>div.resource_inner>ul li>h3.home_resources{
    color: #d2232a;
    width: 90%;
    margin: 0em auto 1em;
    cursor: pointer;
}
section.resources>div.resource_inner>ul li>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>div.resources_text,
section.resources>div.resource_inner>ul li>div.resources_text1{
    position: absolute;
    width: 88%;
    z-index: 999;
    top: 23%;
    height: 230px;
    background:url("../img/resources_hover.png") repeat;
    cursor: pointer;
}
section.resources>div.resource_inner>ul li>div.resources_text>p,
section.resources>div.resource_inner>ul li>div.resources_text1>p{
    color: #ffffff;
    width: 90%;
    margin: auto;
    position: absolute;
    left: 5%;
    bottom: 5%;
}
section.resources>div.resource_inner>ul li>div.share_video{
    background:url("../img/video_share.png") no-repeat;
    position: absolute;
    width: 22px;
    height: 22px;
    top:18%;
    right: 10%;
    z-index: 9999;
    cursor: pointer;
}
section.resources>div.resource_inner>ul li>div.share_video_link{
    background: #ffffff;
    position: absolute;
    top:17%;
    right: 16.5%;
    z-index: 9999;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 2% 4%;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    color: #D2232A;
    display: none;
}
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{
    position: absolute;
    z-index: 999999;
}



