





/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: sans;
  src: url('../fonts/Vazir.ttf'); 

}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p,
input,
a,
button,
.btn {
    font-family: 'sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.btn-gplus {
    background-color: #DD4B39;
}
.sm-heading {
    margin-bottom: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.sm-heading a {
    font-family: 'sans', sans-serif;
}
.sm-heading a {
    color: #363636;
    text-decoration: none;
}
.sm-heading a:hover {
    color: #db2727;
}
a,
.btn,
.btn-default,
button {
    transition: all 0.3s ease 0s;
    outline: none;
}
a:active,
a:focus {
    outline: none;
}
.overflow-hidden {
    overflow: hidden;
}
.text-uppercase {
    text-transform: uppercase;
}
.wow {
    visibility: hidden;
}
.btn-create-album,
.btn-view-more {
    outline: none;
    margin-top: 20px;
    font-size: 15px !important;
    padding: 6px 25px;
    color: #fff;
}
.btn-create-album:hover,
.btn-create-album:active,
.btn-create-album:focus,
.btn-view-more:hover,
.btn-view-more:active,
.btn-view-more:focus {
    outline: none;
    color: #fff;
}
/* Login Effect */
#wrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-right: 600px;
}
#login-box {
    padding: 50px 0px;
    z-index: 1000;
    position: fixed;
    right: 600px;
    width: 0;
    height: 100%;
    margin-right: -600px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #login-box {
    width: 600px;
}
#main-content {
    width: 100%;
    position: absolute;
    /*padding: 15px;*/
    margin-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #main-content {
    position: absolute;
    margin-left: -600px;
}
#login-box .login-toggle {
    color: #fff;
    width: 50px;
    height: 50px;
    border-bottom-right-radius: 90%;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: -5px;
    left: -5px;
    cursor: pointer;
}
/*-- login form --*/
.user-form {
    width: 360px;
    background: rgba(89, 89, 89, 1) none repeat scroll 0 0;
    border-radius: 5px;
    height: auto;
    left: 50%;
    margin-left: -180px;
    padding: 30px;
    position: absolute;
    top: 50%;
    margin-top: -225px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transition: all 0.3s ease 0s;
}
.form-open {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transition: all 0.3s ease 0s;
}
.login-form,
.signUp-form {
    display: none;
    transition: all 0.3s ease 0s;
}
.form-active {
    -moz-animation: pulse .3s ease 0s;
    -webkit-animation: pulse .3s ease 0s;
    animation: pulse .3s ease 0s;
    display: block;
}
.form-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-login {
    color: #fff;
    font-size: 16px;
    border: none;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-login:hover {
    color: #fff;
}
.w-facebook {
    background: #39579a;
    margin-right: 20px;
}
.w-facebook:hover {
    background: #2d4b90;
    color: #fff;
}
.w-twitter {
    background: #00c9ff;
}
.w-twitter:hover {
    background: #00b5e6;
    color: #fff;
}
.w-facebook {
    font-size: 16px;
    padding: 10px 30px 10px 45px;
}
.w-twitter {
    font-size: 16px;
    padding: 10px 30px 10px 50px;
}
.btn-login i.fa {
    position: absolute;
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
    left: 22px;
    top: 8px;
}
.or-login {
    overflow: hidden;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #fff;
}
.or-login:before,
.or-login:after {
    background-color: #c4c3c3;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.or-login:before {
    right: 0.5em;
    margin-left: -50%;
}
.or-login:after {
    left: 0.5em;
    margin-right: -50%;
}
.user-form .form-group {
    position: relative;
}
.user-form .form-group .form-control {
    height: 48px;
    border-radius: 5px;
    background: #fff;
    border: none;
    color: #979797;
    padding-left: 60px;
}
.input-icon {
    position: absolute;
    top: 51%;
    font-size: 18px;
    left: 31px;
    color: #979797;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.user-form p {
    color: #fff;
}
.user-form p a {
    color: #fff;
    text-decoration: none;
}
.user-form p a:hover {
    color: #FB6060;
}
.forgot-password {
    margin-top: 20px;
    margin-bottom: 40px;
}
.no-account {
    font-size: 16px;
    margin-bottom: 0px;
}
/*-- login form --*/
/* Login Effect */
#primary-bar {
    border-bottom: 1px solid #e8e8e8;
    font-size: 0px;
    background-color: #01091A;
    /*min-height: 60px;*/
}
#primary-bar .logo {
    padding: 15px 0px;
}
#primary-bar .social-icon,
#primary-bar .login {
    padding: 15px 0px;
}
#primary-bar .search-box {
    padding: 0px 0px;
}
#primary-bar .search-box .form-control {
    position: relative;
    height: 40px;
    margin-top: 5px;
    padding: 0px;
    background: transparent;
    border: 1px solid #0c1323;
    box-shadow: none;
    padding-left: 50px;
    padding-right: 50px;
    transition: all 0.3s ease-in-out 0.05s;
}
#primary-bar .search-box .search-icon {
    position: absolute;
    left: 7%;
    top: 50%;
    margin-top: -10px;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0px;
    transition: all 0.3s ease-in-out 0.05s;
}
#primary-bar .search-box .form-control:focus {
    padding-left: 15px;
}
#primary-bar .search-box .form-control:focus ~ .search-icon {
    left: 92%;
}
#primary-bar .search-box .search-icon:focus {
    left: 92%;
}
#primary-bar .search-box .search-icon i.fa {
    font-size: 14px;
    color: #999999;
}
#primary-bar .social-icon {
    text-align: center;
}
#primary-bar .social-icon ul li {
    margin-right: 10px;
    border-radius: 50px;
    min-width: 24px;
    min-height: 24px;
}
#primary-bar .social-icon ul li:last-child {
    margin-right: 0px;
}
#primary-bar .social-icon ul li a {
    font-size: 14px;
    color: #999999;
}
#primary-bar .social-icon ul {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
}
#primary-bar .login {
    font-size: 14px;
    color: #999999;
    padding: 27px 0px 16px;
}
#primary-bar .login .media {
    /*margin-top: 7px;*/
}
#primary-bar .login .media .media-left {
    padding-right: 8px;
    padding-left: 5px;
    width: 28px;
    height: 28px;
    /*margin-top: 2px;*/
    float: left;
    display: inline-block;
}
#primary-bar .login .media .media-left i.fa {
    font-size: 25px;
}
#primary-bar .login .media .media-body p {
    margin-top: -3px;
    margin-bottom: 0px;
}
.border-right {
    /*
    border-right:1px solid #555;
    */
}
.border-left {
    /*
    border-left: 1px solid #555;
    */
}
.socicon-dailymotion {
    font-size: 12px;
}
.movie-img-holder .top-shadow a,
.movie-img-holder .movie-desc a,
.movie-container .movie-desc a,
.hd-movie-desc a {
    text-decoration: none !important;
}
.movie-img-holder .top-shadow a i.fa-vimeo,
.movie-img-holder .top-shadow a i.fa-youtube-play,
.movie-img-holder .top-shadow a .socicon-dailymotion {
    color: #fff;
    transition: all 0.3s ease 0s;
}
.movie-img-holder .movie-desc a i.fa-vimeo,
.movie-container .movie-desc a i.fa-youtube-play,
.movie-container .movie-desc a .socicon-dailymotion,
.hd-movie-desc a i.fa-vimeo,
.hd-movie-desc a i.fa-youtube-play,
.hd-movie-desc a .socicon-dailymotion {
    color: #979797;
    transition: all 0.3s ease 0s;
}
.movie-img-holder .top-shadow a i.fa-vimeo:hover,
.movie-container .movie-desc a i.fa-vimeo:hover,
.hd-movie-desc a i.fa-vimeo:hover {
    color: #17B3E8;
}
.movie-img-holder .top-shadow a .socicon-dailymotion:hover,
.movie-container .movie-desc a .socicon-dailymotion:hover,
.hd-movie-desc a .socicon-dailymotion:hover {
    color: #004e72;
}
.movie-img-holder .top-shadow a i.fa-youtube-play:hover,
.movie-container .movie-desc a i.fa-youtube-play:hover,
.hd-movie-desc a i.fa-youtube-play:hover {
    color: #CD201F;
}
.movie-container {
    display: inline-block;
    width: 100%;
}
.threeD-videos {
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}
.threeD-videos-container {
    margin-top: 50px !important;
}
/* Main Section */
#main-section {
    margin-top: 70px;
}
.small-grid,
.md-grid {
    margin-bottom: 25px;
}
.movie-img-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.overlay-div:before {
    content: '';
    width: 1%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
    transition: width 0.3s ease 0s, background 0.4s ease 0s;
}
.overlay-div:after {
    content: '';
    width: 1%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 50%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
    transition: width 0.3s ease 0s, background 0.4s ease 0s;
}
.movie-img-holder:hover .overlay-div:before,
.movie-img-holder:hover .overlay-div:after,
.latest-movie-img-container:hover .overlay-div:before,
.latest-movie-img-container:hover .overlay-div:after,
.bottom-movie-img-container .bottom-vid:hover .overlay-div:before,
.bottom-movie-img-container .bottom-vid:hover .overlay-div:after {
    background: rgba(0, 0, 0, 0.6);
    width: 50%;
}
.top-shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.65) 42%, rgba(0, 0, 0, 0.35) 68%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.65) 42%, rgba(0, 0, 0, 0.35) 68%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.65) 42%, rgba(0, 0, 0, 0.35) 68%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    min-height: 20%;
    position: absolute;
    text-align: center;
    padding-top: 15px;
    width: 100%;
    transition: all 0.3s ease 0.1s;
    top: -30%;
    left: 0px;
    /*display: none;*/
    z-index: 10;
    /*transition:top 0.3s ease 0s, background 0.4s ease 0s;*/
}
.top-shadow span:first-child {
    padding-left: 15px !important;
    text-align: left;
}
.top-shadow span {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 32%;
}
.top-shadow span a {
    color: #fff;
}
.top-shadow span:last-child {
    padding-right: 15px !important;
    text-align: right;
}
.movie-img-holder:hover .top-shadow {
    top: 0px;
    /*display: block;*/
}
.ico-play {
    height: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    /*transform: translate(-50%, -50%);*/
    width: 70px;
    z-index: 10;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s ease-in-out 0.1s;
}
.ico-play-sm {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}
.play-md-icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
}
.svg path {
    fill: #fff;
    transition: all 0.3s ease 0s;
}
.movie-img-holder:hover .ico-play,
.latest-movie-img-container:hover .ico-play,
.bottom-movie-img-container .bottom-vid:hover .ico-play {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.bottom-shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    width: 100%;
    min-height: 40%;
    bottom: 0px;
    left: 0px;
}
.vid-author {
    bottom: 10px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}
.vid-author span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
}
.vid-author span a {
    font-size: 14px;
}
.vid-author a {
    font-family: 'sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.vid-author a:hover {
    color: #DC3D3D;
}
/* Secondary Section */
#section-opt {
    padding: 30px 0px;
}
.movie-opt {
    padding-bottom: 30px;
}
.movie-heading {
    font-family: 'sans', sans-serif;
    /*border-bottom: 1px solid #d0d0d0;*/
    margin: 0px;
    font-size: 0px;
    position: relative;
}
.movie-heading span {
    position: relative;
    margin: 0px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 12px;
    display: inline-block;
    z-index: 10;
}

.movie-heading span:before{
    content: "";
    width: 50px;
    height: 2px;
    background: #0088cc;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}




.disable-bottom-line {
    height: 1px;
    width: 100%;
    display: inline-block;
    background: #d0d0d0;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}
.movie-container {
    margin-top: 5px;
}
.latest-movie-img-container {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    margin-bottom: 30px;
}
.movie-img {
    position: relative;
}
.movie-title {
    margin-top: 15px;
    color: #363636;
}
.movie-title a {
    color: #fff;
    /*    font-weight: bold;*/
    font-size: 13px;
    text-decoration: none;
}
.movie-title h1,
.post-text h1 {
    margin: 0px;
    font-size: 0px;
    margin-bottom: 3px;
}
.movie-title h1 a,
.post-text h1 a {
    font-family: 'sans', sans-serif;
    text-decoration: none;
    display: inline-block;
    color: #363636;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0px 0px 0px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.movie-title h1,
.post-text h1 {
    font-family: 'sans', sans-serif;
    text-decoration: none;
    display: inline-block;
    color: #363636;
    font-size: 0px;
    /*margin: 0px 0px 5px; */
/*width: 100%;
    text-overflow:ellipsis;
    overflow: hidden;*/
/*}*/
.movie-title p.movie-desc {
    color: #979797;
    margin-bottom: 0px;
}
.movie-title p span {
    /*color: #363636;   */
}
.movie-title p i.fa {
    color: #979797;
    transition: all 0.3s ease 0s;
}
.bottom-movie-img-container {
    margin-top: 30px;
}
.bottom-movie-img-container h1 {
    margin-top: 0px;
    font-size: 0px;
}
.bottom-movie-img-container h1 a {
    display: inline-block;
    margin: 0px;
    font-size: 16px;
    margin-bottom: 10px;
}
.bottom-movie-img-container p,
.post-text p {
    line-height: 1.7em;
    color: #363636;
}
.bottom-movie-img-container .row .bottom-vid {
    margin-bottom: 30px;
    display: inline-block;
}
.bottom-movie-img-container .row:last-child .bottom-vid {
    margin-bottom: 0px;
    margin-top: 0px;
}
/*.bottom-movie-img-container .bottom-vid:last-child {
    margin-bottom: 0px;
    margin-top: 0px;
}*/
.bottom-movie-img-container .bottom-movie-img {
    padding-right: 0px;
    position: relative;
}
.bottom-movie-img-container .bottom-movie-title {
    padding-left: 5px;
}
.border-bottom {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.hd-vid-auth-name,
.post-video-aut-name {
    width: 35%;
    float: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hd-vid-auth-name a,
.post-video-aut-name a {
    color: #979797;
    font-size: 14px;
    /*font-weight: bold;*/
    text-decoration: none;
}
p.hd-movie-desc,
p.blog-movie-desc {
    width: 65%;
    float: left;
    display: inline-block;
    color: #979797;
}
p.hd-movie-desc a,
p.blog-movie-desc a {
    color: #979797;
}
/* Side Bar */
.sidebar-movie {
    margin-bottom: 30px;
}
.sidebar h1,
.latest-post h1 {
    color: #363636;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.sidebar h1 a,
.latest-post h1 a {
    color: #b8babc;
    font-family: 'sans', sans-serif;
    text-decoration: none;
}
.sidebar p,
.latest-post p {
    color: #979797;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sidebar p span,
.latest-post p span {
    margin-right: 10px;
}
.sidebar p span:last-child .latest-post p span:last-child {
    margin-right: 0px;
}
h1.sidebar-title {
    color: #fff;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 25px;
}
.sidebar .most-liked .media,
.latest-post .media {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.sidebar .most-liked .media:last-child,
.latest-post .media:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.most-viewed .most-viewed-img {
    margin-bottom: 15px;
}
.most-viewed .most-viewed-container {
    margin-bottom: 15px;
}
.tags ul {
    font-size: 0px;
}
.tags ul li {
    margin-right: 4px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 4px;
}
.tags ul li a {
    font-size: 14px;
    padding: 10px 16px;
    background: #e8e8e8;
    color: #979797;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.tags ul li a:hover {
    color: #fff;
}
#footer {
    background: #01091a;
    padding: 60px 0px;
}
#footer .movie-heading {
    margin-bottom: 30px;
}
#footer .movie-heading span {
    font-size: 16px;
}
#footer .disable-bottom-line {
    z-index: 0;
}
.footer-about img {
    width: 120px;
}
.footer-about p {
    color: #ccc;
    line-height: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-about .bottom-social li {
    margin-right: 5px;
    padding: 0px;
}
.footer-about .bottom-social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: #e8e8e8;
    color: #979797;
    display: inline-block;
    /*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);*/
}
.footer-about .bottom-social li a:hover {
    color: #fff;
    /*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);*/
}
.category-list li a:before {
    content: '\f105';
    font-family: 'sans';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
}
.category-list li a {
    color: #ccc;
    padding: 12px 0px 12px 15px;
    /*border-bottom:1px solid #dddddd;*/
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.post-category-list li a:before {
    content: '\f061';
    font-family: 'sans';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}
.post-category-list li a {
    color: #999;
    padding: 12px 0px 12px 30px;
    /*border-bottom:1px solid #dddddd;*/
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}
.menu-item li a {
    color: #999;
    padding: 7px 0px 6px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}
#contact-form .form-control {
    border: 1px solid #e1e1e1;
    color: #575757;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
}
.btn-send {
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    outline: none;
}
.btn-send:hover,
.btn-send:active,
.btn-send:focus {
    color: #fff;
}
/* form-submision */
.formOverlay:before {
    content: "\f110";
    font-family: sans;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10%;
    font-size: 56px;
    margin-top: -34px;
}
.formOverlay {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.alert strong {
    display: inline-block;
    width: 100%;
}
.alert .message-icon {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}
.alert span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 80%;
    margin-left: 15px;
    margin-top: 5px;
}
.form-control.error {
    border-color: rgba(166, 0, 0, 0.4) !important;
    box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
    -webkit-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
    -moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
}
label.error {
    display: none !important;
}
#contact-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #c2c2c2;
}
#contact-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #c2c2c2;
}
#contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
    opacity: 1;
}
#contact-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #c2c2c2;
    opacity: 1;
}
/* form-submision */
#copyright {
    padding: 20px 0px;
    color: #fff;
    background-color: #01091a;
    border-top: 1px solid #2d303a;
}
#copyright p {
    margin: 0px;
    font-size: 14px;
}
#copyright p a {
    color: #ffffff;
    font-size: 14px;
}
#copyright p a:hover,
#copyright p a:active,
#copyright p a:focus {
    color: #ffffff;
}
/* Home V2 */
/*.login-v2 {
    display: inline-block;
}*/
#index-v2 .svg:hover path {
    fill: #0098D8;
}
#index-v2 a:hover {
    color: #0098D8;
}
#social-v2 a:hover {
    color: #fff;
}
#index-v2 .movie-heading span {
    color: #0098D8;
    border-color: #0098D8;
}
#index-v2 h1.sidebar-title {
    background: #0098D8;
    border-left: 3px solid #0082ba;
    border-right: 3px solid #0082ba;
}
#index-v2 #copyright {
    background: #0098D8;
}
#index-v2 .tags ul li a:hover {
    background: #0098D8;
    color: #fff;
}
#index-v2 .footer-about .bottom-social li a:hover {
    background: #0098D8;
    color: #fff;
}
ul.footer-list li {
    display: inline;
    padding: 0px 10px;
}
ul.footer-list li a {
    color: #fff;
    text-decoration: none;
}
#primary-bar.primary-bar-v2 {
    border-bottom: none;
}
#primary-bar .login-v2 a {
    color: #737373;
}
#primary-bar .login-v2 a:hover {
    color: #0098d8;
}
.btn-blue {
    background: #0098d8;
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border: none;
    margin-top: 16px;
    outline: none;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background: #0089c3;
    color: #fff;
    outline: none;
}
.v2-bg {
    background: #0098d8 !important;
}
.v2-color {
    color: #0098d8 !important;
}
#main-navigation.nav-v2 {
    background: #0098D8;
    position: relative;
    z-index: 5;
}
#main-navigation.nav-v2 #cssmenu {
    background: #0098D8;
    color: #fff;
}
#main-navigation.nav-v2 #cssmenu > ul > li > a {
    color: #fff;
    padding: 0px 16px;
}
#main-navigation.nav-v2 #cssmenu > ul > li.has-sub > a {
    padding: 0px 30px 0px 16px;
}
#main-navigation.nav-v2 #cssmenu > ul > li {
    border-top: 3px solid rgba(255, 255, 255, 0);
    border-bottom: 3px solid rgba(0, 134, 191, 0);
    margin-bottom: -4px;
    background: rgba(0, 152, 216, 0);
    transition: all 0.3s ease 0s;
}
#main-navigation.nav-v2 #cssmenu > ul > li:hover,
#main-navigation.nav-v2 #cssmenu > ul > li.active {
    border-top: 3px solid rgba(255, 255, 255, 1);
    border-bottom: 3px solid #0086bf;
    background: rgba(0, 145, 207, 1);
}
#main-navigation.nav-v2 #cssmenu > ul > li:hover > a {
    color: #fff;
}
#main-navigation.nav-v2 #cssmenu ul ul li a {
    border-bottom: 1px solid rgba(0, 152, 216, 0.83);
    background: rgb(0, 152, 216);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 152, 216, 1) 0%, rgba(0, 141, 201, 1) 44%, rgba(0, 131, 186, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 152, 216, 1) 0%, rgba(0, 141, 201, 1) 44%, rgba(0, 131, 186, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 152, 216, 1) 0%, rgba(0, 141, 201, 1) 44%, rgba(0, 131, 186, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098D8', endColorstr='#008fcb',GradientType=0 ); /* IE6-9 */
}
#main-navigation.nav-v2 #cssmenu ul ul li:hover > a,
#main-navigation.nav-v2 #cssmenu ul ul li a:hover {
    color: #ffffff;
    background: rgb(0, 152, 216);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 152, 216, 1) 0%, rgba(0, 141, 201, 1) 100%, rgba(0, 131, 186, 1) 44%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 152, 216, 1) 0%, rgba(0, 141, 201, 1) 100%, rgba(0, 131, 186, 1) 44%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 152, 216, 1) 0%, rgba(0, 141, 201, 1) 100%, rgba(0, 131, 186, 1) 44%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098D8', endColorstr='#008fcb',GradientType=0 ); /* IE6-9 */
}
#main-navigation.nav-v2 #cssmenu > ul > li.has-sub:hover > a:before {
    color: rgba(255, 255, 255, 1);
}
#main-navigation.nav-v2 #cssmenu ul ul .submenu-button.submenu-opened:before {
    color: rgba(255, 255, 255, 1);
}
#main-navigation.nav-v2 #cssmenu .submenu-button.submenu-opened:before {
    color: rgba(255, 255, 255, 1);
}
#social-v2 ul {
    margin-bottom: 0px;
    text-align: right;
}
#social-v2 ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -4px;
    border-top: 3px solid rgba(255, 255, 255, 0);
    border-bottom: 3px solid rgba(0, 134, 191, 0);
    background: rgba(0, 145, 207, 0);
    padding: 27px 10px;
    transition: all 0.3s ease 0s;
}
#social-v2 ul li:hover {
    border-top: 3px solid rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(0, 134, 191, 1);
    background: rgba(0, 145, 207, 1);
}
#social-v2 ul li:last-child {
    margin-right: 0px;
}
#social-v2 ul li a {
    color: #fff;
}
#index-v2 .for-drop-search {
    position: relative;
}
#index-v2 .srch-button {
    position: absolute;
    left: 0px;
    top: 20px;
    margin-top: 0px;
    text-align: center;
}
.srch-button .btn-search-drop:before {
    color: #fff;
    display: inline-block;
    content: '\f002';
    font-family: sans;
    font-size: 14px;
    transition: all 0.3s ease 0.1s;
}
.srch-button .btn-search-close:before {
    content: '\f00d';
}
.srch-button .btn-search-drop {
    background: #0091cf;
    border: 1px solid #0089c4;
    border-radius: 0px;
    outline: none;
    padding: 8px 10px;
}
.srch-button .btn-search-drop:hover,
.srch-button .btn-search-drop:active,
.srch-button .btn-search-drop:focus {
    outline: none;
}
#search-form {
    position: relative;
}
#search-form .search-group {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    display: inline-block;
    width: 100%;
    margin-top: -2px;
    transition: all 0.3s ease-in-out 0.1s;
}
#search-form .search-group .form-control {
    color: #fff;
    background: rgba(0, 152, 216, 0.1);
    height: 60px;
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.0);
    position: relative;
    box-shadow: none;
    padding: 0px 60px 0px 15px;
    transition: background 0.5s ease 0.1s, z-index 0.5s ease 0s, border 0.6s ease-in 0.1s;
    z-index: -1;
}
#search-form .search-group-active {
    top: 0px;
}
#search-form .search-group-active .form-control {
    background: rgba(0, 152, 216, 1);
    border: 2px solid rgba(0, 0, 0, 0.25);
    z-index: 6;
}
#search-form .search-group .search-icon {
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border: none;
    position: absolute;
    padding: 0px 20px;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: -1;
    transition: z-index 0.8s ease 0s;
}
#search-form .search-group .search-icon i.fa {
    color: #fff;
}
#search-form .search-group-active .search-icon {
    z-index: 7;
}
#search-form .form-control::-webkit-input-placeholder {
    /* Chrome */
    color: #dddddd;
}
#search-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #dddddd;
}
#search-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #dddddd;
    opacity: 1;
}
#search-form .form-control:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #dddddd;
    opacity: 1;
}
#main-section.main-v2 {
    background: #F5F0F5;
    padding: 20px 0px;
    margin-bottom: 50px;
}
#main-section .video-carousel .item {
    font-size: 0px;
}
#main-section.main-v2 .top-shadow span {
    font-size: 14px;
}
/* Different Style Page */
#st-1-column {
    padding: 60px 0px 0px;
}
.st-masonary .movie-heading {
    margin-bottom: 50px;
}
.st-listing .bottom-movie-img-container {
    margin-top: 5px;
}
/* Detail Page */
#movie-details {
    padding: 10px 0px;
}
#movie-details .movie-title h1 {
    font-size: 20px;
}
.video-info-bar {
    background: #f3f3f3;
    margin-top: 20px;
    position: relative;
    z-index: 999;
    /*padding: 20px 0px;*/
}
.video-info-bar {
    font-size: 0px;
}
.video-info-bar ul {
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.video-info-bar ul li {
    font-size: 14px;
    color: #979797;
    padding: 20px;
    border-right: 1px solid #fff;
}
.video-info-bar ul li a {
    color: #979797;
}
.video-info-bar ul li:last-child {
    border-right: none;
    border-left: 1px solid #fff;
}
.video-info-bar ul li i.fa {
    margin-right: 5px;
}
.video-info-bar ul li:last-child i.fa {
    margin-right: 0px;
}
.movie-details-text {
    padding: 30px 0px 50px;
}
.movie-details-text p {
    color: #575757;
    margin-bottom: 20px;
    line-height: 1.7em;
}
.movie-details-text p:last-child {
    margin-bottom: 0px;
}
.comment-form {
    padding: 40px 0px 20px;
}
.comment-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.comment-form input.form-control {
    height: 45px;
}
.comment-form .form-control {
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.comment-form .form-control:focus {
    border: 1px solid #ccc;
}
.input-top-line {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 100%;
    top: 0px;
    left: 0px;
    transition: width 0.4s ease 0.2s;
}
.input-bottom-line {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 0%;
    bottom: 0px;
    left: 0px;
    transition: width 0.5s ease 0.2s;
}
.comment-form .form-control:focus ~ .input-top-line {
    width: 0%;
}
.comment-form .form-control:focus ~ .input-bottom-line {
    width: 100%;
}
.btn-snd {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    transition: all 0.3s ease 0s;
    outline: none;
    margin-top: 10px;
    border-radius: 4px;
    border: none;
}
.btn-snd:hover,
.btn-snd:active,
.btn-snd:focus {
    background: #B30505;
    outline: none;
    color: #fff;
}
.similler-movie .movie-container {
    margin-top: 0px;
}
.similler-movie .movie-container .latest-movie-img-container {
    margin-bottom: 0px;
}
/* Video 3 Column */
#section-opt.vids-3-column {
    padding: 75px 0px 60px;
}
#section-opt.vids-2-column {
    padding: 75px 0px 20px;
}
#section-opt.vids-4-column {
    padding: 75px 0px 0px;
}
/* Page Bar */
#title-bar {
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
}
.page-title h1 {
    margin: 0px;
    font-size: 22px;
    color: #363636;
}
.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.breadcrumb li {
    color: #979797;
}
.breadcrumb li a {
    color: #979797;
}
.breadcrumb li a i.fi {
    margin-right: 3px;
}



#title-bar {
    padding: 15px 0px;
    border-bottom: 1px solid #e4dede;
}

/* Page Bar */
/* Blog Listing */
#post-listing,
#about-us {
    padding: 60px 0px 0px;
}
#post-listing .movie-container,
#about-us .movie-container {
    margin-top: 0px;
}
.post-video-info {
    padding: 10px 0px 10px;
    margin-top: 20px;
    border-bottom: 1px solid #e8e8e8;
    display: inline-block;
    width: 100%;
}
p.post-video-aut-name {
    width: 45%;
}
p.post-video-aut-name span {
    float: left;
    margin-right: 6px;
}
p.post-video-aut-name span.by-in {
    color: #333;
    margin-right: 3px;
}
p.post-video-aut-name a {
    float: left;
    width: 56px;
    margin-right: 4px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.post-video-aut-name a:last-child {
    margin-right: 0px;
}
p.blog-movie-desc {
    width: 55%;
}
.post-video-aut-name span {
    color: #979797;
    margin-right: 2px;
}
.post-video-info p {
    margin-bottom: 0px;
}
.post-text {
    margin-top: 15px;
}
.post-text h1 a {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
}
.btn-blog {
    border: 1px solid #363636;
    color: #363636;
    margin-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
}
.btn-blog:hover {
    color: #db2727;
    border-color: #db2727;
}
.post-list-container {
    margin-bottom: 60px;
    display: inline-block;
}
.pagination-container {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
}
#section-opt .pagination-container {
    margin-bottom: 10px;
}
.video-info-bar .info-ul {
    position: relative;
    z-index: 999;
    background: #efefef;
}
.video-info-bar .info-ul .btn {
    padding: 0px;
    outline: none;
    background: none;
}
.video-info-bar .info-ul .btn:active,
.video-info-bar .info-ul .btn:focus {
    outline: none;
}
.video-info-bar .info-ul .sharing-drop {
    cursor: pointer;
    background: #efefef;
    transition: all 0.3s ease 0s;
}
.video-info-bar .info-ul .sharing-drop button:before {
    color: #979797;
    display: inline-block;
    content: '\f1e0';
    font-family: sans;
    transition: all 0.3s ease 0.1s;
}
.video-info-bar .info-ul .sharing-drop-open {
    background: #db2727;
    border: none;
}
.video-info-bar .info-ul .sharing-drop-open button:before {
    content: '\f00d';
    color: #fff;
}
.video-info-bar .info-ul .sharing-drop-open:hover button:before {
    color: #fff;
}
.video-info-bar .sharing-bar {
    width: auto;
    background: #db2727;
    padding: 0px 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    transition: all 0.3s ease 0s;
}
.video-info-bar .sharing-bar li {
    padding: 6px 7px;
    border: none;
}
.video-info-bar .sharing-bar li:last-child {
    border: none;
}
.video-info-bar .sharing-bar li a {
    display: inline-block;
    line-height: 40px;
    padding: 0px;
    color: #fff;
}
.video-info-bar .sharing-bar li a:hover {
    color: #fff;
}
.video-info-bar .sharing-bar li:last-child {
    margin-right: 0px;
}
.video-info-bar .sharing-bar li a i.fa {
    margin-right: 0px;
    margin-left: 2px;
}
.video-info-bar .sharing-bar-open {
    top: 100%;
}
.listing-container .post-video-info {
    margin-top: 0px;
    padding-top: 0px;
}
.pagination {
    border-top: 1px solid #d0d0d0;
    margin: 0px;
}
.pagination li {
    position: relative;
    display: inline-block;
}
.pagination li a {
    background: transparent;
    color: #575757;
    border: none;
    font-size: 14px;
    outline: none;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:hover {
    background: transparent;
    outline: none;
}
.pagination-hvr {
    height: 2px;
    width: 0%;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0px;
    transition: width 0.3s ease 0s, background 0.4s ease 0s;
}
.pagination li:hover .pagination-hvr,
.pagination li.active .pagination-hvr {
    width: 100%;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    font-size: 16px;
    margin-top: -3px;
}
.similler-movie {
    margin-top: 50px;
}
.similler-movie .movie-heading {
    margin-bottom: 50px;
}
.similler-movie .post-list-container {
    margin-bottom: 10px;
}
/* About Page */
#about-us {
    padding-bottom: 60px;
}
.about-text h1 {
    margin-top: 0px;
    font-size: 16px;
    color: #363636;
    margin-bottom: 15px;
}
.about-text p {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #575757;
    line-height: 1.6em;
}
.about-text p:last-child {
    margin-bottom: 0px;
}
.about-det {
    margin-top: 50px;
}
.about-video {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
}
#cssmenu ul ul li a {
    background-color: #fff;
    color: #222222;
}
/* About Page */
/*  Bootstrap Clearfix */
@media (min-width:1200px) {
    .clean-preset .col-md-1:nth-child(12n + 1) {
        clear: left;
    }
    .clean-preset .col-md-2:nth-child(6n + 1) {
        clear: left;
    }
    .clean-preset .col-md-3:nth-child(4n + 1) {
        clear: left;
    }
    .clean-preset .col-md-4:nth-child(3n + 1) {
        clear: left;
    }
    .clean-preset .col-md-6:nth-child(odd) {
        clear: left;
    }
    .clean-preset .col-lg-1:nth-child(12n + 1) {
        clear: left;
    }
    .clean-preset .col-lg-2:nth-child(6n + 1) {
        clear: left;
    }
    .clean-preset .col-lg-3:nth-child(4n + 1) {
        clear: left;
    }
    .clean-preset .col-lg-4:nth-child(3n + 1) {
        clear: left;
    }
    .clean-preset .col-lg-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .clean-preset .col-md-1:nth-child(12n + 1) {
        clear: left;
    }
    .clean-preset .col-md-2:nth-child(6n + 1) {
        clear: left;
    }
    .clean-preset .col-md-3:nth-child(4n + 1) {
        clear: left;
    }
    .clean-preset .col-md-4:nth-child(3n + 1) {
        clear: left;
    }
    .clean-preset .col-md-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .clean-preset .col-sm-1:nth-child(12n + 1) {
        clear: left;
    }
    .clean-preset .col-sm-2:nth-child(6n + 1) {
        clear: left;
    }
    .clean-preset .col-sm-3:nth-child(4n + 1) {
        clear: left;
    }
    .clean-preset .col-sm-4:nth-child(3n + 1) {
        clear: left;
    }
    .clean-preset .col-sm-6:nth-child(odd) {
        clear: left;
    }
}
@media (max-width:767px) {
    .clean-preset .col-xs-1:nth-child(12n + 1) {
        clear: left;
    }
    .clean-preset .col-xs-2:nth-child(6n + 1) {
        clear: left;
    }
    .clean-preset .col-xs-3:nth-child(4n + 1) {
        clear: left;
    }
    .clean-preset .col-xs-4:nth-child(3n + 1) {
        clear: left;
    }
    .clean-preset .col-xs-6:nth-child(odd) {
        clear: left;
    }
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-20 {
    margin-left: 20px;
}
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-40 {
    margin-left: 40px;
}
.m-l-50 {
    margin-left: 50px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-40 {
    margin-right: 40px;
}
.m-r-50 {
    margin-right: 50px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 360px;
    background-color: #fff;
    box-shadow: rgba(0,
    0,
    0,
    0.498039) 1px 1px 6px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px 5px 10px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 110%;
}
.tooltip .tooltiptext span {
    color: #AAAAAA;
    float: left;
    font-size: 13px;
}
.tooltip .tooltiptext .heading {
    color: #FF0000;
    float: left;
}
.tooltip .tooltiptext a {
    color: #FF0000;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.pull-left {
    float:left;
}
.pull-right {
    float:right;
}
/* rating */
.rating_selection {
    text-align: center;
}
.rating_selection label:first-of-type {
    display: none;
}
.rating_selection input[type='radio'],
.rating_selection span {
    display: none;
}
.rating_selection label {
    cursor: pointer;
}
.rating_selection label:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f005";
    font-size: 14px;
    letter-spacing: 10px;
    color: #e9cd10;
}
.rating_selection input:checked + label ~ label:before {
    color: #aaa;
}
.rating_selection:hover label[for]:before {
    color: #e9cd10;
}
.rating_selection:hover label:hover ~ label:before {
    color: #aaa;
}
/*** 
====================================================================
    Comments Area
====================================================================
 ***/
.page-sidebar .comments-section {
    position:relative;
}
.page-sidebar .comments-section h2,
.page-sidebar .comments-section h2 strong {
    font-size:22px;
    color:#1c1c1c;
    font-weight:normal;
}
.page-sidebar .comments-section .comment-box {
    position:relative;
}
.page-sidebar .comments-section .comment {
    position:relative;
    margin:0px 0px 50px 0px;
    padding:0px 0px 10px 110px;
}
.page-sidebar .comments-section .coment-replay {
    margin-left:50px;
}
.page-sidebar .comments-section .comment-box .author-thumbnail {
    position:absolute;
    left:0px;
    top:0px;
    width:84px;
    height:84px;
}
.page-sidebar .comments-section .comment-box .author-thumbnail img {
    width:100%;
    display:block;
}
.page-sidebar .comments-section .comment-text {
    margin-bottom:10px;
    color:#bcbcbc;
}
.page-sidebar .comments-section .comment-box strong {
    color:#292929;
    font-weight:600;
}
.page-sidebar .comments-section .reply-btn {
    position:absolute;
    right:0px;
    top:-10px;
}
.btn-label {
    background: rgba(0,
    0,
    0,
    0.05);
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px -13px;
    margin-right: 12px;
}
.btn-rounded .btn-label {
    padding: 7px 15px 7px 20px;
    margin-left: -20px;
}
/*  ----------------------  SPACING  ----------------------  */
.margin-top-ten-px {
    margin-top: 10px;
}
.margin-bottom-ten-px {
    margin-bottom: 10px;
}
.full-width-button {
    width: 100%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*  ----------------------  menu bar  ---------------------- */
.login-dropdown {
    width: 220px;
    /*ADJUST IT AS NEEDED*/
}
.two-column-navbar {
    width: 50em;
    height: auto;
    margin: 4px 8px;
    float: right;
}
.three-column-navbar {
    width: 46em;
    height: auto;
    margin: 4px 0px;
    float: right;
}
/*  ----------------------  End menu bar  ---------------------- */
.text-light {
    color: #fff;
}
.text-dark {
    color: #999;
}
.block-title {
    margin-bottom: 48px;
}
.block-title small {
    display: block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2;
    margin-top: 5px;
    letter-spacing: .1em;
}
/* profile */
.profiles-wrap {
    background: #f0f0f0;
    margin-bottom: 50px;
}
.profiles-wrap .sidebar {
    padding: 0;
    /*float: left;
    width: 20%;
    position: relative;
    min-height: 550px;
    color: #eee;*/
}
.sidebar .sb-title {
    padding: 10px 15px;
    background: #0397D6;
    color: #fff;
}
.sidebar .sidebar-menu ul {
    list-style: none;
    padding: 0;
}
.sidebar .sidebar-menu ul li.active {
    background: #fff;
}
.sidebar .sidebar-menu ul li:hover {
    background: #fff;
}
.sidebar .sidebar-menu ul li.active a {
    color: #333;
}
.sidebar .sidebar-menu ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    color: #555;
}
.sidebar .sidebar-menu ul li {
    border-bottom: 1px solid rgba(0,
    0,
    0,
    0.05);
}
.profiles-wrap .pp-main {
    padding: 0;
    /*float: right;
    width: 80%;
    position: relative;
    min-height: 550px;
    background: #fff;*/
}
.profiles-wrap .pp-main .ppm-head {}
.profiles-wrap .pp-main .ppm-head .ppmh-title {
    padding: 10px 15px;
    background: #01091a;
    color: #fff;
}
.profiles-wrap .pp-main .ppm-content {
    padding: 20px;
}
.user-content .uct-avatar {
    /*float: left;*/
}
.user-content .uct-avatar img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.user-content .uct-info {
    /*padding-left: 230px;*/
}
.user-content .uct-info .block {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.page404 {
    text-align: center;
}
.page404 .line1 {
    font-size: 140px;
    margin: 10px 0;
}
.page404 .line2 {
    margin-bottom: 30px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.blog-title {
    font-size: 18px;
    text-transform: capitalize;
    color: #999;
}
/************** MAP LOCATION *****************/
/***************************************************/
.location {
    padding-top: 80px;
}
#map_wrapper {
    height: 300px;
    margin-top: 50px;
    margin-bottom: -50px;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
.info_content p {
    margin-top: 0px;
    color: #000;
}
.info_content h3 {
    color: #000;
}
/*** 
====================================================================
    Search Box
====================================================================
 ***/
.search {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    display: none;
}
/*
.search:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: relative;
  background-color: #00FEDE;
  transition: all 0.5s ease;
}*/
.search.open {
    background-color: rgba(255,
    255,
    255,
    1);
    width: 420px;
    position: absolute;
    z-index: 1000;
    border-radius: 5px;
    right: 0px;
    top: 0;
    display: inherit;
}
/*
.search.open:before {
  height: 60px;
  margin: 20px 0 20px 30px;
  position: absolute;
}*/
.search-box {
    width: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #01091a;
    padding: 8px 10px 10px 8px;
    font-size: 20px;
}
.search-box:focus {
    outline: none;
}
.search-button {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px;
    cursor: pointer;
}
.search-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #00FEDE;
    display: block;
    position: relative;
    margin-left: 5px;
    transition: all 0.5s ease;
}
.search-icon:before {
    content: 'sdsadas';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 5px;
    display: block;
    background-color: #00FEDE;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.search-icon:after {
    content: 'aff';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -12px;
    top: 5px;
    display: block;
    background-color: #00FEDE;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.open .search-icon {
    margin: 0;
    width: 10px;
    height: 60px;
    border-radius: 60px;
}
.open .search-icon:before {
    transform: rotate(52deg);
    right: 22px;
    top: 23px;
    height: 118px;
}
.open .search-icon:after {
    transform: rotate(-230deg);
    right: 22px;
    top: 13px;
    height: 18px;
}
.responsive-make {
    padding-bottom: 56.25%;
}
.responsive-embed {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56%;
}
.responsive-embed .responsive-embed-item,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.movie-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background: url(../images/title-bg.png) top repeat-x;
    z-index: 5;
    border-radius: 0 0 5px 5px;
}
.movie-title h3 {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,
    0,
    0,
    0.6);
}
.img-responsive {
    border-radius: 5px;
}
/*episodes */
#servers {
    overflow: hidden;
    padding: 15px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #292d38;
}
.watching #servers .server {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0;
    list-style: none;
    background: #20232c;
    padding: 10px 10px 6px;
    margin: 2px 10px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.watching #servers .server .name {
    padding-top: 4px;
    color: #848484;
    font-weight: 500;
}
.watching #servers .server ul.episodes {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 768px) .navbar {
    border-radius: 0px;
}

/*custom header/navbar*/

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

/*************************
headerS 2-7 BELOW 
**************************/

/* header 2 (larger logo) - simply adjust top bottom padding to make logo larger */

.header2 .navbar-brand>img {
  padding: 7px 15px;
}


/* header 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.header3 .navbar-brand {
  height: 60px;
}
.header3 form.navbar-form {
    margin-top: 10px !important;
}
.header3 .nav >li >a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}


/* header 4 - Small Narrow Logo*/
.header4 .navbar-brand>img {
  padding: 7px 14px;
}


/* header 5 - Logo with Text*/
.header5 .navbar-brand {
  display: flex;
  align-items: center;
}
.header5 .navbar-brand>img {
  padding: 7px 14px;
}


/* header 6 - Background Logo*/
.header6 .navbar-brand{ 
  /*background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;*/
  width: 200px;
}





/* header 8 - Center on mobile*/
    @media only screen and (max-width : 768px){
  .header-8 .navbar-brand {
  padding: 0px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.header-8 .navbar-brand>img {
  height: 100%;
  width: auto;
  padding: 7px 14px; 
}
}


/* header 8 - Center Background */
.header-8 .navbar-brand {
  background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
  width: 200px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}





/* header 9 - Center with Flexbox and Text*/
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.brand-centered .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-toggle {
    z-index: 1;
}




/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
      -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 50px;
}
.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}


/* topbar */
.topbar {
    background: #000000;
    left: 0;
    padding: 8px 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-info-left a {
    color: #777;
    display: inline-block;
    text-decoration: none;
    /*font-size: 15px;*/
    margin: 5px 10px 5px 0;
}
.top-info-right{
    float: right;
}


/* large play button*/

.video-play-button {
      margin-top: 50px;
    position: relative;
    z-index: 10;
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

@media screen and (max-width: 991px){
  .play_btn {
    padding: 50px 50px;
    margin: 20px;
  }
  .video-play-button {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  }
}

.h2, h2 {
    font-size: 18px;
}

.h1, h1 {
    font-size: 24px;
}
.sm-heading h2{
    text-transform: capitalize;
}

.report-panel{
    border:none;
    margin-bottom: 0;
}
input[type=checkbox], input[type=radio] {
    margin-right:10px;
}

.modal{
    z-index: 100000000;
}
.section-opt{
min-height: 500px;
}


/*Light version css fix*/
#section-opt .movies-list-wrap .ml-title span.title, .movie-heading span, div.movies-list-wrap .ml-title span.title{
    color: #777;
}
div#ads img {
    width: 100%;
}

.navbar-default .navbar-nav>li.dropdown>a:focus, .navbar-default .navbar-nav>li.dropdown>a:hover, .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .sidebar .sidebar-menu ul li:hover, .sidebar .sidebar-menu ul li:hover a, .sidebar .sidebar-menu ul li.active a {
    color: #fff;
    /*background-color: #0088CC;*/
}
ul.footer-list {
    margin: 0;
    padding: 0;
}
.profiles-wrap .pp-main .ppm-head .ppmh-title {
    background: #f8f8f8;
    color: #777;
}
.profiles-wrap .sidebar .sb-title {
    background: #ebebeb;
    color: #777;
}



@media only screen and (max-width: 768px){
    
    ul.footer-list{
        margin-top: 10px;
    }
}

.nav>li>a {
    padding-left: 9px;
    padding-right: 9px;
}

figure {
    padding-bottom: 20px;
}
figure a:hover{
    text-decoration: none;
    color: #777;
}
figcaption{
    padding: 10px 2px;
}
.ppmh-title .fa{
    padding-right: 8px;
}
.latest-movie-img-container {
    display: inline-block;
    width: 100%;
    height: 250px;
    max-width: 100%;
    margin-bottom: 30px;
    background-size: cover;
    border-radius: 5px; 
}
.movie-img {
    height: 100%;
}
@media screen and (max-width:1199px) {
    .latest-movie-img-container {
        height: 200px;
    }

}
@media screen and (max-width:990px) {
.latest-movie-img-container {
    height: 240px;
}

@media screen and (max-width:767px) {
    .latest-movie-img-container {
        height: 220px;
    }
}



}