@import url(http://fonts.googleapis.com/css?family=PT+Sans);
*{
    margin: 0;
    padding: 0;
}

html{
    height:100vh;
}
body{
    height: 100%;
    width: 100%;
}

.preload { 
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}

#full_page{
    display: none;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background:no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -9999;
    display: none;
    background-image: url('../img/bg3.jpg');
}

#container{

}

#logo{
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

#logo:hover{
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}



#menu{
    width:250px;
    height:100vh;
    background: url('../img/menu_bg.png');
    float: left;
    position: fixed;

}

#navigation{
    margin-top: 50px;
}

#navigation ul{
    list-style: none;
}
#navigation ul li{
    margin: 5px;
    margin-right: 0;
    margin-left: 0;
    padding: 5px;
    background-color: #2C3E50;
    transition: background-color 1s ease;
    border-left: 5px solid #6C7A89;
    color: #fff;

}

#navigation ul li a{
    color: #ccc;
    text-decoration: none;
    font-family: 'PT Sans';
    letter-spacing: 2px;

}

#navigation ul li:first-child{
    background-color:#15212E;
}
#navigation ul li:nth-child(2){
    background-color:#E74C3C;
}

#navigation ul li:hover{
    background: #16A085;
}

#face_icon,#twitter_icon,#instagram_icon{
    font-size: 35px;
    color: #f0f0f0;
    margin: 5px;
}

#social_icons{
    margin-left: 50px;

}

#social_icons i{
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

#social_icons i:hover{
      -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transform:rotate(360deg);
}

#content{
    float: left;
    margin-left: 300px;
}

#opening_word{
    color: #ccc;
    background: url('../img/menu_bg.png');
    width: 600px;
    margin: 10px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 10px;

}
#mission,#history,#vision{
    color: #ccc;
    background: url('../img/menu_bg.png');
    width: 600px;
    margin: 10px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 10px;

}

#mission h2,#vision h2,#history h2 {
    color: #fff;
    text-align: center;
    font-family: 'PT Sans';
    background: #15212E;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    position:relative;

}

#services_container{
    margin-top: 20px;
}

#our_service_block{
    height: 300px;
    width: 600px;
    background: url('../img/menu_bg.png');
    color: #ccc;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 10px;
}

#service_icon{
    height: 256px;
    width: 256px;
    background-image: url('../img/services.png');
    float: right;
}

#our_service_block ul{
    list-style: none;
    float: left;
    width: 310px;
}


#contact_container{
    background: url('../img/menu_bg.png');
    padding: 10px;
    margin-top: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 10px;
    width: 600px;
}

#contact_container #contact_icon{
    font-size: 40px;
    color: #ccc;
    text-align: center;
}

#contact_container span:nth-child(2){
    font-size: 24px;
    color: #c1e2b3;
    text-align: center;
    position: relative;
    top: -10px;
}

#contact_container #contact_info{
    color: #ccc;
}

#contact_container #contact_info a{
    text-decoration: none;
    color: #ccc;
    font-size: 18px;
}

#contact_container legend{
    color: #c1e2b3;
}

.glyphicon-map-marker{
    color: #c1e2b3;
}


#gallery_container{
 margin-top: 20px;   
}

#gallery_container h2 {
color: #fff;
text-align: center;
font-family: 'PT Sans';
background: #15212E;
/* border-radius: 10px; */
padding: 5px;
margin-top: -5px;
margin: 0;
margin-bottom: 4px;
position: relative;

}

.clear{
    clear: both;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#flibs{
    position: relative;
    top: 20px;
}

#flib_front{
    background: url('../img/menu_bg.png');
    border-radius: 15px;
    height: 100%;
    width: 100%;
    position: relative;


}
#flib_front img{
    width: 235px;
    height: 170px;
    position: relative;
    top: 20px;
    left: 15px;
}

#flib_icon{
    font-size: 60px;
    color: #fff;
    margin-left: 100px;
    margin-top: 20px;
}

#flib_front h2{
    color: #fff;
    text-align: center;
    font-family: 'PT Sans';
    background: #15212E;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    position:relative;
    top: 10px;
}

#flib_front h5{
    margin-left: 15px;
    color: #ccc;
    position: relative;
    top: 10px;
}
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    float: right;
    margin: 20px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 270px;
    height: 320px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);

}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);

}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#footer{
    position: absolute;
    bottom: 15px;
    text-align: center;
    color: #d9edf7;
}