/* For desktop: */
@media only screen and (min-width: 768px) {

/*---------------------
    Page
-----------------------*/

#page {
    max-width: 1200px;
    height: 2200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
    background-color: #fafbfa;
}

/*---------------------
    main
-----------------------*/
.main {
    width: 100%;
    height: 1300px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.colm1 {
    width: 98%;
    height: 400px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: auto;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f2f2;
}
.colm3 {
    width: 94%;
    max-height: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 10px;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: normal;
    text-align:justify;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #d5ddd7;
}
.section1 {
    width: 100%;
    position: relative;
    float: left;
}
.section2 {
    width: 100%;
    position: relative;
    float: left;
}
.colm3-1 {
    width: 23%;
    position: relative;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align:left;
}

}


/* For mobile: */
@media only screen and (max-width: 768px) {


/*---------------------
    Page
-----------------------*/

#page {
    width: 100%;
    height: 3300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
    background-color: #ffffff;
}

/*---------------------
    main
-----------------------*/
.main {
    width: 100%;
    height: 100%;
    margin-top: 85px;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.colm1 {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    position: relative;
    float: left;
    background-color: #D1D1D1;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carousel-inner.fade-trans>.item {
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    left: 0 !important;
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.colm3 {
    width: 96%;
    height: 2400px;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
    font-weight: normal;
    text-align:justify;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;

    background-color: #d5ddd7;
}
.section1 {
    width: 100%;
    position: relative;
    float: left;
}
.section2 {
    width: 100%;
    position: relative;
    float: left;
}
.colm3-1 {
    width: 98%;
    position: relative;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    text-align:left;
}

}



