/**
    ## project name     : Knauf Mantolama Otomasyon
    ## author           : doanerkan / www.doanerkan.com
    ## date             : 24 Feb 2016
**/

    /* #################################################################################### */
    /* ##### + + + pages css imported ##################################################### */
    /* #################################################################################### */

        @import url('bootstrap.css');
        @import url('bootstrap-theme.css');
        @import url('animate.css');
        @import url('hover.css');
        @import url('component.css');
        @import url('pageload.css');
        @import url('parallax.css');
        @import url('fonts.css');
        @import url('pagetransitions.css');
        @import url('../addons/fancybox/jquery.fancybox.css');

    /* #################################################################################### */
    /* ##################################################### / / / pages css imported ##### */
    /* #################################################################################### */

    /* ##### general css  */

    ul, li, div, a, img, table, tr, td      { box-sizing: border-box; }
    body                { background:#fff url(../images/bg.jpg) no-repeat center top; color:#666; font:normal 14px 'futuralight', sans-serif; margin:0; padding:0; overflow-x:hidden; }
.whatsapp {width: 48px; height: 48px; position: fixed; bottom:10px; right:10px;}
    .transeffect        { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
    .img-responsive     { width:auto; }
    .pDNone             { display:block; }
    .col-lg-1_5         { width:20%; padding:0 15px; }
    .rowrow             { padding-left:0; padding-right:0; }
    .scrolloff          { pointer-events: none; cursor:pointer; }
    .colx               { width:100%; }
    hr                  { border:none; border-top:#dfdfdf 1px solid; }
    a                   { color:#666; font:bold 12px 'futurabook', cursive; cursor:pointer; }
    a:hover             { color:#333; text-decoration:underline; cursor:pointer; }
    a:active            { text-decoration:none; }
    a:before            { cursor:pointer; }
    .rowleft15              { margin-right:-15px; }
    .rowright15             { margin-left:-15px; }
    .ta-right               { text-align:right; }
    .ta-left                { text-align:left; }
    .ta-center              { text-align:center; }

    .anaheader        { width:100%; height:420px; background:url(../images/header.jpg) no-repeat center bottom; display:table; }
    .anaheader p         { display:table-cell; vertical-align:middle; text-align:center; }


@media only screen and (min-width : 0px) and (max-width : 480px) {

    .anaheader          { height:170px; }
    .anaheader img      { width:200px; }

}

@media only screen and (min-width : 481px) and (max-width : 640px) {

}
@media only screen and (min-width : 641px) and (max-width : 768px) {

}
@media only screen and (min-width : 769px) and (max-width : 1024px) {

}

@media only screen and (min-width : 1025px) and (max-width : 1280px) {

}

@media only screen and (min-width : 1281px) and (max-width : 1370px) {

}

@media only screen and (min-width : 1371px) and (max-width : 1681px) {

}