.no-padding {
    padding: 0px;
}

.has_error input {
    border-color: red;
}

#cat-float-basket {
    z-index: 1031;
    position: fixed;
    top: 52px;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show-category-float #cat-float-basket {
    opacity: 1;
    visibility: visible;
}

.learn-more {
    padding: 5px;
    margin: 5px;
    color: #404040;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.learn-more a {
    color: #404040;
}

.product {
    height: 475px;
}

.product .product-name {
    height: 51px;
    max-width: 100%;
    max-height: 51px;
    overflow: hidden;
}

.product img {
    max-width: 100% !important;
    max-height: 269px;
    height: 269px;
    width: auto;
}

.add-to-cart {
    padding: 2px;
    margin-bottom: -10px;
    margin-left: -15px;
    margin-right: -15px;
}

.add-to-cart a {
    display: inline-block;
    width: 100%;
    background-color: #81ad00;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.add-to-cart a:hover {
    background-color: #fff;
}

.add-to-cart a:hover {
    color: #81ad00;
}

.add-to-cart a {
    padding: 10px;
    margin-bottom: -10px;
    color: #fff;
}

.carousel-inner .item {
    height: 375px;
}

.carousel-inner .item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slick-slide .slick-inside.categorySlideLink img {
    height: 150px;
    max-height: 150px;
    width: auto;
}

.history-entry .show-comment {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    line-height: 25px;
    vertical-align: middle;
    padding: 5px 10px;
}

.text-right {
    text-align: right;
}

#account_container .sale-reps-customer-orders ._field {
    display: block;
    width: auto;
    padding: 0 20px;
}

.wholesale-contact-form select {
    width: 100% !important;
    border: solid 1px #D9E4E4 !important;
    border-radius: 0px !important;
    padding: 5px 20px !important;
    height: 36px;
    line-height: 36px;
}

.wholesale-contact-form .frm_select {
    height: 36px;
    border: none !important;
}

.shipping-method .box ul > li .price {
    display: block;
    float: right;
    vertical-align: top;
    color: #81ad00;
    font-size: 26px;
    font-weight: 300;
    margin-top: -10px;
}

#account_container ._form ._field {
    width: 100%;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #81ad00;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #81ad00;
    border-color: #81ad00;
    cursor: default;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #81ad00;
    background-color: #eee;
    border-color: #ddd;
}

.dosage_bg {
    background: #212a46; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#212a46, #222c4a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#212a46, #222c4a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#212a46, #222c4a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#212a46, #222c4a);
}

.dosage_bg_yellow {
    background: #796020; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#796020, #775A1A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#796020, #775A1A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#796020, #775A1A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#796020, #775A1A);
}

.product-green-gradient {
    background: #7A872F; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#7A872F, #637216); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7A872F, #637216); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7A872F, #637216); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7A872F, #637216);
}

.gradient_20_CBD {
    background: #C2BAA5; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#C2BAA5, #C2A897); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#C2BAA5, #C2A897); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#C2BAA5, #C2A897); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#C2BAA5, #C2A897);
}

.gradient_20_CBD_CBDa {
    background: #6A7429; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#6A7429, #616222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6A7429, #616222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6A7429, #616222); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6A7429, #616222);
}

.gradient_30_CBD_CBDa {
    background: #5B1300; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#5B1300, #5D1200); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5B1300, #5D1200); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5B1300, #5D1200); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5B1300, #5D1200);
}

#main > div.black-video {
    background-color: #000;
    padding: 0px;
}

#main > div.black-video article {
    background-color: #000;
    padding: 0px;
}

#main > div.FD_bg {
    background-color: #FDFDFD;
}

.product-buy h2, .product-buy h3 {
    color: #fff;
}

.cart-overview .title span {
    margin-left: 15px;
}

.cart-overview .title a span {
    margin-left: 0px;
}

.categorySlideLink .intro_category .link {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.carousel-caption .read-more, .testimonial-carousel .read-more {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.button, button[type=submit], div.dt-buttons button[type=button], #main form button[type=button] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=text], input[type=email], input[type=number], input[type=password], input[type=search], select, textarea, .frm_select, .frm_file {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.top-line .slide .heading {
    background: url('../images/text-bg.png') no-repeat -520px bottom;
}

.top-line .slide .textblock {
    margin: 140px 40px 55px 85px;
    text-align: left;
}

.top-line .bubbles {
    right: -90%;
}

.top-line .slide .shop-now-button {
    background-color: #81ad00;
    border: 1px solid #81ad00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1em;
    padding: 5px 30px;
}

.top-line .slide .shop-now-button a {
    color: #FFFFFF;
}

.address_selection form ._field {
    padding-right: 0px;
}

.gray-bottom-border {
    border-bottom: 1px solid #f2f5f7;
}

body.products div.content.product-info {
    box-shadow: none;
    margin-bottom: 0px;
    padding: 35px 0 0;
}

body.products .wrap.product-inner div.container {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1200px) {
    body.products .wrap.product-inner div.container {
        width: 96%;
    }
}

body.products .wrap.product-inner {
    background: #FFFFFF;
}

.tabs-container {
    margin-top: 0px;
}

div#product-desc-content {
    padding-top: 0px;
}

span.form-helper-text {
    font-size: 0.8em;
}
.color{
    color: #80ad00;
}
.front-after{
    border-bottom: 1px solid #eaebef;
    border-top: 1px solid #eaebef;
    margin-bottom: -30px;
    padding: 20px;
}
.attr-item{
    line-height:40px;
}
.list-attr{}
.list-attr ul{
    position:relative;
}
.list-attr ul li{
    list-style:none;
    float:left;
    margin-left:10px;
}
.list-attr ul li span{
    border: 1px solid #e9e9e9;
    padding: 5px;
    color: #333;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}
.list-attr ul li span:hover , .list-attr ul li.active span{
    border: 2px solid #f90;
    border-radius: 4px;
    padding: 3px;
    text-decoration: none;
}
.list-attr ul li span:hover img, .list-attr ul li.active span img{
    width:36px;
}
.list-attr ul li.attr-image span{
    padding: 0;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.clearfix{
    clear:both;
}
.none-padding{
    padding:0;
}
.login_email{
    width:100px;
    margin-left:10px !important;
    border-radius:0 !important;
}
.login_pass{
    width:85px;
    margin-left:5px !important;
    border-radius:0 !important;
}
/*Slideeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee*/
#content-page .visual{position:relative;height:350px;background:url(../../images/demo/banner.png) no-repeat 0 0;background-position: center;background-size: 100% 100%;}
#content-page .visual .visual_section{padding-top:30px;*zoom:1;}
#content-page .visual .visual_section:after{content:"";display:block;clear:both;}
#content-page .visual .visual_section ul li{height:80px;border-bottom:1px solid #a0a0a0;margin-bottom:20px;background:url(../../images/demo/bg01.gif) no-repeat 0 0;list-style:none;}
#content-page .visual .visual_section ul li dl{position:relative;width:260px;height:87px;}
#content-page .visual .visual_section ul li dl dt{padding:10px 0;}
#content-page .visual .visual_section ul li dl dd{margin-left:0;}
#content-page .visual .visual_section ul li dl dd.logo01{position:absolute;right:5px;top:30px;}
#content-page .visual .visual_section ul li dl dd.logo02{position:absolute;right:5px;top:10px;}
#content-page .visual .visual_section ul li dl dd.logo03{position:absolute;right:5px;top:50px;}
#content-page .visual .visual_section ul li dl dd.logo04{position:absolute;right:5px;top:15px;}
#content-page .visual .visual_section .sc_left{float:left;}
#content-page .visual .visual_section .sc_left li{border-right:1px solid #a0a0a0;}
#content-page .visual .visual_section .sc_right{float:right;}
#content-page .visual .visual_section .sc_right li{padding-left:7px;border-left:1px solid #a0a0a0;background-position:7px 0;}
#content-page .visual .visual_section .sc_right ul.pd_top {width:245px;}
#content-page .visual .visual_section .sc_right ul.pd_top li {width:245px;}
#content-page .visual .visual_section li ul{width:260px;padding-top:5px;height:73px;padding-left: 0;}
#content-page .visual .visual_section li ul.pd_top{padding-top:14px;}
#content-page .visual .visual_section li ul.pd_top li{float:left;width:260px;}
#content-page .visual .visual_section li ul.fl li{float:left;width:125px;font-size:12px;letter-spacing:-1px;}
#content-page .visual .visual_section li ul li{font-weight:bold;padding-left:5px;background:url(/design/images/bg05.gif) no-repeat 0 4px;height:17px;margin-bottom:0;border:0 none;}
#content-page .visual .visual_section li ul li a:hover,#main_container .visual .visual_section li ul li a:focus{color:#078dce;}
#content-page .visual .visual_section li ul li a{color:#333;font-size: 12px;}
#content-page .visual .visual_section .sc_left li ul li{border-right:0 none;}
#content-page .visual .visual_section .sc_right li ul li{border-left:0 none;background-position:0 4px;padding-left:5px;}
#content-page .visual .visual_section .text-title{max-width: 210px;max-height: 28px}
#content-page .visual .visual_section .text-small{max-width: 90px;max-height: 23px}



/*online-applicationnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn*/
#content-page .online-application{ margin-bottom:10px;}
#content-page .online-application h1{margin-bottom:0; }
#content-page .online-application h1 span{font-size: 18px;text-transform: uppercase;font-family: Myriad Pro;color:#fff;border-radius:6px 6px 0 0;}
#content-page .online-application h1 span img{border-radius:6px 6px 0 0;}
#content-page .online-application .oa-inner{ border:1px solid #0094e6;}
#content-page .online-application .oa-inner ul{position:relative;}
#content-page .online-application .oa-inner ul li{width:20%; float:left;list-style:none;margin:10px;}
#content-page .online-application .oa-inner ul li img{width:150px;}

/*search-documenttttttttttttttttttttttttttttttttttttttttttttt*/
#content-page .search-document{margin-bottom:20px;}
#content-page .search-document .sd-title{border-bottom:2px solid red;font-size: 14px;/* font-weight: bold; */font-weight:bold;background:#e7e7e7; text-transform: uppercase;margin-bottom:0px;letter-spacing: 0;}
#content-page .search-document .sd-title .sd-title-icon{background:red}
#content-page .search-document .document .right {position:relative;top:0;right:0;width:100%;font-family: "helvetica", tahoma, Arial, sans-serif;/**height:357px;**/}

@media screen and (max-width: 768px){
    #content-page .visual{background: white}
}

#university_search_form_home{
    position:absolute;
    bottom:0;
    right:0;
    width:162px;
}
#university_search_form_home .button-search{
    float:right;
    background: #fff;
    border: none;
    width: 36px;
    height: 30px;
    border-right: 1px solid #e4e4e4;
}
#university_search_form_home .button-search i{
    color:#999;
}
#university_search_form_home .input-search-home{
    width:126px;
    float:left;
    border: none;
    border-radius: 3px 0 0 3px;
}
.mbox06{position: relative;}
.mbox06 img{width:100%;}
.mbox07 {float:left;position:relative;border:1px solid #e4e4e4;background-color:#fff;width:100%;height:87px;}
.mbox07 .btn_p {position:absolute;top:0;left:0;}
.mbox07 .btn_n {position:absolute;top:0;right:0;}
#toy_s {width:100%;margin:0 auto;}
#toy_s ul {overflow:hidden;}
#toy_s ul li {float:left;width:33%;height:77px;}
#toy_s ul li a {display:block;text-align:center;}
#toy_s ul li a img {display:inline-block;}
#toy_s ul li span {text-align:center;height:20px;line-height:20px;color:#007ab9;display:block;font-size:14px;font-weight:600;letter-spacing:-1px;}

#content-page .search-document .document .right .mbox{background-size:100% 100% !important;}
#content-page .search-document .document .right .mbox8 {float:left;position:relative;width:33%;height:178px;background:url('../images/main/mbox08_bg.gif') no-repeat 0 0;}
#content-page .search-document .document .right .mbox8 .sb_p01 {position:absolute;top:10px;left:14px;color:#e27a00;font-weight:600;font-size:26px;line-height:30px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox8 .sb_p01 .ft {font-size:34px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox8 .sb_p02 {position:absolute;top:40px;left:32px;color:#d5551c;font-weight:600;font-size:24px;line-height:24px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox8 .sb_p02 .ft {font-size:30px;}   /* 2016-05-23 수정 */
/*.section02 .inner .mbox08 .sb_p03 {position:absolute;top:68px;left:16px;color:#8e7960;font-weight:600;font-size:12px;line-height:14px;letter-spacing:-0.5px;} */   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox8 .sb_p03 {position:absolute;top:66px;left:8px;color:#E27A00;font-weight:600;font-size:12px;line-height:12px;}
#content-page .search-document .document .right .mbox8 a {display:block;height:100%;}

#content-page .search-document .document .right .mbox9 {float:left;position:relative;width:33%;height:178px;background:url('../images/main/mbox09_bg.gif') no-repeat 0 0;}
#content-page .search-document .document .right .mbox9 .sb_p01 {position:absolute;top:10px;left:16px;color:#fff;font-weight:600;font-size:30px;line-height:30px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox9 .sb_p01 .ft {font-size:34px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox9 .sb_p02 {position:absolute;top:42px;left:34px;color:#ffef94;font-weight:600;font-size:24px;line-height:24px;letter-spacing:-1px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox9 .sb_p02 .ft {font-size:30px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox9 .sb_p03 {position:absolute;top:70px;left:96px;color:#fff;font-weight:600;font-size:12px;line-height:14px;letter-spacing:-0.5px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox9 a {display:block;height:100%;}

#content-page .search-document .document .right .mbox10 {float:left;position:relative;width:34%;height:178px;background:url('../images/main/mbox10_bg.gif') no-repeat 0 0;}
#content-page .search-document .document .right .mbox10 .sb_p01 {position:absolute;top:16px;left:16px;color:#fff;font-weight:600;font-size:28px;line-height:30px;letter-spacing:-1px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox10 .sb_p01 .ft {font-size:34px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox10 .sb_p02 {position:absolute;top:50px;left:54px;color:#9efcff;font-weight:600;font-size:32px;line-height:36px;letter-spacing:-2px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox10 a {display:block;height:100%;}

#content-page .search-document .document .right .mbox11 {float:left;position:relative;width:33%;height:179px;background:url('../images/main/mbox11_bg.gif') no-repeat 0 0;}
#content-page .search-document .document .right .mbox11 .sb_p01 {position:absolute;top:8px;left:16px;color:#fff;font-weight:600;font-size:22px;line-height:22px;letter-spacing:-2px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox11 .sb_p01 .ft {font-size:34px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox11 .sb_p02 {position:absolute;top:38px;left:34px;color:#cde3f0;font-weight:600;font-size:22px;line-height:22px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox11 .sb_p02 .ft {font-size:36px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox11 .sb_p03 {position:absolute;top:70px;left:18px;color:#cde3f0;font-weight:600;font-size:12px;line-height:14px;letter-spacing:-0.5px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox11 a {display:block;height:100%;}

#content-page .search-document .document .right .mbox12 {float:left;position:relative;width:33%;height:179px;background:url('../images/main/mbox12_bg.gif') no-repeat 0 0;}
#content-page .search-document .document .right .mbox12 .sb_p01 {position:absolute;top:10px;left:16px;color:#616161;font-weight:600;font-size:30px;line-height:30px;letter-spacing:-2px;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox12 .sb_p01 .ft {font-size:34px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox12 .sb_p02 {position:absolute;top:38px;left:34px;color:#2fa1df;font-weight:600;font-size:32px;line-height:36px;letter-spacing:-2px;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox12 .sb_p02 .ft {font-size:40px;}   /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox12 .sb_p03 {position:absolute;top:84px;left:17px;color:#909090;font-weight:600;font-size:12px;line-height:10px;letter-spacing:-1px;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox12 a {display:block;height:100%;}

#content-page .search-document .document .right .mbox13 {float:left;position:relative;width:34%;height:179px;background:url('../images/main/webtoon_bg.png') no-repeat 0 0;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox13 .sb_p01 {position:absolute;top:10px;left:16px;color:#a2971d;font-weight:600;font-size:30px;line-height:30px;letter-spacing:-2px;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox13 .sb_p01 .ft {font-size:34px;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox13 .sb_p02 {position:absolute;top:44px;left:22px;color:#698b00;font-weight:600;font-size:18px;line-height:36px;letter-spacing:-2px;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox13 .sb_p02 strong {font-size:36px;font-weight:600;} /* 2016-05-23 수정 */
#content-page .search-document .document .right .mbox13 a {display:block;height:100%;} /* 2016-05-23 수정 */


.mbox8 a span:first-child{position: absolute;top: 62px;left: 42px;color: #fff;font: 27px 'tahoma';}
.mbox9 a span:first-child{position: absolute;top: 62px;left: 48px;color: #fff;font: 27px 'tahoma';}
.mbox10 a span:first-child{position: absolute;top: 62px;left: 29px;color: #fff;font: 27px 'tahoma';}
.mbox11 a span:first-child{position: absolute;top: 34px;left: 13px;color: #fff;font: 25px 'tahoma';}
.mbox12 a span:first-child{position: absolute;top: 62px;left: 53px;color: #fff;font: 27px 'tahoma';}
.mbox13 a span:first-child{position: absolute;top: 62px;left: 48px;color: #fff;font: 27px 'tahoma';}

.mbox8 a span:last-child{position: absolute;top: 62px;left: 48px;color: #fff;font: 27px 'tahoma';}
.mbox9 a span:last-child{position: absolute;top: 62px;left: 48px;color: #fff;font: 27px 'tahoma';}
.mbox10 a span:last-child{position: absolute;top: 62px;left: 38px;color: #fff;font: 27px 'tahoma';}
.mbox11 a span:last-child{position: absolute;top: 67px;left: 22px;color: #fff;font: 21px 'tahoma';}
.mbox12 a span:last-child{position: absolute;top: 44px;left: 2px;color: #fff;font: 21px 'tahoma';text-align: center;}
.mbox13 a span:last-child{position: absolute;top: 62px;left: 8px;color: #fff;font: 24px 'tahoma';}
.mbox a span:first-child{display: block;}
.mbox:hover a span:first-child{display: none;}
.mbox a span:last-child{display: none;}
.mbox:hover a span:last-child{display: block;}
.mbox a span{text-shadow: 2px 0 0 #4080ff, -2px 0 0 #4080ff, 0 2px 0 #4080ff, 0 -2px 0 #4080ff, 1px 1px #4080ff, -1px -1px 0 #4080ff, 1px -1px 0 #4080ff, -1px 1px 0 #4080ff;}

/*sađasadsdsâ*/



#bigPic{
    width:100%;
    background-color:#FFF;
    margin-bottom:10px;
    position:relative
}
#bigPic img{
    position:absolute;
    display:none;
    width:100%;
}
ul#thumbs li.active{
    border:2px solid #000;
    background:#fff;
    padding:2px;
}
ul#thumbs{
    position: absolute;
    top: 190px;
    left: 20%;
    z-index:999;
}
ul#thumbs, ul#thumbs li{
    margin:0;
    padding:0;
    list-style:none;
}

ul#thumbs li{
    float:left;
    margin-right:7px;
    margin-bottom:5px;
    border:1px solid #CCC;
    padding:3px;
    cursor:pointer;
    z-index:999;
}
ul#thumbs img{
    float:left;
    width:40px;
    height:20px;
    line-height:20px;
    overflow:hidden;
    position:relative;
    z-index:999;
}
.right-bar{
    padding:0;
    margin:0;
}
.right-bar li{
    list-style:none;
    font-size:14px;
    padding-left:20px;
    background:url(../../images/demo/check.png) no-repeat 0 0;
    background-position-y: 5px;
}
.right-bar li .info{
    padding:0 20px;
    background:url(../../images/demo/info.png) no-repeat 0 0;
}
.right-bar li .form-button{
    margin:5px 0;
    padding:5px 10px;
    color:#fff;
    background:#219cd2;
    cursor: pointer;
}
.right-bar li label,.right-bar li input{
    width:100%;
    font-size:14px !important;
}
.right-bar li input{
    border:none;
    border-bottom:1px solid #40b7eb;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.tbl_form_apply div._field div._label{
    width: 166px;
}
.n-padding{
    padding:0;
}
.navbar-nav > li:hover .dropdown-menu{
    display:block;
}
.navbar-nav .dropdown-menu{
    background:#0094e6;
}
/*bloggggggggggggggggggggggggggggggggggggggggggg*/
.main-wrapper {
    width: auto;
    margin-right: 330px;
}
.sidebar-wrapper {
    width: 300px;
    float: right;
}
.main-inner-wrap {
    float: left;
    position: relative;
    width: 100%;
}

.tob-contid {
    margin-bottom: 20px;
}
.pigment {
    margin-bottom: 15px;
    padding: 0;
    position: relative;
    border-bottom: 2px solid #009ccc;
}
.pigment h4 {
    font: bold 16px Arial,sans-serif;
    text-transform: uppercase;
    margin: 0 0 -2px;
    padding: 6px 8px;
    display: inline-block;
    border-bottom: 2px solid #444;
}
.pigment h4 a, .pigment h4 a:hover {
    color: #333;
}
.post {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0px 20px;
    padding: 0 0 20px;
}
.post-body {
    padding: 0;
    margin: 0;
    text-transform: auto;
    word-wrap: break-word;
}
.post-body .button{
    background: #0088B2 !important;
    padding: 7px 15px;
}
.post-body p{
    font-size:14px;
}
.bukshan {
    width: 32%;
    height: 210px;
    margin: 5px 15px 0 0;
    float: left;
    overflow: hidden;
}
.bukshan img {
    height: 100%;
    width: 100%;
    transition: all .3s ease-out;
}
.post-title {
    font-size: 24px;
    color: #606060;
    font-weight: 500;
    margin: 0px;
    text-align:left !important;
    line-height: 25px !important;
    margin-bottom:0 !important;
}
.post-title a{
    font-family: 'Crete Round', serif;
    font-size: 20px;
    color: #333;
    outline: none;
    text-decoration: none;
}
.post-title a:hover {
    color: #009CCC;
    text-decoration: none;
}
.title-secondary {
    font-size: 12px;
    color: #909090;
    margin: 5px 0;
}
.sidebar .widget {
    clear: both;
    margin-bottom: 25px;
}
.sidebar h2, h4.kate {
    border-bottom: 2px solid #eee;
    color: #333333;
    font: bold 15px Arial,sans-serif;
    margin: 0 0 10px;
    padding: 6px 0px;
    position: relative;
    text-transform: uppercase;
}
.PopularPosts h2 {
    margin-bottom: 0 !important;
}
.sidebar h2 span, h4.kate span {
    border-bottom: 2px solid #009CCC;
    bottom: -2px;
    color: #474747;
    padding: 6px;
}
.PopularPosts ul {
    margin: 0;
    list-style: none;
    color: #64707a;
}
.PopularPosts ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 5px 5px 0;
    overflow: hidden;
    border-top: none;
}
.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.PopularPosts ul li:first-child {
    border-top: none;
}

.PopularPosts .widget-content ul li {
    padding: .7em 0;
}
.PopularPosts ul li {
    position: relative;
    background-color: #fff;
    margin: 0;
    padding: .7em 0!important;
    border: 0;
    position: relative;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}
.PopularPosts li, .PopularPosts li img, .PopularPosts li a, .PopularPosts li a img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background: none;
    outline: none;
}
.sidebar li {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 7px 0 7px 7px;
    text-transform: capitalize;
}
.PopularPosts .item-thumbnail {
    margin: 0;
}
.PopularPosts .item-thumbnail {
    float: left;
    margin: 0 5px 5px 0;
}
.PopularPosts .item-title {
    font-weight: 700;
    padding-bottom: .2em;
    padding: 0 5px;
}
.PopularPosts ul li .item-title a, .PopularPosts ul li a {
    color: #444;
    font-family: "Crete Round",serif;
    font-size: 14px;
    font-weight: normal;
}
.PopularPosts li, .PopularPosts li img, .PopularPosts li a, .PopularPosts li a img {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background: none;

    outline: none;
}
.PopularPosts ul li img {
    background: #fafafa;
    display: block;
    margin: 0 10px 0 0;
    width: 90px;
    height: 75px;
    border-radius: 6%;
    overflow: hidden;
    float: left;
    transition: all .3s ease-out;
}

#breadcrumbs {
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 35px;
}
#breadcrumbs ul {
    margin: 0;
    padding: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    margin: 0 0 0 5px;
}
#breadcrumbs ul li a {
    color: #909090;
    margin: 0;
}
.related-post:first-child {
    margin-left: 0px;
}

a:hover {
    color: #009CCC;
    text-decoration: none;
}

.related-post {
    margin: 8px 0 0 15px;
    float: left;
    width: 31%;
    height: 150px;
    position: relative;
}
.related-post img {
    transition: all .3s ease-out;
    height: 100%;
    width: 100%;
}
.related-title {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    bottom: 0;
    padding: 9px 14px 9px;
    text-align: left;
    width: 80%;
    position: absolute;
}
.navbar-nav > li .disable{
    display:none;
}
.navbar-nav > li:hover >a>span.enable{
    display:none;
}
.navbar-nav > li:hover > a > span.disable{
    display:block;
}

@media screen and (max-width: 768px){
    .main-wrapper {width: auto;margin-right: auto;}
    .sidebar-wrapper {display: none;}
    .related-post {width:30%;}
}
/*footerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr*/
#footer{}
#footer .slide-footer{padding:10px;}
#footer .slide-footer ul{}
#footer .slide-footer ul li{ list-style:none;float:left}
#footer .copyright{background:#f1f1f1;padding-bottom:20px;}

.shopping-cart.cart_block .panel-heading{
    border:none;
}
.shopping-cart.cart_block .panel-heading a{
    background:none;
    border:none;
    font-size:16px;
    color: #555;
    padding:5px 0;
}
.shopping-cart.cart_block .panel-heading a:hover{
    color: #555;
}
.panel-body{
    background:none;
}
.text-left{
    text-align:left;
}

.slider{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all .3s;
    perspective: 900px;
    transform-style: preserve-3d;
}
.slider .previous, .slider .next{
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 50%;
    color: white;
    padding: 20px;
    text-decoration: none;
    left: -100px;
    margin-top: -34px;
    transition: all .3s;
    opacity: 0;
    z-index: 10000;
}
.slider .next{
    right: -100px;
    content: "\f054";
    left: auto;
}
.slider:hover .previous, .slider:hover .next{
    opacity: 1;
}
.slider:hover .previous{
    left: 0;
}
.slider:hover .next{
    right: 0;
}
.slider .slides{
    height: 100%;
}
.slide{
    width:100%;
    padding:0;
    text-align: center;
    position: absolute;
    transform: scale(0.5,0.5);
    opacity: 0;
    transition: all .3s;
}

.slide.blue{
    width:100%;
    color: white;
    padding:0;
}
.slide.white{
    background: #ccc;
    color: #444444;
}
.slide.red{
    background: #BF525A;
    color: white;
}
.slide.active{
    z-index: 10;
    left: 0;
    opacity: 1;
    transform: scale(1,1);
}

.slide.inactiveLeft{
    left: -100vw;
    z-index: 11;
}
.slide.inactiveRight{
    left: 100vw;
    z-index: 11;
}
.slide:after{
    content: attr(data-icon);
    font-family: "FontAwesome";
    font-size: 15vw;
    position: absolute;
    bottom: -8vw;
    left: 0;
    opacity: 0.3;
}
.slide a{
    color: inherit;
    border: 2px solid;
    padding: 10px;
    font-size: 1.3vw;
    margin-top: 20px;
    display: inline-block;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.slide a:hover{
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    text-decoration: none;
    letter-spacing: 2px;
    padding-right: 30px;
}
.slide a:after{
    content: " \f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: -10px;
    transition: all .3s;
    opacity: 0;
}
.slide a:hover:after{
    margin-left: 10px;
    opacity: 1;
}
.slider .bullets{
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.slider .bullets .bullet{
    position: relative;
    display: inline-block;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    z-index: 14;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s;
}
.slider .bullets .bullet.active{
    background: rgba(255,255,255,.4);
}
.slider .bullets .bullet:hover{
    border: 2px solid rgba(255,255,255,.8);
    background: transparent;
}

#customerDetailForm ._field ._label{
    width:35%;
}
#customer_apply_result table .button{
    padding:2px 7px;
    background-color:#0094e6;
}
.tbl_form_apply ._field{
    font-size:13px;
}

.tbl_form_apply input[type="radio"]{
    margin-top:-2px;
}
.tbl_form_apply input[type=text],
.tbl_form_apply input[type=email],
.tbl_form_apply input[type=number],
.tbl_form_apply input[type=password],
.tbl_form_apply input[type=search],
.tbl_form_apply textarea,
.tbl_form_apply .frm_select,
.tbl_form_apply .frm_file {
    border:none;
    border-bottom:1px solid #555;
    border-radius:0;
    background:#F8FAFF;
    color: #004cff;
}
.dropdown-toggle.login{
    border:none;
    background:none;
}
#user-login-menu{background:none;}
.btn-primary{color:#fff;}

.jas-navigation-bottom .disable, #formLoginId .disable{
    display:none;
}
.jas-navigation-bottom a.lost_password:hover >img.enable, #formLoginId .login-button:hover >img.enable{
    display:none;
}
.jas-navigation-bottom a.lost_password:hover >img.disable, #formLoginId .login-button:hover >img.disable{
    display:inline-block;
}
map {
    display: inline;
}
area {
    display: inline;
    cursor: pointer;
}
.oa-title{display:inline-block}
.sd-title:hover{ cursor: pointer;}
.disable{display:none;}
.sd-title:hover span.enable{display:none;}
.sd-title:hover span.disable{display:inline-block;}
.online-application .oa-title:hover img.enable{display:none;}
.online-application .oa-title:hover img.disable{display:inline-block;}
.university_address{width:50%; margin-right:5px;float:left;height: 30px;}
.gradeX.odd{font-size:15px;    }
.gradeX.odd:hover{background: rgba(0,0,0,0.1);}
.datepicker{width:225px;}
.list-comment-form{margin-bottom:15px;}
.list-comment-form p{margin:0}

table.table-menu-top{
    width: 100%;
    margin-top: -2px;
}
table.table-menu-top a{
    display: block;
    position: relative;
    padding: 0 10px;
    font-size: 16px;
    line-height: 45px;
    vertical-align: middle;
    font-family: "Open Sans", Arial, sans-serif;
    color: #fff;
    clear: both;
}

table.table-menu-top td{
    white-space: nowrap;
    text-align: center;
    padding: 3px 10px;
}



table.table-menu-top td:hover span.disable{
    display: block;
}


table.table-menu-top td:hover span.enable{
    display: none;
}


#content-page .visual .notice { padding: 15px; background-color: #fafafa; border-left: 6px solid #7f7f84; margin-bottom: 10px; -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2); -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2); box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2); }
#content-page .visual .notice a { text-decoration: none; }
#content-page .visual .notice-info { border-color: #45ABCD; }
#content-page .visual .notice-info strong { color: #45ABCD; text-transform: uppercase; }
#content-page .visual .notice-info strong:last-child { display: none; }
#content-page .visual #banner_mobile { display: none !important; }
@media screen and (max-width:768px) {
    #content-page .visual { height: 535px !important; }
    #content-page .visual #banner_mobile { display: block !important;; }
    #content-page .visual .visual_section { display: none; }
}