@font-face {
    font-family: UbuntuNormal;
    src: url(../Ubuntu/Ubuntu-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UbuntuBold;
    src: url(../Ubuntu/Ubuntu-Bold.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: UbuntuBoldItalic;
    src: url(../Ubuntu/Ubuntu-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: UbuntuItalic;
    src: url(../Ubuntu/Ubuntu-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: UbuntuLight;
    src: url(../Ubuntu/Ubuntu-Light.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UbuntuLightItalic;
    src: url(../Ubuntu/Ubuntu-LightItalic.ttf);
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: UbuntuMedium;
    src: url(../Ubuntu/Ubuntu-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: UbuntuMediumItalic;
    src: url(../Ubuntu/Ubuntu-MediumItalic.ttf);
    font-weight: normal;
    font-style: italic;
}

h3,h4{
    line-height: 30px;
    color: #0A4751;
    font-family: UbuntuBold;
}

b{
    font-family: UbuntuBold;
}

a{
    color: #00AFF5;
}

body{
    background-color: #f1f1f1;
    font-family: UbuntuNormal, Arial, sans-serif;
    color: #0A4751;
}

nav{
    display: table;
    width: 100%;
    background-color: #0cb52d;
    height: 60px;
}

.nav_boxed{
    position: absolute;
    left: 0;
    right: 0;
    width: 1003px;
    height: 60px;
    margin: auto;
}


.logo_wrap{
    position: relative;
    width: 180px;
    height: 60px;
    float: left;
}


.logo{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: UbuntuBold;
    color: #FFF;
    margin-top: 5px;
    float: left;
}

.logo_desc{
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #FFF;
    text-align: right;
    margin-top: -5px;
    font-family: Arial;
    float: left;
}

.wrapper{
    display: table;
    width: 1003px;
    min-height: 590px;
    padding: 20px;
    background-color: #FFF;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.col_70{
    position: relative;
    width: 60%;
    height: auto;
    float: left;
}

.search_input{
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #fafafa;
    border: 1px solid #6b6b6b;
    padding-left: 10px;
    border-radius: 4px;
    outline: none;
    font-size: 15px;
    float: left;
}

.nav_menu_right{
    position: relative;
    width: auto;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.nav_menu_right:hover{
    cursor: pointer;
    background-color: #0a9926;
}

.col_28{
    position: relative;
    width: 33%;
    height:auto;
    float: right;
}


.col_70 label{
    position: relative;
    width: 100%;
    height:auto;
    float: left;
}


.col_70 select{
    position: relative;
    width: 100%;
    height:40px;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #7c7c7c;
    border-radius: 4px;
    float: left;
}


.col_70 input[type="text"]{
    position: relative;
    width: 100%;
    height:40px;
    background-color: #FFF;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #7c7c7c;
    border-radius: 4px;
    float: left;
}

.col_70 textarea{
    position: relative;
    width: 100%;
    height:150px;
    background-color: #FFF;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #7c7c7c;
    border-radius: 4px;
    resize: none;
    float: left;
}

.button_container{
    position: relative;
    width: 100%;
    height: 55px;
    border-top: 1px solid #e9e9e9;
    margin-top: 15px;
    float: left;
}

.btn_send_order{
    position: relative;
    width: auto;
    height: 45px;
    line-height: 45px;
    background-color: #f58600;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    color: #FFF;
    border-radius: 4px;
    float: right;
}

.btn_send_order:hover{
    cursor: pointer;
    background-color: #f56c05;
}

.flags_row{
    position: relative;
    width: 100%;
    height: 30px;
    float: left;
}

.flags_row img{
    position: relative;
    width: 30px;
    margin-right: 5px;
    margin-top: -5px;
    float: left;
}

.col_70 table{
    position: relative;
    width: 100%;
    height:auto;
    margin-top: 10px;
    float: left;
}

.words{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}


.word{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 10px;
    font-family: UbuntuLight;
    float: left;
}

.word a{
    color: #0077f5;
}

.word i{
    position: relative;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    padding-right: 5px;
    float: right;
}

.active_word{
    font-family: UbuntuBold;
    padding-left: 10px;
}

.active_word a{
    color: #0077f5;
}

.word_header{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #f5f2bd;
    border: 1px solid #f5e6ac;
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    float: left;
}

.translation_header{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: UbuntuBold;
    color: #ff5900;
    font-size: 16px;
    float: left;
}

.translation{
    position: relative;
    width: 100%;
    height: auto;
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    float: left;
}

.translation_like{
    position: relative;
    width: 100%;
    height: auto;
    color: #f25e06;
    font-size: 16px;
    margin-top: 10px;
    float: left;
}


.word_like{
    position: relative;
    width: auto;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 10px;
    font-family: UbuntuLight;
    float: left;
}

.word_like a{
    color: #0077f5;
}

.default_word_page{
    position: relative;
    width: 100%;
    height: 200px;
    background-image: url("../img/book.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 50px;
    float: left;
}

.default_word_page_hello{
    position: relative;
    width: auto;
    height:auto;
    font-size: 17px;
    color: #bebebe;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    font-family: UbuntuLight;
    float: left;
}

.search_box{
    position: relative;
    width: 100%;
    height: 50px;
    float: left;
}

.search_box img{
    position: absolute;
    right: 10px;
    top: 7px;
    height: 25px;
}

.search_box span{
    position: relative;
    padding-right: 5px;
    color: #7d7d7d;
    float: right;
}

.footer_container{
    position: absolute;
    left: 0;
    right: 0;
    width: 1003px;
    height: 300px;
    padding-top: 30px;
    margin: auto;
}

.col_25{
    position: relative;
    width: 25%;
    height:auto;
    float: left;
}

.col_25 a{
    color: #bebebe;
    font-size: 14px;
}

.footer_header{
    position: relative;
    width: 100%;
    height:auto;
    font-size: 16px;
    color: #FFF;
    font-family: UbuntuBold;
    margin-bottom: 10px;
    float: left;
}


.footer_row{
    position: relative;
    width: 100%;
    height:auto;
    line-height: 30px;
    font-size: 15px;
    color: #dbdbdb;
    font-family: UbuntuLight;
    float: left;
}


.play_button{
    position: relative;
    width: 210px;
    height: 50px;
    background-color: #FFF;
    border-radius: 4px;
    float: right;
}

.play_button img{
    position: relative;
    width: 35px;
    margin-top: 7px;
    margin-left: 10px;
    float: left;
}

.play_button_info{
    position: relative;
    width: 160px;
    height: 50px;
    float: left;
}

.play_button_info_top{
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    margin-top: 5px;
    float: left;
}


.play_button_info_bottom{
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
    font-size: 16px;
    margin-top: -4px;
    float: left;
}


.alert{
    position: relative;
    width: 100%;
    height:auto;
    float: left;
}

footer{
    display: table;
    width: 100%;
    height: 300px;
    background-color: #323232;
}

.stat_words{
    position: relative;
    width: auto;
    height: auto;
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}

.wrapper_img{
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.counter{
    position: relative;
    width: 83%;
    height:40px;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    margin-top: 20px;
    padding-left: 40px;
    color: #FFF;
    border-radius: 4px;
    float: right;
}

@media (min-width: 320px) and (max-width: 480px) {
    body{
        overflow-x: hidden !important;
    }
    .wrapper{
        width: 100%;
    }

    .nav_boxed{
        width: 100%;
    }

    .col_70{
        width: 100%;
    }

    .col_28{
        width: 100%;
    }

    footer{
        display: none;
    }

    #add_word_link,#add_download_link{
        display: none;
    }

    .default_word_page_hello{
        display: none;
    }

    .logo_wrap{
        width: 200px !important;
    }

    .logo{
        width: 200px !important;
        padding-left: 15px;
    }

    .logo_desc{
        width: 200px !important;
        text-align: left;
        padding-left: 15px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    body{
        overflow-x: hidden !important;
    }
    .wrapper{
        width: 100%;
    }

    .nav_boxed{
        width: 100%;
    }

    .col_70{
        width: 100%;
    }

    .col_28{
        width: 100%;
    }

    footer{
        display: none;
    }

    #add_word_link,#add_download_link{
        display: none;
    }

    .default_word_page_hello{
        display: none;
    }

    .logo_wrap{
        width: 200px !important;
    }

    .logo{
        width: 200px !important;
        padding-left: 15px;
    }

    .logo_desc{
        width: 200px !important;
        text-align: left;
        padding-left: 15px;
    }


}