@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic,800,600italic,300italic);
body,p,ul{
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
}
ul li{
list-style-type:none;
}
* 
{
box-sizing: border-box !important;
}
.clear
{
clear:both;
}
img
{
max-width:100%;
height:auto;
border:medium none;
box-sizing:border-box;
}
.temp12_main_wrap
{
border-top: 1px solid #F1F1F1;
box-sizing: border-box !important;
margin: 0 auto 0;
max-width: 970px;
width: 100%;
}
.top_cont{
background-color:#000000;
box-sizing:border-box;
padding:1% 0 0 0;
}
.logo_img{
float:left;
margin: 1% 0 1% 2%;
width:20%;
}
.workshop_img{
float: right;
}

/* .ad_cont img{
float:left;
text-align:center;
} */

.menu_sec{
float: left;
width: 100%;
background-color: #ECECEC; 
}

.menu_sec ul li {
/* background-color: #2b2b2b; */
color: #000;
float: left;
font-size: 12px;
font-weight: bold;
height: 40px;
line-height: 40px;
margin-right: 0.2%;
padding: 0 2%;
position:relative;
}
.MoreNavContainer {
display: inline-block;
}
.MoreNavContainer:hover{

}
.MoreNav{
color:#000;
text-decoration:none;
}
.MoreNav::after {
border-left: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid rgba(0, 0, 0, 0);
border-top: 6px solid #333333;
content: " ";
display: block;
height: 0;
margin: -21px 0 0 40px;
position: absolute;
width: 0;
}
.extendedNavContents {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #d8d8d7;
    border-left: 2px solid #d8d8d7;
    border-right: 2px solid #d8d8d7;
    position: absolute;
    right:5px;
    text-align: left;
    top: 40px;
    width: 160px;
	display:none;
}

.vid_sec ul{
margin:0 ;
padding:0;
}
.vid_sec ul li{
padding:2%;
width:100%;
box-sizing:border-box;
font-size:17px;
border: 1px solid #eaebed;
}
.temp8_cam_img{
padding:1%;
box-sizing: border-box;
float:right;
text-align: center;
width: 60%;
}
.add_sec{
float: left;
padding: 0;
margin:2.5% 0 0;
width: 22%;
}
.ad_cont{
margin:10% 0 0 0;
}
.temp_right_sec{
background-color: #f9f9f9;
float: right;
  padding: 1% 0;
position: relative;
width: 100%;
}
.vid_thumb
{
width:25%;
float:left;
margin: 4% 0 0;
border:2px solid #ccc;
}
.vid_sec{
border: 1px solid #eaebed;
box-sizing: border-box;
float: left;
margin: 1%;
padding: 0 1% 0 0;
width: 35%;

}
.vid_cont{
background: #303133;
box-sizing: border-box;
float: left;
width: 100%;
margin:1% 0;
}
.vid_over{
box-sizing: border-box;
float: left;
padding: 0 0 0 5%;
width: 75%;
}
.v_mar_lt{
margin-left: 4%;
}
.title_txt img{
 float: left;
margin: 3% 5% 0 0;
}
.title_txt
{
color: #000;
font-size: 15px;
font-weight: bold;
height: 30px;
line-height: 30px;
padding: 0;
word-wrap: break-word;
overflow:hidden;
box-sizing:border-box;
}
.sub_title{
box-sizing: border-box;
color: #000;
font-size: 11px;
height: 33px;
margin: 2% 0 0;
overflow: hidden;
word-wrap: break-word;
}
.vid_thumb img{
float: left;
width: 100%;
}
.temp_main_in
{
	
}
.choose_cat_txt{
width:100%;
box-sizing:border-box;
border-top-left-radius:10px;
border-top-right-radius:10px;
padding:0 0 0 4%;
height: 36px;
line-height: 36px;
color: #ffffff;
font-size: 14px;
/*Official Syntax*/
background-image: linear-gradient(top, #262626 50%, #000000 51%);

/*Browser Syntax*/
background-image: -webkit-linear-gradient(top, #262626 50%, #000000 51%);
background-image: -moz-linear-gradient(top, #262626 50%, #000000 51%);
background-image: -o-linear-gradient(top, #262626 50%, #000000 51%);
background-image: -ms-linear-gradient(top, #262626 50%, #000000 51%);
}
.choose_cat_1{
border-top: 1px dotted #cccccc;
margin: 7% 0 0;
padding: 3% 0 0;
}
.choose_cat_1 ul li{
font-size:14px;
color:#074F8E;
text-decoration:underline;
}
.btn_cont{
margin:25% auto 5%; 
}
.watch_btn{
border-radius: 10px;
box-sizing: border-box;
color: #ffffff;
display: inline-block;
word-wrap: break-word;
font-size: 12px;
height: 25px;
line-height: 25px;
font-weight:bold;
text-align: center;
text-decoration: none;
width:100%;
/*Official Syntax*/
background-image: linear-gradient(top, #262626 50%, #000000 51%);

/*Browser Syntax*/
background-image: -webkit-linear-gradient(top, #262626 50%, #000000 51%);
background-image: -moz-linear-gradient(top, #262626 50%, #000000 51%);
background-image: -o-linear-gradient(top, #262626 50%, #000000 51%);
background-image: -ms-linear-gradient(top, #262626 50%, #000000 51%);
}
..menu_sec ul li:last-child:hover  .extendedNavContents {
display:block;
}
.video_container
{
height: 0;
padding-bottom:56.25%;
position: relative;
}
.video_container iframe {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}

.optin_box
{
float: none;
margin: 3%;
width: 94%;
box-sizing: border-box;
background-color: #fdfdfd;
box-shadow: 2px 2px 4px #f1f1f1 inset;
color: #8e8d8d;
display: block;
font-size: 13px;
}
.optinform
{
margin: 4% 0 0 0;
}
.optin_btn
{
width: 94%;
color: #fff;
margin: 0 1%;
background:#012349;
}



@media only screen and (max-width:767px) {
.temp12_main_wrap
{
padding:0 1%;
box-sizing:border-box;
}
.vid_sec {
 padding:0;
}
.logo_img {
float: none;
margin:0 auto;
}

.temp_right_sec {
background-color: #f9f9f9;
float: left;
margin: 2.5% 0 0 0;
position: relative;
width: 100%;
}
.choose_cat_1,.choose_cat{
display:none;
}

.ad_cont{
float: left;
margin: 2%;
width: 45%;
text-align: center;
}
.temp8_cam_img{
width:100%;
margin-right:0;
float:left;
}
.add_sec{
float: left;
padding: 0;
width:100%;
margin: 0;
}

.title_txt{
font-size:17px;
}
.sub_title{
font-size:14px;
margin-top:2%;
}

.vid_cont {
float: left;
width: 100%;
box-sizing:border-box;
padding:1% 0;
}

.vid_thumb {
margin:0;
}
.btn_cont{
margin:15% auto 5%; 
}

.vid_sec {
width:100%;
}

.optin_box
{
width: 85%;
}
.optin_btn {
margin: 0 10% 0 0;
width: 86%;
}
}


@media only screen and (max-width:480px) 
{

.vid_cont{
width:100%;
margin:0;
}
.menu_sec ul li {
padding: 0;
font-size:14px;
margin:1%;
width:45%;
text-align:center;
}
.v_left_mar2
{
margin-left:0;
}
.btn_cont{
margin:15% auto 5%; 
}
.watch_btn{
height: 35px;
line-height: 35px;
}
.menu_sec ul li{
padding: 0 1% !important;
}
.vid_sec {
 padding:0;
}
.sub_title{
font-size:13px;
height: 35px;
}

}

/* @media only screen and (min-width:320px) and (max-width:479px)
{


} */

