﻿/* Desktop */
.colm1 {
	width: 8.33%;
}
.colm2 {
	width: 16.66%;
}
.colm25{
	width: 20%;
}
.colm3 {
	width: 25%;
}
.colm4 {
	width: 33.33%;
}
.colm5 {
	width: 41.66%
}
.colm6 {
	width: 50%;
}
.colm7 {
	width: 58.33%;
}
.colm8 {
	width: 66.66%;
}
.colm9 {
	width: 75%;
}
.colm10 {
	width: 83.33%
}
.colm11 {
	width: 91.66%
}
.colm12 {
	width: 100%
}
/*Mobile*/
.mob-swipe-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    background: rgba(0,0,0,0.8);
    display: none;
}
.mobile{
	height: 50px;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 99
}
.header-right-mob{
    background-color: #54bab0;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}
.header-right-mob i{
    display: block;
    font-size: 34px;
}
.header-right-mob i.icon-navicon{
    position: absolute;
    right: 3px;
}
.header-search-mob,
.header-left-mob{
	width:40px;
	height:50px;
    color: #ccc;
    font-size: 25px;
    padding-top: 7px;
    cursor: pointer
}
.mobile-menu-right{
    display: block;
    position: fixed;
    top: 0;
    right: -260px;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    transition: 0.2s ease;
}
.mobile-menu li{
    border-bottom: 1px solid #ccc;
}
.mobile-menu li a{
    display: block;
    padding: 10px 10px;
    color: #585858;
    font-size: 14px;
}
/*Mobile Search*/
.mobile-search-form{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.mobile-search-input-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    z-index: 1000;
}
.mobile-search-input-box input {
    width: 100%;
    background: none;
    outline: none;
    font-size: 13px;
    color: #555;
    float: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-family: iransans;
    border: none;
    color: #bdbdbd;
}
.mobile-site-search i.search-close{
    position: absolute;
    right: 17px;
    padding: 17px 0;
    z-index: 1001;
    color: #ccc;
}
/*mobile logo*/
.mobile-menu-logo{
	background-color: #3de3ed;
}
/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md,.visible-lg,.visible-sm,.visible-xs{
	display: none;
}
.visible-md,.hidden-lg,.hidden-sm,.hidden-xs{
	display: block ;
}
.container{
	width: 950px;
}
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px)  {
.hidden-sm,.visible-lg,.visible-md,.visible-xs{
	display: none;
}
.visible-sm,.hidden-lg,.hidden-md,.hidden-xs{
	display: block;
}
.container{
	width: 750px;
}
.colm3-mob{
	width: 25%; 
}
.colm4-tab{
	width: 33.33%; 
}
.colm6-tab{
	width: 50%; 
}
.btn-allvideo {
    top: 25px;
	bottom: unset;    
}



}
/* Mobile */
@media (max-width: 767px){
.hidden-xs,.visible-lg,.visible-md,.visible-sm{
    display: none;
}
.visible-xs,.hidden-lg,.hidden-md,.hidden-sm,.mobile{
	display: block;
}
.container,.colm{
	width: 100%;
}
.colm6-mob{
	width: 50%; 
}
.btn-allvideo {
    top: 15px;
	bottom: unset;    
}
#notice .section-intro-notice:nth-child(odd) .section-intro-content {
    padding-right: unset;
    text-align: center;
}
#notice .section-intro-notice:nth-child(even) .section-intro-content {
    padding-left: unset;
    text-align: center;
}

}