/* 		
	Pro Audio Template
    http://www.templatemo.com/preview/templatemo_429_pro_audio
	
	TABLE OF CONTENT
  1. Universal Styles
  2. Menu Styles	
  3. Subscribe Styles
  4. Album Styles
  5. About Styles
  6. Contact Styles
  7. Footer Styles
  8. Media Queries

	COLOR CODES
  Blue #27a7ff, rgba(39, 167, 255,1)		
---------------------------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/
*, body { font-family: 'Open Sans', sans-serif; }
nav a { font-family: 'Oswald', sans-serif; }

a, a:hover, a:focus, a:active { text-decoration: none; }

body { overflow-x: hidden; }
body, h1, p, ul { margin: 0; }

h2 { font-size: 60px; }

ul { padding: 0; }

.margin-top-30 { margin-top: 30px; }
.margin-top-50 { margin-top: 50px; }

img.templatemo-border {	width: 100%; }

.blue {	color: #0585DE; }

.main-icon{
  font-size: 20px;
  margin-right: 3px;
}

.templatemo-header {  
  width: 100%;
  height: 367px;
  position: absolute;
  z-index: 2000;
}
.templatemo-header-image {
  background: url('../images/header.png') no-repeat, url('../images/header-repeat.png') repeat-x;
  background-position: center top;
  height: 367px;
  width: 100%;
}
.templatemo-site-name {
  cursor: pointer;
  font-size: 50px;
  font-weight: 700;
	margin-top: 40px;
}
.templatemo-header.sticky {
  height: 50px;
  position: fixed;
  display: block;
  margin: 0 auto;
}
.templatemo-header .templatemo-header-gradient-bg {
  background: #616161;
  background-image: -webkit-linear-gradient(top, #616161, #383838);
  background-image: -moz-linear-gradient(top, #616161, #383838);
  background-image: -ms-linear-gradient(top, #616161, #383838);
  background-image: -o-linear-gradient(top, #616161, #383838);
  background-image: linear-gradient(to bottom, #616161, #383838);
  border-bottom: 3px solid #078bf0;
  position: fixed;
  z-index: -10;
  width: 100%;
  opacity: 0;
  height: 50px;
  transition: all 0.5s ease;
}
.templatemo-header.sticky .templatemo-header-gradient-bg {
  height: 50px;
  opacity: 1;
}
.templatemo-header.sticky h1 {
  color: #fff;
  float: left;
  font-size: 30px;
  margin-top: 5px;
}
.templatemo-header.sticky .templatemo-nav {
  float: right;
  padding-top: 15px;
}
.templatemo-section {
	padding-bottom: 80px;
	padding-top: 80px;
}
.btn-gradient {
  background: #616161;
  background-image: -webkit-linear-gradient(top, #616161, #383838);
  background-image: -moz-linear-gradient(top, #616161, #383838);
  background-image: -ms-linear-gradient(top, #616161, #383838);
  background-image: -o-linear-gradient(top, #616161, #383838);
  background-image: linear-gradient(to bottom, #616161, #383838);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  /*font-family: Arial;*/
  color: #ffffff;
  /*font-size: 20px;*/
  padding: 6px 20px 6px 20px;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn-gradient:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  color: white;
  text-decoration: none;
}

/* 2. Menu Styles
--------------------------------------*/
.templatemo-nav {
  padding-top: 100px;
	margin-bottom: 0;
}
.templatemo-nav li {
	display: inline-block;
	list-style: none;
}
.templatemo-nav li>a {
	color: #FFFFFF;
	padding: 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}
#responsive-menu ul li:hover a, #responsive-menu ul li.active a,
.templatemo-nav li:hover a, .templatemo-nav li.active a {
	color: #27a7ff;	
}
#responsive-menu {
  top: 0;
  width: 250px;
  height: 100%;
  background: rgba(243, 243, 243, 0.4);
  position: fixed;
  z-index: 5500;
  right: -1500px;
  display: none;
  overflow: auto;
}
#responsive-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#responsive-menu ul li {
  display: block;
  margin-bottom: 2px;
}
#responsive-menu ul li a {
  padding: 12px 18px;
  background-color: #1d1d1d;
  color: #fff;
  display: block;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  text-transform: uppercase;
}
#responsive-menu ul li a i {  margin-right: 15px; }
a#mobile_menu {
  font-size: 24px;
  /*background-color: rgba(39, 167, 255,0.8);*/
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 5500;
}
#responsive-menu ul li a:hover {
  color:#27a7ff;
  text-decoration: none;
}

/* 3. Subscribe Styles
-------------------------------*/
.tm-subscribe-btn {
  background-color: #27a7ff;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 400px;
  width: 100%;
}
.tm-subscribe-btn:hover {
  background-color: #696A6A;
  color: #fff;
  text-decoration: none;
}
#subscriber_email {
  padding: 10px 20px;
  margin-bottom: 30px;
  max-width: 600px;
  width: 100%;
}

/* 4. Albums Styles
------------------------------------*/
.templatemo-album {
  cursor: pointer;
  position: relative;
  margin-top: 50px;
}
.templatemo-album-images {
  float: left;
  width: 400px;
}
.templatemo-album-description {
  float: left;
  width: 100px;
}
.templatemo-album:hover .templatemo-album-description { color: #27a7ff; }
.templatemo-album:hover .templatemo-album-img {
  top: 63px;
  left: 77px;
  width: 180px;
}
.templatemo-album-img {  
  position: absolute;
  top: 102px;
  left: 115px;
  z-index: 100;
  width: 100px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.templatemo-album-img-bg {
  position: absolute;
  top: 6px;
  left: 21px;
  z-index: -100;
}
.templatemo-album-img-frame {
  width: 400px;
  height: auto;
}
.templatemo-album-description {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.templatemo-album-artist { margin-top: 60px; }
.templatemo-album-date { margin-top: 130px; }

/* 5. About Styles
------------------------------*/
.tm-about-img-container {
  position: relative;
  margin: 0 auto;
  max-width: 568px;
  width: 100%;
}
.tm-about-img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -100;
}

/* 6. Contact Styles
-------------------------------*/
.form-control {	border-radius: 0; }
#map-canvas { height: 350px; }

/* 7. Footer Styles
-------------------------------*/
.templatemo-footer {
  background: url('../images/footer.png') no-repeat, url('../images/footer-repeat.png') repeat-x;
  background-position: center bottom;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.templatemo-copyright {
  position: absolute;
  bottom: 12%;
  z-index: 1000;
}
.tm-go-to-top {
  cursor: pointer;
  /*float: right;*/
  margin-left: 80%;
  width: auto;
  height: 100%;
}

/* 8. Media Queries
---------------------------*/
@media screen and (max-width: 1500px) {
  .templatemo-header {    
    height: 287px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') no-repeat;
    background-size: 100% 287px;
    height: 287px;
  }
  .templatemo-header h1 { margin-top: 20px; }
  .templatemo-nav { padding-top: 70px; }
  .templatemo-footer {
    background: url('../images/footer.png') no-repeat;
    background-size: 100% 250px;
    height: 250px;
  }
  .tm-go-to-top {
    margin-left: 66%;
  }
}
@media screen and (max-width: 1200px) {
  .templatemo-header {    
    height: 229px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') no-repeat;
    background-size: 100% 229px;
    height: 229px;
  }
  .templatemo-header h1 { margin-top: 10px; }
  .templatemo-nav { padding-top: 50px; }
  .templatemo-album-img {
    top: 85px;
    left: 100px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 46px;
    left: 58px;
  }
  .templatemo-album-img-bg { width: 255px; }
  .templatemo-album-images, .templatemo-album-img-frame { width: 350px; }
  .templatemo-album-artist { margin-top: 50px; }
  .templatemo-album-date { margin-top: 113px; }
  .templatemo-footer {
    background: url('../images/footer.png') no-repeat;
    background-size: 100% 200px;
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .templatemo-header {
    height: 190px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') center;
    background-size: cover;
    height: 190px;
  }
  .templatemo-header h1 { font-size: 40px; }
  .templatemo-nav { padding-top: 40px; }
  .templatemo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .templatemo-album-img {
    top: 59px;
    left: 74px;
    width: 70px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 45px;
    left: 58px;
    width: 100px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 245px; }
  .templatemo-album-img-bg { width: 175px; }
  .templatemo-album-artist { margin-top: 27px; }
  .templatemo-album-date { margin-top: 72px; }
  .templatemo-footer {
    background: url('../images/footer.png') 80% 0;
    background-size: cover;
    height: 165px;
  }
}

@media screen and (max-width: 767px) {
  h2 { font-size: 50px; }
  .templatemo-header {
    height: 147px;
  }
  .templatemo-header-image {
    background: url('../images/header.png') center;
    background-size: cover;
    height: 147px;
  }
  .templatemo-header h1 { font-size: 30px; }
  .templatemo-albums-container { text-align: center; }
  .templatemo-album { display: inline-block; }
  .templatemo-album-img-bg {
    top: 4.5px;
    left: 20px;
  }
  .templatemo-product { margin-bottom: 30px; }
  .templatemo-product:last-child { margin-bottom: 0; }
  .tm-contact-form { margin-top: 30px; }
  /*.tm-go-to-top { right: 15%; }*/
  .templatemo-footer {
    background: url('../images/footer.png') 80% 0;
    background-size: cover;
    height: 128px;
  }
}

@media screen and (max-width: 600px) {
  .tm-go-to-top {
    margin-left: 60%;
    width: 150px;
    height: 90px;
  }
}

@media screen and (max-width: 393px) {
  .templatemo-album { 
    padding-left: 10px; 
    padding-right: 10px;
  }
  .templatemo-album-img-frame { width: 240px; }
  .templatemo-album-img-bg { 
    width: 174px; 
    top: 0.5px;
    left: 11px;
  }
  .templatemo-album-img {
    top: 42px;
    left: 51px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 27px;
    left: 36px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
  .templatemo-album-img-bg { width: 150px; }
  .templatemo-album-artist { margin-top: 18px; }
  .templatemo-album-date { margin-top: 54px; }
  .tm-go-to-top {
    margin-left: 50%;
    width: 150px;
    height: 80px;
  }
}


/* TABLE BASE */
.ecu-table{
  border-collapse: separate !important;
  border-spacing: 0 8px;
}

/* HEADER */
.ecu-table thead th{
  background:#d9d9d9;
  font-weight:700;
  text-transform:lowercase;
  border:none!important;
  padding:12px 14px;
}

/* ROW */
.ecu-table tbody tr{
  background:#f6f6f6;
  box-shadow:0 2px 3px rgba(0,0,0,.08);
}

/* CELLS */
.ecu-table tbody td{
  padding:16px 14px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  vertical-align:middle;
}

/* PURCHASE BUTTON */
.btn-purchase{
  display:block;
  background:linear-gradient(#ff4d00,#cc3300);
  color:#fff!important;
  font-weight:700;
  text-align:center;
  padding:10px 0;
  border-radius:4px;
}
.btn-purchase:hover{
  background:linear-gradient(#ff5f1f,#d63b00);
  text-decoration:none;
}

/* DATATABLES FIX */
.dataTables_filter{float:right}
.dataTables_paginate{
  float:right;
  margin: -21px auto;
}
.dataTables_info{padding-top:8px}
.dataTables_filter input{
  font-family: Rajdhani,sans-serif;
  font-weight: 400 !important;
  border-radius: 10px;
  padding: 10px 20px;
  color: #101522;
  background-color: #f4f4f4;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
}
.paginate_button {
  margin: 0;
  padding: 10px;
  border-radius: 100%;
  font-weight: 400;
}
.paginate_button.current {
  transition: all .65s;
  -moz-transition: all .65s;
  -webkit-transition: all .65s;
  color: #fff;
  background: linear-gradient(45deg,#f85e00,#fa0 65%);
}
#ecuTable_length{
  display: none;
}
/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-card{
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:40px;
    box-shadow:0 18px 40px rgba(0,0,0,0.04);
    transition:.3s;
    margin-bottom: 10px;
}

.pricing-card:hover{
    transform:translateY(-4px);
    box-shadow:0 25px 60px rgba(0,0,0,0.06);
}

/* LEFT */
.pricing-left{
    width:30%;
    text-align:center;
    padding-right:30px;
}

.pricing-left img{
    max-width:120px;
    margin-bottom:12px;
}

.pricing-left h3{
    font-size:18px;
    font-weight:600;
    color:#222;
}

/* RIGHT */
.pricing-right{
    width:70%;
    padding-left:40px;
    border-left: 1px solid #f0f0f0;
}

.pricing-features{
    list-style:none;
    padding:0;
    margin:0;
}

.pricing-features li{
    position:relative;
    padding:12px 0 12px 22px;
    font-size:14px;
    color:#666;
    text-align: center;
}
.pricing-features li i{
  font-size: larger;
}


/* MOBILE */
@media(max-width:768px){
    .pricing-card{
        flex-direction:column;
        text-align:center;
    }
    .pricing-left{
        width:100%;
        border-right:none;
        border-bottom:1px solid #eee;
        padding-bottom:20px;
        margin-bottom:20px;
        margin-left: 35px;
    }
    .pricing-right{
        width:100%;
        padding-left:0;
        border: none;
    }
}


/* contact-us */

#contact .left-text {
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 60px;
  margin-bottom: 25px;
}

#contact .left-text .section-heading {
  margin-bottom: 50px;
}
.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 44px;
}
#contact .left-text ul li {
  display: block;
  font-size: 16px;
  color: #aaaaaa;
  font-size: 300;
  margin-bottom: 30px;
}
#contact .left-text ul li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 5px;
}
#contact form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}
#contact form textarea {
  width: 100%;
  height: 130px;
  border-radius: 25px;
  padding: 20px 20px;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 30px;
}
#contact form button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #ee626b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 25px;
  border: none;
  border-radius: 25px;
  transition: all .3s;
}