/*SEPERATOR WITH TEXT PLUGIN*/
.vc_separator { margin: 0 auto; }

/* Separator With Text > Main */
body .vc_text_separator { border-bottom: none; height: auto; margin: 0 0 20px; font-weight: bold; font-weight: 600; color: #222; font-size: 1.077em; -webkit-font-smoothing: antialiased; }
body .vc_text_separator span { display: inline-block }
body .vc_text_separator.separator_align_center span { padding: 2px 10px }
body .vc_text_separator.separator_align_center { text-align: center }
body .vc_text_separator.separator_align_right { text-align: right }

/* Separator With Text > Bottom border  */
body .vc_text_separator_one { padding-bottom: 4px; border-bottom: 1px solid #e4e4e4; }
body .vc_text_separator_one span { }

/* Separator With Text > Bottom border w/ color */
body .vc_text_separator_two { padding-bottom: 0; border-bottom: 1px solid #e4e4e4; }
body .vc_text_separator_two span { padding-bottom: 6px; border-bottom: 2px solid transparent; position: relative; bottom: -1px; }

/* Separator With Text > Line Through  */
body .vc_text_separator_three { background: url("images/dot.png") center repeat-x }
body .vc_text_separator_three span { background: #fff }
body .vc_text_separator_three.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_three.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_three.separator_align_left span { padding: 0 15px 0 0 }

/* Separator With Text > Double Line Through  */
body .vc_text_separator_four { background: url("images/double-line.png") center repeat-x }
body .vc_text_separator_four span { background: #fff }
body .vc_text_separator_four.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_four.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_four.separator_align_left span { padding: 0 15px 0 0 }

/* Separator With Text > Dotted  */
body .vc_text_separator_five { background: url("images/dotted.png") center repeat-x }
body .vc_text_separator_five span { background: #fff }
body .vc_text_separator_five.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_five.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_five.separator_align_left span { padding: 0 15px 0 0 }

/* Separator With Text > Dashed  */
body .vc_text_separator_six { background: url("images/dashed.png") center repeat-x }
body .vc_text_separator_six span { background: #fff }
body .vc_text_separator_six.separator_align_center span { padding: 3px 15px }
body .vc_text_separator_six.separator_align_right span { padding: 0 0 0 15px }
body .vc_text_separator_six.separator_align_left span { padding: 0 15px 0 0 }

/* Separator With Text > Top & Bottom borders */
body .vc_text_separator_seven { padding: 5px 0; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; }
body .vc_text_separator_seven span { background: none !important; padding: 0 !important; }

/* Separator With Text > Graphical  */
body .vc_text_separator_eight { padding: 7px 15px; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #f7f7f7; background: -webkit-linear-gradient(#f7f7f7,#eee); background: -moz-linear-gradient(#f7f7f7,#eee); background: -o-linear-gradient(#f7f7f7,#eee); background: linear-gradient(#f7f7f7,#eee); background-repeat: no-repeat; box-shadow: inset 0 1px 1px #fff; position: relative; transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; }
body .vc_text_separator_eight span { background: none !important }

/* Separator With Text > Outlined  */
body .vc_text_separator_nine { padding: 7px 15px; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; }
body .vc_text_separator_nine span { background: none !important }