﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */



/*=======================================
    GENERAL STYLES
==================================================*/


body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000
}

.nav a {
    color: #ffffff !important;
}

.navbar-header a {
    color: #ffffff !important;
    padding-right: 100px;
}

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

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

* {
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    line-height: 120px;
    text-transform: uppercase;
    color: black;
}

h3 {
    line-height: 30px;
    padding-bottom: 20px;
}

h4 {
    line-height: 40px;
    padding-bottom: 40px;
}

h5 {
    font-size: 16px;
    padding-top: 40px;
}

p {
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
}

ol {
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 10px;
}

    ol > li {
        margin-top: 1.5%;
    }

.navbar-inverse {
    background-color: #993333;
}

.lista {
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 10px;
}

hr {
    border-color: #993333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.space-pad {
    padding-bottom: 50px;
}

.opaco {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}

th {
    padding:2px;
    text-align: center;
}
td {
    padding:2px;
    padding-left: 5px;
}

@media (max-width: 480px) {
    .img-responsive {
        position: relative;
        margin: 25% auto -8% auto;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .img-responsive {
        position: relative;
        margin: 25% auto -8% auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-responsive {
        position: relative;
        margin: 15% auto -8% auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .img-responsive {
        position: relative;
        margin: 15% auto -8% auto;
    }
}

@media (min-width: 1200px) {
    .img-responsive {
        position: relative;
        margin: 15% auto -8% auto;
    }
}

/*.img-responsive {
    position: relative;
    margin: 15% auto -8% auto;
}*/

.imgFullCol {
    width: 100%;
    height: auto;
}

.for-full-back {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 5-7 */
    filter: alpha(opacity=90);
    /* Netscape */
    -moz-opacity: 0.9;
    /* Safari 1.x */
    -khtml-opacity: 0.9;
    /* Good browsers */
    opacity: 0.9;
}

section {
    padding-top: 30px;
    padding-bottom: 45px;
}

/*=======================================
    COLOR CODES
==================================================*/
.bianco {
    color: #fff;
}

.color-white {
    background-color: #fff !important;
}

.color-dark {
    background-color: #333 !important;
}

.color-light {
    background-color: #014f61 !important;
}

.main-color-red {
    color: #DF0000;
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        background-color: #d2322d;
        border-color: #ac2925;
    }
/*=======================================
    HEADER STYLES
==================================================*/

@media (max-width: 480px) {
    .head-main {
        font-size: 30px !important;
        font-weight: 900 !important;
        line-height: 50px;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 50px 20px 10px 20px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .head-main {
        font-size: 30px !important;
        font-weight: 900 !important;
        line-height: 50px;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 150px 20px 10px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .head-main {
        font-size: 50px !important;
        font-weight: 900 !important;
        line-height: 80px;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 100px 20px 20px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .head-main {
        font-size: 60px !important;
        font-weight: 900 !important;
        line-height: 120px;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 100px 20px 20px 20px;
    }
}

@media (min-width: 1200px) {
    .head-main {
        font-size: 90px !important;
        font-weight: 900 !important;
        line-height: 120px;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 170px 20px 20px 20px;
    }
}

/*.head-main {
    font-size:90px !important;
    font-weight:900!important;
    color:#fff!important;
    padding:200px 20px 20px 20px;
}*/

@media (max-width: 480px) {
    .head-sub-main {
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 0px 20px 50px 20px;
    }
}

@media (max-width: 767px) {
    .head-sub-main {
        font-size: 20px !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 0px 20px 50px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .head-sub-main {
        font-size: 25px !important;
        font-weight: 900 !important;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 5px 20px 30px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .head-sub-main {
        font-size: 30px !important;
        font-weight: 900 !important;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 5px 20px 30px 20px;
    }
}

@media (min-width: 1200px) {
    .head-sub-main {
        font-size: 40px !important;
        font-weight: 600 !important;
        color: #fff !important;
        text-shadow: 2px 2px 4px black;
        padding: 5px 20px 30px 20px;
    }
}

@media (max-width: 767px) {
    .head-last {
        padding: 5px 20px 50px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .head-last {
        padding: 5px 20px 100px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .head-last {
        padding: 5px 20px 100px 20px;
    }
}

@media (min-width: 1200px) {
    .head-last {
        padding: 5px 20px 100px 20px;
    }
}

/*=======================================
    NAVIGATION STYLES
==================================================*/


nav {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.fixed {
    position: fixed;
    top: 0;
    min-height: 50px;
    z-index: 99;
}


/*=======================================
    WORDS /ABOUT STYLES
==================================================*/

.about-div {
    width: 100%;
    min-height: 100px;
    background-color: rgba(198, 197, 197, 0.2);
    box-shadow: none;
    border: 0;
    padding: 50px 20px 30px 20px;
    margin-bottom: 20px;
}

#Parallax-one {
    background-image: url("../img/2.jpg");
    padding: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.for-parallax-one {
    color: #fff;
    padding: 40px 20px 40px 20px;
    font-size: 25px;
}


/*=======================================
    PRICING STYLES
==================================================*/


.plan {
    background: #eef1f3;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .plan:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .plan li {
        padding: 15px 0px;
        color: #434749;
        border-top: 1px dashed #000;
    }

        .plan li.plan-head {
            padding: 15px 0px;
            background-color: #585858;
            color: #FFFFFF;
            line-height: 20px;
            font-size: 20px;
            font-weight: 600;
            border: none;
        }

        .plan li.main-price {
            padding: 25px 0px;
            background-color: #BEBEBE;
            color: #DF0000;
            border: none;
            font-weight: 900;
            font-size: 30px;
        }

#Parallax-two {
    background-image: url("../img/3.jpg");
    padding: 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-attachment: fixed;
    min-height: 300px;
}

.for-parallax-two {
    color: #fff;
    padding: 40px 20px 40px 20px;
    font-size: 25px;
}

/*=======================================
    CONTACT STYLES
==================================================*/

#social-icon a {
    color: #616161 !important;
    margin-right: 10px;
}

.contact-cls {
    font-size: 20px;
    line-height: 40px;
}
/*=======================================
    FOOTER STYLES
==================================================*/

@media (max-width: 767px) {
    #footer {
        font-size: .75em;
        background-color: #000;
        color: #fff;
        padding: 10px 55px 20px 0px;
        text-align: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer {
        font-size: .85em;
        background-color: #000;
        color: #fff;
        padding: 10px 10px 20px 0px;
        text-align: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer {
        background-color: #000;
        color: #fff;
        padding: 15px 0px 20px 0px;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    #footer {
        background-color: #000;
        color: #fff;
        padding: 20px 0px 20px 0px;
        text-align: right;
    }
}
/*=======================================
    Multilingua
==================================================*/

/*.multilingua_google
{
position: relative;
}*/

/*COme è meglio */
.multilingua_google .LLang {
    /*position: absolute;
    top: -20px;*/
    font-size: .9em;
    margin-top: 0;
    /*margin-left: -40px;*/
    /*width: 100%;
    margin: 0 0 0 1em;
    z-index:10;
    text-align: center;*/
}

    .multilingua_google .LLang li {
        border-right: 1px solid black;
        padding: 0 .3em 0 .3em;
        margin: 0;
        display: inline-block;
        /*float:left;*/
        text-align: center;
    }

        .multilingua_google .LLang li.last {
            border-right: none;
        }


/*=======================================
    DOCUMENT STYLES
==================================================*/

.document-section-header {
    color: #fff;
    background-color: #993333;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    margin-top: 15px;
}

.document-row-header {
    margin-top: 30px;
}

.document-title {
    margin-top: 15px;
    color: #993333;
    font-size: 15px;
}

.document-row {
    margin-top: 15px;
    border-left: solid #993333;
    border-left-width: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.document-link {
    color: black;
}

.small-line {
    line-height: inherit;
}

.paddingCustom {
	padding: 5px;
}