/* ======================================================= */
/*                      Boxes Styles                       */
/* ======================================================= */
/* Messages
---------------------------------------------------------- */
.shortcode-boxes {
    padding: 10px;
    background:  #F4F4F4;
    padding-left: 20px;
    margin-bottom: 20px;
}
.box-info {
    background: url(../images/flag.png) no-repeat center left;
    padding: 10px;
    padding-left: 45px;
}
.box-note {
    background: url(../images/document.png) no-repeat center left;
    padding: 10px;
    padding-left: 40px;
}
.box-warning {
    background: url(../images/warning.png) no-repeat center left;
    padding: 10px;
    padding-left: 40px;
}
.box-success {
    background: url(../images/tick.png) no-repeat center left;
    padding: 10px;
    padding-left: 40px;
}
.box-download {
    background: url(../images/arrow_down.png) no-repeat center left;
    padding: 10px;
    padding-left: 40px;
}
.box-exclamation {
    background: url(../images/exclamation.png) no-repeat center left;
    padding: 10px;
    padding-left: 40px;
}
.box-star {
    background: url(../images/star.png) no-repeat center left;
    padding: 10px;
    padding-left: 40px;
}
.info, .error, .notice, .success {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #bbb;
    margin-bottom: 20px;
}
.toggle_styled .toggle_title {
    border-bottom: none;
}
.toggle_styled .toggle_active, .toggle_styled .toggle_title {
    background-image: none;
    font-size: 11px;
    font-weight: bold;
}
.toggle_styled .toggle_active {
    border-bottom: 1px solid #DDDDDD;
}
.toggle_styled .toggle_content {
    padding: 10px;
}

.note.alignleft{
    margin:2px 16px 16px 2px !important;
}
.note.alignright{
    margin:2px 2px 16px 16px !important;
}
.note_content {
    padding:0 15px 20px;
}

/* ======================================================= */
/*                     Buttons Styles                      */
/* ======================================================= */
/* Button Color Scheme
---------------------------------------------------------- */
.button.black {
    background-color: #333333;
}
.button.gray {
    background-color: #666666;
}
.button.white {
    background-color: #FFFFFF;
}
.button.white span{
    color: #666666;
}
.button.red {
    background-color: #e62727;
}
.button.orange {
    background-color: #ff5c00;
}
.button.magenta {
    background-color: #A9014B;
}
.button.yellow {
    background-color: #ffb515;
}
.button.blue {
    background-color: #00ADEE;
}
.button.pink {
    background-color: #e22092;
}
.button.green {
    background-color: #91bd09;
}
.button.rosy {
    background-color: #F16C7C;
}

.button {
    padding: 10px 16px;
    background: #5E6066;
    color: #f4f4f4;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
}
.button-icon {
    padding-left: 14px;
}
.button-download {
    background: url(../images/button-icons/arrow-down.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-image {
    background: url(../images/button-icons/camera.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-document {
    background: url(../images/button-icons/document.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-email {
    background: url(../images/button-icons/email.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-link {
    background: url(../images/button-icons/link.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-star {
    background: url(../images/button-icons/star.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-tick {
    background: url(../images/button-icons/tick.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-power {
    background: url(../images/button-icons/power.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-comment {
    background: url(../images/button-icons/comment.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-picture {
    background: url(../images/button-icons/picture.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.button-video {
    background: url(../images/button-icons/video_recorder.png) no-repeat left center;
    padding-left: 30px;
    padding-bottom: 1px;
    padding-top: 1px;
}
/* ======================================================= */
/*                         Columns                         */
/* ======================================================= */
/* Basic columns
---------------------------------------------------------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.one_half {
    width: 48%;
}
.one_third {
    width: 30.6666%;
}
.two_third {
    width: 65.3332%;
}
.one_fourth {
    width: 22%;
}
.two_fourth {
    width: 48%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 79.2%;
}
.one_sixth {
    width: 13.3333%;
}
.two_sixth {
    width: 30.6666%;
}
.three_sixth {
    width: 47.9998%;
}
.four_sixth {
    width: 65.3332%;
}
.five_sixth {
    width: 82.6665%;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
    margin-right: 8.3333%;
    width: 45.8333%;
}
.one_half .one_third {
    margin-right: 8.3333%;
    width: 27.7778%;
}
.one_half .two_third {
    margin-right: 8.3333%;
    width: 63.8889%;
}
.two_third .one_third {
    margin-right: 6.1224%;
    width: 29.2517%;
}
.two_third .two_third {
    margin-right: 6.1224%;
    width: 64.6258%;
}
.two_third .one_fourth {
    margin-right: 6.1224%;
    width: 20.4082%;
}
/* ======================================================= */
/*                   Extended Typography                   */
/* ======================================================= */
/* dropcap
---------------------------------------------------------- */
.dropcap1, .dropcap2 {
    float: left;
    text-align: center;
    overflow:hidden;
}
.dropcap1 {
    background:url("../images/dropcap-bg.png") no-repeat transparent;
    color:#fff;
    line-height: 42px;
    width: 40px;
    margin:4px 8px -4px 0;
    font-size: 20px;
}
.article-image-slide {
    overflow: hidden;
}
.dropcap2 {
    background:url("../images/dropcap-bg.png") no-repeat scroll 0px 4px transparent;
    color:#fff;
    line-height: 44px;
    height:44px;
    width: 38px;
    padding:0 2px 0 0;
    margin:0 8px -4px 0;
    font-size:28px;
}
/** fix cufon position **/
.dropcap1 .cufon-canvas {
    margin-top:-4px;
}
.dropcap2 .cufon-canvas {
    margin-top:-2px;
}
/* ======================================================= */
/*                    Gallery shortcode                    */
/* ======================================================= */
.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0;
}
.gallery .gallery-image-wrap {
    overflow:hidden;
    position:relative;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 89%;
    height: auto;
    padding: 1%;
    display:block;
    margin: 0 auto;
}
.gallery-caption {
    margin-left: 0;
}

/* Image sizes depending on the number of columns */
.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/* blockquote
---------------------------------------------------------- */
blockquote { // changed for SFCF
   font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#000;
    line-height: 20px;
    padding: 10px 0px 10px 45px;
    background:url("../images/quote.png") no-repeat scroll 0px 6px transparent;
}
blockquote p {
    margin-bottom:8px;
}
blockquote.alignleft {
    margin: 10px 20px 0 0;
    width: 220px;
}
blockquote.alignright {
    margin: 10px 0 0 20px;
    width: 220px;
}
blockquote cite {
    color: #666;
    font-size: 12px;
}

/* ======================================================= */
/*                Tabs & Accordion & Toggle                */
/* ======================================================= */
/* Tabs
---------------------------------------------------------- */
.shortcode_tabs {
    margin-bottom: 20px;
}
.tabs_container {
    margin-bottom: 20px;
}
ul.tabs {
    overflow:hidden;
    border-bottom: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.tabs li {
    border: 1px solid #ddd;
    border-bottom: 0;
    display: inline;
    float: left;
    margin: 0 -1px -1px 0;
    padding: 1px;
}
ul.tabs a, h2.tab {
    display: block;
    padding: 0 10px;
    background: #f5f5f5;
    color: #666;
    padding: 5px 15px;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 14px;
    white-space: nowrap;
}
ul.tabs a:hover {
    background: #fff;
    text-decoration: none;
}
ul.tabs li a.current {
    background: #fff;
    color: #333;
    cursor: default;
}
.tabs_container .panes {
    border: 1px solid #ddd;
    border-top: 0;
    margin: 0;
    padding: 10px 15px;
    background: #fff;
}
.tabs_container .panes > div{
    display:none;
}
/* Accordion
---------------------------------------------------------- */
.accordion {
    border:1px solid #ddd;
    margin-bottom:20px;
}
.accordion .tab {
    color:#666;
    background-color:#f5f5f5;
    margin:0;
    padding:5px 15px;
    border:1px solid #fff;
    border-bottom:none;
    cursor:pointer;
    border-bottom:1px solid #ddd;
}
/* currently active header */
.accordion .tab.current {
    color:#333;
    cursor:default;
}
/* accordion pane */
.accordion .pane {
    border-bottom:1px solid #ddd;
    display:none;
    padding:10px 15px;
    overflow: hidden;
}
.accordion .tab:nth-last-child(2) {
    border-bottom:none;
}
.accordion .pane:last-child {
    border-top:none;
    border-bottom:none;
}
/* Mini Tabs
---------------------------------------------------------- */
.mini_tabs_container {
    margin-bottom: 20px;
}
ul.mini_tabs {
    overflow:hidden;
    background:url("../images/mini_tabs_border.gif") repeat-x scroll left bottom transparent;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left:10px;
}
ul.mini_tabs li {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border: 1px solid #ddd;
    border-bottom: 0;
    display: inline;
    float: left;
    margin: 0 4px 0 0;
    padding: 1px 1px 0px;
}
ul.mini_tabs a {
    display: block;
    padding: 0 10px;
    background: #f5f5f5;
    color: #666;
    padding: 2px 10px 2px;
    font-size: 12px;
    font-weight:bold;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 1px;
}
ul.mini_tabs a:hover {
    background: #fff;
    text-decoration: none;
}
ul.mini_tabs li a.current {
    background: #fff;
    color: #333;
    cursor: default;
    margin-bottom: 0px;
    padding-bottom:3px;
}
.mini_tabs_container .panes {
    margin: 0;
    padding: 10px 0px;

}
.mini_tabs_container .panes > div{
    display:none;
    overflow:hidden;
}
#footer ul.mini_tabs {
    padding-bottom:1px;
    padding-left:0;
}
#footer ul.mini_tabs li{
    border:none;
    padding:0px;
}
#footer ul.mini_tabs a {
    background: transparent;
    padding:3px 6px 2px;
}
#footer ul.mini_tabs a:hover, #footer ul.mini_tabs li a.current {
    background-color: transparent;
}
#footer ul.mini_tabs li a.current {
    background-color: rgba(255, 255, 255, 0.1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF')";
}
/* Accordion
---------------------------------------------------------- */
.accordion {
    border:1px solid #ddd;
    margin-bottom:20px;
}
.accordion .tab, .toggle_styled .toggle_title {
    color:#666;
    background-color:#f5f5f5;
    margin:0;
    padding:5px 15px;
    border:1px solid #fff;
    border-bottom:none;
    cursor:pointer;
    border-bottom:1px solid #ddd;
}
/* currently active header */
.accordion .tab.current {
    color:#333;
    cursor:default;
}
/* accordion pane */
.accordion .pane {
    display:none;
    padding:10px 15px;
    font-size:12px;
    overflow: hidden;
}
.accordion .tab:nth-last-child(2) {
    border-bottom:none;
}
.accordion .pane:last-child {

    border-bottom:none;
}
/* Toggle
---------------------------------------------------------- */
.toggle {
    position:relative;
    margin-bottom:7px;
}
.toggle_title {
    margin:0;
    padding:3px 25px 13px 0px;
    background: url("../images/toggle-bg.png") no-repeat scroll right -7px transparent;
    cursor:pointer;
    border-bottom: 1px solid #F0F0F0;
    font-size: 12px;
}
.toggle_active {
    background-position: right -44px;
}
.toggle_content {
    padding:10px 0;
    margin-top:5px;
    margin-left:5px;
    display:none;
}
.toggle_styled {
    border: 1px solid #DDDDDD;
}
.toggle_styled .toggle_title {
    border-bottom: none;
}
.toggle_styled .toggle_active, .toggle_styled .toggle_title {
    background-image: none;
    font-size: 11px;
    font-weight: bold;
}
.toggle_styled .toggle_active {
    border-bottom: 1px solid #DDDDDD;
}
.toggle_styled .toggle_content {
    padding: 10px;
}
/************ Shortcodes ***************/
/************ Tabs mini ****************/
/************ root element for tabs ****/
ul.shortcode-tabs-mini {  
    margin:0 !important; 
    padding:0;
    border-bottom: 1px solid #f4f4f4;
}

/* single tab */
ul.shortcode-tabs-mini li {  
    float:left;	 
    padding:0; 
    margin:0;  
    list-style-type:none;
    border: none;
}

/* link inside the tab. uses a background image */
ul.shortcode-tabs-mini li a, .shortcode_accordion_mini h2.tab { 
    float:left;
    display:block;
    padding:5px 10px;	
    text-decoration:none;
    background: #5E6066;
    color: #f4f4f4;
    border: none;
    margin-right: 1px;
}
.shortcode_accordion_mini {
    border: none;
}
.shortcode_accordion_mini h2.tab {
    float: none;
    border: none;
}
.shortcode_accordion_mini .pane {
    padding-left: 0px;
    padding-right: 0px;
}
ul.shortcode-tabs-mini li a:hover, .shortcode_accordion_mini h2.tab:hover {
    background: #f4f4f4;
    color: #5E6066;
}
.shortcode-tab-panes {
    padding: 10px 0;
}

/* selected tab */
ul.shortcode-tabs-mini li a.current, .shortcode_accordion_mini h2.current {
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
    color: #5E6066;
}
ul.shortcode-tabs-mini li a.current {
    border-bottom: none;
}
.shortcode_accordion_mini h2.tab {
    border-bottom: 1px solid #707070;
    margin-right: 0px;
}
.shortcode_accordion_mini h2.current, .shortcode_accordion_mini h2.tab:hover {
    border-bottom: 1px solid #ddd;
}

/* tab pane */
.shortcode-tab-panes-mini div {
    padding: 10px 0;
}
/* footer */
#footer ul.tabs li{
    padding: 0px;
    margin: 0 0 -1px 0;
}
#footer ul.tabs, #footer ul.tabs li, #footer .tabs_container .panes {
    border-color:#999;
    border-color: rgba(255, 255, 255, 0.15);
}
#footer ul.tabs a {
    background: transparent;
}
#footer ul.tabs a:hover, #footer ul.tabs li a.current {
    background-color: transparent;
}
#footer ul.tabs li a.current {
    background-color: rgba(255, 255, 255, 0.1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19FFFFFF')";
}
#footer .tabs_container .panes {
    padding: 10px 15px;
    background: transparent;
}
/* ======================================================= */
/*                         Divider                         */
/* ======================================================= */
.hr {
    position:relative;
    clear:both;
    display:block;
    padding-top:20px;
    margin-bottom:30px;
    border-bottom:1px solid #EEEEEE;
}
.divider {
    position:relative;
    clear:both;
    display:block;
    padding-top:10px;
    margin-bottom:30px;
    border-bottom:1px solid #EEEEEE;
}
.divider.top a {
    position:absolute;
    right:0;
    top:10px;
    width:20px;
    font-size:10px;
    padding:0 2px;
    text-align:right;
    text-decoration:none;
    color:#ccc;
}
.divider.top a:hover {
    font-weight: bold;
}
.divider_padding {
    position:relative;
    clear:both;
    display:block;
    padding-top:30px;
}
.divider_line {
    position:relative;
    clear:both;
    display:block;
    border-bottom:1px dotted #d2d2d2;
    margin-bottom:10px;
}
/*****************STYLED LIST AND ICONS************/
.main ul {
    list-style: none;
    margin-bottom: 20px;
}
.relative ul{
    margin-bottom: 0px;
}
.main ul li {
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}
ul.styled-list {
    list-style:none;
    margin:10px 0px;
}
ul.arrowright li {
    background: url('../images/list-icons/arrow_right_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.star li {
    background: url('../images/list-icons/star_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.plus1 li {
    background: url('../images/list-icons/plus_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.rightquote1 li {
    background: url('../images/list-icons/right_quote_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.chat2 li {
    background: url('../images/list-icons/chat_alt_stroke_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.key2 li {
    background: url('../images/list-icons/key_stroke_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.magnifying1 li {
    background: url('../images/list-icons/magnifying_glass_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.minus li {
    background: url('../images/list-icons/minus_alt_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.at li {
    background: url('../images/list-icons/at_12x12.png') no-repeat left center;
    padding-left: 20px;
}
ul.x li {
    background: url('../images/list-icons/x_alt_12x12.png') no-repeat left center;
    padding-left: 20px;
}


/* ======================================================= */
/*                Table                                    */
/* ======================================================= */
/* Tabs
---------------------------------------------------------- */
.styled-table, table {
    border: 0px;
    margin: 10px 0px;
}
.styled-table tbody, table tbody{
    background: #FFF;
}
.styled-table thead, table thead {
    padding: 5px;
    border: 1px solid #F9F9F9;
}
.styled-table tr th, table tr th {
    padding: 20px 10px;
    text-align: left;
}
.styled-table tr, table tr {

}
.styled-table tr td, table tr td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    color: #666;
}

/* ======================================================= */
/*                Color Schemes                            */
/* ======================================================= */
/* Colors
---------------------------------------------------------- */

.black {
    color: #d7d7d7 !important;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top,  #666,  #000);
}
.black .ui-accordion-content, .black .ui-accordion-header, .black .ui-tabs-panel, .black .toggle_content {
    border: 1px solid #e9e9e9;
    border-top: none;
}
.black:hover {
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    background: -moz-linear-gradient(top,  #444,  #000)
}
.black:active {
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
    background: -moz-linear-gradient(top,  #000,  #444);
}
/* gray */
.gray {
    color: #e9e9e9 !important;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
}
.gray .ui-accordion-content, .gray .ui-accordion-header, .gray .ui-tabs-panel, .gray .toggle_content {
    border-bottom: 1px dotted #d5d5d5;
}
.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
}
.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top,  #575757,  #888);
}

/* white */

.white {
    color: #606060 !important;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
}
.white .ui-accordion-content, .white .ui-accordion-header , .white .ui-tabs-panel, .white .toggle_content{
    border: 1px dotted #e9e9e9;
}
.white h5, .white .ui-accordion-header a {
    color: #606060;
}
.white:hover {
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}
.white:active {
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
}
.ui-accordion-content ul.styled-list, .ui-tabs-panel ul.styled-list {
    margin: 10px 0px;
    margin-top: 0px;
    color:#666;}
/* orange */
.orange {
    color: #fef4e9 !important;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
}
.orange .ui-accordion-content, .orange .ui-accordion-header, .orange .ui-tabs-panel, .orange .toggle_content {
    border: 1px dotted #fec15e;
}
.orange:hover {
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
}
.orange:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
}

/* red */
.red {
    color: #faddde !important;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
}
.red .ui-accordion-content, .red .ui-accordion-header, .red .ui-tabs-panel, .red .toggle_content {
    border: 1px dotted #fc888c;
}
.red:hover {
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
}
.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
}

/* blue */
.blue {
    color: #d9eef7 !important;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
}
.blue .ui-accordion-content, .blue .ui-accordion-header, .blue .ui-tabs-panel, .blue .toggle_content {
    border: 1px dotted #4ecdfc;
}
.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
}

/* rosy */
.rosy {
    color: #fae7e9 !important;
    background: #da5867;
    background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
    background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
}
.rosy .ui-accordion-content, .rosy .ui-accordion-header, .rosy .ui-tabs-panel, .rosy .toggle_content {
    border: 1px dotted #feaeb8;
}
.rosy:hover {
    background: #ba4b58;
    background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
    background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
}
.rosy:active {
    color: #dca4ab;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
    background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
}

/* green */
.green {
    color: #e8f0de !important;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
}
.green:hover {
    background: #538018 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
    background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
}
.green:active {
    color: #a9c08c !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
    background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
}
.green .ui-accordion-content, .green .ui-accordion-header, .green .ui-tabs-panel, .green .toggle_content {
    border: 1px dotted #b1d97a;
}
/* pink */
.pink {
    color: #feeef5 !important;
    background: #f895c2;
    background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
    background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
}
.pink .ui-accordion-content, .pink .ui-accordion-header, .pink .ui-tabs-panel, .pink .toggle_content {
    border-bottom: 1px dotted #fedfed;
}
.pink:hover {
    background: #d57ea5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
    background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
}
.pink:active {
    color: #f3c3d9;
    background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
    background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
}
.green .ui-accordion-content, .green .ui-accordion-header {
    border: 1px dotted #b1d97a;
}
.shortcode-entry {
    display: block;
    float: left;
    font-size: 12px;
}
.shortcode-entry .entry .entry-title{
    font-size: 12px;
}
.shortcode-entry .entry .entry-content p {
    font-size: 12px;
    line-height: 18px;
}
.shortcode-entry-container .shortcode-entry {
    padding-right: 20px;
}
.shortcode-entry-container .shortcode-entry .entry-title {
    margin-bottom: 0px;
    font-size: 12px !important;
}
shortcode-entry-container .shortcode-entry h1.entry-title a {
    font-size: 12px !important;
}
.shortcode-entry .entry-image {
    margin-bottom: 12px !important;
}
.shortcode-entry .entry-image .imgSmall img {
    width: auto;
}
.shortcode-post.style2 .shortcode-entry.entry .entry-content a.more-link {
    padding-top: 7px;
}
.shortcode-post.style2 .shortcode-entry.entry .entry-image {
    margin-bottom: 0px !important;
    text-transform:none !important;
    font-size:12px !important;
}
.shortcode-post.style2 .shortcode-entry.entry, .shortcode-post.style1 .shortcode-entry.entry  {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d2d2d2;
}
.content-testiominals {
    margin-bottom: 20px;
}
/* ======================================================= */
/*                         Service                         */
/* ======================================================= */
.shortcode_service, .shortcode_service2, .shortcode_service3, .shortcode_service4 {
    margin-bottom: 20px;
}


/* Service 1 */
.shortcode_service img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    padding-top: 4px;
}
.shortcode_service_title h4 {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

/* Service 2 */
.shortcode_service2 {

}
.shortcode_service2 img {
    float: left;
    margin: 2px 16px 2px 2px !important;
}

.shortcode_service3 img, .shortcode_service3 h1, .shortcode_service3 h2, .shortcode_service3 h3, .shortcode_service3 h4, .shortcode_service3 h5, .shortcode_service3 h6 {
    margin-bottom: 15px;
}
.shortcode_service4 img {
    margin-bottom: 10px;
}

/* Shortcode video Embed */
.shortcode_video {}
.shortcode_video .shortcode_video_content {
    margin-top: 50px;
    width: 450px;
}
.shortcode_video_embed {
    padding-bottom:8px;
    background: url("../images/jcycle-bg.png") no-repeat scroll center bottom transparent;
    width: 450px;
}
.shortcode_video_embed iframe {
    border: 10px solid;
    width: 430px;
}