/*
  Theme Name: selectbasketball
  Author: JLW
  Description: Select Basketball Website
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Home / Navigation + Main Carousel
3. who-we-are
4. cause-list
5. promo-section
6. Recent-post
7. our members
8. work-gallery
9. our-partner
10. word-for-creato
11. Contact Us
12. Footer
13. Carousel vertical
14. Carousel-Fade
15. Instructor

==========================================================================*/


/*========================
=======Typography=========
==========================*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #454545;
    background-color: #fff;
}

ul {
    list-style: none;
    margin:0;
    padding:0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;
    background: transparent;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color:#F47521;
}

h1 {
    font-size:36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-transform:capitalize;
}
.product-info ul li { float: none; margin-bottom:10px;text-align: left; position: relative; padding-left: 25px;}
.product-info ul li:before{position: absolute; top: 0; left: 0; content:"\f058"; font-family:'FontAwesome'; margin-right: 10px;}
.padding{
    padding:100px 0;
}
.mar-top-50 {margin-top:50px;}
.mar-top-30 {margin-top:30px;}
.mar-top-10 {margin-top:10px !important;}
.mar-top-20 {margin-top: 20px !important;}
.mar-bot-0 {margin-bottom: 0px !important;}
.mar-bot-30 {margin-bottom: 30px;}


.top-section {margin-top: 59px;}

.section-title {
    margin-bottom: 70px;
    padding-bottom: 0;
    font-weight:400;
    font-size:16px;
}

.section-title h1 {
    margin-top:10px;
    margin-bottom:15px;
    font-weight:700;
}

.section-title i {
    margin-right:20px;
}

.btn-primary, .wpcf7-submit {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-transform:capitalize !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: #F47521;
    border: none;
    padding: 15px 20px;
    border: 0px;
    font-size: 18px;
    font-weight: 700;
}
.wpcf7-submit {color: #FFF !important;}
.color-section .btn-primary {}
.btn-primary:hover { background-color: rgba(244, 117, 33, 1);}
.wpcf7-submit:hover {background-color: rgba(244, 117, 33, 0.9);}
.color-section .btn-primary:hover { }

.btn-primary:before,
.btn-primary:after, .wpcf7-submit:before, .wpcf7-submit:after {
    content: '';
    position: absolute;
    border: #F47521 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.color-section .btn-primary:before,
.color-section .btn-primary:after {}
.btn-primary:hover:before, .btn-primary:focus:before, .btn-primary:active:before, .wpcf7-submit:hover:before, .wpcf7-submit:focus:before, .wpcf7-submit:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    width: 100%;
    min-height:437px;
    color:#fff;
    position:relative;
}

.overlay-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.form-control {
    height: 50px;
    padding:6px 20px;
    color: #fff;
    border:1px solid #eee;
    box-shadow: none;
    outline: none;
    background-color:transparent;
    font-weight:500;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:1px solid #fff;
}

.form-group {
    margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.social li a{
    background-color: #2a2a2a;
    padding: 15px;
    font-size: 30px;
    display:block;
    color:#fff;
}

.social li a:hover .fa-facebook {
    color:#566C9E;
}

.social li a:hover .fa-twitter {
    color:#0EB1F2;
}

.social li a:hover .fa-google-plus {
    color:#D54831;
}

.social li a:hover .fa-linkedin {
    color:#1F84D2;
}

.social li a:hover .fa-pinterest {
    color:#CD565C;
}

.social-icons  {
    font-size:16px;
    font-weight:600;
    margin-bottom:125px;
}

.social-icons ul {
    margin-top:20px;
}

.social-icons ul li i{
    background-color:#fff;
    color:#F47521;
    height:25px;
    width:25px;
    font-size:18px;
    line-height:25px;
    display:block;
    border-radius:3px;
    text-align:center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons ul li i:hover {
    color:#fff;
}

.social-icons ul li i:hover.fa-facebook {
    background-color:#566C9E;
}

.social-icons ul li i:hover.fa-twitter {
    background-color:#0EB1F2;
}

.social-icons ul li i:hover.fa-google-plus {
    background-color:#D54831;
}

.social-icons ul li i:hover.fa-linkedin {
    background-color:#1F84D2;
}

.social-icons ul li i:hover.fa-pinterest {
    background-color:#CD565C;
}


.main-slider .btn-primary{
    margin-top:15px;
}

#main-slider-wrapper .vegas-timer {
    display:none;
}

#home-section {
    background-image:url(images/slider/3.jpg);
}

#bg-video-section {
    position:relative;
    color:#000;
    height:730px;
}

#bg-video-section .overlay-bg {
    background-color:rgba(90, 106, 114, 0.50);
    z-index:2;
}


/*=========Overview==========*/
#overview {
    overflow:hidden;
}

#overview .section-title  {
    margin-bottom:35px;
}

#overview .section-title h1 {
    color:#F47521;
}
#overview .section-title h1:after { content: '';
    display: block;
    background:#FFF;
    height: 2px;
    max-width: 100px;
    width: 100%;
    margin: 30px auto; }

.overview {
    padding-top:60px;
}

.overview,
.overview .overview-image {
    position:relative;
}

.overview-pointer {
    position:absolute;
    width:100%;
    height:100%;
}

.overview-pointer ul li {
    position:absolute;
    min-width:330px;
}

.overview-pointer ul li.one {
    left:22%;
    top:10%;
}

.overview-pointer ul li.two {
    left:51%;
    top:1%;
}

.overview-pointer ul li.three {
    left:56%;
    top:25%;
}

.overview-pointer ul li.four {
    left:21%;
    top:33%;
}

.overview-pointer ul li.five {
    left:6%;
    top:45%;
}

.overview-pointer ul li.six {
    left:5%;
    top:62%;
}

.overview-pointer ul li.seven {
    left:38%;
    top:50%;
}

.overview-pointer ul li.eight {
    left:77%;
    top:38%;
}

.overview-pointer ul li.nine {
    left:61%;
    top:54%;
}

.overview-pointer .circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 10px solid #F47521;
    background-color: #fff;
    padding: 5px;
    position: absolute;
    left: 50%;
    bottom: -60px;
    margin-left: -10px;
    z-index:100;
}

.overview-pointer .circle:before {
    position:absolute;
    content:"";
    top:-23px;
    left:-23px;
    height:56px;
    width:56px;
    border-radius:50%;
    border:1px solid #F47521;
}

.tooltip-inner{
    padding:20px 20px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#5a6a72;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}

.tooltip.top .tooltip-arrow{
    bottom:-5px;
    left:50%;
    margin-left:-15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #5a6a72;
}


/*================Description==============*/


#description {
    background-color:#5a6a72;
    background-image:url(https://selectbasketballshanghai.com/wp-content/themes/selectbasketball/images/slider/select-basketball4.jpg);
    color:#fff;
}

#description .section-title {
    margin-bottom:45px;
}

#description .section-title h1{
    margin-bottom:35px;
}

.description-section img {
    display:inline-block;
}

.descriptions {
    position:relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.description {
    padding-left:50px;
    font-size:15px;
    padding-top:20px;
    padding-right:20px;
    padding-bottom:10px;
    max-width:400px;
    position:relative;
}

.description i {
    position:absolute;
    left:0;
    top:25px;
    font-size:24px;
}

.description h2 {
    margin-top:5px;
}

.descriptions:hover{
    background-color: rgba(244, 117, 33, 0.5);
}


/*================video-section==============*/
#video-section {
    padding-bottom:20px;
}

#video-section .section-title {
    margin-bottom:55px;
}

#video-section .section-title h1{
    color:#F47521;
    margin-bottom:30px;
}

#video-section .video {
    margin-right:25px;
    position:relative;
}

#video-section .video .overlay-bg {
    background-color: rgba(244, 117, 33, 0.8);
    z-index:1;
}

.video img{
    position:relative;
}

.video .video-link{
    position: absolute;
    color: #fff;
    font-size: 100px;
    left: 50%;
    top: 50%;
    z-index: 1;
    text-align: center;
    margin-top: -50px;
    margin-left: -50px;
    line-height:100px;
}

.video .video-link:hover {
    opacity:0.7;
}

#video-section .content h3 {
    font-weight:400;
    text-transform:initial;
    margin-bottom:35px;
    line-height:28px;
}

#video-section .content>p {
    margin-bottom:25px;
}

#video-section .btn-primary {
    margin-top:10px;
}


/*================Product-details==============*/

.product-details {
    position:relative;
    overflow:hidden;
}

#product-details .product-info {
    padding-top:80px;
    padding-bottom:90px;
}

#product-details .part-one .product-info,
#product-details .part-three .product-info {
    padding-right:20px;
}

#product-details .part-two .product-info {
    padding-left:20px;
}

#product-details .part-one {
    background-color:#5a6a72;
    color:#fff;
}

#product-details .part-three {
    background-color:#F47521;
    color:#fff;
}

#product-details .part-one .product-image,
#product-details .part-three .product-image {
    right:0;
}

#product-details .product-image {
    position:absolute;
    top:0;
    width:50%;
    height:100%;
}

#product-details .part-two .product-image {
    left:0;
}

.product-details h1 {
    font-weight:700;
}

.product-details h2 {
    font-size:20px;
    font-weight:300;
    line-height:1.3;
    text-transform:initial;
    margin-bottom:25px;
}

/*================Specification==============*/

#specification .section-title h1 {
    color:#F47521;
}

.specification {
    margin-bottom:45px;
}

.specification h4 {
    font-weight:600;
    margin-bottom:15px;
}

.specification ul li {
    margin-bottom:7px;
}



/*================Pricing-section==============*/

#pricing-section {
    background-color:#5a6a72;
    background-image:url(images/others/pricing-bg.jpg);
    color:#fff;
}

#pricing-section .section-title h1{
    margin-bottom:30px;
}

#pricing-section .plans {
    margin-bottom:15px;
}

.plans .plan{
    background-color:#f7f7f7;
    color:#616060;
    padding:30px 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.plans .plan h1,
.plans .plan h2{
    font-weight:700;
    color:#000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.plans .plan h1 {
    margin-top:10px;
    margin-bottom:30px;
}

.plans .plan h2 {
    font-size:20px;
}

.plans .plan .btn-primary {
    font-size:16px;
    padding:8px 20px;
    margin-top:20px;
}

.plans .plan.featured {
    background-color:#F47521;
    color:#fff;
}

.plans .plan.featured h1,
.plans .plan.featured h2 {
    color:#fff;
}

.plans .plan.featured .btn-primary {
    background-color:#ba0f48;
}


/*================call-to-action==============*/
#call-to-action {
    color:#5a6a72;
}
#call-to-action i {
    font-size:36px;
    height:83px;
    width:83px;
    line-height:83px;
    border:2px solid #5a6a72;
    border-radius:50%;
}

#call-to-action h2 {
    font-weight:400;
}

#call-to-action .col-sm-3:hover i{
    color:#F47521;
    border:2px solid #F47521;
}




/*================Contact us==============*/
#contact-us {
    background-color:#000;
    color:#fff;
}

#contact-us .section-title h1{
    margin-bottom:25px;
}

#contact-us .contact-form {
    padding-top:85px;
    padding-bottom:70px;
}

#contact-form #message {
    height:220px;
    resize:none;
    padding:18px;
}

#contact-form .btn-primary {
    display:inline-block;
    margin-top:35px;
    font-size:20px;
    text-transform:uppercase;
    padding:12px 35px;
}

#footer-bottom {
    background-color:#F47521;
    color:#fff;
    padding:40px 0 30px;
    font-weight:300;
}

#footer-bottom a {
    color:#fff;
    font-weight:600;
}

/*=========instructor==========*/
#instructor {
    padding-bottom:15px;
}
.instructor-image{
    overflow:hidden;
    position:relative;
}

.instructor-image img {
    width:100%;
}

.instructor-info {
    position:absolute;
    bottom:0;
    left:15px;
    right:15px;
    color:#fff;
    padding:30px 25px;
    max-height:135px;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.instructor-info h2 {
    font-weight:400;
}

.instructor-info .social-icons {
    margin-bottom:20px;
}

.instructor-image:after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    left:0;
    top:0;
    background-color:transparent;
    -moz-transform: scale(0.5) rotate(-360deg);
    -webkit-transform: scale(0.5) rotate(-360deg);
    -o-transform: scale(0.5) rotate(-360deg);
    -ms-transform: scale(0.5) rotate(-360deg);
    transform: scale(0.5) rotate(-360deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.instructor-info .social-icons,
.instructor-info .instructor-des {
    opacity:0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.instructor:hover .instructor-info .social-icons,
.instructor:hover .instructor-info .instructor-des{
    opacity:1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.instructor:hover .instructor-info {
    max-height:100%;
}

.instructor:hover .instructor-image:after {
    background-color: rgba(0, 0, 0, 0.8);
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.color-section {color: #FFF !important}
.black-section {color: #FFF !important; background-color: #000 !important;}
.orange-section {color: #FFF !important; background-color: #F47521 !important;}




/**
 * ========================================
 * CONTACT + MAPS
 * ========================================
 */
.contact-maps-box {
    position: relative;
    z-index: 2;
    padding: 40px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.section-dark .contact-maps-box {
    background-color: #222;
    background-color: rgba(34,34,34,0.9);
}
.contact-maps-section .section-background-maps {
    z-index: 1;
}
.contact-maps-section .container {
    position: static;
}
@media ( max-width: 1400px ) {
    #slider-section, #home-section {
        height: 620px;
    }
    .main-slider .slider-content {
        margin-top:-280px;
    }
}
@media ( max-width: 991px ) {
    .contact-maps-section .section-background {
        position: relative;
        padding-top: 62.5%;
        margin-top: -90px;
        overflow: hidden;
    }
    .contact-maps-box {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 30px;
    }
}

/**
 * ========================================
 * CONTACT
 * ========================================
 */
.contact-row {
    margin-top: 20px;
}
#contact-section {
    background: url(images/basketball/wood-court-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/**
 * ========================================
 * CLOSING
 * ========================================
 */
.closing-shout, .closing-buttons {
    text-align: center;
}
.closing-shout {
    font-size: 24px;
    margin-bottom: 40px;
}

/**
 * ========================================
 * FOOTER
 * ========================================
 */
.footer-section {
    padding-bottom: 30px;
    text-align: center;
    padding-top: 40px;
}
.footer-logo {
    margin-top: 0;
    margin-bottom: 60px;
}
.footer-socmed {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}
.footer-socmed > a {
    display: inline-block;
    margin: 0 10px;
    color: inherit;
    opacity: 0.5;
}
.footer-socmed > a:hover, .footer-socmed > a:focus {
    color: inherit;
    opacity: 1;
}
.footer-copyright {
    opacity: 0.5;
}
.footer-copyright a:link, .footer-copyright a:visited {color: #FFF !important;}
.footer-copyright a:hover {opacity: .5;}


/**
 * ========================================
 * FORMS
 * ========================================
 */
.form-heading {
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.form-heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    width: 60px;
    background-color: rgba(0,0,0,0.1);
}
.form-heading.text-center:after {
    left: 50%;
    margin-left: -30px;
}
.section-dark .form-heading:after,
.section-accent .form-heading:after {
    background-color: rgba(255,255,255,0.2);
}
.form-group {
    margin: 20px 0;
}
.form-group-submit {
    margin-top: 30px;
}
.form-group > label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #888;
}
.form-control:-moz-placeholder {
    color: #888;
}
.form-control::-moz-placeholder {
    color: #888;
}
.form-control:-ms-input-placeholder {
    color: #888;
}
.form-control {
    font-size: inherit;
    line-height: inherit;
    height: 40px;
    padding: 6px 12px;
    color: #444;
    border-color: #ccc;
    background-color: rgba(255,255,255,0.85);
}
.section-dark .form-control {
    border-color: #aaa;
}
.section-accent .form-control {
    border-color: rgba(0,0,0,0.05);
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #aaa;
    background-color: #fff;
}
.section-dark .form-control:focus {
    border-color: #ccc;
}
.section-accent .form-control:focus {
    border-color: rgba(0,0,0,0.1);
}
.form-control-lg {
    font-size: 17px;
    line-height: 30px;
    height: 60px;
    padding: 14px 24px;
}
.form-validation {
    display: none;
    padding: 11.5px 17px;
    border-radius: 0;
}
.form-validation:empty {
    display: none !important;
}
.form-validation.alert-danger {
    color: #fff;
    background-color: #a94442;
    background-color: rgba(169,68,66,0.8);
    border-color: #a94442;
}
.form-validation.alert-success {
    color: #fff;
    background-color: #3c763d;
    background-color: rgba(60,118,61,0.8);
    border-color: #3c763d;
}

.subscription-form {
    margin-top: 30px;
}
@media ( max-width: 900px ) {
    .navbar-brand img {
        height: 40px;
    }
}
@media ( max-width: 900px ) {
    .navbar-brand img {
        height: 30px;
        margin-top: 7px;
    }
}
@media ( max-width: 767px ) {
    .subscription-form-input > * {
        text-align: center;
    }
    .subscription-form-submit {
        display: block;
        margin-top: 15px;
    }
    .subscription-form-submit > * {
        width: 100%;
    }
}
@media ( min-width: 768px ) {
    .subscription-form-wrapper {
        display: table;
        width: 100%;
        margin: 0;
    }
    .subscription-form-submit {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }
    .subscription-form-input {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
}
@media ( max-width: 430px ) {
    .navbar-brand img {
        height: 35px;
        margin-top: 5px;
    }
}
@media ( max-width: 390px ) {
    .navbar-brand img {
        height: 30px;
        margin-top: 7px;
    }
}
@media ( max-width: 345px ) {
    .navbar-brand img {
        height: 25px;
        margin-top: 10px;
    }
}


.fa-ul {
    margin-left: 40px; padding-top: 10px;
}
.fa-ul li {
    padding: 5px 0;
}
.fa-li {
    top: 10px;
    left: -40px;
    width: 30px;
    font-size: 16px;
    line-height: 1;
    opacity: 0.5;
    text-align: center;
}

.who-we-are .col-sm-3 h2 {text-transform: capitalize !important; font-size: 20px !important;}

#ecwd-events-content, .brief {margin: 100px auto; !important; }
.ecwd-event {background-color: transparent !important;}
#ecwd_back_link {}
#ecwd_back_link:before { content:"\f104"; font-family:'FontAwesome'; color: #333; margin-right: 5px;}

.foogallery-container {clear: both !important; padding-top: 50px !important;}

.full-width-img img { width: 100% !important; max-width: 100% !important;}

/*========================
=======RESPONSIVE STYLE SHEET=========
==========================*/

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav li a {
        font-size: 14px;
        line-height: 40px;
        text-transform: capitalize;
        padding: 15px 10px;
    }
    .overview-pointer ul li.one {
        left:18%;
    }
    .overview-pointer ul li.four {
        left:15%;
    }
    .overview-pointer ul li.five {
        left:0;
    }
    .overview-pointer ul li.eight{
        left:70%;
    }
    .overview-pointer ul li.seven {
        left: 28%;
        top: 43%;
    }
    .overview-pointer ul li.two {
        left:38%;
    }
    #video-section .video{
        margin-bottom:45px;
    }
    #product-details .part-one .product-info,
    #product-details .part-three .product-info {
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }
    #product-details .product-image {
        width:100%;
        opacity:0.2;
    }
    .plans .plan {
        margin-bottom:30px;
    }
}


/* xs */
@media (max-width: 767px) {
    h1 {
        font-size:28px;
    }
    h2{
        font-size:20px;
    }
    h3{
        font-size:16px;
    }
    .padding {
        padding: 50px 0px;
    }
    .section-title {
        margin-bottom:30px;
        font-size:14px;
    }
    .section-title h1{
        font-size:28px;
    }
    .navbar-nav li a {
        line-height:22px;
    }
    .main-slider .slider-content {
        font-size:20px;
    }
    .main-slider .slider-content h1{
        font-size:36px;
    }
    .main-slider .slider-content h2 {
        font-size:46px;
    }

    .overview-pointer {
        display:none;
    }
    .overview {
        padding-top: 0;
    }
    #description {
        background-image:inherit;
    }
    #video-section .video{
        margin-right:0;
    }
    .video .video-link {
        font-size:60px;
        margin-left:-35px;
    }
    #product-details .product-image {
        width: 100%;
        height: 265px;
        opacity:0.2;
    }
    #product-details .part-one .product-info,
    #product-details .part-three .product-info {
        padding-right: 15px;
        position:relative;
        z-index:1;
    }
    #product-details .part-two .product-info {
        padding-left: 15px;
        position:relative;
        z-index:1;
    }
    #product-details .product-info {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .plans .plan {
        margin-bottom:15px;
    }
    #call-to-action .col-sm-3 {
        margin-bottom:35px;
    }
    #contact-us .contact-form {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    #contact-form .btn-primary {
        font-size:16px;
    }
    #footer-bottom {
        padding: 30px 0px 20px;
    }
}

/* XS Portrait */
@media (max-width: 479px) {

}

.product-info.p-tag p { margin-bottom: 20px;}
.product-info.p-tag img {vertical-align: baseline;}
.esg-entry-media iframe {border: none !important;}

.captcha-image {border: none !important; text-align: left !important; padding: 0px !important;}
div.wpcf7-mail-sent-ok {background-color: #398f14 !important; color: #FFF !important;}
div.wpcf7-response-output {margin: 0px !important; padding: 10px !important;}

