/**
 * Headline
 ====================================================*/
.isc-headline {
    text-align: center;
}
.isc-headline .isc-headline-deco,
.isc-headline .isc-headline-p,
.isc-headline strong {
    display: inline-block;
}
.isc-headline p {
    margin: 0;
}
.isc-headline strong {
    text-shadow: 0 1px 0 rgba( 0, 0, 0, 0.4 );
}

/** Style 1, Size L **/
.bgsize-l[class*="bghl1"] * {
    line-height: 52px!important;
}
.bgsize-l[class*="bghl1"] .isc-headline-deco {
    padding-left: 54px;
}
.bgsize-l[class*="bghl1"] p {
    padding-right: 62px;
}

/** Style 1, Size M **/
.bgsize-m[class*="bghl1"] * {
    height: 38px;
    line-height: 38px!important;
}
.bgsize-m[class*="bghl1"] .isc-headline-deco {
    padding-left: 38px;
}
.bgsize-m[class*="bghl1"] p {
    padding-right: 37px;
}

/** Style 1, Size S **/
.bgsize-s[class*="bghl1"] * {
    height: 38px;
    line-height: 38px!important;
}
.bgsize-s[class*="bghl1"] .isc-headline-deco {
    padding-left: 25px;
}
.bgsize-s[class*="bghl1"] p {
    padding-right: 25px;
}

[class*="bghl1"] .isc-headline-deco {
    background-repeat: no-repeat;
    background-position: left center;
}
[class*="bghl1"] p {
    background-repeat: no-repeat;
    background-position: right center;
}
[class*="bghl1"] strong {
    background-repeat: repeat-x;
    background-position: center center;
}
 
/**
 * Heading
 ====================================================*/
.isc-heading.isc-align-left   { text-align: left; }
.isc-heading.isc-align-right  { text-align: right; }
.isc-heading.isc-align-center { text-align: center; }

/** Style 1 **/
.isc-heading.isc-style-1 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1px;
    margin-bottom: 10px;
}
.isc-heading.isc-style-1 .isc-heading-deco {
    border-bottom: 4px solid #dbdbdb;
    padding-bottom: 5px;
}
.isc-heading h1,
.isc-heading h2,
.isc-heading h3,
.isc-heading h4,
.isc-heading h5,
.isc-heading h6 {
    margin-bottom: 0;
}

/** Style 2 **/
.isc-heading.isc-style-2 {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 1px 0 1px;
    margin: 15px 0 10px;
}
.isc-heading.isc-style-2 .isc-heading-deco {
    border-bottom: 4px solid #dbdbdb;
    border-top: 4px solid #dbdbdb;
    padding: 10px 0 10px;
}
.isc-heading.isc-style-2 h1,
.isc-heading.isc-style-2 h2,
.isc-heading.isc-style-2 h3,
.isc-heading.isc-style-2 h4,
.isc-heading.isc-style-2 h5,
.isc-heading.isc-style-2 h6 {
    margin-top: 0;
}

 
/**
 * Tabs
 ====================================================*/
.isc-tabs {
    margin: 20px 0;
}
.isc-tabs.isc-style-1 .isc-tab-menu li,
.isc-tabs.isc-style-1 .isc-tab-menu a {
    display: inline-block;
    margin: 0;
}
.isc-tabs.isc-style-1 .isc-tab-menu li {
    position: relative;
}
.isc-tabs.isc-style-1 .isc-tab-menu ul {
    padding: 0;
    height: 40px;
    background-repeat: repeat-x;
    background-color: #222222;
}
.isc-tabs.isc-style-1 .isc-tab-menu a {
    font-size: 12px;
    font-weight: bold;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
    position: relative;
    color: #ffffff;
}
.isc-tabs.isc-style-1 .isc-tab-menu a:hover,
.isc-tabs.isc-style-1 .isc-tab-menu .active a {
    background-color: #3763b3;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.isc-tabs.isc-style-1 .isc-tab-menu .active a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #3763b3;
    position: absolute;
    top: 40px;
    left: 40%;
}

 
/**
 * Accordian
 ====================================================*/
.isc-accordian {
    margin: 20px 0;
}
.isc-accordian dl {
    margin: 0;
}

/** Style 1 **/
.isc-accordian.isc-style-1 dt {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cdcdcd;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #f6f6f6, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #e6e6e6);
    background-image: -o-linear-gradient(top, #f6f6f6, #e6e6e6);
    background-image: linear-gradient(to bottom, #f6f6f6, #e6e6e6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    margin-bottom: 4px;
}
.isc-accordian.isc-style-1 dt:hover {
    cursor: pointer;
    border-color: #bbbbbb;
}
.isc-accordian.isc-style-1 dt.active,
.isc-accordian.isc-style-1 dt:active {
    background-color: #e6e6e6;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
       -moz-box-shadow: inset 0 1px 0 #e6e6e6;
            box-shadow: inset 0 1px 0 #e6e6e6;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.isc-accordian.isc-style-1 dt .isc-toggle {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    right: 12px;
    background: url( "../img/arrow.png" ) no-repeat -8px 0;
}
.isc-accordian.isc-style-1 dt.active .isc-toggle {
    background-position: 0 0;
}
.isc-accordian.isc-style-1 dd {
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
}

 
/**
 * Spoiler
 ====================================================*/
.isc-spoiler {
    margin: 20px 0;
}
.isc-spoiler .isc-spoiler-title {
    position: relative;
}

/** Style 1 **/
.isc-spoiler.isc-style-1 .isc-spoiler-title h3 {
    margin: 0;
    font-size: 14px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cdcdcd;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #f6f6f6, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #e6e6e6);
    background-image: -o-linear-gradient(top, #f6f6f6, #e6e6e6);
    background-image: linear-gradient(to bottom, #f6f6f6, #e6e6e6);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    position: relative;
}
.isc-spoiler.isc-style-1 .isc-spoiler-title h3:hover {
    cursor: pointer;
    border-color: #bbbbbb;
}
.isc-spoiler.isc-style-1.open .isc-spoiler-title h3,
.isc-spoiler.isc-style-1 .isc-spoiler-title h3:active {
    background-color: #e6e6e6;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
       -moz-box-shadow: inset 0 1px 0 #e6e6e6;
            box-shadow: inset 0 1px 0 #e6e6e6;
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.isc-spoiler.isc-style-1 .isc-spoiler-title .isc-toggle {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    right: 12px;
    background: url( "../img/plusminus.png" ) no-repeat 0 0;
}
.isc-spoiler.isc-style-1.open .isc-spoiler-title .isc-toggle {
    background-position: -8px 0;
}
.isc-spoiler.isc-style-1 .isc-spoiler-content {
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    border-top: 0 none;
}

 
/**
 * Frame
 ====================================================*/
/** Style 1 **/
.isc-frame.isc-style-1.isc-align-left img { float: left; }
.isc-frame.isc-style-1.isc-align-right img { float: right; }
.isc-frame.isc-style-1.isc-align-center img { margin: 0 auto; }
.isc-frame.isc-style-1 img {
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

 
/**
 * Box
 ====================================================*/
/** Style 1 **/
.isc-box.isc-style-1 .isc-box-title {
    padding: 8px 12px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.isc-box.isc-style-1 .isc-box-title h3 {
    margin: 0;
}
.isc-box.isc-style-1 .isc-box-content {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 12px;
}
.isc-box.isc-style-1 .isc-box-content p {
    margin: 0;
}

 
/**
 * Note
 ====================================================*/
/** Style 1 **/
.isc-note .isc-note-deco {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 10px;
}
.isc-note .isc-note-deco * {
    margin-bottom: 0;
}


 
/**
 * Message
 ====================================================*/
/** Style 1 **/
.isc-message .isc-message-deco {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 10px;
    border: 1px solid #cecece;
    background-color: #efefef;
    margin: 16px 0;
    text-shadow: 0 1px 0 rgba( 255,255,255,0.6);
}
.isc-message .isc-message-deco p {
    margin-bottom: 0;
}

/** Info **/
.isc-message.isc-style-info .isc-message-deco {
    color: #216F93;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.isc-message.isc-style-success .isc-message-deco {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.isc-message.isc-style-warning .isc-message-deco {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #B88A3A;
}
.isc-message.isc-style-error .isc-message-deco {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}



/**
 * Quote
 ====================================================*/
/** Style 1 **/
.isc-quote blockquote {
    margin: 0;
    padding: 0;
    padding-left: 36px;
    background: url( "../img/quote.png" ) no-repeat 0 5px;
    font-style: italic;
}



/**
 * Pullquote
 ====================================================*/
/** Style 1 **/
.isc-pullquote blockquote {
    margin: 0;
    padding: 0;
    padding-left: 36px;
    background: url( "../img/quote.png" ) no-repeat 0 5px;
    font-style: italic;
    width: 45%;
    margin-bottom: 12px;
}
.isc-pullquote.isc-align-left blockquote {
    float: left;
    margin-right: 12px;
}
.isc-pullquote.isc-align-right blockquote {
    float: right;
    margin-left: 12px;
}
.isc-pullquote.isc-align-center blockquote {
    text-align: center;
}



/**
 * Testimony
 ====================================================*/
/** Style 1 **/
.isc-testimony {
    margin: 15px 0;
}
.isc-testimony blockquote {
    margin: 0;
    padding: 0;
    font-style: normal;
}
.isc-testimony blockquote p {
    margin: 0;
}
.isc-testimony.isc-style-1 .isc-testimony-content {
    border: 1px solid #cecece;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 10px;
    position: relative;
}
.isc-testimony.isc-style-1 .isc-testimony-author {
    font-size: 1.2em;
    margin: 0 0 18px 10px;
}
.isc-testimony.isc-style-1 .isc-testimony-content:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    top: -20px;
    left: 4%;
}



/**
 * Service
 ====================================================*/
.isc-service {
    margin: 20px 0;
}
.isc-service .isc-service-icon {
    float: left;
    width: 68px;
    margin-right: 20px;
}
.isc-service .isc-service-icon img {
    width: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.isc-service .isc-service-main {
    margin-left: 98px;
}
.isc-service .isc-service-main h3 {
    clear: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: capitalize;
}



/**
 * Dropcap
 ====================================================*/
.isc-dropcap {
    display: inline-block;
    margin: 0 5px 5px 0;
}
/** Style 1 **/
.isc-dropcap.isc-style-1  {
    background-color: #222222;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    text-align: center;
}
.isc-dropcap.isc-style-1.isc-size-small {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.isc-dropcap.isc-style-1.isc-size-medium {
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.isc-dropcap.isc-style-1.isc-size-large {
    font-size: 30px;
    height: 42px;
    line-height: 42px;
    width: 42px;
}



/**
 * Fancylink
 ====================================================*/
.isc-fancylink.isc-style-1 a {
    text-decoration: none;
}
.isc-fancylink.isc-style-1 a:after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2em;
}
.isc-fancylink.isc-style-1 a:hover {
    text-decoration: underline;
}



/**
 * List
 ====================================================*/
.isc-list li {
    list-style: none;
    clear: both;
    margin-bottom: 6px;
}
.isc-list li i {
    float: left;
    font-size: 0.8em;
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.isc-list li .li-text {
    display: block;
    margin-left: 20px;
}


/**
 * Gmap
 ====================================================*/
.isc-gmap {
    margin: 20px 0;
}


/**
 * Slider
 ====================================================*/
.isc-slider li {
    margin: 0;
    list-style: none;
}
.isc-slider img {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.isc-slider .flexslider {
    border-width: 6px;
}


/**
 * Definition List
 ====================================================*/
.isc-dlist.isc-style-1 dl {
    margin: 0 12px;
}
.isc-dlist.isc-style-1 dt {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    border-left: 4px solid #cecece;
    padding-left: 10px;
}
.isc-dlist.isc-style-1 dd {
    margin-bottom: 20px;
}



 
/**
 * Devider
 ====================================================*/
/** Style 1 **/
.isc-devider.isc-style-1 {
    padding-bottom: 1px;
    border-bottom: 1px solid #cecece;
    margin: 20px 0;
    position: relative;
}
.isc-devider.isc-style-1 hr {
    margin: 0;
    border-bottom: 1px solid #cecece;
    background-color: transparent;
}
.isc-devider-top {
    display: inline-block;
    text-align: right;
    padding: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -20px;
    right: 0;
    font-weight: bold;
    color: #999;
    text-decoration: none;
}
.isc-devider-top:hover {
    color: #333;
}



/**
 * Column
 ====================================================*/
.isc-column.isc-last:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.isc-column {
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}
.isc-column.isc-last {
    margin-right: 0;
}
/** 1/2 Column **/
.isc-column.isc-span12 {
    width: 49%;
}
/** 1/3 Column **/
.isc-column.isc-span13 {
    width: 32%;
}
/** 2/3 Column **/
.isc-column.isc-span23 {
    width: 64%;
}
/** 1/4 Column **/
.isc-column.isc-span14 {
    width: 23.5%;
}
/** 3/4 Column **/
.isc-column.isc-span34 {
    width: 74.5%;
}
/** 1/5 Column **/
.isc-column.isc-span15 {
    width: 18.4%;
}
/** 2/5 Column **/
.isc-column.isc-span25 {
    width: 38.8%;
}
/** 3/5 Column **/
.isc-column.isc-span35 {
    width: 59.2%;
}
/** 4/5 Column **/
.isc-column.isc-span45 {
    width: 79.6%;
}

 
/**
 * Highlight
 ====================================================*/
/** Style 1 **/
.isc-highlight {
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
    padding: 0 8px;
}

 
/**
 * Label
 ====================================================*/
.isc-label {
    display: inline-block;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 0 6px;
    margin: 2px 2px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
/** Default **/
.isc-label.isc-style-default {
    background-color: #999999;
}
/** Info **/
.isc-label.isc-style-info {
    background-color: #3a87ad;
}
/** Warning **/
.isc-label.isc-style-warning {
    background-color: #f89406;
}
/** Success **/
.isc-label.isc-style-success {
    background-color: #468847;
}
/** Error **/
.isc-label.isc-style-error {
    background-color: #b94a48;
}
/** Inverse **/
.isc-label.isc-style-inverse {
    background-color: #333333;
}


 
/**
 * Button
 ====================================================*/

.isc-button {
    display: inline-block;
    *display: inline;
}
.isc-button a {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    margin: 0 8px 6px 0;
}

.isc-button a:hover,
.isc-button a:focus,
.isc-button a:active {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.isc-button a:active {
    background-color: #cccccc \9;
}

.isc-button a:first-child {
    *margin-left: 0;
}

.isc-button a:hover,
.isc-button a:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
       -moz-transition: background-position 0.1s linear;
         -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
}

.isc-button a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.isc-button a:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/** Size **/
.isc-button .isc-size-mini {
    padding: 0 6px;
    font-size: 10.5px;
}
.isc-button .isc-size-small {
    padding: 2px 10px;
    font-size: 11.9px;
}
.isc-button .isc-size-large {
    padding: 8px 14px;
    font-size: 14.5px;
}
.isc-button .isc-size-verylarge {
    padding: 12px 18px;
    font-size: 16.5px;
}

/** Radius **/
.isc-button .isc-radius-5 {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.isc-button .isc-radius-10 {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.isc-button .isc-radius-15 {
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.isc-button .isc-radius-20 {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
}

/** Icon **/
.isc-button i {
    font-size: 0.9em;
    position: relative;
    top: -1px;
}
.isc-button .isc-icon-before i {
    margin-right: 8px;
}
.isc-button .isc-icon-after i {
    margin-left: 8px;
}


/** Style **/
.isc-button .isc-style-blue {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.isc-button .isc-style-blue:hover,
.isc-button .isc-style-blue:focus,
.isc-button .isc-style-blue:active {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.isc-button .isc-style-blue:active {
    background-color: #003399 \9;
}

.isc-button .isc-style-orange {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.isc-button .isc-style-orange:hover,
.isc-button .isc-style-orange:focus,
.isc-button .isc-style-orange:active {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.isc-button .isc-style-orange:active {
    background-color: #c67605 \9;
}

.isc-button .isc-style-red {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.isc-button .isc-style-red:hover,
.isc-button .isc-style-red:focus,
.isc-button .isc-style-red:active {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.isc-button .isc-style-red:active {
    background-color: #942a25 \9;
}

.isc-button .isc-style-green {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.isc-button .isc-style-green:hover,
.isc-button .isc-style-green:focus,
.isc-button .isc-style-green:active {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.isc-button .isc-style-green:active {
    background-color: #408140 \9;
}

.isc-button .isc-style-aqua {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.isc-button .isc-style-aqua:hover,
.isc-button .isc-style-aqua:focus,
.isc-button .isc-style-aqua:active {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.isc-button .isc-style-aqua:active {
    background-color: #24748c \9;
}

.isc-button .isc-style-dark {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.isc-button .isc-style-dark:hover,
.isc-button .isc-style-dark:focus,
.isc-button .isc-style-dark:active {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.isc-button .isc-style-dark:active {
    background-color: #080808 \9;
}