﻿/* 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%;
}
.colm95{
	width: 80%;	
}
.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: #f40002;
    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: -18px;
}
.header-right-mob i.icon-android-home{
    padding-right: 15px;
    font-size: 22px;
    padding-top: 9px;
}
.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: #db4437;
}

.section-blue{
	background: #469dae ;
}

.section-gray{
	background: #EEEEEE ;
}
.section-pink{
	background: #CC3366 ;
}
.section-white{
	background: #FFFFFF ;
}

/*----------(min-width: 992px) and (max-width: 1199px)-------------*/
/* 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;
}
.colm5-lap {
	width: 41.66%
}
.colm6-lap {
	width: 50%;
}
.colm7-lap {
	width: 58.33%;
}
.user-poster {
    right: 69px;
    top: 36px;
    width: 166px;
}
.banner{
	height:inherit;
}
.project-image {
    height: 195px;
}
.tops-pic-box {
    height: 145px;
}
.author-profile-img .pad-t20{
 	padding-top: 10px;
}
.success-proj-box {
    left: -77px;
    top: 15px;
}




}/*-- End Of @media --*/

/*----------(min-width: 768px) and (max-width: 991px)-------------*/
/* 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;
}
.colm-tab{
	width: 100%; 
}
.colm4-tab{
	width: 33.33%; 
}
.colm6-tab{
	width: 50%;
}
.colm9-tab{
	width: 75%; 
}
.user-poster {
    right: 20px;
    top: 20px;
    width: 200px;
}

.single .crowdfunding-details{
	padding:5px;
}
.single .crowdfunding-details {
    height: 310px;
    width: 355px;    
}
.single .progress-bar {
    right: 120px;
    top: -50px;
}
.pre-factor-main{
	width:80%
}
.banner{
	height:inherit;
}
.tops-img-box {
    left: -70px;
	top: 5px;    
}
.tops-pic-box {
    height: 110px;
}
.author-profile-img .pad-t20{
 	padding-top: 0;
}
.weblog-title{
    font-size: 30px;
}
.success-proj-box {
    left: -136px;
    top: 26px;
}
.top-main-box:hover .tops-img-box {
    transform: none;
}
.menu-round{
    transform: translate(-137%,100%);
}
.tops-img-box .progress-bar {
    right: unset;
    left: 70px;
    top:-40px;
}





}/*-- End Of @media --*/

/*----------(min-width: 450px) and (max-width: 767px)-------------*/
/* Mobile */
@media (min-width: 450px) and (max-width: 767px) {
.hidden-xs,.visible-lg,.visible-md,.visible-sm{
    display: none;
}
.visible-xs,.hidden-lg,.hidden-md,.hidden-sm,.mobile{
	display: block;
}
.mob-hide{
	display:none;
}
.mob-show{
	display:block;
}
.mob-align-center{
	text-align: center;
}
.mob-height-inherit{
    height: inherit;	
}
.pad-10-mob{
	padding:10px;
}
.container,.colm{
	width: 100%;
}
.colm6-mob{
	width: 50%;
}
.mob-margin-auto{
	margin: 0 auto;
}
.user-poster {
    right: 0;
    top: 30px;
    width: 200px;
}
.user-poster-content-box{
	padding:5px;
}
.panel-box {
	padding: 0;
}
.active-tab .panel-box:after{
	left: 44%;	
}
.active-tab .panel-box:before{
	left: 50%;	
}
.crowdfunding-details{
	height: auto;
}
.crowdfunding-details:before{
	display: none;
}
.crowdfunding-details:after{
	display:none;
}
.statistics-box{
	padding:30px 0px;
}
.single .crowdfunding-details {
    height: inherit;
    width: 100%;    
}
.single-thumbnail {
    height: inherit;
    width:100%
}
.pre-factor-main{
	width:100%
}
.share-title-box{
    right: -54px;
}
.tops-img-box{
	position:unset;
	padding-bottom: 10px;	
}
.tops-img {
    margin: 0 auto;
}
.banner{
	height:inherit;
}
.tops-img-box .progress-bar {
    left: 112px;
	right: unset;
    top: -85px;
}
.inner-box-projects {
    transform: unset;
}
.project-image {
    transform: translate(0px);
}
.tops-back{
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #b5b5b5;	
}
.dashboard-header {
    height: 190px;
}
.pay-detail-box{
	width:100%;	
	position:unset;
}
.pull-right-mob{
	float:right;
}
.clear-mob{
	clear: both;
}
.pay-detail-box .pull-right-mob{
    border: 1px solid white;
}
.dashboard-main {
    padding-top: 30px;
}
.edit-reward-con{
	padding-top: 0px;
}
.pre-factor-title {
	width:100%;
	float:none;
    text-align: right;
    background: none;
    color: white;
    border-radius: 0px;
    font-size: 12px;
    padding: 2px;
    box-shadow: none;
}
.pre-factor-detail{
	width:100%
}
.author-profile-img	img{
    border-left: none;
}
.weblog-title{
    font-size: 20px;
    transform: translate(-0%,58%);    
}
.success-proj-box {
    left: -67px;
    top: 23px;
}
.error404 .message-box {
    width: 100%;
    position: unset;
    top: 50%;
    left: 0%;
    margin-top: 50px;
    margin-left: 0px;
    text-align: center;
}
.top-main-box:hover .tops-img-box {
    transform: none;
}
.autoplay{
    width: 80%;
    margin: 0 auto;
}
.autoplay img{
    width: 100%;
    height:auto;
}
.menu-round {
    transform: translate(-220%,-206%);
}
.top-height{
	height:inherit;
}




}/*-- End Of @media --*/

/*----------------(max-width: 449px)------------------*/
@media (max-width: 449px) {
.hidden-xs,.visible-lg,.visible-md,.visible-sm{
    display: none;
}
.visible-xs,.hidden-lg,.hidden-md,.hidden-sm,.mobile{
	display: block;
}
.colm6-mob2{
	width: 50%;
}
.mob-align-center{
	text-align: center;
}
.mob-hide{
	display:none;
}
.mob-show{
	display:block;
}
.mob-height-inherit{
    height: inherit;	
}
.pad-10-mob{
	padding:10px;
}
.container,.colm{
	width: 100%;
}
.mob-panel-img-box {
    width: 40%;
}
.mob-margin-auto{
	margin: 0 auto;
}
.my-form-large{
	width:100%;
}
.row-title h5 {
    padding: 0px;
    font-size: 13px;
    line-height: 20px;
}
#edit-page .tops-pic-box {
    width: 160px;
    margin: 0 auto;
}
.reward-top-box {
    width: 94%;
}
.user-poster {
    right: 0;
    top: 30px;
    width: 200px;
}
.user-poster-content-box{
	padding:5px;
}
.content-tab{
	width:100%;
}
.crowdfunding-details{
	height: auto;
}
.crowdfunding-details:before{
	display: none;
}
.crowdfunding-details:after{
	display:none;
}
.statistics-box{
	padding:30px 0px;
}
.single .crowdfunding-details {
    height: inherit;
    width: 100%;
}
.single-thumbnail {
    height: inherit;
    width:100%
}
.pre-factor-main{
	width:100%
}
.share-title-box{
    right: -54px;
}
.tops-img{
	height:300px;
    width: 250px;	
    margin: 0 auto;   
}
.tops-img-box{
	position:unset;
	padding-bottom: 10px;	
}
.banner{
	height:inherit;
}
.tops-img-box .progress-bar {
    left: 112px;
	right: unset;
    top: -85px;
}
.tops-back{
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #b5b5b5;	
}
.dashboard-header {
    height: 202px;
}
.pay-detail-box{
	width:100%;
	position:unset;
}
.pull-right-mob{
	float:right;
}
.clear-mob{
	clear: both;
}
.pay-detail-box .pull-right-mob{
    border: 1px solid white;
}
.dashboard-main {
    padding-top: 30px;
}
.edit-reward-con{
	padding-top: 0px;
}
.pre-factor-title {
	width:100%;
	float:none;
    text-align: right;
    background: none;
    color: white;
    border-radius: 0px;
    font-size: 12px;
    padding: 2px;
    box-shadow: none;
}
.pre-factor-detail{
	width:100%
}
.author-profile-img	img{
    border-left: none;
}
.weblog-title{
    font-size: 20px;
    transform: translate(-0%,8%);   
}
.line-profile{
    width: 230px;
}
.success-proj-box {
    left: -100px;
    top: 20px;
}
.banner-shadow {
    bottom: -10px;
}
.error404 .message-box {
    width: 100%;
    position: unset;
    top: 50%;
    left: 0%;
    margin-top: 50px;
    margin-left: 0px;
    text-align: center;
}
.top-main-box:hover .tops-img-box {
    transform: none;
}
.autoplay{
    width: 80%;
    margin: 0 auto;
}
.autoplay img{
    width: 100%;
    height:auto;
}
.menu-round {
    transform: translate(-106%,-206%);
}
.top-height{
	height:inherit;
}




}/*-- End Of @media --*/

/*------------------ print -------------------*/
@media print{
	header{ display: none;}
	footer{ display: none;}
   	.pre-factor-btn{ display: none;}
   	.mobile-header{ display: none;}
}




