/*
 * Plugin: fusion Shortcodes Plugin
 * Author: AJ Clarke : http://wpexplorer.com
 * Copyright: Copyright (c) 2012, AJ Clarke
 * License: GNU General Public License version 2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.full-width {
	padding: 50px 0 50px;
	/*margin: 30px 0;*/
	width:100%;
}
.full-width-border {
	padding: 50px 0 50px;
	/*margin: 30px 0;*/
	width:100%;
	border-top-style: solid;
    border-top-width: 1px;
	border-bottom-style: solid;
    border-bottom-width: 1px;
}
.full-width-shadow {
	padding: 50px 0 50px;
	/*margin: 30px 0;*/
	width:100%;
	box-shadow: inset 0 5px 3px rgba(0,0,0,0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.full-width-tringle {
    /* Styling block element, not required */
    position: relative;
    /*margin-bottom: 2em;*/
    /*padding: 1em;*/
    border-bottom: 1px solid #999;
    background: #f3f3f3;
	z-index: 20;
  }

  /* Required for Down Triangle */
  .full-width-tringle:before, .full-width-tringle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
  }

  /* Stroke */
  .full-width-tringle:before {
    bottom: -16px;
    left: 50%/*21px*/;
	

    /* If 1px darken stroke slightly */
    border-top-color: #ce2222;
    border-width: 16px;
  }

  /* Fill */
  .full-width-tringle:after {
    bottom: -15px;
    left: 22px;
    /*border-top-color: #f3f3f3;*/
    border-width: 15px;
  }	
/* Clear Floats
================================================== */
.fusion-clear-floats { clear: both }
.fusion-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* Spacing
================================================== */
.fusion-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; }
/* Divider
================================================== */
.fusion-divider { display: block; width: 100%; height: 0; margin: 0; /*background: none !important;*/ }
.fusion-divider.solid { border-top: 1px solid #faaa00 }
.fusion-divider.dashed { border-top: 2px dashed #faaa00 }
.fusion-divider.dotted { border-top: 3px dotted #faaa00 }
.fusion-divider.double { height: 5px; border-top: 1px solid #faaa00; border-bottom: 1px solid #eee; }
.fusion-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, #faaa00) !important; }
.fusion-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, #faaa00) !important; }
.fusion-divider.carved {
  clear: both; 
  float: none; 
  width: 100%; 
  height: 2px;
  margin: 1.4em 0;
  border: none; 
  background: #faaa00;
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.5, #faaa00), color-stop(0.5, #faaa00) );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );}
.fusion-divider.fade {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #faaa00, rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #faaa00, rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #faaa00, rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), #faaa00, rgba(0,0,0,0));
opacity:1;

}
.fusion-divider.small {
height: 1px;
width: 50px;
margin: 20px auto 25px;
border-top: 1px solid #faaa00;
}


/* Social
================================================== */
.fusion-social-icon { display: inline-block; margin-right: 5px; }
.fusion-social-icon img { display: inline; border: none; outline: none; padding: 0; margin: 0; box-shadow: none !important; }
.fusion-social-icon img:hover { opacity: 0.8 }
/* Columns
================================================== */
.fusion-one-half { width: 48% }
.fusion-one-third { width: 30.66% }
.fusion-two-third { width: 65.33% }
.fusion-one-fourth { width: 22% }
.fusion-three-fourth { width: 74% }
.fusion-one-fifth { width: 16.8% }
.fusion-two-fifth { width: 37.6% }
.fusion-three-fifth { width: 58.4% }
.fusion-four-fifth { width: 67.2% }
.fusion-one-sixth { width: 13.33% }
.fusion-five-sixth { width: 82.67% }
.fusion-one-half, .fusion-one-third, .fusion-two-third, .fusion-three-fourth, .fusion-one-fourth, .fusion-one-fifth, .fusion-two-fifth, .fusion-three-fifth, .fusion-four-fifth, .fusion-one-sixth, .fusion-five-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.fusion-column-last { margin-right: 0!important; clear: right; }
.fusion-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.fusion-one-half, .fusion-one-third, .fusion-two-third, .fusion-three-fourth, .fusion-one-fourth, .fusion-one-fifth, .fusion-two-fifth, .fusion-three-fifth, .fusion-four-fifth, .fusion-one-sixth, .fusion-five-sixth { }
/* Buttons
================================================== */
.fusion-button { font-family: 'Helvetica Neue', Helvetica, Arial, Helvetica, sans-serif; margin: 5px 5px 5px 0; cursor: pointer; display: inline-block; white-space: nowrap; nowhitespace: afterproperty; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); outline: none; border: 1px solid #7e7e7e; border-radius: 3px; background: #aaaaaa; text-decoration: none !important; background: -moz-linear-gradient(top,  #aaaaaa 0%, #7e7e7e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#7e7e7e)); background: -webkit-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: -o-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: -ms-linear-gradient(top,  #aaaaaa 0%,#7e7e7e 100%); background: linear-gradient(to bottom,  #aaaaaa 0%,#7e7e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7e7e7e',GradientType=0 ); border: 1px solid #7e7e7e; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
.fusion-button span.fusion-button-inner { display: block; color: #F05135; font-weight: bold; padding: 1.2em 3em; line-height: 0.8em; text-decoration: none; text-align: center; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); /*border-top: 1px solid #c3c3c3;*/ border-radius: 3px; }
.fusion-button:active { text-decoration: none; background: #7e7e7e; background: -moz-linear-gradient(top,  #7e7e7e 0%, #aaaaaa 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#aaaaaa)); background: -webkit-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: -o-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: -ms-linear-gradient(top,  #7e7e7e 0%,#aaaaaa 100%); background: linear-gradient(to bottom,  #7e7e7e 0%,#aaaaaa 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#aaaaaa',GradientType=0 ); }
.fusion-button:hover { text-decoration: none; opacity: 0.9; -moz-opacity: 0.9; -webkit-opacity: 0.9; }
.fusion-button.black { background: #505050; background: -moz-linear-gradient(top,  #505050 0%, #101010 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#101010)); background: -webkit-linear-gradient(top,  #505050 0%,#101010 100%); background: -o-linear-gradient(top,  #505050 0%,#101010 100%); background: -ms-linear-gradient(top,  #505050 0%,#101010 100%); background: linear-gradient(to bottom,  #505050 0%,#101010 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#101010',GradientType=0 ); border: 1px solid #101010; }
.fusion-button.black:active { background: #101010; background: -moz-linear-gradient(top,  #101010 0%, #505050 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101010), color-stop(100%,#505050)); background: -webkit-linear-gradient(top,  #101010 0%,#505050 100%); background: -o-linear-gradient(top,  #101010 0%,#505050 100%); background: -ms-linear-gradient(top,  #101010 0%,#505050 100%); background: linear-gradient(to bottom,  #101010 0%,#505050 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#505050',GradientType=0 ); }
.fusion-button.black span.fusion-button-inner { border-top: 1px solid #6e6e6e }
.fusion-button.red { background: #d01d10; background: -moz-linear-gradient(top,  #f36d64 0%, #d01d10 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f36d64), color-stop(100%,#d01d10)); background: -webkit-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: -o-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: -ms-linear-gradient(top,  #f36d64 0%,#d01d10 100%); background: linear-gradient(to bottom,  #f36d64 0%,#d01d10 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d64', endColorstr='#d01d10',GradientType=0 ); border: 1px solid #d01d10; }
.fusion-button.red span.fusion-button-inner { border-top: 1px solid #f69a93 }
.fusion-button.red:active { background: #d01d10; background: -moz-linear-gradient(top,  #d01d10 0%, #f36d64 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01d10), color-stop(100%,#f36d64)); background: -webkit-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: -o-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: -ms-linear-gradient(top,  #d01d10 0%,#f36d64 100%); background: linear-gradient(to bottom,  #d01d10 0%,#f36d64 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01d10', endColorstr='#f36d64',GradientType=0 ); }
.fusion-button.orange { background: #fa9e19; background: -moz-linear-gradient(top,  #fa9e19 0%, #fb6909 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9e19), color-stop(100%,#fb6909)); background: -webkit-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: -o-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: -ms-linear-gradient(top,  #fa9e19 0%,#fb6909 100%); background: linear-gradient(to bottom,  #fa9e19 0%,#fb6909 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9e19', endColorstr='#fb6909',GradientType=0 ); border: 1px solid #FB6909; }
.fusion-button.orange span.fusion-button-inner { border-top: 1px solid #fcc87d }
.fusion-button.orange:active { background: #fb6909; background: -moz-linear-gradient(top,  #fb6909 0%, #fa9e19 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6909), color-stop(100%,#fa9e19)); background: -webkit-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: -o-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: -ms-linear-gradient(top,  #fb6909 0%,#fa9e19 100%); background: linear-gradient(to bottom,  #fb6909 0%,#fa9e19 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6909', endColorstr='#fa9e19',GradientType=0 ); }
.fusion-button.blue { background: #1571f0; background: -moz-linear-gradient(top,  #41a7fc 0%, #1571f0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a7fc), color-stop(100%,#1571f0)); background: -webkit-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: -o-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: -ms-linear-gradient(top,  #41a7fc 0%,#1571f0 100%); background: linear-gradient(to bottom,  #41a7fc 0%,#1571f0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7fc', endColorstr='#1571f0',GradientType=0 ); border: 1px solid #1a6dd7; }
.fusion-button.blue span.fusion-button-inner { border-top: 1px solid #84c6fd }
.fusion-button.blue:active { background: #1571f0; background: -moz-linear-gradient(top,  #1571f0 0%, #41a7fc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1571f0), color-stop(100%,#41a7fc)); background: -webkit-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: -o-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: -ms-linear-gradient(top,  #1571f0 0%,#41a7fc 100%); background: linear-gradient(to bottom,  #1571f0 0%,#41a7fc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1571f0', endColorstr='#41a7fc',GradientType=0 ); }
.fusion-button.rosy { background: #f295a2; background: -moz-linear-gradient(top,  #ee7787 0%, #e84a5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee7787), color-stop(100%,#e84a5f)); background: -webkit-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: -o-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: -ms-linear-gradient(top,  #ee7787 0%,#e84a5f 100%); background: linear-gradient(to bottom,  #ee7787 0%,#e84a5f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7787', endColorstr='#e84a5f',GradientType=0 ); border: 1px solid #e84a5f; }
.fusion-button.rosy:active { background: #e84a5f; background: -moz-linear-gradient(top,  #e84a5f 0%, #ee7787 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e84a5f), color-stop(100%,#ee7787)); background: -webkit-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: -o-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: -ms-linear-gradient(top,  #e84a5f 0%,#ee7787 100%); background: linear-gradient(to bottom,  #e84a5f 0%,#ee7787 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a5f', endColorstr='#ee7787',GradientType=0 ); }
.fusion-button.rosy span.fusion-button-inner { border-top: 1px solid #f3a4af }
.fusion-button.pink { background: #e3618d; background: -moz-linear-gradient(top,  #e3618d 0%, #cb245c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3618d), color-stop(100%,#cb245c)); background: -webkit-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: -o-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: -ms-linear-gradient(top,  #e3618d 0%,#cb245c 100%); background: linear-gradient(to bottom,  #e3618d 0%,#cb245c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3618d', endColorstr='#cb245c',GradientType=0 ); border: 1px solid #cb245c; }
.fusion-button.pink:active { background: #cb245c; background: -moz-linear-gradient(top,  #cb245c 0%, #e3618d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb245c), color-stop(100%,#e3618d)); background: -webkit-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: -o-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: -ms-linear-gradient(top,  #cb245c 0%,#e3618d 100%); background: linear-gradient(to bottom,  #cb245c 0%,#e3618d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb245c', endColorstr='#e3618d',GradientType=0 ); }
.fusion-button.pink span.fusion-button-inner { border-top: 1px solid #eb8cac }
.fusion-button.green { color: #fff; background: #88dd48; background: -moz-linear-gradient(top,  #88dd48 0%, #5fb139 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88dd48), color-stop(100%,#5fb139)); background: -webkit-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: -o-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: -ms-linear-gradient(top,  #88dd48 0%,#5fb139 100%); background: linear-gradient(to bottom,  #88dd48 0%,#5fb139 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139',GradientType=0 ); border-color: #60AE40; }
.fusion-button.green span.fusion-button-inner { border-top: 1px solid #b7ea90 }
.fusion-button.green:active { background: #5fb139; background: -moz-linear-gradient(top,  #5fb139 0%, #88dd48 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fb139), color-stop(100%,#88dd48)); background: -webkit-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: -o-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: -ms-linear-gradient(top,  #5fb139 0%,#88dd48 100%); background: linear-gradient(to bottom,  #5fb139 0%,#88dd48 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb139', endColorstr='#88dd48',GradientType=0 ); }
.fusion-button.brown { background: #876565; background: -moz-linear-gradient(top,  #876565 0%, #604848 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#876565), color-stop(100%,#604848)); background: -webkit-linear-gradient(top,  #876565 0%,#604848 100%); background: -o-linear-gradient(top,  #876565 0%,#604848 100%); background: -ms-linear-gradient(top,  #876565 0%,#604848 100%); background: linear-gradient(to bottom,  #876565 0%,#604848 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876565', endColorstr='#604848',GradientType=0 ); border: 1px solid #604848; }
.fusion-button.brown:active { background: #604848; background: -moz-linear-gradient(top,  #604848 0%, #876565 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#604848), color-stop(100%,#876565)); background: -webkit-linear-gradient(top,  #604848 0%,#876565 100%); background: -o-linear-gradient(top,  #604848 0%,#876565 100%); background: -ms-linear-gradient(top,  #604848 0%,#876565 100%); background: linear-gradient(to bottom,  #604848 0%,#876565 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604848', endColorstr='#876565',GradientType=0 ); }
.fusion-button.brown span.fusion-button-inner { border-top: 1px solid #ae9393 }
.fusion-button.purple { background: #524656; background: -moz-linear-gradient(top,  #635569 0%, #372f3a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#635569), color-stop(100%,#372f3a)); background: -webkit-linear-gradient(top,  #635569 0%,#372f3a 100%); background: -o-linear-gradient(top,  #635569 0%,#372f3a 100%); background: -ms-linear-gradient(top,  #635569 0%,#372f3a 100%); background: linear-gradient(to bottom,  #635569 0%,#372f3a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#635569', endColorstr='#372f3a',GradientType=0 ); border: 1px solid #372f3a; }
.fusion-button.purple:active { background: #372f3a; background: -moz-linear-gradient(top,  #372f3a 0%, #635569 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#372f3a), color-stop(100%,#635569)); background: -webkit-linear-gradient(top,  #372f3a 0%,#635569 100%); background: -o-linear-gradient(top,  #372f3a 0%,#635569 100%); background: -ms-linear-gradient(top,  #372f3a 0%,#635569 100%); background: linear-gradient(to bottom,  #372f3a 0%,#635569 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#372f3a', endColorstr='#635569',GradientType=0 ); }
.fusion-button.purple span.fusion-button-inner { border-top: 1px solid #7e6c85 }
.fusion-button.gold { background: #ffc750; background: -moz-linear-gradient(top,  #ffc750 0%, #faaa00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc750), color-stop(100%,#faaa00)); background: -webkit-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: -o-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: -ms-linear-gradient(top,  #ffc750 0%,#faaa00 100%); background: linear-gradient(to bottom,  #ffc750 0%,#faaa00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc750', endColorstr='#faaa00',GradientType=0 ); border: 1px solid #faaa00; }
.fusion-button.gold:active { background: #faaa00; background: -moz-linear-gradient(top,  #faaa00 0%, #ffc750 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faaa00), color-stop(100%,#ffc750)); background: -webkit-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: -o-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: -ms-linear-gradient(top,  #faaa00 0%,#ffc750 100%); background: linear-gradient(to bottom,  #faaa00 0%,#ffc750 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa00', endColorstr='#ffc750',GradientType=0 ); }
.fusion-button.gold span.fusion-button-inner { color: #9C6533; text-shadow: 1px 1px 1px #ffe2a5; border-top: 1px solid #ffd783; }
.fusion-button.teal { background: #3c9091; background: -moz-linear-gradient(top,  #3c9091 0%, #286061 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9091), color-stop(100%,#286061)); background: -webkit-linear-gradient(top,  #3c9091 0%,#286061 100%); background: -o-linear-gradient(top,  #3c9091 0%,#286061 100%); background: -ms-linear-gradient(top,  #3c9091 0%,#286061 100%); background: linear-gradient(to bottom,  #3c9091 0%,#286061 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9091', endColorstr='#286061',GradientType=0 ); border: 1px solid #286061; }
.fusion-button.teal:active { background: #286061; background: -moz-linear-gradient(top,  #286061 0%, #3c9091 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286061), color-stop(100%,#3c9091)); background: -webkit-linear-gradient(top,  #286061 0%,#3c9091 100%); background: -o-linear-gradient(top,  #286061 0%,#3c9091 100%); background: -ms-linear-gradient(top,  #286061 0%,#3c9091 100%); background: linear-gradient(to bottom,  #286061 0%,#3c9091 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286061', endColorstr='#3c9091',GradientType=0 ); }
.fusion-button.teal span.fusion-button-inner { border-top: 1px solid #63bdbf }
.fusion-button.navy { background: #2c76cf; background: -moz-linear-gradient(top,  #2c76cf 0%, #1d4e89 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c76cf), color-stop(100%,#1d4e89)); background: -webkit-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: -o-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: -ms-linear-gradient(top,  #2c76cf 0%,#1d4e89 100%); background: linear-gradient(to bottom,  #2c76cf 0%,#1d4e89 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c76cf', endColorstr='#1d4e89',GradientType=0 ); border: 1px solid #1d4e89; }
.fusion-button.navy:active { background: #1d4e89; background: -moz-linear-gradient(top,  #1d4e89 0%, #2c76cf 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d4e89), color-stop(100%,#2c76cf)); background: -webkit-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: -o-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: -ms-linear-gradient(top,  #1d4e89 0%,#2c76cf 100%); background: linear-gradient(to bottom,  #1d4e89 0%,#2c76cf 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2c76cf',GradientType=0 ); }
.fusion-button.navy span.fusion-button-inner { border-top: 1px solid #619ade }
.fusion-button.darkblue { background: #36454F; border: 1px solid #36454F; }
.fusion-button.lightorange { background: #FD8D79; border: 1px solid #FD8D79; }
.fusion-button.white { background: #fff; border: 1px solid #fff; }

.fusion-button.yellow { background: #FBCF61; border: 1px solid #FBCF61; }

.fusion-button.darkblue:active { background: #36454F; background: -moz-linear-gradient(top,  #36454F 0%, #36454F 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36454F), color-stop(100%,#36454F)); background: -webkit-linear-gradient(top,  #36454F 0%,#36454F 100%); background: -o-linear-gradient(top,  #36454F 0%,#36454F 100%); background: -ms-linear-gradient(top,  #faaa00 0%,#36454F 100%); background: linear-gradient(to bottom,  #36454F 0%,#36454F 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36454F', endColorstr='#36454F',GradientType=0 ); }
.fusion-button.darkblue span.fusion-button-inner { color: #ffffff;}
.fusion-button.lightblue { background: #3B5998; border: 1px solid #3B5998; }
.fusion-button.lightblue:active { background: #3B5998; background: -moz-linear-gradient(top,  #3B5998 0%, #3B5998 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B5998), color-stop(100%,#3B5998)); background: -webkit-linear-gradient(top,  #3B5998 0%,#3B5998 100%); background: -o-linear-gradient(top,  #3B5998 0%,#3B5998 100%); background: -ms-linear-gradient(top,  #3B5998 0%,#3B5998 100%); background: linear-gradient(to bottom,  #3B5998 0%,#3B5998 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B5998', endColorstr='#3B5998',GradientType=0 ); }
.fusion-button.lightblue span.fusion-button-inner { color: #ffffff;}
.fusion-button { font-size: 13px }
.fusion-button.large { font-size: 16px }
.fusion-button.giant { font-size: 18px }
.fusion-button.left { float: left }
.fusion-button.right { float: right; margin-right: 0; margin-left: 5px; }
a.custom-button {display: inline-block;white-space: nowrap;}
/* Testimonial
================================================== */
.fusion-testimonial-content { font-style: italic; position: relative; background: #f5f5f5; padding: 15px; color: #666; border-radius: 2px; -webkit-border-radius: 2px; }
.fusion-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; }
.fusion-testimonial-content p:last-child { margin: 0 }
.fusion-testimonial-author { font-size: 1em; margin-top: 25px; margin-left: 15px; font-weight: bold; }
/* Highlights
================================================== */
.fusion-highlight-yellow, .fusion-highlight-yellow a { background-color: #FFF7A8; color: #695D43; }
.fusion-highlight-blue, .fusion-highlight-blue a { color: #5091b2; background: #e9f7fe; }
.fusion-highlight-green, .fusion-highlight-green a { color: #5f9025; background: #ebf6e0; }
.fusion-highlight-red, .fusion-highlight-red a { color: #de5959; background: #ffe9e9; }
.fusion-highlight-gray, .fusion-highlight-gray a { color: #666; background: #f9f9f9; }
/* Boxes
================================================== */
/*main*/
.fusion-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; }
.fusion-box p:last-child { margin: 0 }
/*aligns*/
.fusion-box.left { float: left }
.fusion-box.right { float: right }
/*colors*/
.fusion-box.gray { color: #666; background: #f9f9f9; border: 1px solid #ddd; }
.fusion-box.red { color: #de5959; background: #ffe9e9; border: 1px solid #fbc4c4; }
.fusion-box.green { color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; }
.fusion-box.blue { color: #5091b2; background: #e9f7fe; border: 1px solid #b6d7e8; }
.fusion-box.yellow { color: #c4690e; background: #fffdf3; border: 1px solid #f2dfa4; }
/* Toggle
================================================== */
.fusion-toggle .fusion-toggle-trigger {/*background-image: url("images/plus.png");*/background-color: #faaa00;padding:15px;}
.fusion-toggle .fusion-toggle-trigger:hover { background-color: #faaa00; text-decoration: none; }
.fusion-toggle .fusion-toggle-trigger.active, .fusion-toggle .fusion-toggle-trigger.active:hover { color: #000; background-color: #faaa00;/* background-image: url("images/minus.png");*/ text-decoration: none; }
.fusion-toggle .fusion-toggle-container { display: none; overflow: hidden; padding: 15px; border: 1px solid #ddd; border-top: 0px;background: #fff; color:#001122 }
/* Accordion
================================================== */
.fusion-accordion h3.fusion-accordion-trigger {padding:15px;background-color: #faaa00;/*background-image: url("images/plus.png")*/}
.fusion-accordion h3.fusion-accordion-trigger a { color: #555; text-decoration: none !important; }
.fusion-accordion .ui-state-focus { outline: none }
.fusion-accordion .fusion-accordion-trigger:hover { background-color: #faaa00; text-decoration: none; }
.fusion-accordion .fusion-accordion-trigger.ui-state-active { background-color: #faaa00; /*background-image: url("images/minus.png");*/ text-decoration: none; }
.fusion-accordion .fusion-accordion-trigger.ui-state-active a { color: #000;}
.fusion-accordion .ui-accordion-content { background-color: #fff; padding: 15px; border: 1px solid #ddd; border-top: 0px; height:auto !important; color:#001122 }
.fusion-accordion .ui-accordion-content p:last-child { margin: 0px }
.fusion-accordion .ui-icon { margin-right: 7px }
/* Tabs
================================================== */
.fusion-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #ddd; margin-left: 1px; }
.fusion-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 40px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.fusion-tabs ul.ui-tabs-nav li a { display: block; text-decoration: none; width: auto; height: 40px; 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; }
.fusion-tabs ul.ui-tabs-nav li a:hover { color: #333; background: #faaa00; }
.fusion-tabs ul.ui-tabs-nav .ui-state-active a { background: #faaa00; 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; }

.fusion-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
/*.fusion-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px }*/
.fusion-tabs .tab-content { background: #fff; padding: 20px; border-left: solid 1px #ddd; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd; color:#001122}
.fusion-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.fusion-tabs ul.tabs:after { clear: both }
.fusion-tabs ul.tabs { zoom: 1 }
.fusion-tabs .ui-tabs-hide { display: none }
.fusion-tabs:before, ul.fusion-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.fusion-tabs:after { clear: both }
.fusion-tabs { zoom: 1 }
.fusion-tabs .ui-tabs-hide { display: none }
/* Pricing Table
================================================== */
.fusion-pricing-table { list-style: none; margin: 0; padding: 0; font-size: 16px; }
.fusion-pricing-table div { list-style: none }
.fusion-column-featured {border:1px solid #FBCF61!important;}
.fusion-column-featured h5{background:#FBCF61!important;}
.fusion-pricing-table .fusion-column-featured .fusion-pricing-button {border-top:1px solid #FBCF61!important;}


.fusion-pricing-table .fusion-column-featured .fusion-pricing-content ul li{border-top: 1px solid #FBCF61!important;}
 

.fusion-pricing-table .fusion-pricing{background:#1A2930;border: 1px solid #faaa00;}


.fusion-pricing-table .fusion-pricing-header p{margin:5px 0px;}
.fusion-pricing-table > div { margin-right: 4%; list-style: none; text-shadow: none; margin-bottom: 0; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; 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); }
.fusion-pricing-table .fusion-pricing-header { text-align: center; /*border-bottom: 1px solid #111;*/ }
.fusion-pricing-table .fusion-pricing-header h5 { font-size: 1.313em; margin: 0; padding:20px 0px; font-weight: bold; background: #faaa00;; /*border-bottom: 1px solid #111;*/ }
.fusion-pricing-table .fusion-pricing-cost {  color: #fff; font-size: 1.500em; line-height: 1em; padding-top: 20px; /*border-top: 1px solid #444;*/}
.fusion-pricing-table .featured .fusion-pricing-header { }
.fusion-pricing-table .featured .fusion-pricing-header h5 { border-bottom: /*1px solid #707070;*/}
.fusion-pricing-table .featured .fusion-pricing-cost { /*border-top: 1px solid #fe8773*/}
.fusion-pricing-table  .featured .fusion-pricing-per {}
.fusion-pricing-table .fusion-pricing-per {  font-size: 0.786em; color: #fff; padding:5px }
.fusion-pricing-table .fusion-pricing-content { font-size: 0.857em; text-align: center; }
.fusion-pricing-table .fusion-pricing-content ul { margin: 0 !important; list-style: none !important; }
.fusion-pricing-table .fusion-pricing-content ul li { margin: 0px  !important; padding: 10px 20px !important; border-top: 1px solid #faaa00; list-style: none !important; color: #fff}
.fusion-pricing-table .fusion-pricing-content ul li:nth-child(2n+2) {  }
.fusion-pricing-table .fusion-pricing-button { text-align: center; border-top: 1px solid #faaa00; padding: 20px; }
.fusion-pricing-table .fusion-pricing-button .fusion-button { float: none; margin: 0 auto; }
/* Heading - v1.1
================================================== */
.fusion-heading { padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.fusion-heading.text-align-center { text-align: center }
.fusion-heading.text-align-left { text-align: left }
.fusion-heading.text-align-right { text-align: right }
/* 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
================================================== */
.fusion-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.fusion-divider.solid { border-top: 1px solid #faaa00 }
.fusion-divider.dashed { border-top: 2px dashed #faaa00 }
.fusion-divider.dotted { border-top: 3px dotted #faaa00 }
.fusion-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #faaa00; }
.fusion-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, #faaa00); }
.fusion-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, #faaa00); }
/* Skillbars - 1.3
================================================== */
.fusion-skillbar {
    background: none repeat scroll 0 0 #1A2930;
    border: 5px solid #FFFFFF;
    border-radius: 0;
    display: block;
    height: 55px;
    margin-bottom: 15px;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: width, background-color;
    transition-timing-function: linear;
    width: 100%;
}
.fusion-skillbar-title { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 13px; color: #fff; /*background: #6adcfa;*/    }
.fusion-skillbar-title span { display: block;  padding: 0 20px; height: 46px; line-height: 45px; -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;text-transform: uppercase;  }
.fusion-skillbar-bar { height: 46px; width: 0px; /*background: #6adcfa;*/  }
.fusion-skill-bar-percent { position: absolute; right: 10px; top: 0; font-size: 15px; height: 45px; line-height: 45px; color: #fff; color: #fff; }
/* Callout - 1.4
================================================== */
.fusion-callout { padding: 30px/*20px*/;  position: relative; border-radius: 3px;border:none;}
.fusion-callout-caption { float: left; font-size: 1.6em; font-weight: 400; width: 80%; color: #555; }
.fusion-callout-fullwidthcaption { float: left; font-size: 1.6em; font-weight: 400; width: 100%; color: #fff; }
.fusion-callout-button { position: absolute; right: 20px; top: 50%; margin-top: -25px; }
.fusion-callout-button .button { height: 40px; line-height: 40px; }
/* Provide some responsive support for the fusion Shortcodes
================================================== */
@media only screen and (max-width: 730px) { 
	.fusion-one-half, .fusion-one-third, .fusion-two-third, .fusion-three-fourth, .fusion-one-fourth, .fusion-one-fifth, .fusion-two-fifth, .fusion-three-fifth, .fusion-four-fifth, .fusion-one-sixth, .fusion-five-sixth { width: 100%!important; float: none; margin-right: 0; margin-bottom: 20px; }
	.fusion-pricing-table > div { margin-bottom: 25px }
	.fusion-box, .fusion-box.left, .fusion-box.right { float: none; width: 100% !important; }
	.fusion-tabs ul.ui-tabs-nav { margin-left: 0 }
	.fusion-tabs ul.ui-tabs-nav li { width: 100% }
	.fusion-tabs ul.ui-tabs-nav li a { border-left-width: 1px }
	.fusion-tabs ul.ui-tabs-nav .ui-state-active a, .fusion-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; }
	.fusion-callout-caption { text-align: center }
	.fusion-callout-caption { float: none; font-size: 1.6em; font-weight: 400; width: 100%; color: #555; }
	.fusion-callout-button { position: inherit; right: auto; top: auto; margin: 20px auto 0; text-align: center; }
}


/*======================== Blog Shortcode ========================*/

.threecol{
	width: 27.3%/*30.7%*/;
	margin: 0.9% /*2.5%*/;
	padding: 1.9%;
	float: left;
	margin-bottom:2%;
	background:#fff;
	/*border-bottom: 3px solid #ce2222;
	box-shadow: 0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;*/
	border: 1px solid #DDD;
	}
.threecol:hover{
	width: 27.3%/*30.7%*/;
	margin: 0.9% /*2.5%*/;
	padding: 1.9%;
	float: left;
	margin-bottom:2%;
	background:#fff;	
	box-shadow: 0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;
	border: 1px solid #DDD;
	}	
section.threecol a.read-more{/*margin-right:-10px;margin-bottom:-10px;-webkit-transition: all 0.2s ease-out;*/
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;}	
section.threecol:hover a.read-more{margin-right:0px}
.fourcol{
	width: 19%;
	margin: 0.9%;
	float: left;
	background: #fff;
	border-bottom: 3px solid #ce2222;
	padding: 1.9%;
	/*box-shadow: 0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;*/
	border: 1px solid #DDD;
	-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-backface-visibility: hidden;
	}
section.fourcol a.read-more{/*margin-right:-10px;margin-bottom:-10px;-webkit-transition: all 0.2s ease-out;*/
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;}	
section.fourcol:hover a.read-more{margin-right:0px}
.fourcol:hover{
	width: 19%;
	margin: 0.9%;
	float: left;
	background: #fff;
	/*border-bottom: 3px solid #ce2222;*/
	padding: 1.9%;
	box-shadow: 0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;
	/*border: 1px solid #DDD;*/	
	}	
.twocol{
	float: left;
	width: 44%;
	margin: 0.9%;
	background: #fff;
	/*border-bottom: 3px solid #ce2222;*/
	padding: 1.9%;
	/*box-shadow: 0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;*/
	border: 1px solid #DDD;
	/*border-bottom: transparent solid 3px;*/
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-moz-backface-visibility: hidden;
	}	

.twocol:hover{
	float: left;
	width: 44%;
	margin: 0.9%;
	background: #fff;
	/*border-bottom: 3px solid #ce2222;*/
	padding: 1.9%;
	box-shadow: 0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;	
	}	
section.twocol a.read-more{/*margin-right:-10px;margin-bottom:-10px;-webkit-transition: all 0.2s ease-out;*/
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;}	
section.twocol:hover a.read-more{margin-right:0px}
img.attachment-review-thumb.wp-post-image {
	width: 99% !important;
	height: auto !important;
	margin-bottom: 4%;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;}	  

.reviewinfo {
 		float: left;
		padding: 8px;
		width: 96%;
		word-wrap: break-word;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 8px;}

/*======================== Portfolio Shortcode ========================*/		
		
.portfolio-threecol{
	width: 30%;
	margin:3% 1% /*2.5%*/;	
	float: left;
	padding: 0.5%;
	background: #fff;
	padding-bottom: 20px;
	border-bottom: transparent solid 2px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-moz-backface-visibility: hidden;}
	
.portfolio-threecol:hover{
	width: 30%;
	margin: 1% /*2.5%*/;	
	float: left;
	padding: 0.5%;
	background: /*#fff*/;
	padding-bottom: 20px;
	/*border-bottom: #1dc6df solid 2px;*/
	opacity:0.8}	

/*======================== Wrapper Div Shortcode ========================*/	

.fusion-div-wrapper{margin-left: auto;margin-right: auto;}	
		  



/* ------------------------------------------------------------------------ */
/* FANCY HEADER 1
/* ------------------------------------------------------------------------ */
.fusion_heading {width: 100%;
margin: 20px 0 20px;
position: relative;
clear: both;
display: block;
z-index: 1;
text-align: center;}

.fusion_heading1 {
	width: 100%;
	margin: 20px 0 20px;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
	text-align: center;
}
.fusion_heading1 h2 {
	display: inline-block;
	position: relative;
	font-size: 36px;
}
.fusion_heading1 h2:after, .fusion_heading1 h2:before {
	position: absolute;
	content: '';
	width: 40%;
	height: 0;
	height: 4px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	top: 50%;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.fusion_heading1 h2:after {
	right: -42% ;
}
.fusion_heading1 h2:before {
	left: -42% ;
}
/*--------------------------------------------------------------------------*/
/*	FANCY HEADER 2
/*--------------------------------------------------------------------------*/
.fusion_heading2 {
	width: 100%;
	margin: 20px 0 20px;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
	text-align: center;
}
.fusion_heading2 h2 {
	display: inline-block;
	position: relative;
	font-size: 36px;
	border: 1px solid;
	padding: 10px 10px !important;
}
.fusion_heading2 h2:after, .fusion_heading2 h2:before {
	position: absolute;
	content: '';
	width: 30%;
	height: 0;
	border-bottom: 1px solid;
	top: 50%;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.fusion_heading2 h2:after {
	right: -32% ;
}
.fusion_heading2 h2:before {
	left: -32% ;
}


/* ------------------------------------------------------------------------ */
/* FANCY HEADER 3
/* ------------------------------------------------------------------------ */

.fusion_heading3 {
	width: 100%;
	margin: 20px 0 20px;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
	text-align: center;
}
.fusion_heading3 h2 {
	display: inline-block;
	position: relative;
	font-size: 36px;	
}
.fusion_heading3 h2:after, .fusion_heading3 h2:before {
	position: absolute;
	content: '';
	width: 40%;
	height: 0;
	border-bottom: 1px solid;
	line-height: 100%;
	top: 50%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	
}
.fusion_heading3 h2:after {
	right: -42% ;
}
.fusion_heading3 h2:before {
	left: -42% ;
}

/*--------------------------------------------------------------------------*/
/*	FANCY HEADER 4
/*--------------------------------------------------------------------------*/
.fusion_heading4 {
	width: 100%;
	margin: 20px 0 20px;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
	text-align: center;
}
.fusion_heading4 h2 {
	display: inline-block;
	position: relative;
	font-size: 36px;
	border: 1px solid;
	padding: 15px 15px !important;
}
.fusion_heading4 h2:after, .fusion_heading4 h2:before {
	position: absolute;
	content: '';
	width: 30%;
	height: 4px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	line-height: 100%;
	top: 50%;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.fusion_heading4 h2:after {
	right: -32% ;
}
.fusion_heading4 h2:before {
	left: -32% ;
}

/* Columns
================================================== */
.fusion-one-half { width: 48% }
.fusion-one-third { width: 30.66%}
.fusion-two-third { width: 65.33% }
.fusion-one-fourth { width: 22% }
.fusion-three-fourth { width: 74% }
.fusion-one-fifth { width: 16.8% }
.fusion-two-fifth { width: 37.6% }
.fusion-three-fifth { width: 58.4% }
.fusion-four-fifth { width: 67.2% }
.fusion-one-sixth { width: 13.33% }
.fusion-five-sixth { width: 82.67% }
.fusion-one-half, .fusion-one-third, .fusion-two-third, .fusion-three-fourth, .fusion-one-fourth, .fusion-one-fifth, .fusion-two-fifth, .fusion-three-fifth, .fusion-four-fifth, .fusion-one-sixth, .fusion-five-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.fusion-column-last { margin-right: 0!important; clear: right; }
.fusion-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.fusion-one-half, .fusion-one-third, .fusion-two-third, .fusion-three-fourth, .fusion-one-fourth, .fusion-one-fifth, .fusion-two-fifth, .fusion-three-fifth, .fusion-four-fifth, .fusion-one-sixth, .fusion-five-sixth { }

.fusion-iconcolumn
{background: #fcfcfc;
padding: 25px;
text-align: center;
border-radius: 3px;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
border-bottom: 2px solid transparent;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;}

.fusion-iconcolumn:hover
{box-shadow: 0 1px 3px 0 #b5b5b5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;
	border: 1px solid #DDD;}

/*background: #fff;
padding: 25px;
text-align: center;
border-radius: 3px;
border-bottom: 2px solid #ce2222;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 3px 0 #b5b5b5;
-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
-webkit-box-shadow: 0 1px 3px 0 #b5b5b5;*/

.icon{margin-top: -40px;
margin-bottom: 25px;
}

.icon i{
padding: 15px;
border-radius: 50%;
font-size: 25px;
}

.fusion-iconcolumnside
{/*background: #fcfcfc;
padding: 25px;
text-align: center;
border-radius: 3px;
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
border-bottom: 2px solid transparent;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;*/}
.iconside {
float:left;
padding: 0px 20px;
font-size: 30px;
/*margin-bottom: 25px;*/
}
.iconwithborder{
margin-top: 10px;
font-size: 25px;
margin-bottom: 15px;
width: 40px;
height: 40px;
text-align: center;
vertical-align: middle;
line-height: 40px;
padding: 15px;
border-radius: 50%;
border: 1px solid;
margin-left: auto;
margin-right: auto;
opacity: 0.8;}

/* --------------------------------------------
	LIST SHORTCODE
-------------------------------------------- */

.oft-list {
	margin-left: 0;
	list-style: none!important;
}
.oft-list li {
	padding: 0;
	line-height: 200%;
}
.oft-list li i {
	margin-right: 10px;
}
/* --------------------------------------------
	Video SHORTCODE
-------------------------------------------- */
.oft-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.oft-video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --------------------------------------------
	Contact Details shortcodes
-------------------------------------------- */
.contact{text-align: center; margin-left: auto; margin-right:auto}

/*--------------------------------------------------------------------------*/
/*	Customers Logos
/*--------------------------------------------------------------------------*/
.customer-logos {
	width: 100%;
	text-align: center;
	float: left;
	padding: 25px 0;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 15px;
}
.customer-logos img {
	display: inline;
	max-width: 110px;
}
.customer-logos a img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.customer-logos a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}



/*---*/
/*======================== Shortcode CSS ends here ========================*/