
/********************************************************
		LOCAL CUSTOM TEMPLATE CSS
		The css here is used from old voiceoversaustralia.com.au template
*********************************************************/

.float_left{ float:left }
.float_right{ float:right; }
.text_align_right { text-align: right !important; }
.text_align_left { text-align: left !important; }
.text_align_center { text-align: center !important; }
.no_texttransform{ text-transform:none !important }

.nohover a:hover{
	color: inherit;
}

.grid_12 { width: 50%; float:left }
.all-5 {    width: 5%; }
.all-10 {   width: 10%; }
.all-15 {   width: 15%; }
.all-18 {   width: 18%; }
.all-20 {   width: 20%; }
.all-25 {   width: 25%; }
.all-30 {   width: 30%; }
.all-35 {   width: 35%; }
.all-40 {   width: 40%; }
.all-45 {   width: 45%; }
.all-50 {   width: 50%; }
.all-57 {   width: 57%; }
.all-55 {   width: 55%; }
.all-60 {   width: 60%; }
.all-65 {   width: 65%; }
.all-70 {   width: 70%; }
.all-75 {   width: 75%; }
.all-80 {   width: 80%; }
.all-85 {   width: 85%; }
.all-87 {   width: 87%; }
.all-90 {   width: 90%; }
.all-95 {   width: 95%; }
.all-100 {  width: 100%; }

/*==Select Dropdown with arrows==*/
label.custom-select {
    position: relative;
    display: inline-block;

}
.select-margin{ 
	margin-top:40px; 
	margin-bottom:50px	
}
.custom-select select {
   display: inline-block;
   padding: 4px 3px 3px 5px;
   margin: 0;
   font: inherit;
   outline:none; /* remove focus ring from Webkit */
   line-height: 1.2;
   color:white;
   border:0;
   color:#444;
   font-weight:normal;
   border-radius:5px;
   -moz-appearance: none;
   -webkit-appearance: none;
   width:200px;
   /*height:40px;*/
}

/* Select arrow styling */
/*.custom-select:after {
   content: "\25BC";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   line-height: 30px;
   padding: 5px 7px 0px 7px;
   pointer-events:none

}
*/    
.no-pointer-events .custom-select:after {
   content: none;
}
/*==END==*/


.voicetalent-plussign{
	float: left;
    font-size: 34px;
    font-weight: bold;
    margin: -7px 10px 0 0;
    padding: 0;
}
.voicetalent-plussign:hover{
	color:#FFFFFF
}

/*========================================================
                     HTML  Styles
=========================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;*/
}
main a:hover {
  color: #3498db;
  text-decoration:none
}

main h2 a:hover,
main h3 a:hover,
main h5 a:hover {
  color: #3498db;
}
main h4,
main h6 {
 /* color: #3498db;*/
  text-transform: uppercase;
  font-weight:600
}
main h4 a:hover,
main h6 a:hover {
  color: #38373d;
}
main h1,
main .h1 {
  font-size: 80px;
  line-height: 1;
}
main h2,
main .h2 {
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 479px) {
  main h2,
  main .h2 {
    font-size: 60px;
  }
}
main h3,
main .h3 {
  font-size: 67px;
  line-height: 1;
}
main h3 small,
main .h3 small {
  font-size: 45px;
}
@media (max-width: 479px) {
  main h3,
  main .h3 {
    font-size: 50px;
  }
  main h3 small,
  main .h3 small {
    font-size: 42px;
  }
}
main h4,
main .h4 {
  font-size: 30px;
  line-height: 1;
}
main h5,
main .h5 {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}
main h6,
main .h6 {
  font-size: 20px;
  line-height: 1;
}
main h6 small,
main .h6 small {
  font-size: 15px;
  color: #3498db;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}
main h6 a:hover,
main .h6 a:hover {
  color: #3498db;
}


/********************************************************
		CUSTOM PAGE TEMPLATE CSS
*********************************************************/
.stuck_header{
	background: url("../../images/header-bg.jpg") no-repeat;
  	position: relative;
  	-webkit-background-size: cover;
  	background-size: cover;
	height:103px
}
@media (max-width: 992px) {
	.stuck_header{ height:90px; }
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax a.link {
  text-decoration: underline;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #a5bfd2;
  background: rgba(43, 54, 67, 0.97);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
  zoom: 1;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #3498db;
  color: #ffffff;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul a:hover {
  background: #3498db;
  color: #ffffff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px 'FontAwesome';
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2b3643;
  color: #a5bfd2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
  border: none;
  padding-top: 14px;
  padding-bottom: 16px;
}
.rd-mobilemenu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  left: 0;
  top: 0;
  text-align: left;
  transform: none;
}
.rd-mobilemenu_ul ul ul:before,
.rd-mobilemenu_ul ul ul:after {
  display: none;
}
.rd-mobilemenu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
  padding: 0;
  margin: 0;
  padding-left: 60px;
  color: inherit;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 16px;
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
  background: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul ul ul a:hover {
  background: #3498db;
  color: #ffffff;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2b3643;
  color: #ffffff;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  padding-left: 10px;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 1.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_title small {
  display: none;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background-color: #252e3a;
  border-color: transparent;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle.active span {
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  -o-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
}
.rd-mobilepanel_toggle.active span:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*==================   Music List  ======================*/
.music-list li {
  position: relative;
  padding-left: 70px;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.music-list li a:hover{
	color: #ffffff;
}
.music-list li:before {
  content: '\f04b';
  font-family: 'FontAwesome';
  position: absolute;
  top: -8px;
  left: 0;
  width: 37px;
  height: 37px;
  line-height: 35px;
  font-size: 14px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  display: block;
  padding-left: 1px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.music-list li.stopped:before {
  content: "\f04b";
  background: #ffffff;
  color: #3498db;
}
.music-list li.playing:before {
  content: "\f04c";
  background: #ffffff;
  color: #3498db;
}
.music-list li:hover:before {
  background: #ffffff;
  color: #3498db;
}
.music-list li + li {
  margin-top: 40px;
}
.fixed-player {
  z-index: 9999999;
}
.audiojs {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 21px 40px 0 60px;
  margin: 0 auto;
  height: 50px;
  background: #363636;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}
.audiojs .play-pause {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
}
.audiojs p {
  display: none;
  position: relative;
  cursor: pointer;
  height: 28px;
  margin-top: 12px;
  color: #ffffff;
}
.audiojs p:hover {
  color: #bfbfbf;
}
.audiojs p:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  line-height: 28px;
  font-size: 28px;
  width: 100%;
  text-align: center;
  font-family: 'FontAwesome';
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.audiojs .play {
  display: block;
}
.audiojs .scrubber {
  position: relative;
  cursor: pointer;
  background: #282828;
  height: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.audiojs .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #ffffff;
  z-index: 1;
}
.audiojs .progress:after {
  content: '';
  position: absolute;
  right: -10px;
  top: -3px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  z-index: 5;
}
.audiojs .loaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
  background: #000000;
}
.audiojs .time {
  color: #ffffff;
}
.audiojs .error-message {
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  margin: 0 10px;
  overflow: hidden;
  line-height: 36px;
  color: #e5e5e5;
  z-index: 1;
}
.close-button {
  cursor: pointer;
  position: absolute;
  right: 0%;
  margin-right: 13px;
  top: 16px;
  color: #ffffff;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 999999999;
}
.close-button:hover {
  color: #3498db;
}
.audiojs .play:before {
  content: '\f0da';
}
.audiojs .loading:before {
  content: '\f110';
}
.audiojs .error:before {
  content: '\f00d';
}
.audiojs .pause:before {
  content: '\f04c';
  font-size: 14px;
}
.playing .play,
.playing .loading,
.playing .error {
  display: none;
}
.playing .pause {
  display: block;
}
.loading .play,
.loading .pause,
.loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999999999;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1;
}
#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
#gallerySlider .placeholder {
  background: url("../images/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#gallerySlider .placeholder .iframe-wrap,
#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 80%;
  max-width: 80%;
  vertical-align: middle;
  border: 10px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#gallerySlider .placeholder .iframe-wrap {
  width: 1280px;
}
#gallerySlider .placeholder .iframe-wrap .iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#gallerySlider .placeholder .iframe-wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}
#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}


.img_circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.brd_top {
  border-top: 1px solid #515151;
}
hr {
  margin-top: 12px;
  margin-bottom: 8px;
  border: 0;
  border-top: 1px solid #d2d3d4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #f2f2f2;
}
.main h2::before {
    background-color: #4182bf;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 68px;
}
.mg_add {
  margin-top: -63px;
}
.mg_add2 {
  margin-top: 13px;
}
.mg_add3 {
  margin-left: 35px;
}
@media (max-width: 991px) {
  .mg_add3 {
    margin-left: 0;
  }
}
.mg_add4 {
  margin-top: 4px;
}
.mg_add5 {
  margin-left: -21px;
}
@media (max-width: 767px) {
  .mg_add5 {
    margin-left: 0;
  }
}
section.sect-404 * + h5 {
  margin-top: 30px;
}
section.sect-404 h5 + h5 {
  margin-top: 18px;
}
/*========================================================
                     HTML  Styles
=========================================================*/
* + p {
  margin-top: 33px;
}
* + h4 {
  margin-top: 16px;
}
* + h6 {
  margin-top: 59px;
}
* + .btn {
  margin-top: 75px;
}
* + .btn_mod {
  margin-top: 98px;
}
* + .owl-carousel {
  margin-top: 203px;
}
* + .inline-list_mod {
  margin-top: 13px;
}
* + .row {
 /* margin-top: 85px;*/
}
* + .index-list {
  margin-top: 61px;
}
* + .terms-list {
  margin-top: 64px;
}
[class*='fa-'] + h3 {
  margin-top: 46px;
}
h4 + p {
  margin-top: 46px;
}
h6 + p {
  margin-top: 17px;
}
.thumb + h5 {
  margin-top: 11px;
}
img + h5 {
  margin-top: 56px;
}
h5 + h6 {
  margin-top: 8px;
}
h2 + h6 {
  margin-top: 65px;
}
p + p {
  margin-top: 22px;
}
p + p + .btn {
  margin-top: 65px;
}
* + .off {
  margin-top: 71px;
}
* + .off1 {
  margin-top: 63px;
}
.fa {
  /*line-height: inherit;*/
}
[class*='fa-']:before {
  font-family: 'FontAwesome';
  color: inherit;
}
@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
  .center991 * {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .center1199 {
    text-align: center;
  }
  .center1199 * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left767 {
    text-align: left;
  }
  .left767 * {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .left991 {
    text-align: left;
  }
  .left991 * {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .right767 {
    text-align: right;
  }
  .right767 * {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .right991 {
    text-align: right;
  }
  .right991 * {
    text-align: right;
  }
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.fw-l {
  font-weight: 300;
}
.fw-n {
  font-weight: 400;
}
.fw-m {
  font-weight: 500;
}
.fw-sb {
  font-weight: 600;
}
.fw-b {
  font-weight: 700;
}
.fw-xb {
  font-weight: 800;
}
.white {
  color: #ffffff;
}
.txt-sec {
  color: #3f3e45;
}
.clr-1 {
  color: #72707d;
}
.clr-default {
  color: #ffffff;
}
.text-muted {
  color: #cfcfcf;
}
.text-primary {
  color: #3498db;
}
.text-success {
  color: #63cd54;
}
.text-info {
  color: #4acad5;
}
.text-warning {
  color: #d8c860;
}
.text-danger {
  color: #f44236;
}
.bg-primary {
  background: #ffffff !important;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h5 {
  color: #3f3e45 !important;
}
.bg-primary .btn {
  color: #3f3e45;
}
.bg-primary .btn:hover {
  color: #ffffff;
}
.bg-primary h4 a:hover,
.bg-primary h6 a:hover {
  color: #38373d;
}
.bg-secondary {
  background: #3498db;
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
  color: #ffffff;
}
.bg-secondary p {
  color: #3f3e45;
}
.bg-secondary1 {
  background: #38373D;
}
.bg-secondary2 {
  background: #3f3e45;
}
.bg-success {
  background: #63cd54;
}
.bg-info {
  background: #4acad5;
}
.bg-warning {
  background: #d8c860;
}
.bg-danger {
  background: #f44236;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #bababa;
}
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul li,
ol li {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul li a,
ol li a {
  padding: 0;
  list-style: none;
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
/*=================   List Inline   =====================*/
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/*=================   Lists   =====================*/
dl {
  padding: 0;
  margin: 0;
  font-style: normal;
}
dt,
dd {
  padding: 0;
  margin: 0;
}


/*==================     Icons     ======================*/
.fa-microphone,
.fa-tasks,
.fa-play-circle-o,
.fa-edit,
.fa-group,
.fa-thumbs-o-up,
.fa-music,
.fa-gift,
.fa-camera,
.fa-refresh {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: #3498db;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fa-microphone,
.fa-tasks,
.fa-play-circle-o {
  width: 370px;
  height: 370px;
  line-height: 370px;
  font-size: 100px;
}
@media (max-width: 1199px) {
  .fa-microphone,
  .fa-tasks,
  .fa-play-circle-o {
    width: 300px;
    height: 300px;
    display: inline-block;
    font-size: 100px;
    line-height: 300px;
  }
}
@media (max-width: 479px) {
  .fa-microphone,
  .fa-tasks,
  .fa-play-circle-o {
    width: 280px;
    height: 280px;
  }
}
.fa-edit,
.fa-group,
.fa-thumbs-o-up,
.fa-music,
.fa-gift,
.fa-camera,
.fa-refresh {
  width: 188px;
  height: 188px;
  line-height: 188px;
  font-size: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.fa-map-marker {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-top: 14px;
}
.fa-map-marker p {
  font-size: 15px;
  line-height: 1;
}
.fa-map-marker:before {
  position: absolute;
  color: #3498db;
  font-size: 50px;
  top: 2px;
  left: 0;
}
.fa-map-marker a:hover {
  color: #3498db;
  text-decoration: none;
}
.fa_cnt,
.fa-map-marker .fa_cnt {
  padding-left: 55px;
}
.fa_cnt p + p,
.fa-map-marker .fa_cnt p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .fa-map-marker {
    text-align: left;
  }
}
.fa_cnt {
  padding-left: 68px;
  padding-top: 7px;
}
/*==================  Inline List  ======================*/
.inline-list {
  display: inline-block;
}
.inline-list li {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li .fa {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  font-size: 25px;
  line-height: 77px;
  text-align: center;
  color: #ffffff;
  background: #58575f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.inline-list li:hover .fa {
  background: #3498db;
}
.inline-list li + li {
  margin-left: 16px;
}
.inline-list_mod li .fa {
  width: 26px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  background: #3498db;
}
.inline-list_mod li:hover .fa {
  background: #58575f;
}
.inline-list_mod li + li {
  margin-left: 6px;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 123px;
}
.index-list li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  top: 3px;
  left: 15px;
  height: 91px;
  width: 91px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 48px;
  line-height: 91px;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.index-list li:nth-child(n+3) {
  margin-top: 65px;
}
/*==================  Terms List  ======================*/
.terms-list dt {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
.terms-list dd {
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.terms-list dt + dd {
  margin-top: 16px;
}
.terms-list dd + dt {
  margin-top: 65px;
}
.terms-list + a {
  margin-top: 67px;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;

  color: #ffffff;
}
.terms-list + a:hover {
  text-decoration: underline;
}

/*==================  well classes from bootstrap v3  ======================*/
.well_bottom {
  padding-bottom: 160px;
}
.well {
  padding-top: 146px;
  padding-bottom: 122px;
}
.well1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.well1__ins {
  padding-top: 165px;
}
.well1__ins2 {
  padding-bottom: 184px;
}
.well2 {
  padding-top: 156px;
  padding-bottom: 160px;
}
.well3 {
  padding-top: 131px;
  padding-bottom: 128px;
}
.well4 {
  padding-top: 236px;
  padding-bottom: 249px;
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/*==================  button classes from bootstrap  ======================*/
.btn {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  border: 3px solid transparent;
  background: transparent;
  outline: none;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 15px;
  line-height: 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 20px 27px 25px 32px;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height:auto;
}
.btn:before {
  content: '\f0f6';
  position: relative;
  font-size: 25px;
  line-height: 25px;
  font-family: 'FontAwesome';
  color: #3498db;
  top: 3px;
  margin-right: 34px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_mod {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 202px;
}
.btn_mod:before {
  content: '\f00b';
}
.btn-default {
  color: #3498db;
  background-color: transparent;
  border-color: #3498db;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #3498db;
}
.btn-default .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-default:focus {
  color: #3498db;
  background-color: transparent;
  border-color: #3498db;
}
.btn-default:focus:active,
.btn-default:focus.active,
.open > .dropdown-toggle.btn-default:focus {
  background-image: none;
}
.btn-default:focus.disabled,
.btn-default:focus[disabled],
fieldset[disabled] .btn-default:focus,
.btn-default:focus.disabled:hover,
.btn-default:focus[disabled]:hover,
fieldset[disabled] .btn-default:focus:hover,
.btn-default:focus.disabled:focus,
.btn-default:focus[disabled]:focus,
fieldset[disabled] .btn-default:focus:focus,
.btn-default:focus.disabled.focus,
.btn-default:focus[disabled].focus,
fieldset[disabled] .btn-default:focus.focus,
.btn-default:focus.disabled:active,
.btn-default:focus[disabled]:active,
fieldset[disabled] .btn-default:focus:active,
.btn-default:focus.disabled.active,
.btn-default:focus[disabled].active,
fieldset[disabled] .btn-default:focus.active {
  background-color: transparent;
  border-color: #3498db;
}
.btn-default:focus .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-default:hover:active,
.btn-default:hover.active,
.open > .dropdown-toggle.btn-default:hover {
  background-image: none;
}
.btn-default:hover.disabled,
.btn-default:hover[disabled],
fieldset[disabled] .btn-default:hover,
.btn-default:hover.disabled:hover,
.btn-default:hover[disabled]:hover,
fieldset[disabled] .btn-default:hover:hover,
.btn-default:hover.disabled:focus,
.btn-default:hover[disabled]:focus,
fieldset[disabled] .btn-default:hover:focus,
.btn-default:hover.disabled.focus,
.btn-default:hover[disabled].focus,
fieldset[disabled] .btn-default:hover.focus,
.btn-default:hover.disabled:active,
.btn-default:hover[disabled]:active,
fieldset[disabled] .btn-default:hover:active,
.btn-default:hover.disabled.active,
.btn-default:hover[disabled].active,
fieldset[disabled] .btn-default:hover.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-default:hover .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-default:hover:before {
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary:focus:active,
.btn-primary:focus.active,
.open > .dropdown-toggle.btn-primary:focus {
  background-image: none;
}
.btn-primary:focus.disabled,
.btn-primary:focus[disabled],
fieldset[disabled] .btn-primary:focus,
.btn-primary:focus.disabled:hover,
.btn-primary:focus[disabled]:hover,
fieldset[disabled] .btn-primary:focus:hover,
.btn-primary:focus.disabled:focus,
.btn-primary:focus[disabled]:focus,
fieldset[disabled] .btn-primary:focus:focus,
.btn-primary:focus.disabled.focus,
.btn-primary:focus[disabled].focus,
fieldset[disabled] .btn-primary:focus.focus,
.btn-primary:focus.disabled:active,
.btn-primary:focus[disabled]:active,
fieldset[disabled] .btn-primary:focus:active,
.btn-primary:focus.disabled.active,
.btn-primary:focus[disabled].active,
fieldset[disabled] .btn-primary:focus.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-primary:focus .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-primary:hover {
  color: #3498db;
  background-color: transparent;
  border-color: #3498db;
}
.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .dropdown-toggle.btn-primary:hover {
  background-image: none;
}
.btn-primary:hover.disabled,
.btn-primary:hover[disabled],
fieldset[disabled] .btn-primary:hover,
.btn-primary:hover.disabled:hover,
.btn-primary:hover[disabled]:hover,
fieldset[disabled] .btn-primary:hover:hover,
.btn-primary:hover.disabled:focus,
.btn-primary:hover[disabled]:focus,
fieldset[disabled] .btn-primary:hover:focus,
.btn-primary:hover.disabled.focus,
.btn-primary:hover[disabled].focus,
fieldset[disabled] .btn-primary:hover.focus,
.btn-primary:hover.disabled:active,
.btn-primary:hover[disabled]:active,
fieldset[disabled] .btn-primary:hover:active,
.btn-primary:hover.disabled.active,
.btn-primary:hover[disabled].active,
fieldset[disabled] .btn-primary:hover.active {
  background-color: transparent;
  border-color: #3498db;
}
.btn-primary:hover .badge {
  color: transparent;
  background-color: #3498db;
}
.btn-success {
  color: #ffffff;
  background-color: #63cd54;
  border-color: #63cd54;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #63cd54;
  border-color: #63cd54;
}
.btn-success .badge {
  color: #63cd54;
  background-color: #ffffff;
}
.btn-success:focus {
  color: #ffffff;
  background-color: #63cd54;
  border-color: #63cd54;
}
.btn-success:focus:active,
.btn-success:focus.active,
.open > .dropdown-toggle.btn-success:focus {
  background-image: none;
}
.btn-success:focus.disabled,
.btn-success:focus[disabled],
fieldset[disabled] .btn-success:focus,
.btn-success:focus.disabled:hover,
.btn-success:focus[disabled]:hover,
fieldset[disabled] .btn-success:focus:hover,
.btn-success:focus.disabled:focus,
.btn-success:focus[disabled]:focus,
fieldset[disabled] .btn-success:focus:focus,
.btn-success:focus.disabled.focus,
.btn-success:focus[disabled].focus,
fieldset[disabled] .btn-success:focus.focus,
.btn-success:focus.disabled:active,
.btn-success:focus[disabled]:active,
fieldset[disabled] .btn-success:focus:active,
.btn-success:focus.disabled.active,
.btn-success:focus[disabled].active,
fieldset[disabled] .btn-success:focus.active {
  background-color: #63cd54;
  border-color: #63cd54;
}
.btn-success:focus .badge {
  color: #63cd54;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #4acad5;
  border-color: #4acad5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4acad5;
  border-color: #4acad5;
}
.btn-info .badge {
  color: #4acad5;
  background-color: #ffffff;
}
.btn-info:focus {
  color: #ffffff;
  background-color: #4acad5;
  border-color: #4acad5;
}
.btn-info:focus:active,
.btn-info:focus.active,
.open > .dropdown-toggle.btn-info:focus {
  background-image: none;
}
.btn-info:focus.disabled,
.btn-info:focus[disabled],
fieldset[disabled] .btn-info:focus,
.btn-info:focus.disabled:hover,
.btn-info:focus[disabled]:hover,
fieldset[disabled] .btn-info:focus:hover,
.btn-info:focus.disabled:focus,
.btn-info:focus[disabled]:focus,
fieldset[disabled] .btn-info:focus:focus,
.btn-info:focus.disabled.focus,
.btn-info:focus[disabled].focus,
fieldset[disabled] .btn-info:focus.focus,
.btn-info:focus.disabled:active,
.btn-info:focus[disabled]:active,
fieldset[disabled] .btn-info:focus:active,
.btn-info:focus.disabled.active,
.btn-info:focus[disabled].active,
fieldset[disabled] .btn-info:focus.active {
  background-color: #4acad5;
  border-color: #4acad5;
}
.btn-info:focus .badge {
  color: #4acad5;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: transparent;
  border-color: #d8c860;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: transparent;
  border-color: #d8c860;
}
.btn-warning .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-warning:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #d8c860;
}
.btn-warning:focus:active,
.btn-warning:focus.active,
.open > .dropdown-toggle.btn-warning:focus {
  background-image: none;
}
.btn-warning:focus.disabled,
.btn-warning:focus[disabled],
fieldset[disabled] .btn-warning:focus,
.btn-warning:focus.disabled:hover,
.btn-warning:focus[disabled]:hover,
fieldset[disabled] .btn-warning:focus:hover,
.btn-warning:focus.disabled:focus,
.btn-warning:focus[disabled]:focus,
fieldset[disabled] .btn-warning:focus:focus,
.btn-warning:focus.disabled.focus,
.btn-warning:focus[disabled].focus,
fieldset[disabled] .btn-warning:focus.focus,
.btn-warning:focus.disabled:active,
.btn-warning:focus[disabled]:active,
fieldset[disabled] .btn-warning:focus:active,
.btn-warning:focus.disabled.active,
.btn-warning:focus[disabled].active,
fieldset[disabled] .btn-warning:focus.active {
  background-color: transparent;
  border-color: #d8c860;
}
.btn-warning:focus .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: transparent;
  border-color: #f44236;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: transparent;
  border-color: #f44236;
}
.btn-danger .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #f44236;
}
.btn-danger:focus:active,
.btn-danger:focus.active,
.open > .dropdown-toggle.btn-danger:focus {
  background-image: none;
}
.btn-danger:focus.disabled,
.btn-danger:focus[disabled],
fieldset[disabled] .btn-danger:focus,
.btn-danger:focus.disabled:hover,
.btn-danger:focus[disabled]:hover,
fieldset[disabled] .btn-danger:focus:hover,
.btn-danger:focus.disabled:focus,
.btn-danger:focus[disabled]:focus,
fieldset[disabled] .btn-danger:focus:focus,
.btn-danger:focus.disabled.focus,
.btn-danger:focus[disabled].focus,
fieldset[disabled] .btn-danger:focus.focus,
.btn-danger:focus.disabled:active,
.btn-danger:focus[disabled]:active,
fieldset[disabled] .btn-danger:focus:active,
.btn-danger:focus.disabled.active,
.btn-danger:focus[disabled].active,
fieldset[disabled] .btn-danger:focus.active {
  background-color: transparent;
  border-color: #f44236;
}
.btn-danger:focus .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-link {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  position: relative;
}
.btn-link:focus {
  color: inherit;
  font-size: inherit;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  color: #3498db;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cfcfcf;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 18px 16.8px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 12px 11.2px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 5.6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}



/*************************************
		MOBILE CSS
*************************************/
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.md_zeromargin{ margin:0px !important }
	.md_zero_lmargin{ margin-left:0px !important }
	.md_zero_rmargin{ margin-right:0px !important }
	.md_zero_tmargin{ margin-top:0px !important }
	.md_zero_bmargin{ margin-bottom:0px !important }

	.select-margin {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.music-list li {
		font-size:14px
	}	
	.music-list li::before {
		top:-12px;
	}
	.voicetalent-plussign {
		font-size:24px
	}
}


