/* RESET */
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/* CLEARFIX */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/*basic reset*/
* {margin: 0; padding: 0;}

html {
    height: 100%;
}

body {
    background: #b7c2c7;
    font-family: Myriad Pro, Arial;

}

h2{
    font-size: 20px;
    text-transform: uppercase;
    color: #475173;
    font-weight: 300;
    line-height: 30px;
}

.h2s{
    font-size: 20px;
    text-transform: uppercase;
    color: #475173;
    font-weight: 300;
    line-height: 30px;
}


h3{
    font-size: 17px;
    color: #475173;
    font-weight: 300;
}

.shadow{
    background: url("../images/shadow.png") center top no-repeat;
    width: 1138px;
    min-height: 725px;
    margin: 0 auto;
}

/*
.container{
    padding-left:   15px;
    padding-right:  15px;
    background:     #fff;
}
*/

.container{
    width:          980px;
    background:     #fff;
    min-height:     740px;
    margin:         0 80px;
    position:       relative;

    text-align:     center;
}

.inner_container{
    margin:         0 80px;
    padding-left:   0;
    padding-right:  0;
}


.homecont{
        min-height: 760px;
}

.header{
    height:         94px;
/*
    width: 930px;
*/
    width:          100%;
    position:       relative;
}


.header .signIn{
    position:   absolute;
/*
    width:      100%;
*/
    right:      0;
    top:        20px;
    float:      left;

/*
    margin-right:   0px;
*/
}
.header .signIn .left{
    background: url("../images/signinleft.png") left center no-repeat;
    width: 6px;
    height: 19px;
    float: left;

}
.header .signIn .right{
    background: url("https://48factoring.com/images/signinright.png") left center no-repeat;
    width: 16px;
    height: 19px;
    float: left;
}
.header .signIn .signText{
    float: left;
    margin: 1px 3px;
    text-decoration: none;
    color: #485173;
}
.header .signIn .signText:hover{
    color: #ed3939;
}

.header .mainMenu{
    position: absolute;
    right: 0;
    bottom: 14px;
}

.header .mainMenu li{
    float: left;
    list-style-type: none;
    margin: 0 45px;
}
.header .mainMenu li a{
    text-decoration: none;
    color: #485173;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor:         pointer;
}

.header .mainMenu li a:hover{
    color: #ed3939;
}

.header .mainMenu li.nota{
    text-decoration: none;
    color: #485173;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor:default;
}


.header .mainMenu li.last{
    float: left;
    list-style-type: none;
    margin: 0 0px 0 45px;
}
.header .mainMenu li.first{
    float: left;
    list-style-type: none;
    margin: 0 45px 0 0px;
}

.headerShadow{
    background: url("../images/headershadow.png") center bottom no-repeat;
    height: 42px;
}
.logo{
    display:    block;
    position:   absolute;
    left:       0px;
    top:        22px;
}


.goto_menu{
    cursor:     pointer;
    padding:    0;

    position:   absolute;
    top:        85px;
/*
    right:      0px;
*/
    left:       0px;
/*
    width:      70px;
*/
    width:      20%;

    display:    none;
}

.goto_menu img{
    width:      100%;
    height:     35px;
}
.ddmenu {
    top:        78px;
}
.ddmenu a{
    cursor:     pointer;
}

.images_div
{
    display:    none;
}


/*form styles*/

.progressBar{
    background: #454f70;
    float: left;
    -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    inset 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         inset 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
.progressBar li{
    list-style-type: none;
    float: left;
    padding: 6px 39px 6px 24px;
    background: url("../images/progressbararrow.png") right center no-repeat;
    font-size: 13px;
    color: #a1abaf;
}
.progressBar li.ready{
    font-size: 13px;
    color: #fff;
}
.progressBar li.last{
    font-size: 13px;
    background: none;
}

.slide{
    position: relative;
}

.slideText{
    padding: 52px 38px 15px 38px;
}

.slide h2{
    color: #fff;
    margin-bottom: 15px;
    font-size: 19px;
}
.slide a{
    color: #fff;
    text-decoration: none;
}

.slide li{
    color: #fff;
    margin-left: 15px;
    line-height: 23px;
    font-size: 14px;
}
.slide .learnMore{
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
}
.slide .account{
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    margin-left: 10px;
}

.slide .account a{
    letter-spacing: 1.2px;
    margin-left: 10px;
}

.formHolder{
    margin: 0px 140px;
    width: 700px;
    margin-top: -42px;
}

.formOuter{
    padding: 24px 0 24px 0px;
    background: #475173;
}

form{
    padding: 0px 0 0px 85px;
    background: #475173;
    position: relative;
}

.formHolder .sideLeft{
    width: 240px;
    float: left;
    margin-right: 22px;
}
.formHolder .sideRight{
    width: 240px;
    float: left;
    margin-left: 22px;
}

.inputHead{
    background: #fff;
    padding: 20px 40px;
    text-align: left;
}

.inputs{
    margin: 24px 17px 24px 85px;
    width: 528px;
    float: left;
    border-right: 1px solid #757d96;
}

/*inputs*/
.formLine{
    position: relative;
    max-width: 240px;
}
.formLine.last input{
    margin-bottom: 0;
}

.formLine label{
    position: absolute;
    top: 25px;
    left: 10px;
    color: #b7c2c6;
    font-size: 12px;
}

form input, form textarea {
    padding: 0 10px 0 10px;
    border: 1px solid #babecb;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 220px;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

form input {
    height: 44px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rb::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.safeSecure{
    margin-top: 35px;
}

.nextHolder{
    display: table;
}

.nextBtn{
    background: #475173 url("../images/arrow.png") center center no-repeat;
    width: 68px !important;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: inline;
    border-left: 1px solid #dddfe5;
    margin-left: 22px;
    position: absolute;
    float: left;
}

/* NORMAL PAGE  FRONT*/

.normalPage .logo{
    left: 0px;
}
.normalPage .headerShadow{
    position: absolute;
    width: 930px;
}
.normalPage .slideshow{
    height: 365px;
    position: relative;
}
.normalPage .slideshow .arrow.left{
    background: url("../images/slideshowarrowleft.png") left top no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
}
.normalPage .slideshow .arrow.left:hover{
    background: url("../images/slideshowarrowleft.png") left bottom no-repeat;
}
.normalPage .slideshow .arrow.right{
    background: url("../images/slideshowarrowright.png") right top no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
}
.normalPage .slideshow .arrow.right:hover{
    background: url("../images/slideshowarrowright.png") right bottom no-repeat;
}


.normalPage .slideshow .imageText{
    position: absolute;
    bottom: 50px;
    left: 90px;
    width: 355px;
    height: 180px;
    color: #485173;
}

.normalPage .slideshow .imageText .whitecolor{
    color: #fffefc;
}
/*h1s*/
.normalPage .slideshow .imageText  h1{
    text-transform: uppercase;
    font-size: 38px;
    color: #485173;
    font-weight: bold;
    margin-bottom: 10px;
}

.h1s{
    text-transform: uppercase;
    font-size: 19px;
    color: #485173;
    font-weight: bold;
    margin-bottom: 5px;
}

.normalPage .slideshow .imageText .h2s h2{
    font-size: 19px;
    color: #485173;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}
.normalPage .slideshow .imageText p{
    font-size: 12px;
    line-height: 15px;
    color: #485173;
    font-weight: bold;
}
.normalPage .slideshow .imageText p span{
    font-weight: normal;
}
.normalPage .slideshow .imageText img{
    vertical-align: middle;
    margin-left: 3px;
}

.font1{
    font-family:    Myriad Pro, Arial;
    color:          #3F4C6C;
    font-weight:    normal;
    font-size:      20pt;
    text-transform: none;
}

.font2{
    font-family:    Myriad Pro, Arial;
    color:          #3F4C6C;
    font-weight:    bold;
    font-size:      13pt;
    text-transform: none;
    line-height:    20px;
}

.font3{
    font-family:    Myriad Pro, Arial;
    color:          #3F4C6C;
    font-size:      11pt;
}

.normalPage .slideshow .imageForm{
    width: 255px;
    height: 80px;
    background-color: rgba(71,81,115,0.8);
    position: absolute;
    right: 0;
    bottom: 40px;
    padding: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.normalPage .slideshow .imageForm .inputsHolder{
    float: left;
    width: 200px;
    height: 80px;
    margin-top: -10px;
}

.normalPage .slideshow .imageForm .inputsHolder .formLine{
    margin-top: 5px;
    width: 205px;
    float: left;
    position: relative;
    height: 35px;
}

.normalPage .slideshow .imageForm .inputsHolder .formLine label{
    width: 130px;
    line-height: 17px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: right; 
    position: absolute;
    left: 0;
/*  top: auto; */
    top: 5px;
    bottom: 3px;
}
.normalPage .slideshow .imageForm .inputsHolder .formLine input{
    width: 68px;
    border: 2px solid #7b829a;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1px;
}
.normalPage .slideshow .imageForm .inputsHolder .dl input{
    margin-bottom:0;
}
.normalPage .slideshow .imageForm .arrowHolder{
    float: left;
    width: 43px;
    height: 84px;
    margin-left: 10px;
    border-left: 2px solid #7b829a;
}

.normalPage .slideshow .imageForm .arrowHolder img{
    vertical-align: middle;
    margin-top: 30px;
    margin-left: 25px;
}


.content{
    padding:        30px 0px 30px 0px ;
    text-align:     left;
}

.content .column{
    float: left;
    width: 192px;
    margin-right: 10px;
}

.content .column1{
    width: 215px;
}

.content .column3{
    width: 180px;
}

.content .column h2, .content .column a{
    color: #485173;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    /*margin-top: 5px;*/
    text-decoration: none;
}

.content .column .icon{
    height: 35px;
    margin-bottom: 5px;
}
.content .column li{
    list-style-type: none;
    margin-bottom: 12px;
}

.content .column li a{
    text-decoration: none;
    color: #485173;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.content .column li a:hover, .content .column a:hover{
    color: #ed3939;
}

.content .textHolder{
/*
    width: 710px;
*/
    width: 100%;
    min-height: 220px;
    color: #475173;
    font-size: 14px;
    /*overflow-y: scroll;*/
    float: left;
    margin: 40px 20px 40px 0;
    padding-bottom: 20px;
}

.content h1{
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    color: #475173;
}
.content .h2s h2{
    font-size: 19px;
    color: #475173;
    margin: 30px 0 10px 0;
    text-transform: inherit;
    line-height: 19px;
    font-weight: bold;
}

.content .h2s .column h2{
    font-size: 19px;
    color: #475173;
    margin: 5px 0 10px 0;
    text-transform: inherit;
    line-height: 19px;
    font-weight: bold;
}

.content h3{
    font-size: 16px;
    color: #475173;
    margin: 30px 0 15px 0;
    text-transform: inherit;
    line-height: 19px;
}

.content p{
    font-size: 14px;
    color: #475173;
    line-height: 16px;
    margin: 15px 0;
}


.content .textHolder ul{
    padding-left: 20px;
    margin: 15px 0;
}
.content .textHolder ul li{
    list-style-type: none;
    background: url("../images/bullet.png") left 4px no-repeat;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 17px;
}
.content .textHolder ol{
    padding-left: 20px;
    margin: 15px 0;
}
.content .textHolder ol li{
/*  list-style-type: none; */
/*  background: url("../images/bullet.png") left 4px no-repeat; */
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 17px;
}
.content .scrollHolder{
    width: 25px;
    height: 420px;
/*  background: url("https://48factoring.com/images/textholdershadow.png") right center no-repeat; */
    float: left;
    position: relative;
}
/*.content .scrollHolder .scroller{
    width: 25px;
    height: 28px;
    background: url("../images/scroller.png") right center no-repeat;
    position: absolute;
    left: -8px;
    cursor: pointer;

}*/



/*.footer{
    border-top: 4px solid #91acaf;
    padding: 20px 50px 20px 90px;
    color: #485173;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}*/

.footer{
    border-top: 4px solid #91acaf;
    padding: 20px 50px 20px 90px;
    color: #485173;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 840px;

    text-align:     left;
}

.footer .phone{
    line-height: 30px;
    background: url("https://48factoring.com/images/iconphone.png") left center no-repeat;
    padding-left: 25px;
    width:300px;
}
.footer .partners{
    position: absolute;
    right: 50px;
    top: 12px;
}
.footer .partners img{
    margin-left: 0;
    opacity:1;
    filter:alpha(opacity=100);
}
.footer .partners img:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}

.footer .address{
    padding-left:   25px;
    width:          100%;
    text-transform: none;
}

.footer .address p{
    float:          left;
/*
    margin-right:   5px;
*/
}
.footer .address .ml10{
    margin-left:   10px;
}
.footer .address .newline{
    clear:          both;       /* új sor */
}



/* CONTENT TABLES*/

.contentTable {
    border-collapse:collapse;
}

.contentTable, .contentTable td, .contentTable th
{
    border: 1px solid #485173;
}

.contentTableF, .contentTableF td
{
    border: 0;
}

.contentTable td{
    padding:15px;
    vertical-align: middle;
}

.contentTable .centertd{
    text-align:center;
}

.contentTable .centerth{
    text-align:center;
    font-weight: bold;
    font-size: 15px;
}

.contentTable .centertd img{
    margin: auto;
}

.contentTableF .highlight{
box-shadow: 0px 0px 20px 1px rgba(51, 51, 51, 0.5);
border-top: 10px solid #FFF;
border-bottom: 10px solid #FFF;
}


/* Slider
http://www.freshdesignweb.com/free-beautiful-css3-table-style.html
*/
#fdw-pricing-table {
        margin:0 auto;
        text-align: center;
        width: 696px; /* total computed width */
        zoom: 1;
    }

    #fdw-pricing-table:before, #fdw-pricing-table:after {
      content: "";
      display: table
    }

    #fdw-pricing-table:after {
      clear: both
    }

    /* --------------- */   

    #fdw-pricing-table .plan {
        font: 13px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;     
        background: #fff;      
        border: 1px solid #ddd;
        color: #485173;
        padding: 20px;
        padding-bottom: 0px;
        width: 180px;
        float: left;
        _display: inline; /* IE6 double margin fix */
        position: relative;
        margin: 0 5px;
        -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
        box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);      
    }

    #fdw-pricing-table .plan:after {
      z-index: -1; 
      position: absolute;
      content: "";
      bottom: 10px;
      right: 4px;
      width: 80%; 
      top: 80%; 
      -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);   
      -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
      box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
      -webkit-transform: rotate(3deg);    
      -moz-transform: rotate(3deg);   
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);  
    }   
    
    #fdw-pricing-table .popular-plan {
        top: -20px;
        padding: 40px 20px;   
    }
    
    /* --------------- */   

    #fdw-pricing-table .headert {
        position: relative;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 20px;
        margin: -20px -20px 20px -20px;
        border-bottom: 8px solid;
        background-color: #eee;
        background-image: -moz-linear-gradient(#fff,#eee);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
        background-image: -webkit-linear-gradient(#fff, #eee);
        background-image: -o-linear-gradient(#fff, #eee);
        background-image: -ms-linear-gradient(#fff, #eee);
        background-image: linear-gradient(#fff, #eee);
    }

    #fdw-pricing-table .headert:after {
        position: absolute;
        bottom: -8px; left: 0;
        height: 3px; width: 100%;
        content: '';
        background-image: url("https://48factoring.com/images/bar.png");
    }
    
    #fdw-pricing-table .popular-plan .headert {
        margin-top: -40px;
        padding-top: 40px;      
    }
    
/*############### LEFT AND RIGHT SIZES */
    #fdw-pricing-table .plan2 .headert, #fdw-pricing-table .plan3 .headert {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 157px;
    }
    
    #fdw-pricing-table .plan2, #fdw-pricing-table .plan3 {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0px;
        padding-right: 0px;
        width: 157px;
        
    }
    
        #fdw-pricing-table .plan1 .headert {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 220px;
    }
    
    #fdw-pricing-table .plan1 {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0px;
        padding-right: 0px;
        width: 220px;
        
    }
    
    #fdw-pricing-table .plan1 li {
        width: 220px;
    }
    
        #fdw-pricing-table .plan1 ul {
        margin: 20px 0;
        margin-bottom: 0;
        padding: 0;
        list-style: none;
        background: none;
    }

    #fdw-pricing-table .plan1 li {
        /*width: 220px;*/
        padding: 10px 0;
        background:none;
        height: 30px;
    }
    
/*###############*/
    
    
    #fdw-pricing-table .plan1 .headert{
        border-bottom-color: #FFFFFF;
    }

    #fdw-pricing-table .plan2 .headert{
        border-bottom-color:#475173;
    }

    #fdw-pricing-table .plan3 .headert{
        border-bottom-color: #C0C0C0;
    }

/*  #fdw-pricing-table .plan4 .header{
        border-bottom-color: #45D0DA;
    }       */  
    
    /* --------------- */

    #fdw-pricing-table .price{
        font-size: 45px;
    }

    #fdw-pricing-table .monthly{
        font-size: 13px;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #999;
    }

    /* --------------- */

    #fdw-pricing-table ul {
        margin: 20px 0;
        margin-bottom: 0;
        padding: 0;
        list-style: none;
        background: none;
    }

    #fdw-pricing-table li {
        /*width: 220px;*/
        padding: 10px 0;
        background:none;
        height: 30px;
        border-bottom: 1px solid #D0D0D0;
    }

    #fdw-pricing-table .lastli{
        /*width: 220px;*/
        border-bottom: none;
    }
    
    
    /* end --------------- */







/* SCROLLBAR*/

/*.content .scrollHolder{
    width: 25px;
    height: 335px;
    float: left;
    position: relative;
}*/
/*.content .scrollHolder .scroller{
    width: 25px;
    height: 28px;
    background: url("../images/scroller.png") right center no-repeat;
    position: absolute;
    left: -8px;
    cursor: pointer;

}*/

/*.ui-slider-vertical .ui-state-default {
    background: url("../images/scroller.png") right center no-repeat;
}

.ui-slider a {outline:none;}

.ui-slider { position: relative; text-align: left; border: none; margin-top: 15px;}
.ui-slider .ui-slider-handle {
    z-index: 2;
    width: 25px;
    height: 28px;
    position: absolute;
    left: -8px;
    cursor: pointer;
    border-style:none; 
}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }*/
/*.ui-slider-vertical { width: .8em; height: 100px; }*/
/*.ui-slider-vertical .ui-slider-handle { left: -8px; margin-left: 0;}
.ui-slider-vertical .ui-slider-range { left: 0; width: 25px; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }*/


/* ROUNDED IMAGES */


img.rounded{
    display: inline-block;
    border: solid 1px #B8B8B8;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}


/* @end */


a[disabled]{
    color: grey;
    text-decoration: none;
    cursor: inherit;
}




.news_table_td_date{
    width: 120px;
}

.news_table_td_title{
    width: 400px;
}


/* NEWS TABLE */ 


.news_table_div {
    margin:0px;padding:0px;
    width:100%;
/*  box-shadow: 10px 10px 5px #888888; */
    border:1px solid #cccccc;
    
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.news_table_div table{
    border-collapse: collapse;
        border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.news_table_div tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.news_table_div table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.news_table_div table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.news_table_div tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.news_table_div tr:hover td{
    background-color:#e5e5e5;
        

}
.news_table_div td{
    vertical-align:middle;
        background:-o-linear-gradient(bottom, #ffffff 5%, #e5e5e5 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e5e5e5) ); 
    background:-moz-linear-gradient( center top, #ffffff 5%, #e5e5e5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e5e5e5");  background: -o-linear-gradient(top,#ffffff,e5e5e5);

    background-color:#ffffff;

    border:1px solid #cccccc;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:7px;
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    color:#475173;
}.news_table_div tr:last-child td{
    border-width:0px 1px 0px 0px;
}.news_table_div tr td:last-child{
    border-width:0px 0px 1px 0px;
}.news_table_div tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.news_table_div tr:first-child td{
        background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");  background: -o-linear-gradient(top,#cccccc,b2b2b2);

    background-color:#cccccc;
    border:0px solid #cccccc;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:15px;
    font-family:Arial;
    font-weight:bold;
    color:#475173;
}
.news_table_div tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");  background: -o-linear-gradient(top,#cccccc,b2b2b2);

    background-color:#cccccc;
}
.news_table_div tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.news_table_div tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}




/* TOOLTIP */

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:5px;
    border:1px solid #fff;
    width:250px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
}


/*APPLY*/

.apply_buton_orange {
    border: 1px solid #ea4f07;
    border-top-color: #f85e17;
    border-bottom-color: #f9773a;
    display: inline-block;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
    background-color: #f63a0f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f98149), to(#f63a0f));
    background-image: -webkit-linear-gradient(top, #f98149, #f63a0f);
    background-image: -moz-linear-gradient(top, #f98149, #f63a0f);
    background-image: -o-linear-gradient(top, #f98149, #f63a0f);
    background-image: linear-gradient(to bottom, #f98149, #f63a0f);
    display: inline-block;
    text-decoration: none;
    padding: 7px 20px 8px;
    margin: 0 0px 15px 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.25rem;
    color: white;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    border-radius: 20px;
    outline: none;
}

.apply_buton_orange:hover {
    border: 1px solid #ea4f07;
    border-top-color: #c74306;
    border-left-color: #c74306;
    background-color: #e43108;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f86521), to(#e43108));
    background-image: -webkit-linear-gradient(top, #f86521, #e43108);
    background-image: -moz-linear-gradient(top, #f86521, #e43108);
    background-image: -o-linear-gradient(top, #f86521, #e43108);
    background-image: linear-gradient(to bottom, #f86521, #e43108);
}
    
div.iframe-link {
    position: relative;
}
a.iframe-link1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
    
.ddmenu {
z-index:1000;position:absolute;top:78px;display:none;
}

.dmenu1 {
position:absolute;
top:16px;
background-color:rgba(255, 255, 255, 0.95);
text-decoration:none;
width:170px;
height:90px;    
box-shadow: 0 4px 4px -2px #232323;    
-moz-box-shadow: 0 4px 4px -2px #232323;    
-webkit-box-shadow: 0 4px 4px -2px #232323;
padding-left:20px;
padding-top:10px;
}

.dmenu2 {
position:absolute;
top:16px;
background-color:rgba(255, 255, 255, 0.95);
text-decoration:none;
width:170px;
height:95px;    
box-shadow: 0 4px 4px -2px #232323;    
-moz-box-shadow: 0 4px 4px -2px #232323;    
-webkit-box-shadow: 0 4px 4px -2px #232323;
padding-left:20px;
padding-top:10px;
}

.dmenu3 {
position:absolute;
top:16px;
background-color:rgba(255, 255, 255, 0.95);
text-decoration:none;
width:170px;
height:115px;    
box-shadow: 0 4px 4px -2px #232323;    
-moz-box-shadow: 0 4px 4px -2px #232323;    
-webkit-box-shadow: 0 4px 4px -2px #232323;
padding-left:20px;
padding-top:10px;
}

.dmenu4 {
position:absolute;
top:16px;
background-color:rgba(255, 255, 255, 0.95);
text-decoration:none;
width:200px;
height:120px;    
box-shadow: 0 4px 4px -2px #232323;    
-moz-box-shadow: 0 4px 4px -2px #232323;    
-webkit-box-shadow: 0 4px 4px -2px #232323;
padding-left:20px;
padding-top:10px;
}

.dmenuh {
    text-decoration:    none;
    color:              #485173;
    font-size:          12px;
    font-weight:        normal;
    text-transform:     none;
    line-height:        25px;
    font-family:        Myriad Pro,Arial;
    
    cursor:             pointer;
}
.dmenuh:HOVER {
color:                  #ED3939;
}

.input_box {
transition: all 0.3s ease-in-out 0s;
outline: medium none;
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: 1px solid #BABECB;
border-radius: 3px;
width: 240px;
color: #2C3E50;
height: 20px;
-moz-box-sizing: content-box;
vertical-align: middle;
font-size: 10pt;
}

.cta_box {

outline: medium none;
padding: 10px 10px 10px 10px;
margin: 5px 1px 3px 0px;
border: 1px solid #E2E2E2;
border-radius: 1px;
background-color: #F2F2F2;
width: 80%;
color: #485173;
height: 80px;
-moz-box-sizing: content-box;
vertical-align: middle;
font-size: 10pt;
text-align: center;
font-size:13pt;
font-weight:bold;

}

.dlink {
padding: 10px 10px 10px 10px;
text-decoration: none;
color: #485173;
font-size: 11pt;
font-weight: normal;
text-transform: none;
font-family: Myriad Pro,Arial;
}
.dlink:HOVER {
color:#ED3939;
}

.nlink {
    color : #485173;
    text-decoration : none;
    font-weight : bold;
    line-height:25px;
}
.nlink:HOVER {
        color : #ED3939;
}

.tbd {
 display: table
}

#.ddtable table{
# border-collapse: inherit;
#}

#.ddtable table, td, th{
# border: 0px solid #BABECB;
# padding:0px;
#}

.range-slider {
#  width:300px;
#  height:20px;
#  margin:0 auto 1em;
  position:relative;
#  cursor:e-resize;
}
.range-slider:before {
  content:"";
  display:block;
  position:absolute;
#  top:9px;
#  left:0;
#  width:100%;
#  height:2px;
#  background-color:black;
}
.range-slider span {
  display:block;
  height:inherit;
  position:relative;
  z-index:2;
  background-color:red;
  cursor:inherit;
}

/* Test result */
.test-result {
  position:absolute;
  top:10px;
  right:10px;
  line-height:1;
}

.calc_input {
    font-family: Myriad Pro, Arial;
        font-size : 10pt;
        color : #475173;
        background : #ffffff;
        border : 0px solid #ffffff;
        padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align:right;
}


    .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    }

    .modalDialog:target {
    opacity:1;
    pointer-events: auto;
    }

    .modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #eee);
    background: -webkit-linear-gradient(#fff, #eee);
    background: -o-linear-gradient(#fff, #eee);
    }

    .close {
    background: #ED3939;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    }

    .close:hover { background: #475173; }


.ldrimg {
float:left; 
width:150px;
margin:0px 30px 60px 0px;
}

.ytvid{
    width:      640px;
    height:     480px;
}

.tmpline{
    width:          100%;
    height:         4px;
/*
    background:     #90acaf;
*/
}

.t_contact{
    position:           absolute;
    right:              90px;
    width:              265px;
    height:             350px;
    background-color:   #eeeeee;
}


.t_map_data
{
    float:          left;
    border-style:   none;
}








#menu_left{
    position:       fixed;
    margin:         0px;
    padding:        5px;
    display:        none;
    background:     #eeeeee;
    
    top:            0px;
    width:          80%;
    height:         100%;
    
}
#menu_left{
    left:           -100%;
}
#menu_left {
    cursor:         pointer;
}

#menu_left .column{
    width:          100%;
/*
    background:     #b1b9d6;
*/
    background:     #eeeeee;
}
#menu_left .column ul li,
#menu_left .column .menu_y_title
{
    width:          100%;
    text-align:     center;

    border-bottom:  1px solid #6b738f;
    padding-bottom: 5px;
    margin-top:     5px;
    margin-bottom:  0px;

    clear:          both;       /* új sor */
}
#menu_left .column h2
{
    margin-right:   40px;
}
#menu_left .column  .menu_y_title div
{
    margin-left:    10px;
    float:          left;
}

#menu_left.column .icon{
    height: 35px;
    margin-bottom: 5px;
}


.menu_y a 
{
    cursor:     pointer;
}

.helpfull_links
{
    background-color:   #eeeeee;
    padding:            20px 90px 20px 90px;"
}

.helpfull_links a
{
    font-size:          10pt;
    text-transform:     uppercase;
}

.helpfull_links a::before {
    content: "● ";
}




@media all and  (max-width: 1140px)
{

    .normalPage .headerShadow{
        width:          100%;
    }

    .shadow{
        background:     none;
        width:          100%;
        min-height:     0px;
    }

    .container, .footer{
        width:          auto;
    }

    .inner_container{
        margin:         0 40px;
    }

    #slide_img
    {
        width:          100%;
    }

    .imageText
    {

        margin-top:     -30px;
        margin-left:    -50px;
    }

    .normalPage .slideshow{
        height:     auto;
    }

    .normalPage .slideshow .imageText h1{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .normalPage .slideshow .imageText h2{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4px;
    }
    .normalPage .slideshow .imageText p{
        font-size: 10px;
        line-height: 11px;
    }
    .normalPage .slideshow .imageText .font1{
        font-size: 14px;
        line-height: 11px;
    }
    .normalPage .slideshow .imageText .font2{
        font-size: 11px;
        line-height: 11px;
    }
    .normalPage .slideshow .imageText .font3{
        font-size: 10px;
        line-height: 11px;
    }

    .menu_y .column{
        width:          47%;
    }

    .bbb_c img
    {
        margin-top:     10px;
    }


    .t_contact{
        right:              40px;
    }

    .header .mainMenu li{
        width:      auto;
        margin:     0 15px;
    }
    .header .mainMenu li.last{
        margin:     0 0px 0 15px;
    }
    .header .mainMenu li.first{
        margin:     0 15px 0 0px;
    }


}

@media all and  (max-width: 950px)
{
    .inner_container{
        margin:         0 20px;
    }
    .normalPage .slideshow .imageText
    {
        bottom:         0px;
    }
    .normalPage .slideshow .imageText
    {
        width:          250px;
        margin-top:     -60px;
        margin-left:    -55px;
    }


    .normalPage .slideshow .arrow.left,
    .normalPage .slideshow .arrow.right
    {
        top: 40px;
    }


    .content{
        padding:        10px 0px 10px 0px ;
    }

    .content .textHolder{
        float: left;
        margin: 10px 5px 10px 0;
        padding-bottom: 10px;
    }


    .footer .phone{
        margin-top:        35px;
        width:             100%;
    }


    .ytvid{
/*
        width:      560px;
        height:     400px;
*/
        width:      100%;
    }

  
    .t_map_data
    {
        clear:          both;       /* új sor */
        float:          none;
        width:          50px;
    }

    .t_contact{
        top:                185px;
        right:              50px;
    }

}

@media all and  (max-width: 785px)
{

    .container{
        margin:         0 20px;
    }


    .normalPage .slideshow .arrow.left,
    .normalPage .slideshow .arrow.right
    {
        top: 20px;
    }


    #fdw-pricing-table {
        width:      100%;
    }
    #fdw-pricing-table .plan
    {
        width:          auto;
        margin-left:    1%;
        margin-right:   1%;
    }
    #fdw-pricing-table .plan1
    {
        /* 220 /(220 + 157 + 157)*100 = 40% */ 
        width:      37%;
    }
    #fdw-pricing-table .plan2,
    #fdw-pricing-table .plan3
    {
        /* 157 /(220 + 157 + 157)*100 = 30% */ 
        width:      27%;
    }
    #fdw-pricing-table .plan1 li,
    #fdw-pricing-table .plan2 li,
    #fdw-pricing-table .plan3 li,

    #fdw-pricing-table .plan1 .headert,
    #fdw-pricing-table .plan2 .headert,
    #fdw-pricing-table .plan3 .headert
    {
        width:      100%;
        word-wrap:  break-word;
    }
    
    
    #fdw-pricing-table .headert
    {
        height:     30px;
    }
    #fdw-pricing-table .plan .long_li
    {
        height:     60px;
    }


    .footer
    {
        padding-left:   20px;
    }
    .footer .partners{
        right:          20px;
    }


    .t_contact{
        right:              15px;
    }

}

@media all and  (max-width: 680px)
{

    .header{
        height:         114px;
    }
    .header .mainMenu{
        top:            85px;
    }
    .ddmenu {
        top:            99px;
    }
}

@media all and  (max-width: 620px)
{
/*
    .normalPage .slideshow .imageForm{
        width: 255px;
        height: 70px;
        bottom: -90px;
        padding: 10px;
        padding-left: 5px;
        padding-right: 15px;
    }

    .normalPage .slideshow .imageForm .arrowHolder{
        margin-top: -7px;
    }
    .normalPage .slideshow{
        margin-bottom:  90px;
    }
*/
    .normalPage .slideshow .imageForm{
        display:        none;
    }

    .normalPage .slideshow .imageText
    {
        margin-top:     -70px;

        height:         100%;

        line-height:    3px;
    }

    .normalPage .slideshow .imageText h1{
        font-size: 18px;
        line-height: 22px;
        margin:     0;
        padding:    0;
    }
    .normalPage .slideshow .imageText h1 br{
        display:    none;
    }

    .normalPage .slideshow .imageText img{
        height:     5px;
    }

    .ytvid{
        height:     300px;
    }


    .t_contact{
        right:              10px;
    }
}


@media all and  (max-width: 570px)
{
    .t_contact{
        position:           relative;
        top:                10px;
        left:               0px;
    }
    
/*
    .headerShadow{
        height:             0px;
    }

    .cf, .content,
    .textHolder, .scroll-content,
    .headerShadow
    {
        top:            0px;
        bottom:         0px;
        margin:         0px;
        padding:        0px;
    }
*/



}

@media all and  (min-width: 550px)
{
    #menu_left{
        display:        none;
    }
}

@media all and  (max-width: 550px)
{
    #menu_left{
        display:        block;
    }

    .container{
        margin: 0px;
        width:  100%;
    }
    .inner_container{
        margin:         0 10px;
    }
    
    .header{
        height:         120px;
    }



    .normalPage .slideshow .imageText
    {
/*
        margin-left:     -80px;
*/
    }

    .footer
    {
        padding-left:   5px;
    }
    .footer .partners{
        right:          5px;
    }
    
    .footer .address p
    {
        float:          none;
    }
    .mainMenu,
    .menu_y,
    .tmpline_y,
    #slide_img
    {
        display:        none;

    }

    .goto_menu
    {
        display:        block;
    }
    .goto_menu:active
    {
        background:     #eeeeee;
    }

    
    .normalPage .slideshow{
/*
        margin-bottom:  110px;
*/
        margin-bottom:  10px;
    }
    .tmpline_1
    {
        margin-top:  120px;
    }

    .normalPage .slideshow .imageText .whitecolor{
        color:          #485173;
    }

    #fdw-pricing-table .plan1 .headert,
    #fdw-pricing-table .plan2 .headert,
    #fdw-pricing-table .plan3 .headert
    {
        font-size: 14px;
    }

    .helpfull_links
    {
        padding:            20px 10px 20px 10px;"
    }
    .helpfull_links a
    {
        
    }

}