/*
    Theme Name: Bikin
    Theme URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

b {
    font-size: 110%;
}

em {
    color: red;
}

#topsection {

    height: 110px; /*Height of top section*/
}

#topsection_top {

    height: 2px; /*Height of top section*/
    background: #84C169;
    color: #fff;
}

#topsection h1 {
    margin: 0;
    padding-top: 15px;
}

#social a{
    color:#84C169;
    text-decoration: none;

}
#social a:hover{
    color:#FD6204;
    text-decoration: none;
}
.round3
{

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background:#84C169;

}
#mened {

    height: 40px; /*Height of top section*/
    background: #84C169;
    color: #fff;
    z-index: 999999
}

#slides {

    height: auto; /*Height of top section*/

    color: #fff;
    border: 0px solid red;

}

#contentwrapper {
    float: left;
    width: 100%;
}

#contentcolumn {
    margin: 0 230px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn {
    float: left;
    width: 230px; /*Width of left column*/
    margin-left: -100%;

}

#rightcolumn {
    float: left;
    width: 230px; /*Width of right column*/
    margin-left: -230px; /*Set left marginto -(RightColumnWidth)*/

}

#footer {
    clear: left;
    width: 100%;
   font-size: 12px;
    background: #fff;
    color: #FFF;


}

#activity {
    clear: left;
    width: 100%;
    background: #fff;
    color: #FFF;

    padding: 4px 0;
}

input.gobutton {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 8px; /*add some padding to the inside of the button*/

    background: #84C169; /*the colour of the button*/
    border: 0px solid #FFF; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    /*style the text*/
    color: #f3f3f3;
    font-size: 13px;
    font-weight: bold;
    width: 150px;
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input.gobutton:hover, input#gobutton:focus {
    background-color: #FD6204; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
}

.h1scroll3 {

    color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 10px;
}

.nights3 {
    margin-bottom: 8px;
    font-weight: bold;
    color: #3879D9;
    font-size: 15px;
}



.innertube {
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

#icar_ban {
    width: 390px;
    height: 100px;
    margin-top: 5px
}
ul.numbers {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;

}

.numbers li a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

ul.numbers li {
    width: 350px;
    height: auto;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 13px;

    vertical-align: middle;
    color: #fff;
    border:0px solid #fff;
}
ul.services {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;

}

.services li a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

ul.services li {
    width: 350px;
    height: auto;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;

    background-repeat: no-repeat;
    vertical-align: middle;
    color: #666666;
    border: 0px solid red;
}

ul.services3 {
    margin: 0px;
    padding: 0px;
}

ul.services3 li {
    width: 356px;
    height: auto;
    display: inline-block;
    margin-right: 22px;
    margin-top: 0px;
    padding: 1px;
    background: rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat;
    vertical-align: top;
    border: 0px solid #84C169;
    color: #666666;
    font-size: 13px;
    border-radius: 3px;

}

.title3 {
    color: #FD6204;
}

/* ####### responsive layout CSS ####### */

@media (max-width: 840px) {
    /* 1st level responsive layout break point- drop right column down*/
    ul.services li {
        width: 100%;
    }

    #leftcolumn {
        margin-left: -100%;
    }

    #rightcolumn {
        float: none;
        width: 100%;
        margin-left: 0;
        clear: both;
    }

    #contentcolumn {
        margin-right: 0; /*Set margin to LeftColumnWidth*/
    }
    .holder_master{
        visibility: hidden;
        display: none;
    }
}

@media (max-width: 600px) {
    /* 2nd level responsive layout break point- drop left column down */
    #leftcolumn {
        float: none;
        width: 100%;
        clear: both;
        margin-left: 0;
    }

    #contentcolumn {
        margin-left: 0;
    }

    #icar_ban {

        visibility: hidden;
        display: none;
    }
}