<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Monday 5th of March 2018 06:45:31 AM*/

.ni{  
    color: #6d8299;
    font-family: 'Open Sans',Arial,sans-serif;  
    font-weight: 400;  
}

.ni.wrapper {
    padding: 20px;
}

.ni .blue-container {
    background-color: #EEF3F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.ni p{
    color: #6d8299;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 400;  
}

.ni h3{
    color: #6d8299;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-shadow: 0 1px 1px #FFFFFF;
    margin: 0 0 5px;
    padding: 0;
}

.ni h1{
    color: #6d8299;
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}

.ni h2{
    background: #DEE1E8;
    background-image: -ms-linear-gradient(top, #F7F8FA 0%, #DEE1E8 100%);
    background-image: -moz-linear-gradient(top, #F7F8FA 0%, #DEE1E8 100%);
    background-image: -o-linear-gradient(top, #F7F8FA 0%, #DEE1E8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F8FA), color-stop(1, #DEE1E8));
    background-image: -webkit-linear-gradient(top, #F7F8FA 0%, #DEE1E8 100%);
    background-image: linear-gradient(to bottom, #F7F8FA 0%, #DEE1E8 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 -5px 10px rgba(0, 0, 0, 0.05) inset;
    color: #697481;
    cursor: default;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    text-shadow: 0 1px 1px #FFFFFF;
}

.ni a{   
    text-decoration: none;
    font-size: 13px;
  	color: #2485E3;
}

.ni a:HOVER,
.ni a:ACTIVE{
  	color: #2485E3;
}

.ni a.modal-button,
.ni a.modal-button:HOVER,
.ni a.modal-button:ACTIVE{
    color: #333333;
}

.ni .button{
    color: #76808E;
    border-radius: 3px;
    display: inline-block;
    padding: 0 16px;
    border: 1px solid #B2BBC4;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
    height: auto !important;
    text-align: left;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;    
    background: #DEE1E8;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DEE1E8));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #DEE1E8 100%);
}

.ni .button.small{  
    padding: 0 8px;
    font-size: 10px;
    line-height: 20px;
    /*height: 20px;*/
}

.ni .button.big{  
    padding: 0 50px;
    font-size: 16px;
    line-height: 37px;
    /*height: 37px;*/
}

.ni .button:HOVER{    
    color: #76808E;
    background: #d8dbe1;
    background-image: -ms-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);
    background-image: -o-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #d8dbe1));
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0%, #d8dbe1 100%);
}

.ni .button:ACTIVE{
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2) inset;
}

.ni .button.g{
    color: #F3F7EF;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-color: #557e16;
    background: #4A9901;
    background-image: -ms-linear-gradient(top, #98D130  0%, #4A9901 100%);
    background-image: -moz-linear-gradient(top, #98D130  0%, #4A9901 100%);
    background-image: -o-linear-gradient(top, #98D130  0%, #4A9901 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98D130 ), color-stop(1, #4A9901 ));
    background-image: -webkit-linear-gradient(top, #98D130  0%, #4A9901 100%);
    background-image: linear-gradient(to bottom, #98D130  0%, #4A9901 100%);
}

.ni .button.g:HOVER{
    color: #F3F7EF;
    background: #438B00;
    background-image: -ms-linear-gradient(top, #90C829 0%, #438B00 100%);
    background-image: -moz-linear-gradient(top, #90C829 0%, #438B00 100%);
    background-image: -o-linear-gradient(top, #90C829 0%, #438B00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #90C829), color-stop(1, #438B00 ));
    background-image: -webkit-linear-gradient(top, #90C829 0%, #438B00 100%);
    background-image: linear-gradient(to bottom, #90C829 0%, #438B00 100%);
}

.ni .button.b{
    color: #F3F7EF;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-color: #205995;
    background: #1D6ADD;
    background-image: -ms-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);
    background-image: -moz-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);
    background-image: -o-linear-gradient(top, #2A99E7 0%, #4A91D6ADD901 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A99E7), color-stop(1, #1D6ADD));
    background-image: -webkit-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);
    background-image: linear-gradient(to bottom, #2A99E7 0%, #1D6ADD 100%);
}

.ni .button.b:HOVER{
    color: #F3F7EF;
    background: #1B62CC;
    background-image: -ms-linear-gradient(top, #2A8ED5 0%, #1B62CC 100%);
    background-image: -moz-linear-gradient(top, #2A8ED5 0%, #1B62CC 100%);
    background-image: -o-linear-gradient(top, #2A8ED5 0%, #1B62CC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A8ED5), color-stop(1, #1B62CC ));
    background-image: -webkit-linear-gradient(top, #2A8ED5 0%, #1B62CC 100%);
    background-image: linear-gradient(to bottom, #2A8ED5 0%, #1B62CC 100%);
}

.ni .box{
    background: #FAFBFD;
    border: 1px solid #D3D3D6;
    border-radius: 3px;
    padding: 10px;
    margin: 10px 15px;
}

.ni .box p,
.ni .box h3{
    margin: 0;
    padding: 0;
}

.ni .box.r{
    background: #fff5d6;
    border-color: #e1c66f;
}

.ni .box.r p,
.ni .box.r h3{
    color: #a7851a;
}

.ni .box.y{
    background: #fee9e8;
    border-color: #f1beba;
}

.ni .box.y p,
.ni .box.y h3{
    color: #bb533b;
}

.ni .box.g{
    background: #ebf6d6;
    border-color: #b6da74;
}

.ni .box.g p,
.ni .box.g h3{
    color: #779e2e;
}

.ni mark{    
    background: #845CA5;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 1px;
    padding: 0 5px 1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    vertical-align: 2px;
    white-space: nowrap;
}

.ni mark.b{
    background: #2F7799;
}

.ni mark.o{
    background: #D27E26;
}

.ni mark.g{
    background: #60A616;
}

.ni ul li{
    font-size: 13px;
    padding: 1px 5px;    
	list-style: disc;
    margin: 0;
}

.ni ul{
    font-size: 13px;
    padding-left: 15px;
}

.ni ul.border{
    padding-left: 0px;
    padding-right: 20px;
    list-style: none;
}

.ni ul.border li{
    border-bottom: 1px solid #D3D3D6;
}
.ni ul.stripe li:nth-of-type(2n+1){
    list-stlye: none;
    background: #FAFBFD;
}

.ni span.dotted{    
    border-bottom: 1px dotted #6D8299;
    font-style: italic;
}

.ni span.g{
    color: #779e2e;
}

.ni span.y{
    color: #bb533b;
}

.ni span.r{
    color: #a7851a;
}

.ni blockquote{
    border-left: 5px solid #2381E2;
    font-size: 13px;
    padding-left: 15px;
    margin: 0;
}

.ni .btn{
  font-size: 11px;
  padding: 1px 5px;
}

.ni .btn.modal {
    padding: 0 9px 0 6px;
}

.ni table.ni{
  	width: 100%;
  	font-size: 12px;
  	border-spacing: 0;
  	border-collapse: collapse;
}

.ni table.ni tr td{
  	background: #fff;
}

.ni table.ni tr:nth-of-type(2n+1) td{
  	background: #EEF3F8;
}

.ni table.ni tr{
  	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ni table.ni td{
   padding: 10px 15px;
}

.ni table.ni td:nth-of-type(2n+1){
  	border-right: 1px solid rgba(0, 0, 0, 0.1);
  	color: #738AA2;
    font-weight: 600;
  	width: 150px;
  	text-align: right;
}

.ni table.ni td:nth-of-type(2n+1) label{
  	color: #738AA2;
}

.ni .code-box{
    display: inline-block;
    text-align: left;
    background: #fdf5dd;
    border: 1px dashed #e1c66f;
    padding: 6px 20px;
    line-height: 26px;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans',Arial,sans-serif;
    text-shadow: none;
}

.ni .pane-table{
    width: 100%;
    border-collapse: separate;
    border:none;
    border-spacing: 0px;
}

.ni .pane-table td{
    text-align: center;
    padding: 0 10px;
    color: #6C7581;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 1px 1px #FFFFFF;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #cfd8e0;
    vertical-align: top;
}

.ni .pane-table td:first-child {
    border-left: none;
}

.ni .pane-table td:last-child {
    border-right: none;
}/*
WordPress
*/

#wpcontent #smartslider-admin{
    margin: 20px 10px 0 0;
}

#wpcontent .smartslider-toolbar-actions.scrolled{
    top: 28px;
}
/*
Joomla 3.0
*/
/*#smartslider-admin .nextend-form select{
    font-family: Arial !important;
}*/
a::-moz-focus-inner, a:focus, a:active, a:focus {
    outline:none;
    border:0;
    -moz-outline-style: none;
}

.com_smartslider2 header.header,
.com_smartslider2 .subhead-collapse{
    display: none;
}

.com_smartslider2 .navbar-fixed-top{
    position: absolute;
}

.com_smartslider2 #smartslider-admin{
    margin: 20px 0;
}

#smartslider-admin ul{
    margin: 0;
}

#smartslider-admin dt{
    font-weight: 600;
}

#smartslider-admin thead th,
#smartslider-admin .smartslider-button-grey{
    background: #DEE1E8;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DEE1E8));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #DEE1E8 100%);
    cursor: pointer;
}

#smartslider-admin .smartslider-button-grey,
#smartslider-admin .smartslider-button-grey a.smartslider-button-link,
#smartslider-admin .smartslider-button-grey a.smartslider-button-link:HOVER,
#smartslider-admin .smartslider-button-grey a.smartslider-button-link:ACTIVE{
    color: #7B828B;
    display: block;
    text-decoration: none;  
    font-family: 'Open Sans', Arial, sans-serif;
}

#smartslider-admin .smartslider-button-grey a.smartslider-button-link,
#smartslider-admin .smartslider-button-blue-active a.smartslider-button-link{
    display: block;
    width: 100%;
    height: 100%;
}

#smartslider-admin .smartslider-button-blue-active,
#smartslider-admin .smartslider-button-blue-active a.smartslider-button-link{
    text-decoration: none; 
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
}


#smartslider-admin .smartslider-button-blue-active.active,
#smartslider-admin .smartslider-firstcol .smartslider-button-blue-active.active:HOVER,
#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.smartslider-button-blue-active.active:HOVER{

    background: #1C68DC;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A9AE8), color-stop(1, #1C68DC));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2A9AE8 0%, #1C68DC 100%);
}

#smartslider-admin .smartslider-button-blue-active.active,
#smartslider-admin .smartslider-button-blue-active.active a.smartslider-button-link,
#smartslider-admin .smartslider-button-blue-active.active a.smartslider-button-link:ACTIVE{    
    text-decoration: none;
    color: #eff3fc;
}

#smartslider-admin .smartslider-toolbar-iron{
    background: #3A4654;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #56687E 0%, #3A4654 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #56687E 0%, #3A4654 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #56687E 0%, #3A4654 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #56687E), color-stop(1, #3A4654));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #56687E 0%, #3A4654 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #56687E 0%, #3A4654 100%);
}

#smartslider-admin .smartslider-firstcol .smartslider-list{
    display: block;
    margin: 0;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt{
    position: relative;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #d3d3d6;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt.subactive {
    border-color: transparent;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt a{
    color: #7e97b1;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt a.smartslider-button-link{
    padding: 8px 12px;
    width: auto;
    text-shadow: 0 1px 1px white;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt.active{
    border: 0px solid transparent;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 -3px 5px rgba(0, 0, 0, 0.1) inset, 0 0 0 1px #1f65c5;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt.active:HOVER a{
    margin-left: 0px;
    color: #fff;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt.active a{
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);  
}

#smartslider-admin .smartslider-firstcol .smartslider-list &gt; dt{
    background-color: #e9eff5;
}

#smartslider-admin .smartslider-firstcol .smartslider-list &gt; dt.even{
    background-color: #fafbfd;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt .smartslider-icon{
    position: absolute;
    top: 6px;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt .smartslider-icon-generator{
    right: 2px;
    display: block;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt .smartslider-icon-module{
    right: 22px;
    display: block;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt .smartslider-icon-duplicate{
    right: 42px;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt .smartslider-icon-trash{
    right: 62px;
}

#smartslider-admin .smartslider-firstcol .smartslider-layouts-list dt .smartslider-icon-trash{
    right: 2px;
}


#smartslider-admin .smartslider-firstcol .smartslider-list dt.subactive .smartslider-arrowdown{
    position: absolute;
    bottom: -5px;
    left: 20px;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #E9EFF5;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt.even.subactive .smartslider-arrowdown{
    border-top-color: #fafbfd;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dt.subactive .smartslider-arrowdown-border{
    position: absolute;
    bottom: -7px;
    left: 19px;
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #c6c8ce; 
}

#smartslider-admin .smartslider-firstcol .smartslider-list dd{
    display: none;
}

#smartslider-admin .smartslider-firstcol .smartslider-list dd.active{
    display: block;
    margin: 0;
    background: #e4e7ee;
    border-bottom: 1px solid #c1c2c7;
    box-shadow: inset 0 1px 3px -1px RGBA(0,0,0,0.3); 
}

#smartslider-admin thead th{
    font-weight: normal;
}

#smartslider-form{
    margin: 0;
}

.smartslider-toolbar-actions.scrolled{
    position: fixed;
    top: 0;
    border-bottom: 1px solid #171C23;
    border-right: 1px solid #171C23;
}.smartslider-icon{
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/smallicons.png) no-repeat 0 0;
    display: block;
    height: 22px;
    width: 22px;
    overflow: hidden;
    text-indent: -1000px;
    opacity: 0.7;
}

.smartslider-icon-container .smartslider-icon{
    display: none;
}

.smartslider-icon-container:HOVER .smartslider-icon{
    display: block;
}

.smartslider-icon-trash{
    background-position: 0 0;
}

.smartslider-icon-container.active .smartslider-icon-trash{
    background-position: 0 -22px;
}

.smartslider-icon-duplicate{
    background-position: -88px 0;
}

.smartslider-icon-container.active .smartslider-icon-duplicate{
    background-position: -88px -22px;
}

.smartslider-icon-starred{
    background-position: -154px 0;
}

.smartslider-icon-container.active .smartslider-icon-starred{
    background-position: -154px -22px;
}

.smartslider-icon-star{
    background-position: -176px 0;
}

.smartslider-icon-container.active .smartslider-icon-star{
    background-position: -176px -22px;
}

.smartslider-icon-generator{
    background-position: -198px 0;
}

.nextend-slider-generator-enabled .smartslider-icon-generator{
    background-position: -242px 0;
}

.smartslider-icon-container.active .smartslider-icon-generator{
    background-position: -198px -22px;
}

.nextend-slider-generator-enabled.active .smartslider-icon-generator{
    background-position: -242px -22px;
}
.smartslider-icon-module{
    background-position: -220px 0;
}

.smartslider-icon-container.active .smartslider-icon-module{
    background-position: -220px -22px;
}

.smartslider-icon-published{
    background-position: -110px 0;
}

.smartslider-icon-container.active .smartslider-icon-published{
    background-position: -110px -22px;
}

.smartslider-icon-unpublished{
    background-position: -132px 0;
}

.smartslider-icon-container.active .smartslider-icon-unpublished{
    background-position: -132px -22px;
}

.smartslider-icon-container:HOVER .smartslider-icon:HOVER,
.smartslider-icon-container.active .smartslider-icon:HOVER{
    opacity: 1;
}

.smartslider-icon-container .smartslider-icon-add,
.smartslider-icon-container .smartslider-icon-back,
.smartslider-icon-container .smartslider-icon-import{
    opacity: 1;
    display: block;
    float: left;
    margin: 6px 2px 6px 6px;
}

.smartslider-icon-container .smartslider-icon-add{
    background-position: -22px 0;
}

.smartslider-icon-container.active .smartslider-icon-add{
    background-position: -22px -22px;
}

.smartslider-icon-container .smartslider-icon-ordering{
    display: block;
    opacity: 1;
    background-position: -44px 0;
    cursor: move;
}

.smartslider-icon-container.active .smartslider-icon-ordering{
    background-position: -44px -22px;
}

.smartslider-icon-container .smartslider-icon-smalladd{
    display: block;
    opacity: 1;
    background-position: -66px 0;
}

.smartslider-icon-container.active .smartslider-icon-smalladd{
    background-position: -66px -22px;
}

.smartslider-icon-container .smartslider-icon-import{
    background-position: -264px 0;
}

.smartslider-icon-container.active .smartslider-icon-import{
    background-position: -264px -22px;
}

.smartslider-icon-container .smartslider-icon-back{
    background-position: -286px 0;
}


.smartslider-qtip-icon{
    position: absolute;
    top: 6px;
    left: 8px;
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/qtipmenuicons.png) no-repeat 0 0;
    display: block;
    height: 15px;
    width: 15px;
    overflow: hidden;
    text-indent: -1000px;
}

.smartslider-qtip-icon.generator{
    background-position: 0 0;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.generator{
    background-position: 0 -40px;
}

.smartslider-qtip-icon.shortcode{
    background-position: 0 -80px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.shortcode{
    background-position: 0 -120px;
}

.smartslider-qtip-icon.duplicate{
    background-position: 0 -160px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.duplicate{
    background-position: 0 -200px;
}

.smartslider-qtip-icon.export{
    background-position: 0 -240px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.export{
    background-position: 0 -280px;
}

.smartslider-qtip-icon.subdelete{
    background-position: 0 -320px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.subdelete{
    background-position: 0 -360px;
}

.smartslider-qtip-icon.delete{
    background-position: 0 -400px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.delete{
    background-position: 0 -440px;
}

.smartslider-qtip-icon.star{
    background-position: 0 -480px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.star{
    background-position: 0 -520px;
}

.smartslider-qtip-icon.activegreen{
    background-position: 0 -560px;
    left: auto;
    right: 4px;
}

.smartslider-qtip-icon.create_slider{
    background-position: 0 -600px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.create_slider{
    background-position: 0 -640px;
}

.smartslider-qtip-icon.fontsettings{
    background-position: 0 -680px;
}

.smartslider-icon-container:HOVER .smartslider-qtip-icon.fontsettings{
    background-position: 0 -720px;
}

.smartslider-action-icon{
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/actionicons.png) no-repeat center 0;
    display: block;
    height: 22px;
    width: 100%;
    overflow: hidden;
    text-indent: -1000px;
    opacity: 0.7;
}

.smartslider-icon-container .smartslider-action-icon{
    display: block;
    opacity: 1;
}

.smartslider-action-icon-edit{
    background-position: center 0;
}

.smartslider-action-icon-create{
    background-position: center -40px;
}

.smartslider-action-icon-fonts{
    background-position: center -80px;
}

.smartslider-action-icon-generator{
    background-position: center -120px;
}

.smartslider-action-icon-duplicate{
    background-position: center -160px;
}

.smartslider-action-icon-export{
    background-position: center -200px;
}

.smartslider-action-icon-delete{
    background-position: center -240px;
}

.smartslider-action-icon-delete-slider{
    background-position: center -280px;
}

.smartslider-action-icon-generator-layout{
    background-position: center -320px;
}

.smartslider-action-icon-refresh{
    background-position: center -360px;
}

.smartslider-action-icon-generator-edit-layout{
    background-position: center -400px;
}

.smartslider-action-icon-generator-settings{
    background-position: center -440px;
}/* For modern browsers */
.nextend-clearfix:before,
.nextend-clearfix:after {
    content:"";
    display:table;
}
.nextend-clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.nextend-clearfix {
    zoom:1;
}

#smartslider-admin{
    border-radius: 3px;
}

.smartslider-head{
    height: 68px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #171c23;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 11;
}

#smartslider-admin .smartslider-logo{
    float: left;
    width: 24%;
    height: 100%;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset, -2px 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: #333E4B;

    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4C5C71), color-stop(1, #333E4B));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #4C5C71 0%, #333E4B 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #4C5C71 0%, #333E4B 100%);
}

#smartslider-admin .smartslider-logo .smartslider-border{
    height: 100%;
    border-right: 1px solid #171c23;
    border-top-left-radius: 3px;
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/logo.png) no-repeat center center;
}

#smartslider-admin .smartslider-toolbar{
    float:left;
    width: 76%;
    height: 100%;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.1) inset;
}

.smartslider-toolbar .smartslider-button,
.smartslider-toolbar .smartslider-button a{
    height: 68px;
    display: block;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button:HOVER,
.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button.active{
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2) inset;
    text-decoration: none;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button:ACTIVE,
.smartslider-toolbar .smartslider-save:ACTIVE{
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.4) inset;
    padding-top: 1px;
}

.smartslider-toolbar .smartslider-toolbar-controllers{
    float: left;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button{
    float: left;
    border-right: 1px solid #171C23;
    width: auto;
    min-width: 79px;
    padding: 0 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button,
.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button a{
    text-align: center;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #E5E7E9;
    font-size: 14px;    
    font-weight: 600;
    cursor: pointer;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button a:HOVER,
.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button a:ACTIVE{
    text-decoration: none;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-button div{
    width: 100%;
    height: 42px;
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/firstcolbuttons.png) no-repeat center 0;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-sliders div{
    background-position: center -122px;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-settings div{
    background-position: center -182px;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-layouts div{
    background-position: center -242px;
}


.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-manual div{
    background-position: center 3px;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-support div{
    background-position: center -53px;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-getfull div{
    background-position: center -303px;
}

.smartslider-toolbar .smartslider-toolbar-actions{
    float: right;
}

.smartslider-toolbar .smartslider-save{
    border-top-right-radius: 3px;
    border-left: 1px solid #171C23;    
    font-family: 'Open Sans', Arial, sans-serif;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #F3F7EF;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 68px;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    width: 130px;
    text-transform: uppercase;

    background: #4A9901;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #98D130 0%, #4A9901 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #98D130 0%, #4A9901 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #98D130 0%, #4A9901 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98D130), color-stop(1, #4A9901));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #98D130 0%, #4A9901 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #98D130 0%, #4A9901 100%);
}


.smartslider-toolbar .smartslider-save:HOVER{
    background: #438B00;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #90C829 0%, #438B00 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #90C829 0%, #438B00 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #90C829 0%, #438B00 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #90C829), color-stop(1, #438B00));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #90C829 0%, #438B00 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #90C829 0%, #438B00 100%);
}

.smartslider-toolbar .smartslider-cancel{
    border-top-right-radius: 0;
    border-left: 1px solid #171C23;    
    font-family: 'Open Sans', Arial, sans-serif;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #F3F7EF;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 68px;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    width: 130px;
    text-transform: uppercase;

    background: #ac3a26;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c96f48), color-stop(1, #ac3a26));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #c96f48 0%, #ac3a26 100%);
}

.smartslider-toolbar .smartslider-cancel:HOVER{
    background: #bb6843;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #bb6843 0%, #9f3624 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #bb6843 0%, #9f3624 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #bb6843 0%, #9f3624 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bb6843), color-stop(1, #9f3624));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #bb6843 0%, #9f3624 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #bb6843 0%, #9f3624 100%);
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-support{
    position: relative;
}

.smartslider-toolbar .smartslider-toolbar-controllers .smartslider-support .nextend-possibleproblems{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #BB533B;
  text-align: center;
}/*!
 * qTip2 - Pretty powerful tooltips - 
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu May 9 2013 04:46 UTC+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 380px;
    min-width: 50px;	
    font-size: 12px;
    line-height: 16px;
    direction: ltr;	
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    color: white;  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 1px RGBA(0,0,0,0.6);
}

.qtip-content{
    position: relative;
    padding: 12px 20px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 16px;
}

.qtip-titlebar{
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 2px;
}

/* Default tooltip style */
.qtip-default{
    background-color: RGBA(51,56,58,0.95);
}

.qtip-default .qtip-titlebar{
    background-color: #FFEF93;
}

.qtip-default .qtip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close{
    border-color: #AAA;
    color: #111;
}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Tips plugin */
.qtip .qtip-tip{
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

.qtip-tip canvas{
    background: red;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml{
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas{ top: 0; left: 0; float:left; }

.qtip .qtip-tip .qtip-vml{
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}



/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
    position: absolute !important;
}#smartslider-admin .smartslider-cols{
    border: 1px solid #bdbfc5;
    border-top: 0;
}

#smartslider-admin .smartslider-firstcol{
    float: left;
    width: 24%;
    background: #FAFBFD;
    /*overflow: hidden;*/
}

#smartslider-admin.smartslider-advanced-layers-advanced-active .smartslider-firstcol{
    width: 0;
}

#smartslider-admin .smartslider-firstcol .nextend-form .nextend-tab table td.nextend-label{
    width: 120px;
}

#smartslider-admin .smartslider-firstcol .smartslider-border{
    border-right: 1px solid #a3adb7;
    position: relative;
    float:left;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#smartslider-admin .smartslider-cols .smartslider-button-wrap{
    background-color: #d3d8e3;
    width: 100%;
    float: left;
    border-bottom: 1px solid #bec0c4;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

#smartslider-admin .smartslider-cols .smartslider-button{
    cursor: pointer;
    width: auto;
    height: 34px;
    border: 1px solid #b2bbc4;
    font-size: 14px;
    margin: 6px 5px;
    border-radius: 3px;
    text-align: left;
    text-transform: uppercase;
    line-height: 35px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px white;
    font-weight: 600;
}

#smartslider-admin .smartslider-cols .smartslider-button a{
    font-size: 14px;
    line-height: 35px;
}

#smartslider-admin .smartslider-cols .smartslider-button a.smartslider-button-link{
    color: #76808e;
}

#smartslider-admin .smartslider-cols .smartslider-button:HOVER,
#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.smartslider-button-grey:HOVER{
    background: #d8dbe1;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #d8dbe1));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #fbfbfb 0%, #d8dbe1 100%);
}


#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.smartslider-button-grey:HOVER a,
#smartslider-admin .smartslider-cols .smartslider-button:HOVER a.smartslider-button-link{
    color: #68717d;
}

#smartslider-admin .smartslider-cols .smartslider-button:ACTIVE{  
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2) inset;
    line-height: 37px;
}

#smartslider-admin .smartslider-cols .smartslider-button:ACTIVE span.smartslider-icon.smartslider-icon-add{
    margin-top: 7px;
}

#smartslider-admin .smartslider-cols .smartslider-button.active{
    border: 1px solid #1C68DC;
}


#smartslider-admin .smartslider-cols .smartslider-button.active a,
#smartslider-admin .smartslider-cols .smartslider-button.active:HOVER a,
#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.active:HOVER a{
    color: #FFF;
    text-shadow:0 0 1px rgba(0, 0, 0, 0.5); 
}

#smartslider-admin .smartslider-cols .smartslider-secondcol .smartslider-button-wrap{
    padding: 5px;
  	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
}

#smartslider-admin .smartslider-cols .smartslider-secondcol .smartslider-button{
    height: 70px;
    text-align: center;
    min-width: 120px;
    float: left;
    white-space:nowrap;
    text-transform: none;
    margin: 5px;
}

#smartslider-admin .smartslider-cols .smartslider-secondcol .smartslider-button a{
    font-size: 13px;
    line-height: 28px;
}

#smartslider-admin .smartslider-cols .smartslider-secondcol .smartslider-button .smartslider-icon{
    width: 100%;
    height: 40px;
    margin: 0;
    float: none;
}



#smartslider-admin .smartslider-firstcol .smartslider-slides-list{
    list-style-type: none;
    padding: 6px 0 7px;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li{
    display: block;
    margin: 6px 7px 3px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #c5cad0;
    line-height: 16px;
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    padding: 0;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.smartslider-button-blue-active.active a{
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.smartslider-slide.active:HOVER a{
    color: #fff;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.smartslider-button-grey{ 
    border: 1px solid #b2bbc4;
    border-radius: 3px;
    text-shadow: 0 1px 0 0 RGBA(255,255,255,0.6);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px white;
    line-height: 18px;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li a.smartslider-button-link{
    padding: 5px 84px 4px 0;
    width: auto;    
    text-shadow: 1px 1px 1px white;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.active{
    border-color: #1f65c5;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 -3px 5px rgba(0, 0, 0, 0.1) inset;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list .smartslider-slide{
    background-color: #f3f6f9;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list .smartslider-slide.active{
    background-color: #1C68DC;
}

#smartslider-admin .smartslider-firstcol .smartslider-slide,
#smartslider-admin .smartslider-firstcol .smartslider-slide a{
    color: #7e97b1;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li .smartslider-icon-smalladd,
#smartslider-admin .smartslider-firstcol .smartslider-slides-list li .smartslider-icon-ordering{
    float: left;
    margin-top: -4px;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li .smartslider-icon-smalladd{
    margin-top: -3px;
}

#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-trash{
    position: absolute;
    right: 62px;
    top: 1px;
}

#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-duplicate{
    position: absolute;
    right: 42px;
    top: 1px;
}

#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-star,
#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-starred{
    position: absolute;
    right: 22px;
    top: 1px;
}

#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-published,
#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-unpublished{
    position: absolute;
    right: 2px;
    top: 1px;
}

#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-published,
#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-starred,
#smartslider-admin .smartslider-firstcol .smartslider-sliders-list li .smartslider-icon-unpublished{
    display: block;
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li.smartslider-placeholder{
    border: 1px dashed #a3adb7;   
}

#smartslider-admin .smartslider-firstcol .smartslider-items-list dt,
#smartslider-admin .smartslider-firstcol .smartslider-items-list dt a{
    cursor: default;
    font-size: 13px;
    font-weight: normal;
}

#smartslider-admin .smart-slider-item-container{
    cursor: move;
}

#smartslider-admin .qtip-nextend{
    background-color: #465364;
}

#smartslider-admin .qtip-nextend .qtip-content{
    padding: 0 0;
    border-radius: 3px;
    overflow:hidden;
}

#smartslider-admin .sidebar-tooltip-menu{
    list-style-type: none;
    padding: 0;   
}

#smartslider-admin .sidebar-tooltip-menu li{
    position: relative;
    padding: 0;
    margin: 0;
}

#smartslider-admin .sidebar-tooltip-menu li a{
    display: block;
    height: 26px;
    color: #b3becf;
    text-shadow: 0 1px 1px RGBA(0,0,0,0.5);
    font-size: 12px;
    line-height: 26px;
    padding: 0 26px 0 26px;
    font-weight: 600;
    white-space:nowrap;
}

#smartslider-admin .sidebar-tooltip-menu li a:HOVER,
#smartslider-admin .sidebar-tooltip-menu li a:ACTIVE,
#smartslider-admin .sidebar-tooltip-menu li a:LINK,
#smartslider-admin .sidebar-tooltip-menu li a:visited{
    text-decoration: none;
}

#smartslider-admin .sidebar-tooltip-menu li a:HOVER,
#smartslider-admin .sidebar-tooltip-menu li a:ACTIVE{
    color: #E5E7E9;
    background: #333e4a;
    box-shadow: inset 0 1px 2px RGBA(0,0,0,0.2);
}

#smartslider-admin .smartslider-firstcol .smartslider-slides-list li a.smartslider-button-link{
    padding: 5px 84px 4px 10px;
}#smartslider-admin .smartslider-secondcol{
    float: left;
    width: 76%;
    min-height: 500px;
}

#smartslider-admin.smartslider-advanced-layers-advanced-active .smartslider-secondcol{
    width: 100%;
}

#smartslider-admin .smartslider-secondcol .nextend-tab{
    position: relative;
}

#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play{
    position: absolute;
    right: -1px;
    top: -1px;
    height: 40px;
    width: 130px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    border: 1px solid #205995;
    color: #ffffff;
    text-shadow: 1px 1px 0 RGBA(0,0,0,0.5);
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    background: #1D6ADD;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A99E7), color-stop(1, #1D6ADD));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2A99E7 0%, #1D6ADD 100%);
}


#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play:HOVER{
    background: #1b62cc;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a8ed5), color-stop(1, #1b62cc));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2a8ed5 0%, #1b62cc 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2a8ed5 0%, #1b62cc 100%);
}

#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play:ACTIVE{
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.4) inset;
    padding-top: 1px;
}

#smartslider-admin .smartslider-secondcol .smartslider-toolbar-play.active{
    box-shadow: inset 1px 1px 4px 2px RGBA(0,0,0,0.3);
}

#smartslider-admin .smartslider-secondcol .smartslider-slide-console{
    height: 28px;
    margin-right: -1px;
    overflow: hidden;
    background: #45494b url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/console.png) no-repeat 15px 7px;
    line-height: 28px;
    padding-left: 38px;
    color: #ffffff;
    text-shadow: 1px 1px 0 RGBA(0,0,0,0.5);
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 17px;
}

#nextend-pluginmatrix-sliderwidgets .nextend-pluginmatrix-views .nextend-border{
    font-size: 13px;
    font-weight: 600;
}

#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view{
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    text-shadow: 1px 1px 0 white;
}


#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view:HOVER{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #d8dbe1));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #d8dbe1 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #fbfbfb 0%, #d8dbe1 100%);
}

#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view.active{
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2) inset, 2px 1px 1px 0 rgba(0, 0, 0, 0.2) inset, -1px 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}


#smartslider-admin .nextend-pluginmatrix-views .nextend-pluginmatrix-view.active:HOVER{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A99E7), color-stop(1, #1D6ADD));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2A99E7 0%, #1D6ADD 100%);
}#selected-images-container{
    overflow: visible;
    margin-bottom: 50px;
}

#smartslider-admin #selected-images{
    margin: 5px 5px 5px 180px;
    padding: 0;
    position: relative;
    min-width: 500px;
    min-height: 114px;
}

#selected-images-container li{
    position: relative;
    display: block;
    /*height: 130px;*/
    /*width: 100%;*/
    margin: 15px;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    overflow: hidden;
    border: 2px solid #dadde0;
}

#selected-images li.ui-state-highlight{
    border: 2px dashed #c9cbcf;
}

#selected-images img{
    cursor: move;
    width: 20%;
    float: left;
}

#selected-images .field-container{
    float: left;
    margin: 0 20px;
    position: relative;
    z-index:10;
}

#delete-image{
    position: absolute;
    margin: 10px 10px;
    background: RGBA(213,99,93, 0);
    width: 162px;
    height: 100px;
    transition: background 0.4s;
    border: 2px dashed #dadde0;
    background: RGBA(213,99,93,0) url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/trash.png) center center no-repeat;
}

#delete-image.over{
    border-color: RGBA(213,99,93, 0.7);
    background-color: RGBA(213,99,93, 0.4);
}

#delete-image li{
    border: none;
}

#smartslider-admin li{
    list-style: none;
}

#smartslider-admin .add-image{
    margin: 10px;
    padding-left: 10px;
}

#smartslider-admin .add-image .wp-media-buttons-icon {
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/library/smartslider/assets/admin/css/../images/media-button.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    margin: 0 2px;
    vertical-align: text-top;
    width: 16px;
}

.attachment-filters{
    display: none;
}#smartslider-admin .clearfix{
    clear: none;
}

.nextend-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#nextend_configuration{
    font-family: 'Open Sans', Arial, sans-serif;
}

.NextendWindowSaveContainer{
    width: 162px;
    float: right;
    left: 50%;
    bottom: 5px;
    margin-left: -81px;
    background: #d3d3d3;
    padding: 3px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

.NextendWindowSave{
    width: 130px;
    height: auto;
    line-height: 68px;
    border-left: 1px solid #171C23;
    border-radius: 0 3px 0 0;
    background: #98d130; /* Old browsers */
    background: -moz-linear-gradient(top, #98d130 0%, #4a9901 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d130), color-stop(100%,#4a9901)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #98d130 0%,#4a9901 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #98d130 0%,#4a9901 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #98d130 0%,#4a9901 100%); /* IE10+ */
    background: linear-gradient(top, #98d130 0%,#4a9901 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d130', endColorstr='#4a9901',GradientType=0 ); /* IE6-9 */
    text-align: center;
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #F3F7EF;
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 1px RGBA(255,255,255,0.2) inset;
    cursor: pointer;
}

.NextendWindowSave:HOVER{
    background: #90c829; /* Old browsers */
    background: -moz-linear-gradient(top, #90c829 0%, #438b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c829), color-stop(100%,#438b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #90c829 0%,#438b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #90c829 0%,#438b00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #90c829 0%,#438b00 100%); /* IE10+ */
    background: linear-gradient(top, #90c829 0%,#438b00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c829', endColorstr='#438b00',GradientType=0 ); /* IE6-9 */
}

.NextendWindowSave:ACTIVE{  
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.4) inset;
    padding-top: 1px;
}

.NextendWindowCancel{
    border-top-right-radius: 0;
    border-left: 1px solid #171C23;    
    font-family: 'Montserrat',Arial,sans-serif;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #F3F7EF;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 68px;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    width: 130px;
    text-transform: uppercase;

    background: #ac3a26;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c96f48), color-stop(1, #ac3a26));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #c96f48 0%, #ac3a26 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #c96f48 0%, #ac3a26 100%);
}
.NextendWindowCancel:HOVER{
    background: #bb6843;
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #bb6843 0%, #9f3624 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #bb6843 0%, #9f3624 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #bb6843 0%, #9f3624 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bb6843), color-stop(1, #9f3624));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #bb6843 0%, #9f3624 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #bb6843 0%, #9f3624 100%);
}

div .nextend-button-css,
div .nextend-button-css:link,
div .nextend-button-css:visited{
    font-size: 11px;
    color: #575656;
    text-shadow: 1px 1px 1px #fff;
    cursor: pointer;
    padding: 0 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px;
    float: left;
    border: 1px solid #D3D3D3;
    background: -moz-linear-gradient(top, #fafafa 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(top, #fafafa 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    text-decoration: none;
}

div .nextend-button-css:HOVER{
    color: #fff;
    text-shadow: 1px 1px 1px #575656;
    border-color: #6ca502;
    background: -moz-linear-gradient(top, #689e02 0%, #72ae02 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#689e02), color-stop(100%,#72ae02)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #689e02 0%,#72ae02 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #689e02 0%,#72ae02 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #689e02 0%,#72ae02 100%); /* IE10+ */
    background: linear-gradient(top, #689e02 0%,#72ae02 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689e02', endColorstr='#72ae02',GradientType=0 ); /* IE6-9 */
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #FFFFFF;
    text-decoration: none;
}

.nextend-message{
    color: #6C7581;
    float: left;
    font-size: 11px;
    line-height: 24px;
    margin-left: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.nextend-button-grey{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DEE1E8));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DEE1E8 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #DEE1E8 100%);
    cursor: pointer;
}

.nextend-button-blue-active.active{
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A9AE8), color-stop(1, #1C68DC));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2A9AE8 0%, #1C68DC 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #2A9AE8 0%, #1C68DC 100%);
}.nextend-window{
    display: block;
    width: 100%;
    height: 1px;
    position: fixed;
    background-color: #3e3e3e;
    background-color: RGBA(0,0,0,0.3);
    left: 0;
    top:0;
    z-index:99;
    overflow:hidden;
    font-family: 'Open Sans', Arial, sans-serif;
}

#config_edit_form .nextend-window,
#nextend-fontmanager-lightbox,
#content-box .nextend-window{
    z-index:101;
}

.wp-admin #nextend-fontmanager-lightbox,
.wp-admin .nextend-window{
    z-index:10000;
}

.nextend-window.nextend-no-style{
    display: block;
    position: static;
    width: auto;
    height: auto;
    background-color: #fff;
    z-index:1;
}

.nextend-window .nextend-window-container{
    height: 100%;
    width: 100%;
    margin: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px RGBA(0,0,0,0.6);
    overflow:auto;
    cursor: pointer;
}

.nextend-topbar{
    cursor: default;
    height: 68px;
    border-radius: 5px 5px 0 0;  
    -moz-border-radius:  5px 5px 0 0; 
    -webkit-border-radius:  5px 5px 0 0; 
    border: 1px solid #171c23;
    position: relative;
    z-index: 2;
    background: #4B5C70; /* Old browsers */
    background: -moz-linear-gradient(top, #4B5C70 0%, #333F4C 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4B5C70), color-stop(100%,#333F4C)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4B5C70 0%,#333F4C 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4B5C70 0%,#333F4C 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4B5C70 0%,#333F4C 100%); /* IE10+ */
    background: linear-gradient(top, #4B5C70 0%,#333F4C 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B5C70', endColorstr='#333F4C',GradientType=0 ); /* IE6-9 */
    line-height: 114px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1) inset,  0px 2px 3px RGBA(0,0,0,0.5);
}

.nextend-topbar-logo{
    width: 249px;
    height: 100%;
    border-right: 1px solid #171c23;
    background: center center no-repeat;
    float: left;
    background-image: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/../images/admin/framework.png);
    background-position: center center;
}

.accordionmenu .nextend-topbar-logo{
    background-image: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/../images/admin/accordionmenu.png);
    background-position: center 17px;
}

.smartslider .nextend-topbar-logo,
.nextend-smart-slider-admin .nextend-topbar-logo{
    background-image: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/../images/admin/smartslider.png);
    background-position: center center;
}

a.nextend-topbar-button{
    display: block;
    width: 97px;
    height: 100%;
    border-right: 1px solid #171c23;
    float: left;
    background: center center no-repeat;
    text-align: center;
    color: #e5e7e9 !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 104px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    text-decoration: none !important;
}

a.nextend-topbar-button:HOVER{
    text-decoration: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    background-color: RGBA(0,0,0,0.2);
}

a.nextend-topbar-button:ACTIVE{
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.4) inset;
    line-height: 106px;  
    background-position: center 13px;
}

a.nextend-topbar-manual{
    background-image: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/../images/admin/manual.png);
    background-position: center 12px;
}

a.nextend-topbar-support{
    background-image: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/../images/admin/support.png);
    background-position: center 12px;
}

a.nextend-topbar-getpro{
    background-image: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/../images/admin/getpro.png);
    background-position: center 12px;
}

.nextend-window .nextend-window-container .nextend-window-container-inner{
    height: 100%;
    width: 100%;
    overflow: auto;
    cursor: default;
    background: #fff;
}

.nextend-window{
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition:  opacity 0.4s linear;
    -o-transition: opacity 0.4s ease-in-out;
    opacity: 0;
}

.nextend-window.active{
    opacity: 1;
}

.nextend-window .pane-sliders{
    margin: 18px 0 0;
    position: relative;
}#nextend-configurator-button{
    display: block;
    height: 34px;
    width: 180px;
    overflow:hidden;
    margin: 2px 0;
    padding: 0 5px;
    text-decoration: none;
    background: #e6e9ed; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e9ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e9ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e9ed',GradientType=0 ); /* IE6-9 */  
    border-radius: 50px;  
    -moz-border-radius: 50px; 
    -webkit-border-radius: 50px;  
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #7c848f;
    text-transform: uppercase;
    text-shadow: 0 1px 1px white;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 -3px 5px rgba(0, 0, 0, 0.05) inset;
    text-align: center;
}

#nextend-configurator-button span{
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/../images/cog.png) no-repeat center center;
    display: block;
    height: 36px;
    width: 36px;
    float: right;
    margin-left: -20px;
}

.nextend-configurator-button:HOVER{
    background-position: 0 -50px;
}

#nextend-configurator-message{
    color: #6C7581;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}

.nextend-form .nextend-configurator-button{
    height: 22px;
    margin: 2px 0 2px 20px;
    width: auto;
    float: left;
    padding: 0 15px;
    text-decoration: none;
    background: #e6e9ed; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e9ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e9ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e9ed',GradientType=0 ); /* IE6-9 */      
    text-shadow: 0 1px 1px white;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 0 0 1px rgba(0, 0, 0, 0.25) inset, 0 -3px 5px rgba(0, 0, 0, 0.05) inset;  
    border-radius: 50px;  
    -moz-border-radius: 50px; 
    -webkit-border-radius: 50px;  
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 22px;
    color: #7c848f;
    text-transform: uppercase;
}

.x-rtl .nextend-form .nextend-configurator-button{
    float: right;
    margin: 2px 20px 2px 0;
}

#nextend-configurator-button:HOVER,
.nextend-form .nextend-configurator-button:HOVER{
    background: #dee1e8; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfcfe 0%, #dee1e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfcfe), color-stop(100%,#dee1e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfcfe 0%,#dee1e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfcfe 0%,#dee1e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfcfe 0%,#dee1e8 100%); /* IE10+ */
    background: linear-gradient(top, #fbfcfe 0%,#dee1e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfe', endColorstr='#dee1e8',GradientType=0 ); /* IE6-9 */  
}

.nextend-window .nextend-configurator-button:ACTIVE{  
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3) inset;
    line-height: 24px;
}

#nextend-configurator-button:ACTIVE{  
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3) inset;
}

/* IE fix */
.x-msie-8 #nextend-configurator-button,
.x-msie-8 .nextend-window .nextend-configurator-button,
.x-msie-8 a.nextend-font-button,
.x-msie-8 #nextend-fontmanager-cleartab,
.x-msie-8 #nextend-fontmanager-tabs .nextend-tab,
.x-msie-8 .nextend-decoration .nextend-checkbox-option,
.x-msie-8 .nextend-textalign .nextend-radio-option,
.x-msie-9 #nextend-configurator-button,
.x-msie-9 .nextend-window .nextend-configurator-button,
.x-msie-9 a.nextend-font-button,
.x-msie-9 #nextend-fontmanager-cleartab,
.x-msie-9 #nextend-fontmanager-tabs .nextend-tab,
.x-msie-9 .nextend-decoration .nextend-checkbox-option,
.x-msie-9 .nextend-textalign .nextend-radio-option{
    border: 1px solid #d2d2d2;
    border-radius: 0px;
}

.x-msie-8 .nextend-decoration .nextend-checkbox-option,
.x-msie-8 .nextend-textalign .nextend-radio-option,
.x-msie-9 .nextend-decoration .nextend-checkbox-option,
.x-msie-9 .nextend-textalign .nextend-radio-option{
    filter: none;
    box-shadow: none;
}

.x-msie-8 .nextend-decoration .nextend-checkbox-option.selected,
.x-msie-8 .nextend-textalign .nextend-radio-option.selected,
.x-msie-9 .nextend-decoration .nextend-checkbox-option.selected,
.x-msie-9 .nextend-textalign .nextend-radio-option.selected{
    background-color: #B8B8B8;
    border: 1px solid #8b8b8b;
}

.x-msie-8 .qtip-default{
    background-color: #33383a;
}#nextend-configurator-panels,
#menu-pane,
#nextend-type-panel,
#nextend-type-panels,
#nextend-theme-panel,
#nextend-theme-panels,
#nextend-fonts-panel,
#nextend-fonts-panels,
#nextend-source-panel,
#nextend-source-panels{
    margin: 0;
    padding: 0;
}

#nextend-configurator-wp .nextend-form div.nextend-tab h3,
.nextend-form div.nextend-tab h3{
    height: 40px;
    margin: 0;
    padding: 0 15px;
    color: #697481;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    background: #dee1e8; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f8fa 0%, #dee1e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f8fa), color-stop(100%,#dee1e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f8fa 0%,#dee1e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f8fa 0%,#dee1e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f8fa 0%,#dee1e8 100%); /* IE10+ */
    background: linear-gradient(top, #f7f8fa 0%,#dee1e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#dee1e8',GradientType=0 ); /* IE6-9 */    
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 1px white;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset, 0 -5px 10px rgba(0, 0, 0, 0.05) inset;
    cursor: default;
}

.nextend-form .nextend-tab table{
    width: 100%;
    border-spacing:0;
    border-collapse:collapse; 
}

.nextend-form .nextend-tab table tr{
    height: 40px;
}

.nextend-form .nextend-tab table tr.odd{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.nextend-form .nextend-tab table tr.odd:first-child{
    border-top: none;
}

.nextend-form .nextend-tab table tr.even:last-child{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nextend-form .nextend-tab table td{
    vertical-align: middle;
}

.nextend-form .nextend-tab table td.nextend-label{
    width: 233px;
    padding: 5px 8px;
    text-align: right;
}

.nextend-form .nextend-tab table td.nextend-element{
    padding: 5px 10px;
}

.nextend-form .nextend-tab table td.nextend-label label{
    float:none;
    min-width: auto;
    max-width: none;
    display: inline;
    margin: auto;
    padding: auto;
    color: #738aa2;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 1px white;
}

.nextend-form .nextend-tab table .odd td,
.nextend-form .nextend-form .nextend-tab table .odd td{
    background-color: #eef3f8;
}

.nextend-form td.nextend-hastip,
.nextend-form td.nextend-hastip label{
    cursor: help;
}

.nextend-form .nextend-tab table .odd td.nextend-label,
.nextend-form .nextend-form .nextend-tab table .odd td.nextend-label{
    border-right: 1px solid RGBA(0,0,0,0.1); ;
}

.nextend-form .nextend-tab table .even td,
.nextend-form .nextend-form .nextend-tab table .even td{
    background-color: #ffffff;
}

.nextend-form .nextend-tab table .even td.nextend-label,
.nextend-form .nextend-form .nextend-tab table .even td.nextend-label{
    border-right: 1px solid #eeeeee;
}

.nextend-form select{
    height: 21px;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0;
    padding: 0;
}

.nextend-form select[multiple] {
    height: auto;
    padding: 0 10px;
}

.nextend-form .nextend-tab table td.nextend-label,
.nextend-form .nextend-tab table td.nextend-element,
.nextend-form .nextend-tab table td.nextend-element label,
.nextend-form select,
.nextend-form h3{
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-weight: 600;
}

.nextend-form select{
    color: #6C7581;  
    border-radius: 3px;  
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    width: auto;
}

.nextend-form input:focus,
.nextend-form select:focus, 
.nextend-form textarea:focus{
    background-color: #fcf4d4;
}
.nextend-text{
    float: left;
    position: relative;
    height: 18px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    padding: 0 5px;
    margin: 3px 4px 3px 0;
    box-shadow: 0px 1px 2px RGBA(0,0,0,0.2) inset;
    background: -moz-linear-gradient(center top , #fff 0%, #DEE1E8 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#DEE1E8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#DEE1E8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#DEE1E8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#DEE1E8 100%); /* IE10+ */
    background: linear-gradient(top, #fff 0%,#DEE1E8 100%); /* W3C */
}

.x-rtl .nextend-text{
    float: right;
    margin: 3px 0 3px 4px;
}

.nextend-text.focus{
    background: -moz-linear-gradient(top, #fef3cb 0%, #f6ebc5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef3cb), color-stop(100%,#f6ebc5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* IE10+ */
    background: linear-gradient(top, #fef3cb 0%,#f6ebc5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef3cb', endColorstr='#f6ebc5',GradientType=0 ); /* IE6-9 */
}

.nextend-text input,
.nextend-text input:focus,
.nextend-text-unit{
    height: 18px;
    line-height: 16px;
    color: #6c7581;
    font-size: 11px;
    font-family: 'Open Sans', Arial, sans-serif;
    border: 0;
    background: none;
    padding: 0;
    float: left;
    margin: 0;
    /*width: auto;
    max-width: 100%;*/
    box-shadow: none;
}

.x-rtl .nextend-text input,
.x-rtl .nextend-text input:focus,
.x-rtl .nextend-text-unit{
    float: right;
}

.nextend-text input{
    display: block;
    width: 100%;
    max-width: none;
}

.nextend-text.nextend-hasunit input,
.nextend-text-unit{
    float: left;
    width: auto;
}

.x-rtl .nextend-text.nextend-hasunit input,
.x-rtl .nextend-text-unit{
    float: right;
}

.nextend-text-unit{
    border-left: 1px solid #cfcfcf;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 2px 0 2px;
    background: #e6e9ed; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6e9ed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e9ed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#e6e9ed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e9ed',GradientType=0 ); /* IE6-9 */    
    font-size: 10px;
    margin: 0 -5px 0 5px;
}

.x-rtl .nextend-text-unit{
    margin: 0 5px 0 -5px;
    border-radius: 3px 0 0 3px;
    border-left: 0;
    border-right: 1px solid #cfcfcf;
}

.x-rtl .nextend-element .button2-left{
    float: right !important;
    margin: 2px 10px 2px 0 !important;
}.nextend-mixed-group{
    float:left;
    margin: 5px 15px 5px 0;
}

.x-rtl .nextend-mixed-group{
    float: right;
    margin: 5px 0 5px 15px;
}

.nextend-horizontal-tab .nextend-mixed-group{
    margin: 0 15px 0 0;
}

.nextend-mixed-element{
    width: 100%;
}

.nextend-mixed-element,
.nextend-mixed-label{
    clear:both;
    float:left;
    font-size: 10px;
}

.x-rtl .nextend-mixed-element,
.x-rtl .nextend-mixed-label{
    float: right;
}

.nextend-mixed-label label{
    float:none;
    min-width: auto;
    max-width: none;
    display: inline;
    margin: auto;
    padding: auto;
    color: #6c7581;
    font-size: 10px;
    margin-top: 5px;
}
.nextend-onoff{
    float: left;
    background: url(//www.samuicode.com/wp-content/plugins/smart-slider-2/nextend/assets/css/element/../../images/onoff.png) -26px 0 no-repeat;
    width: 48px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #adbcc5;
    margin: 2px 0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -webkit-transition:background-position 0.2s ease-in;  
    -moz-transition:background-position 0.2s ease-in;  
    -o-transition:background-position 0.2s ease-in;  
    transition:background-position 0.2s ease-in;  
}

.x-rtl .nextend-onoff{
    float: right;
}

.nextend-onoff.nextend-onoff-on{
    background-position: 0 0;
}
.nextend-textarea{
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0px 1px 2px RGBA(0,0,0,0.2) inset;
}

.nextend-textarea textarea{
    line-height: 16px;
    color: #6c7581;
    font-size: 11px;
    font-family: 'Open Sans', Arial, sans-serif;
    border: 0;
    background: none;
    padding: 0;  
    width: 100%;
    resize: vertical;
    height: 80px;
    float: none;
    margin: 0;
}</pre></body></html>