
html{
    height:100%;
        min-height:100%;
        margin:0px;
        padding:0px;
    }
    body{
        margin:0px;
        padding:0px;
        /*margin-top:4px;*/
        background-color: #e3daff;
        height:100%;
        min-height:100%;
        font-family:Tahoma;
    }
    
    .sv-label{
        color:#8f8f8f;
        font-size:14px;
        font-weight:bold;
    }
    .sv-text{
        color:#8f8f8f;
        font-size:14px;
    }
    
    .sv-label-md{
        color:#2069A8
    }
    .sv-label-sm{
        font-size:12px;
        color:#428bca;
    }
    .sv-centered{
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }
    
    .sv-nopadding{
        padding:0px !important;
    }
    
    h1{
        font-size:15px;
        color:#418cbc;
        font-weight:bold;
    }
    
    h3{
        font-size:14px;
        color:#8f8f8f;
        font-weight:bold;
    
    }
    
    .sv-hsep{
    color:#bdc3ca;
    background-color:#bdc3ca;
    border-top:1px solid #bdc3ca;
    
    }
    
    .sv-new{
        font-size: 10px;
        color: #C22;
    }
    
    .sv-progress-bar{
        width:50%;
        margin-left:auto;
        margin-right:auto;
        display:none;
    }
    
    /*-------------------------------------Star Nav Bar-------------------------------*/
    .sv-top-wrapper{ /* This wrapper is used to keep the footer to the down" */
    position:relative;
    height:auto;
    min-height:100%;
    padding-bottom:80px;
    background-color: #e3daff;
    }
    
    /*-----------Start Extension----------------*/
    
    .sv-browser-extension{
    display:none;
    }
    .sv-browser-extension .alert{
    background-color:#c3d5e1;													
    }
    .extension-logo{
    vertical-align:middle;
    }
    
    
    
    /*----------End Extension-----------------------*/
    
    /* ---------------Start Nav Menu------------- */
    
    .sv-nav li a{
        border-radius:0px;
        border-bottom: 4px solid transparent;
    }
    
    .sv-nav .sv-active a{
        border-bottom: 4px solid #418cbc;
    }
    
    .sv-nav li a:hover{
        border-bottom: 4px solid #418cbc;
        background:none;
    }
    
    .sv-nav li a{
    transition:0.5s;
    }
    
    .navbar-toggle .sv-icon-bar{
    background-color:#418cbc;
    }
    
    /* ---------------End Nav Menu------------- */
    
    /* -----------Start Language Section------- */
    
    .select-language{
        color:#418cbc;
    }
    
    .select-language .languages-dropdown li a{
        color:#418cbc;
    }
    
    .languages-dropdown{
        background-color:#f6f6f6;
    }
    
    .languages-dropdown li a:hover{
        background-color:#f0f0f0;
    }
    
    
    /* ----------End Language Section-------- */
    
    /*--small logo--*/
    .sv-logo-small{
        width:193px;
        height:50px;
    }
    
    
    .sv-hseparator{
        width:90%;
        border-top: 1px solid #E0E0E0;
    }
    
    
    /*-------------------------------------End Nav Bar-------------------------------*/
    
    
    
    /*-------------------------------------Start Content-------------------------------*/
    
    .sv-logo{
        margin-top:80px;
        
    }
    
    
    .sv-content{
    
    }
    .sv-searchbox-container{
        margin-top: 5px;
        background-color: #c7c7e1;
        border-radius: 40px;
        height: 230px;
    }
    
    /*------Start SearchBox-----*/
    
    .sv-searchbox{
        border: 2px solid #9ac6e2;
        height: 50px;
        border-radius: 10px;
        margin-top: 30px;
        color: #8f8f8f;
        outline: none;
        padding-left: 5px;
        border-right: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-radius: 30px;
    }
    .sv-provider-select-container{
        border:2px solid #9ac6e2;
        margin-top:30px;
        height:50px;
        line-height:40px;
        border-radius:10px;
        border-left:none;
        border-top-left-radius:0px;
        border-bottom-left-radius:0px;
        background-color:#FFF;
        text-align:center;
        font-size:12px;
        display: none;
    
    }
    .sv-provider-select-vsep{
        height:35px;
        background-color:#9ac6e2;
        margin-top:5px;
        width:2px;
    }
    .sv-provider-select{
        color:#c5ddeb;
    }
    
    /*-----End Searchbox---------*/
    
    .sv-download-btn {
        width:176px;
        z-index:1;
    }
    .sv-download-btn-content{
        z-index:10;
        position:relative;
        color:#80aa01;
        font-weight:bold;
        display:block;
        padding-top:5px;
        
    }
    .sv-download-btn-img{
    position:absolute;
    }
    
    .sv-home-ads{
        width:600px;
        margin-top:10px;
        margin-bottom:10px;
        margin-left:auto;
        margin-right:auto;
    }
    .sv-home-ads a img{
        border-width:0px;
    }
    
    .sv-pre-download-ads{
        /*width:300px;*/
        margin-top:10px;
        margin-bottom:10px;
        margin-left:auto;
        margin-right:auto;
        padding:0px;
        text-align:center;
    }
    /*-------------------------------------End Content-------------------------------*/
    
    
    
    /*---------------------------Start Download Section--------------------------------*/
    
    
    .sv-download-container{
        background-color: #d8dfff;
        border-radius:10px;
        border: 1px solid #cacaca;
        margin-top:50px;
        text-align:left;
        padding:20px;
        padding-top:10px;
    
    }
    
    .sv-video-thumb-container{
        background-color:#FFF;
        border-radius:10px;
        border: 1px solid #cacaca;
        height:200px;
        text-align:center;
        padding-top:7px;
    
    }
    
    .sv-video-thumb-container  img{
        background-color:#FFF;
        border-radius:10px;
        border: 1px solid #cacaca;
        width:95%;
        height:95%;
    }
    
    .sv-description-container{
    
        
    
    }
    .sv-description{
    color: #8f8f8f;
        font-size:14px;
        overflow:hidden;
        line-height:20px;
        max-height:100px;
        text-overflow:ellipsis;
    }
    
    .sv-download-button
    {
        background-color: #efefef;
        border: 1px solid #fd0000;
        color: #28aa00;
        width: 170px;
        height: 40px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        border-radius: 30px;
    
    background: -moz-linear-gradient(top,  #efefef 0%, #e5e5e5 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(99%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #efefef 0%,#e5e5e5 99%);
    background: -o-linear-gradient(top,  #efefef 0%,#e5e5e5 99%);
    background: -ms-linear-gradient(top,  #efefef 0%,#e5e5e5 99%);
    background: linear-gradient(to bottom,  #efefef 0%,#e5e5e5 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e5e5e5',GradientType=0 );
    
    margin-top:5px;
    
    }
    
    .sv-download-buttons-container{
    
        margin-top:15px;
    
    }
    .sv-predownload-button{
    display:none;
        margin-top:20px;
        /*padding-left:30px;*/
        text-align:center;
        font-size:16px;
    
    }
    
    .sv-download-links{
        display:none;
        margin-top:20px;
        /*padding-left:30px;*/
        text-align:center;
        font-size:16px;
    
    }
    
    .sv-download-links  ul{
    padding:0px;
    }
    .sv-download-links li{
    list-style-type:none;
    margin-top:8px;
    }
    
    .sv-loading{
    display:none;
    }
    
    .sv-loading-icon{
    
    text-align:center;
    
    }
    
    .sv-loading-text{
    color:#428bca;
    text-align:center;
    }
    
    .sv-download-ads{
    margin-top:15px;
    }
    
    
    .sv-s-download-link a{
        color:#33AA00;
        font-size:18px;
    }
    
    /*--------------------------End Download Section------------------------------------*/
    
    /*--------------------------Start Search Section------------------------------------*/
    
    .sv-video-thumb-search{
    
    height:140px;
    
    }
    
    .sv-search-results-container{
    
    margin-top:20px;
    
    }
    .sv-search-row{
    padding:20px;
    }
    .sv-search-row:nth-child(2n){
        background-color: #c6deee; 
        border-radius: 25px;
    
    }
    .sv-search-row:nth-child(2n+1){
     background-color: #e3f7e9;
        border-radius: 25px;
    }
    
    
    /*------------------------Ebd Search Section----------------------------------------*/
    
    /*------------------------Contact-------------------------------------------*/
    
    .sv-contact-row {
    margin-top:10px;
    }
    
    .sv-contact-row .sv-contact-label{
    text-align:right;
        font-size:14px;
        color:#8f8f8f;
        font-weight:bold;
    }
    .sv-contact-row input {
        width:100%;
        height:30px;
    }
    
    .sv-contact-row select {
        width:100%;
        height:30px;
    }
    
    .sv-contact-row textarea{
        width:100%;
        height:100px;
    }
    
    .sv-contact-form{
    margin-top:20px;
    }
    .sv-contact-sendbtn{
        text-align:center;
        
    }
    .sv-contact-sendbtn input{
        width:100px;
        height:30px;
    }
    /*----------------------End Contact------------------------------------------*/
    
    
    /*----------------------Start Applications-----------------------------*/
    
    .sv-big-title{
    
    font-size:20pt;
    }
    
    .sv-extension-img{
        margin-top:10px;
        margin-bottom:10px;
    }
    
    /*---------------------End Applications----------------------------*/
    
    /*----------------Footer---------------------*/
    
    .sv-footer-container{
    clear: both;
    position: relative;
    margin-top:-100px;
    height:100px;
    overflow:hidden;
    text-align:center;
    }
    
    .footer-links {
    
        list-style-type:none;
        margin:0px;
        padding:0px;
    
    }
    
    .footer-links li{
        list-style-type:none;
        display:inline;
        margin-left:10px;
        padding:0px;
    }
    /*---------------- End Footer---------------------*/
    
    @media (max-width: 767px){
    .sv-searchbox{
    
        border-right:2px solid #9ac6e2;
        border-top-right-radius:10px;
        border-bottom-right-radius:10px;
        }
    }
    
    @media (max-width: 480px){
    
        
    
        .container
        {
            padding-left:0px;
            padding-right:0px;
        }
        .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
            padding-left:0px;
            padding-right:0px;
        }
    
    }