/*------------------------------------------------------------------
	Main Style Stylesheet
	Project:		DANCE - HTML5 Template 
	Version:	    1.0
	Primary use:	DANCE - HTML5 Template 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
body 
	+ WRAP
	+ BANNER
	+ HEADER
	+ CONTENT
	+ ABOUT
	+ PORTFOLIO
	+ SERVICES
	+ TESTIMONIALS
	+ TEAM
	+ PRICING
	+ BLOG
	+ CONTACT
-------------------------------------------------------------------*/


/*----- Main CSS Layout ---------*/


/*----- ionicons Fonts Icons ---------*/

@import "font-awesome.min.css";

/*----- ionicons Fonts Icons ---------*/


/*=======================================================
			THEME STYLING
========================================================*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #FFF;
    height: 100%;
    width: 100%;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}


/*=======================================================
			WRAPPER
========================================================*/

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

p {
    margin: 0 0 10px;
}

label {
    display: block;
}

li {
    list-style: none;
}

.fonts {
    font-family: 'Montserrat', sans-serif;
}


/*=======================================================
			HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 600;
}

h1 {
    font-size: 50px;
    color: #fff;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

a:hover,a:focus,a.active {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    outline: none;
}

img:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #757575;
}


/*=======================================================
			SECTION
========================================================*/

section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-slider {
    background: url(../images/main-bg.jpg) center center no-repeat;
    min-height: 885px;
    background-size: cover;
    position: relative;
}

.home-slider.bg-sec {
    background: url(../images/main-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.home-slider .testi-slide {
    text-align: center;
}

.home-slider h1 {
    font-size: 80px;
    line-height: 68px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
}

.home-slider p {
    font-size: 30px;
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
}

.home-slider .btn {
    display: inline-block;
    margin-top: 30px;
}

.home-slider .owl-controls .owl-dots {
    bottom: -80px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.home-slider .owl-controls .owl-dots div {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 0px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-slider .owl-controls .owl-dots div.active {
    background: #AC4E4E;
}

.home-slider .owl-controls .owl-dots span {
    margin-bottom: 0px;
}

.flex-direction-nav .flex-nav-prev {
    position: absolute;
    left: 80px;
    top: 50%;
    z-index: 99;
}

.flex-direction-nav .flex-nav-next {
    position: absolute;
    right: 80px;
    top: 50%;
    z-index: 99;
}

.text-slide .flex-direction-nav {
    top: 50%;
    display: block !important;
}

.flex-direction-nav a {
    height: 39px;
}

.flex-direction-nav a {
    opacity: 0.5;
    color: #fff;
    text-shadow: none;
}

.flex-direction-nav a:hover {
    opacity: 1;
}

.flex-direction-nav a.flex-prev:before {
    position: relative;
    content: "\e875";
    font-family: 'Linearicons-Free';
    font-size: 35px;
    top: 0px;
    float: left;
    width: 100%;
    line-height: 35px;
}

.flex-direction-nav a.flex-next:before {
    position: relative;
    content: "\e876";
    font-family: 'Linearicons-Free';
    font-size: 35px;
    top: 0px;
    float: left;
    width: 100%;
    line-height: 35px;
}

.home-agency:before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}


/*=======================================================
			Heading
========================================================*/

.heading-block {
    margin-bottom: 60px;
}

.heading-block h2 {
    margin: 0px;
    font-size: 50px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    color: #fff;
}

.heading-block span {
    color: #AC4E4E;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px;
}

.heading-block.white h2 {
    color: #fff;
/*    line-height: */
}


/*=======================================================
			BUTTON
========================================================*/

.btn {
    border: 2px solid #AC4E4E;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
    padding: 12px 32px;
    font-weight: 400;
}

.btn:hover {
    background: #AC4E4E;
    color: #242428;
}

.p-color {
    color: #AC4E4E !important;
}


/*=======================================================
      Intro
========================================================*/

.intro {
    background: url(../images/intro-bg.jpg) bottom left no-repeat;
    background-size: cover;
}

.intro h3 {
    margin: 0px;
    margin-bottom: 30px;
}


/*=======================================================
      Dance Classes
========================================================*/

.dance-classes {
    background: #242428;
    background-size: cover;
}

.dance-classes article {
    text-align: center;
    padding-bottom: 50px;
}

.dance-classes article img {
    border-radius: 50%;
    width: 217px;
}

.dance-classes article h3 {
    color: #fff;
    font-weight: 500;
    margin: 25px 0;
    margin-bottom: 15px;
}

.dance-classes article p {
    color: #fff;
    font-weight: normal;
}

.fs{
    font-size: 20px;
}
.fs a{
    text-decoration: none;
    color: #fff;
}
.fs a:hover{
    color: #AC4E4E;
}
.dance-classes.style-2 {
    background: url(../images/dance-classes-1.jpg) right center no-repeat;
    background-size: cover;
}

.dance-classes.style-2 .img-dance {
    width: 185px;
    display: inline-block;
    margin-right: 20px;
}

.dance-classes.style-2 .img-dance img {
    width: 100%;
}

.dance-classes.style-2 h3 {
    margin-top: 30px;
    font-weight: normal;
}

.dance-classes.style-2 article {
    text-align: left;
    margin-bottom: 40px;
}

.dance-classes.style-2 article:nth-last-child(1) {
    margin-bottom: 0px;
}


/*=======================================================
      OUR TEAM
========================================================*/

.our-team {}

.our-team article {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.our-team .avatar {
    height: 300px;
    width: 300px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
}

.team-img {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.team-name {
    padding: 25px 0;
}

.team-name p {
    font-size: 12px;
    margin-bottom: 0px;
}

.team-name h6 {
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}

.hover-social {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.our-team .team-hover {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    top: 0px;
    left: 0%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.our-team article:hover .team-hover {
    left: 0px;
    opacity: 1;
}

.our-team article img {
    border-radius: 50%;
}

.our-team .team-hover:hover {}

.our-team .team-hover a {
    color: #fff;
    font-size: 14px;
    margin: 0 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
}

.our-team .team-hover a:hover {
    background: #fff;
    color: #000;
}

.our-team .team-names {
    position: relative;
    margin-top: 50px;
}

.our-team .team-names h6 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.our-team .team-names:before {
    content: "";
    height: 75px;
    width: 1px;
    position: absolute;
    top: -90px;
    background: #333333;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.our-team .team-names p {
    color: #443a8b;
    font-size: 13px;
}

.our-team .team-part .skills {
    margin-top: 50px;
}

.no-pad-style2 .team-hover {
    text-align: center;
}

.no-pad-style2 .team-hover p {
    margin-bottom: 30px;
}

.our-team .position-center-center {
    width: 100%;
}


/*=======================================================
      Dance Classes
========================================================*/

.instrter {}

.instrter .team-content {
    padding: 30px 20px;
    padding-top: 80px;
}

.instrter .team-content a {
    font-size: 14px;
    margin-right: 20px;
    color: #000;
    display: inline-block;
    margin-top: 10px;
}

.instrter .team-content a:hover {
    color: #ff2a70;
}

.instrter .team-content h5 {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}

.instrter .team-content span {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 15px;
}

.instrter .team-content p {
    font-size: 10px;
    line-height: 18px;
}

.video-sec {
    background: url(../images/video-bg.jpg) center center no-repeat;
    padding: 300px 0px;
    background-size: cover;
    text-align: center;
}

.video-sec h2 {
    color: #fff;
    font-size: 48px;
    margin: 0px;
    margin-top: 30px;
}

.video-sec .video-btn {
    display: inline-block;
    height: 85px;
    width: 85px;
    display: inline-block;
    border-radius: 50%;
    line-height: 85px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 18px;
}

.top-style:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -20px;
    width: 100%;
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -webkit-transform: rotate(-4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}

.top-style:after {
    content: "";
    position: absolute;
    top: -70px;
    right: -20px;
    width: 100%;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}

.bottom-style:before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -20px;
    width: 105%;
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -webkit-transform: rotate(-4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}

.bottom-style:after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -20px;
    width: 105%;
    -ms-transform: rotate(4deg);
    /* IE 9 */
    -webkit-transform: rotate(4deg);
    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    background: #fff;
    height: 80px;
    z-index: 1;
}


/*=======================================================
      SUB BANNER
========================================================*/

.clas-shedules .nav li a {
    font-size: 18px;
    color: #000;
    text-align: center;
}

.clas-shedules .nav {
    margin-bottom: 20px;
    border-bottom: 1px solid #555555;
}

.clas-shedules tbody>tr {
    background: #ededed;
    margin-bottom: 10px;
}

.clas-shedules tbody>tr>td {
    border: none;
    font-size: 15px;
    color: #000;
    padding: 15px;
    font-weight: 400;
}

.clas-shedules tbody>tr a {
    text-decoration: underline;
    color: #000;
}

.clas-shedules .nav li.active a {
    background: #AC4E4E;
    color: #fff
}

.clas-shedules .nav li {
    float: left;
    width: 16.6666%;
}


/*=======================================================
      Testimonial
========================================================*/

.testimonial {
    background: #fff;
    padding: 100px 0;
}

.testimonial .item .avatar {
    height: 198px;
    width: 198px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
}

.testimonial .item {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial .item h4 {
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}

.testimonial .item p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
}

.testimonial .item p i {
    font-size: 48px;
    color: #AC4E4E;
    top: -50px;
    left: 0px;
    position: absolute;
}

.testimonial .item i {
    font-size: 16px;
    margin: 0 5px;
    color: #ddb04a;
}

.testimonial .item .avatar img {
    border-radius: 50%;
}


/*=======================================================
      EVENTS
========================================================*/

.ev-inside {
    background: #242428;
    margin-top: 50px;
}

.ev-inside .ev-text {
    padding: 20px;
    padding-top: 50px;
}

.ev-inside .ev-text a {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

.ev-inside .ev-text h5 {
    font-size: 25px;
    text-decoration: underline;
    font-weight: normal;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.ev-inside .ev-text .social-icon a {
    font-size: 18px;
    margin-right: 10px;
}

.ev-inside .ev-text .date {
    display: inline-block;
    width: 120px;
    background: #fff;
    font-size: 24px;
    color: #AC4E4E;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    min-height: 150px;
    padding-top: 30px;
    margin-right: 20px;
    margin-top: 30px;
}

.ev-inside .ev-text .date span {
    font-size: 36px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.ev-inside .ev-text p {
    color: #fff;
    font-weight: normal;
}

.btn.flat {
    border-radius: 0px;
}

.up-events{
    background: #242428;
}

.up-events.dark {
    background: #000;
}

.up-events.dark p {
    color: #fff;
}

.up-events.dark .more-under {
    color: #ff2a70;
    border-bottom: 2px solid #ff2a70;
}

.up-events.dark .more-under:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}


/*=======================================================
      Story
========================================================*/

.o-story {
    background: #000000;
}

.story-slide .item {
    text-align: center;
}

.story-slide .item p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: normal;
}

.story-slide .post-by {
    font-size: 12px;
    color: #fff;
    display: block;
}

.story-slide .item {
    text-align: center;
}

.story-slide .date {
    font-size: 12px;
    color: #AC4E4E;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.story-slide .item img {
    border-radius: 50%;
    margin-bottom: 30px;
    display: inline-block;
}

.o-story .owl-controls .owl-dots {
    bottom: -80px;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.o-story .owl-controls .owl-dots div {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 0px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.o-story .owl-controls .owl-dots div.active {
    background: #AC4E4E;
}

.o-story .owl-controls .owl-dots span {
    margin-bottom: 0px;
}

.o-story.light {
    background: #fff;
}

.o-story.light .btn {
    margin-top: 20px;
    padding: 10px 30px;
}

.o-story.light p {
    color: #000000;
}

.o-story.light .story-slide .post-by {
    color: #000000;
}

.subcribe {
    background: #ebebeb;
    padding: 80px 0;
}

.subcribe form {
    position: relative;
}

.subcribe input {
    border-radius: 0px;
    height: 50px;
}

.subcribe .btn {
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    font-size: 15px;
    border: none;
}

.subcribe h2 {
    margin: 0px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 40px;
}

footer {
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

footer i {
    font-size: 40px !important;
    color: #fff;
    margin-bottom: 15px;
}

footer p {
    margin: 0px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    font-size: 20px;
}

.get-touch {
    background: #242428;
    padding: 60px 0;
    padding-bottom: 0px;
}

.get-touch li {
    width: 100%;
}

.get-touch form li input {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    height: 45px;
    outline: none;
    font-style: italic;
    margin-bottom: 10px;
    border-bottom: 1px solid #b7b7b7;
}

.get-touch form li .btn {
    padding: 5px 30px;
    font-size: 16px;
    margin-top: 20px;
    background: transparent;
}

.get-touch form li .btn:hover, .get-touch form li .btn:focus{
    background: #AC4E4E;
    color: #242428;
    transition: 0.4s ease-in-out;
}

.get-touch form li textarea {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    height: 80px;
    outline: none;
    margin-top: 10px;
    font-style: italic;
    border-bottom: 1px solid #b7b7b7;
}

.get-touch p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: normal;
}

.get-touch .col-md-12 {
    margin-bottom: 40px;
}

.get-touch i {
    color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 30px;
}

.rights {
    border-top: 1px solid #a9a9a9;
    padding: 20px 0;
    padding-bottom: 40px;
    margin-top: 50px;
}

.rights .social i {
    font-size: 24px;
    margin: 0px;
    float: none;
    margin-left: 20px;
}


/*=======================================================
      SUB BANNER
========================================================*/

.sub-bnr {
    background: url(../images/sub-blog.jpg) center center no-repeat;
    background-size: cover;
    min-height: 250px;
    text-align: center;
    position: relative;
}

.sub-bnr .position-center-center {
    width: 100%;
}

.sub-bnr h3 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'montserratregular';
}

.sub-bnr p {
    font-style: italic;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 20px;
}

.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 80px;
}

.sub-bnr h6 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    float: left;
    line-height: 58px;
    margin: 0px;
    letter-spacing: 1px;
}

.sub-bnr .breadcrumb li {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0;
    margin-top: 10px;
}

.sub-bnr .breadcrumb li a {
    text-transform: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.sub-bnr .breadcrumb>li+li:before {
    color: #fff;
}

.center-auto {
    float: none;
    margin: 0 auto;
}

.top-bar {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
}

.top-bar-in {
/*    padding: 30px 0;*/
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-in a {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    padding: 30px 0px 15px;
    display: inline-block;
}

.top-bar-in a:hover {
    color:#AC4E4E;
}
.top-search{
    padding: 27px 0px 10px;
}
.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}
.form-control{
    color: #fff;
}
.top-search i{
    color: #fff;
    font-size: 18px;
}

.top-search .input-group-addon {
  background-color: transparent;
  border: 0 none;
/*    padding: 30px 0px;*/
}

.top-search input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
} 

.welcom {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.more-under {
    border-bottom: 2px solid #fed9d9;
    color: #fb383c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-block;
}

.more-under:hover {
    border-bottom: 2px solid #fb383c;
}


/*=======================================================
			HEADER
========================================================*/

header {
    background: #242428;
    border-top: 4px solid #AC4E4E;
    z-index: 99;
    width: 100%;
    position: relative;
    padding: 30px 0px;
}

.top-ab {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: none;
    border: none;
}

.top-ab .sticky {
    width: 100%;
}

.top-ab .is-sticky .sticky {
    background: #242428;
}

header .logo {
    float: left;
}

.logo-center {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 180px;
    text-align: center;
    z-index: 5;
}

.left-part {
    float: left;
}

.right-part {
    float: right;
}

header nav ul {
    margin-bottom: 0px;
}

header nav li {
    float: left;
    text-transform: uppercase;
    line-height: 62px;
    margin: 0 25px;
}

header .navbar {
    border: none;
    margin: 0px;
}

header nav li a {
    font-size: 15px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none !important;
    border-bottom: 1px solid;
    border-color: transparent;
    padding-bottom: 5px;
}


.dropdown-menu li{
    margin:0;
}

.dropdown-toggle:focus{
    color: #fff;
}

header nav li a:hover {
    color: #fff;
    border-bottom: 1px solid #AC4E4E;
}

header nav li.active a {
    color: #fff;
    border-bottom: 1px solid #AC4E4E;
}

header .navbar-collapse {
    padding: 0px;
}

header .navbar-nav {
    border: none;
}

header .nav>li>a:hover,
.nav>li>a:focus {
    color: #4c4c4c;
}

header .active a {
    color: #2e2e2e;
}

header .active {}

header li {
    float: left;
    list-style: none;
}

header li ul {
    padding: 5px 0;
    background: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 12px #999;
}

header li ul li {
    background: #fff;
    width: 100%;
    line-height: 30px;
}

header li ul li a {
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

header .inner {
    position: absolute;
}

.header-top header {
    position: absolute;
    top: 0px;
    padding: 0px;
    background: none;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.header-top header .sticky {
    padding-top: 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    border: none;
    min-height: 100px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.header-top header a:hover {
    color: #fff !important;
}

.header-top header .active a {
    color: #fff !important;
}

.header-top header .logo a {
    color: #fff;
}

.header-top header li a {
    color: #cfcfcf;
}

.header-top header .sticky {
    width: 100%;
}

.header-top header .is-sticky .sticky {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0;
    min-height: auto;
}

.tp-bannertimer {
    display: none;
}

.header-top header .navbar-toggle {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
}

.post-img {
    max-height: 400px;
    position: relative;
    overflow: hidden;
}

.sub-pages .post-img img {
    width: 100%;
}

.load-more {
    text-align: center;
    background: #fff;
    padding: 60px 0;
}

.load-more .btn {
    border: 2px solid #4c4c4c;
    border-radius: 0px;
    margin-top: 0px;
    padding: 15px 40px;
    font-size: 14px;
    color: #4c4c4c;
}

.load-more .btn:hover {
    background: #4c4c4c !important;
    color: #fff;
}

.a-info li {
    display: inline-block;
}

.a-info li {
    text-transform: uppercase;
    padding: 0 10px 0 0;
    color: #9d9d9d;
}

.a-info li a {
    font-style: italic;
}

.tags {}

.tags li {
    display: inline-block;
    margin-bottom: 5px;
}

.tags li a {
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #000;
    display: inline-block;
    color: #000;
    font-size: 12px;
}

.share {
    margin-top: 50px;
    border: 1px solid #eaeaea;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}

.post-admin {
    margin-top: 50px;
}

.post-admin .avatar {
    width: 12%;
}

.post-admin .admin-info {
    margin-left: 30px;
    display: inline-block;
    width: 80%;
}

.post-admin .admin-info h4 {
    color: #000;
}

.admin-info .social_icons li {
    border-radius: 50%;
}

.post-admin .social_icons {}

.post-admin .social_icons {}

.single-post .social_icons {
    text-align: left;
}

.single-post .social_icons ul {
    text-align: left;
}

.single-post .social_icons ul li {
    background: #f5f5f5 !important;
}

.single-post .social_icons a {
    color: #333 !important;
    font-size: 16px !important;
    border-radius: 50%;
    line-height: 44px !important;
}

.may-like {
    margin-top: 60px;
}

.may-like h4 {
    color: #000;
    text-transform: uppercase;
}

.may-like .like-post {
    margin-top: -80px;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.may-like span {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.may-like img {
    width: 100%;
}

.may-like a {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.comments {
    margin-top: 100px;
}

.comments .head {
    border-bottom: 3px solid #1c1c1c;
    display: inline-block;
    width: 100%;
}

.comments h5 {
    text-transform: uppercase;
    color: #1c1c1c;
}

.comments .com {}

.comments .com h5 {
    color: #515151;
    text-transform: none;
}

.comments .com h5 span {
    color: #bcbcbc;
    margin-left: 20px;
}

.comments .com .media {
    margin-top: 30px;
}

.comments .com .media-body {
    margin-left: 30px;
}

.comments .com .media-body span.date {
    font-size: 12px;
    margin-left: 0px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.comments .com .reply {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.comments .com .media-object {
    margin-right: 20px;
}

.com-form h5 {
    color: #515151;
    margin: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.com-form {
    background: #f3f3f3;
    padding: 30px 30px;
}

.com-form {
    margin-bottom: 50px;
}

.com-form input {
    border: none;
    border-radius: 0px;
    font-weight: 100;
    height: 40px;
    width: 320px;
}

.com-form textarea {
    border: none;
    border-radius: 0px;
    font-weight: 100;
    width: 100%;
    margin-bottom: 20px;
}

.com-form button {
    background: #1c1c1c;
    text-transform: uppercase;
}

.com-form button:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.single-post {
    margin: 100px 0;
}

.search input {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    height: 58px;
}

.search {}

.sider-bar h5 {
    margin-top: 50px;
    text-transform: uppercase;
}

.sider-bar .small-post li {
    border-bottom: 1px solid #dbdada;
    padding-bottom: 15px;
    margin-top: 15px;
}

.sider-bar .small-img {
    float: left;
    margin-right: 15px;
}

.sider-bar .post-text {}

.sider-bar .post-text span {
    color: #bcbcbc;
    text-transform: uppercase;
    font-size: 11px;
}

.cate li a {}

.cate li a:before {}

.cate li {
    position: relative;
}

.cate li {}

.cate li a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 100%;
    line-height: 36px;
    font-weight: 500;
}

.cate li span {
    float: right;
    height: 25px;
    width: 25px;
    font-size: 10px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cate li a:hover {
    text-decoration: none;
    color: #AC4E4E;
}

.cate li a:hover span {
    background: #8e0c34;
    color: #fff;
}

.cate.archive li:before {
    display: none;
}


}
.news-post blockquote {
    border: none;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    line-height: 34px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #08ada7;
    padding: 30px 0;
    letter-spacing: 1px;
    position: relative;
}
.news-post blockquote i {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -27px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    height: 54px;
    width: 54px;
    margin: 0 auto;
    border-top: 1px solid #fb4848;
    border-radius: 50%;
    background: #fff;
    color: #fb4848;
}
.comments .media-body h4 {
    color: #222222;
}
.comments .media-body h4 span {
    font-size: 12px;
    color: #777777;
    margin-left: 20px;
    display: inline-block;
    width: 100%;
}
.comments .media-body a {}
.comments {
    margin-top: 30px;
}
.comments .media-list {
    margin-bottom: 30px;
}
.comments .media-list li {
    position: relative;
}
.comments .media-left {
    margin-right: 20px;
}
.comments .media-left a {
    width: 80px;
    display: inline-block;
}
.comments .media-body {
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 20px;
    margin-bottom: 30px;
}
.comments h4 {
    font-weight: 500;
    margin: 0px;
    font-size: 20px;
/*    margin-bottom: 30px;*/
}
.comments .media p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0px;
}
.comments .media h6 span {
    font-size: 10px;
    color: #333333;
    margin: 0;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.comments .media {
    margin-top: 40px;
}
.comments .media h6 {
    font-weight: 700;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}
.comments .raply {
    position: absolute;
    top: 20px;
    right: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #08ada7;
    margin-bottom: 0px;
}
.comments .raply i {
    margin-right: 5px;
}
.comments .avatar {
    margin-right: 10px;
    display: inline-block;
}
.comments .btn.raply:hover {
    background: #00b1f1;
    color: #fff;
}
.comments .media a img {
    margin-bottom: 10px;
}
.comments form label {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 10px;
}
.comments form .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.pager {
    margin-bottom: 80px;
    text-transform: uppercase;
    border-top: 1px solid #ffbe00;
    border-bottom: 1px solid #ffbe00;
    padding: 15px 0;
}
.pager a {
    font-size: 12px;
    border: none;
}
.comments {}
.comments .btn {
    border-color: #8e0c34;
    color: #8e0c34;
    float: none;
    display: inline-block;
    text-transform: uppercase;
}
.comments .btn:hover {
    color: #fff;
}
.comments h4 {
    color: #333;
    font-weight: bold;
}
.admin-info {
    border: 1px solid #cccccc;
    padding: 24px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.admin-info h5 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}
.admin-info .social_icons {
    margin-top: 10px;
}
.admin-info .admin-img {
    width: 175px;
    display: inline-block;
    margin-right: 0px;
}
.social_icons li {
    display: inline-block;
    color: #989898;
}
.social_icons li a {
    color: #fff;
    margin: 0 5px;
    font-family: 'Lato', sans-serif;
}
.social_icons li h4 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}
.blog-col-2.blog-page .post-in {
    padding: 25px 0px;
    background: none;
    text-align: left;
}

/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {}
.papu-post .media-left {
    margin-right: 0px;
}
.papu-post .media-left img {
    width: 100%;
}
.papu-post .media-left a {
    width: 60px;
    margin-right: 0px;
    display: inline-block;
}
.papu-post span {
    color: #08ada7;
    letter-spacing: 0px;
    font-size: 12px;
    text-transform: none;
}
.papu-post li {
    padding: 20px 0;
    margin: 0px;
    padding-top: 0px;
}
.papu-post .media-heading {
    display: inline-block;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    color: #333333;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
}

/*=======================================================
      PAGINATION
========================================================*/
.pagination {
    padding-top: 30px;
    border: none !important;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    text-align: center;
}
.pagination ul li {
    border: none;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a,
.pagination>li>span {
    border: none;
    border-radius: 0px !important;
    padding: 0px;
    text-align: center;
    line-height: 33px;
    color: #000;
    margin: 0px;
    display: inline-block;
    padding: 0px;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    text-transform: uppercase;
}
.pagination>li>a:hover {
    background: #AC4E4E;
    color: #fff;
    border-color: #AC4E4E;
}
.pagination li.active a {
    background: #AC4E4E;
    color: #fff;
    border-color: #AC4E4E;
}

.heading-block .h-one{
    color: #000;
}

.h-one span{
    font-weight: bold;
}

/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {}
.papu-post .media-left {
    margin-right: 0px;
}
.papu-post .media-left img {
    width: 100%;
    border-radius: 50%;
}
.papu-post .media-left a {
    width: 60px;
    margin-right: 0px;
    display: inline-block;
}
.papu-post span {
    color: #000000;
    letter-spacing: 0px;
    font-size: 10px;
    text-transform: none;
}
.papu-post li {
    padding: 20px 0;
    margin: 0px;
    padding-top: 0px;
}
.papu-post .media-heading {
    display: inline-block;
    width: 100%;
    color: #000;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}
.search input {
    display: inline-block;
    width: 100%;
    height: 45px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
}
.search button {
    float: right;
    margin-top: 0px;
    line-height: 45px;
    margin-right: 0px;
    margin-top: -45px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: none;
    color: #313f46;
    width: 45px;
    height: 45px;
    font-size: 16px;
    background: none;
}

/*=======================================================
			TRANSPARENT COLOR
========================================================*/
.overlay {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.gra-overlay {
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.7);
}

/*=======================================================
			CONTENT BG
========================================================*/
.parallax-bg-s {
    background: url(../images/background/parallax-bg.html) top fixed no-repeat;
    background-size: cover;
}

/*=======================================================
			CONTENT
========================================================*/
.content {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 1;
}
.sub-banner {
    background: url(../images/background/texti-bg.html) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}
.sub-banner h2 {
    color: #fff;
}
.sub-banner p {
    font-size: 18px;
    color: #fff;
    font-style: italic;
}
.comments {
    margin-top: 100px;
}
.comments .head {
    border-bottom: 3px solid #1c1c1c;
    display: inline-block;
    width: 100%;
}
.comments h5 {
    text-transform: uppercase;
    color: #1c1c1c;
}
.comments .com {}
.comments .com h5 {
    color: #515151;
    text-transform: none;
}
.comments .com h5 span {
    color: #bcbcbc;
    margin-left: 20px;
}
.comments .com .media {
    margin-top: 30px;
}
.comments .com .media-body {
    margin-left: 30px;
}
.comments .com .media-body span.date {
    font-size: 12px;
    margin-left: 0px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.comments .com .reply {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.comments .com .media-object {
    margin-right: 20px;
}
.com-form h5 {
    color: #515151;
    margin: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.com-form {
    background: #f3f3f3;
    padding: 30px 30px;
}
.com-form {
    margin-bottom: 50px;
}
.com-form input {
    border: none;
    border-radius: 0px;
    font-weight: 100;
    height: 40px;
    width: 320px;
}
.com-form textarea {
    border: none;
    border-radius: 0px;
    font-weight: 100;
    width: 100%;
    margin-bottom: 20px;
}
.com-form button {
    background: #1c1c1c;
    text-transform: uppercase;
}
.com-form button:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.single-post {
    margin: 100px 0;
}
.search input {
    border: 1px solid #000000;
    border-radius: 0px;
    height: 45px;
}
.side-tittle {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 10px;
}
.side-bar hr {
    width: 70px;
    height: 2px;
    border: none;
    display: inline-block;
    margin-top: 0px;
    background: #AC4E4E;
}
.search {}
.sider-bar h5 {
    margin-top: 50px;
    text-transform: uppercase;
}
.sider-bar .small-post li {
    border-bottom: 1px solid #dbdada;
    padding-bottom: 15px;
    margin-top: 15px;
}
.sider-bar .small-img {
    float: left;
    margin-right: 15px;
}
.sider-bar .post-text {}
.sider-bar .post-text span {
    color: #bcbcbc;
    text-transform: uppercase;
    font-size: 11px;
}
.tittle-post {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    margin-bottom: 15px;
}
.post-info .btn {
    border-radius: 0px;
    padding: 10px 40px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}
.post-info p {
    font-size: 14px;
    line-height: 28px;
}
.post-info .extra i {
    margin-right: 10px;
}
.post-info .extra {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
}
.post-info blockquote span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
    font-weight: bold;
}
.post-info blockquote {
    font-size: 16px;
    padding: 30px 40px;
    border: none;
    text-align: center;
    line-height: 32px;
    margin: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/*=======================================================
			SOCIAL ICONS
========================================================*/
.social_icons {
    position: relative;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
    ;
}
.social_icons li {
    display: inline-block;
    border-radius: 50% !important;
}
.social_icons a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 0px 0px 0;
    font-size: 20px;
    line-height: 45px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}
.social_icons a:hover i {
    color: #fff;
    -webkit-transition: 0.4s ease-in-out;
}
.social_icons .behance a:hover {
    color: #fff;
    background-color: #2b9ad2;
    border-color: #2b9ad2;
}
.social_icons .blogger a:hover {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500;
}
.social_icons .deviantart a:hover {
    color: #fff;
    background-color: #536659;
    border-color: #536659;
}
.social_icons .dribbble a:hover {
    color: #fff;
    background-color: #f973a4;
    border-color: #f973a4;
}
.social_icons .facebook a:hover {
    color: #fff;
    background-color: #3b5a9b;
    border-color: #3b5a9b;
}
.social_icons .flickr a:hover {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084;
}
.social_icons .forrst a:hover {
    color: #fff;
    background-color: #2f713d;
    border-color: #2f713d;
}
.social_icons .googleplus a:hover {
    color: #fff;
    background-color: #f63d26;
    border-color: #f63d26;
}
.social_icons .instagram a:hover {
    color: #fff;
    background-color: #507ea4;
    border-color: #507ea4;
}
.social_icons .lastfm a:hover {
    color: #fff;
    background-color: #da0019;
    border-color: #da0019;
}
.social_icons .linkedin a:hover {
    color: #fff;
    background-color: #0072b2;
    border-color: #0072b2;
}
.social_icons .paypal a:hover {
    color: #fff;
    background-color: #165c82;
    border-color: #165c82;
}
.social_icons .picasa a:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
}
.social_icons .pinterest a:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
}
.social_icons .skype a:hover {
    color: #fff;
    background-color: #00aaf1;
    border-color: #00aaf1;
}
.social_icons .soundcloud a:hover {
    color: #fff;
    background-color: #ff6900;
    border-color: #ff6900;
}
.social_icons .stumbleupon a:hover {
    color: #fff;
    background-color: #eb4823;
    border-color: #eb4823;
}
.social_icons .twitter a:hover {
    color: #fff;
    background-color: #2baae1;
    border-color: #2baae1;
}
.social_icons .vimeo a:hover {
    color: #fff;
    background-color: #40b2dc;
    border-color: #40b2dc;
}
.social_icons .youtube a:hover {
    color: #fff;
    background-color: #ff3330;
    border-color: #ff3330;
}
.comments .media-body h4 {
    color: #222222;
}
.comments .media-body h4 span {
    font-size: 12px;
    color: #777777;
    margin-left: 20px;
    display: inline-block;
    width: 100%;
}
.comments .media-body a {}
.comments {
    margin-top: 30px;
}
.comments .media-list {
    margin-bottom: 30px;
}
.comments .media-list li {
    position: relative;
}
.comments .media-left {
    margin-right: 20px;
}
.comments .media-left a {
    width: 80px;
    display: inline-block;
}
.comments .media-body {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 30px;
    background: #e5e5e5;
    margin-bottom: 30px;
}
.comments h4 {
    font-weight: 500;
    margin: 0px;
    font-size: 20px;
/*    margin-bottom: 30px;*/
}
.comments .media p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0px;
}
.comments .media h6 span {
    font-size: 10px;
    color: #333333;
    margin: 0;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    font-weight: normal;
    margin-left: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.comments .media {
    margin-top: 40px;
}
.comments .media h6 {
    font-weight: 700;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}
.comments .raply {
    position: absolute;
    top: 20px;
    right: 30px;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin-bottom: 0px;
}
.comments .raply i {
    margin-right: 5px;
}
.comments .avatar {
    margin-right: 10px;
    display: inline-block;
}
.comments .btn.raply:hover {
    background: #00b1f1;
    color: #fff;
}
.comments .media a img {
    margin-bottom: 10px;
}
.comments form label {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    color: #333333;
    font-size: 10px;
}
.comments form .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    border: 1px solid #000;
}
.comments form textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.form-control:focus {
  border-color: transparent;
  outline: 0 none;
}
.pager {
    margin-bottom: 80px;
    text-transform: uppercase;
    border-top: 1px solid #ffbe00;
    border-bottom: 1px solid #ffbe00;
    padding: 15px 0;
}
.pager a {
    font-size: 12px;
    border: none;
}
.comments {
    border-top: 1px dotted #000;
    padding-top: 50px;
}
.comments .btn {
    float: none;
    border-radius: 0px;
    padding: 10px 50px;
    color: #fff;
    border: none;
    display: inline-block;
}
.comments .btn:hover {
    color: #000;
}
.comments h4 {
    color: #333;
    font-size: 22px;
    font-weight: normal;
}
.abt-heading-main{
    color:#000000c9;
    text-align: center;
    font-size: 32px;
}
.abt-heading-main-diff{
    color:#000000c9;
    font-size: 32px;
}
.abt-main-prg{
    color: #333333d1;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}
.offer-about{
    padding: 10px 0px;
}
.abt-dance-difnt{
    padding: 50px 0px;
}
.about-img-container{
    padding-top: 25px ;
}
.dance-hm-team-content{
    padding: 25px;
}
.dance-hm-team-content p{
    color: #333333d1;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}
.personal-container{
    background: url('../images/who.png');
    background-size: 100%;
    padding: 60px 0px;
    background-repeat: no-repeat;
}
.personal-heading-dt{
    color:#000000c9;
    padding: 20px 10px;
    font-size: 25px; 
    color: white;  
}
.personal-service-list{
    color: #333333d1;
    padding: 10px;
    list-style-type: circle;
}
.personal-service-list li{
    line-height: 20px;
}
.personal-main-prg{
    color: white;
    font-size: 12px;
    line-height: 28px;
    text-align: justify;
    padding: 0px 10px;
}
.quot{
    font-size: 20px; 
    font-style: italic;
}
.modal-dialog{
    margin-left: 0; 
    margin-right: 0; 
    width: 100%;
}
.vid{
    height: 500px; 
    width: 100%;
}
.sticky-wrapper {
    background: #242428;
}
.sticky-wrapper .sticky {
    background: #242428;
}
.top-ab{
    padding: 0;
}
.my-pd {
    padding:20px 5px;
}
.my-img{
    width: 100%;
}

/*Accordian Start*/
.panel-heading.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content:"\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    position: relative;
    bottom: 23px;
    font-size: 15pt;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}
.panel-heading.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\e080";
    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading:hover {
    cursor: pointer;
}
.panel-heading:hover h4 {
    text-decoration: underline;
}
/*Accordian End*/

#contact-form {
  max-width: 90%;
  margin: 0 auto;
}

#contact-form label {
  font-weight: 400;
  cursor: pointer;
}

#contact-form textarea,
#contact-form input {
  border: none;
  outline: none;
  border-radius: 0;
  text-align: center;
  background: none;
  font-weight: 700;
  font-family: 'Lato', georgia;
  font-size: 25px;
  color: rgba(255, 255, 255, 1);
  max-width: 90%;
  padding: 1rem;
  border: 2px dashed rgba(255, 255, 255, 0);
  box-sizing: border-box;
  cursor: text;
}

#contact-form textarea {
  text-align: left;
  /* overflow:hidden; */
  
  resize: none;
  width: 90%;
  border-color: rgba(255, 255, 255, 0)
}

#contact-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px dashed rgba(255, 255, 255, 1);
}

#contact-form textarea:focus:required:valid {
  border: 2px solid rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#contact-form textarea:required:valid {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#contact-form input {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}

#contact-form input:required,
#contact-form textarea:required {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}

#contact-form input:focus {
  border-bottom: 2px dashed rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 0.2);
}

#contact-form input:required:valid {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#contact-form input:required:invalid {
  color: rgba(255, 255, 255, 0.5);
}

::-webkit-input-placeholder {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  font-weight: 400;
}

:-ms-input-placeholder {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  font-weight: 400;
}

#contact-form .expanding {
  vertical-align: top;
}

#contact-form .send-icn {
  fill: rgba(255, 255, 255, 1)
}

#contact-form .send-icn:hover {
  fill: rgba(0, 0, 0, 1);
  cursor: pointer;
}

#contact-form button {
  background: none;
  border: none;
  outline: none;
  margin: 2vmax;
}

#contact-form button:hover {
  opacity: 1;
}

.biz{
    color: #fff;
    cursor: text;
}

.biz:hover{
    text-decoration: none;
    color: #fff;
}

.mod:hover{
    text-decoration: none;
    color: #AC4E4E;
}
.con{
    color: #fff;
}
#error_message{background: #F3A6A6;width: 100%;}#success_message{background: #CCF5CC;width: 100%;font-weight: bold;text-align: center;font-size: 12px;}.ajax_response {padding: 10px 20px;border: 0;display: inline-block;margin-top: 20px;cursor: pointer;display:none;color:#555;}

.container-fluid{
    padding-right: 0;
    padding-left: 0;
    margin-top:62px;
}

.carousel-caption p, .carousel-caption h3{
    color: #AC4E4E; 
}