﻿/******************************************************/


.social {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px dashed white;
  background-clip: content-box;
  padding: 10px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 26px;
  
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 20px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

.social .link.telegram {
  background-color: #30a8dc;
  color: white;
}

.social .link.insta {
  /*background:url("../Images/bk.png") no-repeat center center;*/
  background-color:#e71d54;
    color: white;
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}

.social .link.sitemap {
  background-color: #d66d2c;
  color: white;
  font-size:20px;
}

.social .link.video {
  background-color: #9e262c;
  color: white;
}



/************************************************/
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d66d2c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

  
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color:#10151b !important;
  cursor:pointer;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/************************************************/

.hvr-shutter-out-horizontal2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0095e5;
  
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:5px;
  
}
.hvr-shutter-out-horizontal2:hover, .hvr-shutter-out-horizontal2:focus, .hvr-shutter-out-horizontal2:active {
  color:#ffffff !important;
  cursor:pointer; 
  box-sizing:border-box;
  border:solid 1px #ffffff;
}
.hvr-shutter-out-horizontal2:hover:before, .hvr-shutter-out-horizontal2:focus:before, .hvr-shutter-out-horizontal2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.top-bar
{
	width:1280px;
	margin:0px auto;
	height:120px;
	background-color:#000000;
	font-family:IranSans;
}
.top-bar > div:first-child
{
    float:right;
}
.top-bar > div:last-child
{
    float:left;
}
.top-bar > div > p   
{
    color:#a3a3a3;
    font-size:16px;
    box-sizing:border-box;
    padding-top:20px;
}
.top-bar > div > h1  
{
    font-size:26px;
    padding:0px;
    margin:0px;
    padding-right:20px;
}
.top-bar > div > h1 > a
{
    text-decoration:none;
     color:#d66d2c;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.post-view-video
{
	width:500px !important;
	height:300px !important;
	margin:10px auto;
}
.btn-post
{
    color:#ffffff;
    font-family:IranSans;
    font-size:15px;
    width:130px !important;
    height :30px;
	line-height:30px;
	background-color:#0095e5;	
	text-decoration:none;
	margin-top:5px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
	box-sizing:border-box;

}
.btn-post:hover
{
   cursor:pointer;
}
/*----------------------------------------------------------------------------------*/
.album
{
  	width:100%;
	width:100vw;
	height:auto;
	margin:0px auto;
	margin:0px -50vw;
	overflow:hidden;
	position:relative;
	left:50%;
	right:50%;
    background-color:#10151b;
	text-align:center;
}
.album > div
{
    width:1280px;
    margin:0px auto;
}
.album-p
{
    font-size:30px;
    margin-top:5px;
    font-family:IranSans;
    color:#7e7e7e;
}
.line2
{
    width:220px;
    border-top:solid 4px #d66d2c;
    margin:0px auto;
}
.album-box
{
    width:25%;
    margin-left:12.5%;
    float:right;
    text-align:center;
    font-family:IranSansFa;
    font-size:16px;
    color:#848483;
}
.album-box:last-child
{
    margin-left:0px;
}
.album-box > div img
{
    width:100%;
    height:auto;
}
.album-box > a 
{
    text-decoration:none;
}

.album-box > a > h3
{
    color:#d66d2c;
    margin:0px;
    padding:0px;
    margin-top:5px;
    text-align:center;
    line-height:30px;
    height:30px;
    font-size:16px;
    overflow:hidden;
}
.album-box2
{
    margin-bottom:20px;
    
}
.album-box2 > a > h3 > span
{
    color:#848483;
}
.album-box2 > a 
{
    text-decoration:none;
}

.album-box2 > a > h3
{
    color:#d66d2c;
    margin:0px;
    padding:0px;
    text-align:center;
    line-height:30px;
    height:30px;
    font-size:16px;
    overflow:hidden;
}
.album-box2 > a > h3 > span
{
    color:#848483;
}
.album-box2 > div:first-child
{
    height:320px;
}
.album-box-a
{
    color:#d66d2c;
    font-family:IranSans;
    font-size:18px;
    width:160px !important;
    height :40px;
	line-height:40px;
	background-color:Transparent;	
	text-decoration:none;
	display:inline-block;
	text-align:center;
	border:2px solid #d66d2c;
	margin:10px auto;
}
.title-faq
{
    color:#d66d2c;
    font-family:IranSans;
    font-size:18px;
}
.faq
{
    width:100%;
    font-family:IranSansFa; 
    color:#ffffff;
    direction:rtl;
}
.faq ul
{
    list-style:none;
}
.faq-item
{
     color:#d66d2c;
}
.faq ul li div
{
     color:#d66d2c;
}
    
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.album-view
{
    width:100%;
    margin:0px auto;
}
.album-view > div
{
    width:50%;
    float:right;
    padding:20px;
    box-sizing:border-box;

}
.title-album
{
    width:400px;
    height:50px;
    line-height:50px;
    background-color:#d66d2c;
    padding-right:20px;
    font-family:IranSans;
    font-size:18px;
    color:#000000;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.about-us
{
    width:1280px;
    margin:50px auto;
}
.about-us > div
{
    font-size:16px;
    font-family:IranSans;
    color:#f5f3f3;
    text-align:right;
    float:left;
    width:50%;
    height:auto;
}
.about-us > div:first-child
{
    text-align:left;
}
.about-us > div > p
{
    font-size:21px;
    font-family:IranSans;
    color:#7e7e7e;
    text-align:right;
    font-weight:600;
    margin-top:100px;
}
.about-us > div h4
{
    font-size:30px;
    font-family:IranSans;
    color:#d66d2c;
    padding-right:10px;
    margin:0px;
}
.about-text
{
    font-size:15px;
    font-family:IranSans;
    color:#f5f3f3;
    padding-right:10px;
    line-height:40px;
    text-align:justify;
}
.about-box-a
{
    color:#d66d2c;
    font-family:IranSans;
    font-size:18px;
    width:150px !important;
    height :40px;
	line-height:40px;
	background-color:Transparent;	
	text-decoration:none;
	display:inline-block;
	text-align:center;
	border:2px solid #d66d2c;
	margin-top:20px;
	float:left;

}
.line1
{
    width:100px;
    border-top:solid 4px #d66d2c;
    margin-bottom:20px;
}
.line
{
    width:200px;
    border-top:solid 4px #d66d2c;
    margin-bottom:20px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.clips
{
  	width:100%;
	width:100vw;
	height:880px;
	margin:50px auto;
	margin:50px -50vw;
	position:relative;
	left:50%;
	right:50%;
	background:url("../Images/back-clip.jpg");
	margin-bottom:0px;
	text-align:center;
}
.clips > div  p
{
    font-size:30px;
    font-family:IranSans;
    color:#7e7e7e;
    font-weight:600;
    margin-top:100px;
}
.clips > div
{
    width:1280px;
    margin:10px auto; 
    text-align:center;
}
.clips-box
{
    width:50%;
    float:right;
    box-sizing:border-box;
    margin-top:220px;
    margin-bottom:40px;
}
.clips-box > div:first-child
{
    width:511px;
    height:284px;
    margin:0px auto;
}
.clips-box > div:last-child 
{   
    font-family:IranSans;
    font-size:12px;
    text-decoration:none;
    color:#f5f3f3;
    text-align:right;
    width:511px;
    height:60px;
    line-height:30px;
    overflow:hidden;
    margin:0px auto;
    margin-top:30px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.online
{
  	width:100%;
	width:100vw;
	height:477px;
	margin:50px auto;
	margin:50px -50vw;
	position:relative;
	left:50%;
	right:50%;
	background:url("../Images/back-music.jpg");
	margin-bottom:0px;
	text-align:center;
}
.online > div > p
{
    font-size:30px;
    font-family:IranSans;
    color:#7e7e7e;
    font-weight:600;
    text-align:right;
    margin-right:10px;
}
.online > div
{
    width:1280px;
    margin:10px auto; 
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.member-menu
{
	display:block;
}
.member-menu-responsive
{
	display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.title-bar
{
	height:30px;
	margin:10px auto;
	text-align:center;
}
.title-bar h2
{
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-size:18px;
	font-weight:normal;
	color:#d66d2c;
}
.line-main
{
    width:1280px;
    margin:5px auto;
    border-top:solid 2px #d66d2c;
}
.title-bar h3
{
	margin:0px;
	padding:0px 5px;
	font-family:IranSans;
	font-size:22px;
	font-weight:normal;
	color:#d66d2c;

}
.black
{
    color:#000000 !important;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer
{
	width:1280px;
	margin:0px auto;
	height:300px;
}
.icon-footer-ul 
{
	margin:100px auto;
	list-style:none;
	width:100%;
	position:relative;
	
}	
.icon-footer-ul > div > a
{
	width:300px;
	height:300px;
}
.designer
{
    width:100%;
    background-color:#000000;
    height:50px;
    line-height:50px;
    text-align:center;
    font-family:IranSans;
    font-size:15px;
    color:#95999a;
}
.designer a
{
    color:#95999a;
    text-decoration:none;
}
.designer a:hover
{
    color:#0095e5;
}

.menu-footer > ul
{
	list-style:none;
	font-family:IranSans; 
	font-size:15px;
    width:100%;
    margin:0px;
    padding:0px;
    margin:20px auto;
   text-align:center;

}
.menu-footer > ul > li
{
	margin-top:5px;
	float:right;
	width:16.66%;

}

.menu-footer > ul > li > a
{
	font-family: IranSans;
    font-size: 16px;
    color:#d66d2c;
    font-weight:normal;
	text-decoration:none;
}
.menu-footer  > ul > li > a:hover
{
     color: #ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main
{
	width:1280px;
	min-height:350px;
	margin:0px auto;
}
.main:empty
{
    display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-text-right
{
	width:48%;
	float:right;
}
.form-text-left
{
	width:48%;
	float:left;
}
.form-text-left-with-border
{
	width:48%;
	padding:10px;
	margin-top:10px;
	border:solid 1px #cdcdcd;
	background-color:#ffffff;
	float:left;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form-text-left-signup
{
	height:351px;
}
.form-text-left-signin
{
	height:199px;
}
.form-text-left-change-information
{
	height:199px;
}
.form-text-left-change-password
{
	height:199px;
}
.form-text-left-forget-password
{
	height:123px;
}
.form-text-left-change-forget-password
{
	height:123px;
}
.form-text-left-change-forget-password
{
	height:123px;
}
.form-contact-us
{
	height:626px;
	margin-bottom:10px;
}
.form-contact-us-text
{
    height:48%;
	height:calc(50% - 10px);
}
.form-contact-us-map
{
    height:48%;
	height:calc(50% - 10px);
	margin-top:10px;
	overflow:hidden;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.result
{
	font-family:IranSans;
	font-size:14px;
	color:#464646;
	text-align:center;
}
.result p
{
    padding:10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.map-text
{
    padding:5px 15px 5px 5px;
    font-family:IranSansFa;
    font-size:13px;
    color:#4a4a4a;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.video-layout ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:10px;
}
.video-layout ul li
{
	width:32.66%;
	margin:0px 0px 1% 1%;
	padding:5px;
	float:right;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
.video-layout ul li:nth-child(3n)
{
	margin-left:0px;
}
.video-layout ul li p
{
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
}
.video-layout ul li p img
{
	width:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
}
.video-layout div
{
	font-family:IranSansFa;
	font-size:13px;
	color:#ffffff;
	text-align:center;
}

.video-layout h4
{
	padding:0px;
	text-align:center;
	width:100%;
	background-color:#d66d2c;
	height:40px;
	line-height:40px;
	white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    
}
.video-layout h4 a
{
	font-family:IranSans;
	font-size:15px;
	font-weight:normal;
	color:#144154;
	text-decoration:none;
}
.video-layout h4 a:hover
{
	color:#ffffff;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1340px)
{
	.online > div
    {
        width:100%;
    }
	.top-bar 
	{
	    width:95%;
	}
	.clips > div
    {     
        width:95%;
    }
   .clips
    {
        height:auto;
    } 
	.album > div
	{
	    width:95%;
	    
	}
	.about-us
	{
	    width:95%;
	    height:auto;
	}
	.header > div
	{
		width:95%;
		height:auto;
	}
	.main
	{
		width:95%;
	}
	.title-bar
	{
		width:95%;
	}
	.slider-background
    {
        height:50%;
    }
	.footer 
	{
		width:95%;
	}
	.line-main
    {
        width:100%;
    }
    
}
@media only screen and (max-width:1124px)
{
    .clips-box
    {
        margin-top:150px;
    }
    .clips-box > div:first-child
    {
        width:400px;
        height:222px;
        margin:0px auto;
    }
    .clips-box > div:last-child
    {
        width:400px;
    }
}
@media only screen and (max-width:1024px)
{
    .about-us > div > img
    {
        width:350px;
        height:auto;
    }
    .about-text
    {
        line-height:30px;
    }

    .about-us > div > p
    {
        margin-top:50px;
    }
}
@media only screen and (max-width:984px)
{
    .album-box
    {
        width:30%;
        margin-left:5%;
    }
    .clips-box
    {
        margin-top:100px;
    }
   
    .title-album
    {
        width:300px;
        overflow:hidden;
    }
}
@media only screen and (max-width:860px)
{
   .menu-footer > ul > li > a 
    {
        font-size:14px;
    }
     .clips-box > div:first-child
    {
        width:350px;
    }
    .clips-box > div:last-child
    {
        width:350px;
    }

  
}
@media only screen and (max-width:768px)
{
    .footer
    {
        height:250px;
    }
    .top-bar > div > img
    {
        width:300px;
        height:auto;
    }
    .top-bar
    {
      height:100px;
    }
    .top-bar > div > h1
    {
      font-size:22px;
    }
    .about-us > div
    {
        text-align:center;
        float:none;
        width:100%;
    }
    .about-us > div:first-child
    {
        text-align:center;
    }
    .about-us > div  p
    {
        text-align:center;
    }
    .about-us > div  h4
    {
       padding-right:0px;
    }
   .line1 
   {
        margin-right: 0px;
        margin:0px auto;
        margin-bottom:5px;
   }
   .line 
   {
        margin-right: 0px;
        margin:0px auto;
        margin-bottom:5px;
   }
   .about-box-a
   {
       float:none;
   }
    .clips-box
    {
        margin-top:50px;
    }
    .clips-box > div:first-child
    {
        width:inherit;
        height:inherit;
    }
    .clips-box > div:last-child
    {
        width:inherit;
    }
    .clips-box
    {
        width:100%;
        float:none;
     }
    .title-bar h2
    {
	    font-size:16px;
	    border-bottom:none;
	    float:none;
    }
    .title-bar h3
    {
	    font-size:16px;
	    border-bottom:none;
	    float:none;
    }
	.form-text-right
	{
		width:100%;
		float:none;
	}
	.form-text-left
	{
		width:100%;
		float:none;
	}
	.form-text-left-with-border
	{
		width:100%;
		float:none;
		margin-top:30px;
		height:auto;
	}
	.form-contact-us
	{
		height:auto;
	}
	.form-contact-us-map
	{
	    height:350px;
	}
	.member-menu
	{
		display:none;
	}
	.member-menu-responsive
	{
		display:block;
	}
	.slider-background
    {
         display:none;
    }
    .album-view > div 
    {
        float:none;
        width:100%;
    }
    .menu-footer > ul > li > a 
    {
        font-size:12px;
    }
    .social .link 
    {
         width: 42px;
         height: 42px;
    }
    .album-p
    {
        font-size:25px;
    }
    .about-us > div h4 
    {
        font-size:25px;
    }
    .clips > div p 
    {
        margin-top:50px;
        font-size:25px;
    }
     .online
    {
        background:url("../Images/back-music2.jpg");
        height:600px;
    }
    .online > div > p
    {
        text-align:center;
    }
    
	.video-layout ul li:nth-child(3n)
    {
        margin-left:1%;
    }
    .video-layout ul li
    {
	    width:49.5%;
    }
    .video-layout ul li:nth-child(2n)
    {
        margin-left:0px;
    }

  
}
@media only screen and (max-width:520px)
{
    .icon-footer-ul
    {
        width:70%;
    } 
}
@media only screen and (max-width:480px)
{
    .top-bar > div
    {
        float:none !important;
    }
    .video-layout li:nth-child(n)
	{
		width:100%;
		margin:0px;
		margin-bottom:3%;
		float:none;
	}
	.video-layout li
	{
		width:100%;
		margin:0px;
		margin-bottom:3%;
		float:none;
	}
    .top-bar
    {
      height:190px;
      text-align:center;
    }
   
    .about-us > div h4 
    {
        font-size:20px;
    }
    .about-us > div > img
    {
        width:250px;
        height:auto;
    }
   
    .menu-footer 
    {
        display:none;
    }

	 .online
    {
        height:1000px;
    }
    .audios
    {
        float:none;
        width:100%;
    }
     .online > div > p 
    {
        text-align:center;
    }
    .footer
    {
        height:150px;
    }
    .album-box
    {
        float:none;
        width:100%;
    }
    .album-box > a > h3 
    {
        height:30px;
    }
    .album-p
    {
        font-size:20px;
    }
    .about-box-a
    {
        width:120px !important;
        font-size:15px;
    }
    .album-box-a
    {
        width:120px !important;
        font-size:15px;
    }
    .online > div > p 
    {
        font-size:20px;
    }
    

}
@media only screen and (max-width:435px)
{


    .icon-footer-ul
    {
        width:90%;
    } 
    .clips > div p 
    {
        font-size:20px;
    }

 
}
@media only screen and (max-width:320px)
{
    .header > div > h1 > a 
    {
        font-size:14px;
    }
    .album > img
    {
        width:100%;
    }
    .about-us > img 
    {
        width: 100px;
        height: 128px;
    }
    .articles > img
    {
        width:100%;
    }
    .icon-footer-ul
    {
        width:100%;
    } 
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */