

@import url(bootstrap.min.css);
@import url(../font-awesome/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(general.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(style.css);
@import url(animate.css);
@import url(wizard.css);
@import url(magnific-popup.css);







#top-nav {
    border-bottom: 1px solid #e1e6dd;
    background: #FFF;
    -webkit-transform: translateZ(0);
}

    #top-nav.navbar {
        margin-bottom: 0px;
    }

        #top-nav.navbar .nav {
            margin: 8px 0px;
        }

            #top-nav.navbar .nav > li > a {
                padding: 6px 12px;
                margin: 0px;
                text-transform: uppercase;
                font-weight: 400;
                -webkit-transition: background-color 200ms ease;
                -moz-transition: background-color 200ms ease;
                -o-transition: background-color 200ms ease;
                transition: background-color 200ms ease;
            }

                #top-nav.navbar .nav > li > a.download {
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                }

                #top-nav.navbar .nav > li > a.download-on {
                    background-color: #ff8a3c;
                    color: #ffffff;
                }

                    #top-nav.navbar .nav > li > a.download-on:hover {
                        color: #ffffff;
                        background-color: #ff7920;
                    }

.btn-navbar span.icon-bar {
    margin-top: 0px;
}

#header {
    background: #f1f1f1;
    padding: 100px 0 100px;
}

    #header h1 {
        color: #7fc242;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    #header h3 {
        margin-bottom: 30px;
        width: 400px;
    }

    #header .btn-success {
        padding: 15px 30px;
        margin-bottom: 5px;
    }

    #header .logo {
        display: block;
        margin-top: 60px;
        float: right;
    }

img.arrow-down {
    margin: 0 auto;
    display: block;
}

h1 {
    margin-top: 80px;
}

pre.pre-show {
    margin: 40px 0px;
}

.tab-content pre.pre-show {
    margin: 0px 0px 0px 0px;
}

.nav-tabs {
    margin-top: 20px;
    margin-bottom: 0px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.table th,
.table td {
    padding: 8px 12px;
}

.wrap_title {
    margin-bottom: 30px;
}

#owl-demo .item {
    margin: 4px;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
    }

#footer {
    padding: 20px 0px;
    background: #f3f3f3;
    text-align: center;
}

.twitter-share-button {
    top: 4px;
    position: relative;
}

#owl-example .item {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-example .item img {
        width: auto;
        margin: 0 auto;
        display: block;
    }

    #owl-example .item h3 {
        font-size: 28px;
        font-weight: 300;
        margin: 25px 0 0;
    }

    #owl-example .item h4 {
        margin: 5px 0 0;
        font-size: 18px;
    }

.item h1 {
    margin: inherit;
}

.orange {
    background: #ff8a3c;
}

.darkCyan {
    background: #42bdc2;
}

.forestGreen {
    background: #7fc242;
}

.yellow {
    background: #ffd800;
}

.dodgerBlue {
    background: #388bd1;
}

.skyBlue {
    background: #a1def8;
}

.zombieGreen {
    background: #3fbf79;
}

.violet {
    background: #db6ac5;
}

.yellowLight {
    background: #fee664;
}

.steelGray {
    background: #cad3d0;
}

#example-info h1,
#more h1 {
    margin-top: 40px;
}

.demos-row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.demo-page {
    margin-top: 0px;
    margin-bottom: 100px;
}

.demo-box {
    display: block;
    background: #f3f3f3;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .demo-box h3 {
        padding-bottom: 20px;
        margin: 0px;
        color: #869690;
    }

    .demo-box:hover {
        text-decoration: none;
    }

.demo-wrapper {
    padding: 30px 0px 20px 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.demo-slide {
    float: left;
}

    .demo-slide .bg {
        background: #aebab6;
        margin-right: 1px;
        height: 100%;
    }

.demo-box:hover .demo-slide .bg {
    background: #7fc242;
}

.demo-images .demo-slide {
    height: 40px;
    width: 33.3333333%;
}

.demo-full {
    padding-left: 0px;
    padding-right: 0px;
}

    .demo-full .demo-slide {
        height: 40px;
        width: 25%;
    }

.demo-custom .demo-slide {
    height: 40px;
    width: 10%;
}

.demo-one .demo-slide {
    height: 40px;
    width: 100%;
}

.demo-Json .demo-slide {
    height: 40px;
    width: 20%;
}

.demo-Json-custom .demo-slide {
    height: 40px;
    width: 33.3333333%;
}

.demo-lazy .demo-slide {
    height: 40px;
    width: 33.3333333%;
}

    .demo-lazy .demo-slide .bg {
        background: url('../../../andreagalanti.it/flatfy/img/AjaxLoader.html') no-repeat center center #aebab6;
    }

.demo-height .demo-slide {
    height: 40px;
    width: 100%;
}

#changelog {
    margin-bottom: 40px;
}

    #changelog .label {
        margin-bottom: 10px;
    }

    #changelog .log {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e1e6dd;
    }

#faq dt {
    line-height: 26px;
}

#faq dd {
    line-height: 22px;
    margin-bottom: 20px;
}

@media (max-width: 979px) {
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 0px;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: fixed;
    }
}

@media (max-width: 768px) {
    .navbar.navbar-fixed-top {
        position: static;
    }

    .btn.btn-navbar {
        margin: 9px 20px 9px 8px;
        padding: 10px 10px;
    }

    .nav-collapse .nav > li {
        border-top: 1px solid #e1e6dd;
        text-align: center;
    }

    #header .logo {
        margin-top: 40px;
        margin: 20px auto 0px;
        float: none;
        height: 150px;
    }

    #header {
        text-align: center;
        padding: 60px 0px 30px;
    }

        #header h1 {
            margin: 10px 0;
        }

        #header h3 {
            margin-bottom: 10px;
            width: auto;
            padding: 0px 20px;
        }

    h1 {
        font-size: 38px;
        margin: 20px 0;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 13px;
    }

    h6 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

    #header {
        text-align: center;
        padding: 20px 0px 20px;
    }

        #header .logo {
            margin-top: 0px;
        }
}

@media (max-width: 767px) {
    .hp-table table,
    .hp-table thead,
    .hp-table .hp-table tbody,
    .hp-table th,
    .hp-table td,
    .hp-table tr {
        display: block;
    }

        .hp-table thead tr {
            display: none;
        }

    .hp-table tr {
        border: 0px solid #ccc;
        margin-bottom: 10px;
    }

    .hp-table td:before {
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .hp-table td:nth-of-type(2):before {
        content: "Default:";
        font-weight: bold;
    }

    .hp-table td:nth-of-type(3):before {
        content: "Type:";
        font-weight: bold;
    }

    .hp-table td:nth-of-type(4):before {
        content: "Description:";
        font-weight: bold;
    }
}

.navbar-default {
    background-color: #fff;
}

.shadow-nav {
    position: fixed;
    border-bottom: 2px solid #1b3c84;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.top-nav {
    padding: 0;
    background: #ececec;
    min-height: 32px;
}

.fa.r {
    margin-right: 4px;
}

.btn-theme-p {
    background-color: #274486;
    color: #fff;
}

.btn-theme-s {
    background-color: #9d241c;
    color: #fff;
}

.upperstrip {
    min-height: 30px;
}

.upperstrip_btncon {
    color: #1abc9c;
    padding-right: 17px;
}

.logo_slogan {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
}

.lowerstrip {
    min-height: 80px;
}

.lowersidelink {
    margin-top: 15px;
}

    .lowersidelink .nav {
        margin-top: -5px;
    }

.gst_logo {
    height: 68px;
    margin-top: -13px;
}

#intro-header {
    margin-top: 80px;
}

.content-section-a {
    padding: 90px 0 0 !important;
}

footer {
    background: #34495e;
}

.gst-footer-banner {
    color: #fff;
    margin-left: 42px;
    min-height: 316px;
    padding: 0 30px 30px;
}

.panel-title {
    min-height: 90px;
}

.panel-body {
    min-height: 350px;
}



@media (min-width:768px) {

    .reg-btn, .reg-btn:focus {
        margin: 16px 5px;
        padding: 4px 8px !important;
        border-radius: 4px;
        font-size: 14px !important;
        color: #fff !important;
    }

        /*.reg-btn.theme {
            padding: 6px 36px !important;
        }*/

        .reg-btn.theme, .reg-btn.theme:focus {
            background: #1b3c84 !important;
        }

        .reg-btn.primary, .reg-btn.primary:focus {
            background: #ef7c00 !important;
        }

        .reg-btn.secondary, .reg-btn.secondary:focus {
            background: #008136 !important;
        }

        .reg-btn.primary:hover {
            background: #BF6400 !important;
        }

        .reg-btn.secondary:hover {
            background: #00672C !important;
        }

        .reg-btn.theme:hover {
            background: #15306A !important;
        }
}















.pricing_div {
    padding: 40px 0 90px 0;
}

.price_table_container {
    text-align: center;
    color: #666;
    margin-top: 35px;
    font-family: 'Open Sans', sans-serif;
}

.price_table_heading {
    font-size: 14px;
    min-height: 100px;
    padding: 10px;
    background: #EEE;
}
/*.rotate {float:left;width:50px;}
.rotate + span {display:block;float:left;width:75%;}*/
.pc1-bg {
    background: #ef7c00;
    color: #FFF;
}

.pc2-bg {
    background: #1b3c84;
    color: #FFF;
}

.pc3-bg {
    background: #008136;
    color: #FFF;
}

    .pc2-bg span, .pc3-bg span {
        margin-top: 17px;
        display: inline-block;
    }

.pc1-bg + .price_table_body .price_table_row {
    border-left: 1px solid #ef7c00;
    border-right: 1px solid #ef7c00;
}

.pc2-bg + .price_table_body .price_table_row {
    border-left: 1px solid #1b3c84;
    border-right: 1px solid #1b3c84;
}

.pc3-bg + .price_table_body .price_table_row {
    border-left: 1px solid #008136;
    border-right: 1px solid #008136;
}

.pc1img {
    width: 110px;
    border: 3px solid #ef7c00;
}

.pc2img {
    width: 110px;
    border: 3px solid #1b3c84;
}

.pc3img {
    width: 110px;
    border: 3px solid #008136;
}

.price_table_row {
    padding: 5px;
    font-size: 15px;
    background: #FFF;
}

.cost {
    padding: 30px;
    font-size: 30px;
}

    .cost span {
        font-size: 15px;
    }

.price_table_row:nth-of-type(even) {
    background: #F8F8F8;
}

.btn {
    border-radius: 0px;
}

.recommended {
    /*USER DEFINED COLOUR*/
    background: #FF3A3A;
    color: #FFF;
    /*USER DEFINED COLOUR*/
    padding: 3px 0 3px 0;
    margin-top: 10px;
    text-align: center;
    margin-bottom: -35px;
    font-family: 'Open Sans', sans-serif;
}


.spacer {
    width: 100%;
    height: 50px;
}


/*Already Defined Colours*/
/*Background*/
.primary-bg {
    background: #337AB7;
    color: #FFF;
}

.success-bg {
    background: #5CB85C;
    color: #FFF;
}

.info-bg {
    background: #5BC0DE;
    color: #FFF;
}

.warning-bg {
    background: #F0AD4E;
    color: #FFF;
}

.danger-bg {
    background: #D9534F;
    color: #FFF;
}

.dark-bg {
    background: #444;
    color: #FFF;
}

.royal-bg {
    background: #8E74E2;
    color: #FFF;
}

.static-bg {
    background: #2BB0A6;
    color: #FFF;
}

/*Only Text Colours*/
.primary-text {
    background: #FFF;
    color: #337AB7;
}

.success-text {
    background: #FFF;
    color: #5CB85C;
}

.info-text {
    background: #FFF;
    color: #5BC0DE;
}

.warning-text {
    background: #FFF;
    color: #F0AD4E;
}

.danger-text {
    background: #FFF;
    color: #D9534F;
}

.dark-text {
    background: #FFF;
    color: #444;
}

.royal-text {
    background: #FFF;
    color: #8E74E2;
}

.static-text {
    background: #FFF;
    color: #2BB0A6;
}

/*Additional Button styles*/

/*BTN-DARK*/
.btn-dark {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark.focus,
    .btn-dark:active,
    .btn-dark.active,
    .open > .dropdown-toggle.btn-dark {
        color: #fff;
        background-color: #222;
        border-color: #222;
    }

    .btn-dark:active,
    .btn-dark.active,
    .open > .dropdown-toggle.btn-dark {
        background-image: none;
    }

.bottom_price_table {
    display: block;
    min-height: 1px;
}

/*BTN-ROYAL---------*/
.btn-royal {
    color: #fff;
    background-color: #8E74E2;
    border-color: #8E74E2;
}

    .btn-royal:hover,
    .btn-royal:focus,
    .btn-royal.focus,
    .btn-royal:active,
    .btn-royal.active,
    .open > .dropdown-toggle.btn-royal {
        color: #fff;
        background-color: #7451E8;
        border-color: #7451E8;
    }

    .btn-royal:active,
    .btn-royal.active,
    .open > .dropdown-toggle.btn-royal {
        background-image: none;
    }


/*BTN-STATIC---------*/
.btn-static {
    color: #fff;
    background-color: #2BB0A6;
    border-color: #2BB0A6;
}

    .btn-static:hover,
    .btn-static:focus,
    .btn-static.focus,
    .btn-static:active,
    .btn-static.active,
    .open > .dropdown-toggle.btn-static {
        color: #fff;
        background-color: #07A094;
        border-color: #07A094;
    }

    .btn-static:active,
    .btn-static.active,
    .open > .dropdown-toggle.btn-static {
        background-image: none;
    }

.form-group-first-half {
    width: 100%;
}

.form-group-first-half {
    width: 100%;
}

@media (min-width:500px) {
    .form-group-first-half {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .form-group-second-half {
        width: 50%;
        float: left;
    }
}

#services {
    padding-top: 10px;
}

.about-section {
    padding-top: 60px;
}

#home {
    padding-top: 75px;
}

.about-services-box {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-services-img {
    float: none;
    width: 100%;
    max-width: 100px;
}

.working-area-head {
    background: #7f94c1;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width:768px) {
    .border-right-p {
        border-right: 1px solid #ccc;
    }
}

#contact {
    padding-top: 10px;
}

    #contact h2 {
        color: white;
        margin-bottom: 60px;
    }

.btn-enquiry {
    background: #1b3c84;
    color: #fff;
}

    .btn-enquiry:hover, .btn-enquiry:focus {
        background: #1b3c84 !important;
        color: #fff;
    }

.owl-theme .owl-controls .owl-page span {
    background: red;
}

.table-products {
    font-size: 12px;
    margin-bottom: 0;
}

    .table-products tbody tr th {
        vertical-align: middle;
        background: #1c75bf;
        color: #fff;
        text-align: center;
    }

    .table-products tbody tr:nth-child(even) td {
        background: #d6e3ef !important;
    }

.remark_span {
    font-size: 11px;
    margin-bottom: 0;
}

.table-taxes {
    margin-bottom: 0;
    border: 0;
    font-size: 13px;
}

    .table-taxes tr:first-child {
        background: #fafafa;
    }

    .table-taxes tr th:nth-child(1), .table-taxes tr td:nth-child(1) {
        padding-left: 2px;
    }

    .table-taxes tr th:nth-child(2), .table-taxes tr td:nth-child(2) {
        padding-left: 2px;
        text-align: right;
    }

    .table-taxes tr th:nth-child(3), .table-taxes tr td:nth-child(3) {
        padding-left: 2px;
        text-align: right;
    }

.table-pdetails {
    margin-bottom: -1px;
    border: 0;
    font-size: 13px;
}

    .table-pdetails tr:first-child {
        background: #fafafa;
    }

    .table-pdetails tr th:nth-child(1), .table-pdetails tr td:nth-child(1) {
        padding-left: 2px;
        width: 75%;
    }




    .table-pdetails tr th:nth-child(2), .table-pdetails tr td:nth-child(2) {
        padding-left: 2px;
        text-align: right;
        width: 5%;
    }

    .table-pdetails tr th:nth-child(3), .table-pdetails tr td:nth-child(3) {
        padding-left: 2px;
        text-align: right;
        width: 20%;
    }

.table-promo {
    margin-bottom: 0;
    border: 0;
    font-size: 13px;
}

    .table-promo tr:first-child {
    }

    .table-promo tr td label {
        font-size: 13px;
    }

    .table-promo tr th:nth-child(1), .table-promo tr td:nth-child(1) {
        padding: 0;
        padding-left: 2px;
        width: 80%;
    }

    .table-promo tr th:nth-child(2), .table-promo tr td:nth-child(2) {
        padding-left: 2px;
        text-align: right;
        width: 20%;
    }


.panel-time {
    background-color: #fff;
    color: #333;
    border-color: #9e9e9e;
    margin-bottom: 15px;
}

.radio_container {
    min-height: 38px;
    margin: 0;
    padding: 0 15px;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #9e9e9e;
    line-height: 37px;
    border-radius: 4px;
}

    .radio_container .part {
        width: 40%;
        float: left;
        text-align: center;
    }

        .radio_container .part label, .radio_container .part input[type=radio] {
            cursor: pointer;
            margin-right: 2px;
        }

@media only screen and (max-width: 767px) {
    .col-sm-4 {
        margin-bottom: 0;
        text-align: left;
    }

    .radio_container .part {
        width: 50%;
        float: left;
        text-align: left;
    }
}

.panel-title-timevenue {
    min-height: initial;
    font-size: 13px;
}

.panel-heading-timevenue {
    padding: 0;
    border-color: #d6d6d6 !important;
}

.panel-body-timevenue {
    min-height: initial;
    padding: 2px 5px;
    font-size: 12px;
}

.amount-table-gst {
    font-size: 13px;
}

    .amount-table-gst .c1 {
        width: 40%;
        text-align: left;
        border: 0;
        vertical-align: middle;
    }

    .amount-table-gst .c2 {
        width: 60%;
        border: 0;
        text-align: right;
    }

.gst_ul {
    margin-bottom: 0;
}

    .gst_ul li {
        list-style-type: disc;
        text-align: left;
        font-size: 12px;
        line-height: 1.6;
    }

.amount-table-gst tr td {
    padding: 3px 5px !important;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .navbar-nav > li > a {
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
        text-align: center;
    }
}

.dropdown-toggle .caret {
    margin-left: 2px !important;
}

.navbar .dropdown-menu {
    margin-top: 0px !important;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.dropdown-menu:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #f3f4f5 transparent;
    position: absolute;
    right: 45px;
    top: -20px;
    z-index: -10;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #1b3c84;
}

    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
        color: #1b3c84;
    }

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #1b3c84;
    border-bottom-color: #1b3c84;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #1b3c84;
    border-bottom-color: #1b3c84;
}
.p10 {
    padding: 10px;
}


.product-section {
    background:#fafafa;
    padding:70px 100px 20px 100px;
}
.product-info {
    height: 98px;
    overflow:hidden;
    border-radius:3px;
    margin-bottom:40px;
}
.product-heading {
    color:#000;
    margin-bottom: 20px;
    font-size: 42px;
    text-align: center;
}
.product-body {
    padding: 15px 50px 15px 50px;
}

.product-info-icon {
    width: 98px;
    float: left;
    padding: 15px;
    color: transparent;
    font-size: 36px;
    line-height: 1.9em;
    text-align: center;
    border-radius:100%;    
}
.product-info:hover {
    cursor:pointer
}
.product-info-text {
    font-size: 17px;
    width:calc(100% - 98px);
    float: left;
    padding: 8PX;
    vertical-align: middle;
    color: #000;
}
.product-info .product-info-icon {
    color: #000;
}
.ias .product-heading,.ias .product-info-text {color:#ef7f1a}
.grp .product-heading,.grp .product-info-text {color:#2a4587}
.sis .product-heading,.sis .product-info-text {color:#00843e}
.ias .product-info-icon{background-color:#ef7f1a;color:#fff}
.grp .product-info-icon{background-color:#2a4587;color:#fff}
.sis .product-info-icon{background-color:#00843e;color:#fff}
@media (max-width:990px) {
.product-section {
    background:#fafafa;
    padding:40px 30px 10px 30px;
}

.product-info-icon {
        height: 50px;
    width: 50px;
    float: left;
    padding: 15px;
    font-size: 20px;
    line-height: 11px;
    text-align: center;
    border-radius: 100%;
}
.product-info-text {
   
    font-size: 13px;
    width: calc(100% - 50px);
    float: left;
    padding: 7PX;
    vertical-align: middle;
    color: #000;
}
.product-body {
    padding: 15px 5px 10px 0px;
}
.product-info {
    height: 50px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 2px;
}

}
#contact a:hover,#contact a:focus {
    color:#fff
}
.mb20 {
    margin-bottom:20px
}
.pt40 {
    padding-top:40px
}
@media (min-width:768px){
#contact {
    min-height:580px
}

}