.darknight.us-button-c50731562836a85c59cfa515f8f8ab70 {
    background-image: url(../images/g-logo.png)!important;
    background-position: 11px 4px!important;
}

.us-colorvars {
    display: none;
}

.us-colorvars .basecolor1 {
    color: #444444;
}

.us-widget {
    position: absolute;
    top: 50px;
    left: 50px;
    font-family: 'Roboto', sans-serif;
    z-index: 2147483637;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.us-widget.us-transparent {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.us-widget.invisible {
    visibility: hidden;
}

.us-widget.hideui {
    display: none;
}

.us-widget .us-powered {
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
    display: none;
}

.us-widget .us-powered a {
    text-decoration: none;
    color: #FFF;
    text-shadow: 0px 0 5px rgba(0, 0, 0, 0.9);
}

.us-widget .us-widget-panel {
    width: 130px;
    background-color: #f0f0f0;
    border-radius: 3px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    /* remove this line to have a smother border on top */
}

.us-widget .us-widget-panel .us-widget-panel-header {
    cursor: move;
    height: 35px;
    background: #444444;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c3c3c), color-stop(1, #444444));
    background: -ms-linear-gradient(bottom, #3c3c3c, #444444);
    background: -moz-linear-gradient(center bottom, #3c3c3c 0%, #444444 100%);
    background: -o-linear-gradient(#444444, #3c3c3c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#3c3c3c', GradientType=0);
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #252525;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
}

.us-widget .us-widget-panel .us-widget-panel-header .us-widget-panel-header-logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 35px;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
}

.us-widget .us-widget-panel .us-widget-panel-header:hover a.cancel-button {
    opacity: .8;
}

.us-widget .us-widget-panel .us-widget-panel-header a.cancel-button {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    padding: 1px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    padding: 1px 3px;
}

.us-widget .us-widget-panel .us-widget-panel-header a.cancel-button:active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base {
    border-bottom: 1px solid rgba(117, 117, 117, 0.15);
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-button {
    color: rgba(0, 0, 0, 0.95);
    background-color: #f0f0f0;
    border-top: 1px solid #ffffff;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 35px;
    font-size: 14px;
    clear: both;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-button:hover,
.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-button.hover {
    border-top: 1px solid #ebebeb;
    background-color: #cdcdcd;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-button:active {
    color: #FFF;
    border-top: 1px solid #636363;
    background-color: #444444 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-button i {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: center center;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings {
    background-color: #b5b5b5;
    border-top: 1px solid #9b9b9b;
    overflow: hidden;
    clear: both;
    position: relative;
    border-top-width: 0;
    max-height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-colorswitch {
    padding: 10px 5px;
    text-align: center;
    font-size: 0;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-colorswitch ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-colorswitch ul li {
    border: 1px solid #858585;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: border-width 0.2s ease-in-out;
    -moz-transition: border-width 0.2s ease-in-out;
    -o-transition: border-width 0.2s ease-in-out;
    transition: border-width 0.2s ease-in-out;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-colorswitch ul li:last-child {
    margin-right: 0;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-colorswitch ul li.active {
    border-width: 2px;
    border-color: #454545;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider {
    height: 40px;
    position: relative;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider .size-small,
.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider .size-big {
    border-radius: 50%;
    background-color: #2ECC71;
    position: absolute;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider .size-small {
    width: 8px;
    height: 8px;
    top: 19px;
    left: 10px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider .size-big {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider .slider {
    position: absolute;
    top: 18px;
    left: 23px;
    right: 40px;
    height: 11px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider .slider .line {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5px;
    height: 1px;
    background-color: #b3b3b3;
    box-shadow: 1px 1px 0px #f0f0f0;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-slider .slider .handle {
    width: 11px;
    height: 11px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 20%;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 0;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 25px;
    height: 25px;
    background-color: #f5f5f5;
    margin-right: 4px;
    text-align: center;
    cursor: pointer;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li span {
    border-radius: 50%;
    background-color: #2ECC71;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: 10px;
    /*this is only needed for the IE8, its the same as the nth-child(*) below*/
    /*end of IE8 code*/
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li span.n2 {
    height: 10px;
    width: 10px;
    margin-top: 7px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li span.n3 {
    height: 15px;
    width: 15px;
    margin-top: 5px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li span.n4 {
    height: 21px;
    width: 21px;
    margin-top: 2px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li:nth-child(2) span {
    height: 10px;
    width: 10px;
    margin-top: 7px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li:nth-child(3) span {
    height: 15px;
    width: 15px;
    margin-top: 5px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li:nth-child(4) span {
    height: 21px;
    width: 21px;
    margin-top: 2px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li:last-child {
    margin-right: 0;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active {
    border: 2px solid #454545;
    /*this is only needed for the IE8, its the same as the nth-child(*) below*/
    /*end of IE8 code*/
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active span.n1 {
    margin-top: 8px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active span.n2 {
    margin-top: 5px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active span.n3 {
    margin-top: 3px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active span.n4 {
    margin-top: 0px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active:nth-child(1) span {
    margin-top: 8px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active:nth-child(2) span {
    margin-top: 5px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active:nth-child(3) span {
    margin-top: 3px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base .us-widget-panel-tool-settings .us-widget-panel-tool-sizeswitch ul li.active:nth-child(4) span {
    margin-top: 0px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base.active {
    border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}

.us-widget .us-widget-panel .us-widget-panel-tool-base.active .us-widget-panel-tool-button {
    border-top: 1px solid #adadad;
    background-color: #8e8e8e;
    color: black;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base.active .us-widget-panel-tool-settings {
    max-height: 120px;
    border-top-width: 1px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base[data-tool="highlight"] .us-widget-panel-tool-button i {
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -0px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base[data-tool="annotate"] .us-widget-panel-tool-button i {
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -35px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base[data-tool="draw"] .us-widget-panel-tool-button i {
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -70px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base[data-tool="text"] .us-widget-panel-tool-button i {
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -105px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base[data-tool="blackout"] .us-widget-panel-tool-button i {
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -140px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base[data-tool="arrow"] .us-widget-panel-tool-button i {
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -175px;
}

.us-widget .us-widget-panel .us-widget-panel-tool-base[data-tool="pixelruler"] .us-widget-panel-tool-button i {
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -210px;
}

.us-feedbackform {
    position: fixed;
    bottom: 0px;
    right: 50px;
    width: 350px;
    background-color: #f0f0f0;
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
    z-index: 2147483637;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.us-feedbackform.hideui {
    display: none !important;
}

.us-feedbackform.us-transparent {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.us-feedbackform .us-feedbackform-header {
    font-family: 'Roboto', sans-serif;
    height: 35px;
    background: #444444;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c3c3c), color-stop(1, #444444));
    background: -ms-linear-gradient(bottom, #3c3c3c, #444444);
    background: -moz-linear-gradient(center bottom, #3c3c3c 0%, #444444 100%);
    background: -o-linear-gradient(#444444, #3c3c3c);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#3c3c3c', GradientType=0);
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #252525;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
    color: white;
    line-height: 35px;
    font-size: 15.90909091px;
    font-weight: 300;
    padding-left: 10px;
    overflow: hidden;
}

.us-feedbackform .us-feedbackform-header a.size-button {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(255, 255, 255, 0.46);
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    border-radius: 3px;
    font-size: 9px;
    padding: 1px 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 16px;
    text-align: center;
}

.us-feedbackform .us-feedbackform-header a.size-button:hover {
    background-color: rgba(255, 255, 255, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.66);
}

.us-feedbackform .us-feedbackform-header a.size-button:active {
    background-color: rgba(255, 255, 255, 0.51);
    border: 1px solid rgba(255, 255, 255, 0.86);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.us-feedbackform .us-feedbackform-header a.size-button.maximize {
    opacity: 0;
    pointer-events: none;
    padding: 3px 0px;
    font-size: 0;
}

.us-feedbackform .us-feedbackform-header a.size-button.maximize span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -245px;
}

.us-feedbackform .us-feedbackform-header a.size-button.help {
    right: 45px;
}

.us-feedbackform .us-feedbackform-header a.size-button.minimize {
    right: 25px;
}

.us-feedbackform .us-feedbackform-header a.size-button.maximize {
    right: 25px;
}

.us-feedbackform .us-feedbackform-content {
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-height: 400px;
}

.us-feedbackform .us-feedbackform-content input[type="email"],
.us-feedbackform .us-feedbackform-content input[type="text"],
.us-feedbackform .us-feedbackform-content textarea,
.us-feedbackform .us-feedbackform-content div.textarea,
.us-feedbackform .us-feedbackform-content .us-checkbox {
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    width: 100%;
    font-size: 13px;
    line-height: 33px \9;
    padding: 0 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
}

.us-feedbackform .us-feedbackform-content input[type="email"]:focus,
.us-feedbackform .us-feedbackform-content input[type="text"]:focus,
.us-feedbackform .us-feedbackform-content textarea:focus,
.us-feedbackform .us-feedbackform-content div.textarea:focus,
.us-feedbackform .us-feedbackform-content .us-checkbox:focus {
    outline: none;
    border: 1px solid #444444;
}

.us-feedbackform .us-feedbackform-content .us-checkbox {
    display: block;
    line-height: 33px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.us-feedbackform .us-feedbackform-content .us-checkbox input[type="checkbox"] {
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

.us-feedbackform .us-feedbackform-content .us-label {
    display: block;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 14.3px;
    line-height: 34.3px \9;
}

.us-feedbackform .us-feedbackform-content input:not([type='checkbox']),
.us-feedbackform .us-feedbackform-content select {
    height: 33px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.us-feedbackform .us-feedbackform-content textarea,
.us-feedbackform .us-feedbackform-content div.textarea {
    font-family: 'Roboto', sans-serif;
    resize: vertical;
    line-height: normal;
    padding: 10px;
    min-height: 100px;
    max-height: 300px;
    margin-bottom: 2px;
    margin-top: 0px;
    display: block;
}

.us-feedbackform .us-feedbackform-content.hidden {
    max-height: 0px;
    padding: 0 10px;
}

.us-feedbackform .us-feedbackform-footer {
    padding: 0 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    max-height: 60px;
    overflow: hidden;
}

.us-feedbackform .us-feedbackform-footer.hidden {
    max-height: 0px;
    padding: 0 10px;
}

.us-feedbackform.hidden .us-feedbackform-footer,
.us-feedbackform.hidden .us-feedbackform-content {
    max-height: 0px;
    padding: 0 10px;
}

.us-feedbackform.hidden .us-btn-menubar {
    right: 4px;
    opacity: 1;
}

.us-feedbackform.hidden .us-feedbackform-header a.size-button.help {
    opacity: 1;
    pointer-events: all;
}

.us-feedbackform.hidden .us-feedbackform-header a.size-button.minimize {
    opacity: 0;
    pointer-events: none;
}

.us-feedbackform.hidden .us-feedbackform-header a.size-button.maximize {
    opacity: 1;
    pointer-events: all;
}

.us-feedbackform.start .us-btn-menubar {
    right: 50px;
    opacity: 0;
}

.us-btn {
    font-family: 'Roboto', sans-serif;
    background-color: #444444;
    cursor: pointer;
    color: white;
    display: inline-block;
    border-radius: 3px;
    border-bottom: 2px solid #3c3c3c;
    border-top: 0px solid #3c3c3c;
    line-height: 35px;
    font-size: 14px;
    padding: 0 35px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-left: 5px;
}

.us-btn:hover {
    background-color: #2b2b2b;
    border-bottom: 2px solid #232323;
}

.us-btn:active {
    background-color: #2b2b2b;
    border-bottom-width: 0px;
    border-top: 2px solid #232323;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.us-btn.us-btn-sec {
    color: #fff;
    background-color: #888;
    border-bottom: 2px solid #808080;
    border-top: 0px solid #808080;
}

.us-btn.us-btn-sec:hover {
    background-color: #6f6f6f;
    border-bottom: 2px solid #676767;
}

.us-btn.us-btn-sec:active {
    background-color: #6f6f6f;
    border-top: 2px solid #676767;
    border-bottom-width: 0px;
}

.us-btn.us-btn-left {
    float: left;
}

.us-btn.us-btn-thin {
    padding: 0 28px;
}

.us-btn.us-btn-menubar {
    border-bottom-width: 0px;
    padding: 0 28px;
    line-height: 28px;
    position: absolute;
    top: 4px;
    right: -150px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition-delay: 0.5s;
}

.us-btn.us-btn-small {
    line-height: 23.33333333px;
    font-size: 11.66666667px;
    padding: 0 23.33333333px;
    font-weight: normal;
    border-radius: 2.25px;
    border-left: none;
    border-right: none;
}

.us-interactivehighlight {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    z-index: 2147483538;
}

.us-interactivehighlight .badge {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    -o-transform: translateX(50%) translateY(-50%);
    border-radius: 50%;
    background-color: #444444;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border: 0px solid white;
    width: 40px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
}

.us-interactivehighlight .badge .comment-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -253px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-weight: lighter;
}

.us-interactivehighlight .badge .plusminus {
    width: 60%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.us-interactivehighlight .badge .plusminus.second {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.4, 0.4);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.4, 0.4);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.4, 0.4);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.4, 0.4);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg) scale(0.4, 0.4);
}

.us-interactivehighlight .badge:hover {
    width: 50px;
    height: 50px;
    border: 3px solid white;
}

.us-interactivehighlight .badge:hover .comment-count {
    transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    opacity: 0;
}

.us-interactivehighlight .badge:hover .plusminus {
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

.us-interactivehighlight .badge:hover .plusminus.second {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.us-interactivehighlight.hover .badge {
    width: 50px;
    height: 50px;
    border: 3px solid white;
}

.us-interactivehighlight.hover .badge .comment-count {
    transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.4, 1.4);
    opacity: 0;
}

.us-interactivehighlight.hover .badge .plusminus {
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

.us-interactivehighlight.hover .badge .plusminus.second {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.us-interactivehighlight .comments {
    position: absolute;
    width: 250px;
    background-color: #f0f0f0;
    border-radius: 3px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.us-interactivehighlight .comments.bottomright {
    top: 0px;
    left: 0px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.us-interactivehighlight .comments.bottomleft {
    top: 0px;
    right: 0px;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.us-interactivehighlight .comments.bottomleft>.options {
    right: 25px;
}

.us-interactivehighlight .comments.topright {
    bottom: 0px;
    left: 0px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.us-interactivehighlight .comments.topleft {
    bottom: 0px;
    right: 0px;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
}

.us-interactivehighlight .comments>.options {
    position: absolute;
    top: 5px;
    right: 5px;
}

.us-interactivehighlight .comments>.options a {
    display: inline-block;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -999em;
    background-repeat: no-repeat;
    background-image: url(../images/icon_trash.png);
    width: 16px;
    height: 16px;
    opacity: .5;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.us-interactivehighlight .comments>.options a:hover {
    opacity: 1;
}

.us-interactivehighlight .comments>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.us-interactivehighlight .comments>ul>li {
    margin: 0;
    padding: 0;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.us-interactivehighlight .comments>ul>li.hidden {
    max-height: 0;
}

.us-interactivehighlight .comments>ul>li.hidden ul {
    opacity: 0;
}

.us-interactivehighlight .comments>ul>li ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid rgba(117, 117, 117, 0.15);
    border-top: 1px solid #ffffff;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.us-interactivehighlight .comments>ul>li ul li {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    color: rgba(0, 0, 0, 0.95);
}

.us-interactivehighlight .comments>ul>li ul li.image {
    padding-left: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}

.us-interactivehighlight .comments>ul>li ul li.image div.ano {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -283px;
}

.us-interactivehighlight .comments>ul>li ul li.image img {
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.us-interactivehighlight .comments>ul>li ul li.name {
    padding-top: 3px;
    font-size: 14px;
    line-height: 13px;
}

.us-interactivehighlight .comments>ul>li ul li.name .email {
    color: rgba(0, 0, 0, 0.7);
    font-weight: lighter;
    font-size: 10px;
    display: none;
}

.us-interactivehighlight .comments>ul>li ul li.name .email:before {
    content: ' | ';
    font-weight: lighter;
    font-size: 14px;
}

.us-interactivehighlight .comments>ul>li ul li.time {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.us-interactivehighlight .comments>ul>li ul li.text {
    padding-top: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.us-interactivehighlight .comments>ul>li ul li.text.comment {
    text-align: right;
}

.us-interactivehighlight .comments>ul>li ul li.text textarea,
.us-interactivehighlight .comments>ul>li ul li.text div.textarea {
    text-align: left;
    border-radius: 3px;
    /*border:1px solid darken(white, @widget-panel-darkness-level + @widget-sepeator-intensity*2);*/
    border: 1px solid #f0f0f0;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    /*background-color: darken(white, @widget-panel-darkness-level - 10);*/
    background-color: #f0f0f0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    min-height: 40px;
    max-height: 300px;
    overflow-y: auto;
    resize: none;
}

.us-interactivehighlight .comments>ul>li ul li.text textarea:focus,
.us-interactivehighlight .comments>ul>li ul li.text div.textarea:focus {
    outline: none;
    border: 1px solid #444444;
    background-color: #ffffff;
}

.us-interactivehighlight .comments>ul>li ul li.text textarea *,
.us-interactivehighlight .comments>ul>li ul li.text div.textarea * {
    padding: 0px;
    margin: 0px;
}

.us-interactivehighlight .comments>ul>li:first-child ul {
    border-top: none;
}

.us-interactivehighlight .comments>ul>li:last-child ul {
    border-bottom: none;
}

.us-interactivehighlight.open .comments {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.75, 1.18, 0.77, 1.19);
    -moz-transition: all 0.4s cubic-bezier(0.75, 1.18, 0.77, 1.19);
    -o-transition: all 0.4s cubic-bezier(0.75, 1.18, 0.77, 1.19);
    transition: all 0.4s cubic-bezier(0.75, 1.18, 0.77, 1.19);
}

.us-interactivehighlight.open .badge .plusminus {
    width: 50%;
    height: 3px;
    transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.4, 0.4);
}

.us-interactivehighlight.open .badge .plusminus.second {
    transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.4, 0.4);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.4, 0.4);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.4, 0.4);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.4, 0.4);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.4, 0.4);
}

.us-interactivehighlight.open.hover .plusminus,
.us-interactivehighlight.open .badge:hover .plusminus {
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.us-interactivehighlight.open.hover .plusminus.second,
.us-interactivehighlight.open .badge:hover .plusminus.second {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


/* START COMBOBOX (CHOSEN)*/


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/


/* @group Base */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 2px;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #444444;
    border-top: none;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    width: 100%;
    font-size: 13px;
    line-height: 33px;
    padding: 0 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single.chosen-default span {
    padding-left: 5px;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 11px;
    right: 35px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
    border-left: 1px solid #b3b3b3;
    background-color: #e0e0e0;
    text-align: center;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 18px;
    margin-left: 10px;
    margin-top: 5px;
    height: 100%;
    background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
    background: url('../images/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    /*max-height: 240px;*/
    max-height: 120px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #444444 !important;
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #444444;
    background-color: #fff;
    cursor: text;
    /*changes by usersnap*/
    border-radius: 2px;
    border: 1px solid #BBB;
    line-height: 33px;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    /*padding: 5px 10px;*/
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    /*color: #666;*/
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 6px 0 6px 5px;
    padding: 3px 20px 3px 5px;
    /*border: 1px solid #aaa;*/
    border: 1px solid #888;
    border-radius: 3px;
    background-color: #888;
    background-clip: padding-box;
    color: white;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 3px;
    right: 2px;
    font-size: 13px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\00d7";
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    color: #444444;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.noborder .chosen-single {
    border: 1px solid transparent !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #444444 !important;
}


/* @end */


/* @group Active  */

.chosen-container-active .chosen-single {
    border: 1px solid #444444;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #444444;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    /* background: transparent;
    border-bottom: 1px solid darken(white, @widget-panel-darkness-level + @widget-sepeator-intensity*2);*/
    border-bottom-left-radius: 3px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -19px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #444444;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}


/* @end */


/* @group Right to Left */

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

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
    background: url('../images/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}


/* @end */


/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-size: 52px 37px !important;
        background-image: url('../images/chosen-sprite@2x.png');
        background-repeat: no-repeat !important;
    }
}


/* @end */


/* DG - 29/11/12 - Align single item with results. General UI Imrpovement */

.chosen-container-single .chosen-single {
    padding: 0 0 0 5px;
}


/* DG - 03/12/12 -chosenImage - position, size and indent text */

.chosenImage-container .chosen-results li {
    background-position: 6px 45%;
    background-size: auto 12px;
    padding-left: 23px;
}

.chosenImage-container .chosen-single span {
    background-position: 2px 45%;
    background-size: auto 24px;
    padding-left: 30px;
}

.chosenImage-container .chosen-single.chosen-default span {
    padding-left: 5px;
}

.chznImage-container .chzn-single span {
    background-position: 0px 45%;
    padding-left: 17px;
}

div.textarea {
    -webkit-user-select: initial;
    -moz-user-select: element;
    user-select: initial;
    word-wrap: break-word;
}

.us_sandbox_html {
    overflow: hidden;
    margin: 0;
}

.us_sandbox_body {
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.us_sandbox_body.no_screenshot .us-svg-paint,
.us_sandbox_body.no_screenshot .us-note-editor,
.us_sandbox_body.no_screenshot .us-widget,
.us_sandbox_body.no_screenshot .us-interactivehighlight {
    display: none;
}

.us_sandbox_body.no_screenshot .us-svg-nopaint {
    display: block;
}

.us-svg-paint {
    position: absolute;
    cursor: crosshair;
    z-index: 2147483438;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.us-svg-nopaint {
    position: absolute;
    z-index: 2147483438;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #666;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.us-note-editor {
    position: absolute;
    display: none;
    z-index: 2147483638;
    width: 210px;
    height: 190px;
    margin: 10px;
}

.us-note-editor textarea,
.us-note-editor div.textarea {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 0px;
}

.us-dialogbox-base {
    display: none;
    position: absolute;
    z-index: 2147483638;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.47);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#77000000, endColorstr=#77000000);
    zoom: 1;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

.us-dialogbox-base.hideui {
    display: none !important;
}

.us-dialogbox-base .us-dialogbox-content {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -102.5px 0 0 -275px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
    width: 550px;
    height: 205px;
    box-shadow: 0px 0px 11px black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header {
    font-size: 35px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 53px;
    padding: 15px;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.success {
    color: #27ae60;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.success:before {
    display: inline-block;
    width: 53px;
    height: 53px;
    content: " ";
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -313px;
    vertical-align: middle;
    padding-right: 15px;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.warning {
    color: #f39c12;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.warning:before {
    display: inline-block;
    width: 53px;
    height: 53px;
    content: " ";
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -366px;
    vertical-align: middle;
    padding-right: 15px;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.error {
    color: #c0392b;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.error:before {
    display: inline-block;
    width: 53px;
    height: 53px;
    content: " ";
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -419px;
    vertical-align: middle;
    padding-right: 15px;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.question {
    color: #f39c12;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-header.question:before {
    display: inline-block;
    width: 53px;
    height: 53px;
    content: " ";
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -472px;
    vertical-align: middle;
    padding-right: 15px;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-text {
    padding: 15px;
    background-color: #ecf0f1;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-text a.help {
    text-decoration: none;
    color: #9C9C9C;
    font-size: 10px;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-text a.help:hover {
    color: #767676;
    text-decoration: underline;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-footer {
    text-align: left;
    padding: 15px;
    vertical-align: middle;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    font-weight: 300;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-footer div.buttons {
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-footer div.buttons>a {
    vertical-align: top;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-progress {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 55px 20px;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    color: #444444;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-progress b {
    font-weight: 300;
    display: block;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-progress .progress-bkg {
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
    height: 15px;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-progress .progress-bkg .progress-percentage {
    height: 100%;
    width: 0%;
    background-color: #444444;
    border-radius: 10px;
}

.us-dialogbox-base .us-dialogbox-content.finished {
    width: 300px;
    height: 230px;
    margin: -115px 0 0 -150px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-finished {
    padding-top: 15px;
    text-align: center;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-finished b {
    color: #27ae60;
    font-size: 35px;
    font-weight: 300;
    display: block;
    position: relative;
}

.us-dialogbox-base .us-dialogbox-content .us-dialogbox-finished b:before {
    position: relative;
    display: inline-block;
    width: 133px;
    height: 133px;
    margin: 8px 70px 10px;
    content: " ";
    background-repeat: no-repeat;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -525px;
}

.us-dialogbox-base.finished.hide {
    opacity: 0;
}

.us-dialogbox-base.finished.hide .us-dialogbox-content.finished {
    opacity: 0;
}

.us-guide {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
    border-radius: 3px;
    display: none;
    padding: 20px 20px 20px 20px;
    width: 220px;
    position: absolute;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
    color: black;
    font-weight: 300;
    font-size: 13px;
    z-index: 2147483638;
    transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    /*added by JT*/
    /*images for guided tour*/
    /* eof jt code*/
}

.us-guide.start {
    display: none;
}

.us-guide.show {
    opacity: 1;
    display: inline-block;
    /*.transform(translateX(0px)) !important;*/
}

.us-guide.right {
    transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.us-guide.right:before {
    display: block;
    position: absolute;
    left: auto;
    right: -5px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: ' ';
    border-right: 0;
    border-left: 5px solid #f0f0f0;
}

.us-guide.bottom:before {
    display: block;
    position: absolute;
    top: auto;
    bottom: -5px;
    left: auto;
    right: 10px;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: ' ';
    border-bottom: 0;
    border-top: 5px solid #f0f0f0;
}

.us-guide p {
    margin: 0;
    padding: 0;
}

.us-guide:before {
    display: block;
    position: absolute;
    left: -5px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: ' ';
    border-right: 5px solid #f0f0f0;
}

.us-guide:hover a.cancel-button {
    opacity: .8;
}

.us-guide a.cancel-button {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    padding: 1px 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: .0;
}

.us-guide a.cancel-button:hover {
    opacity: .8;
}

.us-guide a.cancel-button:active {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.us-guide .start-box {
    text-align: center;
}

.us-guide .start-box p {
    padding-top: 8px;
    font-size: 16px;
    /*&:first-line {
                                  font-weight:bold;
                          }
                          
                          &.nofirst {
                                  &:first-line {
                                          font-weight: normal !important;
                                  }
                          }*/
}

.us-guide .start-box p.head {
    font-weight: bold;
}

.us-guide .start-box .us-fin {
    width: 75px;
    height: 50px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -658px;
    margin-left: auto;
    margin-right: auto;
}

.us-guide .start-box .us-logo {
    width: 200px;
    height: 55px;
    background-image: url('../images/GTrack-203x56.png');
    background-position: 0 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.us-guide .start-box .footer-line {
    padding-top: 15px;
    display: none;
}

.us-guide .start-box .footer-line .text {
    font-size: 10px;
    float: left;
    padding-top: 4px;
    margin-right: 10px;
    line-height: 10px;
    color: #9c9c9c;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid transparent;
}

.us-guide .start-box .footer-line .text:hover {
    color: #767676;
    border-bottom-color: #767676;
}

.us-guide .start-box .footer-line .fb-btn {
    float: right;
    display: block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -764px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: .7;
}

.us-guide .start-box .footer-line .fb-btn:hover {
    opacity: 1;
}

.us-guide .start-box .footer-line .fb-btn:active {
    margin-top: 1px;
    margin-bottom: -1px;
}

.us-guide .start-box .footer-line .tw-btn {
    float: right;
    display: block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -783px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: .7;
}

.us-guide .start-box .footer-line .tw-btn:hover {
    opacity: 1;
}

.us-guide .start-box .footer-line .tw-btn:active {
    margin-top: 1px;
    margin-bottom: -1px;
}

.us-guide h3 {
    color: #424242;
    font-weight: normal;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.us-guide p.first {
    margin-top: 20px;
}

.us-guide .img-base {
    margin-top: 5px;
    border: 2px solid #444444;
    position: relative;
    left: -2px;
}

.us-guide .img-base.center {
    margin-right: auto;
    margin-left: auto;
}

.us-guide .img-base.highlight {
    width: 220px;
    height: 67px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -802px;
}

.us-guide .img-base.blackout {
    width: 220px;
    height: 63px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -869px;
}

.us-guide .img-base.pen0 {
    width: 220px;
    height: 67px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -932px;
}

.us-guide .img-base.pen1 {
    width: 220px;
    height: 67px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -999px;
}

.us-guide .img-base.pen2 {
    display: none;
    width: 98px;
    height: 51px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -1066px;
}

.us-guide .img-base.note0 {
    width: 220px;
    height: 186px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -1117px;
}

.us-guide .img-base.note1 {
    display: none;
    width: 59px;
    height: 13px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -1303px;
}

.us-guide .img-base.arrow0 {
    width: 220px;
    height: 101px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -1316px;
}

.us-guide .img-base.arrow1 {
    display: none;
    width: 59px;
    height: 13px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -1417px;
}

.us-guide .img-base.pixelruler0 {
    width: 220px;
    height: 141px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -1430px;
}

.us-guide .img-base.comment0 {
    width: 220px;
    height: 186px;
    background-image: url('../images/sprite.png?662f65bf5fa22700ca26cd50b96388ea');
    background-position: left -1571px;
}

.us-guide .btns {
    text-align: right;
    margin-top: 10px;
}

.us-guide .btns.center {
    text-align: center;
    display: block;
}

.us-guide .btns .us-guide-big-btn {
    display: inline-block;
    color: white;
    border-radius: 3px;
    line-height: 28px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #444444;
    border-bottom: 2px solid #3c3c3c;
    padding: 0 5px;
    font-weight: 400;
    vertical-align: middle;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.us-guide .btns .us-guide-big-btn:hover {
    background-color: #1e1e1e;
    border-bottom: 2px solid #161616;
}

.us-guide .btns .us-guide-big-btn:active {
    background-color: #1e1e1e;
    border-bottom-width: 0px;
    border-top: 2px solid #161616;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.us-guide .btns .us-guide-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 108px;
    display: inline-block;
    color: #000;
    border: 1px solid #444444;
    border-radius: 3px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    background-color: #fff;
    padding: 0 5px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.us-guide .btns .us-guide-btn.main {
    background-color: #444444;
    color: white;
}

.us-guide .btns .us-guide-btn:hover {
    color: white;
    background-color: #1e1e1e;
}

.us-guide .btns .us-guide-btn:active {
    background-color: #1e1e1e;
    color: white;
    border-bottom-width: 0px;
    border-top: 2px solid #161616;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.us-guide .btns b {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    opacity: .3;
}


/* Adcorp additional work */

header.site-header:before {
    height: 200px !important;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) !important;
}

.textured-bg.two-column {
    background-repeat: repeat !important;
}

.links-box {
    margin-top: 5rem !important;
}

.ad-teaser {
    max-height: 6.5rem;
    overflow: hidden;
}

body.home .textured-bg.two-column .container .side-left {
    -webkit-box-flex: 1.5 !important;
    -ms-flex: 1.5 1 8.33333% !important;
    flex: 1.5 1 8.33333% !important;
}

@media (min-width: 768px) {
    body.home .textured-bg.two-column .container .side-right {
        height: 385px !important;
    }
    body.home .textured-bg.two-column .container .side-left {
        padding-right: 2rem !important;
    }
}

body.home .image_slider .slick-slide {
    width: 33.33333% !important;
}

@media screen and (max-width: 1260px) {
    body.home .textured-bg.two-column .container {
        display: block !important;
    }
    body.home .textured-bg.two-column .container .side-left {
        display: block !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
        flex: none !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding-right: 5px !important;
        padding-top: 32px !important;
    }
    body.home .textured-bg.two-column .container .side-right {
        display: block !important;
    }
    body.home .textured-bg.two-column .container .side-right:after {
        display: none !important;
    }
    body.home .textured-bg.two-column:after {
        width: 100% !important;
        height: 101% !important;
    }
}