html,
body {
    background-color: #263A50; font-family: Georgia,Times,serif;
}

/*container fix width*/
.container {max-width: 750px;}
/*container fix width end here*/

/*embed video responsive*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*embed video responsive end here*/

/*menu left hover*/
.menu_left {background-color: #263a50; color: #ffffff;}
.menu_left_focus {background-color: #f06563; color: #263a50;}
.menu_left:hover {background-color: #f06563; color:#263a50; transition: 0.5s;}
/*menu left hover end here*/

/*BACK TO TOP*/
#backTop{
    width:35px;
    height:35px;
    padding:10px;
    
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
  display:none;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
}
#backTop.white{
     background:url(../img/uparr-48-b.png) no-repeat center center rgba(255,255,255,0.8);
    border:1px solid #ccc;
}
#backTop.black{
     background:url(../img/uparr-48-w.png) no-repeat center center rgba(0,0,0,0.8); 
    border:1px solid #ccc;
}
#backTop.red{
     background:url(../img/uparr-48-w.png) no-repeat center center rgba(217,97,81,0.9); 
    border:1px solid #fff;
}
#backTop.green{
     background:url(../img/uparr-48-b.png) no-repeat center center rgba(81,217,187,0.9); 
    border:1px solid #fff;
}
/*BACK TO TOP END HERE*/


/*caption text on img*/
.item {
    display: inline-block;
    width: 100%;
}
.well {
    position:relative;
    display: block;
    padding: 0;
    border:none;
}
.well span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding:0px 15px 0px 15px;
    /*background:rgba(240, 101, 99, 0);*/
}

/*caption text on img end here*/
