
html,
body {
    height: 100%;
    width: 100%;
    background: #f5f5f5;
}

body {
    font-family: 'Poppins Regular';
    overflow-x: hidden;
    padding: 0 !important;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url(../fonts/poppins/Poppins-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url(../fonts/poppins/Poppins-SemiBold.otf) format('opentype');
}

@font-face {
    font-family: 'Poppins Bold';
    src: url(../fonts/poppins/Poppins-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Poppins Italic';
    src: url(../fonts/poppins/Poppins-Italic.otf) format('opentype');
}

@font-face {
    font-family: 'Poppins Medium';
    src: url(../fonts/poppins/Poppins-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'MyriadPro Regular';
    src: url(../fonts/myriad-pro/MyriadPro-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Roboto Medium';
    src: url(../fonts/roboto/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url(../fonts/roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Humanst521 BT';
    src: url(../fonts/Humanst521BT.ttf) format('truetype');
}

hr {
    border-color: #00b22d;
    border-width: 3px;
    max-width: 50px;
}

hr.light {
    border-color: white;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #00b22d;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins Regular';
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bg-primary {
    background-color: #00b22d;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 60px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

/*header start*/
.top_header {
    background: #010e4f;
    padding: 5px 0
}

.header_ul ul {
    padding-left: 0;
    margin-bottom: 0
}

.header_ul ul li {
    list-style: none;
    display: inline;
    margin-right: 15px
}

.header_ul ul li a {
    color: #fff;
    font-size: 20px;
    font-family: 'roboto';
}

.header_ul ul li a:hover {
    text-decoration: none
}

.header_ul ul li a img {
    margin-right: 5px
}

.dropbtn {
    text-transform: uppercase;
    background-color: transparent;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropbtn img {
    margin-left: 10px
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    z-index: 99999;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    text-align: center
}

.dropdown-content a {
    color: #010e4f !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.sign_ul ul {
    margin-bottom: 0
}

.sign_ul ul li {
    list-style: none;
    display: inline;
    color: #fff;
    font-family: 'Roboto Regular';
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px
}

.sign_ul ul li a {
    font-size: 12px;
    font-family: 'Roboto Regular';
    color: #fff;
    text-decoration: none
}

.bottom_head {
    background: url(../images/menu_head.png);
    height: 70px;
    background-size: 100% 100%
}

/*menu start*/
.caret-up {
    color: #010e4f;
    width: 0;
    height: 0;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    float: right;
    margin-top: 7px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999
}

.navbar-default .navbar-nav > li > a {
    color: #010e4f;
    font-size: 14px;
    font-family: 'Poppins Medium';
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 7px 0px
}

.navbar-default .navbar-nav li a .caret {
    border-top: 8px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    float: right;
    margin-top: 7px;
    color: #010e4f;
    margin-left: 15px
}

.nav.navbar-nav {
    padding-left: 9%;
    margin-top: 1.3%;
    width: 82%
}

.navbar-default .navbar-nav > li {
    text-align: center;
    margin: 0 25px
}

.navbar-default .navbar-nav > li.dropdown {
    text-align: left
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #010e4f;
    background-color: transparent;
    border-bottom: 2px solid #010e4f
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px
}

.navbar-nav > li > .dropdown-menu {
    width: 100%;
    padding: 0px 0;
    background-color: #fff;
    border: none;
}

.navbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #010e4f;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #010e4f
}

.navbar-nav > li.active a {
    border-bottom: 2px solid #010e4f;
    background-color: transparent;
    color: #010e4f!important;
}

.navbar-nav > li > .dropdown-menu li a {
    color: #010e4f;
    font-size: 15px;
    padding: 9px 15px;
    border-bottom: 2px solid #ddd;
    font-family: 'Poppins Regular';
}

.navbar-nav > li > .dropdown-menu li :last-child a {
    border-bottom: none
}

/*banner start*/
.banner {
    background: url(../images/banner.png);
    background-size: 100% 100%;
    padding: 10% 0
}

.search_form .form-inline .form-control {
    border: 2px solid #dcdbdb;
    border-radius: 0;
    padding: 15px;
    height: auto
}

.search_form .btn-default {
    background: #010e4f;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid #525d90;
    padding: 12px 35px;
    margin-left: 20px;
    font-size: 17px
}

/*speech start*/
.newest_speech {
    background: #fff;
    margin: 10px 30px
}

.speaker_div {
    border: 1px solid #797979;
    margin: 10px 0;
    width: 98%
}

.head h2 {
    color: #e2bd86;
    font-size: 30px;
    font-family: "Roboto Medium";
    text-transform: uppercase;
    margin-top: 30px
}

.speaker_info h3 {
    color: #e2bd86;
    font-size: 14px;
    font-family: "Roboto Medium";
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 15px
}

.speaker_info h4 {
    color: #797979;
    font-size: 14px;
    font-family: "Roboto Medium";
    line-height: 22px
}

.line {
    width: auto !important;
    margin-bottom: 30px
}

.s_img {
    width: 100%;
    min-height: 200px;
}

.speech_speaker {
    height: 200px;
}

.speech_subject {
    height: 100px;
}

.relate {
    margin-top: 0%
}

.view {
    position: absolute;
    right: 0;
    margin-top: -45px
}

.view a {
    background: #e2bd86;
    padding: 5px 20px;
    font-family: 'Poppins Medium';
    color: #fff;
    text-transform: uppercase;
    font-size: 15px
}

.view a:hover {
    background: #797979;
    text-decoration: none
}

.right_icon {
    width: 20px !important;
    position: absolute;
    top: 45%;
    right: -3%
}

.min {
    position: absolute;
    bottom: 20px
}

.min a {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins Medium';
    padding: 10px;
    text-decoration: none
}

.simply {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 92%;
}

.simply h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0em 0;
    line-height: 12px;
    padding: 0em 0 1em;
    font-family: 'Poppins Regular';
}

.simply h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0em 0;
    line-height: 22px;
    padding: 0em 0 1em;
    font-family: 'Poppins Regular';
    padding-bottom: 3px;
}

.grid:hover .simply {
    display: block;
}

.simply h5 a span {
    color: #fff;
    font-size: 52px;
    margin-bottom: 10px
}

.simply ul {
    text-align: center;
    padding-left: 15px;
    padding-top: 12px;
}

.simply ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px
}

.simply ul li a {
    color: #fff;
    font-family: 'Roboto Regular';
    text-decoration: none;
    font-size: 17px
}

.simply h6 a {
    color: #fff;
    font-family: 'Poppins Regular';
    padding: 5px 15px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none
}

#carousaltwo .item .simply {
    width: 93%
}
.speaker_div ul li img{
    height:20px;
}

.accordion {
    cursor: pointer;
    padding: 10px;
    width: 95.8%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    color: #adadad;
    font-size: 14px;
    font-family: "Roboto Medium";
    text-transform: uppercase;
    border: 1px solid #dadada;
    background: transparent;
    margin-top: 1px;
}

.up_down {
    margin-top: 30px;
}

.accordion:after {
    content: '\002B';
    color: #010e4f;
    font-weight: 300;
    float: right;
    margin-left: 5px;
    font-size: 35px;
    line-height: 15px;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0px 18px;
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
    max-width: 340px;
}

.panel p {
    margin-top: 15px;
    font-family: "Roboto Regular";
    color: #797979;
    font-size: 14px;
}

.video {
    width: 100%;
    margin: 50px 0
}

.video embed {
    width: 100%;
    height: 400px
}

.footer_bootom {
    background: url(../images/footer_bottom.png);
    background-size: 100% 100%;
    padding-top: 40px;
    height: 290px;
    margin-bottom: 50px
}

.mobile img {
    width: 100%;
    margin-top: 40px
}

.download {
    text-align: center;
}

.download h3 {
    font-family: 'Poppins Medium';
    font-size: 38px;
    color: #000;
    margin-bottom: 50px
}

.download ul li {
    list-style: none;
    display: inline;
    margin-right: 30px
}

/*footer start*/
footer {
    background: #000;
    padding: 50px 0
}

.footer_text h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_text p {
    font-family: 'Humanst521 BT';
    color: #fff;
    font-size: 13px
}

.footer_text h6 a img {
    margin-right: 10px
}

.footer_text h6 a {
    color: #fff;
    font-family: 'Humanst521 BT';
    font-size: 13px;
    text-decoration: none
}

.footer_text .fline {
    margin-bottom: 25px
}

.footer_ul ul {
    padding-left: 0
}

.footer_ul ul li {
    list-style: none;
    margin-bottom: 15px
}

.footer_ul ul li a {
    font-family: 'Humanst521 BT';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.con_inr_de > input[type="text"], .con_inr_de > select, .con_inr_de > input[type="email"], .con_inr_de > textarea, .con_inr_de > input[type="Password"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeef1;
    color: #fff;

    font-size: 13px;
    margin-bottom: 20px;
    outline: medium none;
    padding: 9px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.con_inr_de .field.date input {
    border: 2px solid #eaeef1;
    padding: 9px;
    margin-bottom: 20px;
    width: 100%;
    color: #A3A5A7;
    font-size: 1em;
    font-weight: 600;
}

.con_inr_de a {
    color: #727376;
    font-size: 13px;
    font-weight: bold;
}

.con_inr_de button {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #000;
    font-family: 'Humanst521 BT';
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    float: right;
    padding: 7px 15%;
}

.login-page .con_inr_de a[type="button"], .login-page .con_inr_de a[type="button"] {
    width: 55%
}

/*speech list speaker page start*/
.banner.speker_list_banner {
    padding: 4% 0;
    background-size: cover;
    background-position: center center
}

.breadcrumb {
    text-align: center;
    padding-top: 3%;
    margin-bottom: 0
}

.breadcrumb li a {
    color: #010e4f;
    text-transform: uppercase;
    font-family: "Roboto Regular";
    font-size: 15px
}

.breadcrumb li {
    color: #010e4f;
    text-transform: uppercase;
    font-family: "Roboto Regular";
    font-size: 15px
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #010e4f;
    font-size: 16px;
    content: ">";
}

.pagination {
    border: 1px solid #cdcdcd;
    padding: 15px 10px;
    margin: 50px 0
}

.pagination li a {
    margin-right: 10px;
}

.pagination li a {
    color: #010e4f;
    font-family: 'Poppins Regular';
    font-size: 14px;
}

.pagination > li > a, .pagination > li > span {
    border: 0;
    padding: 6px 20px
}

.pagination > li .pre img {
    margin-right: 10px;
}

.pagination > li .next img {
    margin-left: 10px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #e2bd86 !important;
    color: #010e4f !important;
    border-radius: 4px!important;
    font-size:12px !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #010e4f;
    border-radius: 4px
}

.selct_opt {
    color: #010e4f;
    font-family: "Roboto Regular";
    font-size: 14px;
    background: #fff url("../images/down_i.png") no-repeat scroll 96% center;
    border: 0;
    width: 21%;
    margin-left: 20px;
    margin-right: 10px;
}

.sub {
    width: 22%
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

/*favourite list start*/
.banner.speker_list_banner2 {
    padding: 1.5% 0;
    background-size: cover;
    background-position: top right;
    background: url(../images/favourite.png)
}

.speker_list_banner2 .breadcrumb {
    background: transparent;
    padding-top: 10px
}

.speker_list_banner2 .breadcrumb li a, .speker_list_banner2 .breadcrumb > li {
    color: #fff
}

.speker_list_banner2 .breadcrumb > li + li:before {
    color: #fff
}

/*login start*/
.login {
    background: url(../images/login.png);
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 5%;
    /*margin: 30px 30px*/
}
/* chnage by ct*/
.login_form {
    background: #010e4f;
    padding: 2% 10%;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 70px;
    margin-top: 10px
}
/* change by ct */
.login_form form h5 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Roboto Medium";
    text-align: center;
    margin-bottom: 5px
}

.login-title {
    font-family: 'Exo', sans-serif;
    text-align: center;
    color: white;
}

.login-userinput {
    margin-bottom: 20px;
}

ul.errors-front {
    text-align: left !important;
    color: red !important;
}

.error {
    color: red;
}

.loader {
    background: url("../images/spinner.gif") no-repeat;
    background-position: center;
    background-position: center;
    height: 100px;
    background-size: contain;
    margin: 100px 0px;
}
#masterLoader {
    background: url("../images/spinner.gif") no-repeat;
    background-position: center;
    background-position: center;
    height: 100px;
    background-size: contain;
    margin: 100px 0px;
}

.login-button {
    margin-top: 10px;
    background: #fff;
    border-radius: 0;
    color: #010e4f;
    font-size: 15px;
    font-family: "Poppins Regular";
    width: 50%;
    border: 2px solid #fff;
    padding: 6px;
    text-transform: uppercase
}

.login a.signup{
    color: #ffffff;
    text-decoration: underline;
}
.login a.signup:hover{
    color: #ffffff;
    text-decoration: none;

}

.login-button:hover {
    background: transparent;
    color: #fff
}

.login-options {
    margin-bottom: 0px;
    margin-top: 20px;
    color: #fff
}

.login-forgot {
    /*float: right;*/
    color: #fff;
    text-decoration: none
}

.login-forgot:hover {
    color: #fff;
    text-decoration: none
}

.input-group-addon img {
    border-right: 2px solid #757677;
    padding-right: 10px;
    height: 18px;
    width: 33px
}

.input-group-addon {
    background: #fff;
    border-radius: 0;
    border: 0;
    padding-left: 10px
}

.input-group .form-control {
    border-radius: 0;
    border: 0;
    height: 35px;
    box-shadow: none;
}

.psword {
    margin-bottom: 10px
}

.login_text {
    margin-bottom: 10px
}

.footer_social {
    text-align: center;
    padding-left: 0
}

.footer_social li {
    display: inline-block;
    margin: 1px 2px;
}

.footer_social li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    width: 45px;
    background: transparent;
}

.footer_social i {
    font-size: 18px;
    line-height: 45px;
}

.fb:hover {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #3b5998;
}

.fb:hover i {
    color: #3b5998 !important;
}

.gp:hover i {
    color: #D81926
}

.gp:hover {
    background: transparent;
    border: 2px solid #D81926
}

/*speakers start*/
.speaker_detail {
    text-align: center;
    margin-top: 70px
}

.speaker_detail .speaker_img {
    border-radius: 100px;
    height: 200px;
}
.front_speech_img
{
    height: 170px;
    min-height: 170px;
    max-height: 170px;
    width:155px;

}
.front_speaker_img
{
    height: 156px;
    min-height: 156px;
    max-height: 156px;
    width:156px;
}
.s_det {
    background: url(../images/box.png);
    text-align: center;
    padding-top: 20%;
    margin-top: -60px;
    background-size: 100% 100%;
    padding-bottom: 20px
}

.s_det h3 {
    color: #e2bd86;
    font-family: "Roboto Medium";
    font-size: 20px;
    text-transform: uppercase;
    margin: 22px 0
}

.s_det h5 a {
    background: #f3f3f3;
    padding: 5px 15px;
    border-radius: 3px;
    color: #808080;
    text-decoration: none
}

.s_det h5 a img {
    margin-left: 5px
}

.head_pink h2 {
    color: #fa6888
}

.sub_opt {
    background: #fff url("../images/tri.png") no-repeat scroll 96% center
}

.s_det_pink h3 {
    color: #808080
}

.s_det_pink h5 a {
    color: #fa6888
}

.pagination.pink_page > .active > a, .pagination.pink_page > .active > span, .pagination.pink_page > .active > a:hover, .pagination.pink_page > .active > span:hover, .pagination.pink_page > .active > a:focus, .pagination.pink_page > .active > span:focus {
    background: #fa6888
}

.sign_up_form {
    margin-top: 50px;
    padding: 50px 100px
}
.general{
    margin-top: 40px;!important;
    padding: 0px 30px;!important;
}
.sign_up_form form .input-group {
    border: 2px solid #b5b5b5;
    margin-bottom: 18px
}

.login-button2 {
    width:150px;
    margin-top: 10px;
    margin-top: 30px;
    background: #e2bd86;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-family: "Poppins Regular";
    min-width: 30px;
    border: 2px solid #e2bd86;
    padding: 6px;
    text-transform: uppercase
}

.login-button2:hover {
    background: transparent;
    color: #e2bd86
}
select.dropdown {
    border: 1px solid black !important;
    height: 50px;
    padding-left:10px;
}
audio {

    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;

}
.header_social
{
    height: 50px;
}

#amazingaudioplayer-2 {
    box-sizing: content-box;
}

#amazingaudioplayer-2 div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#amazingaudioplayer-2 .amazingaudioplayer-image {
    display: block;
    position: relative;
    float: left;
    margin: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#amazingaudioplayer-2 .amazingaudioplayer-image-clear {
}

#amazingaudioplayer-2 .amazingaudioplayer-text {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 4px 12px;
    height: 100px;
}

#amazingaudioplayer-2 .amazingaudioplayer-text-clear {
    clear: both;
    height: 8px;
}

#amazingaudioplayer-2 .amazingaudioplayer-title {
    display: block;
    color: #333;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

#amazingaudioplayer-2 .amazingaudioplayer-title-clear {
}

#amazingaudioplayer-2 .amazingaudioplayer-info {
    display: block;
    display: block;
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
}

#amazingaudioplayer-2 .amazingaudioplayer-info-clear {
}

#amazingaudioplayer-2 .amazingaudioplayer-bar {
    background-color: #333;
    border: 1px solid #222;
    padding: 15px 0px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

#amazingaudioplayer-2 .amazingaudioplayer-bar-buttons-clear {
    clear: both;
}

#amazingaudioplayer-2 .amazingaudioplayer-bar-clear {
}

#amazingaudioplayer-2 .amazingaudioplayer-bar-title {
    position: relative;
    float: left;
    color: #eee;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px;
}

#amazingaudioplayer-2 .amazingaudioplayer-playpause {
    position: relative;
    float: left;
}

#amazingaudioplayer-2 .amazingaudioplayer-play {
    position: relative;
}

#amazingaudioplayer-2 .amazingaudioplayer-pause {
    position: relative;
}

#amazingaudioplayer-2 .amazingaudioplayer-stop {
    position: relative;
    float: left;
}

#amazingaudioplayer-2 .amazingaudioplayer-prev {
    position: relative;
    float: left;
}

#amazingaudioplayer-2 .amazingaudioplayer-next {
    position: relative;
    float: left;
}

#amazingaudioplayer-2 .amazingaudioplayer-loop {
    position: relative;
    float: left;
    margin: 0 2px;
}

#amazingaudioplayer-2 .amazingaudioplayer-progress {
    position: relative;
    background-color: #222;
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#amazingaudioplayer-2 .amazingaudioplayer-progress-loaded {
    background-color: #444;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#amazingaudioplayer-2 .amazingaudioplayer-progress-played {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fcc500;
    background-image: -ms-linear-gradient(top, #fede00 0%, #fcc500 100%);
    background-image: -moz-linear-gradient(top, #fede00 0%, #fcc500 100%);
    background-image: -o-linear-gradient(top, #fede00 0%, #fcc500 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fede00), color-stop(1, #fcc500));
    background-image: -webkit-linear-gradient(top, #fede00 0%, #fcc500 100%);
    background-image: linear-gradient(to bottom, #fede00 0%, #fcc500 100%);
}

#amazingaudioplayer-2 .amazingaudioplayer-time {
    position: relative;
    float: right;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px 0 #000;
    line-height: 24px;
    margin: 0 4px;
}

#amazingaudioplayer-2 .amazingaudioplayer-volume {
    position: relative;
    float: right;
}

#amazingaudioplayer-2 .amazingaudioplayer-volume-bar {
    background-color: #333;
    border: 1px solid #222;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 3px rgba(0, 0, 0, 0.5);
    background-image: -ms-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: -moz-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: -o-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(1, #111111));
    background-image: -webkit-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: linear-gradient(to bottom, #444444 0%, #111111 100%);
}

#amazingaudioplayer-2 .amazingaudioplayer-volume-bar-adjust {
    background-color: #222;
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#amazingaudioplayer-2 .amazingaudioplayer-volume-bar-adjust-active {
    background-color: #fcc500;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}

#amazingaudioplayer-2 .amazingaudioplayer-tracklist {
    display: block;
    position: relative;
}

#amazingaudioplayer-2 .amazingaudioplayer-tracklist-container {
    display: block;
    position: relative;
    background-color: #333;
    border: 1px solid #222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 4px;
    padding: 12px 12px 16px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 3px rgba(0, 0, 0, 0.5);
    background-image: -ms-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: -moz-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: -o-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444444), color-stop(1, #111111));
    background-image: -webkit-linear-gradient(top, #444444 0%, #111111 100%);
    background-image: linear-gradient(to bottom, #444444 0%, #111111 100%);
}

#amazingaudioplayer-2 .amazingaudioplayer-tracks-wrapper {
    position: relative;
}

#amazingaudioplayer-2 .amazingaudioplayer-tracks {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#amazingaudioplayer-2 .amazingaudioplayer-track-item {
    position: relative;
    cursor: pointer;
    color: #999;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#amazingaudioplayer-2 .amazingaudioplayer-track-item-active {
    cursor: pointer;
    color: #fff;
}

#amazingaudioplayer-2 .amazingaudioplayer-track-item a {
    color: #999;
    text-decoration: none;
}

#amazingaudioplayer-2 .amazingaudioplayer-track-item-active a {
    color: #fff;
    text-decoration: none;
}

#amazingaudioplayer-2 .amazingaudioplayer-track-item-duration {
    position: absolute;
    top: 0;
    right: 0;
}

#amazingaudioplayer-2 .amazingaudioplayer-tracklist-arrow-prev {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -64px;
}

#amazingaudioplayer-2 .amazingaudioplayer-tracklist-arrow-next {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: 16px;
}

#amazingaudioplayer-2 .amazingaudioplayer-tracklist-clear {
    clear: both;
}
.custome_link a{
    color:#adadad;
}
.custome_link a:hover{
    color:#adadad;
    text-decoration: underline;
}
.area-comment{
    width:520px;
    height:150px;
}
.small-text{
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}
