.container {
    width: 1400px !important;
}
.navbar-form {
    padding: 10px 5px !important;
    margin-top: 0px !important;
}

#prat1{
    margin-top: 5px; 
    width: 50%;
    height: 50%;
/*    width: 580px;
    height: 375px;*/
    /*background: blue;*/
    float: left;
}
#prat2{
    margin-top: 5px; 
    width: 50%;
    height: 460px;
/*    width: 580px;
    height: 375px;*/
    /*background: red;*/
    float: right;
}

.swiper-container{
    height: 470px;
}


.swiper-slide{
    height: 95%;
}


#prat3{
    width: 50%;
    height: 50%;
/*    width: 580px;
    height: 375px;*/
    /*background: yellow;*/
    float: left;
    clear: left;
}
#prat4{
    width: 50%;
    height: 50%;
/*    width: 580px;
    height: 375px;*/
    /*background: green;*/
    float: right;
}

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

#prat5{
    width: 50%;
    height: 50%;
/*    width: 580px;
    height: 375px;*/
    /*background: green;*/
    float: left;
    clear: left;
}

#prat6{
    width: 50%;
    height: 50%;
/*    width: 580px;
    height: 375px;*/
    /*background: green;*/
    float: right;
}


#prat7{
    width: 100%;
    height: 60%;
/*    width: 1160px;
    height: 700px;*/
    /*background: blue;*/
    float: right;
}

.img_load{
    width: 100%;
    height: 100%;
/*    width: 580px;
    height: 325px;*/
}

.map_load{
    width: 100%;
    height: 100%;
/*    width: 580px;
    height: 375px;*/
}

p {
    font-size: 120%;
    margin:0 0 0 0 !important;
}


.modal-dialog {
    width: 900px !important;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
/*.p {
    padding : 5px;
}*/

.footer {
    position: fixed !important;
    width: 100%;
    margin: 0 auto;
    background: #dff0d8;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

#nav_ul {
    font-size:120%;
}

.nav_a {
    color:white;
}

.Section-body .p{
    font-size:150%;
} 


#wrapper.toggled {
    padding-left: 725px !important;
}

#wrapper.toggled #sidebar-wrapper{
    width: 725px !important;
}


.select-control {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;

}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:10000;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}