/*
 * Plugin: Symple Shortcodes Plugin
 * Author: AJ Clarke : http://wpexplorer.com
 * Copyright: Copyright (c) 2012, AJ Clarke
*/
/* Global Styles
================================================== */
.symple-clear-floats {
    clear:both
}

.symple-clearfix:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

.symple-fadein {
    opacity:0
}

/* Spacing
================================================== */
.symple-spacing {
    display:block;
    height:auto;
    margin:0!important;
    padding:0!important;
    background:none!important;
    border:none!important;
    outline:none!important
}

/* Divider
================================================== */
.symple-divider {
    display:block;
    width:100%;
    height:0;
    margin:0;
    background:none!important
}

.symple-divider.solid {
    border-top:1px solid #eee
}

.symple-divider.dashed {
    border-top:2px dashed #eee
}

.symple-divider.dotted {
    border-top:3px dotted #eee
}

.symple-divider.double {
    height:5px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee
}

.symple-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(#ddd),to(#f9f9f9))!important;
    background-image:-webkit-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:-moz-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:-o-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:-ms-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:radial-gradient(50% 50%,#ddd,#f9f9f9)!important
}

.symple-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(#ddd),to(#f9f9f9))!important;
    background-image:-webkit-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:-moz-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:-o-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:-ms-radial-gradient(50% 50%,#ddd,#f9f9f9)!important;
    background-image:radial-gradient(50% 50%,#ddd,#f9f9f9)!important
}

/* Social
================================================== */
.symple-social-icon {
    display:inline-block;
    margin-right:5px
}

.symple-social-icon img {
    display:inline;
    border:none;
    outline:none;
    padding:0;
    margin:0;
    box-shadow:none!important
}

.symple-social-icon img:hover {
    opacity:.8
}

/* Columns
================================================== */
.symple-one-half {
    width:50%;
}

.symple-one-third {
    width:33.33333333333333%;
}

.symple-two-third {
    width:66.66666666666666%;
}

.symple-one-fourth {
    width:25%;
}

.symple-three-fourth {
    width:75%;
}

.symple-one-fifth {
    width:20%;
}

.symple-two-fifth {
    width:40%;
}

.symple-three-fifth {
    width:60%;
}

.symple-four-fifth {
    width:80%;
}

.symple-one-sixth {
    width:16.666666666666664%;
}

.symple-five-sixth {
    width:83.33333333333334%;
}

.symple-full-width {
	width: 100%;
	padding: 0;
	clear: both;
	margin-bottom:2em;
}

.symple-one-half,.symple-one-third,.symple-two-third,.symple-three-fourth,.symple-one-fourth,.symple-one-fifth,.symple-two-fifth,.symple-three-fifth,.symple-four-fifth,.symple-one-sixth,.symple-five-sixth {
    position:relative;
    padding: 0 15px;
    margin-bottom:2em;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.symple-column-first {
	padding-left: 0;
	margin-left: 0;
}

.symple-column-last {
    padding-right: 0;
    margin-right:0;
    clear:right
}

.symple-column-last:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

.symple-one-half,.symple-one-third,.symple-two-third,.symple-three-fourth,.symple-one-fourth,.symple-one-fifth,.symple-two-fifth,.symple-three-fifth,.symple-four-fifth,.symple-one-sixth,.symple-five-sixth {
}

/* Buttons
================================================== */
.button-link,.button-link:hover {
    background-color:#000;
    color:#FFF;
    display:inline-block;
    font-weight:400!important;
    margin:5px;
    padding:5px 13px
}

.button-pink {
    background-color:#D03187;
    color:#FFF
}

.button-gray {
    background-color:gray
}

.button-navy {
    background-color:#32487b
}

.button-orange {
    background-color:#ff9c00
}

.button-red {
    background-color:#f22020
}

.button-blue {
    background-color:#21b6ee
}

.button-green {
    background-color:#39ad4f
}

.button-indigo {
    background-color:#6e5477
}


/* List Group
================================================== */
ul.fa-ul {
    padding-left:20px;
    list-style:none!important;
}

ul.fa-ul li .fa {
    margin-top:3px;
}


/* Notification
================================================== */
.info_box {
	background-color: #feedcf;
	color: #836b40;
	display: table;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.info_box .box_heading {
    background-color:rgba(0,0,0,0.1);
    display: table-cell;
    font-size:14px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    width:20%
}

.info_box .box_message {
	display: table-cell;
	padding: 0 15px;
	width: calc(80% - 40px);
}

.info_box .close-wrapper {
	display: table-cell;
	text-align: center;
	width: 40px;
}

.info_box .box_message_wrapper {
	line-height: 20px;
	padding: 15px 0;
}

.info_box .close {
	float: none;
	font-family: Comic Sans MS;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	opacity: 0.3;
	text-align: center;
}

.info_box .close:hover {
    opacity:1;
    color: #555;
}

.info-red {
    color:#9c4c4d;
    background-color:#fbc1c1
}

.info-green {
    color:#537d62;
    background-color:#c4f6d6
}

.info-blue {
    color:#4c8a8e;
    background-color:#cef0f2
}


/* Testimonial
================================================== */
.symple-testimonial-content {
    font-style:italic;
    position:relative;
    background:#f5f5f5;
    padding:15px;
    color:#666;
    border-radius:2px;
    -webkit-border-radius:2px
}

.symple-testimonial-content:after {
    content:"";
    position:absolute;
    left:12px;
    bottom:-15px;
    width:0;
    height:0;
    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:0;
    line-height:0
}

.symple-testimonial-content p:last-child {
    margin:0
}

.symple-testimonial-author {
    font-size:1em;
    margin-top:25px;
    margin-left:15px;
    color:#000;
    font-weight:700
}

/* Highlights
================================================== */
.symple-highlight-yellow,.symple-highlight-yellow a {
    background-color:#FFF7A8;
    color:#695D43
}

.symple-highlight-blue,.symple-highlight-blue a {
    color:#5091b2;
    background:#e9f7fe
}

.symple-highlight-green,.symple-highlight-green a {
    color:#5f9025;
    background:#ebf6e0
}

.symple-highlight-red,.symple-highlight-red a {
    color:#de5959;
    background:#ffe9e9
}

.symple-highlight-gray,.symple-highlight-gray a {
    color:#666;
    background:#f9f9f9
}

/* Boxes
================================================== */
/*main*/
.symple-box {
    display:block;
    padding:15px;
    margin:10px 0;
    font-size:1em;
    border-radius:2px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.symple-box p:last-child {
    margin:0
}

/*aligns*/
.symple-box.center {
    margin-left:auto;
    margin-right:auto
}

.symple-box.left {
    float:left
}

.symple-box.right {
    float:right
}

/*colors*/
.symple-box.gray {
    color:#666;
    background:#f9f9f9;
    border:1px solid #ddd
}

.symple-box.red {
    color:#de5959;
    background:#ffe9e9;
    border:1px solid #fbc4c4
}

.symple-box.green {
    color:#5f9025;
    background:#ebf6e0;
    border:1px solid #b3dc82
}

.symple-box.blue {
    color:#5091b2;
    background:#e9f7fe;
    border:1px solid #b6d7e8
}

.symple-box.yellow {
    color:#c4690e;
    background:#fffdf3;
    border:1px solid #f2dfa4
}

.symple-box.black {
    color:#fff;
    background:#000
}

.symple-box.black a {
    color:#fff;
    text-decoration:underline
}

/* Toggle
================================================== */
.symple-toggle .symple-toggle-trigger {
    display:block;
    color:#555;
    display:block;
    padding:15px 15px 15px 37px;
    border:1px solid #ddd;
    background:#f9f9f9 url(images/plus.png) no-repeat 15px center;
    outline:0;
    text-transform:none;
    letter-spacing:normal;
    font-weight:400;
    font-size:1em;
    line-height:1.5em;
    margin:0;
    margin-top:10px;
    cursor:pointer
}

.symple-toggle .symple-toggle-trigger:hover {
    background-color:#eee;
    text-decoration:none
}

.symple-toggle .symple-toggle-trigger.active,.symple-toggle .symple-toggle-trigger.active:hover {
    color:#000;
    background-color:#eee;
    background-image:url(images/minus.png);
    text-decoration:none
}

.symple-toggle .symple-toggle-container {
    display:none;
    overflow:hidden;
    padding:15px;
    border:1px solid #ddd;
    border-top:0
}

/* Accordion
================================================== */
.symple-accordion h3.symple-accordion-trigger {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	cursor: pointer;
	display: block;
	letter-spacing: normal;
	margin: 5px 0 0;
	outline: 0 none;
	padding: 20px 15px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.symple-accordion h3.symple-accordion-trigger:first-child {
	margin: 0;
}

.symple-accordion h3.symple-accordion-trigger a {
    color: #32487b;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.symple-accordion .ui-state-focus {
    outline:none
}

.symple-accordion .symple-accordion-trigger.ui-state-active a {
    color:#000
}

.symple-accordion .ui-accordion-content {
    background-color:#fff;
    padding:15px;
    border:1px solid #ddd;
    border-top:0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);   
}

.symple-accordion .ui-accordion-content p:last-child {
    margin:0
}

/* Tabs
================================================== */
.symple-tabs ul.ui-tabs-nav {
    display:block;
    margin:0;
    padding:0;
}

.symple-tabs ul.ui-tabs-nav li {
	display: table-cell;
	outline: medium none;
	width: 1%;
}

.symple-tabs ul.ui-tabs-nav li a {
    display:flex;
    text-decoration:none;
    padding:10px 15px;
    border:solid 1px #ddd;
    border-width:1px 1px 0 0;
    margin:0;
    background-color:#f6f6f6;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#919191;
    outline:none;
    text-align: center;
    justify-content: space-around;
}

.symple-tabs ul.ui-tabs-nav li:first-child a {
    border-width:1px 1px 0
}

@media (max-width: 767px) {
.symple-tabs ul.ui-tabs-nav {

}

.symple-tabs ul.ui-tabs-nav li {
	display: inherit;
	width: inherit;
}

.symple-tabs ul.ui-tabs-nav li a {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 0;
}
.symple-tabs ul.ui-tabs-nav li:last-child a {
	border-bottom-width: 1px;
}
}

.symple-tabs ul.ui-tabs-nav .ui-state-active a {
	background: none repeat scroll 0 0 #fff;
	color: #000;
	margin: 0;
}

.symple-tabs ul.ui-tabs-nav .ui-state-active a:hover {
    background:#fff
}

.symple-tabs ul.ui-tabs-nav li:first-child .ui-state-active a {
    margin-left:0
}

.symple-tabs .tab-content {
    background:#fff;
    padding:10px;
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd
}

.symple-tabs ul.tabs:before,ul.tabs:after {
    content:'\0020';
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}

.symple-tabs ul.tabs:after {
    clear:both
}

.symple-tabs ul.tabs {
    zoom:1
}

.symple-tabs .ui-tabs-hide {
    display:none
}

.symple-tabs:before,ul.symple-tabs:after {
    content:'\0020';
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}

.symple-tabs:after {
    clear:both
}

.symple-tabs {
    zoom:1
}

.symple-tabs .ui-tabs-hide {
    display:none
}

/* Pricing Table
================================================== */
.symple-pricing-table {
    list-style:none;
    margin:0;
    padding:0;
    font-size:16px
}

.symple-pricing-table div {
    list-style:none
}

.symple-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)
}

.symple-pricing-table .symple-pricing-header {
    background:#333;
    text-align:center;
    padding:20px 0;
    border-bottom:1px solid #111
}

.symple-pricing-table .symple-pricing-header h5 {
    color:#fff;
    font-size:1.313em;
    margin:0;
    padding:0 20px 10px;
    font-weight:700;
    border-bottom:1px solid #111
}

.symple-pricing-table .symple-pricing-cost {
    color:#fff;
    font-size:1.5em;
    line-height:1em;
    padding-top:20px;
    border-top:1px solid #444
}

.symple-pricing-table .featured .symple-pricing-header {
    background:#fd5c41;
    margin:-1px;
    color:#fff;
    border-bottom:1px solid #e72302
}

.symple-pricing-table .featured .symple-pricing-header h5 {
    color:#fff;
    border-bottom:1px solid #e72302
}

.symple-pricing-table .featured .symple-pricing-cost {
    border-top:1px solid #fe8773
}

.symple-pricing-table .symple-pricing-per {
    font-size:.786em;
    color:#fff
}

.symple-pricing-table .symple-pricing-content {
    background:#fff;
    font-size:.857em;
    text-align:center
}

.symple-pricing-table .symple-pricing-content ul {
    margin:0!important;
    list-style:none!important
}

.symple-pricing-table .symple-pricing-content ul li {
    margin:0!important;
    padding:10px 20px!important;
    border-bottom:1px solid #eee;
    list-style:none!important
}

.symple-pricing-table .symple-pricing-content ul li:nth-child(2n+2) {
    background:#f9f9f9
}

.symple-pricing-table .symple-pricing-button {
    background:#fff;
    text-align:center;
    border-top:1px solid #fff;
    padding:20px
}

.symple-pricing-table .symple-pricing-button .symple-button {
    float:none;
    margin:0 auto
}

/* Heading - v1.1
================================================== */
.symple-heading {
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    font-size:16px
}

.symple-heading span {
    background:#fff
}

.symple-heading-dotted-line {
    background:url(images/dotted.png) center center repeat-x;
    height:40px!important;
    line-height:40px!important;
    padding:0!important;
    border-bottom:none
}

.symple-heading-dashed-line {
    background:url(images/dashed.png) center center repeat-x;
    height:40px!important;
    line-height:40px!important;
    padding:0!important;
    border-bottom:none
}

.symple-heading-double-line {
    background:url(images/double-line.png) center center repeat-x;
    height:40px!important;
    line-height:40px!important;
    padding:0!important;
    border-bottom:none
}

.symple-heading.text-align-center {
    text-align:center
}

.symple-heading.text-align-center span {
    padding-right:15px;
    padding-left:15px
}

.symple-heading.text-align-left {
    text-align:left
}

.symple-heading.text-align-left span {
    padding-right:15px
}

.symple-heading.text-align-right {
    text-align:right
}

.symple-heading.text-align-right span {
    padding-left:15px
}

.symple-heading-icon-left {
    margin-right:10px
}

.symple-heading-icon-right {
    margin-left:10px
}

/* 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
================================================== */
.symple-divider {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	clear: both;
	display: block;
	height: 0;
	margin: 0;
	width: 100%;
}

.symple-divider.solid {
    border-top:1px solid #eee
}

.symple-divider.dashed {
    border-top:2px dashed #eee
}

.symple-divider.dotted {
    border-top:3px dotted #eee
}

.symple-divider.double {
    height:5px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee
}

.symple-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(#eee),to(#fff));
    background-image:-webkit-radial-gradient(50% 50%,#eee,#fff);
    background-image:-moz-radial-gradient(50% 50%,#eee,#fff);
    background-image:-o-radial-gradient(50% 50%,#eee,#fff);
    background-image:-ms-radial-gradient(50% 50%,#eee,#fff);
    background-image:radial-gradient(50% 50%,#eee,#fff)
}

.symple-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(#fff),to(#eee));
    background-image:-webkit-radial-gradient(50% 50%,#fff,#eee);
    background-image:-moz-radial-gradient(50% 50%,#fff,#eee);
    background-image:-o-radial-gradient(50% 50%,#fff,#eee);
    background-image:-ms-radial-gradient(50% 50%,#fff,#eee);
    background-image:radial-gradient(50% 50%,#fff,#eee)
}

/* Skillbars - 1.3
================================================== */
.symple-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:.4s linear;
    -moz-transition:.4s linear;
    -ms-transition:.4s linear;
    -o-transition:.4s linear;
    transition:.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
}

.symple-skillbar-title {
    position:absolute;
    top:0;
    left:0;
    font-weight:700;
    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
}

.symple-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
}

.symple-skillbar-bar {
    height:35px;
    width:0;
    background:#6adcfa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px
}

.symple-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)
}

/* Well 1.0
================================================== */
.symple-well {
    background-color: #f7f7f7;
    margin: 0 0 15px;
    padding: 15px;
}
.symple-well .well-wrapper {
    display: table;
    width: 100%;
    text-align: center;
}
.symple-well .well-heading {
    color: #d03187;
    display: table-cell;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 25%;
    padding: 0 15px;
}
.symple-well .well-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: left;
    padding: 0 15px;
}
.symple-well .well-button {
    display: table-cell;
    width: 25%;
    padding: 0 15px;
    vertical-align: middle;
    text-align: center;
}
.symple-well .button {
    background-color: #d03187;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.symple-well .button:hover {
    background-color: whitesmoke;
    color: #32487b;
}

@media (max-width: 767px) {
    .symple-well .well-heading {
        display: inherit;
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }
    .symple-well .well-content {
        display: inherit;
        margin-bottom: 15px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .symple-well .well-button {
        display: inline-block;
        float: none;
        margin: 10px 0;
        width: inherit;
    }
    .symple-well .well-button .button {
        display: inline;
    }
}

/* Team Member 1.0
================================================== */
.symple-team-group {
    clear: both;
    display: inline-block;
    margin: 0 -7.5px;
}
.symple-team {
    float: left;
    margin: 0 0 15px;
    padding: 0 7.5px;
    width: 25%;
}
.symple-team .team-member {
    background-color: #f5f5f5;
    padding: 15px;
}
.symple-team .team-member h4 {
    border-bottom: 0 none;
    color: #d03187;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 18px;
    margin: 1px 0 0;
    padding: 2px 0 5px;
    text-transform: uppercase;    
}
.symple-team .team-member h6 {
    color: #32487b;
    font-size: 12px;
    margin-bottom: 15px;
}
.symple-team .team-member .team-member-image {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
}

.symple-team-first {}
.symple-team-last {
    clear: right;
}
.symple-team-middle {}

@media (min-width: 768px) and (max-width: 991px) {
    .symple-team {
        width: 50%;
        margin-bottom: 15px!important;
    }
    .symple-team:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .symple-team {
      margin-bottom: 15px !important;
      width: 100%;
    }
}

/* News Ticker 1.0
================================================== */
.symple-news-ticker {}

/* Promo Box 1.0
================================================== */
.symple-promo-box-group {
    clear: both;
    display: inline-block;
    margin: 0 -7.5px;
}
.symple-promo-box {
    width: 25%;
    float: left;
    margin: 0 0 15px;
    padding: 0 7.5px;
}
.symple-promo-box .promo-box-wrapper {
    display: table;
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px;
}
.symple-promo-box .promo-icon-wrapper {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.symple-promo-box .promo-box-image {
    cursor: pointer;
    height: auto;
    max-width: 100%;
}
.symple-promo-box .promo-icon {
    color: #454545;
    font-size: 30px;
    padding: 5px;
}
.symple-promo-box .promo-content h4 {
    color: #d03187;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.015em;
    line-height: 18px;
    margin: 1px 0 5px;
    text-transform: uppercase;
}

.symple-promo-box-first {}
.symple-promo-box-last {
    clear: right;
}
.symple-promo-box-middle {}

@media (min-width: 768px) and (max-width: 991px) {
    .symple-promo-box {
        width: 50%;
    }
    .symple-promo-box:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .symple-promo-box {
      width: 100%;
    }
}

/* Callout - 1.4
================================================== */
.symple-callout {
    padding:20px;
    background:#eee;
    position:relative;
    border-radius:3px
}

.symple-callout-caption {
    font-size:1.6em;
    line-height:1.3em;
    font-weight:400;
    color:#555
}

.symple-callout-button {
    float:right;
    margin-left:20px;
    margin-bottom:0
}

.symple-callout-button .button {
    height:40px;
    line-height:40px
}

/* Provide some responsive support for the Symple Shortcodes
================================================== */
@media (max-width: 767px) {
    .symple-one-half,.symple-one-third,.symple-two-third,.symple-three-fourth,.symple-one-fourth,.symple-one-fifth,.symple-two-fifth,.symple-three-fifth,.symple-four-fifth,.symple-one-sixth,.symple-five-sixth {
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:25px;
        padding: 0;
    }
}
@media only screen and (max-width: 520px) {
.symple-pricing-table > div {
    margin-bottom:25px
}

.symple-box,.symple-box.left,.symple-box.right {
    float:none;
    width:100%!important
}

.symple-tabs ul.ui-tabs-nav {
    margin-left:0
}

.symple-tabs ul.ui-tabs-nav li {
    width:100%
}

.symple-tabs ul.ui-tabs-nav li a {
    border-left-width:1px
}

.symple-callout-caption {
    text-align:center
}

.symple-callout-button {
    float:none;
    margin-bottom:20px;
    display:block;
    text-align:center
}

.symple-callout-button .symple-button {
    display:inline-block
}
}

/*Visibility
================================================== */
.symple-hidden-desktop,.symple-visible-phone,.symple-visible-tablet {
    display:none
}

@media only screen and (max-width: 959px) {
.symple-hidden-desktop {
    display:block
}

.symple-visible-desktop {
    display:none
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.symple-hidden-desktop {
    display:block
}

.symple-visible-desktop {
    display:none
}

.symple-hidden-tablet {
    display:none
}
}

@media only screen and (max-width: 767px) {
.symple-hidden-desktop {
    display:block
}

.symple-visible-desktop {
    display:none
}

.symple-hidden-phone {
    display:none
}
}