/*-----------------------------------------------------------------------------------
    Template Name: Mix Music
    Template URI: http://Qumototheme.com
    Description: HTML5 Music template
    Author: BootExperts
    Author URI: http://Qumototheme.com
    Version: 1.0
-----------------------------------------------------------------------------------    
    CSS INDEX
    ===================	
    0. Google Fonts
    1. Theme Default CSS (body, link color, section etc)
    2. Helper-class
    3. page-title
    4. Header-style
    5. News area
    6. Feature Area
    7. Ablum Area
    8. Event Area
    9. Video Area
    10. Mail Subscribe Form
    11. Footer Area
    12. Home 2 Style
    13. Single Blog Page
    14. Single Video Page
    15. Error Page
    16. My CSS
/*===================
0. Google Fonts
====================*/

@font-face {
  font-family: iransans;
  src: url('../fonts/IRANSansWeb(FaNum).ttf');
}

/* ==================
2. Theme Default CSS (body, link color, section etc)
====================*/
html
{
    direction:rtl;
}

* {
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'iransans', tahoma;
}

html,
body {
    height: 100%
}

body {
    font-family: 'iransans', tahoma;
    font-weight: 600;
    font-size: 14px;
    color: #2b2f45;
}

p {
    font-size: 16px;
    line-height: 1.7;
}

a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    background: none;
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    outline: none;
}
input:focus,
button:focus: {
    outline: none;
    box-shadow: 0 0 0 0 #ffffff;
}

/*=======================
2. Helper-class
========================*/

.fix {
    overflow: hidden;
}

.section-padding {
    padding: 60px 0;
}

.black-bg {
    background-color: #231f1e;
}

.padding-down {
    padding-bottom: 60px;
}

.bttn {
    background-color: #ff0078;
    border-radius: 3px;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
}

.bttn-lg {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 50px;
}


/*======================
3. page-title
=======================*/

.page-title {
    color: #2b2f45;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    width: 80%;
    padding-bottom: 40px
}

.page-title h2 {
    background: rgba(0, 0, 0, 0) url("images/icon/page-title-icon.png") no-repeat scroll center bottom;
    color: #221f1f;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 50px;
    padding-bottom: 70px;
    text-transform: uppercase;
    font-family: 'iransans', tahoma;
}

.black-bg .page-title h2 {
    color: #ffffff;
}

.black-bg .page-title {
    color: #ffffff;
}

.home2 .top-area
{
    height:auto!important;
}

.home2 .header-text-area
{
    background-color:#0e1038;
}
.home2 .header-text-area img
{
    height:253px!important;
}

.home2 .page-title h2 {
    padding: 20px 0 20px 50px;
    background: url(images/icon/page-title-stick.png) no-repeat scroll center left / auto 100%;
    display: inline-block;
    float: right;
    margin-bottom: 0;
    margin-left: 50px;
}

.home2 .page-title,
.home2 .news-area .fix {
    text-align: right;
    width: 100%;
    margin-bottom: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*======================
4. Header-style
========================*/

.top-area {
    height: 100%;
    position: relative;
    width: 100%;
}

.pogoSlider-slide:before,
.mainmenu-area.stick:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background: #d540f5;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d540f5 0%, #3125c9 64%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d540f5 0%, #3125c9 64%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d540f5', endColorstr='#3125c9', GradientType=0);
}

.mainmenu-area {
    top: -100px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.mainmenu-area.stick {
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.mainmenu-area:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mainmenu-area.stick:after {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #2E1455;
}

.header-top-area {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

.logo-area {
    padding: 30px 0;
}

.mobile-logo {
    display: none;
}

.sel-lan form {
    border: 1px solid #ff0078;
    border-radius: 2px;
    display: inline-block;
    min-width: 60px;
    position: relative;
}

.sel-lan form label {
    color: #ff0078;
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: -1;
}

.sel-lan select {
    background: none;
    border: none;
    color: #959595;
    font-family: 'iransans', tahoma;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 2px;
    width: 100%;
    z-index: 1;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sel-lan select option {
    background-color: #ffffff;
    border: medium none;
}

.social-link {
    text-align: left;
}

.social-link a {
    color: #959595;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
}

.search-box {
    margin-bottom: 15px;
}

.social-link a:hover {
    color: #ff6900;
}

.search-box input,
.search-box button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #b7b7b7;
}

.search-box input {
    width: 100%;
    padding: 2px;
    height: 100%;
    
}
.search-box input:focus {
    outline: none;
}
.search-box .form {
    background-color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 15px;
    margin: 6px 0;
    position: relative;
    width: 300px;
    text-align: right;
    height: 35px;
}

.search-box button.search-bttn {
	position: absolute;
	left: -0px;
	top: 0;
	background: #ffffff;
	width: 35px;
	height: 100%;
	border-radius: 30px 0 0 30px;
	border-right: 1px solid #b7b7b7;
	color: #b7b7b7;
}
.search-box button.search-bttn:hover {
    background: #ff0078;
    color: #ffffff;
}
.header-text-area .pogoSlider {
    position: static;
}

.header-text-area .pogoSlider-slide {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pogoSlider-nav {
    display: none;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text-area h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 20px;
    padding-top: 80px;
}

.header-text-area {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    height: 100%;
}

.header-text-area p {
    width: 60%;
    margin: auto;
    font-style: italic;
}

.header-text h2 span {
    background-color: #ff0078;
    box-shadow: 10px 0 0 0 rgba(255, 0, 120, 0.4), 20px 0 0 0 rgba(255, 0, 120, 0.3);
    padding: 0 10px;
    margin-left: 15px;
}

.scrolldown,
.scrolldown span {
    position: absolute;
    width: 20px;
    height: 40px;
    border: 2px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    bottom: 10px;
    border-radius: 20px;
    background: none;
    cursor: pointer;
    display: inline-block;
    z-index: 9;
}

.scrolldown span {
    width: 0;
    height: 10px;
    bottom: auto;
    top: 10px;
    -webkit-animation: spin 0.8s linear 0.6s infinite alternate;
    animation: spin 0.8s linear 0.6s infinite alternate;
}

@-webkit-keyframes spin {
    0% {
        top: 5px;
    }
    100% {
        top: 20px;
    }
}

@keyframes spin {
    0% {
        top: 5px;
    }
    100% {
        top: 20px;
    }
}


/*==================
5. News area
==================*/

.news-area a {
    width: 100%;
}

.single-news,
.single-blog,
.single-feature,
.event-photo,
.single-album {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.blog-single .single-blog {
    border-radius: 0;
}

.single-blog img,
.single-news img,
.single-album img,
.single-feature img,
.event-photo img,
.video-thumb img {
    width: 100%;
}

.single-blog:hover img,
.single-news:hover img,
.single-album:hover img,
.single-feature:hover img,
.event-photo:hover img,
.video-thumb:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-news:after {
    background-color: #ff0078;
    border-radius: 5px;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-news:hover:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.single-news img {
    width: 100%;
    z-index: -1;
}

.news-details,
.event-details {
    bottom: 0;
    color: #ffffff;
    font-weight: 600;
    right: 0;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 2
}

.news-details h3 {
    font-size: 30px;
    margin-bottom: 6px;
    text-transform: capitalize;
}


/*===================
6. Feature Area
====================*/

.feature-area .col-sm-6,
.album-area .col-sm-4,
.news-area .col-sm-6 {
    padding: 0 30px;
    margin-bottom: 60px;
}

.feature-area .row,
.album-area .row,
.news-area .row {
    margin: 0 -30px;
}

.feature-text {
    bottom: 0;
    color: #ffffff;
    display: block;
    height: auto;
    right: 0;
    margin: 16px;
    position: absolute;
    width: 100%;
}

.feature-text h3,
.event-details h2 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.feature-text h4 {
    font-style: italic;
    margin: 0;
}

.feature-social-link {
    height: auto;
    position: absolute;
    left: 0;
    top: 10px;
    width: auto;
}


/*========================
7. Ablum Area
=========================*/

.single-album img,
.single-feature img {
    width: 100%;
}

.feature-social-link > a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 40px;
    text-align: center;
    width: 40px;
}

.feature-social-link a:hover {
    color: #ff6900;
}

.album-text {
    bottom: 0;
    color: #ff0078;
    right: 0;
    padding-right: 16px;
    position: absolute;
    width: 100%;
}

.album-area .play-button {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    left: 15px;
    top: 5px;
}

.album-area .play-button:hover {
    color: #ff0078;
}

.album-text h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 5px;
}

.album-text span {
    float: left;
    margin-left: 15px;
}

.album-text span a {
    color: #ffffff;
    margin-right: 10px;
}

.album-text span a:hover {
    color: #ff0078;
}

.single-album a {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-album:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*===================
8. Event Area
====================*/

.event-details .location {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.event-details .location i.fa {
    margin-left: 8px;
}

.single-event {
    overflow: hidden;
    margin-bottom: 60px;
}

.event-area .event-photo {
    float: right;
    width: 36%;
}

.event-area .event-ticket {
    float: right;
    margin-top: 64px;
    width: 64%;
}

.event-ticket a.bttn {
    border: 2px solid rgba(0, 0, 0, 0);
    float: left;
    margin-top: 25px;
}

.event-price h2 {
    color: #ff0078;
    font-size: 60px;
    font-weight: 600;
}

.event-area .event-price {
    float: right;
    margin-right: 190px;
    text-align: center;
}

.event-price h2 span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.event-area .single-event {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}

.event-ticket a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid;
    color: #ff0078;
}

.single-event:last-child {
    border-bottom: medium none;
}


/*========================
9. Video Area
==========================*/

.video-area {
    padding-bottom: 120px;
}

.video-item {
    position: relative;
}

.play-bttn {
    bottom: 0;
    color: #ffffff;
    font-size: 40px;
    height: 40px;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}

.play-bttn:hover {
    color: #ff0078;
}

.single-video {
    font-weight: 600;
    margin-bottom: 29px;
    text-align: center;
    text-transform: uppercase;
}

.video-thumb img {
    width: 100%;
}

.video-thumb {
    overflow: hidden;
    border-radius: 5px;
}

.single-video h2 {
    margin: 20px 0 10px;
}


/*======================
10. Mail Subscribe Form
=======================*/

.mail-subscribe {
    text-align: center;
}

.mail-subscribe input,
.mail-subscribe textarea {
    border: none;
    background: none;
    border-bottom: 2px solid;
    color: #ff0078;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    text-align: right;    
}
.mail-subscribe input:focus,
.mail-subscribe textarea:focus {
    outline: none;
}

.mail-subscribe .bttn {
    border: 2px solid #ff0078;
    border-radius: 50px;
}

.mail-subscribe .bttn:hover {
    background: none;
}


/*======================
11. Footer Area
=======================*/

.footer-logo {
    margin-bottom: 15px;
}

.copyright {
    color: #464646;
}

.copyright a {
    color: #959595;
}

.copyright a:hover {
    color: #ff0078;
}

#scrollUp {
    background-color: #ff0078;
    border: 1px solid #ff0078;
    border-radius: 3px;
    bottom: 80px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    line-height: 1.8;
    position: fixed;
    left: 40px;
    text-align: center;
    width: 40px;
    z-index: 999999;
}

#scrollUp:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ff0078;
}


/*===========================
12. Home 2 Style
==============================*/

.home2 .news-area .col-sm-6 {
    margin-bottom: 0px;
}

.home2 .mail-subscribe input,
.home2 .mail-subscribe textarea {
    border: none;
    border-bottom: 2px solid #fff;
    border-color: #f7a3ca;
    /*width: 300px;
    margin-left: 50px;*/
}

.home2 .mail-subscribe .bttn {
    width: 300px;
    text-align:center;
}

.home2 .mail-subscribe button {
    background: none;
    border: medium none;
    border-radius: 0;
    border-bottom: 2px solid #ff0078;
}

.home2 .mail-subscribe input:hover,
.home2 .mail-subscribe input:focus,
.home2 .mail-subscribe textarea:hover,
.home2 .mail-subscribe textarea:focus {
    border-color: #ff0078;
}

.home2 .mail-subscribe button:hover {
    border-color: #ffffff;
    color: #ff0078
}

.blog .row {
    margin-bottom: 60px;
}

.blog a {
    text-transform: uppercase;
}

.blog-meta > a {
    color: #959595;
    font-size: 12px;
    margin-left: 10px;
}

.blog-meta > a:hover {
    color: #ff0078;
}

.blog-meta > a i.fa {
    margin-left: 5px;
}

.single-blog-title {
    border-bottom: 1px solid #E0DFDF;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

a.read-more {
    color: #959595;
    font-size: 18px;
    font-family: 'iransans', tahoma;
    font-weight: 400;
    margin-top: 10px;
}

a.read-more i.fa {
    margin-right: 5px;
}

a.read-more:hover {
    color: #ff0078;
    text-decoration: underline;
}

.indector > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.indector ul li {
    display: inline-block;
    margin: 0 5px;
}

.indector ul li a {
    background-color: #231f1e;
    border-radius: 50px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 2.4;
    width: 60px;
}

.indector ul li a:hover {
    background-color: #ff0078;
}

.header-location-menu a {
    color: #000;
    text-transform: uppercase;
}

.header-location-menu a:last-child {
    float: left;
}

.header-location-menu a i.fa {
    padding-left: 5px;
}

.header-location-menu a:last-child i.fa {
    padding-right: 5px;
    padding-left: 0;
}

.header-location-menu {
    background-color: #fafafa;
    padding: 40px 0;
}


/*===================
13. Single Blog Page
====================*/

.blog-single .single-blog-title {
    display: block;
    margin-top: 30px;
}

.content p {
    display: block;
    margin-bottom: 50px;
}

.blog-single blockquote {
    color: #a1b1bc;
    display: block;
    width: 100%;
    border: 1px solid #E0DFDF;
    border-right: 8px solid #ff0078;
    padding: 30px 150px 30px 60px;
    position: relative;
    margin-bottom: 60px;
}

blockquote h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

blockquote:after {
    color: #a1b1bc;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 50px;
    position: absolute;
    left: 80px;
    top: 30px;
}

.tag-menu > span,
.social-menu span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    right: 0;
    padding: 0 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.tag-menu:hover > span,
.social-menu:hover > span {
    background-color: #ff0078;
}

.tag-menu,
.social-menu {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    position: relative;
    min-height: 40px;
}

.tag-menu > a,
.social-menu > a {
    color: #A1B1BC;
    margin: 0 5px;
    display: inline-block;
}

.social-menu > a:hover .fa-facebook {
    color: #3B5998;
}

.social-menu > a:hover .fa-twitter {
    color: #55ACEE;
}

.social-menu > a:hover .fa-pinterest-p {
    color: #CB2026;
}

.social-menu > a:hover .fa-google-plus {
    color: #DD4C3B;
}

.social-menu > a:hover .fa-deviantart {
    color: #2F584A;
}

.social-menu > a:hover .fa-instagram {
    color: #7A43BA;
}

.social-menu > a:hover .fa-dribbble {
    color: #EC4A89;
}

.social-menu > a:hover .fa-github {
    color: #4DCE7D;
}

.social-menu > a:hover .fa-wordpress {
    color: #AAAAAA;
}

.social-menu > a:hover .fa-vimeo {
    color: #63B4E4;
}

.social-menu > a:hover .fa-youtube {
    color: #E52C27;
}

.tag-menu > a:hover {
    color: #ff0078;
    text-decoration: underline;
}

.tag-menu > a {
    font-family: 'iransans', tahoma;
    font-size: 13px;
    text-transform: capitalize;
    padding-top: 2px;
}

.tag-menu a:after {
    content: ",";
    font-size: 20px;
    margin-right: 3px;
}

.tag-menu a:last-child:after {
    content: "";
}

.social-menu > a {
    height: auto;
    margin: 0;
    text-align: center;
    width: 36px;
    padding: 9px 0;
}

.comment-header {
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.comment-header h2 {
    float: right;
    font-size: 22px;
    text-transform: uppercase;
}

.comment-header .edit-comment {
    float: left;
}

.edit-comment button {
    background: none;
    border: none;
    line-height: 2;
}

.edit-comment button i.fa {
    border: 1px solid;
    border-radius: 2px;
    display: block;
    float: right;
    height: 30px;
    line-height: 2;
    margin-left: 10px;
    width: 30px;
}

.edit-comment button:hover i.fa {
    color: #ff0078;
}

ul.single-comment {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-comment > li {
    border: 1px solid #e0dfdf;
    margin-bottom: 30px;
    padding: 20px 20px 20px 20px;
    position: relative;
    color: #a1b1bc;
    border-radius: 2px;
}

.single-comment > li:nth-child(1n+2) {
    margin-right: 40px;
}

.single-comment > li p {
    margin-bottom: 0;
}

.com-thumb {
    float: right;
    margin: 0 0 5px 10px;
}

.single-comment h3 {
    color: #2c3e50;
    margin-bottom: 5px;
}

.single-comment .comment-date {
    color: #ff0078;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.single-comment .reply-button {
    background-color: #221f1f;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: 24px;
    left: 14px;
}

.single-comment .reply-button:hover {
    background-color: #ff0078;
}

.reply-form {
    display: none;
}

.reply-form > input {
    border: 1px solid #a1b1bc;
    margin-top: 15px;
    padding: 3px 10px;
    width: 300px;
}

.comment-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.com-input {
    float: right;
    overflow: hidden;
    position: relative;
    width: 47%;
}

.comment-box textarea,
.com-input > input {
    background: none;
    border: none;
    border-bottom: 2px solid #ff0078;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
}

.comment-box textarea {
    margin-top: 40px;
}

.com-input > span {
    color: #d0d8dd;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 11px;
}

.com-input:first-child {
    margin-left: 6%;
}

.comment-box button {
    background: #ff0078;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #fff;
    float: left;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'iransans', tahoma;
    font-size: 12px;
}

.comment-box button:hover {
    background: none;
    color: #ff0078;
    border: 2px solid #ff0078
}


/*=====================
14. Single Video Page
=======================*/

.main-video-area {
    background: #F4F6F7;
    padding: 60px;
    border-radius: 5px;
}

.main-video {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
}

#cvideo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: 0;
    right: 0;
    margin: auto;
}

#polina {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    z-index: 9;
    text-align: center;
}

#polina button {
    border: none;
    background: none;
    color: #fff;
    font-size: 56px;
    line-height: 1;
}

.main-video-area .list-add {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    right: 0;
}

.list-add a {
    background-color: #ffffff;
    color: #ff0078;
    padding: 10px 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    box-shadow: 0 0 4px 0px #dddddd;
}

.list-add a:hover {
    background-color: #ff0078;
    color: #ffffff;
}

.gallery-header {
    border-bottom: 2px solid #E0DFDF;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.gallery-header h2 {
    font-size: 26px;
    text-transform: uppercase;
}

.video-meta {
    font-size: 12px;
}

.video-meta-item {
    margin-left: 10px;
    display: inline-block;
}

.video-meta-item i.fa {
    margin-left: 5px;
}

.video-meta-item a {
    margin-right: 5px;
    color: #959595;
}

.video-meta-item a:hover {
    color: #ff0078;
}

.main-video-area.in .list-add {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-video-area.in #polina {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-video-area.in #polina:hover {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


/*=======================
15. Error Page
========================*/

.error-page {
    background: url("images/404.jpg") no-repeat scroll top center/100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-page .social-link {
    text-align: center;
    margin-top: 30px;
}

.error-page .social-link a {
    margin: 0 10px;
}

.error-page .content {
    color: #fff;
    margin: auto;
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-page .content h1 {
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    font-family: 'iransans', tahoma;
}

.error-page .content h1 span {
    color: #ff0078;
}

.error-page .header-area,
.error-page .footer-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
}

.error-page .footer-area {
    top: auto;
    bottom: 0;
}

.comingsoon {
    color: #ffffff;
}

.comingsoon h3 {
    margin-bottom: 40px;
}

.count-down {
    margin-bottom: 50px;
}

.comingsoon .mail-subscribe {
    margin-top: 40px;
}

.counter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.counter ul li {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 0 30px;
    text-transform: uppercase;
    background: url("images/icon/page-title-stick.png") no-repeat scroll left center/auto 100%;
}

.counter ul li span {
    display: block;
    font-size: 40px;
}

.counter ul li:last-child {
    background: none;
}

ul.ubaplayer-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.ubaplayer-controls li {
    position: relative;
    padding-right: 50px;
    background: #e0d9d9!important;
    border: 1px solid #aaa;
}

@media (min-width: 768px)
{    
    .ubaplayer-controls li {
        float: right;
        width: 33.33%;
    }
}

.ubaplayer-controls li:nth-child(2n+2) {
    background: url(images/album_list_bg.jpg) no-repeat scroll 0 0 / cover;
}

.ubaplayer-controls li span {
    padding-left: 10px;
    border-left: 1px solid #221F1F;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 15px;
    bottom: 0;
    margin: 5px 0;
}

.ubaplayer-controls li:nth-child(2n+2) span {
    /*border-left: 1px solid #F4F6F7;
    color: #F4F6F7;*/
}

.ubaplayer-controls li a {
    font-family: 'iransans', tahoma;
    color: #221f1f;
    font-weight: 400;
    padding: 2px;
    z-index: 2;
    /*display:block;*/
}

.ubaplayer-controls li .mBtn
{
    float:left;
    padding:3px;
    cursor:pointer;
}

/*.ubaplayer-controls li a:after {
    content: "\f019"; 
    position: absolute;
    left: 10px;
    top: -3px;
    font-family: fontawesome;
    color: #221f1f;
    font-size: 22px;
    z-index: 1;
}

.ubaplayer-controls li a.ubaplayer-playing:after {
    content: "\f28b";
}*/

.ubaplayer-controls li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
}

.ubaplayer-controls li:nth-child(2n+2) a,
.ubaplayer-controls li:nth-child(2n+2) a:after {
    /*color: #ffffff;*/
}

.ubaplayer-controls li a small {
    color: #ff0078;
    display: block;
}

.ubaplayer-controls li:nth-child(2n+2) a {
    /*color: #ffffff;*/
}



/*=======================
16. My CSS
========================*/

.navbar-default 
{
    background-color:transparent;
    border:none;
}

.navbar-default .navbar-nav>li>a 
{
    color:#fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ff0078;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover 
{
    color: #ff0078;
    background-color: transparent;
}

.navbar-nav > li
{
    position: inherit;
}

.navbar 
{
    margin-bottom:0!important;
}

@media (min-width: 768px){
    .navbar-nav>li>a 
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.dropdown-menu {
    display: none;
    width: 100%;
    background: #645c70;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    /*margin-top:19px!important;*/
    list-style: none;
    top: 100%;
    box-sizing: border-box;
}

.SubMenuLevel2
{
    border-left:1px solid #fff;
}

.MenuItemLevel2 
{
    line-height:30px;
}

.MenuItemLevel2 a 
{
    color:#fff;
}

.MenuItemLevel2 a:hover 
{
    color: #ff0078;
}

.MenuItemLevel3 
{
    line-height:30px;
    padding-right:10px;
}

.MenuItemLevel3 a 
{
    color:#fff;
}

.MenuItemLevel3 a:hover 
{
    color: #ff0078;
}

.single-video .play-button 
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    transform: translate(-50%, -50%);
    color:#ff0078;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.mr-none {
	margin-right: 0 !important;
}

.ml-xs {
	margin-right: 5px !important;
}

.ml-sm {
	margin-right: 10px !important;
}

.ml-md {
	margin-right: 15px !important;
}

.ml-lg {
	margin-right: 20px !important;
}

.ml-xl {
	margin-right: 25px !important;
}

.ml-xlg {
	margin-right: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-left: 0 !important;
}

.mr-xs {
	margin-left: 5px !important;
}

.mr-sm {
	margin-left: 10px !important;
}

.mr-md {
	margin-left: 15px !important;
}

.mr-lg {
	margin-left: 20px !important;
}

.mr-xl {
	margin-left: 25px !important;
}

.mr-xlg {
	margin-left: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pr-none {
	padding-right: 0 !important;
}

.pl-xs {
	padding-right: 5px !important;
}

.pl-sm {
	padding-right: 10px !important;
}

.pl-md {
	padding-right: 15px !important;
}

.pl-lg {
	padding-right: 20px !important;
}

.pl-xl {
	padding-right: 25px !important;
}

.pl-xlg {
	padding-right: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-left: 0 !important;
}

.pr-xs {
	padding-left: 5px !important;
}

.pr-sm {
	padding-left: 10px !important;
}

.pr-md {
	padding-left: 15px !important;
}

.pr-lg {
	padding-left: 20px !important;
}

.pr-xl {
	padding-left: 25px !important;
}

.pr-xlg {
	padding-left: 30px !important;
}

.nav-pills>li>a
{
    border-radius:0;
}

.Box
{ 
    background-color: #fff;
    border: 1px solid #ebeced;
    /*-ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    padding:4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.BoxHeader1 
{
    height:40px;
    line-height:40px;
    background-color:#f7f9fa;
    color:rgb(70, 163, 73);
    text-indent:20px;
    font-size:1.2em;
}

.BoxImg
{ 
    border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.BoxHeader1 
{
    height:40px;
    line-height:40px;
    background-color:#f7f9fa;
    color:rgb(70, 163, 73);
    text-indent:20px;
    font-size:1.2em;
}

.Box .BoxImage img
{
    width:100%;
}

.Box .BoxTitle 
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:center;
    font-size:1em;
    padding-top:4px;
}

.Box .BoxFooter a 
{
    display:block;
}

.ProductStyle1 
{
    text-align:center;
}

.ProductStyle1 img
{
    display:block;
    width:auto;
    margin:auto;
}

.ProductStyle1 h3
{
    font-size:1em!important;
}

.ProductStyle2 
{
    text-align:center;
}

.ProductStyle2 img
{
    display:block;
    width:70%!important;
    margin:auto;
}

.ProductStyle2 h3
{
    font-size:1em!important;
}

#btnSearch .fa { line-height:1.59em; }

.SearchPage { height:1%; overflow:hidden; }

#SearchKeyDiv { height:1%; overflow:hidden; }
.SearchKeyDiv { background-color:#aaa; padding:3px; border-radius:3px; float:right; margin-left:4px; margin-bottom:4px; }
.SearchKeyDiv span { float:right; font-size:12px; font-weight:bold; margin-left:3px; }
.SearchKey { background:#eee; border-radius:3px; padding:1px 3px; margin-left:3px; float:right; font-size:12px; }
.SearchKey i { cursor:pointer; margin-right:10px; line-height:18px; }
.SearchKey i:hover { color:Red; }

.page_divider {
    background: #cfd8dc;
    clear: both;
    height: 27px;
    margin: 20px 0 30px 0;
    position: relative;
}

.page_divider span {
    background: #455a64;
    color: #fff;
    font-size: 12px;
    display: block;
    min-width: 50px;
    text-align: center;
    padding: 3px 12px 6px 12px;
    position: absolute;
    right: 0;
}

.page_divider span:after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    bottom: -10px;
    right: 50%;
    margin-right: -5px;
    border-top-color: #455a64;
    content: " ";
    border-width: 5px;
    box-sizing: border-box;
    z-index: 2;
}

.pagination_divider {
    margin: 20px 0 30px 0;
    position: relative;
    width: 100%;
    background: #cfd8dc;
    height: 27px;
}

.pagination_divider .current_page {
    background: #455a64;
    color: #fff;
    font-size: 12px;
    display: block;
    min-width: 50px;
    text-align: center;
    padding: 3px 12px 6px 12px;
    position: absolute;
    right: 0;
}

.pagination_divider .current_page:after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
    bottom: -10px;
    right: 50%;
    margin-right: -5px;
    border-top-color: #455a64;
    content: " ";
    border-width: 5px;
    box-sizing: border-box;
    z-index: 2;
}

.pagination_divider .prev_page {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 0;
    border-radius: 0;
}

.pagination>li {
    float: right;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    padding: 1px 8px;
    display: inline;
}

.pagination>li:first-child {
    padding: 6px 8px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: -1px;
}

.pagination>li>a, .pagination>li>span {
    padding: 4px 9px;
    color: #b0bec5;
    border: 0;
    margin-right: 1px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination>li>.pager_dots, .pagination>li:hover>.pager_dots {
    background: #cfd8dc;
    color: #455a64;
    cursor:default;
}

.loader {
	width:100%;
	height:48px;
	margin:10px 0;
	background:url('images/loading.gif') no-repeat center center;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
    color: #fff;
    background-color: #ff0078;
}

.Slogans i.fa
{
    font-size:2.5em;
    background-color:#ff0078;
    color:#fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    width:64px;
    height:64px;
    line-height:64px;
    text-align:center;
    display:block;
    margin:3px auto;
}

.Slogans a 
{
    color:#000;
}

.Slogans .Box
{
    -webkit-transition: box-shadow 1s; /* Safari */
    transition: box-shadow 1s;
}
.Slogans .Box:hover
{
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.15);
}

.Slogans a:hover
{
    text-decoration:none;
} 

.Slogans img
{
    width:64px;
    height:64px;
    display:block;
    margin:3px auto;
}

.Slogans-P { border-top:1px solid #eee; }

.Slogans-P a { width:25%; display:inline-block; font-size:.8em; }

.Slogans-P a:hover { text-decoration:none; }

.Slogans-P a img { width:32px; }

.rating span { font-size:1.4em; color:#ffb80e; }

.ProductDetail h1 { font-size:1.6em; padding:0; margin:0; }

.ProductDetail .ProductDetailText { text-align:justify; line-height:2.2em; }

.ProductDetail .btn i { font-size:1.3em!important; color:#09710d; }

.ProductHeader { font-size:1.8em; text-align:center; font-weight:bold;     text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px #CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE, 4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px 1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px #CCCCCC; }

.ProductLink1 
{
    text-align:center;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

.ProductLink1 :hover
{
    text-decoration:none!important;
}

.ProductLink1 img { width:auto; display:block; margin:auto; height:150px; }

.ProductLink1 h3 { font-size:.9em; }

.owl-controls 
{
    padding-top:10px;
}

.f-left 
{
    float:left;
}

.f-right
{
    float:right;
}

.control {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    text-align:justify;
    font-weight:normal;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    right: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: 2%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    right: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.btn-greenblue {
    color: #fff;
    background-color: #0d9bb1;
    border-color: #0d9bb1;
}

.btn-success2 {
  background-repeat: repeat-x;
    border-color: #0d9bb1;
    background-image: linear-gradient(to bottom, #0d9bb1 0%, #0d9bb1 100%);
    color:#fff;
}
.btn-success2:hover,
.btn-success2:focus {
  background-color: #0d9bb1;
  background-position: 0 -15px;
}
.btn-success2:active,
.btn-success2.active {
  background-color: #0d9bb1;
  border-color: #0d9bb1;
}
.btn-success2.disabled,
.btn-success2[disabled],
fieldset[disabled] .btn-success2,
.btn-success2.disabled:hover,
.btn-success2[disabled]:hover,
fieldset[disabled] .btn-success2:hover,
.btn-success2.disabled:focus,
.btn-success2[disabled]:focus,
fieldset[disabled] .btn-success2:focus,
.btn-success2.disabled.focus,
.btn-success2[disabled].focus,
fieldset[disabled] .btn-success2.focus,
.btn-success2.disabled:active,
.btn-success2[disabled]:active,
fieldset[disabled] .btn-success2:active,
.btn-success2.disabled.active,
.btn-success2[disabled].active,
fieldset[disabled] .btn-success2.active {
  background-color: #0d9bb1;
  background-image: none;
}

.TableTheme1
{
    
}

.TableTheme1 .TableRowContainer 
{
    height:1%;
    overflow:hidden;
    border-bottom:2px solid #eee;
    margin:2px 15px;
    padding-bottom:4px;
}

.TableTheme1 .TableTr:last-child .TableRowContainer
{
    border-bottom:none!important;
}

.TableTheme1 .TableRowContainer span 
{
    line-height:35px;
    /*padding:10px 0;*/
}

.TableTheme1 .TableRowContainer span.glyphicon 
{
    line-height:14px;
}

.TableTheme1 .TableRowContainer img 
{
    width:100%;
}

.TableTheme1 #TableHeader div,
.TableTheme1 #TableFooter div 
{
    font-weight:bold;
    line-height:2.5em;
}

.ButtonWithIcon 
{
    position:relative;
    padding-right:40px;
}

.ButtonWithIcon .ButtonIcon 
{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:32px;
    height:32px;
    line-height:32px;
    margin:0;
    font-size:20px;
    text-align:center;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ButtonWithIcon.ButtonWithIconNoM  .ButtonIcon
{
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
}

.ButtonWithIcon .ButtonTotal 
{
    height:25px;
    min-width:25px;
    text-align:center;
    padding:3px;
    display:inline-block;
    float:left;
    /*margin-top:-2px;*/
    font-size:10px;
    line-height:20px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    color:#000;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.ButtonWithIcon .ButtonIcon.bg-success,
.ButtonWithIcon .ButtonTotal.bg-success  
{
    background-color:#8db9b5;
}

.ButtonWithIcon .ButtonIcon.bg-primary,
.ButtonWithIcon .ButtonTotal.bg-primary 
{
    background-color:#275d8c;
}

.ButtonWithIcon:hover .ButtonTotal.bg-success,
.ButtonWithIcon:hover .ButtonIcon.bg-success 
{
    background-color:#ff0078;
}

.ButtonWithIcon:hover .ButtonTotal.bg-primary,
.ButtonWithIcon:hover .ButtonIcon.bg-primary 
{
    background-color:#337ab7;
}

.lineHeight-30 
{
    line-height:30px;
}

.BG01 {
  background-image: url('/Uploads/Images/BG/BG01.png');
  min-height: 500px;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.BG02 {
  background:#432b66;
  -webkit-box-shadow: 1px -6px 7px 0 rgb(0 0 0 / 6%);
  box-shadow: 1px -6px 7px 0 rgb(0 0 0 / 6%);
}

.BG02 .page-title h2,
.BG02 .page-title p
{
    color:#fff;
}

.BG03 
{
  background: url('/Uploads/Images/BG/BG02.png') no-repeat top center;
  -webkit-box-shadow: 1px -6px 7px 0 rgb(255 255 255 / 20%);
  box-shadow: 1px -6px 7px 0 rgb(255 255 255 / 20%);
} 


.BG05 
{
  -webkit-box-shadow: 1px -6px 7px 0 rgb(0 0 0 / 10%);
  box-shadow: 1px -6px 7px 0 rgb(0 0 0 / 10%);
  position:relative;
  z-index:2;
} 


.musicNoteContainer
{
    overflow:hidden;
    max-height:1400px;
    position:relative;
    width:100%;
}

.musicNote01 
{
    width:100px;
    height:157px;
    right:140px;
    background:url('/Uploads/Images/BG/Notes/01.png') no-repeat;
    background-size:cover;
    position:absolute;
    opacity:0.3;
    z-index:-1;
}

.musicNote02 
{
    width:200px;
    height:278px;
    right:300px;
    background:url('/Uploads/Images/BG/Notes/02.png') no-repeat;
    background-size:cover;
    position:absolute;
    opacity:0.3;
    z-index:-1;
}

.musicNote03 
{
    width:75px;
    height:115px;
    left:350px;
    background:url('/Uploads/Images/BG/Notes/03.png') no-repeat;
    background-size:cover;
    position:absolute;
    opacity:0.3;
    z-index:-1;
}

.musicNote04 
{
    width:130px;
    height:179px;
    left:50px;
    background:url('/Uploads/Images/BG/Notes/04.png') no-repeat;
    background-size:cover;
    position:absolute;
    opacity:0.3;
    z-index:-1;
}

.musicNote05 
{
    width:50px;
    height:67px;
    left:150px;
    background:url('/Uploads/Images/BG/Notes/05.png') no-repeat;
    background-size:cover;
    position:absolute;
    opacity:0.3;
    z-index:-1;
}

.musicNote06 
{
    width:120px;
    height:130px;
    right:100px;
    background:url('/Uploads/Images/BG/Notes/06.png') no-repeat;
    background-size:cover;
    position:absolute;
    opacity:0.3;
    z-index:-1;
}

.musicNote07 
{
    width:200px;
    height:545px;
    left:500px;
    background:url('/Uploads/Images/BG/Notes/07.png') no-repeat;
    background-size:cover;
    position:absolute;
    opacity:0.3;
    z-index:-1;
}


 
 .divVirtualFiles
 {
     height:79px;
     overflow:hidden;
 }
 
 .btnShowLessMore 
 {
     display:block;
     margin:10px auto;
 }