﻿
/*#region RESET */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html
{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls])
    {
        display: none;
        height: 0;
    }

[hidden],
template
{
    display: none;
}

a
{
    background: transparent;
}

    a:active,
    a:hover
    {
        outline: 0;
    }

abbr[title]
{
    border-bottom: 1px dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;
    margin: 0.67em 0;
}

mark
{
    background: #ff0;
    color: #000;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}

img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 1em 40px;
}

hr
{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre
{
    overflow: auto;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled]
    {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }

input
{
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"]
    {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button
    {
        height: auto;
    }

    input[type="search"]
    {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration
        {
            -webkit-appearance: none;
        }

fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend
{
    border: 0;
    padding: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th
{
    padding: 0;
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after
    {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html
{
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body
{
    font-size: 14px;
    line-height: 1.1;
    color: #333333;
}

input,
button,
select,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


/*#endregion */

/*#region GRIDS */

.container
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 960px;
}

    .clearfix:after,
    .container:after,
    .row:after
    {
        clear: both;
    }

.row
{
    margin-left: 0px;
    margin-right: 0px;
}

    .row:before,
    .row:after
    {
        content: " ";
        display: table;
    }

.col
{
    position: relative;
    min-height: 1px;
    height: auto;
    padding-left: 0px;
    padding-right:0px;
    float: left;
    margin: 0 auto;
}

.col-block
{
    width: 100%;
    display: block;
    float: none;
}

.col-half
{
    width: 50%;
}
.filologo
{
   padding-left: 10px;
}


/*#endregion */

/*#region Typography & Misc */


@font-face
{
    font-family: 'OpenSansBold';
    src:  url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSansMedium';
    src:  url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSansRegular';
    src:  url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'OpenSansRegular';
}


p
{
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
}

a
{
    color: #000;
    text-decoration: none;
}

    a:hover,
    a:focus
    {
        color: inherit;
        text-decoration: none;
    }

    a:focus
    {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


img
{
    vertical-align: middle;
}

.img-responsive
{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: '';
    margin: 0;
    padding: 0;
    color: #656565;
    line-height: 1;
}

    h1.page-title
    {
        font-family: 'OpenSansMedium';
        font-weight: normal;
        font-size: 24px;
        border-bottom: 1px solid;
        margin-bottom: 10px;
    }

.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

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

.text-justify
{
    text-align: justify;
}

.center-block
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right
{
    float: right !important;
}

.pull-left
{
    float: left !important;
}

.hide
{
    display: none !important;
}

.hidden
{
    display: none !important;
    visibility: hidden !important;
}

.show
{
    display: block !important;
}

.color-primary
{
    color: #000;
}
/*#endregion */



/*Layout*/

html, body
{
    margin: 0;
    padding: 0;
}

body
{
    background: url(../img/bg-body.jpg) repeat top left;
    color: #656565;
    font-size: 17px;
    width: 100%;
}

.main-header
{
    height: 126px;
    background: url(../img/bg-header.png) repeat-x top left;
}

.header-top
{
    padding-top: 14px;
    padding-bottom: 14px;
}

.nav-horizontal
{
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-horizontal li
    {
        float: left;
        border-left: 0px solid #000;
        padding: 0 7px 0 0;
    }

        .nav-horizontal li:first-child
        {
            border-left: none;
        }

.nav-lang-list li
{
    font-family: 'OpenSansBold';
    font-size: 24px;
}



    .nav-lang-list li.active a
    {
        color: #ed1c24;
    }

.header-bottom
{
    padding-top: 4px;
}

.nav-main
{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
    list-style: none;
    height: 50px;
    background: url(../img/bg-nav-main.png) repeat-x top left;
}

    .nav-main li
    {
        height: 50px;
        float: left;
        width: 25%;
        border-right: 1px solid #c2c2c2;
    }

        .nav-main li:hover
        {
            background: #ed1c24;
        }

        .nav-main li:first-child
        {
            border-left: 1px solid #c2c2c2;
        }

        .nav-main li a
        {
            padding-top: 18px;
            display: block;
            font-family: 'OpenSansMedium';
        }

        .nav-main li:hover a
        {
            color: #000;
        }

.main-content
{
    padding-bottom: 60px;
}

.content-top
{
    //background: #fff;
}

.content-bottom
{
    border-top: 0px solid #d3d3d3;
}

.cycle-overlay
{
    font-family: "OpenSansRegular";
    font-size: 25px;
    position: absolute;
    bottom: 0;
    width: 840px;
    z-index: 600;
    background: url(../img/bg-trans-black-60.png) repeat top left;
    color: white;
}

.cycle-description
{
    width: 100%;
    padding: 12px 20px 13px 20px;
}

.cycle-navs
{
    background: url(../img/bg-trans-black-60.png) repeat top left;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 600;
    padding: 5px;
    width: 120px;
}

.nav-cycle
{
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}

    .nav-cycle li
    {
        float: left;
        margin-left: 5px;
    }

        .nav-cycle li:first-child
        {
            margin-left: 0px;
        }

        .nav-cycle li a
        {
            display: block;
            width: 43px;
            height: 43px;
        }

            .nav-cycle li a#cycle-prev
            {
                background: url(../img/bg-cycle-prev.png) no-repeat top left;
            }

            .nav-cycle li a#cycle-next
            {
                background: url(../img/bg-cycle-next.png) no-repeat top left;
            }

.quickbox-wrapper
{
    margin-top: 55px;
}

.quickbox-container
{
    margin-bottom: 30px;
}

.quickbox-container-inner
{
    position: relative;
}

.quickbox-left
{
    padding-right: 15px;
}

.quickbox-right
{
    padding-left: 15px;
}

.quickbox-title
{
    font-family: 'OpenSansRegular';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg-qb-title.png) repeat top left;
    width: 100%;
    padding: 8px;
    color: #fff;
    font-size: 14.4px;
    letter-spacing: -0.2px;
}

.footer-top
{
    background: #ed1c24;
    padding: 18px 0;
    min-height: 20px;
    min-width: 980px;
}

.nav-footer
{
    padding-top: 8px;
}

    .nav-footer li
    {
        font-family: "OpenSansMedium";
        border-color: #fff;
    }

        .nav-footer li a
        {
            color: #fff;
            font-size: 12px;
        }

            .nav-footer li a:hover
            {
                text-decoration: underline;
            }

.nav-sm li
{
    border-color: transparent;
}

    .nav-sm li a
    {
        background-image: url(../img/bg-sm-sprite.png);
        display: block;
        height: 30px;
        width: 30px;
    }

        .nav-sm li a:hover
        {
            background-position-y: -30px;
        }

.sm-facebook
{
    background-position-x: 0;
}

.sm-twitter
{
    background-position-x: -42px;
}

.sm-linkedin
{
    background-position-x: -83px;
}

.footer-bottom
{
    background: #2e3192;
    padding: 35px 0 25px 0;
    font-family: "OpenSansMedium";
    color: #fff;
    width: auto;
  min-width: 980px;
}

    .footer-bottom span
    {
        margin-top: 12px;
        font-size: 12px;
    }

.banner-container
{
    text-align: center;
    color: #656565;
}

    .banner-container img
    {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

.inner-page-content-container
{
    padding-top: 30px;
}

.nav-breadcrumbs
{
    padding-bottom: 50px;
}

    .nav-breadcrumbs li
    {
        background: url(../img/bg-breadcrumbs-item.png) left center no-repeat;
        border-color: transparent;
        font-family: "OpenSansMedium";
        font-size: 12px;
        padding: 2px 8px 0 14px;
    }

        .nav-breadcrumbs li:first-child
        {
            background: none;
            padding-left: 0;
        }

        .nav-breadcrumbs li a
        {
            color: #656565;
        }

.service-thumbs-container
{
    padding-top: 165px;
}

.service-thumb
{
    width: 20%;
    padding: 3px 3px 12px 3px;
}

    .service-thumb a
    {
        color: #fff;
    }

.service-thumb-inner
{
    background-color: #868686;
    padding: 4px;
}

    .service-thumb-inner:hover
    {
        background-color: #433e3e;
    }



.service-thumb-title
{
    font-size: 12px;
    height: 50px;
    display: table;
    vertical-align: middle;
}

.service-thumb-title-inner
{
    display: table-cell;
    vertical-align: middle;
}

.col-contact-left
{
    width: 55%;
}

.col-contact-right
{
    width: 45%;
}

.form-wrapper-top
{
    width: 435px;
    border: 1px solid #ccc;
    border-bottom:none;
    padding:54px 60px 60px 60px;
    background: #fefefe;
    border-radius:4px;
}

.form-wrapper-bottom
{
    width: 435px;
    height: 23px;
    background: #fefefe url(../img/bg-form-wrapper.jpg) center bottom no-repeat;
}


/*#region Form Elements */


.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 16px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ed1c24;
    color: #fff;
    padding: 10px 25px;
}

    .btn:hover
    {
        background: #bc0c13;
    }

.form-container
{
    width: 100%;
}

.col-frm-control-label
{
    width: 100%;
    padding-bottom:6px;
}


.col-frm-control-element
{
    width: 100%;
}
.row-form-control
{
    padding:6px 0;
}
.frm-control-container
{
    padding-top: 0;
    padding-bottom: 17px;
    position: relative;
}
.frm-control-element-inline-left
{
    padding-right:5px;
}
.frm-control-element-inline-right
{
    padding-left:5px;
}
.frm-horizontal input[type=text],
.frm-horizontal select,
.frm-horizontal textarea
{
    display: block;
    width: 100%;
    max-width:100%;
    height: 35px;
    padding: 5px 4px;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.frm-horizontal textarea
{
    height: auto;
    min-height: 85px;
}

    .frm-horizontal input[type=text]:focus,
    .frm-horizontal select:focus,
    .frm-horizontal textarea:focus
    {
        outline: none;
    }
label.error
{
    color:#ed1c24;
    font-size:12px;
}
.main-footer {
    width:100%;
    min-height:80px;

}



/*#endregion */



