/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #000000;
}*/

html{
    zoom: 0.9;
}

body{
    background: url("/assets/img/bg.png");
    min-width: 1100px;
}


.main-row{
    background: url(/assets/img/tail-top.png) 0px 30px repeat-x;
    margin: 0;
    border-top: 2px solid #FF981D;
    border-bottom: 2px solid #FF981D;

}


/* #eXTReMe-Free-rmebrkkz {
    display: none;
}*/
hr{
    margin: 0;
    border-top: 1px solid #eee;
}


.lala_banner{
    transition:background 0.3s;
    background: #fff;
    width:190px;
    height:80px;
    position: relative;
    margin-bottom: 3px;
    border-left: 3px solid #FF981D;
    /*padding:20px;*/


}
.lala_banner:hover{
    transition:background 0.3s;
    background: #ffd4a2;



}

.lala_banner img {
    margin-left: 4%;
    max-width: 170px;
}


.lala{
    transition:background 0.3s;
    background: #fff;
    width:190px;
    height:80px;
    position: relative;
    margin-bottom: 5px;
    border-left: 3px solid #FF981D;
    /*padding:20px;*/


}
.lala:hover{
    transition:background 0.3s;
    background: #ffd4a2;



}
.lalala
{
    display: table-cell;
    vertical-align: middle;

    width: 185px;
    height: 80px;
}
.lala img {
    margin-left: 10%;
    max-width: 150px;
}



.rhyme-result{
/*border-bottom: 2px solid #C1C1C1; */
margin-bottom: 15px;
transition:all 0.3s;
}
.snoop{
margin: 0;
margin-top: 50px;
}

.image_container {
width: 100%;
height: 300px;
background: #eee;
text-align: center;
line-height: 300px;
}

.image_container img {
margin-left: 25px;
margin-right: 25px;
vertical-align: middle;
max-height: 70px;
}
.rhyme-img{
position: absolute;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.rhyme-result:hover{
    transition:all 0.3s;
-webkit-box-shadow: 0px 0px 7px 0px #ffd4a2;
-moz-box-shadow:    0px 0px 7px 0px #ffd4a2;
box-shadow:         0px 0px 7px 0px #ffd4a2;
background:#fafafa;
/*cursor: pointer;*/
}


.col-md-2-5 {
width: 20%;
}
.col-md-9-5 {
width: 80%;
}

.the_left_side {
top:200px; /* the height of the top banner */
bottom:0px;
position:fixed;

}
.logo{
	margin: 23px auto;
	height: 153px;

	vertical-align: middle
}

.row-content{
	margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;

    border-left: 7px solid;

    border-image: url("/assets/img/content_border.png") 0 0 0 30  round;
	background-color: #ffffff;
    /*min-height: 760px;*/
    min-height: 460px;

}

.row-title{
    background: #FF981D;
    border-radius: 4px 4px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    min-height: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}

.navbar-default {
    background-color: #ffffff;
/*
    border-color: #00215E;
*/
}

.navbar-default .navbar-nav>li>a:hover{
    color: #FF981D;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover
{
    color: #FF981D;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #00215E;
}



.nav-left:hover {
    background: #FF981D !important;
    color: #00215E;
}


.nav-pills>li{
	margin-bottom: 4px;
    width: 190px;
}

.nav-pills>li>a {
	background-color: #FF981D;
	color: #ffffff;
	border-radius: 2px;
	font-size: 18px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 5px 5px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #00215E;
	background-color: #FF981D;
}

.nav-pills>li+li {
 margin-left: 0px; 
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}




/*banner*/
#back
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 1200px;
    height: 400px;
    z-index:1;
}
#bg1
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 391px;
    height: 400px;
    z-index:10;
}
#bg
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 1200px;
    height: 400px;
    z-index:2;
}

#Layer2copy
{
    left: 31px;
    top: 0px;
    position: absolute;
    width: 1122px;
    height: 400px;
    z-index:3;
}

#Layer1
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 1200px;
    height: 400px;
    z-index:4;
}

#blur
{
    left: 0px;
    top: 78px;
    position: absolute;
    width: 788px;
    height: 318px;
    z-index:5;
}

#blur2
{
    left: 30px;
    top: 0px;
    position: absolute;
    width: 807px;
    height: 187px;
    z-index:6;
}

#blur2copy
{
    left: 359px;
    top: 225px;
    position: absolute;
    width: 768px;
    height: 175px;
    z-index:7;
}

#monitor
{
    /*	 left: 775px;
         top: 14px;
         position: absolute;
         width: 410px;
         height: 386px;
         z-index:8;
         transform:scale(0.7);*/
    /*left: 825px;
top: 44px; */
    left: 755px;
    top: 74px;
    position: absolute;
    width: 410px;
    height: 386px;
    z-index:8;
    transform:scale(0.7);
}
#server
{
    /*left: 855px;
top: -15px; */
    left: 1015px;
    top: -35px;
    position: absolute;
    width: 293px;
    height: 307px;
    z-index:7;
    /*transform:scale(0.9);*/
}
#blur3
{
    left: 310px;
    top: 148px;
    position: absolute;
    width: 753px;
    height: 252px;
    z-index:9;
}

#blur4
{
    left: 0px;
    top: 67px;
    position: absolute;
    width: 742px;
    height: 195px;
    z-index:10;
}

#layer_11
{
    /*left: 33px;
    top: 31px; */
    left: 103px;
    top: 11px;
    position: absolute;
    width: 742px;
    height: 77px;
    z-index:99;
}

#b9
{
    left: 508px;
    top: 112px;
    position: absolute;
    width: 101px;
    height: 90px;
    z-index:12;
}

#b10
{
    left: 330px;
    top: 247px;
    position: absolute;
    width: 208px;
    height: 103px;
    z-index:13;
}

#b11
{
    left: 724px;
    top: 134px;
    position: absolute;
    width: 128px;
    height: 72px;
    z-index:14;
}

#b12
{
    left: 146px;
    top: 254px;
    position: absolute;
    width: 194px;
    height: 146px;
    z-index:15;
}

#b13
{
    left: 0px;
    top: 260px;
    position: absolute;
    width: 169px;
    height: 111px;
    z-index:16;
}

#b8
{
    left: 638px;
    top: 64px;
    position: absolute;
    width: 104px;
    height: 110px;
    z-index:17;
}

#b1
{
    left: 354px;
    top: 164px;
    position: absolute;
    width: 160px;
    height: 83px;
    z-index:18;
}

#b2
{
    left: 804px;
    top: 64px;
    position: absolute;
    width: 177px;
    height: 87px;
    z-index:19;
}

#b3
{
    left: 496px;
    top: 198px;
    position: absolute;
    width: 176px;
    height: 78px;
    z-index:20;
}

#b4
{
    left: 665px;
    top: 202px;
    position: absolute;
    width: 132px;
    height: 84px;
    z-index:21;
}

#b5
{
    left: 584px;
    top: 267px;
    position: absolute;
    width: 111px;
    height: 97px;
    z-index:22;
}

#b6
{
    left: 231px;
    top: 161px;
    position: absolute;
    width: 123px;
    height: 98px;
    z-index:23;
}

#b7
{
    left: 97px;
    top: 210px;
    position: absolute;
    width: 99px;
    height: 88px;
    z-index:24;
}

/*banner*/

.mycontainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.search-count{
    margin-right:-40px;
    font-size: 18px;
    font-weight: bold;
}

.search-result-text{
    padding-left:25px;
    line-height:38px;
    color:#414141;
    font-size:16px;
    font-weight:600;
}


.search-item{
    border-bottom: 2px solid #e9e9e9;
}

.search-item:hover{
    background: #f4f4f4;
    transition:.1s;
}



.search-item-author{
    font-size: 13px;
    font-weight: bold;
}

.search-item-head{
    font-size: 13px;
}

.search-item-year{
    font-size: 13px;
    font-weight: bolder;
}

.search-item-publish{
    font-size: 12px;

}


.btn-custom{
    background:#FF981D;
    color: #fff;
    margin-bottom: 8px;
}
.btn-custom:hover{
    color: #428bca;
    transition: .2s;
}


.tabbable-panel {
    border:1px solid #eee;
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #FF981D;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #FF981D;
}
.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}


.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media (min-width: 768px) {
    .mycontainer {
        width: 1100px;
    }
}


#background {
        left: 0px;
        top: 0px;
        position: relative;
        margin-left: -175px;
        margin-top: -53.4px;
        /* margin: 0 !important; */
        width: 1200px;
        height: 400px;
        overflow: hidden;
        z-index: 0;
        transform: scale(0.733);
        -o-transform: scale(0.733);
        -ms-transform: scale(0.733);
        -webkit-transform: scale(0.733);
    }
}



.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item.double { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 14px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 14px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

.title_result{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: normal;
    width: 99%;
}
.body_result{
    display: block;
    font-size: 95%;
    color: #666;
}

.result_header{
    color: #333333;
    font-size: 1.2em;
    margin-bottom: 20px;
    position: relative;
}

.result-access-link ul{
    list-style: none; padding: 0;
}

.result-access-link ul li{
    display: inline;
    float: left;
    margin-right: 2rem;
}



.univer thead, .univer tbody, .univer tr, .univer td, .univer th { display: block; }

.univer tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.univer thead th {
    height: 30px;

    /*text-align: left;*/
}

.univer tbody {
    height: 600px;
    overflow-y: auto;
}


.univer tbody td, .univer thead th {
    width: 19.2%;
    float: left;
}



.yahoos img {
    max-height: 180px;
    max-width: 130px;
    margin: 10px 10px 10px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */

}



.bookInManPage img {
    margin: 10px 10px 10px 10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
}

.bookInManPage img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; /* Safari */
    box-shadow: 10px 10px 5px #888888;
    z-index: 1;
}


/*videoMideo */
.videoMideo
{
    /*//transition: 0.5s all;
    transition:0.1s opacity;*/

}
.videoMideo:hover{
    /*width: 100%;
    zoom:4;
    opacity: 0;
*/

    /*-webkit-animation: anim 0.5s;*/
}
/*@-webkit-keyframes anim {
  0%{opacity:1;

  }
   30%{opacity: 0;}
80%{opacity: 0;}
100%{opacity: 0;
    width: 100%;
    zoom:4;
    opacity: 1;
}

}*/


.lang>form
{

    display: list-item;
    list-style: none;
    float: left;
    text-decoration: none;
    margin-left: 0.6rem;

    /*display: initial;*/
}

.ie8 #background { 
    margin-left: 0;
    margin-top: 0;
    width: auto;
    max-height: 297px;
}

.ie8 .input-group {
        width: 70%;
        padding-top: 20px;
}

.ie7 #background { 
    margin-left: 0;
    margin-top: 0;
    width: auto;
    max-height: 297px;
}

.ie7 .input-group {
        width: 70%;
        padding-top: 20px;
}


