/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body
    {
        color:#FFF;
        background: #000;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        /*
        letter-spacing: 2.5px;
        line-height: 2em;
        */
    }
	
.tm-white a, p {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       /*
       background: rgba(0, 0, 0, 0.4);
       */
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #17A2B8;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        /*
        background: rgba(255, 255, 255, 0.9);
        */
        background: rgba(0, 0, 0, 1);
        border-bottom: 1px solid #FFDE59;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #17A2B8;
        font-size: 30px;
        font-weight: bold;
        /*
        height: 70px;
        */
        line-height: 35px;
    }
.navbar-brand img
    {
        height: 50px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #17A2B8;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #17A2B8;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #voice img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #voice {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

@media screen and (max-width: 992px) {
    #img-home-pc {
        display: none;
    }
    #img-home-sp {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    #img-home-pc {
        display: block;
    }
    #img-home-sp {
        display: none;
    }
}

.form-control {
    height: 28px;
}

#player-area td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.img-wrap {
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}
.img-wrap img{
    cursor: pointer;
    transition-duration: 0.3s;
}
.img-wrap p {
    font-size: 24px;
    color: #fff;
    display: none;
}
.img-wrap:hover img{
    opacity: 0.3;
    transition-duration: 0.3s;
}
.img-wrap:hover p {
    margin-top: -45px;
    display: block;
}
 
/* start explanation */


.explanation-brand h4
    {

    border-bottom: 1px solid #FFDE59;
    }

.explanation-brand img
    {
        height: 33px;

    }
.explanation-brand p 
    {
        line-height: -10;

    }


.explanation-brand i 
    {
        color: #fff;
        font-size: 11px;
        line-height: 20px;
    }

    
/* end explanation */