.itopplus-background {

}
a {
 color: #fff;
}
a:hover {
   color: #000;
}

.itopplus-search a{
 color: #122383;
}
.itopplus-search a:hover {
   color: #e9232b;
}

.itopplus-footer a {
    color: #fff;
}

.itopplus-footer  a:hover {
    color: #e9232b;
}


.thumbnail {
    padding-bottom: 10px;
    border: 2px solid #fff;
    background: linear-gradient(to bottom, #997fc6 0%,#1f52e2 50%,#da6bae 100%);
    color:#fff;
}

.thumbnail:hover{
    background: linear-gradient(to bottom, #bc69b6 0%,#d832ca 50%,#9063c2 100%);
    border: 2px solid #fff;
    padding-bottom: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}


.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 18px;
}

figure.effect-selena {
    background: transparent;
}

figure.effect-steve h2 {
    position: relative;
    margin-top: 0em;
    padding: 0em;
}

figure.effect-steve {
    z-index: auto;
    overflow: visible;
    background: transparent;
}


figure.effect-steve p {
    margin-top: 1em;
    padding: 0em;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale3d(.9,.9,1);
    transform: scale3d(.9,.9,1);
}

figure.effect-steve h2:before, figure.effect-steve:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}

figure.effect-steve:before {
border-radius: 20px;
opacity: 0;
  
}

.navbar-default {
    background: #445cec;
    border-radius: 0
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
}

.navbar-default .navbar-toggle {
    border-color: #455dec;
}

/*เมนูกึ่งกลาง*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1366px) {
h1,.h1 { font-size: 2.250em;}
h2,.h2 { font-size: 1.875em;}
h3,.h3 { font-size: 1.500em;}
h4,.h4 { font-size: 1.125em;}
h5,.h5 { font-size: 0.875em;}
h6,.h6 { font-size: 0.750em;}
p { margin: 0 0 10px;}
.navbar .nav,
.navbar .nav > li {
    float:none;	
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
#main-navbar-collapse{
  text-align:center ;
}

}

@media only screen and (max-width: 768px){
  .row-fluid [class*=col-sm-5fix] {
   width: 50%;
   float:left;  
 }
}

