html { overflow-y: scroll !important;}::-webkit-scrollbar {display: none;}
.itopplus-background {
background-image:none;background-color :rgba(255, 255, 255, 1);
}
/*home*/
.subject {
    font-size: 2.65em;
    margin-top: 5%;
    color: #e9e9e9;
    text-transform: uppercase;
    font-weight: 300;
}

/*อัลบั้ม*/
figure.effect-jazz figcaption::after {
border-top: 1px solid #fff0;
border-bottom: 1px solid #fff0;
}
figure.effect-jazz {
    background: transparent;
}

/*หัวข้อ*/
 h1.two {
   margin-top: 0;
 }
h1.two:before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 65%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(235,239,243,1) 16%, rgba(48,87,134,1) 51%, rgba(235,239,243,1) 88%, rgba(255,255,255,1) 100%);
}
 
 h1.two span {
   background: transparent;
   padding: 0 10px;
   position: relative;
   z-index: 5;
 }
 .bgimg {
    background-color: #fff;
    padding: 5px 25px;
}

/*หัวข้อ2*/
h1.one {
    margin-top: 30px;
}
h1.one:before {
    content: "";
    display: block;
   	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(235,239,243,1) 16%, rgba(48,87,134,1) 51%, rgba(235,239,243,1) 88%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 2px;
    position: absolute;
	top: 60px;
    z-index: 1;
}
 h1.one span {
   background: #fff;
   color:#444;
   	font-size:30px;
   padding: 0 20px;
   position: relative;
   z-index: 5;
 }


 /*efffect*/
.hvr-shrink {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  	color: #fff;
}
 .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
      color:#ffff01;
}

/*อัลบั้ม*/
.thumbnail >img, .thumbnail a>img{
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;  
}
.thumbnail >img, .thumbnail  a>img:hover{
    -webkit-transform: scale(1.1);
	transform: scale(1.1);

}

.imgLightbox {
   position: relative!important;
   overflow: hidden!important;
   width: 100%!important;

}

.thumbnail {
    display: block;
    padding: 0;
    background-color: #ffff01;
    border: 0;
    border-radius: 0;
    padding-right: 0!important;
    padding-left: 0!important;
    color: #090c03;
  -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail :hover {
  	background-color:#1f487c;
  	color:#fff;
}

.thumbnail h2.margin {
    font-size: 1.35em;
    line-height: 3;
    padding: 0 10px;
}





/*from Contact*/
.no-js #Component5e730bd2d40b7700129453e0 label{
	display: none!important;
}
.no-js #Component5e730bd2d40b7700129453e0 .col-md-6{
    width: 50%;
  	margin-left: 25%;
}
.no-js #Component5e730bd2d40b7700129453e0 .form-control{
     border: 1px solid #dddddd;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 14px!important;
    padding: 12px;
    background: whitesmoke;
    color: #000000;
}
.no-js #Component5e730bd2d40b7700129453e0 .form-control:focus {
    border-color: #004638;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
  	color: #000!important;
}
.no-js #Component5e730bd2d40b7700129453e0 .btn{
	background-image: linear-gradient(to bottom, #2a5fa3 0%,#1f487c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 0px;
    padding: 10px 30px;
    font-size: 12px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js #Component5e730bd2d40b7700129453e0 .btn-default:active{
	background-color: #404040;
}
.no-js #Component5e730bd2d40b7700129453e0 .btn-default:hover, .no-js #Component5e730bd2d40b7700129453e0 .btn-default:focus {
    background-position: 0 40px;
    background-color: #ffff00;
    color: #000;
}

/*from Contact*/ 




/*----ค้นหา-----*/
  .search_text a{
   color:#000;
  }

 /*------------ค้นหา -------------------*/
  .itopplus-search-image-flex-container {
   width: 100%!important;
   display: block!important;
}
  .itopplus-search-image-flex-item img {
    height: inherit;
    width: 100%!important;
}
.itopplus-search-image-flex-item {
    background-color:#ececec!important;
    width: 32%!important;
    padding: 10px;
    text-align: left;
    display: inline-block;
}

.itopplus-search-shopcart-image {
    height: auto !important;
    overflow: hidden;
}  
.itopplus-search-shopcart-image img{
  width: 100% !important;
}


/*menu*/
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

/*เมนูฟิกไม่มีโลโก้*/
.itopplus-sticky-nav-bar-inside div {
   float: none!important;
   text-align: center;
}
#itopplus-sticky-nav-bar {
    background-color:#fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
}
#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    color: black;
    font-size: 12pt;
    border-bottom: none!important;
}
ul#itopplus-nav-bar-sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}



/*link*/
.itopplus-footer a{
   color:#fff;
}
.hvr-shrink a:hover, a:hover{
   color:#ffff01;
}

/*--------------------ipad-----------------*/
@media (max-width:812px) {

/*------------ค้นหา -------------------*/
.itopplus-search-image-flex-item {
    background-color: :#f5f5f5!important;
    width: 30%!important;
    padding: 5px;
    text-align: left;
    display: inline-block;
    height: 300px!important;
    min-height: 0px!important;
    max-height: 300px!important;
}
  #searchResultLanding {
    margin: 0 5px;
}
  .thumbnail h2.margin {
    font-size: 1.143em;
    line-height: 3;
    padding: 0 10px;
}
  .no-js #Component5e730bd2d40b7700129453e0 .btn {
    width: 50%;
    margin: 0 auto;
}
}
/*--------------------ipad-----------------*/

/*--------------------mobile-----------------*/
@media (max-width:414px) {
         /*------------ค้นหา -------------------*/
    .itopplus-search-image-flex-item {
    background-color::#f5f5f5!important;
    height: inherit!important;
    width: 95%!important;
    padding: 10px;
    text-align: left;
}
  .no-js #Component5e730bd2d40b7700129453e0 .col-md-6{
    width:100%;
  	margin-left: 0;
}
    .no-js #Component5e730bd2d40b7700129453e0 .btn {
    width: 100%;
    margin: 0 auto;
}
  .subject {
    font-size: 1.8em;
    margin-top: 5%;
    color: #e9e9e9;
    text-transform: uppercase;
    font-weight: 300;
}
  .thumbnail h2.margin {
    font-size: 1.35em;
    line-height: 3;
    padding: 0 10px;
}


}
/*--------------------mobile-----------------*/


.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a {
    color: #fff
}
.navbar-default {
    background: #1f487c;
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #000;
    background-color: #ffff01;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #000000;
}
.navbar-default .navbar-toggle:focus .text-bar,.navbar-default .navbar-toggle:hover .text-bar {
    color: #000000!important;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ffff01;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    background-color: #ffff01;
    color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu .menu-item a:hover {
    background: #ffff01;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background-color: #ffff01!important;
    background-image: none;
    color: #000!important;
}
@media (max-width:768px) {
    .navbar-default .navbar-nav .open>.dropdown-menu {
        background: 0 0
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }
}

/*เมนูชิดขวา*/
/* 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:right ;
}

 ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
 }
}

/* 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:right ;
}

 ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
 }
}

/*แถบเมนูเล็ก*/
/* Medium Devices, Desktops */
@media only screen and (max-width : 768px) {  
  #mobileonly{
  	visibility : hidden;
    height:0px;
    width:0px;
  }  

  p#logowebsite{
  	font-size:10px;
  }

  #scrollTop{
    position: fixed;
    left: 10px;
    bottom: 5px;
    opacity: 0.5;
  }

  #scrollTop:hover{
    opacity: 1.5;
  }
  .zIndex-pos3 {
    z-index: 100;
  }
}

@media (min-width: 769px){
  .navbar-nav>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }  
  .navbar {
    min-height: 0px !important;
}  
}

  @media(max-width: 500px){    
    #mobileonly{
  	visibility : visible;
      width:inherit;
      height:inherit;
  }    
    #popular{
    	display : none;
    }        
  }


@media only screen and (min-width :1900px) {
   body,html {
   font-size: 16px;
}
 /*------------ค้นหา -------------------*/
  .itopplus-search-image-flex-container {
   width: 100%!important;
   display: block!important;
}
  .itopplus-search-image-flex-item img {
    height: inherit;
    width: 100%!important;
}
.itopplus-search-image-flex-item {
	background-color: :#f5f5f5!important;
    width: 24%!important;
    padding: 5px;
    text-align: left;
    display: inline-block;
    height: 500px!important;
    min-height: 0px!important;
    max-height: 500px!important;
}

.itopplus-search-shopcart-image {
    height: auto !important;
    overflow: hidden;
}  
.itopplus-search-shopcart-image img{
  width: 100% !important;
  }

 ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
 }
}


