/*
Theme Name: Addlink
Theme URI: https://addlink.com/
Author: Addlink
Author URI: https://addlink.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import 'https://fonts.googleapis.com/css?family=Prompt:300,300i,400,400i,500,500i|Roboto:300,300i,400,400i,500,500i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,thai,vietnamese';
@import url(css/bootstrap.min.css);
@import url(css/bootstrap-select.css);
@import url(css/jquery-ui.css);
@import url(css/swiper.min.css);
@import url(css/addlink.css);

@font-face {
    font-family: 'Kanit-Regular';
    src: url('fonts/Kanit-Regular.eot');
    src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Kanit-Regular.woff') format('woff'),
        url('fonts/Kanit-Regular.woff2') format('woff2'),
        url('fonts/Kanit-Regular.ttf') format('truetype'),
        url('fonts/Kanit-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100% !important;
}

body {
    /*font-family: 'Kanit-Regular', Fallback, sans-serif !important;*/
    font-family: 'Roboto', sans-serif;
    font-family:'Roboto', 'Prompt', sans-serif;
    /*padding-right: 0px !important;*/
    min-width: 320px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    font-size: 100%;
    background-color: #F0F4F7;
}
/*body.modal-open {
    overflow: inherit; 
    padding-right: 17px !important;
}*/
/*body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
    padding-right: 17px !important;
}*/
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 17px !important;;
}


