.alert-block{
	padding-top: 8px;
        padding-bottom: 8px;
}

.tip-primary  .tooltip-inner {
  background-color: #65ABA6;
}


.tip-primary .tooltip.top .tooltip-arrow {
  border-top-color: #65ABA6;
}

.tip-primary .tooltip.right .tooltip-arrow {
  border-right-color: #65ABA6;
}

.tip-primary .tooltip.left .tooltip-arrow {
  border-left-color: #65ABA6;
}

.tip-primary .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #65ABA6;
}

.tooltip-inner{
    line-height:16px;
}

.pop-primary .popover {
  background-color: #ffffff;
  border: 1px solid #ccc;
}


.pop-primary .popover-title {
  background-color: #65ABA6;
  border-bottom: 1px solid #22799e;
  Color:#FFF;
}

span.bg{
	background-color: #65ABA6;
	border-bottom: 1px solid #22799e;
	padding: 2px;
}


span.dropcaps{
	font-size: 36px;
	font-weight: normal;
	padding: 5px;
        float:left;
        line-height:12px;
}



/* ------------------------------------------------------------------------ */
/* 06. Section : Taglines
/* ------------------------------------------------------------------------ */

.wide .taglinewrapper{
	background: #F6F6F6;
}

blockquote{
	padding: 10px 20px;
	background: #F6F6F6;
}

blockquote{
	margin: 20px 0;
        padding:30px;
        background: #FFF;
        box-shadow: 0 1px 3px #CCC;
}
blockquote h1,
blockquote h2,
blockquoteh3,
blockquoteh4,
blockquote h5,
blockquote h6,
blockquote p{
    padding: 0;
    margin-top:0;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}



/*===Column Shortcode =====*/
.one_half { width: 50%;float: left; min-width: 240px;
}
.one_third { width: 33.3%; float: left; min-width: 160px;
}
.one_fourth { width: 25%;float: left; min-width: 120px;
}
.one_fifth { width: 20%;float: left;min-width: 96px;}

.two_third { width: 59.9%; float: left;}
.three_fourth { width: 75%;float: left;}
.two_fifth{width: 40%;float: left;}
.three_fifth{width: 60%;float: left;}
.four_fifth{width: 80%;float: left;}
/*.one_fifth .column_content.first {background:none;}

.one_fifth .column_content { background-color:#f6f0d3;}
.one_fifth .column_content h3 {padding-top:10px; margin-left:0px;} 
.one_fifth .column_content p {margin-top:5px; line-height:1.5em; margin-left:0px;}

.one_fifth .column_content.first {
}


.one_third .column_content.first {
	background:none;
	margin-top:120px;
	margin-left:195px;
}

*/
/*.two_third .column_content.first {
	background-color:#f6f0d3;
	max-width:700px;
	height:681px;
}*/

/*.one_third .column_content {

	background-color:#f6f0d3;
	padding-left:0px;
	height:408px;
}*/
/*.one_third .column_content p {
	padding-left:15px;
	padding-top:5px;
	font-family:'Lato', sans-serif;
	font-size:15px;
	line-height:1.4em;
	padding-right:15px;
}*/
/*.one_third .column_content h3 {padding-left:15px;}
*/
.column_content{
    padding-left:30px;
	
}

.column_content.first{
    padding-left:0;
}

.gmap,.gmap iframe{
    width:100%;
}

/* Clearfix */
.clearfix:before,
.clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }


/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:100%;
	position:relative;
	margin:auto;
        display:block;
        clear:both;
}
.sti-menu li{
	float:left;
	width:188px;
	height:220px;  
        margin:0 15px;
        padding:10px;
        border:1px solid #E3E3E3;
        border-bottom: 4px solid #EEE;
}
.sti-menu li:first-child{
    margin-left:0;
}
.sti-menu li:last-child{
    margin-right:0;
}
.vibe_editor .sti-menu li:first-child{margin-left:0;}

.sti-menu li:hover{
    background-color:#65ABA6;
    border-color:#22799e;
    color:#FFF;
}

.sti-menu li a{
	display:block;
	overflow:hidden;
	background:transparent;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
}
.sti-menu li a h2{
	font-size:20px;
        line-height:20px;
	font-weight:100;
	text-transform:uppercase;
	position:absolute;
	width:100%;
	top:110px;
        text-align:center;
        line-height:20px;
        padding:0px !important;
}

.sti-menu li a h3{
	font-size:14px;
        line-height:14px;
	font-weight:100;
	color: #111;
	position:absolute;
	top:160px;
	width:100%;
	padding:0px !important;
}

.sti-icon{
	font-size:60px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	top:0px;
        width:100%;
        left:0;
	text-align:center;
        padding:0px !important;
}

.sti-menu li:hover a h2,
.sti-menu li:hover a h3,
.sti-menu li:hover .sti-icon{
    color:#FFF;
}
/*=== small ===*/
.sti-menu.smallmenu li{
	width:148px;
	height:200px; 
}

.sti-menu.smallmenu li a h2{
	font-size:18px;
        line-height:20px;
	top:80px;
	text-align: center;
}

.sti-menu.smallmenu li a h3{
	font-size:14px;
        line-height:16px;
	top:140px;
}

.smallmenu .sti-icon{
	font-size:48px;
	top:0px;
}

/*=== mini ===*/
.sti-menu.minimenu li{
	width:98px;
	height:150px;  
}

.sti-menu.minimenu li a h2{
	font-size:12px;
    line-height:16px;
	top:70px;
}

.sti-menu.minimenu li a h3{
	font-size:10px;
    line-height:12px;
	top:110px;
}

.minimenu .sti-icon{
	font-size:36px;
	top:0px;
}

/*=== Big ===*/
.sti-menu.bigmenu li{
	width:248px;
	height:240px;  
}

.sti-menu.bigmenu li a h2{
	font-size:24px;
	top:120px;
        line-height:26px;	
}

.sti-menu.bigmenu li a h3{
	font-size:16px;
        line-height:18px;
	top:180px;
}

.bigmenu .sti-icon{
	font-size:75px;
	top:0px;
}

/*=== Large ===*/
.sti-menu.largemenu li{
	width:300px;
	height:320px;  
}

.sti-menu.largemenu li a h2{
	font-size:28px;
	top:180px;
	        line-height:30px;
}

.sti-menu.largemenu li a h3{
	font-size:16px;
        line-height:18px;
	top:240px;
}

.largemenu .sti-icon{
	font-size:160px;
	top:60px;
}

/*=== huge ===*/
.sti-menu.hugemenu li{
	width:460px;
	height:420px;  
}

.sti-menu.hugemenu li a h2{
	font-size:36px;
	top:220px;
        line-height:38px;	
}

.sti-menu.hugemenu li a h3{
	font-size:16px;
	top:280px;
        line-height:18px;
}

.hugemenu .sti-icon{
	font-size:200px;
	top:80px;
}
/*==== Gallery ====*/
.instagram,
.gallery{
	width:auto;
	position:relative;
	display:inline-block;
}

.instagram a,
.gallery a{
	display:inline-block;
	position:relative;
	text-decoration:none;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
}
.instagram a img,
.gallery a img{
    border:2px solid #E3E3E3;
    border-radius:2px;
}
footer .instagram a img,
footer .gallery a img{
    border-color:#303030;
}
.instagram a:hover img,
.gallery a:hover img{
    border-color: #65ABA6;
}

.gallery a img{
    width: 100%;
    margin:5px;
}
.instagram.small a img,
.gallery.small a img{
	width: 62px;
	margin: 0 4px 4px 0;
}
.instagram.medium a img,
.gallery.normal a img{
	width: 105px;
	margin: 0 10px 10px 0;
}

.instagram.big a img,
.gallery.large a img{
	width: 155px;
	margin: 0 10px 10px 0;
}


.gallery.micro a img{
	width: 48px;
	margin: 2px;
}


.gallery.small{padding:0;}


.quick-flickr-item{
	display: inline-block;
}
.quick-flickr-item img{
	width: 64px;
	float: left;
	border: 2px solid #EEE;
	margin: 0 2px 2px 0;
	opacity: 0.8;
}

footer .widget .quick-flickr-item img{
	width: 55px;
	height: 35px;
	border-color: #303030;
}

.quick-flickr-item img:hover{
	opacity: 1;
}

.twitter_carousel li{
	padding-left: 0;
	background: transparent;;
}

.twitter_item p {
background: #E7F6FB;
padding: 20px;
margin-top: 0px;
color:#444;
}

.twitter_item{
    position:relative;
}

.twitter_item p:after{
  content: '';
  left: 40px;
  bottom: 20px;
position: absolute;
border-width: 12px;
border-style: solid;
border-color: #E7F6FB transparent transparent #E7F6FB;
  display: block;
  width: 0;
  z-index: 99;
}
footer .testimonial_item p,
footer .twitter_item p{
	background-color: #303030;
}
footer .testimonial_item p:after,
footer .twitter_item p:after{
	border-color: #303030 transparent transparent #303030;
}
footer .testimonial_item a,
footer .twitter_item a{
    color:#F1F1F1;
}

.author .icon-twitter{
    font-size:20px;
    color:#2d9ddc;
}
/*==== Note ===== */
.note{
    display: block;
border: 1px solid #EEEBDC;
margin:10px 10px 10px 0;
padding: 0 10px 0 20px;
background: #FFFEEE url('../img/noteyellowbg.gif') repeat 0 0;
-moz-box-shadow: 1px 1px 0 #cfc9b7;
-webkit-box-shadow: 1px 1px 0 #CFC9B7;
box-shadow: 1px 1px 0 #CFC9B7;
}

.notepad{
    border-left: 4px double #F3B3A9;
display: block;
padding: 23px 10px 15px 15px;
word-wrap: break-word;
}

.notepad p,
.notepad h1,
.notepad h2,
.notepad h3,
.notepad h4,
.notepad h5,
.notepad h6{margin:0;padding:0;}

.note.white{
    border: 1px solid #E3E3E3;
background: #FFF url('../img/notewhitebg.png') repeat 0 0;
-moz-box-shadow: 1px 1px 0 #E3E3E3;
-webkit-box-shadow: 1px 1px 0 #E3E3E3;
box-shadow: 1px 1px 0 #E3E3E3;
}

.note.grey{
    border: 1px solid #caf1fd;
background: #e0f8ff url('../img/notewhitebg.png') repeat 0 0;
-moz-box-shadow: 1px 1px 0 #caf1fd;
-webkit-box-shadow: 1px 1px 0 #caf1fd;
box-shadow: 1px 1px 0 #caf1fd;
}
.note.blue{
    border: 1px solid #d3eef7;
background: #E7F6FB url('../img/notebluebg.png') repeat 0 0;
-moz-box-shadow: 1px 1px 0 #d3eef7;
-webkit-box-shadow: 1px 1px 0 #d3eef7;
box-shadow: 1px 1px 0 #d3eef7;
}
.note.green{
    border: 1px solid #d8f8cd;
background: #eeffe9 url('../img/notegreenbg.png') repeat 0 0;
-moz-box-shadow: 1px 1px 0 #d8f8cd;
-webkit-box-shadow: 1px 1px 0 #d8f8cd;
box-shadow: 1px 1px 0 #d8f8cd;
}
.note.red{
    border: 1px solid #f7d1d1;
background: #ffe6e6 url('../img/noteredbg.png') repeat 0 0;
-moz-box-shadow: 1px 1px 0 #f7d1d1;
-webkit-box-shadow: 1px 1px 0 #f7d1d1;
box-shadow: 1px 1px 0 #f7d1d1;
}
.note.orange{
    border: 1px solid #f9e8bf;
background: #fff3d6 url('../img/noteorangebg.png') repeat 0 0;
-moz-box-shadow: 1px 1px 0 #f9e8bf;
-webkit-box-shadow: 1px 1px 0 #f9e8bf;
box-shadow: 1px 1px 0 #f9e8bf;
}


/* ==== Accordion Styles ==== */
/*=== Accordion Styling ===*/
.accordion {
  border: none;
  margin:10px 0;
}
.accordion-inner img {
  padding: 10px;
}

.accordion-group {
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
 border:none;
  margin:2px 0px;
}

.accordion .accordion-group {margin:2px 0;}
.accordion-heading {
  background: rgba(230,230,230,0.2);
  margin-bottom: 0;
}

.accordion-toggle.collapsed i{
    float:right;
    width: 18px;
    height: 18px;
    background: url(../img/plus.png) no-repeat 5px 5px;
    margin-right:5px;
    border-radius:10px;
    opacity:0.7;
}

.accordion-toggle i {
    background: url(../img/minus.png) no-repeat 5px 5px;
    float:right;
    width: 18px;
    height: 18px;
    margin-right:5px;
    border-radius:10px;
    opacity:0.7;
}
.accordion-heading a{
    color:#444;
}

.accordion-heading a:hover {
  text-decoration: none;
}
.accordion-inner {
  border: none !important;
  background: transparent;
}

/*=== Plain Style */

.accordion.plain {
  border: none;
}
.plain .accordion-inner img {
  padding: 10px;
}

.plain .accordion-group {
  background: transparent;
  border-left: none;border-right: none;border-top: none;
  border-bottom:1px solid #E3E3E3;
  border-radius:0;
}
.plain .accordion-heading {
  background:transparent;
  padding-left:1px;
}

.plain .accordion-heading .accordion-toggle {padding-left:0;}

.plain .accordion-toggle.collapsed i {
    float:left;
    width: 17px;
    height: 17px;
    background: #65ABA6 url(../img/toggle_plus.png) no-repeat 5px 5px;
    margin-right:15px;
    border-radius:10px;
}

.plain .accordion-toggle i {
    background:#65ABA6 url(../img/toggle_minus.png) no-repeat 5px 8px;
    float:left;
    width: 18px;
    height: 18px;
    margin-right:15px;
    border-radius:10px;
}

.plain .accordion-inner {
  border-top:none !important;
  background: transparent;
  padding-left: 30px;
}
.plain .accordion-inner p{
    padding:0;
}

/*=== Dark Style */

.accordion.dark {
  border: none;
}
.dark .accordion-inner img {
  padding: 10px;
}

.dark .accordion-group {
  background: transparent;
  border-left: none;border-right: none;border-top: none;
  border-bottom:1px solid #303030;
}
.dark .accordion-heading {
  background:transparent;
}

.dark .accordion-toggle.collapsed i{
    float:left;
    width: 18px;
    height: 18px;
    background: #65ABA6 url(../img/toggle_plus.png) no-repeat 5px 5px;
    margin-right:15px;
    border-radius:10px;
}
.dark .accordion-heading .accordion-toggle {padding-left:0;}
.dark .accordion-toggle i {
    background:#65ABA6  url(../img/toggle_minus.png) no-repeat 5px 8px;
    float:left;
    width: 18px;
    height: 18px;
    margin-right:15px;
    border-radius:10px;
}

.dark .accordion-inner {
  border-top:none;
  background: transparent;
}
.dark .accordion-inner p{
    padding:0;
}



/*==== Team =====*/
.team_member {
    position:relative;
    display:block;
    padding: 0px 0px 40px;
    background: #FFF;
    box-shadow: 0 1px 3px #CCC;
    border-radius: 2px;
}
.team_member img{
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}

/*=== GMAP ==*/
.map {
  margin: 20px 20px 40px;
  /*border: 5px solid #dddddd;
*/}
.map img {
  max-width: 100%;
  max-height: 500px;
  max-width: 500px;
}

#commentform .button{
  margin-left: 0;
}
ul.the-icons li {
  float: left;
  margin: 10px;
}

ul.the-icons.unstyled li{
    margin:0;
}

h3.heading{
    position:relative;
    display: inline-block;
    width: 100%;
    margin-bottom:20px;
    z-index:9;
    text-align:center;
/*    background: url(../img/bg/title_bg4.png)repeat-x 0 14px;
*/}

h3.heading span{
    padding:0 20px;
   /* background:none;*/
}

h3.heading a.heading_more{
    float:right;
    background:none !important;
    padding-left:20px;
    font-size:60%;
}

/* ------------------------------------------------------------------------ */
/* 06. ShortCodes/Widgets : Tabs
/* ------------------------------------------------------------------------ */
.nav.nav-tabs{
    margin:0;
    padding:0;
    border:none;
    margin-bottom:-3px;
    display:inline-block;
}


.nav.nav-tabs li{
    background:#F6F6F6;
    border:none;
    padding:0;
    display:inline-block;
    float:left;
	font-size:13px;
}

.nav.nav-tabs li{
    border-top:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
}
.nav.nav-tabs li:hover:first-child,
.nav.nav-tabs li:first-child {
   border-left:1px solid #E3E3E3;
   border-bottom:1px solid #E3E3E3;
}



.nav-tabs > li > a{
    padding: 4px 16px;
    border-radius:0;
    margin:0;
    border:none; 
}

.tabbable .nav-tabs > li > a{
    padding:8px 90px;
}
/*DEVELOPMENT OPPORTUNITIES PAGE*/
.businesstext .tabbable .nav-tabs > li > a{padding:8px 122px;}

.sidebar .tabbable .nav-tabs > li > a{
    padding:4px 12px;
}
.nav-tabs > li > a > span{
    margin-left: -8px;
}

.nav.nav-tabs li.active{
    margin-top:0px;
    border-top:3px solid #65ABA6;
    background:#FFF;
}


.nav.nav-tabs li:hover{
    background:transparent;
    border-top:3px solid #65ABA6;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover,
.nav-tabs > li > a:hover{
    border:none;
    background:transparent;
	}


.widget .tabs .tab-pane li img{
    max-width: 64px;
    max-height: 48px;
    float: left;
    margin: 2px 10px 2px 0;
}

.tab-content.light{
    border-right:1px solid #E3E3E3;
}

.widget .tab-content.light{
	border-right: 0;
}

.sidebar.sidebar-left .tab-content.light{
    border-right:none;
}


.tab-content{
    padding:30px 0 0 0;
  /*  border-top:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;*/
    margin-top: 1px;
}
.tab-content p {padding-left:20px; 
}
.tab-content h1 {padding-left:20px;
}
.tab-content h2 {padding-left:20px;
}
.tab-content h3 {padding-left:20px;
}
.tab-content h4 {padding-left:20px;
}
/*.tab-content img {margin-left:45px;
}*/

.tabbable{
    margin-bottom: 20px;
}

.tabbable.tabs-right .tab-content,
.tabbable.tabs-left .tab-content{
border-top:none;
}


.tabbable.tabs-left .nav.nav-tabs{
      margin-top:0;
}

.tabbable.tabs-right .tab-content{
   border-right:1px solid #E3E3E3;
   padding-right: 30px;
   padding-top: 0;
}
.tabbable.tabs-left .tab-content{
   border-left:1px solid #E3E3E3;
   padding-left: 30px;
   padding-top: 0;
}

.tabbable.tabs-left .nav.nav-tabs li{
    border-bottom:1px solid #E3E3E3;
    border-left:1px solid #E3E3E3;
    border-top:none;
    border-right:none;
}
.tabbable.tabs-right .nav.nav-tabs li{
    border-bottom:1px solid #E3E3E3;
    border-top:none;
    border-left:none;
}
.tabbable.tabs-right .nav.nav-tabs li:hover:first-child,
.tabbable.tabs-right .nav.nav-tabs li,
.tabbable.tabs-left .nav.nav-tabs li:hover:first-child,
.tabbable.tabs-left .nav.nav-tabs li {
    border-top:1px solid #E3E3E3;
}


.tabbable.tabs-right .nav-tabs,
.tabbable.tabs-left .nav-tabs{
    width: 25%;
    min-width: 180px;
}

.tabbable.tabs-left .nav-tabs > li,
.tabbable.tabs-right .nav.nav-tabs > li{
    clear:both;
    width:100%;
}

.tabbable.tabs-left .nav.nav-tabs li:hover,
.tabbable.tabs-left .nav.nav-tabs li.active {
    border-left: 1px solid #65ABA6;
}

.tabbable.tabs-left .nav.nav-tabs li.active{
    margin-right: -1px;
    background: #FFF;
    border-right: 1px solid #FFF;
}

.tabbable.tabs-right .nav.nav-tabs li.active{
    margin-left: -1px;
    background: #FFF;
    border-left: 1px solid #FFF;
}

.tabbable.tabs-right .nav.nav-tabs li:hover,
.tabbable.tabs-right .nav.nav-tabs li.active {
    border-right: 1px solid #65ABA6;
}



/*======= Team Member ========*/
.team_member p{
    clear:both;
    margin:0;
    padding:0;
	padding-bottom:0px !important;
    display:inline-block;
}


.team_member ul.socialicons{
    margin:0;
    padding: 0;
    clear:both;
    float:none;
	display:none;
}

.team_member h3{
    padding: 30px 0 0;
    line-height: 1;
}

.team_member h4{
    opacity: 0.6;
	padding-top:10px !important;
}
.team_member ul.socialicons{
    margin-top:10px;
}

.team_member h4,
.team_member h3,
.team_member p{
    padding:0 30px;
}
.team_member h3{
    padding-top:30px;
}
.team_member ul.socialicons{
    margin-left:30px;
}
/*=======  Vertical Tabs =========*/
.vertical .nav.nav-tabs{
    margin:0 20px 0 0;
    padding:0;
    border-bottom:1px solid #E3E3E3;
    float:left;
}

.vertical .nav.nav-tabs li{
    border-left:1px solid #E3E3E3;
}
.vertical .nav.nav-tabs li:hover,
.vertical .nav.nav-tabs li.active{
    border-top:1px solid #E3E3E3;
    border-left:1px solid #65ABA6;
}

.vertical .nav-tabs > li{
    float:none;
    display:block;
}


/* ------------------------------------------------------------------------ */
/* 02. Buttons
/* ------------------------------------------------------------------------ */
#login form input.button,
#searchsubmit,
.button,
.btn{
    color:#FFFFFF;
    border:none;
    z-index: 1;
    display: inline-block;
     padding:6px 14px;
    background-color: #65ABA6;
    border-radius:2px;
    text-decoration:none;
}
/* overriding the Thickbox CSS */
#TB_window a.btn:visited,
#TB_window a.btn:link{
    color:#FFF;
}
.btn:hover{
    background-image: none;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}
.single_add_to_cart_button,
.btn.primary,.add_to_cart_button{
    color:#FFFFFF;
    border:none;
    z-index: 1;
    display: inline-block;
     padding:4px 14px;
    background-color: #DE5605;
    background-image: url(../img/btn.png);
    border:1px solid #c54a28;
    text-shadow: 0 1px 0 #a2432c;

    
}
.btn.primary:hover,
single_add_to_cart_button:hover,
.add_to_cart_button:hover{
    background: #838c4c;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}


/*=== Contact Form ====*/

.btn.form_submit{
    clear:both;
    display:block;
}

.contactform .chzn-container{
    margin-bottom:10px;
}


/*=== Pricing Table ====*/

.pricing_table.two .pricing_column{
    width:49.5%;
    float:left;
}
.pricing_table.three .pricing_column{
    width:32.5%;
    float:left;
}
.pricing_table.four .pricing_column{
    width:24.5%;
    float:left;
}
.pricing_table.five .pricing_column{
    width:19.5%;
    float:left;
}
.pricing_column{
    margin: 2px;
}
.column_price{
    padding:10px 0;
    text-align:center;
}

.pricing_content{
    padding:10px 0px;
    text-align:center;
}

.pricing_content li{
    padding:5px 20px;
}
.call_to_action{
    padding:10px 0;
    text-align:center;
}
/*====== Popup =======*/
.popup_content{
    display:inline-block;
}
/*==== Progress Bars ====*/
.vibe-sc-form-live-preview .progress{
    min-height:35px;
    -webkit-animation:expand 0.8s 1 cubic-bezier(0.25,0.1,0.25,1);;
        -moz-animation:expand 0.8s 1 cubic-bezier(0.25,0.1,0.25,1);;
        -o-animation:expand 0.8s 1 cubic-bezier(0.25,0.1,0.25,1);;
        animation:expand 0.8s 1 cubic-bezier(0.25,0.1,0.25,1);
}
.vibe-sc-form-live-preview .progress .bar{
    padding:5px 5px 5px 30px;
    text-align:left;
    font-size:16px;
    
}

.knob{
    text-align:center;
    position: relative;
    float:left;
    display:block;
    margin: 0 30px 30px 0;
}

