/* Global Styles
================================================== */
.shortcode-clear-floats { clear: both }
.shortcode-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* Spacing
================================================== */
.shortcode-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }

/* Divider
================================================== */
.shortcode-divider { display: block; width: 100%; height: 0; margin: 0; background: none !important; }
.shortcode-divider.solid { border-top: 1px solid #eee }
.shortcode-divider.dashed { border-top: 2px dashed #eee }
.shortcode-divider.dotted { border-top: 3px dotted #eee }
.shortcode-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.shortcode-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }
.shortcode-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }

/* Columns
================================================== */
.shortcode-one-half { width: 48% }
.shortcode-one-third { width: 30.66% }
.shortcode-two-third { width: 65.33% }
.shortcode-one-fourth { width: 22% }
.shortcode-three-fourth { width: 74% }
.shortcode-one-fifth { width: 16.8% }
.shortcode-two-fifth { width: 37.6% }
.shortcode-three-fifth { width: 58.4% }
.shortcode-four-fifth { width: 67.2% }
.shortcode-one-sixth { width: 13.33% }
.shortcode-five-sixth { width: 82.67% }

.shortcode-one-half,
.shortcode-one-third,
.shortcode-two-third,
.shortcode-three-fourth,
.shortcode-one-fourth,
.shortcode-one-fifth,
.shortcode-two-fifth,
.shortcode-three-fifth,
.shortcode-four-fifth,
.shortcode-one-sixth,
.shortcode-five-sixth {
    margin-right: 4%;
    margin-bottom: 25px;
    float: left;
}

.shortcode-column-last {
    margin-right: 0;
}

.sc-last:before,
.sc-last:after {
    display: table;
    content: "";
}

.sc-last:after {
    clear: both;
}



/* Testimonial
================================================== */
.shortcode-testimonial {
    margin: 10px 0 25px;
}
.shortcode-column .shortcode-testimonial {
    margin: 0;
}
.shortcode-testimonial-content { font-style: italic; position: relative; background: #f5f5f5; padding: 15px; color: #666; border-radius: 2px; -webkit-border-radius: 2px; }
.shortcode-testimonial-content:after { content: ""; position: absolute; left: 12px; bottom: -15px; width: 0px; height: 0px; border-bottom: 15px solid rgba(255,255,255,0); border-top: 15px solid rgba(255,255,255,0); border-right: 15px solid #f5f5f5; font-size: 0px; line-height: 0px; }
.shortcode-testimonial-content p:last-child { margin: 0 }
.shortcode-testimonial-author { font-size: 1em; margin-top: 15px; margin-left: 15px; color: #333; font-weight: bold; }
/* Highlights
================================================== */
.shortcode-highlight-yellow, .shortcode-highlight-yellow a { background-color: #FFF7A8; color: #695D43; }
.shortcode-highlight-blue, .shortcode-highlight-blue a { color: #5091b2; background: #e9f7fe; }
.shortcode-highlight-green, .shortcode-highlight-green a { color: #5f9025; background: #ebf6e0; }
.shortcode-highlight-red, .shortcode-highlight-red a { color: #de5959; background: #ffe9e9; }
.shortcode-highlight-gray, .shortcode-highlight-gray a { color: #666; background: #f9f9f9; }
/* Boxes
================================================== */
/*main*/
.shortcode-box { display: block; padding: 15px; margin: 0 0 25px; font-size: 1em; border-radius: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.shortcode-box p:last-child { margin: 0 }
.shortcode-box .fa {
    margin-right: 15px;
}
/*aligns*/
.shortcode-box.center { margin-left: auto; margin-right: auto; }
.shortcode-box.left { float: left }
.shortcode-box.right { float: right }
/*colors*/
.shortcode-box.gray { color: #666; background: #f9f9f9; border: 1px solid #ddd; }
.shortcode-box.red { color: #de5959; background: #ffe9e9; border: 1px solid #fbc4c4; }
.shortcode-box.green { color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; }
.shortcode-box.blue { color: #5091b2; background: #e9f7fe; border: 1px solid #b6d7e8; }
.shortcode-box.yellow { color: #c4690e; background: #fffdf3; border: 1px solid #f2dfa4; }
.shortcode-box.black { color: #fff; background: #000; }
.shortcode-box.black a { color: #fff; text-decoration: underline; }

.shortcode-column .shortcode-box {
    margin: 0;
}

/* Toggle
================================================== */
.shortcode-toggle {
    margin: 0 0 15px;
}
.shortcode-toggle .shortcode-toggle-trigger { display: block; color: #555; display: block; padding: 15px 15px 15px 37px; border: 1px solid #ddd; background: #f9f9f9 url("../../assets/images/plus.png") no-repeat 15px center; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 1em; line-height: 1.5em; margin: 0; margin-top: 10px; cursor: pointer; }
.shortcode-toggle .shortcode-toggle-trigger:hover { background-color: #eee; text-decoration: none; }
.shortcode-toggle .shortcode-toggle-trigger.active, .shortcode-toggle .shortcode-toggle-trigger.active:hover { color: #000; background-color: #eee; background-image: url("../../assets/images/minus.png"); text-decoration: none; }
.shortcode-toggle .shortcode-toggle-container { display: none; overflow: hidden; padding: 15px; border: 1px solid #ddd; border-top: 0px; }
/* Accordion
================================================== */

.shortcode-accordion {
    margin: 10px 0 25px;
}
.shortcode-column .shortcode-accordion {
    margin: 0;
}
.shortcode-accordion h3.shortcode-accordion-trigger { display: block; color: #555; display: block; padding: 15px 15px 15px 37px; border: 1px solid #ddd; background: #f9f9f9 url("../../assets/images/plus.png") no-repeat 15px center; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 1em; line-height: 1.5em; margin: 15px 0 0 !important; cursor: pointer; }
#ui-accordion-1-header-0 { margin: 0 !important }
.shortcode-accordion h3.shortcode-accordion-trigger a { color: #555; text-decoration: none !important; }
.shortcode-accordion .ui-state-focus { outline: none }
.shortcode-accordion .shortcode-accordion-trigger:hover { background-color: #eee; text-decoration: none; }
.shortcode-accordion .shortcode-accordion-trigger.ui-state-active { background-color: #eee; background-image: url("../../assets/images/minus.png"); text-decoration: none; }
.shortcode-accordion .shortcode-accordion-trigger.ui-state-active a { color: #000 }
.shortcode-accordion .ui-accordion-content { background-color: #fff; padding: 15px; border: 1px solid #ddd; border-top: 0px; }
.shortcode-accordion .ui-accordion-content p:last-child { margin: 0px }
.shortcode-accordion .ui-icon { margin-right: 7px }
/* Tabs
================================================== */
.shortcode-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #ddd; margin-left: 1px; }
.shortcode-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 40px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.shortcode-tabs ul.ui-tabs-nav li a { display: block; text-decoration: none; width: auto; height: 39px; padding: 0px 20px; line-height: 40px; border: solid 1px #ddd; border-width: 1px 1px 0 0; margin: 0; background-color: #f5f5f5; font-size: 1em; color: #444; outline: none; }
.shortcode-tabs ul.ui-tabs-nav li a:hover { color: #333; background: #eee; }
.shortcode-tabs ul.ui-tabs-nav .ui-state-active a { background: #fff; height: 40px; position: relative; top: -4px; padding-top: 4px; border-left-width: 1px; margin: 0 0 0 -1px; color: #111 !important; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.shortcode-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #fff }
.shortcode-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
.shortcode-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px }
.shortcode-tabs .tab-content { background: #fff; padding: 20px; border-left: solid 1px #ddd; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd; }
.shortcode-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.shortcode-tabs ul.tabs:after { clear: both }
.shortcode-tabs ul.tabs { zoom: 1 }
.shortcode-tabs .ui-tabs-hide { display: none }
.shortcode-tabs:before, ul.shortcode-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.shortcode-tabs:after { clear: both }
.shortcode-tabs { zoom: 1 }
.shortcode-tabs .ui-tabs-hide { display: none }
/* Pricing Table
================================================== */
.shortcode-pricing-table { list-style: none; margin: 0; padding: 0; font-size: 16px; }
.shortcode-pricing-table div { list-style: none }
.shortcode-pricing-table > div { margin-right: 4%; list-style: none; text-shadow: none; margin-bottom: 0; border: 1px solid #ddd; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
.shortcode-pricing-table .shortcode-pricing-header { background: #333; text-align: center; padding: 20px 0; border-bottom: 1px solid #111; }
.shortcode-pricing-table .shortcode-pricing-header h5 { color: #fff; font-size: 1.313em; margin: 0; padding: 0 20px 10px; font-weight: bold; border-bottom: 1px solid #111; }
.shortcode-pricing-table .shortcode-pricing-cost { color: #fff; font-size: 1.500em; line-height: 1em; padding-top: 20px; border-top: 1px solid #444; }
.shortcode-pricing-table .featured .shortcode-pricing-header { background: #fd5c41; margin: -1px; color: #fff; border-bottom: 1px solid #e72302; }
.shortcode-pricing-table .featured .shortcode-pricing-header h5 { color: #fff; border-bottom: 1px solid #e72302; }
.shortcode-pricing-table .featured .shortcode-pricing-cost { border-top: 1px solid #fe8773 }
.shortcode-pricing-table .shortcode-pricing-per { font-size: 0.786em; color: #fff; }
.shortcode-pricing-table .shortcode-pricing-content { background: #fff; font-size: 0.857em; text-align: center; }
.shortcode-pricing-table .shortcode-pricing-content ul { margin: 0 !important; list-style: none !important; }
.shortcode-pricing-table .shortcode-pricing-content ul li { margin: 0 !important; padding: 10px 20px !important; border-bottom: 1px solid #eee; list-style: none !important; }
.shortcode-pricing-table .shortcode-pricing-content ul li:nth-child(2n+2) { background: #f9f9f9 }
.shortcode-pricing-table .shortcode-pricing-button { background: #fff; text-align: center; border-top: 1px solid #fff; padding: 20px; }
.shortcode-pricing-table .shortcode-pricing-button .shortcode-button { float: none; margin: 0 auto; }
/* Heading - v1.1
================================================== */

h1.shortcode-heading-tag {
    font-size: 20px;
    margin: 0;
}
h2.shortcode-heading-tag {
    font-size: 18px;
    margin: 0;
}
h3.shortcode-heading-tag {
    font-size: 16px;
    margin: 0;
}


.shortcode-heading .shortcode-heading-tag {
    float: left;
    font-weight: bold;
    font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.shortcode-heading .shortcode-heading-border {
    position: relative;
    overflow: hidden;
    height: 2em;
}

.shortcode-heading .shortcode-heading-border-inner {
    position: relative;
    top: 50%;
    border-top: 1px solid #ddd;
    margin-left: 15px;
}



/* Googlemap - v1.1
================================================== */
.googlemap { position: relative; max-width: inherit; }
.googlemap .map_canvas { width: 100%; height: 100%; }
.googlemap .map_canvas h3 { margin: 0 0 10px; font-size: 14px; }
.map_canvas img { max-width: none !important }
/* Divider - v1.1
================================================== */
.shortcode-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.shortcode-divider.solid { border-top: 1px solid #eee }
.shortcode-divider.dashed { border-top: 2px dashed #eee }
.shortcode-divider.dotted { border-top: 3px dotted #eee }
.shortcode-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.shortcode-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#eeeeee), to(#ffffff)); background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: radial-gradient(50% 50%, #eeeeee, #ffffff); }
.shortcode-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#ffffff), to(#eeeeee)); background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: radial-gradient(50% 50%, #ffffff, #eeeeee); }
/* Skillbars - 1.3
================================================== */
.shortcode-skillbar { position: relative; display: block; margin-bottom: 15px; width: 100%; background: #eee; height: 35px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.shortcode-skillbar-title { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 13px; color: #fff; background: #6adcfa; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.shortcode-skillbar-title span { display: block; background: rgba(0,0,0,0.1); padding: 0 20px; height: 35px; line-height: 35px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.shortcode-skillbar-bar { height: 35px; width: 0px; background: #6adcfa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.shortcode-skill-bar-percent { position: absolute; right: 10px; top: 0; font-size: 11px; height: 35px; line-height: 35px; color: #444; color: rgba(0,0,0,0.4); }
/* Provide some responsive support for the Symple Shortcodes
================================================== */
@media only screen and (max-width: 520px) { 
	.shortcode-one-half, .shortcode-one-third, .shortcode-two-third, .shortcode-three-fourth, .shortcode-one-fourth, .shortcode-one-fifth, .shortcode-two-fifth, .shortcode-three-fifth, .shortcode-four-fifth, .shortcode-one-sixth, .shortcode-five-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
	.shortcode-pricing-table > div { margin-bottom: 25px }
	.shortcode-box, .shortcode-box.left, .shortcode-box.right { float: none; width: 100% !important; }
	.shortcode-tabs ul.ui-tabs-nav { margin-left: 0 }
	.shortcode-tabs ul.ui-tabs-nav li { width: 100% }
	.shortcode-tabs ul.ui-tabs-nav li a { border-left-width: 1px }
	.shortcode-tabs ul.ui-tabs-nav .ui-state-active a, .shortcode-tabs ul.ui-tabs-nav .ui-state-active a:hover { height: 39px; padding-top: 0; margin-left: 0; top: auto; background-color: #eee; color: #000; font-weight: bold; }
	.shortcode-callout-caption { text-align: center }
	.shortcode-callout-button { float: none; margin-bottom: 20px; display: block; text-align: center; }
	.shortcode-callout-button .shortcode-button { display: inline-block; }
}
/*Visibility
================================================== */
.shortcode-hidden-desktop,
.shortcode-visible-phone,
.shortcode-visible-tablet { display: none }
@media only screen and (max-width: 959px) {
	.shortcode-hidden-desktop { display: block }
	.shortcode-visible-desktop { display: none }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.shortcode-hidden-desktop { display: block }
	.shortcode-visible-desktop { display: none }
	.shortcode-hidden-tablet { display: none }
}
@media only screen and (max-width: 767px) {
	.shortcode-hidden-desktop { display: block }
	.shortcode-visible-desktop { display: none }
	.shortcode-hidden-phone { display: none }
}



/* dopcap */
.sc.dropcap {
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 0px;
    font-family: Montserrat, Arial, sans-serif;
}

/* intro */
.sc.intro {
    color: #888;
    margin: 0 0 25px;
    text-transform: uppercase;
    clear: both;
}

/* highlights */
.sc.highlight {
    padding: 2px 5px;
    color: #fff;
    background: #DD6053;
}

/* buttons */
.sc.button {
    text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    background: #aaa;
    line-height: 30px;
    padding: 0 8px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}
.sc.button:hover {
    background: #DD6053;
    color: #fff;

}

.sc.button.medium {
    line-height: 35px;
    padding: 0 10px;
}

.sc.button.large {
    line-height: 40px;
    padding: 0 15px;
}