 .video-section{
    padding-top:30px;
    padding-bottom:90px;
    padding-left:90px;
    text-align:left;
    background:linear-gradient(#E55EA2,#eee);
    font-family:'Lobster', cursive;
}
 .top{
     padding-top: 15px;
}
 h2.title-top{
     font-family: 'Playfair Display SC', serif;
     color: #EEE;
     font-size: 2em;
     letter-spacing: 1px;
}
 h1{
     font-family: 'Playfair Display SC', serif;
     color: #000;
}
 img.about{
     width: 80%;
     -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
.shadow{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
 h2{
    font-family: 'Playfair Display SC', serif;
}
 #text-white{
     color: #ffff!important;
}
 .text-black{
     color: #000;
}
 #header{
     font-family: 'Fira Sans', sans-serif;
}

.size-1{
    font-size: 1em!important;
}
.size-2{
    font-size: 2em!important;
}
.size-3{
    font-size: 3em!important;
}
.size-4{
    font-size: 4em!important;
}
.size-5{
    font-size: 5em!important;
}
.size-6{
    font-size: 6em!important;
}

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

#subtext{
     font-family: 'Montserrat', sans-serif;
}
#smallsubtext{
     font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-style: italic;
}
#border-top{
    border-top-style: solid;
    border-top-color: #eee;
    border-width: 1px;
    
}
 .tooltip {
     position: relative;
     display: inline-block;
     border-bottom: 1px dotted black;
}
 .tooltip .tooltiptext {
     visibility: hidden;
     width: 120px;
     background-color: black;
     color: #fff;
     text-align: center;
     border-radius: 6px;
     padding: 5px 0;
    /* Position the tooltip */
     position: absolute;
     z-index: 1;
     bottom: 100%;
     left: 50%;
     margin-left: -60px;
}
 .tooltip:hover .tooltiptext {
     visibility: visible;
}

 h3{
    font-family: 'Abhaya Libre', serif;
     margin-top: 30px;
}
 li{
     font-family: 'Playfair Display SC', serif;
     color: #fff;
}
 .navbar-default .navbar-nav>li>a{
     color: #fff;
}
 .navbar-default .navbar-nav>li>a:hover {
     color: #fff;
}
 .navbar-default .navbar-nav>li>a:focus{
     color: #fff;
}
 .navbar{
     background-color: transparent;
     background: transparent;
     border-color: transparent;
}
/* Custom container */
 .container-full {
     margin: 0 auto;
     width: 100%;
     min-height:100%;
     background-image:url("2.jpg");
     background-position: center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     overflow: hidden;
     color:#eee;
}
 .container-full a {
     color:#efefef;
     text-decoration:none;
}
 .v-center {
     margin-top:7%;
}
 blockquote{
     border-left:none 
}
 .quote-badge{
     background-color: rgba(0, 0, 0, 0.2);
}
 .quote-box{
     overflow: hidden;
     margin-top: -50px;
     padding-top: -100px;
     border-radius: 17px;
     background-color: #7FA6AD;
     margin-top: 25px;
     color:white;
     width: 325px;
     box-shadow: 2px 2px 2px 2px #E0E0E0;
}
 .quotation-mark{
     margin-bottom: -20px;
     margin-top: -10px;
     font-weight: bold;
     font-size:50px;
     color:white;
     font-family: "Times New Roman", Georgia, Serif;
}
 .quote-text{
     font-size: 19px;
}
 .space{
     padding-top: 15px;
     padding-bottom: 20px;
}
 .headingwhite{
     color: #fff;
}
 .top-section{
     min-height: 100%;
    padding-top:30px;
    height:100%;
     padding-bottom:90px;
    text-align:center;
    display:block;
    font-family: 'Playfair Display SC', serif;
}
 .titlefeature{
    color:#000;
    font-family: 'Playfair Display SC', serif;
     padding-bottom: 50px;
}
.featureimg{
    width: 70%;
    border-radius: 50%;
}
 .page-bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    z-index:-3;
    background-size:cover;
}
 .img-circle{
    border-radius:50%;
    max-width:130px;
    margin-top:5px;
    margin-bottom:5px;
}
 .background{
    max-width:600px;
}
 .title{
    font-weight:900;
    color:#fff;
    padding:20px;
}
 .titlecat{
    text-align: center;
     font-weight:900;
    color:#fff;
    padding:30px;
}
 .titlevideo{
    font-weight:400;
    color:#000;
    margin-top:10px;
}
 .videoback{
    background-color:#eee;
    padding-bottom:40px;
    padding-top:10px;
}
 .titletop{
    font-weight:900;
    padding:20px;
}
 .subtitle{
    font-size:15px;
    text-align:left;
    padding-left:20px;
    ;
}
 .btn-primary{
    background-color:#ec49a4;
    width:50%;
    color:#fff;
}
 .btn-primary:hover{
    background-color:#ffd1dc;
}
 .logo{
    width:250px;
    margin-top: 150px;
    margin-bottom: 50px;
}
 .trainers{
    padding-top:50px;
     padding-bottom: 50px;
    color:#fff;
}
 a{
    color:#000;
}
 .Trainer-section{
    padding-top:90px;
     background-image: linear-gradient(to bottom, #000000, #383838, #707070, #adadad, #eeeeee);
     color: #fff;
}
.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-size: 17px;
            color: #000;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
		    background: #28CB75;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
		#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
		    background: #C4C4CC;
		    display: block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
 .Categories-section{
     background-image: url(4.jpg);
     background-size: cover;
     background-position: center;
     color: #fff;
}
 .titlesection{
    border-top:10px;
    padding-left:90px;
    text-align:center;
    font-family:'Roboto', sans-serif;
}
 .trainerimg{
    width:75%;
}

.caps{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.1;
}
.datesmall{
    font-size: 8px;
}
 .Features-section{
    overflow: hidden;
     background-color:#eee;
    background-repeat:no-repeat;
    padding-bottom:100px;
    text-align:center;
    z-index:100;
    display:block;
    font-family:'Roboto', sans-serif;
}
.griditemtext{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    width: 100%; 
}

 .small_accent_heading{
    font-weight:100;
    font-size:24px;
    text-transform:uppercase;
    color:#ec49a4;
    letter-spacing:.4em;
}
 .trainertxt{
    padding-top:30px;
     max-height: 50%;
     font-family:'EB Garamond', serif;
}
 .small_section_heading{
    color:#FFF;
    text-shadow:#000;
    width:100%;
    font-weight:400;
    background-color:#ffd1dc;
    font-family:'EB Garamond', serif;
    padding:20px;
}
 .large_section_heading{
    font-weight:100;
    font-family:'Lobster', cursive;
    font-size:48px;
    color:#ec49a4;
    letter-spacing:0;
    padding-bottom:15px;
    padding-top:5px;
}
 @media (min-width:680px) .container{
    width:350px;
}
 .icon{
    font-size:32px;
}
 .fa:hover{
    color:#fff;
}
 #pinBoot{
    position:relative;
    max-width:100%;
     margin-left: 20px;
     width:100%;
}
 img{
    width:100%;
    max-width:100%;
    height:auto;
}
 .white-panel{
    position:absolute;
    background:white;
    box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);
    padding:10px;
    border-radius:25px;
}
 .white-panel h1{
    font-size:1em;
}
 .white-panel h1 a{
    color:#A92733;
}
 .video{
    width:100%;
}
 .Picks{
    font-weight:900;
    padding:20px;
    font-size:30px;
    color:#fff;
}
 .Picks .fa{
    color:#fff;
}
 .video:hover{
}
 .fa{
    color:#fff;
}
 .trainers .fa{
    color:#fff;
}
 .white-panel:hover{
    box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top:-5px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
 .nav-pills{
    margin-bottom:20px;
    text-align:center;
}
 .nav-pills>li{
    color:#fff;
}
 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color:#a92733;
}
 .trainingimg{
    padding-top:60px;
}
 .section-pose{
    padding-top:90px;
    padding-bottom:10px;
     background-color: #eee;
    text-align:center;
    z-index:100;
    display:block;
    font-family:'Roboto', sans-serif;
}
.bold{
    font-weight:bold;
}
.pad-top{
    padding-top: 30px;
}
.pad-bottom{
    padding-top: 30px;
}
 .weekimg{
    height:100%;
    float:left;
    vertical-align:middle;
}
 .pickstitle{
    margin:0;
}
 h3 span{
    color:#000;
     letter-spacing:-1px;
    background:rgb(0, 0, 0);
    background:#fff;
    padding:10px;
    margin:20px;
}
 .connectedhead {
    font-size:1.5em;
    font-family: 'Playfair Display SC', serif;
    letter-spacing:-1px;
}
 h4 span{
    letter-spacing:-1px;
    background:rgb(0, 0, 0);
    background:#fff;
    padding:10px;
}
 .date{
    width:100%;
    text-align:center;
    border-bottom:1px solid #ccc;
    font-family:'EB Garamond', serif;
    font-size:16px;
    line-height:0.1em;
}
 h2 span{
    background:#fff;
    padding:10px;
}
 .backgroundimg1{
    background-image:url(3.jpg);
    background-size:cover;
    padding:10vw;
}
 .below{
    margin-top:15px;
}
 .week{
    margin-bottom:30px;
    border-radius:5px;
}
 ul.social-network{
    list-style:none;
    display:inline;
    margin-left:0 !important;
    padding:0;
}
 ul.social-network li{
    padding-top: 10px;
}
 .social-network a.icoRss:hover{
    background-color:#F56505;
}
 .social-network a.icoFacebook:hover{
    background-color:#3B5998;
}
 .social-network a.icoTwitter:hover{
    background-color:#33ccff;
}
 .social-network a.icoGoogle:hover{
    background-color:#BD3518;
}
 .social-network a.icoVimeo:hover{
    background-color:#0590B8;
}
 .social-network a.icoLinkedin:hover{
    background-color:#007bb7;
}
 .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i{
    color:#fff;
}
 a.socialIcon:hover, .socialHoverClass{
    color:#44BCDD;
}
 .social-circle li a{
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width:50px;
    height:50px;
    font-size:20px;
    background-color:#eee;
}
 .social-circle li i{
    margin:0;
    line-height:50px;
    text-align:center;
    color:#000;
}
 .social-circle li a:hover i, .triggeredHover{
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -ms--transform:rotate(360deg);
    transform:rotate(360deg);
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
    transition:all 0.2s;
}
 .social-circle i{
    color:#fff;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
    transition:all 0.8s;
}
 .connectedimg{
    padding:5px;
}
 .connectedimg:hover{
    opacity:0.3;
}
 .connected{
}
 a:hover,a:focus{
     color: #000;
}
 .top{
    margin-top:20px;
}
 .outer{
    width:100%;
    opacity:0.3px;
    padding-bottom:40px;
}
 @import "//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css";
.box > .icon{
    text-align:center;
    position:relative;
}
 .box > .icon > .image{
    position:relative;
    z-index:2;
    margin:auto;
    width:88px;
    height:88px;
    border:8px solid white;
    line-height:88px;
    border-radius:50%;
    background:#8b008b;
    vertical-align:middle;
}
 .box > .icon > .image > i{
    font-size:45px !important;
    color:#fff !important;
}
 .box > .icon:hover > .image > i{
    color:white !important;
}
 .box > .icon > .info{
    margin-top:-24px;
    background:rgba(0, 0, 0, 0.04);
    background-color:#fff;
    border:1px solid #e0e0e0;
    padding:15px 0 10px 0;
}
 .box > .icon > .info > h3.title{
    font-family:sans-serif !important;
    font-size:16px;
    color:#222;
    font-weight:500;
}
 .box > .icon > .info > p{
    font-family:sans-serif !important;
    font-size:13px;
    color:#666;
    line-height:1.5em;
    margin:20px;
}
 .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a{
    color:#222;
}
 .box > .icon > .info > .more a{
    font-family:sans-serif !important;
    font-size:12px;
    color:#222;
    line-height:12px;
    text-transform:uppercase;
    text-decoration:none;
}
 .box > .icon:hover > .info > .more > a{
    color:#fff;
    padding:6px 8px;
    background-color:#63B76C;
}
 .box .space{
    height:30px;
}
 .widgetimg{
    min-height:270px;
    max-height:270px;
}
 .modal-header-primary{
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color:#428bca;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
 .widget{
    padding-top:50px;
}

 .footerextra a{
     color: #fff;
}
 .footerextra{
     padding: 15px 15px;
}
 .featimg{
     padding-top: 5px;
     padding-bottom: 5px;
}
 .footer-content{
     background-color: #000;
     color: #fff;
}
 .modal-footer{
     padding: 35px;
     border: 0;
}
 .modal-header{
     text-align: center;
     padding: 0px;
     border-bottom: 0;
}
 .modal-title{
     text-align: center;
}
 .modal-body{
     text-align: center;
     padding-top: 20px;
     padding-bottom: 40px;
}
 .popover-title{
     font-family: inherit;
     font-weight: bold;
}
 .titlefeat{
    font-family: 'Playfair Display SC', serif;
    color:#000;
}
 .pickssub{
    color:#000;
}
#pickitem{
    background-color: #fff;
    border-right: 1px solid #eee;
    padding: 15px;

}
#pickitemsm{
    background-color: #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px;
    height: 300px;

}
#pickitemsm #header{
    margin-top: 15px;
}
#pickitemlg{
    background-color: #fff;
    border-right: 1px solid #eee;
    padding: 15px;
    height: 600px;

}
.backstyle{
    padding: 25px;
   background: #fff;
		    border-radius: 4px;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.backstyle-top{
    background-color: #fff;
    padding: 5px;
    background: #fff;
		    border-radius: 4px;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    margin-bottom: 20px;
}
 .pickstext{
    text-align:left;
    font-family:'EB Garamond', serif;
}
 .pickstext i{
    color:#000;
}
 .pickstext i:hover{
     color: #000;
}
 .picksback{
    background-color:#eee;
    border-radius:25px;
    padding:20px;
}
 .picksback:hover{
    box-shadow:5px 5px 2px #888888;
}
 .outer6{
    margin-top:30px;
}
 .outer12{
    margin-top:70px;
}
@media only screen and (max-width: 1000px) {
    #welcometext{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 960px) {
}

 @media only screen and (max-width: 767px) {
    /* For mobile phones: */
     img.about{
         display: none;
    }
     .modal-body{
         padding-bottom: 20px;
    }
     .modal-footer{
         padding: 20px;
    }
     .container-full{
         background-position-x: -500px;
    }
     h3 span{
         font-size: 14px;
    }
     .Features-section{
         padding-bottom: 200px;
    }
     h4 span{
         font-size: 14px;
    }
     .titlecat{
         margin-top: 80px;
    }
     .section-pose{
         padding-top: 0px;
     }

}
@media only screen and (max-width: 414px) {
    #pickitem{
        height: 400px;
    }
    #pickitemlg{
        height: 500px;
    }
    .catheader{
        text-align: center;
    }
}
