body {
    font-size: 15px;
    line-height: 1.6;
    height: 100%;
    color: #333;
    background: #f6f6f6;
    font-family: arial, helvetica, geneva, sans-serif;
}

*{
    padding: 0;
    margin: 0;
}

div#develSign {
    position: fixed;
    right: 15px;
    top: 55px;
    height: 28px;
    width: auto;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    background: #d00;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 18px;
    z-index: 666;
}

img{
    border: none;
}
h1 {
    color: #3484D2;
}

#ajax-spinner {
    margin: 15px 0 0 15px;
    padding: 13px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 123456;
    display: none;
}

div.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
}

div.flash.ip-logged {
    width: 916px;
    margin: 1em auto;
}

a[href^="error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

html.js .jshidden {
    display: none;
}
.content{
    width: 936px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(150,150,150,1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(150,150,150,1);
    box-shadow: 0px 0px 7px 0px rgba(150,150,150,1);
    min-height: 300px;
    background: #fff;
    padding: 5px;

}
.blocker{
    display: inline-block;
    width: 100%;
    position: relative;
}
.content .header{
    width: 100%;
}

.content .header h1 a{
    text-indent: -99999px;
    background: url(../images/logo.png);
    width: 550px;
    height: 55px;
    margin-top: 15px;
    display: block;
    float: left;
}

.content .header .login_in{
    float: right;
    width: 350px;
    margin-top: 15px;
    display: block;
    font-size: 12px;
    text-align: right;
    padding-right: 17px;
}

.login_in>a.logout {
    background-color: #ff8000;
    /* border: 1px solid #AD5700; */
    color: #fff;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 3px;
}

.login_in>a.logout:hover {
    text-decoration: underline;
    background-color: rgba(255, 128, 0, .8);
}

.content .header .login_in form td{
    vertical-align: middle;
    padding-left: 15px;
}
.content .header .login_in label{
    color: #343434;
    font-size: 12px;
}
.content .header .login_in input{
    width: 90px;
    height: 14px;
    background: #fff;
    border: 1px solid gray;
    border-radius: 2px;
}
.content .header .login_in input[type=submit]{
    background: gray;
    color: white;
    border: none;
    cursor: pointer;
    height: 22px;
    margin-top: 15px;
}
.content .header .login_in input[type=submit]:hover{
    opacity: .7
}
.footer{
    width: 936px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    text-align: center;
    color: #ff8000;
    margin-bottom: 30px;
}
.nav{
    width: 100%;
    display: inline-block;
    background: url(../images/menu_bg.png) repeat-x;
    height: 33px;
    border-radius: 3px;
    line-height: 0px;
    font-size: 0;
    margin-top: 2px;
}

.nav ul{
    float: left;
    width: auto;

}

.nav ul li{
    float: left;
    list-style: none;
}

.nav ul li{
    line-height: 33px;
    color: #343434;
    text-decoration: none;
    text-transform: uppercase;
    height: 33px;
    display: block;
    color: #757575;
    font-size: 11px;
    border-right: 1px solid #e3e2dc;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
}
.nav ul li a{
    color: #757575;
    text-decoration: none;
    padding: 0 15px;
    display: block;
}
.nav ul li:hover a{
    padding: 0 15px 0 14px;
}
.nav ul li:nth-last-child(1) a{
    border-right: none
}
.nav ul li:hover{
    background: url(../images/menu_hover.png) repeat-x;
    color:#ff8000;
    height: 32px;
    line-height: 31px;
    border: 1px solid #caccbf;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.nav ul li ul.sub{
    display: none;
    background: white;
    position: absolute;
    z-index: 45;
    border: 1px solid #e3e2dc;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
.nav ul li:hover ul.sub{
    margin-top: 1px;
    display: block;
    margin-left: -1px;

}
.nav ul li ul.sub li{
    width: 100%;
    background: none;
    border: none;
    height: auto;
    border-right: none;
    line-height: normal
}
.nav ul li ul.sub li:hover{
    background: none;
    border: none;
}
.nav ul li ul.sub li a{
    margin: 2% 4%;
    line-height: 18px;
    font-size: 12px;
    text-transform: none;
    padding: 0;
    height: auto;
    padding: 0 4%;
    width: 84%;
    border-radius: 5px;
    background: none;
}
.nav ul li ul.sub li a:hover{
    background: #b9b9b9;
    height: auto;
    border: none;
    color: #fff;
}

.search_module{
    float: right;
    height: 28px;
    padding-top: 6px;
}

.search_module input, .search_module a{
    border: none;
    height: 20px;
    display: block;
    float: left;
    border-radius: 3px;
    padding: 0 5px;
    margin-right: 10px;
}

.search_module input[type=submit], .search_module a{
    background: #fff;
    color: white;
    position: relative;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    color: #343434;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}
.search_module input[type=submit]:hover{
    opacity: .7;
    color: #ff8000
}
.search_module .more_search_fade{
    position: absolute;
    display:none;
    opacity: 1;
    z-index: 40;
    background: #e2e4d6;
    border-radius: 3px;
    margin-top: 13px;
    padding: 15px;
    margin-left: -59px;
    -webkit-box-shadow: 0px 0px 9px -2px rgba(133,133,133,.4);
    -moz-box-shadow: 0px 0px 9px -2px rgba(133,133,133,.4);
    box-shadow: 0px 0px 9px -2px rgba(133,133,133,.4);
}

.search_module .more_search_fade .arrow{
    display: block;
    border-color: transparent;
    border-bottom-color: #e2e4d6;
    border-style: dashed dashed solid;
    border-width: 0 9px 9px;
    position: absolute;
    margin-top: -24px;
    z-index: 1;
    margin-left: 151px;
    height: 0;
    width: 0;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
}
.search_module .more_search_fade .arrow_under{
    display: block;
    border-color: transparent;
    border-bottom-color: rgba(133,133,133,.1);
    border-style: dashed dashed solid;
    border-width: 0 10px 10px;
    position: absolute;
    margin-top: -25px;
    margin-left: 150px;
    z-index: 1;
    height: 0;
    width: 0;
}
.category_list{
    width: 98%;
    padding-left: 1%;
    display: inline-block;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}
.category_list a:nth-child(4n+4) .image_item_list{
    margin-right:0%;

}
.category_list .image_item_list{
    width: 20.2%;
    background: #ededed;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    float: left;
    padding:18px;
    margin-right:1%;
    margin-bottom: 1%;
    height: 270px;
    position: relative;
}

.category_list .image_item_list.video-item {
    background: #ffecd4;
}

.category_list .image_item_list.video-item .image {
    border: 2px solid #ff8000;
    height: 138px;
    margin-top: 14px;
}
.category_list .image_item_list.video-item .about {
    color: #ff8000;
}

.category_list .image_item_list.video-item .video-title {
    text-align: center;
    color: #ff8000;
    font-size: 15px;
}
.category_list .image_item_list.video-item:hover .video-title {
    color: #fff;
}
.category_list .image_item_list img.small_image{
    width: 100%;
    height: auto;
}
.category_list .about{
    text-align: center;
    color: #343434
}

.category_list .image_item_list:hover .about{
    color: #fff
}
.category_list .about span{
    color: #ff8000
}
.category_list .about span:first-child{
    font-weight: bold;
}
.box_photo{
    padding: 15px;
    position: absolute;
    height: auto;
    z-index: 500;
    width: auto;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.25);
    height: 500px;
    width: 600px;
    position: fixed;
    top: 0;
}
.box.isText{
    color: #fff;
    font-weight: bold;
    background: #ff8000;
    display: block;
    width: 40px;
    line-height: 1.3;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.image_item_list .box_about table{
    min-width: 300px
}
.image_item_list .box_about table tr td:nth-child(2){
    font-weight: bold
}
.image_item_list:hover{
    background: #666666;
    cursor: pointer;
}
.box_photo_in{
    width: 100%;
    text-align: center;
    background: url(../images/spinner.gif) no-repeat center;
    height: auto;
    display: inline-block;
}

.image_detail{
    width: 70%;
    padding-left: 1%;
    position: relative;
    display: inline-block;
    text-align: center;
    float:left;
    margin-top: 30px;
}
.image_detail img{
    max-width: 70%;
}

.image_detail .front-video img{
    max-width: 100%;
    display: none !important;
}

.image_detail .front-video .jp-jplayer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 545px !important;
    height: 306px !important;
}
.jp-video.jp-state-playing .jp-jplayer {
    background-image: none !important;
}
.other_photos{
    margin-right: 25px;
    width: 152px;
    float: right;
}
.other_photos img {
    width: 100%;
}
.other_photos li{
    list-style: none;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin: 8px;
    transition : border 500ms ease-out;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
}
.other_photos li:hover{
    border: 1px solid #ff8000;
}
.other_photos li.active{
    border: 1px solid #ff8000;
    opacity: .7
}
.other_photos li{
    padding: 7px;
}
.arrow_photo{
    display: block;
    position: absolute;
    height: 30px;
    background-image: url(../images/arrows.png);
    top: 50%;
    margin-top: -15px;
    width: 30px;
    z-index: 1;
}
.text_box{
    width: 70%;
    padding-left: 1%;
    display: inline-block;
}

.text_box p{
    line-height: 25px;
    font: Arial;
    padding-bottom: 15px;
}
.text_box ul{
    padding-left: 15px;
}
.text_box a{
    color: #ff8000
}
.arrow_photo.right{
    left: 100%;
    background-position: 30px 0;
    margin-left: -30px;
}
.arrow_photo.left:hover{
    background-position: 0 30px;
}
.arrow_photo.right:hover{
    background-position: 30px 30px;
}


.carousel .item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}

.image_item_list .image{
    width: 100%;
    height: 180px;
    position: relative;
}

.image_item_list .image.video-image {
    position: relative;
}
.image_item_list .image.video-image .play-button {
    background-image: url("../images/play-btn-new.png");
    background-size: 58px;
    background-position: 0 -58px;
    width: 58px;
    height: 58px;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    top: 50%;
    margin-top: -29px;
}
.paginator{
    padding: 1%;
    display: inline-block;
    width: auto;
    text-align: right;
}
.paginator a, .paginator span{
    padding: 4px 8px;
}
.paginator a:hover{
    opacity: .7
}
.paginator a{
    background: #ff8000;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.paginator span.current{
    color: #fff;
    background: #ccc;
    border-radius: 3px;

}
.paginator span.button{
    display: none;
}
.box{
    padding: 2%;
}
.image_item_list .about{
    margin-top: 20px;
    overflow-x: hidden;
}
.image_item_list .about span{
    display: block;
    text-align: center;
}

span.has-attach {
    color: #2d2d2d !important;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    margin-left: 173px;
    margin-top: -7px;
}

div.attachments {
    display: inline-block;
    margin-left: 10px;
    float: left;
    padding: 5px;
    border-radius: 3px;
    height: 43px;
    background: #eee
}

div.attachments a{
    display: inline-block
}

div.attachments .name{
    display: inline-block;
    line-height: 43px;
    color: #777;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

span.txtAttachment {
    background: url(../images/txt.png);
    margin-top: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
}

span.PDFattachment {
    background: url(../images/pdf.svg);
    margin-top: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
}


span.XLSXattachment, span.XLSattachment{
    background: url(../images/excel.png);
    margin-top: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
}

span.DOCXattachment, span.DOCattachment{
    background: url(../images/word.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: cover;
}


div.zip {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 20px;
}

div.zip {
    background: url(../images/zip.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: cover;
}

h1{
    color: #2d2d2d;
    font-size: 26px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;

}

.page-header>h1{
    color: #2d2d2d;
    font-size: 26px;
    padding-left: 10px;
    margin-bottom: 4px;
}

.page-header.photo-list>h1 {
    line-height: 1.2;
    margin-top: 4px;
}

.page-header>h1 {
    line-height: 1.2;
    margin-top: 4px;
}

.page-header.photo-list>h1>small {
    font-size: 15px;
    display: block;
    margin-top: 2px;
}

.page-header>h1>small {
    font-size: 15px;
    display: block;
    margin-top: 2px;
}

.page-header {
    clear: both;
    margin-top: -5px;
}



.page-header>h1>small {
    font-size: 15px;
}

div.attachment-name {
    position: absolute;
    margin-top: -4px;
    margin-left: 27px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: none;
    top: 50px;
    bottom: 50px;
    right: 50px;
    width: 50%;
    z-index: 999;
}

table.photo-detail-table {
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid #ccc;*/
    background: #eee;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.photo-detail-table>tbody>tr>th,.photo-detail-table>tbody>tr>td {
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

.photo-detail-table.video-detail>tbody>tr>th,.photo-detail-table.video-detail>tbody>tr>td {
    text-align: center;
    padding: 5px;
}

.photo-detail-table.video-detail>tbody>tr>td.download {
    text-align: left;
}

.photo-detail-table>tbody>tr>th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.photo-detail-table>tbody>tr>th.no-top-bor {
    border-top: none;
}

.photo-detail-table>tbody>tr>.download {
    text-align: center;
    border-top: 1px solid #ccc;
}

.photo-detail-table>tbody>tr>.download>a.high {
    text-transform: uppercase;
    color: #2d2d2d;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 50px;
    background: url(../images/download.png) no-repeat center top;
    display: inline-block;
    padding-bottom: 15px;
}

.photo-detail-table.video-detail>tbody>tr>.download>a.high {
    background: url(../images/download.png) no-repeat left top;
    background-size: 25px;
    display: block;
    padding-left: 30px;
    padding-top: 5px;
    height: 6px;
    margin-top: 0;
    font-size: 11px;
}

.photo-detail-table.video-detail>tbody>tr>.download.orange>a.high {
    background: url(../images/download-orange.png) no-repeat left top;
    background-size: 25px;
}
.photo-detail-table>tbody>tr>.download>a{
    width: 33%;
    float: left;
}
.photo-detail-table>tbody>tr>.download>a.low {
    text-decoration: none;
    color: #2d2d2d;
    margin-top: 10px;
    padding-top: 50px;
    background: url(../images/download-orange.png) no-repeat center top;
    display: inline-block;
    padding-bottom: 15px;
}

.photo-detail-table>tbody>tr>.download>a.thumb {
    text-decoration: none;
    color: #2d2d2d;
    margin-top: 30px;
    padding-top: 29px;
    background: url(../images/download-low.png) no-repeat center top;
    display: inline-block;
    padding-bottom: 15px;
}

.photo-detail-table>tbody>tr>.download>a:hover {
    text-decoration: none;
    opacity: .7
}

.photo-detail-table>tbody>tr>.download>a:hover>i {
    color: #57C56A;
}

.photo-detail-table>tbody>tr>.download>a>i {
    display: block;
    font-size: 53px;
    color: #36A849;
    margin: -15px 10px;
}

.image_box{
    text-align: center;
    position: absolute;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 999;
}

.image_box table{
    text-align: left
}

.image_box table td {
    max-width: 300px;
    line-height: 1;
    padding: 2px;
}

.image_box img{
    border-radius: 5px;
}

.image_box.folder {
    border: 2px solid #ff8000;
    border-radius: 4px;
}

.image_box.folder img {
    display: none;
}

.image_box.folder table tr:nth-child(3) {
    display: none;
}

.image_box.folder table tr:nth-child(4) td {
    padding-bottom: 10px;
}

.image_box.folder table tr:nth-child(5) td {
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

.image_box.folder table tr td {
    padding: 4px 2px 4px 2px;
}

.image_box.folder table tr td:last-of-type {
    padding-left: 15px;
}

ol.breadcrumb{
    width: auto;
    display: inline-block;
    margin-left: 11px;
}
ol.breadcrumb li{
    float: left;
    padding-right: 5px;
    list-style: none;
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #343434;
}

ol.breadcrumb li a{
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #ff8000;
}

.advancedform{
    margin-left: 10px;
    margin-top: 15px;
}

.advancedform input[type="text"] {
    padding: 5px;
    border: solid 1px #dcdcdc;
    border-radius:5px;
    margin-bottom:5px;
}

.advancedform select{
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    color: #AEAEAE;
    padding: 5px;
}



.advancedform select.focus,
.advancedform select:focus{
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    color: black;
    padding: 5px;
}


.advancedsubmit {
    background: #ff8000;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 6px;
    width: 65px;
    margin-left: 113px;
    margin-top: 6px;
}

.contactsubmit {
    background: #ff8000;
    border: none;
    border-radius: 5px;
    color: white;
    /* padding: 6px; */
    width: 65px;
    /* margin-top: 6px; */
    padding: 1px!important;
    border-radius: 5px !important
}

.advancedsearchbutton {
    text-decoration:none;
}

.advancedsearchbutton:hover {
    color: orange;
}

.contactsubmit:hover {
    background: #fe9832;
    text-decoration: underline;
}

.advancedsubmit:hover {
    background: #fe9832;
    text-decoration: underline;
}

.labelform {
    color: #666666;
    float:right;
    margin-right: 5px;
    padding-top: 1px;
}

.labelformrequired {
    color: #666666;
    float:right;
    font-weight: bold;
    margin-right: 5px;
    padding-top: 1px;
}

form#frm-orderBy {
    display: inline-block;
    float: right;
    padding-top: 2px;
    margin-top: -40px;
    margin-bottom: 20px;
    position: absolute;
    right: 6px;
    color: #666666;
}

form#frm-orderBy label{
    font-size: 80%;
    color: #666666;
}

form#frm-orderBy select{
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    color: #AEAEAE;
    padding: 1px;
    margin-left: 3px;
}

form#frm-orderBy select.focus,
form#frm-orderBy select:focus{
    color: black;
}
.other_photos>li>a {
    display: block;
}

.other_photos>li>span {
    display: block;
    text-align: center;
}



.box input,.box textArea{
    border-radius: 3px;
    border: 1px solid #dedede;
    line-height: 20px;
    padding: 0 5px;
    min-width: 176px;
    margin-bottom: 10px;
}

.box input.captcha-input-field{
    margin-top: 10px;
}

.box form .required label{
    padding-right: 5px;
    font-weight: normal;
}

.pdf_iframe_open{
    position: absolute;
    z-index: 10;
    border-radius: 3px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.2);
}

.iframe_pdf{
    width: 100%;
    height: 700px;
}


.text_banner{
    padding: 2%;
}

.box.form input[type=submit]{
    width: 190px;
}

.text_info a{
    color: #ff8000;
}

.box.form form{
    width: 50%;
    float: left;
    display: inline-block;
}
.box.form .text-info{
    display: inline-block;
    width: 50%;
    float: right;
}

.attachment_block{
    display: inline-block;
    width: 100%;
}

.image .windows8 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: none;
    z-index: 99999;
    display: none;
}

.image.loading .windows8{
    display: block
}

.image .windows8 .load {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;

}

.image .windows8 .wBall {
    position: absolute;
    width: 86px;
    height: 86px;
    margin-left: 50px;
    margin-top: 47px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 7.15s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 7.15s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 7.15s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 7.15s infinite;
    transform: rotate(225deg);
    animation: orbit 7.15s infinite;
}

.image .windows8 .wBall .wInnerBall{
    position: absolute;
    width: 11px;
    height: 11px;
    background: #fff;
    left:0px;
    top:0px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
}

.image .windows8  #wBall_1 {
    -moz-animation-delay: 1.56s;
    -webkit-animation-delay: 1.56s;
    -ms-animation-delay: 1.56s;
    -o-animation-delay: 1.56s;
    animation-delay: 1.56s;
}

.image .windows8  #wBall_2 {
    -moz-animation-delay: 0.31s;
    -webkit-animation-delay: 0.31s;
    -ms-animation-delay: 0.31s;
    -o-animation-delay: 0.31s;
    animation-delay: 0.31s;
}

.image .windows8  #wBall_3 {
    -moz-animation-delay: 0.62s;
    -webkit-animation-delay: 0.62s;
    -ms-animation-delay: 0.62s;
    -o-animation-delay: 0.62s;
    animation-delay: 0.62s;
}

.image .windows8 #wBall_4 {
    -moz-animation-delay: 0.94s;
    -webkit-animation-delay: 0.94s;
    -ms-animation-delay: 0.94s;
    -o-animation-delay: 0.94s;
    animation-delay: 0.94s;
}

.image .windows8  #wBall_5 {
    -moz-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }

}

.row{
    width: 100%;
    display: inline-block
}

.control-code {
    text-align: center;
}

.control-code .headline {
    font-weight: bold;
    padding: 10px 0;
}

.control-code form {
    display: inline-block;
    text-align: center;
}

.control-code th {
    padding-right: 15px;
}

.control-code .button {
    float: right !important;
    margin-top: 5px;
    background-color: #ff8000;
    border: 1px solid #AD5700;
    color: #fff;
    padding: 3px;
}

.control-code .button:hover {
    cursor: pointer;
    background-color: red
}

.selectize-input {
    padding: 2px 10px;
    margin-right: 10px;
    width: 720px;
}
div.selectize-control.selectize.form-control.text.multi.plugin-remove_button {
    min-width: 200px;
}
#frm-newSearchForm {
    position: relative;
    z-index: 10;
}
#frm-newSearchForm * {
    vertical-align: middle;
}
#frm-newSearchForm tr td.search_input_td {
    padding-right: 10px;;
}
#frm-newSearchForm .selectize-input {
    border: 1px solid #ff8000;
}
/*#frm-newSearchForm .selectize-input input {
    width: 60px;
    font-size: 17px;
}*/
#frm-newSearchForm .selectize-input .item {
    background: #ffff21;
    font-weight: bolder;
}
#frm-newSearchForm .selectize-dropdown .selectize-dropdown-content {
    background: #ffff21;
    font-weight: bold;
}
#frm-newSearchForm .selectize-dropdown .selectize-dropdown-content .option.active {
    background: #ffdd11;
}
#frm-newSearchForm .selectize-input .item .remove:hover {
    background: #ffdd11;
}
#frm-newSearchForm tr input[type="submit"] {
    background-color: #ff8000;
    border: 1px solid #cbcdc0;
    /*padding: 9px 20px;*/
    font-weight: bold;
    padding: 9px 10px;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff;

    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
#frm-newSearchForm tr input[type="submit"]:hover {
    cursor: pointer;
}
#frm-newSearchForm tr input[type="submit"]:focus {
    outline: none;
}
@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes wobble {
    16.65% {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.search_note {
    display: table-cell;
    font-size: 11px;
    color: #333333;
    background: #fff;
    margin-bottom: 3px;
}
.img_wrap {
    position: relative;
    height: auto;
    width: auto;
}

.img_wrap img {
    vertical-align: bottom;
}

.img_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.25);
    color: #fff;
    height: auto;
    text-align: left;
    padding: 30px 20px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;

}

.img_wrap > #image_front_detail:hover ~ .img_description {
    visibility: visible;
    opacity: 1;
}

.img_description tr .td1{
    width: 20%;
}
.img_description tr .td2{
    width: 40%;
}

.image_detail span{
    font-weight: bold;
    font-size: 16px;
}
.selectize-input.loading{
    background: url(/images/spinner.gif) no-repeat right 5px center;
}

.selectize-control .option .custom-column-append{
    margin-left: 3px;
}
.selectize-control .option .custom-column-prepend{
    margin-right: 3px;
}
.selectize .image-column{
    max-height: 30px;
}
.range-picker{
    position: relative;
    float: left;
    width: 96%;
    margin: 0 auto;
    padding: 10px 2% 20px;
}
.range-picker .loading-spinner{
    display: block;
    position: relative;
}
.range-picker .loading-spinner > div{
   float: left;
    margin-left: 10px;
}
.range-picker .loading-spinner .spinner{
    margin-top: 0;
    height: 14px;
    width: 14px;
    border-width: 4px;
}
#range-picker-tr{
    animation: slidein 1s ease;
}
@keyframes slidein {
    0%{
        max-height: 0;
    }
    100%{
        max-height: 200px;
    }
}
#range-picker-tr .irs-grid-text {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
#range-picker-tr .irs-min,
#range-picker-tr .irs-max {
    font-size: 12px;
    color: #000;
}
#range-picker-tr .irs-from,
#range-picker-tr .irs-to {
    font-size: 12px;
}
.ion-range-picker:disabled {
    display: none;
}
.new_search_module{
    margin-bottom: 5px;
}
.note-editor .modal:not(.in){
    display: none;
}

.loading-spinner {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    display: none;
    color: #f38217;
    font-weight: bold;
}

.loading-spinner span{
    font-weight: normal;
}

.loading-spinner .spinner {
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #f38217;
  border-right-color: transparent;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 120px;
}

.loading-spinner span{
    font-weight: normal;
    color: black;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
