/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 * 
 * Theme CSS Rules
 * Created by CMSMasters
 * 
 */
/*-------------------------------------------------------------------------

	0.	LESS Variables + Functions
		0.1. Theme Settings
	1.	Browser Reset
	2.	Globally Applied Styles
	3.	Global Elements Styles
	4.	Side Area Styles
	5.	Header + Centered + Right + Fixed Version
	6.	Headline + Content + Sidebar Styles
	7.	Bottom + Footer Styles
	8.	Blog + Post Styles
	9.	Single Styles
	10.	Shortcodes Styles
	11.	Widgets Styles
	12.	Miscellaneous Styles
	13.	Contact Forms Styles
	14.	Visual Composer Styles

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	0.	LESS Variables & Functions	*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	0.1.	Theme Settings	*/
/*-------------------------------------------------------------------------*/
/***************** Variables ******************/
/***************** Functions ******************/
/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}
html {
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
object,
video,
audio,
embed,
canvas,
iframe,
main,
summary {
  display: block;
}
video,
audio,
progress,
canvas {
  vertical-align: baseline;
}
video {
  background-color: #000000;
}
template,
[hidden],
audio:not([controls]) {
  display: none;
}
audio:not([controls]) {
  height: 0;
}
iframe {
  padding: 0;
  margin-bottom: 20px;
  max-width: 100%;
}
.cmsms_audio_wrap iframe {
  width: 100%;
  height: 150px;
  margin-bottom: 0;
}
.cmsms_audio_wrap iframe[src*="spotify.com"] {
  height: 80px;
}
.cmsms_audio_wrap iframe[src*="mixcloud.com"] {
  height: 120px;
}
progress {
  display: inline-block;
}
abbr {
  text-decoration: none;
  display: inline-block;
}
abbr:not([class]),
acronym {
  text-decoration: underline;
}
address {
  font-style: normal;
  display: inline-block;
  margin: 0 0 20px;
}
code {
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style-position: inside;
  margin-bottom: 20px;
}
ul li,
ol li {
  padding: 15px 0 0;
}
ul li:first-child,
ol li:first-child {
  padding-top: 0;
}
ul li li:first-child,
ol li li:first-child {
  padding: 15px 0 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ul li:first-child:before,
ol ul li:first-child:before {
  top: 15px;
}
ol {
  list-style-type: decimal-leading-zero;
}
ol > li > ol {
  padding-left: 20px;
}
ol > li > ul {
  margin-left: 20px;
}
ul {
  list-style-type: none;
  padding-left: 25px;
}
ul li {
  position: relative;
}
ul li:before {
  content: '\e90e';
  font-family: 'Theme-Default-Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  width: 1em;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  left: -25px;
}
.header_top ul li:before,
.header_mid ul li:before,
.header_bot ul li:before,
.footer_inner ul li:before {
  content: '';
}
ul li:first-child:before {
  top: 0;
}
.header_top ul,
.header_mid ul,
.header_bot ul,
.footer_inner ul {
  padding: 0;
  margin: 0;
}
dl {
  display: block;
  overflow: hidden;
}
dl dt,
dl dd {
  display: block;
  overflow: hidden;
}
q,
blockquote {
  quotes: none;
}
q:before,
blockquote:before,
q:after,
blockquote:after {
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  vertical-align: middle;
}
table caption {
  text-align: center;
}
img {
  display: inline-block;
  color: transparent;
  height: auto;
  font-size: 0;
  vertical-align: middle;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
img.wp-smiley,
img.emoji {
  font-size: 1em;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
figure {
  background-image: none !important;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
textarea {
  resize: vertical;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
optgroup {
  font-weight: bold;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text]::-ms-clear {
  display: none;
}
:focus {
  outline: 0;
}
pre {
  overflow: auto;
  margin-bottom: 20px;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
b,
strong {
  font-weight: bold;
}
th,
td,
caption {
  font-weight: normal;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  color: #000000;
}
/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
body {
  color: #7e7e7e;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
.ccs_default  {
  color: #7e7e7e;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer  {
  color: rgba(255, 255, 255, 0.6);
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first  {
  color: rgba(255, 255, 255, 0.4);
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second  {
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third  {
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #c93126;
}
.ccs_default a {
  color: #c93126;
}
.ccs_footer a {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first a {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second a {
  color: #ffffff;
}
.ccs_third a {
  color: rgba(255, 255, 255, 0.6);
}
html.csstransitions a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #bcbcbc;
}
.ccs_default a:hover {
  color: #bcbcbc;
}
.ccs_footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_first a:hover {
  color: #bcbcbc;
}
.ccs_second a:hover {
  color: #ffffff;
}
.ccs_third a:hover {
  color: #ffffff;
}
p {
  padding: 0;
  margin: 0 0 20px;
}
p:empty {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  padding: 0;
  margin: 0 0 20px;
}
.ccs_default h1,
.ccs_default h2,
.ccs_default h3,
.ccs_default h4,
.ccs_default h5,
.ccs_default h6 {
  color: #000000;
}
.ccs_footer h1,
.ccs_footer h2,
.ccs_footer h3,
.ccs_footer h4,
.ccs_footer h5,
.ccs_footer h6 {
  color: #ffffff;
}
.ccs_first h1,
.ccs_first h2,
.ccs_first h3,
.ccs_first h4,
.ccs_first h5,
.ccs_first h6 {
  color: #ffffff;
}
.ccs_second h1,
.ccs_second h2,
.ccs_second h3,
.ccs_second h4,
.ccs_second h5,
.ccs_second h6 {
  color: #ffffff;
}
.ccs_third h1,
.ccs_third h2,
.ccs_third h3,
.ccs_third h4,
.ccs_third h5,
.ccs_third h6 {
  color: #ffffff;
}
h1 {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
h2 {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
h3 {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
h4 {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
h5 {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
h6 {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  color: #000000;
}
.ccs_default h1 a,
.ccs_default h2 a,
.ccs_default h3 a,
.ccs_default h4 a,
.ccs_default h5 a,
.ccs_default h6 a {
  color: #000000;
}
.ccs_footer h1 a,
.ccs_footer h2 a,
.ccs_footer h3 a,
.ccs_footer h4 a,
.ccs_footer h5 a,
.ccs_footer h6 a {
  color: #ffffff;
}
.ccs_first h1 a,
.ccs_first h2 a,
.ccs_first h3 a,
.ccs_first h4 a,
.ccs_first h5 a,
.ccs_first h6 a {
  color: #ffffff;
}
.ccs_second h1 a,
.ccs_second h2 a,
.ccs_second h3 a,
.ccs_second h4 a,
.ccs_second h5 a,
.ccs_second h6 a {
  color: #ffffff;
}
.ccs_third h1 a,
.ccs_third h2 a,
.ccs_third h3 a,
.ccs_third h4 a,
.ccs_third h5 a,
.ccs_third h6 a {
  color: #ffffff;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #c93126;
}
.ccs_default h1 a:hover,
.ccs_default h2 a:hover,
.ccs_default h3 a:hover,
.ccs_default h4 a:hover,
.ccs_default h5 a:hover,
.ccs_default h6 a:hover {
  color: #c93126;
}
.ccs_footer h1 a:hover,
.ccs_footer h2 a:hover,
.ccs_footer h3 a:hover,
.ccs_footer h4 a:hover,
.ccs_footer h5 a:hover,
.ccs_footer h6 a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first h1 a:hover,
.ccs_first h2 a:hover,
.ccs_first h3 a:hover,
.ccs_first h4 a:hover,
.ccs_first h5 a:hover,
.ccs_first h6 a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second h1 a:hover,
.ccs_second h2 a:hover,
.ccs_second h3 a:hover,
.ccs_second h4 a:hover,
.ccs_second h5 a:hover,
.ccs_second h6 a:hover {
  color: #ffffff;
}
.ccs_third h1 a:hover,
.ccs_third h2 a:hover,
.ccs_third h3 a:hover,
.ccs_third h4 a:hover,
.ccs_third h5 a:hover,
.ccs_third h6 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
small {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
textarea,
select,
option {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
  padding: 9px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ccs_default input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.ccs_default textarea,
.ccs_default select,
.ccs_default option {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_footer input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.ccs_footer textarea,
.ccs_footer select,
.ccs_footer option {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.ccs_first textarea,
.ccs_first select,
.ccs_first option {
  color: rgba(255, 255, 255, 0.4);
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_second input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.ccs_second textarea,
.ccs_second select,
.ccs_second option {
  color: rgba(255, 255, 255, 0.75);
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.ccs_third textarea,
.ccs_third select,
.ccs_third option {
  color: rgba(255, 255, 255, 0.75);
  background-color: #fcfcfc;
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
html.csstransitions textarea,
html.csstransitions select,
html.csstransitions option {
  -webkit-transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
  transition: border-color .2s ease-in-out, background-color .3s ease-in-out;
}
input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
textarea:focus,
select:focus,
option:focus {
  background-color: #ffffff;
  border-color: #c93126;
}
.ccs_default input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
.ccs_default textarea:focus,
.ccs_default select:focus,
.ccs_default option:focus {
  background-color: #ffffff;
  border-color: #c93126;
}
.ccs_footer input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
.ccs_footer textarea:focus,
.ccs_footer select:focus,
.ccs_footer option:focus {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
.ccs_first textarea:focus,
.ccs_first select:focus,
.ccs_first option:focus {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
.ccs_second textarea:focus,
.ccs_second select:focus,
.ccs_second option:focus {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: #ffffff;
}
.ccs_third input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus,
.ccs_third textarea:focus,
.ccs_third select:focus,
.ccs_third option:focus {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
}
input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
option {
  border-width: 0;
  border-style: solid;
  padding: 0 9px;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  max-width: 100%;
  cursor: pointer;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7e7e7e;
}
.ccs_default input::-webkit-input-placeholder,
.ccs_default textarea::-webkit-input-placeholder {
  color: #7e7e7e;
}
.ccs_footer input::-webkit-input-placeholder,
.ccs_footer textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first input::-webkit-input-placeholder,
.ccs_first textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second input::-webkit-input-placeholder,
.ccs_second textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third input::-webkit-input-placeholder,
.ccs_third textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7e7e7e;
  opacity: 1;
}
.ccs_default input::-moz-placeholder,
.ccs_default textarea::-moz-placeholder {
  color: #7e7e7e;
}
.ccs_footer input::-moz-placeholder,
.ccs_footer textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first input::-moz-placeholder,
.ccs_first textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second input::-moz-placeholder,
.ccs_second textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third input::-moz-placeholder,
.ccs_third textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #7e7e7e;
}
.ccs_default input::-ms-input-placeholder,
.ccs_default textarea::-ms-input-placeholder {
  color: #7e7e7e;
}
.ccs_footer input::-ms-input-placeholder,
.ccs_footer textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first input::-ms-input-placeholder,
.ccs_first textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second input::-ms-input-placeholder,
.ccs_second textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third input::-ms-input-placeholder,
.ccs_third textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
textarea {
  height: 125px;
}
input:-webkit-autofill {
  transition: background-color 100000s ease-in-out 100000s, color 100000s ease-in-out 100000s !important;
}
.jetpack_subscription_widget #subscribe-email input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.widget_wysija input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  width: 100% !important;
  padding: 9px !important;
}
.widget_wysija_cont .wysija-submit {
  display: inline-block !important;
  margin: 0 !important;
}
.gform_wrapper input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.gform_wrapper textarea {
  font-size: 14px !important;
  padding: 9px !important;
}
.gform_wrapper select {
  font-size: 14px !important;
  padding: 9px !important;
  margin: 0 !important;
}
fieldset {
  background-color: #fcfcfc;
  margin: 25px 2px 0;
  padding: 1.5em 1em .5em 30px;
}
.ccs_default fieldset {
  background-color: #fcfcfc;
}
.ccs_footer fieldset {
  background-color: rgba(255, 255, 255, 0.08);
}
.ccs_first fieldset {
  background-color: #fcfcfc;
}
.ccs_second fieldset {
  background-color: #ffffff;
}
.ccs_third fieldset {
  background-color: #fcfcfc;
}
fieldset legend {
  color: #000000;
  background-color: #fcfcfc;
  padding: 3px 10px;
  margin-top: -25px;
}
.ccs_default fieldset legend {
  color: #000000;
  background-color: #fcfcfc;
}
.ccs_footer fieldset legend {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
.ccs_first fieldset legend {
  color: #ffffff;
  background-color: #fcfcfc;
}
.ccs_second fieldset legend {
  color: #ffffff;
  background-color: #ffffff;
}
.ccs_third fieldset legend {
  color: #ffffff;
  background-color: #fcfcfc;
}
dl {
  padding-left: 20px;
}
dl dt {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
  margin: 0 0 10px;
}
.ccs_default dl dt {
  color: #000000;
}
.ccs_footer dl dt {
  color: #ffffff;
}
.ccs_first dl dt {
  color: #ffffff;
}
.ccs_second dl dt {
  color: #ffffff;
}
.ccs_third dl dt {
  color: #ffffff;
}
dl dd {
  margin: 0 0 20px;
}
table {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  border-bottom-width: 0;
  border-bottom-style: solid;
  margin: 0 0 20px;
}
.ccs_default table {
  border-color: #e0e0e0;
}
.ccs_footer table {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first table {
  border-color: #e0e0e0;
}
.ccs_second table {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third table {
  border-color: rgba(0, 0, 0, 0.3);
}
table tr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e0e0e0;
}
.ccs_default table tr {
  border-color: #e0e0e0;
}
.ccs_footer table tr {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first table tr {
  border-color: #e0e0e0;
}
.ccs_second table tr {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third table tr {
  border-color: rgba(0, 0, 0, 0.3);
}
table tr td,
table tr th {
  padding: 15px 20px;
}
table tr th {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
}
.ccs_default table tr th {
  color: #000000;
}
.ccs_footer table tr th {
  color: #ffffff;
}
.ccs_first table tr th {
  color: #ffffff;
}
.ccs_second table tr th {
  color: #ffffff;
}
.ccs_third table tr th {
  color: #ffffff;
}
table thead td,
table tfoot td {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
}
.ccs_default table thead td,
.ccs_default table tfoot td {
  color: #000000;
}
.ccs_footer table thead td,
.ccs_footer table tfoot td {
  color: #ffffff;
}
.ccs_first table thead td,
.ccs_first table tfoot td {
  color: #ffffff;
}
.ccs_second table thead td,
.ccs_second table tfoot td {
  color: #ffffff;
}
.ccs_third table thead td,
.ccs_third table tfoot td {
  color: #ffffff;
}
q,
blockquote {
  font-family: 'Libre Baskerville', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  font-style: italic;
  color: #000000;
  position: relative;
}
.ccs_default q,
.ccs_default blockquote {
  color: #000000;
}
.ccs_footer q,
.ccs_footer blockquote {
  color: #ffffff;
}
.ccs_first q,
.ccs_first blockquote {
  color: #ffffff;
}
.ccs_second q,
.ccs_second blockquote {
  color: #ffffff;
}
.ccs_third q,
.ccs_third blockquote {
  color: #ffffff;
}
q:before,
blockquote:before,
q:after,
blockquote:after {
  color: #c93126;
  display: block;
  position: absolute;
  top: 0;
}
.ccs_default q:before,
.ccs_default blockquote:before,
.ccs_default q:after,
.ccs_default blockquote:after {
  color: #c93126;
}
.ccs_footer q:before,
.ccs_footer blockquote:before,
.ccs_footer q:after,
.ccs_footer blockquote:after {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first q:before,
.ccs_first blockquote:before,
.ccs_first q:after,
.ccs_first blockquote:after {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second q:before,
.ccs_second blockquote:before,
.ccs_second q:after,
.ccs_second blockquote:after {
  color: #ffffff;
}
.ccs_third q:before,
.ccs_third blockquote:before,
.ccs_third q:after,
.ccs_third blockquote:after {
  color: rgba(255, 255, 255, 0.6);
}
q:before,
blockquote:before {
  content: '\201C';
  left: 0;
}
q {
  font-size: 14px;
  line-height: 22px;
  padding-left: 30px;
}
q:before {
  font-size: 35px;
  line-height: 35px;
  top: -3px;
}
blockquote {
  padding: 10px 0 5px 60px;
}
blockquote:before,
blockquote:after {
  font-size: 60px;
  line-height: 60px;
  padding: 10px 0 0;
}
cite {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  color: #bcbcbc;
  display: inline-block;
}
.ccs_default cite {
  color: #bcbcbc;
}
.ccs_footer cite {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_first cite {
  color: #bcbcbc;
}
.ccs_second cite {
  color: #ffffff;
}
.ccs_third cite {
  color: #ffffff;
}
blockquote cite {
  display: block;
  padding-top: 10px;
}
hr {
  border-width: 0;
  border-style: solid;
  background-color: #e0e0e0;
  height: 1px;
  width: 100%;
  margin: 40px 0;
  position: relative;
  clear: both;
}
.ccs_default hr {
  background-color: #e0e0e0;
}
.ccs_footer hr {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_first hr {
  background-color: #e0e0e0;
}
.ccs_second hr {
  background-color: rgba(0, 0, 0, 0.3);
}
.ccs_third hr {
  background-color: rgba(0, 0, 0, 0.3);
}
.full-width {
  min-width: 100%;
}
audio.full-width {
  width: 100%;
}
.alignleft,
.fl {
  float: left;
}
.alignright,
.fr {
  float: right;
}
.aligncenter {
  text-align: center;
}
img.alignleft,
img.fl {
  margin-right: 25px;
  margin-bottom: 20px;
}
img.alignright,
img.fr {
  margin-left: 25px;
  margin-bottom: 20px;
}
img.aligncenter {
  margin: 0 auto 20px;
}
img.alignnone {
  margin-bottom: 20px;
}
.dn {
  display: none;
}
.tal,
.ta_left {
  text-align: left;
}
.tac,
.ta_center {
  text-align: center;
}
.tar,
.ta_right {
  text-align: right;
}
.cl,
.clear {
  clear: both;
}
.ovh {
  overflow: hidden;
}
.low_case {
  text-transform: lowercase;
}
.up_case {
  text-transform: uppercase;
}
.screen-reader-text {
  width: 1px;
  height: 1px;
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  color: #999999;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  z-index: 100000;
  clip: auto !important;
}
#page {
  width: 100%;
  position: relative;
}
#page:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
#page.cmsms_boxed {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  #page.cmsms_boxed {
    width: 1200px;
  }
}
@media only screen and (max-width: 991px) {
  #page.cmsms_boxed {
    width: 100%;
  }
}
#page ::selection {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_default #page ::selection {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_footer #page ::selection {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first #page ::selection {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second #page ::selection {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third #page ::selection {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
}
#page ::-moz-selection {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_default #page ::-moz-selection {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_footer #page ::-moz-selection {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first #page ::-moz-selection {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second #page ::-moz-selection {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third #page ::-moz-selection {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
}
#main {
  width: 100%;
  position: relative;
}
#middle {
  overflow-wrap: break-word;
}
.cmsms_responsive_width {
  display: block;
  width: auto;
  visibility: hidden;
}
@media only screen and (min-width: 541px) {
  .cmsms_responsive_width {
    width: 541px;
  }
}
@media only screen and (min-width: 768px) {
  .cmsms_responsive_width {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  .cmsms_responsive_width {
    width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmsms_responsive_width {
    width: 1200px;
  }
}
@media only screen and (max-width: 991px) {
  .cmsms_responsive_width {
    width: 991px;
  }
}
@media only screen and (max-width: 767px) {
  .cmsms_responsive_width {
    width: 767px;
  }
}
@media only screen and (max-width: 540px) {
  .cmsms_responsive_width {
    width: 540px;
  }
}
/*-------------------------------------------------------------------------*/
/*	3. Global Elements Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/* Icons */
[class^="cmsms_theme_icon_"]:before,
[class*=" cmsms_theme_icon_"]:before,
.cmsms_prev_arrow:before,
.cmsms_next_arrow:before,
.cmsms_slick_prev_arrow span:before,
.cmsms_slick_next_arrow span:before,
figure:empty:before,
figure > div:empty:before {
  font-family: 'Theme-Default-Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  width: 1em;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* global */
.cmsms_theme_icon_comment:before {
  content: '\ef75';
}
.cmsms_theme_icon_like:before {
  content: '\ef82';
}
.cmsms_theme_icon_date:before {
  content: '\ef6d';
}
.cmsms_theme_icon_search:before {
  content: '\ef88';
}
.cmsms_theme_icon_cancel:before {
  content: '\e90f';
}
html.csstransforms .cmsms_theme_icon_cancel:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmsms_theme_icon_plus:before {
  content: '\e90f';
}
.cmsms_theme_icon_resp_nav:before {
  content: '\e3c7';
}
.responsive_top_nav.cmsms_theme_icon_resp_nav:before {
  content: '\e5d2';
}
/* arrows */
.cmsms_theme_icon_header_top_arrow_top:before {
  content: '\e910';
}
.cmsms_theme_icon_header_top_arrow_bottom:before {
  content: '\e901';
}
.cmsms_theme_icon_resp_nav_slide_down:before {
  content: '\e90e';
}
.cmsms_theme_icon_resp_nav_slide_up:before {
  content: '\e902';
}
.cmsms_theme_icon_slide_prev:before,
.cmsms_prev_arrow:before,
.cmsms_slick_prev_arrow span:before {
  content: '\e90d';
}
.cmsms_theme_icon_slide_next:before,
.cmsms_next_arrow:before,
.cmsms_slick_next_arrow span:before {
  content: '\e90e';
}
.cmsms_theme_icon_slide_top:before {
  content: '\e910';
}
.cmsms_theme_icon_slide_bottom:before {
  content: '\e901';
}
.cmsms_twitter .cmsms_prev_arrow:before,
.cmsms_twitter .cmsms_slick_prev_arrow span:before {
  content: '\e911';
}
.cmsms_twitter .cmsms_next_arrow:before,
.cmsms_twitter .cmsms_slick_next_arrow span:before {
  content: '\e902';
}
/* blog */
.cmsms_theme_icon_std:before {
  content: '\ef7d';
}
.cmsms_theme_icon_image:before {
  content: '\eae8';
}
.cmsms_theme_icon_gallery:before {
  content: '\eae8';
}
.cmsms_theme_icon_video:before {
  content: '\ef76';
}
.cmsms_theme_icon_audio:before {
  content: '\ef59';
}
.cmsms_theme_icon_stick:before {
  content: '\eae7';
}
/* other */
.cmsms_theme_icon_person:before {
  content: '\eac8';
}
.cmsms_theme_icon_link:before {
  content: '\eaed';
}
.cmsms_theme_icon_link_pj:before {
  content: '\ef85';
}
.cmsms_theme_icon_twitter:before {
  content: '\eacb';
}
.cmsms_theme_icon_mail:before {
  content: '\ef7e';
}
.cmsms_theme_icon_phone:before {
  content: '\eaba';
}
.cmsms_theme_icon_address:before {
  content: '\ef8e';
}
/* Icon Arrow Global Styles */
.cmsms_prev_arrow,
.cmsms_next_arrow {
  position: relative;
}
/* Prelodaer */
.preloader {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  text-align: center;
}
.preloader .full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader.highImg {
  height: auto;
  padding: 0;
}
.preloader.highImg .full-width {
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}
/* Resizable Block */
.resizable_block {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.resizable_block .full-width {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Img Wrapper */
.cmsms_img_wrap {
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsms_img_wrap .img_placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #bcbcbc;
  background-color: #fcfcfc;
}
.ccs_default .cmsms_img_wrap .img_placeholder {
  color: #bcbcbc;
  background-color: #fcfcfc;
}
.ccs_footer .cmsms_img_wrap .img_placeholder {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.08);
}
.ccs_first .cmsms_img_wrap .img_placeholder {
  color: #bcbcbc;
  background-color: #fcfcfc;
}
.ccs_second .cmsms_img_wrap .img_placeholder {
  color: #ffffff;
  background-color: #ffffff;
}
.ccs_third .cmsms_img_wrap .img_placeholder {
  color: #ffffff;
  background-color: #fcfcfc;
}
.cmsms_img_wrap .img_placeholder:before {
  font-size: 40px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_img_wrap .highImg .img_placeholder {
  display: block;
  padding-bottom: 50%;
  position: relative;
}
/* Img Rollover */
.cmsms_img_rollover_wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsms_img_rollover_wrap .img_placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_img_rollover_wrap .img_placeholder:before {
  font-size: 40px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_img_rollover_wrap.highImg .img_placeholder {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link {
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link > span,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link > span {
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link > span:before,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link > span:before {
  margin-left: 0;
  margin-right: 0;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link,
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_link {
  left: -52px;
  right: 100%;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_image_link + .cmsms_open_link {
  right: -52px;
  left: 100%;
}
.cmsms_img_rollover_wrap .cmsms_img_rollover .cmsms_open_post_link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_open_link,
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_image_link.no_open_link {
  left: 0;
  right: 0;
  opacity: 1;
}
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_image_link {
  left: -62px;
  right: 0;
  opacity: 1;
}
.cmsms_img_rollover_wrap:hover .cmsms_img_rollover .cmsms_image_link + .cmsms_open_link {
  right: -62px;
  left: 0;
}
/* Placeholder Small */
.img_placeholder_small {
  font-size: 18px;
  line-height: 18px;
  width: 50px;
  height: 50px;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.img_placeholder_small:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Video Wrapper */
.wp-video-shortcode,
.mejs-layer {
  max-width: 100%;
}
.mejs-container.wp-video-shortcode,
.mejs-container.wp-audio-shortcode {
  margin-bottom: 20px;
  max-width: 100%;
}
.cmsms_video_wrap {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.cmsms_video_wrap > div {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cmsms_video_wrap iframe {
  width: 100%;
  max-width: auto;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_video_wrap .wp-video-shortcode,
.cmsms_video_wrap .mejs-layer {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_video_wrap .wp-video-shortcode .mejs-overlay-button,
.cmsms_video_wrap .mejs-layer .mejs-overlay-button {
  margin-top: -50px !important;
}
/* Search Bar */
.search_bar_wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}
.search_bar_wrap:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.search_bar_wrap form {
  overflow: hidden;
}
.search_bar_wrap p {
  margin: 0;
  position: relative;
}
.search_bar_wrap .search_field {
  display: block;
  overflow: hidden;
}
.search_bar_wrap .search_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  width: 100%;
  padding-right: 40px;
  height: 40px;
}
.search_bar_wrap .search_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  background-color: #fcfcfc;
}
.ccs_default .search_bar_wrap .search_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  background-color: #fcfcfc;
}
.ccs_footer .search_bar_wrap .search_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  background-color: rgba(255, 255, 255, 0.08);
}
.ccs_first .search_bar_wrap .search_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  background-color: #fcfcfc;
}
.ccs_second .search_bar_wrap .search_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  background-color: #ffffff;
}
.ccs_third .search_bar_wrap .search_field input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  background-color: #fcfcfc;
}
.search_bar_wrap .search_button {
  position: absolute;
  left: auto;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.search_bar_wrap .search_button button {
  color: #7e7e7e;
  background-color: #fcfcfc;
  font-size: 14px;
  line-height: 34px;
  width: 40px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
}
.ccs_default .search_bar_wrap .search_button button {
  color: #7e7e7e;
  background-color: #fcfcfc;
}
.ccs_footer .search_bar_wrap .search_button button {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
}
.ccs_first .search_bar_wrap .search_button button {
  color: rgba(255, 255, 255, 0.4);
  background-color: #fcfcfc;
}
.ccs_second .search_bar_wrap .search_button button {
  color: rgba(255, 255, 255, 0.75);
  background-color: #ffffff;
}
.ccs_third .search_bar_wrap .search_button button {
  color: rgba(255, 255, 255, 0.75);
  background-color: #fcfcfc;
}
.search_bar_wrap .search_button button:before {
  line-height: 38px;
}
.search_bar_wrap .search_button button:hover {
  color: #c93126;
}
.ccs_default .search_bar_wrap .search_button button:hover {
  color: #c93126;
}
.ccs_footer .search_bar_wrap .search_button button:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .search_bar_wrap .search_button button:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .search_bar_wrap .search_button button:hover {
  color: #ffffff;
}
.ccs_third .search_bar_wrap .search_button button:hover {
  color: rgba(255, 255, 255, 0.6);
}
/* Social Icons */
.social_wrap {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.social_wrap .social_wrap_inner {
  height: 100%;
}
.social_wrap .social_wrap_inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.social_wrap ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.social_wrap li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.social_wrap li:last-child {
  margin: 0;
}
.social_wrap li:before {
  display: none;
}
.social_wrap a {
  display: block;
  font-size: 25px;
  line-height: 25px;
  width: 25px;
  height: 26px;
  position: relative;
}
.social_wrap a:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Slide Top Button */
#slide_top {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ccs_default #slide_top {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer #slide_top {
  color: #ffffff;
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first #slide_top {
  color: #ffffff;
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second #slide_top {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third #slide_top {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions #slide_top {
  -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out;
}
#slide_top:before {
  font-size: 16px;
  line-height: 45px;
}
#slide_top:hover {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default #slide_top:hover {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer #slide_top:hover {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first #slide_top:hover {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second #slide_top:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third #slide_top:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1199px) {
  #slide_top {
    bottom: 70px;
  }
}
@media only screen and (max-width: 540px) {
  #slide_top {
    bottom: 110px;
  }
}
/* Likes and Comments */
.cmsms_likes,
.cmsms_comments {
  display: inline-block;
}
.cmsms_likes a,
.cmsms_comments a {
  position: relative;
  cursor: pointer;
}
.cmsms_likes a[class*="cmsms_theme_icon_"],
.cmsms_comments a[class*="cmsms_theme_icon_"] {
  color: #7e7e7e;
}
.ccs_default .cmsms_likes a[class*="cmsms_theme_icon_"],
.ccs_default .cmsms_comments a[class*="cmsms_theme_icon_"] {
  color: #7e7e7e;
}
.ccs_footer .cmsms_likes a[class*="cmsms_theme_icon_"],
.ccs_footer .cmsms_comments a[class*="cmsms_theme_icon_"] {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first .cmsms_likes a[class*="cmsms_theme_icon_"],
.ccs_first .cmsms_comments a[class*="cmsms_theme_icon_"] {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second .cmsms_likes a[class*="cmsms_theme_icon_"],
.ccs_second .cmsms_comments a[class*="cmsms_theme_icon_"] {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third .cmsms_likes a[class*="cmsms_theme_icon_"],
.ccs_third .cmsms_comments a[class*="cmsms_theme_icon_"] {
  color: rgba(255, 255, 255, 0.75);
}
.cmsms_likes a[class*="cmsms_theme_icon_"]:before,
.cmsms_comments a[class*="cmsms_theme_icon_"]:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  color: #e0e0e0;
}
.ccs_default .cmsms_likes a[class*="cmsms_theme_icon_"]:before,
.ccs_default .cmsms_comments a[class*="cmsms_theme_icon_"]:before {
  color: #e0e0e0;
}
.ccs_footer .cmsms_likes a[class*="cmsms_theme_icon_"]:before,
.ccs_footer .cmsms_comments a[class*="cmsms_theme_icon_"]:before {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_likes a[class*="cmsms_theme_icon_"]:before,
.ccs_first .cmsms_comments a[class*="cmsms_theme_icon_"]:before {
  color: #e0e0e0;
}
.ccs_second .cmsms_likes a[class*="cmsms_theme_icon_"]:before,
.ccs_second .cmsms_comments a[class*="cmsms_theme_icon_"]:before {
  color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_likes a[class*="cmsms_theme_icon_"]:before,
.ccs_third .cmsms_comments a[class*="cmsms_theme_icon_"]:before {
  color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .cmsms_likes a[class*="cmsms_theme_icon_"]:before,
html.csstransitions .cmsms_comments a[class*="cmsms_theme_icon_"]:before {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.cmsms_likes a[class*="cmsms_theme_icon_"].cmsms_icon_left,
.cmsms_comments a[class*="cmsms_theme_icon_"].cmsms_icon_left {
  padding-left: 20px;
  padding-right: 0;
}
.cmsms_likes a[class*="cmsms_theme_icon_"].cmsms_icon_left:before,
.cmsms_comments a[class*="cmsms_theme_icon_"].cmsms_icon_left:before {
  left: 0;
  right: auto;
}
.cmsms_likes a[class*="cmsms_theme_icon_"].cmsms_icon_right,
.cmsms_comments a[class*="cmsms_theme_icon_"].cmsms_icon_right {
  padding-left: 0;
  padding-right: 20px;
}
.cmsms_likes a[class*="cmsms_theme_icon_"].cmsms_icon_right:before,
.cmsms_comments a[class*="cmsms_theme_icon_"].cmsms_icon_right:before {
  left: auto;
  right: 0;
}
.cmsms_likes a:hover:before,
.cmsms_comments a:hover:before,
.cmsms_likes a.active:before,
.cmsms_comments a.active:before {
  color: #c93126;
}
.ccs_default .cmsms_likes a:hover:before,
.ccs_default .cmsms_comments a:hover:before,
.ccs_default .cmsms_likes a.active:before,
.ccs_default .cmsms_comments a.active:before {
  color: #c93126;
}
.ccs_footer .cmsms_likes a:hover:before,
.ccs_footer .cmsms_comments a:hover:before,
.ccs_footer .cmsms_likes a.active:before,
.ccs_footer .cmsms_comments a.active:before {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_likes a:hover:before,
.ccs_first .cmsms_comments a:hover:before,
.ccs_first .cmsms_likes a.active:before,
.ccs_first .cmsms_comments a.active:before {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_likes a:hover:before,
.ccs_second .cmsms_comments a:hover:before,
.ccs_second .cmsms_likes a.active:before,
.ccs_second .cmsms_comments a.active:before {
  color: #ffffff;
}
.ccs_third .cmsms_likes a:hover:before,
.ccs_third .cmsms_comments a:hover:before,
.ccs_third .cmsms_likes a.active:before,
.ccs_third .cmsms_comments a.active:before {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_likes a.active,
.cmsms_comments a.active {
  cursor: default;
}
/* Read More Link */
.cmsms_read_more.cmsms_type_link {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
.cmsms_read_more.cmsms_type_link:before {
  font-size: 16px;
  line-height: 16px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Button */
.button,
input[type=button],
input[type=reset],
input[type=submit],
button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]) {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #c93126;
  display: inline-block;
  padding: 8px 24px;
  border-width: 0;
  border-style: solid;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.ccs_default .button,
.ccs_default input[type=button],
.ccs_default input[type=reset],
.ccs_default input[type=submit],
.ccs_default button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]) {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_footer .button,
.ccs_footer input[type=button],
.ccs_footer input[type=reset],
.ccs_footer input[type=submit],
.ccs_footer button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]) {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .button,
.ccs_first input[type=button],
.ccs_first input[type=reset],
.ccs_first input[type=submit],
.ccs_first button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]) {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .button,
.ccs_second input[type=button],
.ccs_second input[type=reset],
.ccs_second input[type=submit],
.ccs_second button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]) {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third .button,
.ccs_third input[type=button],
.ccs_third input[type=reset],
.ccs_third input[type=submit],
.ccs_third button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]) {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
}
html.csstransitions .button,
html.csstransitions input[type=button],
html.csstransitions input[type=reset],
html.csstransitions input[type=submit],
html.csstransitions button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]) {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]):hover {
  background-color: #000000;
}
.ccs_default .button:hover,
.ccs_default input[type=button]:hover,
.ccs_default input[type=reset]:hover,
.ccs_default input[type=submit]:hover,
.ccs_default button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]):hover {
  background-color: #000000;
}
.ccs_footer .button:hover,
.ccs_footer input[type=button]:hover,
.ccs_footer input[type=reset]:hover,
.ccs_footer input[type=submit]:hover,
.ccs_footer button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]):hover {
  background-color: #ffffff;
}
.ccs_first .button:hover,
.ccs_first input[type=button]:hover,
.ccs_first input[type=reset]:hover,
.ccs_first input[type=submit]:hover,
.ccs_first button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]):hover {
  background-color: #ffffff;
}
.ccs_second .button:hover,
.ccs_second input[type=button]:hover,
.ccs_second input[type=reset]:hover,
.ccs_second input[type=submit]:hover,
.ccs_second button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]):hover {
  background-color: #ffffff;
}
.ccs_third .button:hover,
.ccs_third input[type=button]:hover,
.ccs_third input[type=reset]:hover,
.ccs_third input[type=submit]:hover,
.ccs_third button:not(.vc_btn3):not(.cmsms_button):not([id*=slick]):not(.cmsms_search_button):not([aria-controls]):hover {
  background-color: #ffffff;
}
html.csstransitions button:not(.cmsms_button) span {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
/* Pagination */
.cmsms_wrap_pagination {
  text-align: center;
  position: relative;
}
.cmsms_wrap_pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 50px 0 20px;
  position: relative;
}
.cmsms_wrap_pagination ul:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_wrap_pagination li {
  display: block;
  float: left;
  padding: 0;
}
.cmsms_wrap_pagination li:before {
  display: none;
}
.cmsms_wrap_pagination li .page-numbers {
  line-height: 34px;
  text-align: center;
  display: block;
  width: 35px;
  height: 35px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_wrap_pagination li .page-numbers {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_wrap_pagination li .page-numbers {
  color: #ffffff;
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_wrap_pagination li .page-numbers {
  color: #ffffff;
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_wrap_pagination li .page-numbers {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_wrap_pagination li .page-numbers {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .cmsms_wrap_pagination li .page-numbers {
  -webkit-transition: color .2s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .2s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_wrap_pagination li .page-numbers:hover,
.cmsms_wrap_pagination li .page-numbers.current {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default .cmsms_wrap_pagination li .page-numbers:hover,
.ccs_default .cmsms_wrap_pagination li .page-numbers.current {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .cmsms_wrap_pagination li .page-numbers:hover,
.ccs_footer .cmsms_wrap_pagination li .page-numbers.current {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_wrap_pagination li .page-numbers:hover,
.ccs_first .cmsms_wrap_pagination li .page-numbers.current {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_wrap_pagination li .page-numbers:hover,
.ccs_second .cmsms_wrap_pagination li .page-numbers.current {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .cmsms_wrap_pagination li .page-numbers:hover,
.ccs_third .cmsms_wrap_pagination li .page-numbers.current {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.cmsms_wrap_pagination li .page-numbers span:before {
  font-size: 16px;
  line-height: 33px;
}
.cmsms_wrap_pagination li:first-child .page-numbers {
  width: 34px;
  padding-right: 1px;
  border-left-width: 1px;
  border-left-style: solid;
}
.cmsms_wrap_pagination li:first-child .page-numbers:hover,
.cmsms_wrap_pagination li:first-child .page-numbers.current {
  border-color: #c93126;
}
.ccs_default .cmsms_wrap_pagination li:first-child .page-numbers:hover,
.ccs_default .cmsms_wrap_pagination li:first-child .page-numbers.current {
  border-color: #c93126;
}
.ccs_footer .cmsms_wrap_pagination li:first-child .page-numbers:hover,
.ccs_footer .cmsms_wrap_pagination li:first-child .page-numbers.current {
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_wrap_pagination li:first-child .page-numbers:hover,
.ccs_first .cmsms_wrap_pagination li:first-child .page-numbers.current {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_wrap_pagination li:first-child .page-numbers:hover,
.ccs_second .cmsms_wrap_pagination li:first-child .page-numbers.current {
  border-color: #ffffff;
}
.ccs_third .cmsms_wrap_pagination li:first-child .page-numbers:hover,
.ccs_third .cmsms_wrap_pagination li:first-child .page-numbers.current {
  border-color: rgba(255, 255, 255, 0.6);
}
.cmsms_wrap_pagination li:last-child .page-numbers {
  width: 34px;
  padding-left: 1px;
  border-right-width: 1px;
  border-right-style: solid;
}
.cmsms_wrap_pagination li:last-child .page-numbers:hover,
.cmsms_wrap_pagination li:last-child .page-numbers.current {
  border-color: #c93126;
}
.ccs_default .cmsms_wrap_pagination li:last-child .page-numbers:hover,
.ccs_default .cmsms_wrap_pagination li:last-child .page-numbers.current {
  border-color: #c93126;
}
.ccs_footer .cmsms_wrap_pagination li:last-child .page-numbers:hover,
.ccs_footer .cmsms_wrap_pagination li:last-child .page-numbers.current {
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_wrap_pagination li:last-child .page-numbers:hover,
.ccs_first .cmsms_wrap_pagination li:last-child .page-numbers.current {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_wrap_pagination li:last-child .page-numbers:hover,
.ccs_second .cmsms_wrap_pagination li:last-child .page-numbers.current {
  border-color: #ffffff;
}
.ccs_third .cmsms_wrap_pagination li:last-child .page-numbers:hover,
.ccs_third .cmsms_wrap_pagination li:last-child .page-numbers.current {
  border-color: rgba(255, 255, 255, 0.6);
}
/* WP Pagination */
.pagination .nav-links {
  text-align: center;
  margin: 50px 0 20px;
}
.pagination .nav-links a,
.pagination .nav-links span {
  padding: 0 5px;
}
/* Album */
.cmsms_album {
  position: relative;
  overflow: hidden;
}
.cmsms_album .cmsms_album_row {
  margin: 0 -10px 20px;
  position: relative;
  overflow: hidden;
}
.cmsms_album .cmsms_album_row:last-child {
  margin-bottom: 0;
}
.cmsms_album .cmsms_album_item {
  width: 100%;
  padding: 0 10px;
  position: relative;
  float: left;
}
.cmsms_album_columns_three.cmsms_album .cmsms_album_item {
  width: 33.33%;
}
.cmsms_album_columns_two.cmsms_album .cmsms_album_item {
  width: 50%;
}
/***************** Slick Slider plugin styles ******************/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slick Slider Controls */
.cmsms_slick_dots {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  text-align: center;
}
.cmsms_slick_dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  border-color: #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ccs_default .cmsms_slick_dots li {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_slick_dots li {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_slick_dots li {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_slick_dots li {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_slick_dots li {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .cmsms_slick_dots li {
  -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_slick_dots li:before {
  content: none;
}
.cmsms_slick_dots li:hover,
.cmsms_slick_dots li.slick-active {
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default .cmsms_slick_dots li:hover,
.ccs_default .cmsms_slick_dots li.slick-active {
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .cmsms_slick_dots li:hover,
.ccs_footer .cmsms_slick_dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_slick_dots li:hover,
.ccs_first .cmsms_slick_dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_slick_dots li:hover,
.ccs_second .cmsms_slick_dots li.slick-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .cmsms_slick_dots li:hover,
.ccs_third .cmsms_slick_dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.cmsms_slick_dots li.slick-active {
  cursor: default;
}
.cmsms_slick_dots li button {
  display: none;
}
.cmsms_slick_arrow {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 30px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
}
.ccs_default .cmsms_slick_arrow {
  color: #ffffff;
}
.ccs_footer .cmsms_slick_arrow {
  color: #101010;
}
.ccs_first .cmsms_slick_arrow {
  color: #101010;
}
.ccs_second .cmsms_slick_arrow {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_slick_arrow {
  color: rgba(0, 0, 0, 0.25);
}
html.csstransitions .cmsms_slick_arrow {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.cmsms_slick_arrow:hover {
  background-color: #c93126;
}
.ccs_default .cmsms_slick_arrow:hover {
  background-color: #c93126;
}
.ccs_footer .cmsms_slick_arrow:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_slick_arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_slick_arrow:hover {
  background-color: #ffffff;
}
.ccs_third .cmsms_slick_arrow:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.cmsms_slick_arrow.cmsms_slick_prev_arrow {
  left: 0;
  right: auto;
}
.cmsms_slick_arrow.cmsms_slick_next_arrow {
  left: auto;
  right: 0;
}
.cmsms_slick_arrow > span {
  font-size: 16px;
  line-height: 16px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_slick_arrow > span:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*-------------------------------------------------------------------------*/
/*	4.	Side Area Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 * 
 * Side Area Styles
 * Created by CMSMasters
 * 
 */
.cmsms_side_area {
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-right-width: 1px;
  border-right-style: solid;
  width: 300px;
  height: 100%;
  padding: 40px 30px;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.ccs_default .cmsms_side_area {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_side_area {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_side_area {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_side_area {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_side_area {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .cmsms_side_area {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .cmsms_side_area {
    padding: 40px 35px;
  }
}
.cmsms_side_area.side_area_right {
  right: -310px;
}
.sidearea_open .cmsms_side_area.side_area_right {
  transform: translate3d(-310px, 0, 0);
}
.cmsms_side_area.side_area_left {
  left: -310px;
}
.sidearea_open .cmsms_side_area.side_area_left {
  transform: translate3d(310px, 0, 0);
}
.cmsms_side_area .cmsms_side_area_close {
  font-size: 14px;
  line-height: 14px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  bottom: auto;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_side_area .cmsms_side_area_close {
  color: #000000;
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_side_area .cmsms_side_area_close {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_side_area .cmsms_side_area_close {
  color: #ffffff;
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_side_area .cmsms_side_area_close {
  color: #ffffff;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_side_area .cmsms_side_area_close {
  color: #ffffff;
  background-color: #fcfcfc;
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .cmsms_side_area .cmsms_side_area_close {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_side_area .cmsms_side_area_close:hover {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default .cmsms_side_area .cmsms_side_area_close:hover {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .cmsms_side_area .cmsms_side_area_close:hover {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_side_area .cmsms_side_area_close:hover {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_side_area .cmsms_side_area_close:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .cmsms_side_area .cmsms_side_area_close:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.side_area_right.cmsms_side_area .cmsms_side_area_close {
  left: auto;
  right: 0;
}
.side_area_left.cmsms_side_area .cmsms_side_area_close {
  left: 0;
  right: auto;
}
.cmsms_side_area .cmsms_side_area_close:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*-------------------------------------------------------------------------*/
/*	5.	Header + Centered + Right + Fixed Versions	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Header ******************/
#header {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  position: absolute;
  z-index: 99999;
}
@media only screen and (min-width: 992px) {
  .fixed_header #header {
    margin-top: 0;
    position: fixed;
    opacity: 0;
  }
  html.csstransitions .fixed_header #header.cmsms_header_scroll {
    -webkit-transition: padding-top .3s linear;
    transition: padding-top .3s linear;
  }
  .fixed_header.cmsms_boxed #header {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  #header {
    position: relative;
  }
}
.cmsms_header_offset {
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  position: relative;
  clear: both;
}
.cmsms_boxed .header_top,
.cmsms_boxed .header_mid,
.cmsms_boxed .header_bot {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .cmsms_boxed .header_top,
  .cmsms_boxed .header_mid,
  .cmsms_boxed .header_bot {
    width: 1200px;
  }
}
@media only screen and (max-width: 991px) {
  .cmsms_boxed .header_top,
  .cmsms_boxed .header_mid,
  .cmsms_boxed .header_bot {
    width: 100%;
  }
}
.header_top_inner,
.header_mid_inner,
.header_bot_inner {
  width: 980px;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
.header_top_inner:after,
.header_mid_inner:after,
.header_bot_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .header_top_inner,
  .header_mid_inner,
  .header_bot_inner {
    width: 1200px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header_top_inner,
  .header_mid_inner,
  .header_bot_inner {
    width: 100%;
  }
}
.header_fullwidth .header_top_inner,
.header_fullwidth .header_mid_inner,
.header_fullwidth .header_bot_inner {
  width: 100%;
}
.cmsms_container_fullwidth .header_top_inner,
.cmsms_container_fullwidth .header_mid_inner,
.cmsms_container_fullwidth .header_bot_inner {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
/***************** Header Top ******************/
.header_top {
  color: #000000;
  border-color: #d3d3d3;
  background-color: #ffffff;
  height: 40px;
  position: relative;
  z-index: 3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.cmsms_header_scroll .header_top {
  background-color: #ffffff;
  height: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .header_top {
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
    clear: both;
  }
  .cmsms_header_scroll .header_top {
    height: auto;
  }
}
.header_top a {
  color: #000000;
}
.header_top a:hover {
  color: #c93126;
}
.header_top h1,
.header_top h2,
.header_top h3,
.header_top h4,
.header_top h5,
.header_top h6 {
  color: #000000;
}
.header_top h1 a,
.header_top h2 a,
.header_top h3 a,
.header_top h4 a,
.header_top h5 a,
.header_top h6 a {
  color: #000000;
}
.header_top h1 a:hover,
.header_top h2 a:hover,
.header_top h3 a:hover,
.header_top h4 a:hover,
.header_top h5 a:hover,
.header_top h6 a:hover {
  color: #000000;
}
.header_top button,
.header_top .button {
  background-color: #c93126;
  color: #ffffff;
}
.header_top button:hover,
.header_top .button:hover {
  background-color: #000000;
}
.header_top ::selection {
  background-color: #c93126;
  color: #ffffff;
}
.header_top ::-moz-selection {
  background-color: #c93126;
  color: #ffffff;
}
.header_top .header_top_but {
  color: #000000;
  border-color: #d3d3d3;
  width: 100%;
  height: 32px;
  position: relative;
  cursor: pointer;
  border-top-width: 1px;
  border-top-style: solid;
  display: none;
}
html.csstransitions .header_top .header_top_but {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header_top .header_top_but {
    display: block;
  }
}
.header_top .header_top_but:hover {
  color: #c93126;
}
.header_top .header_top_but.closed {
  border-color: transparent;
}
.header_top .header_top_but > span {
  font-size: 14px;
  line-height: 14px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_top .header_top_outer {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header_top .header_top_outer {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .header_top .header_top_outer {
    height: auto;
    display: none;
    overflow: hidden;
  }
}
.header_top .header_top_inner {
  height: 100%;
}
.header_top .header_top_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .header_top .header_top_inner {
    height: auto;
    padding: 30px 0;
    overflow: hidden;
  }
}
.header_top .header_top_right {
  height: 100%;
  float: right;
}
@media only screen and (max-width: 991px) {
  .header_top .header_top_right {
    float: none;
  }
}
.header_top .social_wrap {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .header_top .social_wrap .social_wrap_inner {
    text-align: center;
  }
}
.header_top .social_wrap li {
  margin-right: 1px;
}
.header_top .social_wrap li:last-child {
  margin-right: 0;
}
.header_top .social_wrap a {
  color: #d3d3d3;
  font-size: 23px;
  line-height: 22px;
  width: 23px;
  height: 24px;
}
.header_top .social_wrap a:hover {
  color: #c93126;
}
.header_top .top_nav_wrap {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .header_top .top_nav_wrap nav {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .header_top .top_nav_wrap nav {
    display: none;
  }
}
.header_top .responsive_top_nav {
  font-size: 14px;
  line-height: 14px;
  border-color: #d3d3d3;
  color: #d3d3d3;
  width: 28px;
  height: 28px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  display: none;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .header_top .responsive_top_nav {
    display: block;
  }
}
.header_top .responsive_top_nav:hover,
.header_top .responsive_top_nav.active {
  color: #c93126;
}
.header_top .responsive_top_nav:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_top .header_top_left {
  height: 100%;
  padding: 0 20px 0 0;
  overflow: hidden;
}
.header_top .header_top_left:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header_top .header_top_left {
    padding: 30px 0 0;
  }
  .header_top .header_top_left:after {
    content: none;
  }
}
.header_top .meta_wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header_top .meta_wrap {
    display: block;
    text-align: center;
  }
}
.header_top .meta_wrap > * {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.header_top .meta_wrap > *:last-child {
  margin: 0;
}
.header_top .meta_wrap > *:before {
  color: #c93126;
  font-size: 16px;
  margin-left: 0.1em;
  margin-right: 0.4em;
  vertical-align: text-bottom;
}
.header_top .meta_wrap > p {
  padding: 0;
}
.header_top .meta_wrap .adr {
  white-space: nowrap;
}
/***************** Header Mid ******************/
.header_mid {
  color: #000000;
  border-color: #d3d3d3;
  background-color: #ffffff;
  height: 130px;
  position: relative;
  z-index: 2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  clear: both;
}
.cmsms_header_scroll .header_mid {
  background-color: #ffffff;
  height: 100px;
}
@media only screen and (max-width: 991px) {
  .header_mid {
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
    clear: both;
  }
  .cmsms_header_scroll .header_mid {
    height: auto;
  }
}
.header_mid a {
  color: #000000;
}
.header_mid a:hover {
  color: #c93126;
}
.header_mid h1,
.header_mid h2,
.header_mid h3,
.header_mid h4,
.header_mid h5,
.header_mid h6 {
  color: #000000;
}
.header_mid h1 a,
.header_mid h2 a,
.header_mid h3 a,
.header_mid h4 a,
.header_mid h5 a,
.header_mid h6 a {
  color: #000000;
}
.header_mid h1 a:hover,
.header_mid h2 a:hover,
.header_mid h3 a:hover,
.header_mid h4 a:hover,
.header_mid h5 a:hover,
.header_mid h6 a:hover {
  color: #000000;
}
.header_mid button,
.header_mid .button {
  background-color: #c93126;
  color: #ffffff;
}
.header_mid button:hover,
.header_mid .button:hover {
  background-color: #000000;
}
.header_mid ::selection {
  background-color: #c93126;
  color: #ffffff;
}
.header_mid ::-moz-selection {
  background-color: #c93126;
  color: #ffffff;
}
.header_mid .header_mid_outer {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header_mid .header_mid_outer {
    height: auto;
    overflow: hidden;
  }
}
.header_mid .header_mid_inner {
  height: 100%;
}
.header_mid .header_mid_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .header_mid .header_mid_inner {
    height: auto;
    overflow: hidden;
  }
  .enable_header_bottom .header_mid .header_mid_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .enable_header_bottom .header_mid .header_mid_inner > div {
    height: auto;
  }
  .header_mid .header_mid_inner > div {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .header_mid .header_mid_inner {
    padding-top: 40px;
    text-align: center;
  }
  .header_mid .header_mid_inner > div {
    height: auto;
  }
}
.header_mid .logo_wrap {
  max-width: 100%;
  height: 100%;
  position: relative;
  float: left;
}
.header_mid .logo_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.enable_header_centered .header_mid .logo_wrap {
  float: none;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .enable_header_bottom .header_mid .logo_wrap {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .enable_header_bottom .header_mid .logo_wrap:after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_mid .logo_wrap {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .header_mid .logo_wrap:after {
    content: none;
  }
}
.header_mid .logo_wrap .logo_text_wrap {
  display: inline-block;
  vertical-align: middle;
}
.header_mid .logo_wrap .title {
  color: #c93126;
  display: block;
  line-height: 1em;
}
.header_mid .logo_wrap .title_text {
  color: #959595;
  padding: 0 0 0 3px;
}
.header_mid .logo_wrap .logo {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.header_mid .logo_wrap .logo img {
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.enable_header_centered .header_mid .logo_wrap .logo img {
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .enable_header_bottom .header_mid .logo_wrap .logo img {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .header_mid .logo_wrap .logo img {
    position: static;
  }
}
.header_mid .logo_wrap .logo .logo_retina {
  display: none;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .header_mid .logo_wrap .logo img {
    display: none;
  }
  .header_mid .logo_wrap .logo .logo_retina {
    display: inline-block;
  }
}
.header_mid .header_mid_content_wrap {
  height: 100%;
  padding: 0 0 0 20px;
  position: relative;
  float: right;
  overflow: hidden;
}
.header_mid .header_mid_content_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header_mid .header_mid_content_wrap {
    float: none;
    padding: 40px 0 0;
    margin-bottom: -10px;
  }
  .header_mid .header_mid_content_wrap:after {
    content: none;
  }
}
.header_mid .header_mid_content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header_mid .header_mid_content {
    display: block;
  }
}
.header_mid .social_wrap {
  outline: none;
}
.header_mid .social_wrap .social_wrap_inner {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .header_mid .social_wrap .social_wrap_inner {
    text-align: center;
  }
}
.header_mid .social_wrap li {
  margin-right: 1px;
}
.header_mid .social_wrap li:last-child {
  margin-right: 0;
}
.header_mid .social_wrap a {
  color: #d3d3d3;
  font-size: 23px;
  line-height: 22px;
  width: 23px;
  height: 23px;
}
.header_mid .social_wrap a:hover {
  color: #c93126;
}
.header_mid .social_wrap + .slogan_wrap {
  padding: 20px 0 0;
}
.header_mid .slogan_wrap {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.header_mid .slogan_wrap .slogan_wrap_inner {
  height: 100%;
  text-align: right;
}
.header_mid .slogan_wrap .slogan_wrap_inner:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header_mid .slogan_wrap .slogan_wrap_inner {
    text-align: center;
  }
  .header_mid .slogan_wrap .slogan_wrap_inner:after {
    content: none;
  }
}
.header_mid .slogan_wrap .slogan_wrap_text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header_mid .slogan_wrap .slogan_wrap_text {
    display: block;
    text-align: center;
  }
}
.header_mid .slogan_wrap .slogan_wrap_text > * {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.header_mid .slogan_wrap .slogan_wrap_text > *:last-child {
  margin: 0;
}
.header_mid .slogan_wrap .slogan_wrap_text > *:before {
  color: #c93126;
  font-size: 16px;
  margin-left: 0.1em;
  margin-right: 0.4em;
  vertical-align: text-bottom;
}
.header_mid .slogan_wrap .slogan_wrap_text > p {
  padding: 0;
}
.header_mid .mid_sidearea_but_wrap {
  height: 100%;
  position: relative;
  z-index: 1;
  float: right;
}
@media only screen and (max-width: 991px) {
  .header_mid .mid_sidearea_but_wrap {
    margin: 0 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_mid .mid_sidearea_but_wrap {
    height: auto;
    margin: 0 0 0 2px;
    padding: 40px 0;
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
}
.header_mid .mid_sidearea_but_wrap + .mid_nav_wrap {
  margin: 0 32px 0 0;
}
@media only screen and (min-width: 992px) {
  .header_mid .mid_sidearea_but_wrap + .mid_search_but_wrap {
    margin: 0 10px 0 0;
  }
}
.header_mid .mid_sidearea_but_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_mid .mid_sidearea_but_wrap .mid_sidearea_but {
  font-size: 16px;
  line-height: 18px;
  width: 20px;
  height: 20px;
  margin: 0 -3px 0 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
html.csstransitions .header_mid .mid_sidearea_but_wrap .mid_sidearea_but {
  -webkit-transition: color .3s ease-in-out, transform .3s ease-in-out;
  transition: color .3s ease-in-out, transform .3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header_mid .mid_sidearea_but_wrap .mid_sidearea_but {
    border-color: #d3d3d3;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
  }
}
.header_mid .mid_sidearea_but_wrap .mid_sidearea_but.sidearea_opened {
  color: #c93126;
}
html.csstransforms .header_mid .mid_sidearea_but_wrap .mid_sidearea_but.sidearea_opened:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_mid .mid_sidearea_but_wrap .mid_sidearea_but:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
html.csstransitions .header_mid .mid_sidearea_but_wrap .mid_sidearea_but:before {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.header_mid .mid_search_but_wrap {
  height: 100%;
  position: relative;
  z-index: 1;
  float: right;
}
@media only screen and (max-width: 991px) {
  .header_mid .mid_search_but_wrap {
    margin: 0 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_mid .mid_search_but_wrap {
    height: auto;
    margin: 0 0 0 2px;
    padding: 40px 0;
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
}
.header_mid .mid_search_but_wrap + .mid_nav_wrap {
  margin: 0 32px 0 0;
}
.header_mid .mid_search_but_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_mid .mid_search_but_wrap .mid_search_but {
  font-size: 14px;
  line-height: 14px;
  width: 20px;
  height: 20px;
  margin: 0 -3px 0 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header_mid .mid_search_but_wrap .mid_search_but {
    border-color: #d3d3d3;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
  }
}
.header_mid .mid_search_but_wrap .mid_search_but:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_mid .resp_mid_nav_wrap {
  height: 100%;
  position: relative;
  display: none;
  float: right;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .header_mid .resp_mid_nav_wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header_mid .resp_mid_nav_wrap {
    height: auto;
    padding: 40px 0;
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav_outer {
  height: 100%;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav_outer:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav {
  border-color: #d3d3d3;
  font-size: 16px;
  line-height: 16px;
  width: 40px;
  height: 40px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav.active {
  color: #c93126;
}
.header_mid .resp_mid_nav_wrap .resp_mid_nav:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_mid .mid_nav_wrap {
  height: 100%;
  position: relative;
  float: right;
}
@media only screen and (max-width: 991px) {
  #header .header_mid .mid_nav_wrap {
    height: auto;
    float: none;
    margin: 0 -20px;
    overflow: hidden;
    clear: both;
  }
  .header_mid .mid_nav_wrap nav {
    display: none;
  }
}
/***************** Header Bot ******************/
.header_bot {
  color: #000000;
  border-color: #d3d3d3;
  background-color: #ffffff;
  height: 60px;
  position: relative;
  z-index: 2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  clear: both;
}
.cmsms_header_scroll .header_bot {
  background-color: #ffffff;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .header_bot {
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
    clear: both;
  }
  .cmsms_header_scroll .header_bot {
    height: auto;
  }
}
.header_bot a {
  color: #000000;
}
.header_bot a:hover {
  color: #c93126;
}
.header_bot h1,
.header_bot h2,
.header_bot h3,
.header_bot h4,
.header_bot h5,
.header_bot h6 {
  color: #000000;
}
.header_bot h1 a,
.header_bot h2 a,
.header_bot h3 a,
.header_bot h4 a,
.header_bot h5 a,
.header_bot h6 a {
  color: #000000;
}
.header_bot h1 a:hover,
.header_bot h2 a:hover,
.header_bot h3 a:hover,
.header_bot h4 a:hover,
.header_bot h5 a:hover,
.header_bot h6 a:hover {
  color: #000000;
}
.header_bot button,
.header_bot .button {
  background-color: #c93126;
  color: #ffffff;
}
.header_bot button:hover,
.header_bot .button:hover {
  background-color: #000000;
}
.header_bot ::selection {
  background-color: #c93126;
  color: #ffffff;
}
.header_bot ::-moz-selection {
  background-color: #c93126;
  color: #ffffff;
}
.header_bot .header_bot_outer {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header_bot .header_bot_outer {
    height: auto;
    overflow: hidden;
  }
}
.header_bot .header_bot_inner {
  height: 100%;
}
.header_bot .header_bot_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .header_bot .header_bot_inner {
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}
.enable_header_centered .header_bot .header_bot_inner {
  text-align: center;
}
.header_bot .header_bot_wrap {
  height: 100%;
}
.header_bot .header_bot_wrap:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.enable_header_centered .header_bot .header_bot_wrap {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .header_bot .header_bot_wrap,
  .enable_header_centered .header_bot .header_bot_wrap {
    display: block;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
}
.header_bot .bot_search_but_wrap {
  height: 100%;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1;
  float: right;
}
.enable_header_right .header_bot .bot_search_but_wrap {
  padding-left: 0;
  padding-right: 20px;
  float: left;
}
.enable_header_centered .header_bot .bot_search_but_wrap {
  padding: 0 0 0 21px;
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .enable_header_centered .header_bot .bot_search_but_wrap + .bot_nav_wrap .cmsms_nav_item_pad {
    margin: 0 -15px 0 0;
  }
}
.enable_header_centered .header_bot .bot_search_but_wrap:before {
  content: '';
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  background-clip: content-box;
  display: block;
  padding: 2px 0;
  width: 1px;
  height: 7px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.header_bot .bot_search_but_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header_bot .bot_search_but_wrap,
  .enable_header_right .header_bot .bot_search_but_wrap,
  .enable_header_centered .header_bot .bot_search_but_wrap {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 15px 0 15px 2px;
  }
  .header_bot .bot_search_but_wrap:before,
  .enable_header_right .header_bot .bot_search_but_wrap:before,
  .enable_header_centered .header_bot .bot_search_but_wrap:before,
  .header_bot .bot_search_but_wrap:after,
  .enable_header_right .header_bot .bot_search_but_wrap:after,
  .enable_header_centered .header_bot .bot_search_but_wrap:after {
    content: none;
  }
}
.header_bot .bot_search_but_wrap .bot_search_but {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header_bot .bot_search_but_wrap .bot_search_but {
    border-color: #d3d3d3;
    font-size: 14px;
    line-height: 14px;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
  }
}
.header_bot .bot_search_but_wrap .bot_search_but:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_bot .resp_bot_nav_wrap {
  height: 100%;
  padding: 15px 0;
  vertical-align: middle;
  position: relative;
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .header_bot .resp_bot_nav_wrap {
    display: inline-block;
  }
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav_outer {
  outline: none;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav {
  border-color: #d3d3d3;
  font-size: 16px;
  line-height: 16px;
  display: block;
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_bot .resp_bot_nav_wrap .resp_bot_nav:hover,
.header_bot .resp_bot_nav_wrap .resp_bot_nav.active {
  outline: none;
}
.header_bot .bot_nav_wrap {
  height: 100%;
  position: relative;
  float: left;
}
@media only screen and (max-width: 991px) {
  .header_bot .bot_nav_wrap {
    height: auto;
    float: none;
  }
  .header_bot .bot_nav_wrap nav {
    display: none;
  }
}
.enable_header_right .header_bot .bot_nav_wrap {
  float: right;
}
@media only screen and (max-width: 991px) {
  .enable_header_right .header_bot .bot_nav_wrap {
    float: none;
  }
}
/***************** Header Search Form ******************/
.cmsms_header_search_form {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: fixed;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.93);
  opacity: 0;
}
.ccs_default .cmsms_header_search_form {
  background-color: rgba(0, 0, 0, 0.93);
}
.ccs_footer .cmsms_header_search_form {
  background-color: rgba(255, 255, 255, 0.93);
}
.ccs_first .cmsms_header_search_form {
  background-color: rgba(255, 255, 255, 0.93);
}
.ccs_second .cmsms_header_search_form {
  background-color: rgba(255, 255, 255, 0.93);
}
.ccs_third .cmsms_header_search_form {
  background-color: rgba(255, 255, 255, 0.93);
}
html.csstransitions .cmsms_header_search_form {
  -webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}
.cmsms_header_search_form.cmsms_show {
  visibility: visible;
  opacity: 1;
}
.cmsms_header_search_form .cmsms_header_search_form_close {
  font-size: 32px;
  line-height: 32px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 32px;
  height: 32px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 50px;
  top: 50px;
  bottom: auto;
}
.ccs_default .cmsms_header_search_form .cmsms_header_search_form_close {
  color: #ffffff;
}
.ccs_footer .cmsms_header_search_form .cmsms_header_search_form_close {
  color: #101010;
}
.ccs_first .cmsms_header_search_form .cmsms_header_search_form_close {
  color: #101010;
}
.ccs_second .cmsms_header_search_form .cmsms_header_search_form_close {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_header_search_form .cmsms_header_search_form_close {
  color: rgba(0, 0, 0, 0.25);
}
html.csstransitions .cmsms_header_search_form .cmsms_header_search_form_close {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
@media only screen and (max-width: 540px) {
  .cmsms_header_search_form .cmsms_header_search_form_close {
    right: 20px;
  }
}
.cmsms_header_search_form .cmsms_header_search_form_close:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_default .cmsms_header_search_form .cmsms_header_search_form_close:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_footer .cmsms_header_search_form .cmsms_header_search_form_close:hover {
  color: rgba(16, 16, 16, 0.5);
}
.ccs_first .cmsms_header_search_form .cmsms_header_search_form_close:hover {
  color: rgba(16, 16, 16, 0.5);
}
.ccs_second .cmsms_header_search_form .cmsms_header_search_form_close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.ccs_third .cmsms_header_search_form .cmsms_header_search_form_close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.cmsms_header_search_form .cmsms_header_search_form_close:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_header_search_form .cmsms_header_search_form_field {
  max-width: 90%;
  width: 800px;
  height: 100px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cmsms_header_search_form .cmsms_header_search_form_field {
    height: 70px;
  }
}
@media only screen and (max-width: 540px) {
  .cmsms_header_search_form .cmsms_header_search_form_field {
    height: 60px;
  }
}
.cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0 90px 0 30px;
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
  border-style: solid;
}
.ccs_default .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  color: #ffffff;
}
.ccs_footer .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  color: #101010;
}
.ccs_first .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  color: #101010;
}
.ccs_second .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_default .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  border-color: rgba(255, 255, 255, 0.2);
}
.ccs_footer .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  border-color: rgba(16, 16, 16, 0.2);
}
.ccs_first .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  border-color: rgba(16, 16, 16, 0.2);
}
.ccs_second .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  border-color: rgba(0, 0, 0, 0.2);
}
.ccs_third .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  border-color: rgba(0, 0, 0, 0.2);
}
.cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  border-color: #ffffff;
}
.ccs_default .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  border-color: #ffffff;
}
.ccs_footer .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  border-color: #101010;
}
.ccs_first .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  border-color: #101010;
}
.ccs_second .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  border-color: #000000;
}
.ccs_third .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]):focus {
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
    font-size: 22.5px;
  }
}
@media only screen and (max-width: 540px) {
  .cmsms_header_search_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
    font-size: 15px;
    padding: 0 60px 0 15px;
  }
}
.cmsms_header_search_form input::-webkit-input-placeholder {
  color: #ffffff;
}
.ccs_default .cmsms_header_search_form input::-webkit-input-placeholder {
  color: #ffffff;
}
.ccs_footer .cmsms_header_search_form input::-webkit-input-placeholder {
  color: #101010;
}
.ccs_first .cmsms_header_search_form input::-webkit-input-placeholder {
  color: #101010;
}
.ccs_second .cmsms_header_search_form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_header_search_form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cmsms_header_search_form input:-moz-placeholder {
  color: #ffffff;
}
.ccs_default .cmsms_header_search_form input:-moz-placeholder {
  color: #ffffff;
}
.ccs_footer .cmsms_header_search_form input:-moz-placeholder {
  color: #101010;
}
.ccs_first .cmsms_header_search_form input:-moz-placeholder {
  color: #101010;
}
.ccs_second .cmsms_header_search_form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_header_search_form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cmsms_header_search_form button {
  background-color: transparent;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  color: #ffffff;
  border-width: 0;
  border-style: solid;
  width: 90px;
  height: 100%;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.ccs_default .cmsms_header_search_form button {
  color: #ffffff;
}
.ccs_footer .cmsms_header_search_form button {
  color: #101010;
}
.ccs_first .cmsms_header_search_form button {
  color: #101010;
}
.ccs_second .cmsms_header_search_form button {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_header_search_form button {
  color: rgba(0, 0, 0, 0.25);
}
html.csstransitions .cmsms_header_search_form button {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.cmsms_header_search_form button:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_default .cmsms_header_search_form button:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_footer .cmsms_header_search_form button:hover {
  color: rgba(16, 16, 16, 0.5);
}
.ccs_first .cmsms_header_search_form button:hover {
  color: rgba(16, 16, 16, 0.5);
}
.ccs_second .cmsms_header_search_form button:hover {
  color: rgba(0, 0, 0, 0.5);
}
.ccs_third .cmsms_header_search_form button:hover {
  color: rgba(0, 0, 0, 0.5);
}
.cmsms_header_search_form button:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cmsms_header_search_form button {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .cmsms_header_search_form button {
    font-size: 20px;
    line-height: 20px;
    width: 60px;
  }
}
/***************** Navigation ******************/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.3
 */
.cmsms_nav {
  display: block;
  height: 100%;
  position: relative;
}
.cmsms_nav ul {
  /* clear ul styles */
  margin: 0;
  padding: 0;
}
.cmsms_nav ul:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_nav ul li {
  margin: 0;
  padding: 0;
}
.cmsms_nav ul li:before {
  display: none;
}
.cmsms_nav > div {
  height: 100%;
}
.cmsms_nav > div:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsms_nav > div > ul {
  list-style: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  z-index: 202;
  zoom: 1;
}
.header_top .cmsms_nav > div > ul {
  /* top nav height and dropdown position */
  height: auto;
  position: static;
}
.header_mid .cmsms_nav > div > ul {
  /* mid nav height and dropdown position */
  height: auto;
  position: static;
}
.header_bot .cmsms_nav > div > ul {
  /* bot nav height and dropdown position */
  height: auto;
  position: static;
}
.cmsms_nav > div > ul ul {
  list-style: none;
  visibility: hidden;
  position: absolute;
  left: auto;
  top: 100%;
  z-index: 203;
  opacity: 0;
  border-width: 1px;
  border-style: solid;
}
html.csstransitions .cmsms_nav > div > ul ul {
  -webkit-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
  transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
}
.header_top .cmsms_nav > div > ul ul {
  width: 120px;
  margin: 20px 0 0 -12px;
  padding: 6px 0 6px;
}
.header_mid .cmsms_nav > div > ul ul {
  width: 200px;
  margin: 20px 0 0;
  padding: 7px 20px 7px;
}
.header_bot .cmsms_nav > div > ul ul {
  width: 200px;
  margin: 20px 0 0;
  padding: 7px 20px 7px;
}
.cmsms_nav > div > ul ul ul {
  left: 100%;
}
html.csstransitions .cmsms_nav > div > ul ul ul {
  -webkit-transition: opacity .3s ease-in-out .1s, margin-left .3s ease-in-out .1s, margin-right .3s ease-in-out .1s;
  transition: opacity .3s ease-in-out .1s, margin-left .3s ease-in-out .1s, margin-right .3s ease-in-out .1s;
}
.header_top .cmsms_nav > div > ul ul ul {
  margin: 0 0 0 20px;
  top: -7px;
}
.header_mid .cmsms_nav > div > ul ul ul {
  margin: 0 0 0 30px;
  top: -8px;
}
.header_bot .cmsms_nav > div > ul ul ul {
  margin: 0 0 0 30px;
  top: -8px;
}
.cmsms_nav > div > ul li.menu-item-dropdown-right {
  direction: rtl;
  text-align: right;
}
.cmsms_nav > div > ul li.menu-item-dropdown-right > * {
  direction: ltr;
}
.cmsms_nav > div > ul li.menu-item-dropdown-right * {
  text-align: right;
}
.cmsms_nav > div > ul li.menu-item-dropdown-right > ul ul {
  left: auto;
  right: 100%;
}
.header_mid .cmsms_nav > div > ul li.menu-item-dropdown-right > ul ul {
  margin: 0 20px 0 0;
}
.header_mid .cmsms_nav > div > ul li.menu-item-dropdown-right > ul ul {
  margin: 0 30px 0 0;
}
.header_bot .cmsms_nav > div > ul li.menu-item-dropdown-right > ul ul {
  margin: 0 30px 0 0;
}
.cmsms_nav > div > ul li.menu-item-dropdown-right > div.menu-item-mega-container ul {
  right: auto;
}
.header_mid .cmsms_nav > div > ul li.menu-item-dropdown-right > div.menu-item-mega-container > ul ul {
  margin-left: 0;
  margin-right: 0;
}
.header_mid .cmsms_nav > div > ul li.menu-item-dropdown-right > div.menu-item-mega-container > ul ul {
  margin-left: 0;
  margin-right: 0;
}
.header_bot .cmsms_nav > div > ul li.menu-item-dropdown-right > div.menu-item-mega-container > ul ul {
  margin-left: 0;
  margin-right: 0;
}
.cmsms_nav > div > ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 203;
}
.cmsms_nav > div > ul li:hover {
  z-index: 204;
}
.cmsms_nav > div > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header_top .cmsms_nav > div > ul li:hover > ul {
  margin: 0px 0 0 -12px;
}
.header_mid .cmsms_nav > div > ul li:hover > ul {
  margin: 0 0 0;
}
.header_bot .cmsms_nav > div > ul li:hover > ul {
  margin: 0 0 0;
}
.cmsms_nav > div > ul li:hover > ul:before {
  content: '';
  width: 100%;
  margin-bottom: 1px;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 100%;
}
.header_top .cmsms_nav > div > ul li:hover > ul:before {
  /* top nav dropdown before height */
  height: 9px;
}
.header_mid .cmsms_nav > div > ul li:hover > ul:before {
  /* mid nav dropdown before height */
  height: 53px;
}
.header_bot .cmsms_nav > div > ul li:hover > ul:before {
  /* bot nav dropdown before height */
  height: 18px;
}
.cmsms_nav > div > ul li:hover > div.menu-item-mega-container {
  visibility: visible;
  opacity: 1;
}
html.csstransitions .cmsms_nav > div > ul li:hover > div.menu-item-mega-container {
  -webkit-transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
  transition: opacity .3s ease-in-out .1s, margin-top .3s ease-in-out .1s;
}
.header_top .cmsms_nav > div > ul li:hover > div.menu-item-mega-container {
  margin: 0px 0 0;
}
.header_mid .cmsms_nav > div > ul li:hover > div.menu-item-mega-container {
  margin: 0 0 0;
}
.header_bot .cmsms_nav > div > ul li:hover > div.menu-item-mega-container {
  margin: 0 0 0;
}
.cmsms_nav > div > ul li:hover > div.menu-item-mega-container:before {
  content: '';
  width: 100%;
  margin-bottom: 1px;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 100%;
}
.header_top .cmsms_nav > div > ul li:hover > div.menu-item-mega-container:before {
  /* top nav dropdown before height */
  height: 9px;
}
.header_mid .cmsms_nav > div > ul li:hover > div.menu-item-mega-container:before {
  /* mid nav dropdown before height */
  height: 53px;
}
.header_bot .cmsms_nav > div > ul li:hover > div.menu-item-mega-container:before {
  /* bot nav dropdown before height */
  height: 18px;
}
.cmsms_nav > div > ul li:hover > div.menu-item-mega-container ul {
  visibility: visible;
  opacity: 1;
}
.header_top .cmsms_nav > div > ul li li:hover > ul {
  margin: 0 0 0 0;
}
.header_mid .cmsms_nav > div > ul li li:hover > ul {
  margin: 0 0 0 20px;
}
.header_bot .cmsms_nav > div > ul li li:hover > ul {
  margin: 0 0 0 20px;
}
.cmsms_nav > div > ul li li:hover > ul:before {
  left: auto;
  right: 100%;
  top: 0;
  bottom: auto;
}
.header_top .cmsms_nav > div > ul li li:hover > ul:before {
  width: 0;
  height: 100%;
}
.header_mid .cmsms_nav > div > ul li li:hover > ul:before {
  width: 20px;
  height: 100%;
}
.header_bot .cmsms_nav > div > ul li li:hover > ul:before {
  width: 20px;
  height: 100%;
}
.header_top .cmsms_nav > div > ul li.menu-item-dropdown-right li:hover > ul {
  margin: 0 0 0 0;
}
.header_mid .cmsms_nav > div > ul li.menu-item-dropdown-right li:hover > ul {
  margin: 0 20px 0 0;
}
.header_bot .cmsms_nav > div > ul li.menu-item-dropdown-right li:hover > ul {
  margin: 0 20px 0 0;
}
.cmsms_nav > div > ul li.menu-item-dropdown-right li:hover > ul:before {
  left: auto;
}
.header_top .cmsms_nav > div > ul li.menu-item-dropdown-right li:hover > ul:before {
  right: -1;
}
.header_mid .cmsms_nav > div > ul li.menu-item-dropdown-right li:hover > ul:before {
  right: -21px;
}
.header_bot .cmsms_nav > div > ul li.menu-item-dropdown-right li:hover > ul:before {
  right: -21px;
}
.cmsms_nav > div > ul li a {
  display: block;
  position: relative;
  z-index: 204;
  cursor: pointer;
}
html.csstransitions .cmsms_nav > div > ul li a {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_nav > div > ul li a .cmsms_nav_subtitle {
  display: block;
}
html.csstransitions .cmsms_nav > div > ul li a .cmsms_nav_subtitle {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}
html.csstransitions .cmsms_nav > div > ul li a .cmsms_nav_tag {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_nav > div > ul .menu-item-mega-description-container {
  display: block;
  padding: 10px 0;
  overflow: hidden;
}
.cmsms_nav > div > ul .cmsms_nav_icon {
  margin: 0 .5em 0 0;
}
.cmsms_nav > div > ul .menu-item-hide-text > a .cmsms_nav_icon {
  margin: 0 .3em;
}
.cmsms_nav > div > ul .menu-item-hide-text:not(.menu-item-icon) > a {
  display: none;
}
.cmsms_nav > div > ul li.menu-item-mega ul {
  background-color: transparent;
  border: 0;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 203;
}
.cmsms_nav > div > ul div.menu-item-mega-container {
  display: block;
  width: auto;
  padding: 15px 0 20px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 203;
  opacity: 0;
  border-width: 1px;
  border-style: solid;
}
.header_top .cmsms_nav > div > ul div.menu-item-mega-container {
  margin: 20px 0 0;
}
.header_mid .cmsms_nav > div > ul div.menu-item-mega-container {
  margin: 20px 0 0;
}
.header_bot .cmsms_nav > div > ul div.menu-item-mega-container {
  margin: 20px 0 0;
}
.cmsms_nav > div > ul div.menu-item-mega-container > ul {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cmsms_nav > div > ul div.menu-item-mega-container > ul > li {
  display: table-cell;
  padding: 0 15px;
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cmsms_nav > div > ul div.menu-item-mega-container > ul > li > a {
  margin-bottom: 10px;
}
.cmsms_nav > div > ul div.menu-item-mega-container > ul > li > ul {
  margin: 0;
  padding: 0;
}
.header_top .cmsms_nav > div > ul div.menu-item-mega-container > ul > li > ul {
  width: 120px;
}
.header_mid .cmsms_nav > div > ul div.menu-item-mega-container > ul > li > ul {
  width: 200px;
}
.header_bot .cmsms_nav > div > ul div.menu-item-mega-container > ul > li > ul {
  width: 200px;
}
.cmsms_nav > div > ul div.menu-item-mega-container > ul > li:hover > ul {
  margin: 0;
  padding: 0;
}
.header_bot .cmsms_nav > div > ul div.menu-item-mega-container > ul > li:hover > ul {
  margin: 0;
  padding: 0;
}
.cmsms_nav > div > ul div.menu-item-mega-container > ul > li a:empty {
  padding: 0;
  margin: 0;
}
.cmsms_nav > div > ul li.menu-item-mega-fullwidth > div.menu-item-mega-container > ul > li a,
.cmsms_nav > div > ul li.menu-item-mega-fullwidth > div.menu-item-mega-container > ul > li ul {
  width: auto;
}
.cmsms_nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-two > div.menu-item-mega-container > ul > li {
  width: 50%;
}
.cmsms_nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-three > div.menu-item-mega-container > ul > li {
  width: 33.33%;
}
.cmsms_nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-four > div.menu-item-mega-container > ul > li {
  width: 25%;
}
.cmsms_nav > div > ul li.menu-item-mega-fullwidth.menu-item-mega-cols-five > div.menu-item-mega-container > ul > li {
  width: 20%;
}
.cmsms_nav > div > ul > li {
  height: 100%;
  position: static;
  float: left;
}
.header_top .cmsms_nav > div > ul > li {
  margin: 0 3px 0 0;
  padding: 0 3px 0 0;
}
.header_top .cmsms_nav > div > ul > li > a:after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  margin: auto auto auto -6px;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
}
.header_top .cmsms_nav > div > ul > li:first-child > a:after {
  content: none;
}
.header_top .cmsms_nav > div > ul > li:last-child {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.header_mid .cmsms_nav > div > ul > li,
.header_bot .cmsms_nav > div > ul > li {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 21px;
  padding-left: 0;
  padding-right: 17px;
}
.header_mid .cmsms_nav > div > ul > li > a:after,
.header_bot .cmsms_nav > div > ul > li > a:after {
  content: '';
  background-clip: content-box;
  display: block;
  width: 1px;
  height: 7px;
  margin: auto auto auto -21px;
  padding: 2px 0;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.header_mid .cmsms_nav > div > ul > li:first-child > a:after,
.header_bot .cmsms_nav > div > ul > li:first-child > a:after {
  content: none;
}
.header_mid .cmsms_nav > div > ul > li:last-child,
.header_bot .cmsms_nav > div > ul > li:last-child {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.header_mid .cmsms_nav_item_pad.cmsms_nav > div > ul > li,
.header_bot .cmsms_nav_item_pad.cmsms_nav > div > ul > li {
  margin-left: 0;
  margin-right: 6px;
  padding-left: 0;
  padding-right: 5px;
}
.header_mid .cmsms_nav_item_pad.cmsms_nav > div > ul > li > a:after,
.header_bot .cmsms_nav_item_pad.cmsms_nav > div > ul > li > a:after {
  margin-left: -30px;
  margin-right: auto;
}
.header_mid .cmsms_nav_item_pad.cmsms_nav > div > ul > li:last-child,
.header_bot .cmsms_nav_item_pad.cmsms_nav > div > ul > li:last-child {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.cmsms_nav > div > ul > li > a {
  height: 100%;
}
.cmsms_nav > div > ul > li > a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header_top .cmsms_nav > div > ul > li > a {
  padding: 2px 3px;
}
.header_mid .cmsms_nav_item_pad.cmsms_nav > div > ul > li > a,
.header_bot .cmsms_nav_item_pad.cmsms_nav > div > ul > li > a {
  padding: 10px 20px;
}
.cmsms_nav > div > ul > li > a .cmsms_nav_item_wrap {
  display: inline-block;
  vertical-align: middle;
}
.cmsms_nav > div > ul > li > a .cmsms_nav_subtitle {
  display: block;
}
.cmsms_nav > div > ul > li > a .cmsms_nav_tag {
  display: inline-block;
  margin-left: 7px;
  margin-right: 0;
  padding: 1px 5px 0;
  position: relative;
  top: -1px;
  border-width: 1px;
  border-style: solid;
}
.cmsms_nav > div > ul > li li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
html.csstransitions .cmsms_nav > div > ul > li li {
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}
.cmsms_nav > div > ul > li li:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.header_top .cmsms_nav > div > ul > li li a {
  padding: 1px 15px;
}
.header_mid .cmsms_nav > div > ul > li li a,
.header_bot .cmsms_nav > div > ul > li li a {
  padding: 5px 0;
}
.cmsms_nav > div > ul > li li a .cmsms_nav_tag {
  display: inline-block;
  margin-left: 6px;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  #header .cmsms_nav {
    height: auto;
  }
  #header .cmsms_nav div,
  #header .cmsms_nav ul,
  #header .cmsms_nav li,
  #header .cmsms_nav a,
  #header .cmsms_nav span {
    background-image: none !important;
    display: block;
    width: auto;
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
    visibility: visible;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: left;
    border-width: 0;
    border-style: solid;
    clear: both;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .cmsms_nav div:before,
  #header .cmsms_nav ul:before,
  #header .cmsms_nav li:before,
  #header .cmsms_nav a:before,
  #header .cmsms_nav div:after,
  #header .cmsms_nav ul:after,
  #header .cmsms_nav li:after,
  #header .cmsms_nav a:after {
    content: none;
  }
  #header .cmsms_nav .menu-item-mega-description-container {
    padding: 10px 15px;
  }
  #header .cmsms_nav li {
    border-top-width: 1px;
    border-top-style: solid;
  }
  #header .cmsms_nav > div > ul > li:first-child {
    border-top-width: 0;
    border-top-style: solid;
  }
  #header .cmsms_nav .cmsms_top_line_nav {
    margin: 25px 0 0;
  }
  #header .cmsms_nav .cmsms_top_line_nav .cmsms_nav_item_wrap {
    padding: 5px 0;
    text-align: center;
  }
  #header .cmsms_nav .cmsms_top_line_nav > li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
  }
  #header .cmsms_nav .cmsms_top_line_nav > li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #header .cmsms_nav .cmsms_top_line_nav li li .cmsms_nav_item_wrap {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  #header .cmsms_nav .cmsms_top_line_nav li li .cmsms_nav_item_wrap:before,
  #header .cmsms_nav .cmsms_top_line_nav li li .cmsms_nav_item_wrap:after {
    content: '\00a0\2014\00a0';
  }
  #header .cmsms_nav .cmsms_top_line_nav li li li .cmsms_nav_item_wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #header .cmsms_nav .cmsms_top_line_nav li li li .cmsms_nav_item_wrap:before,
  #header .cmsms_nav .cmsms_top_line_nav li li li .cmsms_nav_item_wrap:after {
    content: '\00a0\2013\00a0';
  }
  #header .cmsms_nav .cmsms_navigation {
    margin-bottom: -1px;
    border-top-width: 1px;
    border-top-style: solid;
  }
  #header .cmsms_nav .cmsms_navigation li {
    border-width: 0;
    border-style: solid;
  }
  #header .cmsms_nav .cmsms_navigation a {
    padding: 13px 60px 13px 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #header .cmsms_nav .cmsms_navigation li li > a {
    padding: 10px 60px 10px 35px;
  }
  #header .cmsms_nav .cmsms_navigation li li li > a {
    padding: 10px 60px 10px 50px;
  }
  #header .cmsms_nav .cmsms_navigation .cmsms_nav_item_wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  #header .cmsms_nav .cmsms_navigation .cmsms_resp_nav_toggle {
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    width: 60px;
    height: 100%;
    margin: auto !important;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #header .cmsms_nav .cmsms_navigation .cmsms_resp_nav_toggle:before {
    width: 1em;
    height: 1em;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.cmsms_navigation > li > a {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.cmsms_navigation > li > a .cmsms_nav_subtitle {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.cmsms_navigation > li > a .cmsms_nav_tag {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.cmsms_navigation > li li > a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.cmsms_navigation > li li > a .cmsms_nav_subtitle {
  font-size: 13px;
  text-transform: none;
}
.cmsms_navigation div.menu-item-mega-container > ul > li > a .cmsms_nav_title {
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .cmsms_navigation {
    background-color: #ffffff;
    border-color: #d3d3d3;
  }
}
.cmsms_navigation li {
  border-color: #ededed;
}
.cmsms_navigation li.current-menu-item,
.cmsms_navigation li.menu-item-highlight,
.cmsms_navigation li.current-menu-ancestor {
  border-color: #ededed;
}
.cmsms_navigation li > a {
  color: #000000;
  border-color: #ededed;
}
.cmsms_navigation li > a .cmsms_nav_subtitle {
  color: #bcbcbc;
}
.cmsms_navigation li > a .cmsms_nav_tag {
  color: #c93126;
}
.cmsms_navigation li > a:hover,
.cmsms_navigation li.current-menu-item > a,
.cmsms_navigation li.menu-item-highlight > a,
.cmsms_navigation li.current-menu-ancestor > a {
  color: #c93126;
  border-color: #ededed;
}
.cmsms_navigation li > a:hover .cmsms_nav_subtitle,
.cmsms_navigation li.current-menu-item > a .cmsms_nav_subtitle,
.cmsms_navigation li.menu-item-highlight > a .cmsms_nav_subtitle,
.cmsms_navigation li.current-menu-ancestor > a .cmsms_nav_subtitle {
  color: #c93126;
}
@media only screen and (min-width: 992px) {
  .cmsms_navigation li li:hover {
    border-color: #ededed;
  }
  .cmsms_navigation li li:hover > a {
    color: #c93126;
  }
  .cmsms_navigation li li:hover > a .cmsms_nav_subtitle {
    color: #c93126;
  }
}
.cmsms_navigation li .menu-item-mega-description-container,
.cmsms_navigation li .menu-item-mega-description-container * {
  color: #7e7e7e;
}
@media only screen and (min-width: 992px) {
  .cmsms_navigation ul,
  .cmsms_navigation .menu-item-mega-container {
    background-color: #ffffff;
    border-color: #d3d3d3;
  }
  .cmsms_navigation > li > a {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
  }
  .cmsms_navigation > li > a:after {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
  }
  .cmsms_navigation > li > a .cmsms_nav_subtitle {
    color: #bcbcbc;
  }
  .cmsms_navigation > li > a .cmsms_nav_tag {
    color: #bcbcbc;
    border-color: #bcbcbc;
  }
  .cmsms_navigation > li > a:hover,
  .cmsms_navigation > li:hover > a {
    color: #c93126;
    background-color: rgba(255, 255, 255, 0);
  }
  .cmsms_navigation > li > a:hover .cmsms_nav_subtitle,
  .cmsms_navigation > li:hover > a .cmsms_nav_subtitle {
    color: #c93126;
  }
  .cmsms_navigation > li > a:hover .cmsms_nav_tag,
  .cmsms_navigation > li:hover > a .cmsms_nav_tag {
    color: #c93126;
  }
  .cmsms_navigation > li.menu-item.current-menu-item > a,
  .cmsms_navigation > li.menu-item.menu-item-highlight > a,
  .cmsms_navigation > li.menu-item.current-menu-ancestor > a {
    color: #c93126;
    background-color: rgba(255, 255, 255, 0);
  }
  .cmsms_navigation > li.menu-item.current-menu-item > a .cmsms_nav_subtitle,
  .cmsms_navigation > li.menu-item.menu-item-highlight > a .cmsms_nav_subtitle,
  .cmsms_navigation > li.menu-item.current-menu-ancestor > a .cmsms_nav_subtitle {
    color: #c93126;
  }
  .cmsms_navigation > li.menu-item.current-menu-item > a .cmsms_nav_tag,
  .cmsms_navigation > li.menu-item.menu-item-highlight > a .cmsms_nav_tag,
  .cmsms_navigation > li.menu-item.current-menu-ancestor > a .cmsms_nav_tag {
    color: #c93126;
  }
}
.cmsms_top_line_nav > li > a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  text-transform: none;
}
.cmsms_top_line_nav > li li > a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .cmsms_top_line_nav {
    background-color: #ffffff;
  }
}
.cmsms_top_line_nav li {
  border-color: #d3d3d3;
}
.cmsms_top_line_nav li > a {
  color: #000000;
}
.cmsms_top_line_nav li > a:hover,
.cmsms_top_line_nav li.current-menu-item > a,
.cmsms_top_line_nav li.menu-item-highlight > a {
  color: #c93126;
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 992px) {
  .cmsms_top_line_nav li li:hover > a,
  .cmsms_top_line_nav li li.current-menu-ancestor > a {
    color: #c93126;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media only screen and (min-width: 992px) {
  .cmsms_top_line_nav ul {
    background-color: #ffffff;
    border-color: #d3d3d3;
  }
  .cmsms_top_line_nav > li > a {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
  }
  .cmsms_top_line_nav > li > a:after {
    background-color: rgba(255, 255, 255, 0);
  }
  .cmsms_top_line_nav > li > a:hover,
  .cmsms_top_line_nav > li:hover > a,
  .cmsms_top_line_nav > li.menu-item.current-menu-item > a,
  .cmsms_top_line_nav > li.menu-item.menu-item-highlight > a,
  .cmsms_top_line_nav > li.menu-item.current-menu-ancestor > a {
    color: #c93126;
    background-color: rgba(255, 255, 255, 0);
  }
}
/*-------------------------------------------------------------------------*/
/*	6.	Headline + Content + Sidebar Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
#middle {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.ccs_default #middle {
  background-color: #ffffff;
}
.ccs_footer #middle {
  background-color: #101010;
}
.ccs_first #middle {
  background-color: #101010;
}
.ccs_second #middle {
  background-color: rgba(0, 0, 0, 0.25);
}
.ccs_third #middle {
  background-color: rgba(0, 0, 0, 0.25);
}
#middle:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .cmsms_heading_after_header #middle {
    padding-top: 130px;
  }
  .cmsms_heading_after_header.enable_header_top #middle {
    padding-top: 170px;
  }
  .cmsms_heading_after_header.enable_header_bottom #middle {
    padding-top: 190px;
  }
  .cmsms_heading_after_header.enable_header_top.enable_header_bottom #middle {
    padding-top: 230px;
  }
}
#middle ul,
#middle ol {
  overflow: hidden;
}
.headline {
  width: 100%;
  position: relative;
}
.headline_outer {
  width: 100%;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_default .headline_outer {
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_footer .headline_outer {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .headline_outer {
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_second .headline_outer {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .headline_outer {
  background-color: #fcfcfc;
  border-color: rgba(0, 0, 0, 0.3);
}
.headline_outer.cmsms_headline_disabled {
  border: 0;
}
@media only screen and (min-width: 992px) {
  .cmsms_heading_under_header .headline_outer {
    padding-top: 130px;
  }
  .cmsms_heading_under_header.enable_header_top .headline_outer {
    padding-top: 170px;
  }
  .cmsms_heading_under_header.enable_header_bottom .headline_outer {
    padding-top: 190px;
  }
  .cmsms_heading_under_header.enable_header_top.enable_header_bottom .headline_outer {
    padding-top: 230px;
  }
}
.headline_color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.headline_inner {
  width: 980px;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.headline_inner:before {
  content: '';
  display: block;
}
.headline_inner .headline_wrap {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .headline_inner {
    width: 1200px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .headline_inner {
    width: 100%;
  }
}
.headline_inner.align_left .headline_wrap {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.headline_inner.align_right .headline_wrap {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.headline_inner.align_center .headline_wrap {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .headline_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .headline_inner:before {
    content: none;
    display: none;
  }
  .headline_inner.align_left .headline_wrap,
  .headline_inner.align_right .headline_wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.headline_inner.headline_fullwidth {
  width: 100%;
}
.cmsms_container_fullwidth .headline_inner {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.headline_text {
  position: relative;
  max-width: 100%;
}
.headline_inner.align_left .headline_text {
  text-align: left;
}
.headline_inner.align_left .headline_text.headline_icon {
  padding-left: 45px;
  padding-right: 0;
}
.headline_inner.align_right .headline_text {
  text-align: right;
}
.headline_inner.align_right .headline_text.headline_icon {
  padding-left: 0;
  padding-right: 45px;
}
.headline_inner.align_center .headline_text {
  text-align: center;
}
.headline_inner.align_center .headline_text.headline_icon {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .headline_inner.align_left .headline_text,
  .headline_inner.align_right .headline_text {
    text-align: center;
  }
  .headline_inner.align_left .headline_text.headline_icon,
  .headline_inner.align_right .headline_text.headline_icon {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
}
.headline_text:before {
  font-size: 30px;
  line-height: 30px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.headline_inner.align_left .headline_text:before {
  right: auto;
}
.headline_inner.align_right .headline_text:before {
  left: auto;
}
.headline_inner.align_center .headline_text:before {
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .headline_inner.align_left .headline_text:before,
  .headline_inner.align_right .headline_text:before {
    left: 0;
    right: 0;
    bottom: auto;
  }
}
.headline_text .entry-title {
  margin: 0;
}
.headline_text .entry-subtitle {
  margin: 0;
}
.cmsms_breadcrumbs {
  position: relative;
  overflow: hidden;
}
.headline_inner.align_center .headline_text + .cmsms_breadcrumbs {
  padding: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .headline_text + .cmsms_breadcrumbs {
    padding-top: 10px;
  }
}
.cmsms_breadcrumbs_inner {
  overflow: hidden;
}
.cmsms_breadcrumbs_inner .breadcrumb_last {
  color: #bcbcbc;
}
.ccs_default .cmsms_breadcrumbs_inner .breadcrumb_last {
  color: #bcbcbc;
}
.ccs_footer .cmsms_breadcrumbs_inner .breadcrumb_last {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_first .cmsms_breadcrumbs_inner .breadcrumb_last {
  color: #bcbcbc;
}
.ccs_second .cmsms_breadcrumbs_inner .breadcrumb_last {
  color: #ffffff;
}
.ccs_third .cmsms_breadcrumbs_inner .breadcrumb_last {
  color: #ffffff;
}
.middle_outer {
  width: 100%;
  position: relative;
}
.middle_inner {
  width: 980px;
  max-width: 100%;
  padding: 0 20px;
  position: relative;
  min-width: inherit;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .middle_inner {
    width: 1200px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .middle_inner {
    width: 100%;
  }
}
.cmsms_container_fullwidth .middle_inner {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.content_wrap {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.content_wrap.cmsms_set_fullwidth {
  width: 100%;
  padding: 0;
}
.content_wrap.r_sidebar:before,
.content_wrap.l_sidebar:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ccs_default .content_wrap.r_sidebar:before,
.ccs_default .content_wrap.l_sidebar:before {
  background-color: #e0e0e0;
}
.ccs_footer .content_wrap.r_sidebar:before,
.ccs_footer .content_wrap.l_sidebar:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .content_wrap.r_sidebar:before,
.ccs_first .content_wrap.l_sidebar:before {
  background-color: #e0e0e0;
}
.ccs_second .content_wrap.r_sidebar:before,
.ccs_second .content_wrap.l_sidebar:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .content_wrap.r_sidebar:before,
.ccs_third .content_wrap.l_sidebar:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.content_wrap.r_sidebar:before {
  left: 73%;
}
.content_wrap.l_sidebar:before {
  left: 27%;
}
.content_wrap.r_l_sidebars:before,
.content_wrap.r_r_sidebars:before,
.content_wrap.l_l_sidebars:before,
.content_wrap.r_l_sidebars:after,
.content_wrap.r_r_sidebars:after,
.content_wrap.l_l_sidebars:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ccs_default .content_wrap.r_l_sidebars:before,
.ccs_default .content_wrap.r_r_sidebars:before,
.ccs_default .content_wrap.l_l_sidebars:before,
.ccs_default .content_wrap.r_l_sidebars:after,
.ccs_default .content_wrap.r_r_sidebars:after,
.ccs_default .content_wrap.l_l_sidebars:after {
  background-color: #e0e0e0;
}
.ccs_footer .content_wrap.r_l_sidebars:before,
.ccs_footer .content_wrap.r_r_sidebars:before,
.ccs_footer .content_wrap.l_l_sidebars:before,
.ccs_footer .content_wrap.r_l_sidebars:after,
.ccs_footer .content_wrap.r_r_sidebars:after,
.ccs_footer .content_wrap.l_l_sidebars:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .content_wrap.r_l_sidebars:before,
.ccs_first .content_wrap.r_r_sidebars:before,
.ccs_first .content_wrap.l_l_sidebars:before,
.ccs_first .content_wrap.r_l_sidebars:after,
.ccs_first .content_wrap.r_r_sidebars:after,
.ccs_first .content_wrap.l_l_sidebars:after {
  background-color: #e0e0e0;
}
.ccs_second .content_wrap.r_l_sidebars:before,
.ccs_second .content_wrap.r_r_sidebars:before,
.ccs_second .content_wrap.l_l_sidebars:before,
.ccs_second .content_wrap.r_l_sidebars:after,
.ccs_second .content_wrap.r_r_sidebars:after,
.ccs_second .content_wrap.l_l_sidebars:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .content_wrap.r_l_sidebars:before,
.ccs_third .content_wrap.r_r_sidebars:before,
.ccs_third .content_wrap.l_l_sidebars:before,
.ccs_third .content_wrap.r_l_sidebars:after,
.ccs_third .content_wrap.r_r_sidebars:after,
.ccs_third .content_wrap.l_l_sidebars:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.content_wrap.r_l_sidebars:before,
.content_wrap.l_l_sidebars:before {
  left: 22%;
}
.content_wrap.l_l_sidebars:before {
  margin-left: -17px;
}
@media only screen and (min-width: 1200px) {
  .content_wrap.l_l_sidebars:before {
    margin-left: -20px;
  }
}
.content_wrap.r_r_sidebars:before {
  left: 56%;
}
.content_wrap.r_l_sidebars:after,
.content_wrap.r_r_sidebars:after {
  left: 78%;
}
.content_wrap.r_r_sidebars:after {
  margin-left: 17px;
}
@media only screen and (min-width: 1200px) {
  .content_wrap.r_r_sidebars:after {
    margin-left: 20px;
  }
}
.content_wrap.l_l_sidebars:after {
  left: 44%;
}
@media only screen and (max-width: 991px) {
  #page .content_wrap:before,
  #page .content_wrap:after {
    content: none;
  }
}
.middle_content {
  width: 100%;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.middle_content.cmsms_vc_page_start {
  padding-top: 0;
  padding-bottom: 0;
}
.content {
  width: 73%;
  padding: 60px 34px 60px 0;
  position: relative;
  float: left;
}
@media only screen and (min-width: 1200px) {
  .content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #page .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    clear: both;
  }
}
.r_l_sidebars .content,
.r_r_sidebars .content,
.l_l_sidebars .content {
  width: 56%;
}
.r_l_sidebars .content {
  padding-left: 34px;
}
@media only screen and (min-width: 1200px) {
  .r_l_sidebars .content {
    padding-left: 40px;
  }
}
.content.fr {
  padding-left: 34px;
  padding-right: 0;
  float: right;
}
@media only screen and (min-width: 1200px) {
  .content.fr {
    padding-left: 40px;
  }
}
.sidebar {
  width: 27%;
  padding: 60px 0 30px 30px;
  position: relative;
  float: right;
}
@media only screen and (min-width: 1200px) {
  .sidebar {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  #page .sidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    clear: both;
  }
  #page .sidebar:before {
    content: '';
    width: 120%;
    height: 1px;
    position: absolute;
    left: -20px;
    top: 0;
    background-color: #e0e0e0;
  }
  .ccs_default #page .sidebar:before {
    background-color: #e0e0e0;
  }
  .ccs_footer #page .sidebar:before {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .ccs_first #page .sidebar:before {
    background-color: #e0e0e0;
  }
  .ccs_second #page .sidebar:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .ccs_third #page .sidebar:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.r_l_sidebars .sidebar,
.r_r_sidebars .sidebar,
.l_l_sidebars .sidebar {
  width: 22%;
}
.r_r_sidebars .sidebar {
  padding-left: 30px;
  padding-right: 17px;
}
@media only screen and (min-width: 1200px) {
  .r_r_sidebars .sidebar {
    padding-left: 35px;
    padding-right: 20px;
  }
}
.r_r_sidebars .sidebar.sidebar_second {
  padding-left: 47px;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  .r_r_sidebars .sidebar.sidebar_second {
    padding-left: 55px;
  }
}
.sidebar.fl {
  padding-left: 0;
  padding-right: 30px;
  float: left;
}
@media only screen and (min-width: 1200px) {
  .sidebar.fl {
    padding-right: 35px;
  }
  .l_l_sidebars .sidebar.fl {
    padding-right: 55px;
  }
}
.l_l_sidebars .sidebar.fl.sidebar_second {
  padding-left: 17px;
}
@media only screen and (min-width: 1200px) {
  .l_l_sidebars .sidebar.fl.sidebar_second {
    padding-left: 20px;
    padding-right: 35px;
  }
}
/*-------------------------------------------------------------------------*/
/*	7.	Bottom + Footer Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Bottom ******************/
#bottom {
  border-top-width: 1px;
  border-top-style: solid;
  width: 100%;
  position: relative;
}
.ccs_default#bottom {
  border-color: #e0e0e0;
}
.ccs_footer#bottom {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first#bottom {
  border-color: #e0e0e0;
}
.ccs_second#bottom {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third#bottom {
  border-color: rgba(0, 0, 0, 0.3);
}
#bottom:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
#bottom ul,
#bottom ol {
  overflow: hidden;
}
.bottom_bg {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 20px;
}
.ccs_default .bottom_bg {
  background-color: #ffffff;
}
.ccs_footer .bottom_bg {
  background-color: #101010;
}
.ccs_first .bottom_bg {
  background-color: #101010;
}
.ccs_second .bottom_bg {
  background-color: rgba(0, 0, 0, 0.25);
}
.ccs_third .bottom_bg {
  background-color: rgba(0, 0, 0, 0.25);
}
.bottom_bg:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.bottom_outer {
  position: relative;
  width: 980px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .bottom_outer {
    width: 1200px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom_outer {
    width: 100%;
  }
}
.bottom_outer:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_container_fullwidth .bottom_outer {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.bottom_inner {
  margin: 0 -2%;
  color: #7e7e7e;
}
.ccs_default .bottom_inner {
  color: #7e7e7e;
}
.ccs_footer .bottom_inner {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first .bottom_inner {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second .bottom_inner {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third .bottom_inner {
  color: rgba(255, 255, 255, 0.75);
}
.bottom_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.bottom_inner .widget {
  float: left;
  margin: 0 2%;
  position: relative;
}
.bottom_inner .widgettitle {
  margin-bottom: 30px;
}
.sidebar_layout_14141414 .widget {
  width: 21%;
}
.sidebar_layout_141412 > .widget:first-child,
.sidebar_layout_141412 > .widget:first-child + .widget,
.sidebar_layout_141412 > div.cl + .widget,
.sidebar_layout_141412 > div.cl + .widget + .widget,
.sidebar_layout_141412 > div.cmsms_widget_divider + .widget,
.sidebar_layout_141412 > div.cmsms_widget_divider + .widget + .widget {
  width: 21%;
}
.sidebar_layout_141412 > .widget:first-child + .widget + .widget,
.sidebar_layout_141412 > div.cl + .widget + .widget + .widget,
.sidebar_layout_141412 > div.cmsms_widget_divider + .widget + .widget + .widget {
  width: 46%;
}
.sidebar_layout_141214 > .widget:first-child,
.sidebar_layout_141214 > .widget:first-child + .widget + .widget,
.sidebar_layout_141214 > div.cl + .widget,
.sidebar_layout_141214 > div.cl + .widget + .widget + .widget,
.sidebar_layout_141214 > div.cmsms_widget_divider + .widget,
.sidebar_layout_141214 > div.cmsms_widget_divider + .widget + .widget + .widget {
  width: 21%;
}
.sidebar_layout_141214 > .widget:first-child + .widget,
.sidebar_layout_141214 > div.cl + .widget + .widget,
.sidebar_layout_141214 > div.cmsms_widget_divider + .widget + .widget {
  width: 46%;
}
.sidebar_layout_121414 > .widget:first-child,
.sidebar_layout_121414 > div.cl + .widget,
.sidebar_layout_121414 > div.cmsms_widget_divider + .widget {
  width: 46%;
}
.sidebar_layout_121414 > .widget:first-child + .widget,
.sidebar_layout_121414 > .widget:first-child + .widget + .widget,
.sidebar_layout_121414 > div.cl + .widget + .widget,
.sidebar_layout_121414 > div.cl + .widget + .widget + .widget,
.sidebar_layout_121414 > div.cmsms_widget_divider + .widget + .widget,
.sidebar_layout_121414 > div.cmsms_widget_divider + .widget + .widget + .widget {
  width: 21%;
}
.sidebar_layout_131313 .widget {
  width: 29.33%;
}
.sidebar_layout_3414 > .widget:first-child,
.sidebar_layout_3414 > div.cl + .widget,
.sidebar_layout_3414 > div.cmsms_widget_divider + .widget {
  width: 71%;
}
.sidebar_layout_3414 > .widget:first-child + .widget,
.sidebar_layout_3414 > div.cl + .widget + .widget,
.sidebar_layout_3414 > div.cmsms_widget_divider + .widget + .widget {
  width: 21%;
}
.sidebar_layout_1434 > .widget:first-child,
.sidebar_layout_1434 > div.cl + .widget,
.sidebar_layout_1434 > div.cmsms_widget_divider + .widget {
  width: 21%;
}
.sidebar_layout_1434 > .widget:first-child + .widget,
.sidebar_layout_1434 > div.cl + .widget + .widget,
.sidebar_layout_1434 > div.cmsms_widget_divider + .widget + .widget {
  width: 71%;
}
.sidebar_layout_2313 > .widget:first-child,
.sidebar_layout_2313 > div.cl + .widget,
.sidebar_layout_2313 > div.cmsms_widget_divider + .widget {
  width: 62.67%;
}
.sidebar_layout_2313 > .widget:first-child + .widget,
.sidebar_layout_2313 > div.cl + .widget + .widget,
.sidebar_layout_2313 > div.cmsms_widget_divider + .widget + .widget {
  width: 29.33%;
}
.sidebar_layout_1323 > .widget:first-child,
.sidebar_layout_1323 > div.cl + .widget,
.sidebar_layout_1323 > div.cmsms_widget_divider + .widget {
  width: 29.33%;
}
.sidebar_layout_1323 > .widget:first-child + .widget,
.sidebar_layout_1323 > div.cl + .widget + .widget,
.sidebar_layout_1323 > div.cmsms_widget_divider + .widget + .widget {
  width: 62.67%;
}
.sidebar_layout_1212 .widget {
  width: 46%;
}
.sidebar_layout_11 .widget {
  width: 96%;
}
@media only screen and (max-width: 991px) {
  .sidebar_layout_14141414 .widget {
    width: 46%;
  }
  .sidebar_layout_14141414 .widget:nth-child(2n + 1) {
    clear: left;
  }
  .sidebar_layout_141412 > .widget:first-child,
  .sidebar_layout_141412 > .widget:first-child + .widget,
  .sidebar_layout_141412 > div.cl + .widget,
  .sidebar_layout_141412 > div.cl + .widget + .widget,
  .sidebar_layout_141412 > div.cmsms_widget_divider + .widget,
  .sidebar_layout_141412 > div.cmsms_widget_divider + .widget + .widget {
    width: 46%;
  }
  .sidebar_layout_141412 > .widget:first-child + .widget + .widget,
  .sidebar_layout_141412 > div.cl + .widget + .widget + .widget,
  .sidebar_layout_141412 > div.cmsms_widget_divider + .widget + .widget + .widget {
    width: 96%;
    float: none;
    clear: both;
  }
  .sidebar_layout_141214 > .widget:first-child,
  .sidebar_layout_141214 > .widget:first-child + .widget + .widget,
  .sidebar_layout_141214 > div.cl + .widget,
  .sidebar_layout_141214 > div.cl + .widget + .widget + .widget,
  .sidebar_layout_141214 > div.cmsms_widget_divider + .widget,
  .sidebar_layout_141214 > div.cmsms_widget_divider + .widget + .widget + .widget {
    width: 29.33%;
  }
  .sidebar_layout_141214 > .widget:first-child + .widget,
  .sidebar_layout_141214 > div.cl + .widget + .widget,
  .sidebar_layout_141214 > div.cmsms_widget_divider + .widget + .widget {
    width: 29.33%;
  }
  .sidebar_layout_121414 > .widget:first-child,
  .sidebar_layout_121414 > div.cl + .widget,
  .sidebar_layout_121414 > div.cmsms_widget_divider + .widget {
    width: 96%;
    float: none;
    clear: both;
  }
  .sidebar_layout_121414 > .widget:first-child + .widget,
  .sidebar_layout_121414 > .widget:first-child + .widget + .widget,
  .sidebar_layout_121414 > div.cl + .widget + .widget,
  .sidebar_layout_121414 > div.cl + .widget + .widget + .widget,
  .sidebar_layout_121414 > div.cmsms_widget_divider + .widget + .widget,
  .sidebar_layout_121414 > div.cmsms_widget_divider + .widget + .widget + .widget {
    width: 46%;
  }
  .sidebar_layout_3414 > .widget:first-child,
  .sidebar_layout_3414 > div.cl + .widget,
  .sidebar_layout_3414 > div.cmsms_widget_divider + .widget {
    width: 46%;
  }
  .sidebar_layout_3414 > .widget:first-child + .widget,
  .sidebar_layout_3414 > div.cl + .widget + .widget,
  .sidebar_layout_3414 > div.cmsms_widget_divider + .widget + .widget {
    width: 46%;
  }
  .sidebar_layout_1434 > .widget:first-child,
  .sidebar_layout_1434 > div.cl + .widget,
  .sidebar_layout_1434 > div.cmsms_widget_divider + .widget {
    width: 46%;
  }
  .sidebar_layout_1434 > .widget:first-child + .widget,
  .sidebar_layout_1434 > div.cl + .widget + .widget,
  .sidebar_layout_1434 > div.cmsms_widget_divider + .widget + .widget {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_layout_14141414 .widget,
  .sidebar_layout_141412 .widget,
  .sidebar_layout_141214 .widget,
  .sidebar_layout_121414 .widget,
  .sidebar_layout_131313 .widget,
  .sidebar_layout_3414 .widget,
  .sidebar_layout_1434 .widget,
  .sidebar_layout_2313 .widget,
  .sidebar_layout_1323 .widget,
  .sidebar_layout_1212 .widget {
    width: 96% !important;
    clear: both;
  }
}
/***************** Footer ******************/
#footer {
  width: 100%;
  position: relative;
}
#footer:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.footer_bg {
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-top-width: 1px;
  border-top-style: solid;
}
.ccs_default .footer_bg {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .footer_bg {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .footer_bg {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .footer_bg {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .footer_bg {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.footer_inner {
  color: #7e7e7e;
  width: 980px;
  max-width: 100%;
  padding: 20px 20px;
  margin: 0 auto;
  position: relative;
}
.ccs_default .footer_inner {
  color: #7e7e7e;
}
.ccs_footer .footer_inner {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first .footer_inner {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second .footer_inner {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third .footer_inner {
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (min-width: 1200px) {
  .footer_inner {
    width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer_inner {
    width: 100%;
  }
}
.footer_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_footer_default .footer_inner {
  text-align: center;
  padding: 50px 20px;
  min-height: 450px;
}
.cmsms_container_fullwidth .footer_inner {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.footer_inner .logo {
  display: inline-block;
}
.footer_inner .logo > .footer_logo_retina {
  display: none;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .footer_inner .logo img {
    display: none;
  }
  .footer_inner .logo > .footer_logo_retina {
    display: inline-block;
  }
}
.footer_inner nav {
  margin: 0;
  float: right;
}
@media only screen and (max-width: 540px) {
  .cmsms_footer_small .footer_inner nav {
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
}
.cmsms_footer_default .footer_inner nav {
  display: inline-block;
  float: none;
  padding: 20px 0;
}
.footer_inner .social_wrap {
  margin: 0;
  float: right;
}
.footer_inner .social_wrap a {
  color: #7e7e7e;
}
.ccs_default .footer_inner .social_wrap a {
  color: #7e7e7e;
}
.ccs_footer .footer_inner .social_wrap a {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first .footer_inner .social_wrap a {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second .footer_inner .social_wrap a {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third .footer_inner .social_wrap a {
  color: rgba(255, 255, 255, 0.75);
}
.footer_inner .social_wrap a:hover {
  color: #c93126;
}
.ccs_default .footer_inner .social_wrap a:hover {
  color: #c93126;
}
.ccs_footer .footer_inner .social_wrap a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .footer_inner .social_wrap a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .footer_inner .social_wrap a:hover {
  color: #ffffff;
}
.ccs_third .footer_inner .social_wrap a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 540px) {
  .cmsms_footer_small .footer_inner .social_wrap {
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
}
.cmsms_footer_default .footer_inner .social_wrap {
  display: block;
  float: none;
  padding: 20px 0;
}
.cmsms_footer_default .footer_inner .social_wrap .social_wrap_inner {
  text-align: center;
}
.cmsms_footer_default .footer_inner .social_wrap li {
  margin-left: 1px;
  margin-right: 1px;
}
.cmsms_footer_default .footer_inner .social_wrap a {
  font-size: 45px;
  line-height: 45px;
  width: 45px;
  height: 45px;
}
.footer_inner .copyright {
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .cmsms_footer_small .footer_inner .copyright {
    display: block;
    text-align: center;
  }
}
.cmsms_footer_default .footer_inner .copyright {
  display: block;
  float: none;
  padding: 10px 0 20px;
}
.cmsms_nav .cmsms_footer_nav {
  position: relative;
}
.cmsms_nav .cmsms_footer_nav > li {
  display: inline-block;
  margin: 0 15px 0 0;
  border-width: 0;
  border-style: solid;
}
.cmsms_nav .cmsms_footer_nav > li:last-child {
  margin: 0;
}
.cmsms_nav .cmsms_footer_nav > li ul {
  display: none !important;
}
.footer_custom_html {
  margin: 0;
  float: right;
  text-align: left;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .cmsms_footer_small .footer_custom_html {
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
}
.cmsms_footer_default .footer_custom_html {
  text-align: center;
  float: none;
  padding: 20px 0;
  overflow: hidden;
}
.footer_custom_html * {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*-------------------------------------------------------------------------*/
/*	8.	Blog + Post Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Blog ******************/
.blog:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_post_default {
  width: 100%;
  max-width: 100%;
  margin: 60px 0 0;
  padding: 60px 0 0;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
}
.cmsms_post_default:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.ccs_default .cmsms_post_default {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_post_default {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_post_default {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_post_default {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_post_default {
  border-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 540px) {
  .cmsms_post_default {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.cmsms_post_default:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.cmsms_post_default.sticky .cmsms_post_sticky_icon {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  color: #ffffff;
  background-color: #c93126;
}
.ccs_default .cmsms_post_default.sticky .cmsms_post_sticky_icon {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_footer .cmsms_post_default.sticky .cmsms_post_sticky_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_post_default.sticky .cmsms_post_sticky_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_post_default.sticky .cmsms_post_sticky_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third .cmsms_post_default.sticky .cmsms_post_sticky_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 540px) {
  .cmsms_post_default.sticky .cmsms_post_sticky_icon {
    margin: 0 20px 0 0;
    position: static;
    float: left;
  }
  .cmsms_post_default.sticky .cmsms_post_sticky_icon + .cmsms_post_info_date {
    padding-top: 5px;
  }
}
.cmsms_post_default.sticky .cmsms_post_date {
  padding-top: 5px;
}
.cmsms_post_default .preloader {
  padding-bottom: 50%;
}
.cmsms_post_default .preloader.highImg {
  height: auto;
  padding-bottom: 0;
}
.cmsms_post_default .cmsms_video_wrap,
.cmsms_post_default .resizable_block {
  padding-bottom: 50%;
}
.cmsms_post_default .cmsms_img_wrap {
  margin: 0 0 25px;
}
.format-audio.cmsms_post_default .cmsms_img_wrap {
  margin-bottom: 0;
}
.cmsms_post_default .cmsms_audio_wrap,
.cmsms_post_default .cmsms_video_wrap,
.cmsms_post_default .cmsms_slick_slider {
  margin: 0 0 25px;
}
.cmsms_post_default .cmsms_post_cont {
  padding-left: 60px;
  padding-right: 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .cmsms_post_default .cmsms_post_cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.cmsms_post_default .cmsms_post_date {
  display: block;
  margin-bottom: 20px;
}
.cmsms_post_default .cmsms_post_date,
.cmsms_post_default .cmsms_post_date a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
}
.cmsms_post_default .cmsms_post_header {
  clear: both;
}
.cmsms_post_default .cmsms_post_title {
  margin: 0;
  padding: 0;
}
.cmsms_post_default .cmsms_post_cont_info {
  margin: 12px 0 0;
}
.cmsms_post_default .cmsms_post_cont_info:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_post_default .cmsms_post_cont_info,
.cmsms_post_default .cmsms_post_cont_info a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.cmsms_post_default .cmsms_post_cont_info > span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 16px;
  position: relative;
}
.cmsms_post_default .cmsms_post_cont_info > span:before {
  content: '';
  display: block;
  border-right-width: 1px;
  border-right-style: dotted;
  width: 1px;
  height: 8px;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: -1px;
  top: 0;
  bottom: 0;
  border-color: #000000;
}
.ccs_default .cmsms_post_default .cmsms_post_cont_info > span:before {
  border-color: #000000;
}
.ccs_footer .cmsms_post_default .cmsms_post_cont_info > span:before {
  border-color: #ffffff;
}
.ccs_first .cmsms_post_default .cmsms_post_cont_info > span:before {
  border-color: #ffffff;
}
.ccs_second .cmsms_post_default .cmsms_post_cont_info > span:before {
  border-color: #ffffff;
}
.ccs_third .cmsms_post_default .cmsms_post_cont_info > span:before {
  border-color: #ffffff;
}
.cmsms_post_default .cmsms_post_cont_info > span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.cmsms_post_default .cmsms_post_cont_info > span:last-child:before {
  content: none;
}
@media only screen and (max-width: 540px) {
  .cmsms_post_default .cmsms_post_cont_info > span {
    display: block;
    margin: 0;
    padding: 0 0 5px;
  }
  .cmsms_post_default .cmsms_post_cont_info > span:before {
    content: none;
  }
}
.cmsms_post_default .cmsms_post_meta_info {
  padding-left: 15px;
  padding-right: 0;
  float: right;
}
@media only screen and (max-width: 540px) {
  .cmsms_post_default .cmsms_post_meta_info {
    padding: 0 0 5px;
    float: none;
  }
}
.cmsms_post_default .cmsms_post_meta_info > span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 0;
}
.cmsms_post_default .cmsms_post_meta_info > span:first-child {
  padding-left: 0;
  padding-right: 0;
}
.cmsms_post_default .cmsms_post_likes a:before,
.cmsms_post_default .cmsms_post_comments a:before {
  font-size: 15px;
}
.cmsms_post_default .cmsms_post_content {
  padding: 20px 0 0;
}
.cmsms_post_default .cmsms_post_content:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_post_default .cmsms_post_content p:last-child {
  margin: 0;
  padding: 0;
}
.cmsms_post_default .cmsms_post_footer {
  padding: 20px 0 0;
  overflow: hidden;
}
.cmsms_post_default .cmsms_post_read_more {
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
.cmsms_post_default .cmsms_post_read_more:before {
  font-size: 16px;
  line-height: 16px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
/***************** Single Post ******************/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Single Post ******************/
.cmsms_open_post .preloader {
  padding-bottom: 50%;
}
.cmsms_open_post .preloader.highImg {
  height: auto;
  padding-bottom: 0;
}
.cmsms_open_post .cmsms_video_wrap,
.cmsms_open_post .resizable_block {
  padding-bottom: 50%;
}
.cmsms_open_post .cmsms_post_cont {
  padding-left: 0;
  padding-right: 0;
}
.cmsms_open_post .cmsms_post_footer {
  padding-top: 20px;
}
.cmsms_open_post .cmsms_post_footer:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_open_post .cmsms_post_tags {
  display: block;
}
.cmsms_open_post .cmsms_post_tags a {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
  position: relative;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.cmsms_open_post .cmsms_post_tags a:before {
  content: '# ';
}
.cmsms_open_post .cmsms_post_tags a:last-child {
  margin-left: 0;
  margin-right: 0;
}
/*-------------------------------------------------------------------------*/
/*	9.	Single Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Sharing Box ******************/
.share_posts {
  margin-top: 25px;
}
.share_posts:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.share_posts .share_posts_title {
  float: left;
  padding: 0 20px 0 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
  .share_posts .share_posts_title {
    padding: 0 0 5px;
    float: none;
  }
}
.share_posts .share_posts_inner {
  position: relative;
}
.share_posts .share_posts_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.share_posts .share_posts_inner > a {
  font-size: 12px;
  line-height: 22px;
  display: block;
  float: left;
  padding: 0 15px;
  margin-left: 1px;
  position: relative;
}
.share_posts .share_posts_inner > a:before {
  content: '';
  border-left-width: 1px;
  border-left-style: dotted;
  border-color: #000000;
  display: block;
  width: 1px;
  height: 8px;
  margin: auto !important;
  position: absolute;
  left: -1px;
  right: auto;
  top: 0;
  bottom: 0;
}
.ccs_default .share_posts .share_posts_inner > a:before {
  border-color: #000000;
}
.ccs_footer .share_posts .share_posts_inner > a:before {
  border-color: #ffffff;
}
.ccs_first .share_posts .share_posts_inner > a:before {
  border-color: #ffffff;
}
.ccs_second .share_posts .share_posts_inner > a:before {
  border-color: #ffffff;
}
.ccs_third .share_posts .share_posts_inner > a:before {
  border-color: #ffffff;
}
.share_posts .share_posts_inner > a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.share_posts .share_posts_inner > a:first-child:before {
  border-left-width: 0;
  border-left-style: solid;
}
/***************** Prev/Next Posts Box ******************/
.post_nav {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
}
.ccs_default .post_nav {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .post_nav {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .post_nav {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .post_nav {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .post_nav {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.post_nav:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.post_nav .cmsms_prev_post,
.post_nav .cmsms_next_post {
  display: block;
  position: relative;
  z-index: 1;
}
.post_nav .cmsms_prev_post:before,
.post_nav .cmsms_next_post:before {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  line-height: 28px;
  width: 30px;
  height: 30px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.ccs_default .post_nav .cmsms_prev_post:before,
.ccs_default .post_nav .cmsms_next_post:before {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .post_nav .cmsms_prev_post:before,
.ccs_footer .post_nav .cmsms_next_post:before {
  color: #ffffff;
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .post_nav .cmsms_prev_post:before,
.ccs_first .post_nav .cmsms_next_post:before {
  color: #ffffff;
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .post_nav .cmsms_prev_post:before,
.ccs_second .post_nav .cmsms_next_post:before {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .post_nav .cmsms_prev_post:before,
.ccs_third .post_nav .cmsms_next_post:before {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .post_nav .cmsms_prev_post:before,
html.csstransitions .post_nav .cmsms_next_post:before {
  -webkit-transition: color .2s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .2s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.post_nav .cmsms_prev_post:hover:before,
.post_nav .cmsms_next_post:hover:before {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default .post_nav .cmsms_prev_post:hover:before,
.ccs_default .post_nav .cmsms_next_post:hover:before {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .post_nav .cmsms_prev_post:hover:before,
.ccs_footer .post_nav .cmsms_next_post:hover:before {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .post_nav .cmsms_prev_post:hover:before,
.ccs_first .post_nav .cmsms_next_post:hover:before {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .post_nav .cmsms_prev_post:hover:before,
.ccs_second .post_nav .cmsms_next_post:hover:before {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .post_nav .cmsms_prev_post:hover:before,
.ccs_third .post_nav .cmsms_next_post:hover:before {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.post_nav .cmsms_prev_post a,
.post_nav .cmsms_next_post a {
  display: inline-block;
  line-height: 30px;
  position: relative;
}
.post_nav .cmsms_prev_post {
  margin: 0 0 0 -1px;
  text-align: left;
  float: left;
}
.post_nav .cmsms_prev_post a {
  padding: 0 10px 0 45px;
}
.post_nav .cmsms_next_post {
  margin: 0 -1px 0 0;
  text-align: right;
  float: right;
}
.post_nav .cmsms_next_post:before {
  left: auto;
  right: 0;
}
.post_nav .cmsms_next_post a {
  padding: 0 45px 0 10px;
}
@media only screen and (max-width: 540px) {
  .post_nav {
    padding: 0;
    border-bottom-width: 0;
    border-bottom-style: solid;
  }
  .post_nav .cmsms_prev_post,
  .post_nav .cmsms_next_post {
    float: none;
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e0e0e0;
  }
  .ccs_default .post_nav .cmsms_prev_post,
  .ccs_default .post_nav .cmsms_next_post {
    border-color: #e0e0e0;
  }
  .ccs_footer .post_nav .cmsms_prev_post,
  .ccs_footer .post_nav .cmsms_next_post {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .ccs_first .post_nav .cmsms_prev_post,
  .ccs_first .post_nav .cmsms_next_post {
    border-color: #e0e0e0;
  }
  .ccs_second .post_nav .cmsms_prev_post,
  .ccs_second .post_nav .cmsms_next_post {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .ccs_third .post_nav .cmsms_prev_post,
  .ccs_third .post_nav .cmsms_next_post {
    border-color: rgba(0, 0, 0, 0.3);
  }
}
/***************** About Author Box ******************/
.about_author {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .about_author {
  border-color: #e0e0e0;
}
.ccs_footer .about_author {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .about_author {
  border-color: #e0e0e0;
}
.ccs_second .about_author {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .about_author {
  border-color: rgba(0, 0, 0, 0.3);
}
.about_author:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.post_nav + .about_author {
  padding-top: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.about_author .about_author_inner {
  padding: 10px 0;
}
.about_author .about_author_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.about_author .about_author_inner .alignleft {
  margin-right: 40px;
}
@media only screen and (max-width: 540px) {
  .about_author .about_author_inner .alignleft {
    margin: 0 0 20px;
    float: none;
  }
}
.about_author .about_author_inner > figure {
  overflow: hidden;
}
.about_author .about_author_inner .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/***************** More Posts Box ******************/
.cmsms_single_slider {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_single_slider {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_single_slider {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_single_slider {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_single_slider {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_single_slider {
  border-color: rgba(0, 0, 0, 0.3);
}
.post_nav + .cmsms_single_slider {
  padding-top: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.cmsms_single_slider .cmsms_single_slider_inner {
  padding-top: 20px;
  margin: 0 -10px;
  position: relative;
}
.cmsms_single_slider .cmsms_single_slider_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsms_single_slider .cmsms_single_slider_post {
  display: block;
  width: 50%;
  float: left;
  padding: 0 10px;
  min-width: 200px;
  max-width: 100%;
  position: relative;
}
.cmsms_single_slider .cmsms_single_slider_post:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.content_wrap.r_sidebar .cmsms_single_slider .cmsms_single_slider_post,
.content_wrap.l_sidebar .cmsms_single_slider .cmsms_single_slider_post {
  width: 33.3%;
}
.content_wrap.fullwidth .cmsms_single_slider .cmsms_single_slider_post {
  width: 25%;
}
.cmsms_single_slider .slick-slide .cmsms_single_slider_post {
  width: auto;
  float: none;
}
.content_wrap.r_sidebar .cmsms_single_slider .slick-slide .cmsms_single_slider_post,
.content_wrap.l_sidebar .cmsms_single_slider .slick-slide .cmsms_single_slider_post {
  width: auto;
}
.content_wrap.fullwidth .cmsms_single_slider .slick-slide .cmsms_single_slider_post {
  width: auto;
}
.cmsms_single_slider figure {
  margin-bottom: 10px;
  text-align: center;
}
.cmsms_single_slider .img_placeholder {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  display: block;
  padding-bottom: 60%;
  position: relative;
}
.ccs_default .cmsms_single_slider .img_placeholder {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_single_slider .img_placeholder {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_single_slider .img_placeholder {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_single_slider .img_placeholder {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_single_slider .img_placeholder {
  border-color: rgba(0, 0, 0, 0.3);
}
.cmsms_single_slider .img_placeholder:before {
  font-size: 24px;
  color: #c93126;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ccs_default .cmsms_single_slider .img_placeholder:before {
  color: #c93126;
}
.ccs_footer .cmsms_single_slider .img_placeholder:before {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_single_slider .img_placeholder:before {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_single_slider .img_placeholder:before {
  color: #ffffff;
}
.ccs_third .cmsms_single_slider .img_placeholder:before {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_single_slider .cmsms_post_category {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
}
.cmsms_single_slider .cmsms_post_category a {
  font-size: 12px;
  line-height: 20px;
}
.cmsms_single_slider .cmsms_single_slider_post_title {
  margin: 0;
}
.cmsms_single_slider .cmsms_single_slider_no_posts {
  margin: -20px 0 0;
}
.cmsms_single_slider .cmsms_slick_arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  left: auto;
  right: 10px;
  top: -65px;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_single_slider .cmsms_slick_arrow {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_single_slider .cmsms_slick_arrow {
  color: #ffffff;
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_single_slider .cmsms_slick_arrow {
  color: #ffffff;
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_single_slider .cmsms_slick_arrow {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_single_slider .cmsms_slick_arrow {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.cmsms_single_slider .cmsms_slick_arrow:hover {
  color: #c93126;
}
.ccs_default .cmsms_single_slider .cmsms_slick_arrow:hover {
  color: #c93126;
}
.ccs_footer .cmsms_single_slider .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_single_slider .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_single_slider .cmsms_slick_arrow:hover {
  color: #ffffff;
}
.ccs_third .cmsms_single_slider .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_single_slider .cmsms_slick_arrow.cmsms_slick_prev_arrow {
  right: 40px;
  border-right-width: 0;
  border-right-style: solid;
}
.cmsms_single_slider .cmsms_slick_arrow.cmsms_slick_next_arrow {
  border-left-width: 0;
  border-left-style: solid;
}
/***************** Pingbacks & Trackbacks Box ******************/
.cmsms_pings_list {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_pings_list {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_pings_list {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_pings_list {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_pings_list {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_pings_list {
  border-color: rgba(0, 0, 0, 0.3);
}
.post_nav + .cmsms_pings_list {
  padding-top: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.cmsms_pings_list .cmsms_pings_wrap {
  position: relative;
  overflow: hidden;
}
.cmsms_pings_list .pingslist {
  margin: 0;
}
.cmsms_pings_list .pingslist .pingback {
  position: relative;
  padding: 8px 50px 8px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_pings_list .pingslist .pingback {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_pings_list .pingslist .pingback {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_pings_list .pingslist .pingback {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_pings_list .pingslist .pingback {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_pings_list .pingslist .pingback {
  border-color: rgba(0, 0, 0, 0.3);
}
.cmsms_pings_list .pingslist .pingback:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cmsms_pings_list .pingslist .pingback .comment-body {
  display: inline;
}
.cmsms_pings_list .pingslist .pingback .comment-body .edit-link {
  width: auto;
  height: auto;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_pings_list .pingslist .pingback .comment-body .edit-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsms_pings_list .pingslist .pingback .comment-body .edit-link .comment-edit-link {
  display: inline-block;
  vertical-align: middle;
}
/***************** Comments Box ******************/
.post_comments {
  margin-top: 40px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .post_comments {
  border-color: #e0e0e0;
}
.ccs_footer .post_comments {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .post_comments {
  border-color: #e0e0e0;
}
.ccs_second .post_comments {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .post_comments {
  border-color: rgba(0, 0, 0, 0.3);
}
.post_comments:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.post_nav + .post_comments {
  padding-top: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.post_comments .comment-navigation {
  margin: 20px 0 20px;
}
.post_comments .comment-navigation:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.post_comments .comment-navigation a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.post_comments .comment-navigation a:before,
.post_comments .comment-navigation a:after {
  font-family: 'Theme-Default-Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  width: 1em;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
}
.post_comments .comment-navigation .nav-previous {
  float: left;
}
.post_comments .comment-navigation .nav-previous a:before {
  content: '\e90d';
  margin-right: 3px;
  margin-top: -2px;
}
.post_comments .comment-navigation .nav-next {
  float: right;
}
.post_comments .comment-navigation .nav-next a:after {
  content: '\e90e';
  margin-left: 3px;
  margin-top: -1px;
}
.post_comments .commentlist {
  list-style: none;
  padding-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
}
.post_comments .commentlist li.comment {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
  padding: 50px 0 0 20px;
  margin: 50px 0 0 -20px;
}
.ccs_default .post_comments .commentlist li.comment {
  border-color: #e0e0e0;
}
.ccs_footer .post_comments .commentlist li.comment {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .post_comments .commentlist li.comment {
  border-color: #e0e0e0;
}
.ccs_second .post_comments .commentlist li.comment {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .post_comments .commentlist li.comment {
  border-color: rgba(0, 0, 0, 0.3);
}
.post_comments .commentlist li.comment.depth-5 + li.comment.depth-5 {
  margin-left: 0;
  padding-left: 0;
}
.post_comments .commentlist > li.comment {
  margin-left: 0;
  padding-left: 0;
}
.post_comments .commentlist > li.comment:first-child {
  border-top-width: 0;
  border-top-style: solid;
  padding-top: 0;
  margin-top: 0;
}
.post_comments .commentlist ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
.post_comments .commentlist ul > li:before {
  content: none;
}
.post_comments .comment-body {
  position: relative;
}
.post_comments .comment-body .alignleft {
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .post_comments .comment-body .alignleft {
    float: none;
    margin: 0 0 20px;
  }
}
.post_comments .comment-body .alignleft img {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.post_comments .comment-content {
  overflow: hidden;
}
.post_comments .comment-content ul,
.post_comments .comment-content ol {
  list-style-position: inside;
  padding-left: 0;
  margin: 0 0 20px;
}
.post_comments .comment-content ul li,
.post_comments .comment-content ol li {
  padding: 15px 0 0;
}
.post_comments .comment-content ul li:first-child,
.post_comments .comment-content ol li:first-child {
  padding-top: 0;
}
.post_comments .comment-content ul li li:first-child,
.post_comments .comment-content ol li li:first-child {
  padding: 15px 0 0;
}
.post_comments .comment-content ul ul,
.post_comments .comment-content ol ul,
.post_comments .comment-content ul ol,
.post_comments .comment-content ol ol {
  margin: 0 0 0 20px;
}
.post_comments .comment-content ul ul li:first-child:before,
.post_comments .comment-content ol ul li:first-child:before {
  top: 15px;
}
.post_comments .comment-content ol {
  list-style-type: decimal-leading-zero;
}
.post_comments .comment-content ul {
  list-style-type: none;
  padding-left: 25px;
}
.post_comments .comment-content ul li {
  position: relative;
}
.post_comments .comment-content ul li:before {
  content: '\e90e';
  font-family: 'Theme-Default-Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  width: 1em;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  left: -25px;
}
.header_top .post_comments .comment-content ul li:before,
.header_mid .post_comments .comment-content ul li:before,
.header_bot .post_comments .comment-content ul li:before,
.footer_inner .post_comments .comment-content ul li:before {
  content: '';
}
.post_comments .comment-content ul li:first-child:before {
  top: 0;
}
.post_comments .comment-content ul ul {
  margin: 0;
}
.post_comments .comment-content .published {
  float: right;
  margin-top: 2px;
}
@media only screen and (max-width: 540px) {
  .post_comments .comment-content .published {
    float: none;
    padding-bottom: 5px;
  }
}
.post_comments .comment-content > .fn {
  word-wrap: break-word;
}
.post_comments .comment-content .comment-edit-link,
.post_comments .comment-content .comment-reply-link {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
}
.post_comments .comment-content .comment-edit-link + .comment-reply-link {
  margin-left: 31px;
  position: relative;
}
.post_comments .comment-content .comment-edit-link + .comment-reply-link:before {
  content: '';
  border-left-width: 1px;
  border-left-style: dotted;
  border-color: #000000;
  display: block;
  width: 1px;
  height: 7px;
  margin: auto !important;
  position: absolute;
  left: -16px;
  right: auto;
  top: 0;
  bottom: 0;
}
.ccs_default .post_comments .comment-content .comment-edit-link + .comment-reply-link:before {
  border-color: #000000;
}
.ccs_footer .post_comments .comment-content .comment-edit-link + .comment-reply-link:before {
  border-color: #ffffff;
}
.ccs_first .post_comments .comment-content .comment-edit-link + .comment-reply-link:before {
  border-color: #ffffff;
}
.ccs_second .post_comments .comment-content .comment-edit-link + .comment-reply-link:before {
  border-color: #ffffff;
}
.ccs_third .post_comments .comment-content .comment-edit-link + .comment-reply-link:before {
  border-color: #ffffff;
}
.bypostauthor .fn {
  color: #c93126;
}
.ccs_default .bypostauthor .fn {
  color: #c93126;
}
.ccs_footer .bypostauthor .fn {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .bypostauthor .fn {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .bypostauthor .fn {
  color: #ffffff;
}
.ccs_third .bypostauthor .fn {
  color: rgba(255, 255, 255, 0.6);
}
.bypostauthor .fn > a {
  color: #c93126;
}
.ccs_default .bypostauthor .fn > a {
  color: #c93126;
}
.ccs_footer .bypostauthor .fn > a {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .bypostauthor .fn > a {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .bypostauthor .fn > a {
  color: #ffffff;
}
.ccs_third .bypostauthor .fn > a {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_comments_closed {
  margin: 40px 0 0;
}
/***************** Comments Form ******************/
.comment-respond {
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .comment-respond {
  border-color: #e0e0e0;
}
.ccs_footer .comment-respond {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .comment-respond {
  border-color: #e0e0e0;
}
.ccs_second .comment-respond {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .comment-respond {
  border-color: rgba(0, 0, 0, 0.3);
}
.comment-respond:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.post_nav + .comment-respond {
  padding-top: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.comment-respond .comment-form:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.comment-respond .comment-reply-title {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.comment-respond .comment-reply-title small {
  float: right;
}
.comment-respond .comment-reply-title small a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 26px;
  color: #c93126;
  display: inline-block;
}
.ccs_default .comment-respond .comment-reply-title small a {
  color: #c93126;
}
.ccs_footer .comment-respond .comment-reply-title small a {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .comment-respond .comment-reply-title small a {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .comment-respond .comment-reply-title small a {
  color: #ffffff;
}
.ccs_third .comment-respond .comment-reply-title small a {
  color: rgba(255, 255, 255, 0.6);
}
.comment-respond .comment-reply-title small a:hover {
  color: #bcbcbc;
}
.ccs_default .comment-respond .comment-reply-title small a:hover {
  color: #bcbcbc;
}
.ccs_footer .comment-respond .comment-reply-title small a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_first .comment-respond .comment-reply-title small a:hover {
  color: #bcbcbc;
}
.ccs_second .comment-respond .comment-reply-title small a:hover {
  color: #ffffff;
}
.ccs_third .comment-respond .comment-reply-title small a:hover {
  color: #ffffff;
}
.comment-respond .comment-notes {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  display: block;
  width: 33.3%;
  float: left;
  padding-left: 20px;
}
.comment-respond .comment-form-author {
  padding-left: 0;
}
.comment-respond .comment-form-comment {
  clear: both;
}
.comment-respond p.form-submit {
  margin: 0;
  clear: both;
}
.comment-respond label {
  display: inline-block;
  margin: 0 0 10px;
}
.comment-respond label:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.comment-respond textarea {
  width: 100%;
  height: 130px;
}
.comment-respond span.required {
  color: #c93126;
}
.ccs_default .comment-respond span.required {
  color: #c93126;
}
.ccs_footer .comment-respond span.required {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .comment-respond span.required {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .comment-respond span.required {
  color: #ffffff;
}
.ccs_third .comment-respond span.required {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 540px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .comment-respond .comment-form-author input,
  .comment-respond .comment-form-email input,
  .comment-respond .comment-form-url input {
    width: 100%;
  }
  .comment-respond label {
    display: block;
  }
}
/***************** Password Form ******************/
.post-password-form {
  position: relative;
}
.post-password-form:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.post-password-form label {
  display: inline-block;
  margin-right: 10px;
}
.post-password-form label input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  display: block;
  width: 300px;
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 6px;
}
.post-password-form input[type=submit] {
  vertical-align: bottom;
}
/*-------------------------------------------------------------------------*/
/*	10.	Shortcodes Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Caption ******************/
.wp-caption {
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  max-width: 100%;
}
.ccs_default .wp-caption {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .wp-caption {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .wp-caption {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .wp-caption {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .wp-caption {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.wp-caption.alignleft {
  margin-right: 25px;
}
.wp-caption.alignright {
  margin-left: 25px;
}
.wp-caption a {
  display: block;
}
.wp-caption-text {
  text-align: center;
  padding: 12px 0;
}
.wp-caption-text a {
  display: inline-block;
}
/***************** WP Gallery ******************/
.gallery {
  margin: 0 -10px;
  position: relative;
}
.gallery:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.66666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.28571429%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.11111111%;
}
.gallery.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-item .gallery-icon {
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 10px;
  max-width: 100%;
}
.ccs_default .gallery-item .gallery-icon {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .gallery-item .gallery-icon {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .gallery-item .gallery-icon {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .gallery-item .gallery-icon {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .gallery-item .gallery-icon {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.gallery-item .gallery.gallery-columns-7 .gallery-icon,
.gallery-item .gallery.gallery-columns-8 .gallery-icon,
.gallery-item .gallery.gallery-columns-9 .gallery-icon,
.gallery-item .gallery.gallery-columns-10 .gallery-icon {
  padding: 5px;
}
.gallery-item .gallery-caption {
  text-align: center;
  padding: 5px 10px;
}
.gallery .gallery-item {
  margin-bottom: 20px;
}
/*-------------------------------------------------------------------------*/
/*	11.	Widgets Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.widget {
  padding: 0 0 35px;
  position: relative;
}
.sidebar .widget {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
  padding: 35px 0 35px 30px;
  margin: 0 0 0 -30px;
}
.ccs_default .sidebar .widget {
  border-color: #e0e0e0;
}
.ccs_footer .sidebar .widget {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .sidebar .widget {
  border-color: #e0e0e0;
}
.ccs_second .sidebar .widget {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .sidebar .widget {
  border-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1200px) {
  .sidebar .widget {
    padding-left: 35px;
    margin-left: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar .widget {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar .widget:first-child {
  border-top-width: 0;
  border-top-style: solid;
  padding-top: 0;
}
.l_sidebar .sidebar .widget,
.l_l_sidebars .sidebar .widget {
  padding-left: 0;
  padding-right: 30px;
  margin: 0 -30px 0 0;
}
@media only screen and (min-width: 1200px) {
  .l_sidebar .sidebar .widget,
  .l_l_sidebars .sidebar .widget {
    padding-right: 35px;
    margin-right: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .l_sidebar .sidebar .widget,
  .l_l_sidebars .sidebar .widget {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.r_l_sidebars .sidebar.fl .widget {
  padding-left: 0;
  padding-right: 30px;
  margin: 0 -30px 0 0;
}
@media only screen and (min-width: 1200px) {
  .r_l_sidebars .sidebar.fl .widget {
    padding-right: 35px;
    margin-right: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .r_l_sidebars .sidebar.fl .widget {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.widget .widgettitle {
  margin-bottom: 35px;
}
.sidebar .widget .widgettitle {
  margin-bottom: 30px;
}
.widget select {
  width: 100%;
}
/***************** Widget Advertisement ******************/
.widget_custom_advertisement_entries .adv_image_wrap {
  margin: -5px;
  overflow: hidden;
}
.widget_custom_advertisement_entries .adv_image_wrap .adv_widget_image {
  width: 125px;
  height: 125px;
  float: left;
  margin: 5px;
}
/***************** Widget Lists ******************/
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  margin-bottom: 0;
}
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a {
  color: #000000;
}
.ccs_default .widget_pages li a,
.ccs_default .widget_categories li a,
.ccs_default .widget_archive li a,
.ccs_default .widget_meta li a,
.ccs_default .widget_recent_comments li a,
.ccs_default .widget_recent_entries li a {
  color: #000000;
}
.ccs_footer .widget_pages li a,
.ccs_footer .widget_categories li a,
.ccs_footer .widget_archive li a,
.ccs_footer .widget_meta li a,
.ccs_footer .widget_recent_comments li a,
.ccs_footer .widget_recent_entries li a {
  color: #ffffff;
}
.ccs_first .widget_pages li a,
.ccs_first .widget_categories li a,
.ccs_first .widget_archive li a,
.ccs_first .widget_meta li a,
.ccs_first .widget_recent_comments li a,
.ccs_first .widget_recent_entries li a {
  color: #ffffff;
}
.ccs_second .widget_pages li a,
.ccs_second .widget_categories li a,
.ccs_second .widget_archive li a,
.ccs_second .widget_meta li a,
.ccs_second .widget_recent_comments li a,
.ccs_second .widget_recent_entries li a {
  color: #ffffff;
}
.ccs_third .widget_pages li a,
.ccs_third .widget_categories li a,
.ccs_third .widget_archive li a,
.ccs_third .widget_meta li a,
.ccs_third .widget_recent_comments li a,
.ccs_third .widget_recent_entries li a {
  color: #ffffff;
}
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_pages li.current_page_item > a,
.widget_categories li.current_page_item > a,
.widget_archive li.current_page_item > a,
.widget_meta li.current_page_item > a,
.widget_recent_comments li.current_page_item > a,
.widget_recent_entries li.current_page_item > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_meta li.current-cat > a,
.widget_recent_comments li.current-cat > a,
.widget_recent_entries li.current-cat > a {
  color: #bcbcbc;
}
.ccs_default .widget_pages li a:hover,
.ccs_default .widget_categories li a:hover,
.ccs_default .widget_archive li a:hover,
.ccs_default .widget_meta li a:hover,
.ccs_default .widget_recent_comments li a:hover,
.ccs_default .widget_recent_entries li a:hover,
.ccs_default .widget_pages li.current_page_item > a,
.ccs_default .widget_categories li.current_page_item > a,
.ccs_default .widget_archive li.current_page_item > a,
.ccs_default .widget_meta li.current_page_item > a,
.ccs_default .widget_recent_comments li.current_page_item > a,
.ccs_default .widget_recent_entries li.current_page_item > a,
.ccs_default .widget_pages li.current-cat > a,
.ccs_default .widget_categories li.current-cat > a,
.ccs_default .widget_archive li.current-cat > a,
.ccs_default .widget_meta li.current-cat > a,
.ccs_default .widget_recent_comments li.current-cat > a,
.ccs_default .widget_recent_entries li.current-cat > a {
  color: #bcbcbc;
}
.ccs_footer .widget_pages li a:hover,
.ccs_footer .widget_categories li a:hover,
.ccs_footer .widget_archive li a:hover,
.ccs_footer .widget_meta li a:hover,
.ccs_footer .widget_recent_comments li a:hover,
.ccs_footer .widget_recent_entries li a:hover,
.ccs_footer .widget_pages li.current_page_item > a,
.ccs_footer .widget_categories li.current_page_item > a,
.ccs_footer .widget_archive li.current_page_item > a,
.ccs_footer .widget_meta li.current_page_item > a,
.ccs_footer .widget_recent_comments li.current_page_item > a,
.ccs_footer .widget_recent_entries li.current_page_item > a,
.ccs_footer .widget_pages li.current-cat > a,
.ccs_footer .widget_categories li.current-cat > a,
.ccs_footer .widget_archive li.current-cat > a,
.ccs_footer .widget_meta li.current-cat > a,
.ccs_footer .widget_recent_comments li.current-cat > a,
.ccs_footer .widget_recent_entries li.current-cat > a {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_first .widget_pages li a:hover,
.ccs_first .widget_categories li a:hover,
.ccs_first .widget_archive li a:hover,
.ccs_first .widget_meta li a:hover,
.ccs_first .widget_recent_comments li a:hover,
.ccs_first .widget_recent_entries li a:hover,
.ccs_first .widget_pages li.current_page_item > a,
.ccs_first .widget_categories li.current_page_item > a,
.ccs_first .widget_archive li.current_page_item > a,
.ccs_first .widget_meta li.current_page_item > a,
.ccs_first .widget_recent_comments li.current_page_item > a,
.ccs_first .widget_recent_entries li.current_page_item > a,
.ccs_first .widget_pages li.current-cat > a,
.ccs_first .widget_categories li.current-cat > a,
.ccs_first .widget_archive li.current-cat > a,
.ccs_first .widget_meta li.current-cat > a,
.ccs_first .widget_recent_comments li.current-cat > a,
.ccs_first .widget_recent_entries li.current-cat > a {
  color: #bcbcbc;
}
.ccs_second .widget_pages li a:hover,
.ccs_second .widget_categories li a:hover,
.ccs_second .widget_archive li a:hover,
.ccs_second .widget_meta li a:hover,
.ccs_second .widget_recent_comments li a:hover,
.ccs_second .widget_recent_entries li a:hover,
.ccs_second .widget_pages li.current_page_item > a,
.ccs_second .widget_categories li.current_page_item > a,
.ccs_second .widget_archive li.current_page_item > a,
.ccs_second .widget_meta li.current_page_item > a,
.ccs_second .widget_recent_comments li.current_page_item > a,
.ccs_second .widget_recent_entries li.current_page_item > a,
.ccs_second .widget_pages li.current-cat > a,
.ccs_second .widget_categories li.current-cat > a,
.ccs_second .widget_archive li.current-cat > a,
.ccs_second .widget_meta li.current-cat > a,
.ccs_second .widget_recent_comments li.current-cat > a,
.ccs_second .widget_recent_entries li.current-cat > a {
  color: #ffffff;
}
.ccs_third .widget_pages li a:hover,
.ccs_third .widget_categories li a:hover,
.ccs_third .widget_archive li a:hover,
.ccs_third .widget_meta li a:hover,
.ccs_third .widget_recent_comments li a:hover,
.ccs_third .widget_recent_entries li a:hover,
.ccs_third .widget_pages li.current_page_item > a,
.ccs_third .widget_categories li.current_page_item > a,
.ccs_third .widget_archive li.current_page_item > a,
.ccs_third .widget_meta li.current_page_item > a,
.ccs_third .widget_recent_comments li.current_page_item > a,
.ccs_third .widget_recent_entries li.current_page_item > a,
.ccs_third .widget_pages li.current-cat > a,
.ccs_third .widget_categories li.current-cat > a,
.ccs_third .widget_archive li.current-cat > a,
.ccs_third .widget_meta li.current-cat > a,
.ccs_third .widget_recent_comments li.current-cat > a,
.ccs_third .widget_recent_entries li.current-cat > a {
  color: #ffffff;
}
.widget_pages .post-date,
.widget_categories .post-date,
.widget_archive .post-date,
.widget_meta .post-date,
.widget_recent_comments .post-date,
.widget_recent_entries .post-date {
  display: block;
  margin: -3px 0 0;
}
/***************** Widget Calendar ******************/
.widget_calendar table {
  border-spacing: 0;
  width: auto;
  min-width: 200px;
  margin-bottom: 0;
  border-width: 0;
  border-style: solid;
}
.widget_calendar caption {
  font-size: 15px;
  text-align: left;
  padding-bottom: 20px;
  color: #000000;
}
.ccs_default .widget_calendar caption {
  color: #000000;
}
.ccs_footer .widget_calendar caption {
  color: #ffffff;
}
.ccs_first .widget_calendar caption {
  color: #ffffff;
}
.ccs_second .widget_calendar caption {
  color: #ffffff;
}
.ccs_third .widget_calendar caption {
  color: #ffffff;
}
.widget_calendar tr {
  border-width: 0;
  border-style: solid;
}
.widget_calendar td,
.widget_calendar th {
  padding: 5px;
}
.widget_calendar thead th {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  color: #c93126;
}
.ccs_default .widget_calendar thead th {
  color: #c93126;
}
.ccs_footer .widget_calendar thead th {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_calendar thead th {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_calendar thead th {
  color: #ffffff;
}
.ccs_third .widget_calendar thead th {
  color: rgba(255, 255, 255, 0.6);
}
.widget_calendar tfoot td:last-child {
  text-align: right;
}
.widget_calendar tfoot a {
  display: inline-block;
  padding-top: 10px;
}
/***************** Widget Contact Form ******************/
.widget_custom_contact_form_entries input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.widget_custom_contact_form_entries textarea,
.widget_custom_contact_form_entries select {
  width: 100%;
}
.widget_custom_contact_form_entries .form_info.submit_wrap {
  padding-top: 0;
}
/***************** Widget Contact Info ******************/
.widget_custom_contact_info_entries {
  position: relative;
  color: #000000;
  overflow: hidden;
}
.ccs_default .widget_custom_contact_info_entries {
  color: #000000;
}
.ccs_footer .widget_custom_contact_info_entries {
  color: #ffffff;
}
.ccs_first .widget_custom_contact_info_entries {
  color: #ffffff;
}
.ccs_second .widget_custom_contact_info_entries {
  color: #ffffff;
}
.ccs_third .widget_custom_contact_info_entries {
  color: #ffffff;
}
.widget_custom_contact_info_entries a {
  color: #000000;
}
.ccs_default .widget_custom_contact_info_entries a {
  color: #000000;
}
.ccs_footer .widget_custom_contact_info_entries a {
  color: #ffffff;
}
.ccs_first .widget_custom_contact_info_entries a {
  color: #ffffff;
}
.ccs_second .widget_custom_contact_info_entries a {
  color: #ffffff;
}
.ccs_third .widget_custom_contact_info_entries a {
  color: #ffffff;
}
.widget_custom_contact_info_entries a:hover {
  color: #c93126;
}
.ccs_default .widget_custom_contact_info_entries a:hover {
  color: #c93126;
}
.ccs_footer .widget_custom_contact_info_entries a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_custom_contact_info_entries a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_custom_contact_info_entries a:hover {
  color: #ffffff;
}
.ccs_third .widget_custom_contact_info_entries a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.widget_custom_contact_info_entries > span,
.widget_custom_contact_info_entries .adress_wrap {
  display: block;
  margin: 20px 0 0;
  padding: 0 0 0 33px;
  position: relative;
}
.widget_custom_contact_info_entries > span:first-child,
.widget_custom_contact_info_entries .adress_wrap:first-child {
  margin: 0;
}
.widget_custom_contact_info_entries > span:before,
.widget_custom_contact_info_entries .adress_wrap:before {
  font-size: 16px;
  line-height: 16px;
  color: #c93126;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.ccs_default .widget_custom_contact_info_entries > span:before,
.ccs_default .widget_custom_contact_info_entries .adress_wrap:before {
  color: #c93126;
}
.ccs_footer .widget_custom_contact_info_entries > span:before,
.ccs_footer .widget_custom_contact_info_entries .adress_wrap:before {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_custom_contact_info_entries > span:before,
.ccs_first .widget_custom_contact_info_entries .adress_wrap:before {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_custom_contact_info_entries > span:before,
.ccs_second .widget_custom_contact_info_entries .adress_wrap:before {
  color: #ffffff;
}
.ccs_third .widget_custom_contact_info_entries > span:before,
.ccs_third .widget_custom_contact_info_entries .adress_wrap:before {
  color: rgba(255, 255, 255, 0.6);
}
.widget_custom_contact_info_entries .adress_wrap span {
  display: block;
}
.widget_custom_contact_info_entries .adress_wrap:before {
  top: 3px;
  bottom: auto;
}
/***************** Widget Custom Menu ******************/
.widget_nav_menu {
  position: relative;
}
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li li:first-child {
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li {
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li:before {
  content: none;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 10px 0;
  color: #000000;
  border-color: #e0e0e0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.ccs_default .widget_nav_menu ul li a {
  color: #000000;
  border-color: #e0e0e0;
}
.ccs_footer .widget_nav_menu ul li a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .widget_nav_menu ul li a {
  color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_second .widget_nav_menu ul li a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .widget_nav_menu ul li a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .widget_nav_menu ul li a {
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.widget_nav_menu ul li a:empty {
  display: none;
}
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li.current-menu-item {
  color: #c93126;
  border-color: #c93126;
}
.ccs_default .widget_nav_menu ul li a:hover,
.ccs_default .widget_nav_menu ul li.current-menu-item {
  color: #c93126;
  border-color: #c93126;
}
.ccs_footer .widget_nav_menu ul li a:hover,
.ccs_footer .widget_nav_menu ul li.current-menu-item {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_nav_menu ul li a:hover,
.ccs_first .widget_nav_menu ul li.current-menu-item {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_nav_menu ul li a:hover,
.ccs_second .widget_nav_menu ul li.current-menu-item {
  color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .widget_nav_menu ul li a:hover,
.ccs_third .widget_nav_menu ul li.current-menu-item {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.widget_nav_menu ul li li a {
  padding-left: 15px;
  padding-right: 0;
}
.widget_nav_menu ul li li li a {
  padding-left: 30px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li a {
  padding-left: 45px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li li a {
  padding-left: 60px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li li li a {
  padding-left: 75px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li li li li a {
  padding-left: 90px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li li li li li a {
  padding-left: 105px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li li li li li li a {
  padding-left: 120px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li li li li li li li a {
  padding-left: 135px;
  padding-right: 0;
}
.widget_nav_menu ul li li li li li li li li li li li a {
  padding-left: 150px;
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .sidebar .widget_nav_menu ul.menu {
    margin-left: -30px;
    margin-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li a {
    padding-left: 30px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li a {
    padding-left: 45px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li a {
    padding-left: 60px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li a {
    padding-left: 75px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li a {
    padding-left: 90px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li a {
    padding-left: 105px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li a {
    padding-left: 120px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li a {
    padding-left: 135px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li li a {
    padding-left: 150px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li li li a {
    padding-left: 165px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li li li li a {
    padding-left: 180px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu {
    margin-left: 0;
    margin-right: -30px;
  }
  .sidebar.fl .widget_nav_menu ul.menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li a {
    padding-left: 15px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li a {
    padding-left: 30px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li a {
    padding-left: 45px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li li a {
    padding-left: 60px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li li li a {
    padding-left: 75px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li li li li a {
    padding-left: 90px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li li li li li a {
    padding-left: 105px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li li li li li li a {
    padding-left: 120px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li li li li li li li a {
    padding-left: 135px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu li li li li li li li li li li li a {
    padding-left: 150px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar .widget_nav_menu ul.menu {
    margin-left: -35px;
    margin-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li a {
    padding-left: 35px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li a {
    padding-left: 50px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li a {
    padding-left: 65px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li a {
    padding-left: 80px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li a {
    padding-left: 95px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li a {
    padding-left: 110px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li a {
    padding-left: 125px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li a {
    padding-left: 140px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li li a {
    padding-left: 155px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li li li a {
    padding-left: 170px;
    padding-right: 0;
  }
  .sidebar .widget_nav_menu ul.menu li li li li li li li li li li li a {
    padding-left: 185px;
    padding-right: 0;
  }
  .sidebar.fl .widget_nav_menu ul.menu {
    margin-left: 0;
    margin-right: -35px;
  }
}
/***************** Widget Facebook ******************/
.widget_custom_facebook_entries iframe {
  margin-bottom: 0;
}
/***************** Widget Flickr ******************/
.widget_custom_flickr_entries .wrap {
  margin: 0 -5px;
}
.widget_custom_flickr_entries .wrap:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.widget_custom_flickr_entries .more_button {
  display: none;
}
.widget_custom_flickr_entries .flickr_badge_image {
  margin: 0 5px 10px;
  float: left;
}
/***************** Widget Posts Tabs ******************/
.widget_custom_posts_tabs_entries .cmsms_tabs {
  position: relative;
}
.widget_custom_posts_tabs_entries .cmsms_tabs:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_list:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_list_item {
  display: block;
  width: 33.3%;
  margin: 0;
  padding: 0;
  float: left;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_list_item:before {
  content: none;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_list_item a {
  display: block;
  padding: 0 0 10px;
  position: relative;
  cursor: pointer;
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
  border-color: #e0e0e0;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.ccs_default .widget_custom_posts_tabs_entries .cmsms_tabs_list_item a {
  color: #000000;
  border-color: #e0e0e0;
}
.ccs_footer .widget_custom_posts_tabs_entries .cmsms_tabs_list_item a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .widget_custom_posts_tabs_entries .cmsms_tabs_list_item a {
  color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_second .widget_custom_posts_tabs_entries .cmsms_tabs_list_item a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .widget_custom_posts_tabs_entries .cmsms_tabs_list_item a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .widget_custom_posts_tabs_entries .cmsms_tabs_list_item a {
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_list_item.current_tab a,
.widget_custom_posts_tabs_entries .cmsms_tabs_list_item:hover a {
  color: #c93126;
  border-color: #c93126;
}
.ccs_default .widget_custom_posts_tabs_entries .cmsms_tabs_list_item.current_tab a,
.ccs_default .widget_custom_posts_tabs_entries .cmsms_tabs_list_item:hover a {
  color: #c93126;
  border-color: #c93126;
}
.ccs_footer .widget_custom_posts_tabs_entries .cmsms_tabs_list_item.current_tab a,
.ccs_footer .widget_custom_posts_tabs_entries .cmsms_tabs_list_item:hover a {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_custom_posts_tabs_entries .cmsms_tabs_list_item.current_tab a,
.ccs_first .widget_custom_posts_tabs_entries .cmsms_tabs_list_item:hover a {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_custom_posts_tabs_entries .cmsms_tabs_list_item.current_tab a,
.ccs_second .widget_custom_posts_tabs_entries .cmsms_tabs_list_item:hover a {
  color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .widget_custom_posts_tabs_entries .cmsms_tabs_list_item.current_tab a,
.ccs_third .widget_custom_posts_tabs_entries .cmsms_tabs_list_item:hover a {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.widget_custom_posts_tabs_entries .cmsms_tabs_wrap {
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsms_tab {
  display: none;
}
.widget_custom_posts_tabs_entries .cmsms_tab:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsms_tab:first-child,
.widget_custom_posts_tabs_entries .cmsms_tab.active_tab {
  display: block;
}
.widget_custom_posts_tabs_entries .cmsms_tab ul {
  margin: 0;
  padding: 0;
}
.widget_custom_posts_tabs_entries .cmsms_tab li {
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsms_tab li:before {
  content: none;
}
.widget_custom_posts_tabs_entries .cmsms_tab li p {
  margin: 0;
  padding: 0;
}
.widget_custom_posts_tabs_entries .cmsms_tab.tab_latest li:after,
.widget_custom_posts_tabs_entries .cmsms_tab.tab_popular li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  height: 45px;
}
.widget_custom_posts_tabs_entries .cmsms_tab.tab_comments li .published {
  display: block;
}
.widget_custom_posts_tabs_entries .cmsms_tab.tab_comments li > p {
  margin: 0;
  padding: 10px 0 0;
}
.widget_custom_posts_tabs_entries .cmsms_tab_inner {
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_img {
  z-index: 1;
  overflow: hidden;
  width: 45px;
  height: 45px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_img a {
  color: #000000;
}
.ccs_default .widget_custom_posts_tabs_entries .cmsms_tabs_img a {
  color: #000000;
}
.ccs_footer .widget_custom_posts_tabs_entries .cmsms_tabs_img a {
  color: #ffffff;
}
.ccs_first .widget_custom_posts_tabs_entries .cmsms_tabs_img a {
  color: #ffffff;
}
.ccs_second .widget_custom_posts_tabs_entries .cmsms_tabs_img a {
  color: #ffffff;
}
.ccs_third .widget_custom_posts_tabs_entries .cmsms_tabs_img a {
  color: #ffffff;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_img a:hover {
  color: #c93126;
}
.ccs_default .widget_custom_posts_tabs_entries .cmsms_tabs_img a:hover {
  color: #c93126;
}
.ccs_footer .widget_custom_posts_tabs_entries .cmsms_tabs_img a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_custom_posts_tabs_entries .cmsms_tabs_img a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_custom_posts_tabs_entries .cmsms_tabs_img a:hover {
  color: #ffffff;
}
.ccs_third .widget_custom_posts_tabs_entries .cmsms_tabs_img a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.widget_custom_posts_tabs_entries .cmsms_tabs_img img,
.widget_custom_posts_tabs_entries .cmsms_tabs_img .img_placeholder_small {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 60px;
  position: relative;
  overflow: hidden;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_cont > a {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
}
.ccs_default .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a {
  color: #000000;
}
.ccs_footer .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a {
  color: #ffffff;
}
.ccs_first .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a {
  color: #ffffff;
}
.ccs_second .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a {
  color: #ffffff;
}
.ccs_third .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a {
  color: #ffffff;
}
.widget_custom_posts_tabs_entries .cmsms_tabs_cont > a:hover {
  color: #c93126;
}
.ccs_default .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a:hover {
  color: #c93126;
}
.ccs_footer .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a:hover {
  color: #ffffff;
}
.ccs_third .widget_custom_posts_tabs_entries .cmsms_tabs_cont > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.widget_custom_posts_tabs_entries .cmsms_tabs_cont .published {
  margin-top: -2px;
  display: block;
}
/***************** Widget RSS ******************/
.widget_rss img {
  margin: -3px 0 0;
}
.widget_rss ul {
  margin: 0;
  padding: 0;
}
.widget_rss ul li {
  margin: 0;
  padding: 20px 0 0;
}
.widget_rss ul li:first-child {
  padding: 0;
}
.widget_rss ul li:before {
  content: none;
}
.widget_rss .rsswidget {
  color: #000000;
}
.ccs_default .widget_rss .rsswidget {
  color: #000000;
}
.ccs_footer .widget_rss .rsswidget {
  color: #ffffff;
}
.ccs_first .widget_rss .rsswidget {
  color: #ffffff;
}
.ccs_second .widget_rss .rsswidget {
  color: #ffffff;
}
.ccs_third .widget_rss .rsswidget {
  color: #ffffff;
}
.widget_rss .rsswidget:hover {
  color: #bcbcbc;
}
.ccs_default .widget_rss .rsswidget:hover {
  color: #bcbcbc;
}
.ccs_footer .widget_rss .rsswidget:hover {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_first .widget_rss .rsswidget:hover {
  color: #bcbcbc;
}
.ccs_second .widget_rss .rsswidget:hover {
  color: #ffffff;
}
.ccs_third .widget_rss .rsswidget:hover {
  color: #ffffff;
}
.widget_rss .rss-date {
  display: block;
  color: #c93126;
}
.ccs_default .widget_rss .rss-date {
  color: #c93126;
}
.ccs_footer .widget_rss .rss-date {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_rss .rss-date {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_rss .rss-date {
  color: #ffffff;
}
.ccs_third .widget_rss .rss-date {
  color: rgba(255, 255, 255, 0.6);
}
.widget_rss .rssSummary {
  padding: 10px 0 0;
  overflow: hidden;
}
.widget_rss cite {
  display: block;
  padding: 5px 0 0;
}
/***************** Widget Tag Cloud ******************/
.widget_tag_cloud {
  position: relative;
  overflow: hidden;
}
.widget_tag_cloud a {
  line-height: 1em;
  display: inline-block;
  margin: 0 4px 0 0;
}
.widget_tag_cloud a:last-child {
  margin: 0;
}
/***************** Widget Twitter ******************/
.widget_custom_twitter_entries {
  position: relative;
  overflow: hidden;
}
.widget_custom_twitter_entries ul {
  margin: 0;
  padding: 0;
}
.widget_custom_twitter_entries ul li {
  margin: 0;
  padding: 30px 0 0;
  position: relative;
}
.widget_custom_twitter_entries ul li:first-child {
  padding-top: 0;
}
.widget_custom_twitter_entries ul li:before {
  content: none;
}
.widget_custom_twitter_entries .tweet_time {
  display: block;
  padding: 0 0 0 25px;
  position: relative;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
}
.ccs_default .widget_custom_twitter_entries .tweet_time {
  color: #000000;
}
.ccs_footer .widget_custom_twitter_entries .tweet_time {
  color: #ffffff;
}
.ccs_first .widget_custom_twitter_entries .tweet_time {
  color: #ffffff;
}
.ccs_second .widget_custom_twitter_entries .tweet_time {
  color: #ffffff;
}
.ccs_third .widget_custom_twitter_entries .tweet_time {
  color: #ffffff;
}
.widget_custom_twitter_entries .tweet_time:before {
  font-size: 16px;
  line-height: 16px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  color: #c93126;
}
.ccs_default .widget_custom_twitter_entries .tweet_time:before {
  color: #c93126;
}
.ccs_footer .widget_custom_twitter_entries .tweet_time:before {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_custom_twitter_entries .tweet_time:before {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_custom_twitter_entries .tweet_time:before {
  color: #ffffff;
}
.ccs_third .widget_custom_twitter_entries .tweet_time:before {
  color: rgba(255, 255, 255, 0.6);
}
.widget_custom_twitter_entries .tweet_text {
  display: block;
  padding: 10px 0 0;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/*	12.	Search + Archives + 404 + Sitemap + Other Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Archives + Search ******************/
.cmsms_search,
.cmsms_archive {
  position: relative;
  overflow: hidden;
}
.cmsms_archive_type {
  margin: 0;
  padding: 70px 0 0;
  border-top-width: 0;
  border-top-style: solid;
  overflow: hidden;
}
.cmsms_archive_type:first-of-type {
  padding-top: 0;
}
.cmsms_archive_type .preloader {
  padding-bottom: 100%;
}
.cmsms_archive_type .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsms_archive_type .cmsms_archive_item_img_wrap {
  display: block;
  width: 170px;
  max-width: 100%;
  padding: 0 40px 0 0;
  float: left;
}
.cmsms_archive_type .cmsms_archive_item_img_wrap .cmsms_img_wrap {
  margin: 0;
  overflow: hidden;
}
.cmsms_archive_type .cmsms_archive_item_cont_wrap {
  overflow: hidden;
}
.cmsms_archive_type .cmsms_archive_item_type {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
}
.cmsms_archive_type .cmsms_archive_item_header {
  padding: 5px 0 0;
}
.cmsms_archive_type .cmsms_archive_item_title {
  margin: 0;
}
.cmsms_archive_type .cmsms_archive_item_content {
  padding: 22px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsms_archive_type .cmsms_archive_item_content p {
  margin: 0;
  padding: 0;
}
.cmsms_archive_type .cmsms_archive_item_info {
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsms_archive_type .cmsms_archive_item_date_wrap {
  padding: 0 0 0 15px;
  float: right;
}
.cmsms_archive_type .cmsms_archive_item_user_name,
.cmsms_archive_type .cmsms_archive_item_category {
  padding: 0 20px 0 0;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.cmsms_archive_type .cmsms_archive_item_user_name a,
.cmsms_archive_type .cmsms_archive_item_category a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
@media only screen and (max-width: 540px) {
  .cmsms_archive_type .cmsms_archive_item_img_wrap {
    float: none;
    padding: 0 0 15px;
  }
  .cmsms_archive_type .cmsms_archive_item_date_wrap,
  .cmsms_archive_type .cmsms_archive_item_user_name,
  .cmsms_archive_type .cmsms_archive_item_category {
    display: block;
    float: none;
    padding: 0 0 5px;
  }
}
@media only screen and (max-width: 320px) {
  .cmsms_archive_type .cmsms_archive_item_img_wrap {
    width: 100%;
  }
}
/***************** 404 ******************/
.error {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.error .error_bg_img {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .error .error_bg_img {
  border-color: #e0e0e0;
}
.ccs_footer .error .error_bg_img {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .error .error_bg_img {
  border-color: #e0e0e0;
}
.ccs_second .error .error_bg_img {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .error .error_bg_img {
  border-color: rgba(0, 0, 0, 0.3);
}
.error .error_bg_color {
  background-color: #ffffff;
  padding: 140px 20px;
}
.error .error_title {
  color: #c93126;
  font-size: 220px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .error .error_title {
    font-size: 100px;
  }
}
.error .error_inner {
  padding: 70px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.error .error_subtitle {
  margin: 0;
  padding: 0;
}
.error .search_bar_wrap {
  width: 280px;
  max-width: 100%;
  margin: 50px 0 0;
}
.error .error_button_wrap {
  padding: 15px 0 0;
  text-align: center;
}
/***************** Sitemap ******************/
.middle_content .cmsms_sitemap_wrap {
  padding: 40px 0 50px;
}
.cmsms_sitemap_wrap {
  position: relative;
  overflow: hidden;
}
.cmsms_sitemap_wrap ul,
.cmsms_sitemap_wrap ol,
.cmsms_sitemap_wrap li {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsms_sitemap_wrap ul:before,
.cmsms_sitemap_wrap ol:before,
.cmsms_sitemap_wrap li:before {
  content: none;
}
.cmsms_sitemap_wrap .cmsms_divider {
  margin-bottom: 30px;
}
.cmsms_sitemap_wrap .cmsms_sitemap {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li {
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li:first-child:before {
  content: none;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > a {
  display: inline-block;
  margin-bottom: 35px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > a + ul {
  margin-top: -10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul {
  width: 100%;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li {
  width: 25%;
  padding-top: 0;
  padding-right: 20px;
  margin-bottom: 40px;
  float: left;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(5),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(9),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(13),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(17),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(21),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(25),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(29),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(33),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(37),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(41),
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li:nth-child(45) {
  clear: both;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul {
  padding-top: 20px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul ul {
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul li {
  margin-left: 20px;
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul li:first-child {
  padding-top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap > li > ul > li > ul > li {
  margin-left: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category {
  padding: 5px 0 0;
  margin: 0;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 40px;
  float: left;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(5),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(9),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(13),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(17),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(21),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(25),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(29),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(33),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(37),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(41),
.cmsms_sitemap_wrap .cmsms_sitemap_category > li:nth-child(45) {
  clear: both;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul {
  padding-top: 20px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul ul {
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul li {
  margin-left: 20px;
  padding-top: 10px;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul li:first-child {
  padding-top: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap_category > li > ul > li {
  margin-left: 0;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive {
  padding: 5px 0 20px;
  margin: 0;
  overflow: hidden;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
  float: left;
}
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(5),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(9),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(13),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(17),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(21),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(25),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(29),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(33),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(37),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(41),
.cmsms_sitemap_wrap .cmsms_sitemap_archive > li:nth-child(45) {
  clear: both;
}
/***************** Other ******************/
#main .with_frm_style .frm_form_fields input,
#main #wpcontent .with_frm_style .frm_form_fields select,
#main .with_frm_style .frm_form_fields select,
#main .with_frm_style .frm_form_fields textarea {
  padding: 9px;
}
#lang_sel ul {
  overflow: visible;
}
#lang_sel_footer {
  display: none;
}
.google_map img {
  max-width: none;
}
/*-------------------------------------------------------------------------*/
/*	13.	Contact Forms Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.6
 */
select {
  min-width: 100px;
  height: 40px;
}
span.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label {
  position: relative;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="checkbox"],
.wpcf7 form.wpcf7-form span.wpcf7-list-item input[type="radio"] {
  vertical-align: middle;
}
.wpcf7 form.wpcf7-form span.wpcf7-list-item .wpcf7-list-item-label {
  vertical-align: middle;
}
.cmsms_form {
  margin: 0 -1.5%;
  overflow: hidden;
}
.cmsms_form input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.cmsms_form textarea {
  width: 100%;
}
.cmsms_form_full,
.cmsms_form_half,
.cmsms_form_third {
  margin: 0 1.5% 3%;
  float: left;
}
.cmsms_form_full {
  width: 97%;
}
.cmsms_form_half {
  width: 47%;
}
.cmsms_form_half:nth-child(2n + 1) {
  clear: left;
}
@media only screen and (max-width: 767px) {
  .cmsms_form_half {
    width: 97%;
  }
  .cmsms_form_half:nth-child(2n + 1) {
    clear: none;
  }
}
.cmsms_form_third {
  width: 30.3%;
}
.cmsms_form_third:nth-child(3n + 1) {
  clear: left;
}
@media only screen and (max-width: 767px) {
  .cmsms_form_third {
    width: 97%;
  }
  .cmsms_form_third:nth-child(3n + 1) {
    clear: none;
  }
}
.widget_custom_contact_form_entries input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]),
.widget_custom_contact_form_entries textarea,
.widget_custom_contact_form_entries select {
  width: 100%;
}
.widget_custom_contact_form_entries .form_info.submit_wrap {
  padding-top: 0;
}
/*-------------------------------------------------------------------------*/
/*	14.	Visual Composer Styles	*/
/*-------------------------------------------------------------------------*/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/* list reset */
.vc_pagination li:before,
.vc_grid-pagination li:before,
.vc_tta-tabs-list li:before,
.vc_grid-filter li:before,
.flexslider li:before {
  content: '';
}
.vc_grid-pagination li,
.vc_carousel-indicators li,
.flexslider li {
  padding-top: 0;
}
.flexslider {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vc_images_carousel {
  max-width: 100%;
}
.vc_inline-link {
  padding-left: 10px;
}
.vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #c93126;
}
.ccs_default .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #c93126;
}
.ccs_footer .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #ffffff;
}
.ccs_third .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: rgba(255, 255, 255, 0.6);
}
.vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #c93126;
}
.ccs_default .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #c93126;
}
.ccs_footer .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: #ffffff;
}
.ccs_third .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #c93126;
}
.ccs_default .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #c93126;
}
.ccs_footer .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #ffffff;
}
.ccs_third .vc_cmsms .vc_pagination.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: rgba(255, 255, 255, 0.6);
}
.vc_cmsms .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #c93126;
}
.ccs_default .vc_cmsms .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #c93126;
}
.ccs_footer .vc_cmsms .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_cmsms .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_cmsms .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: #ffffff;
}
.ccs_third .vc_cmsms .vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
  background-color: rgba(255, 255, 255, 0.6);
}
/* text-align fix */
.vc_welcome-visible-ne {
  text-align: center;
}
/* control buttons height fix */
.compose-mode .vc_control-btn > .vc_btn-content {
  padding: 7px 7px 6px;
}
/* lightbox pretty photo */
body div.pp_pic_holder {
  z-index: 100000;
}
/* grid item clear */
.cmsms_gitem {
  outline: none;
}
.cmsms_gitem h1,
.cmsms_gitem h2,
.cmsms_gitem h3,
.cmsms_gitem h4,
.cmsms_gitem h5,
.cmsms_gitem h6 {
  margin-bottom: 0;
}
.cmsms_gitem .vc_gitem-post-data {
  margin: 0;
}
.cmsms_gitem .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
.cmsms_gitem.vc_grid-item .vc_gitem_row.vc_row .wpb_content_element {
  margin: 0;
}
.vc_grid-filter.vc_gitem-post-data-source-post_categories.vc_grid-filter-comma > .vc_grid-filter-item:hover {
  background: none;
}
/* grid item post */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_gitem.cmsms_gitem_std {
  position: relative;
}
.cmsms_gitem.cmsms_gitem_std:first-child .cmsms_gitem_std_inner {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
  border-top-style: solid;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner {
  width: 100%;
  max-width: 100%;
  margin: 60px 0 0;
  padding: 60px 0 0;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e0e0e0;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.ccs_default .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner {
  border-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 540px) {
  .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_inner {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_img {
  min-height: 0;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_img figure,
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_img a,
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_img img {
  width: 100%;
  display: block;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_img a {
  margin: 0 0 25px;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_img a:empty {
  margin-bottom: 0;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_date {
  padding: 0 0 20px;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_posttype_date {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_title {
  outline: none;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_meta {
  padding: 12px 0 0;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_meta,
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_meta a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.cmsms_gitem.cmsms_gitem_std .vc_cmsms_likes,
.cmsms_gitem.cmsms_gitem_std .vc_cmsms_comments {
  padding: 0 0 0 15px;
  float: right;
}
@media only screen and (max-width: 540px) {
  .cmsms_gitem.cmsms_gitem_std .vc_cmsms_likes,
  .cmsms_gitem.cmsms_gitem_std .vc_cmsms_comments {
    display: inline-block;
    padding: 0 15px 5px 0;
    float: none;
  }
}
.cmsms_gitem.cmsms_gitem_std .cmsms_likes a:before,
.cmsms_gitem.cmsms_gitem_std .cmsms_comments a:before {
  font-size: 15px;
}
.cmsms_gitem.cmsms_gitem_std .vc_cmsms_author,
.cmsms_gitem.cmsms_gitem_std .vc_cmsms_categories {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author,
  .cmsms_gitem.cmsms_gitem_std .vc_cmsms_categories {
    display: block;
    margin: 0;
    padding: 0 0 5px;
  }
}
.cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories {
  padding-left: 15px;
  padding-right: 0;
  margin-left: 16px;
  margin-right: 0;
}
.cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories:before {
  content: '';
  display: block;
  border-right-width: 1px;
  border-right-style: dotted;
  width: 1px;
  height: 8px;
  margin: auto !important;
  position: absolute;
  left: -1px;
  right: auto;
  top: 0;
  bottom: 0;
  border-color: #000000;
}
.ccs_default .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories:before {
  border-color: #000000;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories:before {
  border-color: #ffffff;
}
.ccs_first .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories:before {
  border-color: #ffffff;
}
.ccs_second .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories:before {
  border-color: #ffffff;
}
.ccs_third .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories:before {
  border-color: #ffffff;
}
@media only screen and (max-width: 540px) {
  .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .cmsms_gitem.cmsms_gitem_std .vc_cmsms_author + .vc_cmsms_categories:before {
    content: none;
  }
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_cont {
  padding: 20px 0;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_cont p {
  margin: 0;
  padding: 0;
}
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_date,
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_title,
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_meta,
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_cont,
.cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_more {
  padding-left: 60px;
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_date,
  .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_title,
  .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_meta,
  .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_cont,
  .cmsms_gitem.cmsms_gitem_std .cmsms_gitem_std_more {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_gitem.cmsms_gitem_grid {
  position: relative;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_inner {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_inner:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.ccs_default .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_inner {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_inner {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_inner {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_inner {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_inner {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_img {
  outline: none;
  min-height: 0;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_img figure,
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_img a,
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_img img {
  width: 100%;
  display: block;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info,
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont_wrap {
  padding-top: 15px;
  padding-bottom: 25px;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_title {
  overflow: hidden;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_title + .cmsms_gitem_grid_cont {
  padding-top: 15px;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont {
  overflow: hidden;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont p {
  margin: 0;
  padding: 0;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_meta {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.cmsms_gitem.cmsms_gitem_grid .vc_cmsms_comments,
.cmsms_gitem.cmsms_gitem_grid .vc_cmsms_likes {
  padding: 0 0 0 15px;
  float: right;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_likes a:before,
.cmsms_gitem.cmsms_gitem_grid .cmsms_comments a:before {
  font-size: 16px;
  left: 1px;
}
.cmsms_gitem.cmsms_gitem_grid .vc_cmsms_date {
  display: block;
  overflow: hidden;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_posttype_date {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
}
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info,
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont_wrap,
.cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_meta {
  padding-left: 20px;
  padding-right: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
  overflow: hidden;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info,
.ccs_default .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont_wrap,
.ccs_default .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_meta {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info,
.ccs_footer .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont_wrap,
.ccs_footer .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_meta {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info,
.ccs_first .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont_wrap,
.ccs_first .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_meta {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info,
.ccs_second .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont_wrap,
.ccs_second .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_meta {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_info,
.ccs_third .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_cont_wrap,
.ccs_third .cmsms_gitem.cmsms_gitem_grid .cmsms_gitem_grid_meta {
  border-color: rgba(0, 0, 0, 0.3);
}
/* button */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_button_wrapper {
  display: block;
  max-width: 100%;
}
.cmsms_button_wrapper.cmsms_alignment_inline {
  display: inline-block;
}
.cmsms_button_wrapper.cmsms_alignment_left {
  text-align: left;
}
.cmsms_button_wrapper.cmsms_alignment_right {
  text-align: right;
}
.cmsms_button_wrapper.cmsms_alignment_center {
  text-align: center;
}
.cmsms_button_wrapper .cmsms_button {
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  position: relative;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #c93126;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ccs_default .cmsms_button_wrapper .cmsms_button {
  color: #c93126;
}
.ccs_footer .cmsms_button_wrapper .cmsms_button {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_button_wrapper .cmsms_button {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_button_wrapper .cmsms_button {
  color: #ffffff;
}
.ccs_third .cmsms_button_wrapper .cmsms_button {
  color: rgba(255, 255, 255, 0.6);
}
html.csstransitions .cmsms_button_wrapper .cmsms_button {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.cmsms_button_wrapper .cmsms_button:hover {
  color: #7e7e7e;
}
.ccs_default .cmsms_button_wrapper .cmsms_button:hover {
  color: #7e7e7e;
}
.ccs_footer .cmsms_button_wrapper .cmsms_button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first .cmsms_button_wrapper .cmsms_button:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second .cmsms_button_wrapper .cmsms_button:hover {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third .cmsms_button_wrapper .cmsms_button:hover {
  color: rgba(255, 255, 255, 0.75);
}
.cmsms_alignment_full_width.cmsms_button_wrapper .cmsms_button {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  padding: 8px 24px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #c93126;
}
.ccs_default .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_footer .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
}
html.csstransitions .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  background-color: #000000;
}
.ccs_default .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  background-color: #000000;
}
.ccs_footer .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  background-color: #ffffff;
}
.ccs_first .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  background-color: #ffffff;
}
.ccs_second .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  background-color: #ffffff;
}
.ccs_third .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  background-color: #ffffff;
}
.cmsms_button_wrapper .cmsms_button_icon {
  position: relative;
}
.cmsms_icon_alignment_left.cmsms_button_wrapper .cmsms_button_icon {
  margin-right: 0.5em;
}
.cmsms_icon_alignment_right.cmsms_button_wrapper .cmsms_button_icon {
  margin-left: 0.5em;
}
.cmsms_button_wrapper .cmsms_button_text {
  position: relative;
}
/* pricing table */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_pricing_table .cmsms_pricing_inner {
  padding: 35px 30px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_pricing_table .cmsms_pricing_inner {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_pricing_table .cmsms_pricing_inner {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_pricing_table .cmsms_pricing_inner {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_pricing_table .cmsms_pricing_inner {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_pricing_table .cmsms_pricing_inner {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_inner {
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_inner {
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_inner {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_inner {
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_inner {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.cmsms_pricing_table .cmsms_pricing_title {
  margin: 0;
  text-align: center;
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_title {
  color: #ffffff;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_title {
  color: #ffffff;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_title {
  color: #101010;
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_title {
  color: #101010;
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_title {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_title {
  color: rgba(0, 0, 0, 0.25);
}
.cmsms_pricing_table .cmsms_pricing_info {
  margin: 30px 0 0;
  text-align: center;
  overflow: hidden;
  color: #c93126;
}
.ccs_default .cmsms_pricing_table .cmsms_pricing_info {
  color: #c93126;
}
.ccs_footer .cmsms_pricing_table .cmsms_pricing_info {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_pricing_table .cmsms_pricing_info {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_pricing_table .cmsms_pricing_info {
  color: #ffffff;
}
.ccs_third .cmsms_pricing_table .cmsms_pricing_info {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_info {
  color: #ffffff;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_info {
  color: #ffffff;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_info {
  color: #101010;
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_info {
  color: #101010;
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_info {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_info {
  color: rgba(0, 0, 0, 0.25);
}
.cmsms_pricing_table .cmsms_pricing_price_prefix {
  display: inline-block;
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.cmsms_pricing_table .cmsms_pricing_price {
  display: inline-block;
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.cmsms_pricing_table .cmsms_pricing_price_suffix {
  display: inline-block;
  padding: 0 0 0 2px;
  vertical-align: top;
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.cmsms_pricing_table .cmsms_pricing_period {
  display: block;
  padding: 3px 0 0;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
}
.ccs_default .cmsms_pricing_table .cmsms_pricing_period {
  color: #000000;
}
.ccs_footer .cmsms_pricing_table .cmsms_pricing_period {
  color: #ffffff;
}
.ccs_first .cmsms_pricing_table .cmsms_pricing_period {
  color: #ffffff;
}
.ccs_second .cmsms_pricing_table .cmsms_pricing_period {
  color: #ffffff;
}
.ccs_third .cmsms_pricing_table .cmsms_pricing_period {
  color: #ffffff;
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_period {
  color: #ffffff;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_period {
  color: #ffffff;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_period {
  color: #101010;
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_period {
  color: #101010;
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_period {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_period {
  color: rgba(0, 0, 0, 0.25);
}
.cmsms_pricing_table .cmsms_pricing_features {
  margin: 23px 0 0;
  padding: 0;
}
.cmsms_pricing_table .cmsms_pricing_features:empty {
  display: none;
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features {
  color: #ffffff;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features {
  color: #ffffff;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features {
  color: #101010;
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features {
  color: #101010;
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features {
  color: rgba(0, 0, 0, 0.25);
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a {
  color: rgba(255, 255, 255, 0.8);
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a {
  color: rgba(255, 255, 255, 0.8);
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a {
  color: rgba(16, 16, 16, 0.8);
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a {
  color: rgba(16, 16, 16, 0.8);
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a {
  color: rgba(0, 0, 0, 0.8);
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a {
  color: rgba(0, 0, 0, 0.8);
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a:hover {
  color: #ffffff;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a:hover {
  color: #ffffff;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a:hover {
  color: #101010;
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a:hover {
  color: #101010;
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_pricing_features a:hover {
  color: rgba(0, 0, 0, 0.25);
}
.cmsms_pricing_table .cmsms_pricing_feature {
  margin: 0;
  padding: 3px 0;
  text-align: center;
}
.cmsms_pricing_table .cmsms_pricing_feature:before {
  content: none;
}
.cmsms_pricing_table .cmsms_pricing_feature i {
  display: inline-block;
  margin: 0 3px 0 0;
}
.cmsms_pricing_table .cmsms_pricing_button_wrap {
  margin: 35px 0 0;
  text-align: center;
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: #c93126;
  background-color: #ffffff;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: #c93126;
  background-color: #ffffff;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: rgba(255, 255, 255, 0.4);
  background-color: #101010;
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: rgba(255, 255, 255, 0.1);
  background-color: #101010;
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.25);
}
.cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  color: #ffffff;
  background-color: #000000;
}
.ccs_default .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  color: #ffffff;
  background-color: #000000;
}
.ccs_footer .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  color: #101010;
  background-color: #ffffff;
}
.ccs_first .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  color: #101010;
  background-color: #ffffff;
}
.ccs_second .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third .cmsms_pricing_best.cmsms_pricing_table .cmsms_button_wrapper .cmsms_button.cmsms_style_default:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
/* testimonials */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_testimonials .cmsms_testimonial {
  text-align: center;
  margin-bottom: 45px;
}
.cmsms_testimonials .cmsms_testimonial_image {
  display: inline-block;
  margin-bottom: 25px;
}
.cmsms_testimonials .cmsms_testimonial_image img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
.cmsms_testimonials .cmsms_testimonial_content {
  padding-left: 18%;
  padding-right: 18%;
  margin-bottom: 10px;
  color: #7e7e7e;
}
.ccs_default .cmsms_testimonials .cmsms_testimonial_content {
  color: #7e7e7e;
}
.ccs_footer .cmsms_testimonials .cmsms_testimonial_content {
  color: rgba(255, 255, 255, 0.6);
}
.ccs_first .cmsms_testimonials .cmsms_testimonial_content {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_second .cmsms_testimonials .cmsms_testimonial_content {
  color: rgba(255, 255, 255, 0.75);
}
.ccs_third .cmsms_testimonials .cmsms_testimonial_content {
  color: rgba(255, 255, 255, 0.75);
}
.cmsms_testimonials .cmsms_testimonial_content:before {
  margin: -30px 0 0 6%;
  top: 50%;
}
.cmsms_testimonials .cmsms_testimonial_content:after {
  content: '\201D';
  padding-right: 20px;
  margin: -30px 6% 0 0;
  top: 50%;
  right: 0;
}
.cmsms_testimonials .cmsmas_testimonial_title {
  margin: 0 0 5px;
}
.cmsms_testimonials .cmsms_slick_dots {
  bottom: 0;
}
/* profile */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_profile .cmsms_profile_inner {
  overflow: hidden;
}
.cmsms_profile .cmsms_profile_image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
html.csstransitions .cmsms_profile .cmsms_profile_image img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.cmsms_profile .cmsms_profile_image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cmsms_profile .cmsms_profile_image_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0;
}
.ccs_default .cmsms_profile .cmsms_profile_image_link {
  background-color: #000000;
}
.ccs_footer .cmsms_profile .cmsms_profile_image_link {
  background-color: #ffffff;
}
.ccs_first .cmsms_profile .cmsms_profile_image_link {
  background-color: #ffffff;
}
.ccs_second .cmsms_profile .cmsms_profile_image_link {
  background-color: #ffffff;
}
.ccs_third .cmsms_profile .cmsms_profile_image_link {
  background-color: #ffffff;
}
html.csstransitions .cmsms_profile .cmsms_profile_image_link {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.cmsms_profile .cmsms_profile_image_link:hover {
  opacity: 0.3;
}
.cmsms_profile .cmsms_profile_header {
  overflow: hidden;
}
.cmsms_profile .cmsms_profile_title {
  margin: 0;
  padding: 0;
}
.cmsms_profile .cmsms_profile_subtitle {
  display: block;
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #c93126;
}
.ccs_default .cmsms_profile .cmsms_profile_subtitle {
  color: #c93126;
}
.ccs_footer .cmsms_profile .cmsms_profile_subtitle {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_profile .cmsms_profile_subtitle {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_profile .cmsms_profile_subtitle {
  color: #ffffff;
}
.ccs_third .cmsms_profile .cmsms_profile_subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_profile .cmsms_profile_title + .cmsms_profile_subtitle {
  margin-top: 5px;
}
.cmsms_profile .cmsms_profile_content {
  margin-top: 15px;
  overflow: hidden;
}
.cmsms_profile .cmsms_profile_content > p:last-child {
  margin-bottom: 0;
}
.cmsms_profile .cmsms_profile_icons {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  overflow: hidden;
}
.cmsms_profile .cmsms_profile_icons li {
  margin: 4px 4px 0 0;
  padding: 0;
  float: left;
}
.cmsms_profile .cmsms_profile_icons li:before {
  content: none;
}
.cmsms_profile .cmsms_profile_icons li:last-child {
  margin-right: 0;
}
.cmsms_profile .cmsms_profile_icons a {
  display: block;
  font-size: 24px;
  line-height: 1em;
  width: 24px;
  height: 25px;
  color: #e0e0e0;
}
.ccs_default .cmsms_profile .cmsms_profile_icons a {
  color: #e0e0e0;
}
.ccs_footer .cmsms_profile .cmsms_profile_icons a {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_profile .cmsms_profile_icons a {
  color: #e0e0e0;
}
.ccs_second .cmsms_profile .cmsms_profile_icons a {
  color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_profile .cmsms_profile_icons a {
  color: rgba(0, 0, 0, 0.3);
}
.cmsms_profile .cmsms_profile_icons a:hover {
  color: #c93126;
}
.ccs_default .cmsms_profile .cmsms_profile_icons a:hover {
  color: #c93126;
}
.ccs_footer .cmsms_profile .cmsms_profile_icons a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_profile .cmsms_profile_icons a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_profile .cmsms_profile_icons a:hover {
  color: #ffffff;
}
.ccs_third .cmsms_profile .cmsms_profile_icons a:hover {
  color: rgba(255, 255, 255, 0.6);
}
/* profile */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_counter {
  outline: none;
  text-align: center;
}
.cmsms_counter .cmsms_counter_outer {
  display: inline-block;
}
.cmsms_counter .cmsms_counter_icon_wrap {
  position: relative;
}
.cmsms_counter_align_left.cmsms_counter .cmsms_counter_icon_wrap {
  margin-right: 20px;
  float: left;
}
.cmsms_counter_align_right.cmsms_counter .cmsms_counter_icon_wrap {
  margin-left: 20px;
  float: right;
}
.cmsms_counter_align_center.cmsms_counter .cmsms_counter_icon_wrap {
  margin-bottom: 20px;
  text-align: center;
}
.cmsms_counter .cmsms_counter_icon {
  display: inline-block;
  padding: 12px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
  overflow: hidden;
}
.ccs_default .cmsms_counter .cmsms_counter_icon {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .cmsms_counter .cmsms_counter_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_counter .cmsms_counter_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_counter .cmsms_counter_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .cmsms_counter .cmsms_counter_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.cmsms_counter .cmsms_counter_icon:before {
  font-size: 22px;
  line-height: 1em;
}
.cmsms_counter .cmsms_counter_icon img {
  width: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_counter .cmsms_counter_inner {
  position: relative;
  overflow: hidden;
}
.cmsms_counter_align_left.cmsms_counter .cmsms_counter_inner {
  text-align: left;
}
.cmsms_counter_align_right.cmsms_counter .cmsms_counter_inner {
  text-align: right;
}
.cmsms_counter_align_center.cmsms_counter .cmsms_counter_inner {
  text-align: center;
}
.cmsms_counter .cmsms_counter_value {
  color: #000000;
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.ccs_default .cmsms_counter .cmsms_counter_value {
  color: #000000;
}
.ccs_footer .cmsms_counter .cmsms_counter_value {
  color: #ffffff;
}
.ccs_first .cmsms_counter .cmsms_counter_value {
  color: #ffffff;
}
.ccs_second .cmsms_counter .cmsms_counter_value {
  color: #ffffff;
}
.ccs_third .cmsms_counter .cmsms_counter_value {
  color: #ffffff;
}
.cmsms_counter .cmsms_counter_header {
  margin: 10px 0 0;
}
.cmsms_counter .cmsms_counter_title {
  margin: 0;
  padding: 0;
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.cmsms_counter .cmsms_counter_description {
  margin: 20px 0 0;
  overflow: hidden;
}
.cmsms_counter .cmsms_counter_description p {
  margin: 0;
  padding: 0;
}
/* icon box */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_icon_box {
  position: relative;
}
.cmsms_icon_box .cmsms_icon_box_inner {
  border-width: 0;
  border-style: solid;
  position: relative;
  background-color: #ffffff;
  border-color: #e0e0e0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ccs_default .cmsms_icon_box .cmsms_icon_box_inner {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_icon_box .cmsms_icon_box_inner {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_icon_box .cmsms_icon_box_inner {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .cmsms_icon_box .cmsms_icon_box_inner {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_icon_box .cmsms_icon_box_inner {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .cmsms_icon_box .cmsms_icon_box_inner {
  -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_icon_position_box_center_left.cmsms_icon_box .cmsms_icon_box_inner {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cmsms_icon_position_box_center_right.cmsms_icon_box .cmsms_icon_box_inner {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cmsms_icon_position_title_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_top_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_center_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_top_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_center_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_bottom_left.cmsms_icon_box .cmsms_icon_box_inner {
  text-align: left;
}
.cmsms_icon_position_title_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_top_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_center_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_top_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_center_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_bottom_right.cmsms_icon_box .cmsms_icon_box_inner {
  text-align: right;
}
.cmsms_icon_position_box_top_center.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_top_center.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_bottom_center.cmsms_icon_box .cmsms_icon_box_inner {
  text-align: center;
}
.cmsms_icon_position_box_bd_top_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_top_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_top_center.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_center_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_center_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_bottom_left.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_bottom_right.cmsms_icon_box .cmsms_icon_box_inner,
.cmsms_icon_position_box_bd_bottom_center.cmsms_icon_box .cmsms_icon_box_inner {
  border-width: 1px;
  padding: 40px;
}
.cmsms_icon_box .cmsms_icon_box_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: relative;
}
.cmsms_icon_position_title_left.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  margin-right: 20px;
}
.cmsms_icon_position_title_right.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  margin-left: 20px;
}
.cmsms_icon_position_box_top_left.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  margin-bottom: 20px;
}
.cmsms_icon_position_box_top_right.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  margin-bottom: 20px;
}
.cmsms_icon_position_box_top_center.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  margin-bottom: 20px;
}
.cmsms_icon_position_box_center_left.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  margin-right: 20px;
}
.cmsms_icon_position_box_center_right.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  margin-left: 20px;
}
.cmsms_icon_position_box_bd_top_left.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: auto;
  right: 100%;
  top: auto;
  bottom: 100%;
  z-index: 1;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.cmsms_icon_position_box_bd_top_right.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: 100%;
  right: auto;
  top: auto;
  bottom: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.cmsms_icon_position_box_bd_top_center.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  z-index: 1;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.cmsms_icon_position_box_bd_center_left.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: auto;
  right: 100%;
  top: 50%;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.cmsms_icon_position_box_bd_center_right.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cmsms_icon_position_box_bd_bottom_left.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: auto;
  right: 100%;
  top: 100%;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.cmsms_icon_position_box_bd_bottom_right.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: 100%;
  right: auto;
  top: 100%;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cmsms_icon_position_box_bd_bottom_center.cmsms_icon_box .cmsms_icon_box_icon_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: auto;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cmsms_icon_box .cmsms_icon_box_icon {
  display: inline-block;
  padding: 12px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
  overflow: hidden;
}
.ccs_default .cmsms_icon_box .cmsms_icon_box_icon {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .cmsms_icon_box .cmsms_icon_box_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_icon_box .cmsms_icon_box_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_icon_box .cmsms_icon_box_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .cmsms_icon_box .cmsms_icon_box_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
html.csstransitions .cmsms_icon_box .cmsms_icon_box_icon {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.cmsms_icon_box .cmsms_icon_box_icon:before {
  font-size: 22px;
  line-height: 1em;
}
.cmsms_icon_box .cmsms_icon_box_icon img {
  width: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_icon_box .cmsms_icon_box_content {
  width: 100%;
  overflow: hidden;
}
.cmsms_icon_box .cmsms_icon_box_header {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cmsms_icon_position_title_left.cmsms_icon_box .cmsms_icon_box_header {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cmsms_icon_position_title_right.cmsms_icon_box .cmsms_icon_box_header {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cmsms_icon_box .cmsms_icon_box_header_inner {
  width: 100%;
  overflow: hidden;
}
.cmsms_icon_box .cmsms_icon_box_title {
  margin: 0;
  padding: 0;
}
html.csstransitions .cmsms_icon_box .cmsms_icon_box_title {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.cmsms_icon_box .cmsms_icon_box_title.cmsms_title_alignment_left {
  text-align: left;
}
.cmsms_icon_box .cmsms_icon_box_title.cmsms_title_alignment_right {
  text-align: right;
}
.cmsms_icon_box .cmsms_icon_box_title.cmsms_title_alignment_center {
  text-align: center;
}
.cmsms_icon_box .cmsms_icon_box_subtitle {
  margin: 0;
  padding: 0;
}
html.csstransitions .cmsms_icon_box .cmsms_icon_box_subtitle {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.cmsms_icon_box .cmsms_icon_box_subtitle.cmsms_subtitle_alignment_left {
  text-align: left;
}
.cmsms_icon_box .cmsms_icon_box_subtitle.cmsms_subtitle_alignment_right {
  text-align: right;
}
.cmsms_icon_box .cmsms_icon_box_subtitle.cmsms_subtitle_alignment_center {
  text-align: center;
}
.cmsms_icon_box .cmsms_icon_box_title + .cmsms_icon_box_subtitle {
  margin: 5px 0 0;
}
.cmsms_icon_box .cmsms_icon_box_description {
  overflow: hidden;
}
html.csstransitions .cmsms_icon_box .cmsms_icon_box_description {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.cmsms_icon_box .cmsms_icon_box_description.cmsms_description_alignment_left {
  text-align: left;
}
.cmsms_icon_box .cmsms_icon_box_description.cmsms_description_alignment_right {
  text-align: right;
}
.cmsms_icon_box .cmsms_icon_box_description.cmsms_description_alignment_center {
  text-align: center;
}
.cmsms_icon_box .cmsms_icon_box_description > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cmsms_icon_box .cmsms_icon_box_header + .cmsms_icon_box_description {
  margin: 20px 0 0;
}
.cmsms_icon_box .cmsms_icon_box_button {
  margin: 20px 0 0;
  overflow: hidden;
}
/* twitter stripe */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_twitter_stripe .cmsms_twitter_stripe_parent {
  padding: 0 70px 0 35px;
  position: relative;
}
.cmsms_twitter_stripe .cmsms_theme_icon_twitter {
  color: #c93126;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.ccs_default .cmsms_twitter_stripe .cmsms_theme_icon_twitter {
  color: #c93126;
}
.ccs_footer .cmsms_twitter_stripe .cmsms_theme_icon_twitter {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_twitter_stripe .cmsms_theme_icon_twitter {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_twitter_stripe .cmsms_theme_icon_twitter {
  color: #ffffff;
}
.ccs_third .cmsms_twitter_stripe .cmsms_theme_icon_twitter {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_twitter_stripe .published {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  text-transform: uppercase;
  float: left;
  margin-right: 50px;
}
@media only screen and (max-width: 540px) {
  .cmsms_twitter_stripe .published {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.cmsms_twitter_stripe .cmsms_slick_arrow {
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  left: auto;
  right: -70px;
  top: -1px;
  color: #000000;
}
.ccs_default .cmsms_twitter_stripe .cmsms_slick_arrow {
  color: #000000;
}
.ccs_footer .cmsms_twitter_stripe .cmsms_slick_arrow {
  color: #ffffff;
}
.ccs_first .cmsms_twitter_stripe .cmsms_slick_arrow {
  color: #ffffff;
}
.ccs_second .cmsms_twitter_stripe .cmsms_slick_arrow {
  color: #ffffff;
}
.ccs_third .cmsms_twitter_stripe .cmsms_slick_arrow {
  color: #ffffff;
}
.cmsms_twitter_stripe .cmsms_slick_arrow.cmsms_slick_prev_arrow {
  right: -50px;
}
.cmsms_twitter_stripe .cmsms_slick_arrow:hover {
  background-color: transparent;
  color: #c93126;
}
.ccs_default .cmsms_twitter_stripe .cmsms_slick_arrow:hover {
  color: #c93126;
}
.ccs_footer .cmsms_twitter_stripe .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_twitter_stripe .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_twitter_stripe .cmsms_slick_arrow:hover {
  color: #ffffff;
}
.ccs_third .cmsms_twitter_stripe .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_twitter_item_content {
  display: block;
  position: relative;
  overflow: hidden;
}
/* tabs */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tabs-list:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tabs-list:after {
  content: '';
  background-color: #e0e0e0;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tabs-list:after,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tabs-list:after {
  background-color: #e0e0e0;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tabs-list:after,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tabs-list:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tabs-list:after,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tabs-list:after {
  background-color: #e0e0e0;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tabs-list:after,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tabs-list:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tabs-list:after,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tabs-list:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab {
  color: #000000;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab {
  color: #000000;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab {
  color: #ffffff;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab {
  color: #ffffff;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab {
  color: #ffffff;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active {
  color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active {
  color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active {
  color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a > span:after {
  background-color: #c93126;
  opacity: 1;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span:after,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a > span:after {
  background-color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span:after,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a > span:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span:after,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a > span:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span:after,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a > span:after {
  background-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a > span:after,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a > span:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:hover,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:hover {
  color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:hover,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:hover {
  color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:hover,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:hover,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:hover,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:hover {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:hover,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:hover {
  color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab > a {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  border-width: 0;
  border-style: solid;
  padding: 15px 0;
  margin: 0 25px;
  position: relative;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab > a > span:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab > a > span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 2;
}
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab > a > span:after,
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab > a > span:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab .vc_tta-icon,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab .vc_tta-icon {
  vertical-align: baseline;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:first-child > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:first-child > a {
  margin-left: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab:last-child > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab:last-child > a {
  margin-right: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a {
  padding: 15px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #000000;
  border-color: #e0e0e0;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a {
  color: #000000;
  border-color: #e0e0e0;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a,
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a {
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a:hover,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #c93126;
  border-color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #c93126;
  border-color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-panel-body,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-panel-body {
  border-width: 0;
  border-style: solid;
  padding: 25px 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tabs-list:after {
  bottom: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-top .vc_tta-tab > a > span:after {
  bottom: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tabs-list:after {
  top: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-bottom .vc_tta-tab > a > span:after {
  top: 0;
}
/* tour */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left.vc_tta-controls-size-sm .vc_tta-tabs-container,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right.vc_tta-controls-size-sm .vc_tta-tabs-container {
  flex-basis: 25%;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left.vc_tta-controls-size-xs .vc_tta-tabs-container,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right.vc_tta-controls-size-xs .vc_tta-tabs-container {
  flex-basis: 15%;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list {
  width: 100%;
  position: relative;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list:after {
  content: '';
  background-color: #e0e0e0;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list:after,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list:after {
  background-color: #e0e0e0;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list:after,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list:after,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list:after {
  background-color: #e0e0e0;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list:after,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list:after,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab {
  color: #000000;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab {
  color: #000000;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab {
  color: #ffffff;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab {
  color: #ffffff;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab {
  color: #ffffff;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active {
  color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active {
  color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active {
  color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a > span:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a > span:after {
  background-color: #c93126;
  opacity: 1;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a > span:after,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a > span:after {
  background-color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a > span:after,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a > span:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a > span:after,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a > span:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a > span:after,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a > span:after {
  background-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab.vc_active > a > span:after,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab.vc_active > a > span:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:hover,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:hover {
  color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:hover,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:hover {
  color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:hover,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:hover,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:hover,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:hover {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:hover,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:hover {
  color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab > a {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  border-width: 0;
  border-style: solid;
  padding: 10px 25px;
  margin: 5px 0;
  position: relative;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab > a > span:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab > a > span:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab > a > span:after,
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab > a > span:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab .vc_tta-icon,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab .vc_tta-icon {
  vertical-align: baseline;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:first-child > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:first-child > a {
  margin-top: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab:last-child > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab:last-child > a {
  margin-bottom: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a {
  padding: 15px 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #000000;
  border-color: #e0e0e0;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a {
  color: #000000;
  border-color: #e0e0e0;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a,
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a {
  -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a:hover,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel .vc_tta-panel-title > a:hover,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel .vc_tta-panel-title > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #c93126;
  border-color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #c93126;
  border-color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-panel-body,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-panel-body {
  border-width: 0;
  border-style: solid;
  padding: 10px 0 25px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-list:after {
  right: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab > a {
  padding-left: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tab > a > span:after {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-left .vc_tta-tabs-container {
    padding-right: 20px;
  }
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-list:after {
  left: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab > a {
  padding-right: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tab > a > span:after {
  left: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-tabs-position-right .vc_tta-tabs-container {
  padding-left: 20px;
}
/* tour */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel {
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  border-color: #e0e0e0;
  margin-bottom: -1px;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel {
  -webkit-transition: margin-bottom 0.3s ease-in-out;
  transition: margin-bottom 0.3s ease-in-out;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel.vc_active {
  margin-bottom: 5px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel:last-child {
  margin-bottom: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel:last-child.vc_active {
  margin-bottom: 0;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-heading {
  border-width: 0;
  border-style: solid;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title {
  color: #000000;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title {
  color: #ffffff;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title {
  color: #ffffff;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title {
  color: #ffffff;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title > a {
  padding: 14px 20px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-title .vc_tta-icon {
  vertical-align: baseline;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon {
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
  width: 27px;
  height: 27px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon {
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon {
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon {
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon {
  -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  background-color: #000000;
  border-width: 0;
  border-style: solid;
  bottom: auto;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  background-color: #000000;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  background-color: #ffffff;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  background-color: #ffffff;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  background-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  background-color: #ffffff;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  width: 7px;
  height: 1px;
  top: 12px;
  left: 9px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:after {
  width: 1px;
  height: 7px;
  top: 9px;
  left: 12px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 10px;
  bottom: auto;
  right: auto;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #000000;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #ffffff;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #ffffff;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #ffffff;
}
html.csstransforms .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
html.csstransforms .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #000000;
  border-width: 5px;
  border-style: solid;
  margin: -2px 0 0 -5px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #000000;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #ffffff;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #ffffff;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #ffffff;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon-position-left > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion [data-vc-tta-controls-icon-position=left] > a {
  padding-left: 51px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion [data-vc-tta-controls-icon-position=left] .vc_tta-controls-icon {
  left: 12px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon-position-right > a,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion [data-vc-tta-controls-icon-position=right] > a {
  padding-right: 51px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon {
  right: 12px;
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-panel-title {
  color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-panel-title {
  color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-panel-title {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-panel-title {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-panel-title {
  color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-panel-title {
  color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  background-color: #ffffff;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  background-color: #ffffff;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  background-color: #101010;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  background-color: #101010;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=plus]:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #ffffff;
  top: 11px;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #ffffff;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #101010;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: #101010;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: rgba(0, 0, 0, 0.25);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  border-color: rgba(0, 0, 0, 0.25);
}
html.csstransforms .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before,
html.csstransforms .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #ffffff;
  margin-top: -7px;
}
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_default .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #ffffff;
}
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_footer .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #101010;
}
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_first .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: #101010;
}
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_second .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: rgba(0, 0, 0, 0.25);
}
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
.ccs_third .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  border-color: rgba(0, 0, 0, 0.25);
}
html.csstransforms .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before,
html.csstransforms .vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=triangle]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vc_general.vc_tta.vc_tta-style-cmsms.vc_tta-accordion .vc_tta-panel-body {
  border-width: 0;
  border-style: solid;
  padding: 13px 20px 30px;
}
/* tour */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.vc_toggle.vc_toggle_cmsms {
  margin-bottom: 25px;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_title {
  padding-left: 40px;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_title > h5 {
  line-height: 27px;
  display: inline-block;
  margin-bottom: 0;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_icon {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-top: -14px;
  position: absolute;
  left: 0;
  top: 50%;
}
.ccs_default .vc_toggle.vc_toggle_cmsms .vc_toggle_icon {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .vc_toggle.vc_toggle_cmsms .vc_toggle_icon {
  color: #ffffff;
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_toggle.vc_toggle_cmsms .vc_toggle_icon {
  color: #ffffff;
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .vc_toggle.vc_toggle_cmsms .vc_toggle_icon {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_toggle.vc_toggle_cmsms .vc_toggle_icon {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
html.csstransitions .vc_toggle.vc_toggle_cmsms .vc_toggle_icon {
  -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before,
.vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  content: '';
  background-color: #000000;
  display: block;
  position: absolute;
}
.ccs_default .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before,
.ccs_default .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  background-color: #000000;
}
.ccs_footer .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before,
.ccs_footer .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  background-color: #ffffff;
}
.ccs_first .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before,
.ccs_first .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  background-color: #ffffff;
}
.ccs_second .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before,
.ccs_second .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  background-color: #ffffff;
}
.ccs_third .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before,
.ccs_third .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  background-color: #ffffff;
}
html.csstransitions .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before,
html.csstransitions .vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  -webkit-transition: background-color .2s ease-in-out, opacity .2s ease-in-out;
  transition: background-color .2s ease-in-out, opacity .2s ease-in-out;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_icon:before {
  width: 7px;
  height: 1px;
  top: 12px;
  left: 9px;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_icon:after {
  width: 1px;
  height: 7px;
  top: 9px;
  left: 12px;
  opacity: 1;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_content {
  margin: 30px 0 35px;
}
.vc_toggle.vc_toggle_cmsms .vc_toggle_content p:last-child {
  margin-bottom: 0;
}
.vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_default .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon {
  color: #ffffff;
  background-color: #c93126;
  border-color: #c93126;
}
.ccs_footer .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-color: #ffffff;
}
.ccs_third .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:before,
.vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:after {
  background-color: #ffffff;
}
.ccs_default .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:before,
.ccs_default .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:after {
  background-color: #ffffff;
}
.ccs_footer .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:before,
.ccs_footer .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:after {
  background-color: #101010;
}
.ccs_first .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:before,
.ccs_first .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:after {
  background-color: #101010;
}
.ccs_second .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:before,
.ccs_second .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.ccs_third .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:before,
.ccs_third .vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.vc_toggle.vc_toggle_cmsms.vc_toggle_active .vc_toggle_icon:after {
  opacity: 0;
}
.vc_toggle .vc_toggle_title h5 {
  display: inline;
}
/* progress bar */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.vc_progress_bar.cmsms_progress_bar .vc_single_bar {
  background: none;
  height: 42px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vc_progress_bar.cmsms_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_bar {
  background-color: #c93126;
  height: 2px;
  width: 0;
  margin-top: 22px;
  top: auto;
  bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ccs_default .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_bar {
  background-color: #c93126;
}
.ccs_footer .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_bar {
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_bar {
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_bar {
  background-color: #ffffff;
}
.ccs_third .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_bar {
  background-color: rgba(255, 255, 255, 0.6);
}
html.csstransitions .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_bar {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
  width: 100%;
  padding: 0;
  margin-top: -34px;
  position: absolute;
  top: 0;
  left: 0;
}
.ccs_default .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label {
  color: #000000;
}
.ccs_footer .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label {
  color: #ffffff;
}
.ccs_first .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label {
  color: #ffffff;
}
.ccs_second .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label {
  color: #ffffff;
}
.ccs_third .vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label {
  color: #ffffff;
}
.vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label_text {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  animation: progress-text 2s ease-in-out;
}
.vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label_text.vc_label_icon {
  padding-left: 25px;
}
.vc_progress_bar.cmsms_progress_bar .vc_single_bar .vc_label_unit {
  position: absolute;
  top: 0;
  right: 0;
}
.vc_progress_bar.cmsms_progress_bar .vc_single_bar .cmsms_progress-bar-icon {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  width: 22px;
  height: 22px;
  padding-left: 1px;
  margin-top: -2px;
  position: absolute;
  top: 0;
  left: 0;
}
@-webkit-keyframes progress-text {
  from {
    margin-left: -300px;
  }
  to {
    margin-left: 0;
  }
}
@keyframes progress-text {
  from {
    margin-left: -300px;
  }
  to {
    margin-left: 0;
  }
}
/* pie chart */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.vc_pie_chart.cmsms_pie_chart .vc_pie_wrapper {
  overflow: hidden;
}
.vc_pie_chart.cmsms_pie_chart .vc_pie_chart_back {
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.vc_pie_chart.cmsms_pie_chart .vc_pie_chart_value {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #000000;
}
.ccs_default .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_value {
  color: #000000;
}
.ccs_footer .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_value {
  color: #ffffff;
}
.ccs_first .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_value {
  color: #ffffff;
}
.ccs_second .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_value {
  color: #ffffff;
}
.ccs_third .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_value {
  color: #ffffff;
}
.vc_pie_chart.cmsms_pie_chart .vc_pie_chart_units {
  color: #bcbcbc;
  font-size: 16px;
  margin: -3px 0 0 3px;
  position: absolute;
}
.ccs_default .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_units {
  color: #bcbcbc;
}
.ccs_footer .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_units {
  color: rgba(255, 255, 255, 0.5);
}
.ccs_first .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_units {
  color: #bcbcbc;
}
.ccs_second .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_units {
  color: #ffffff;
}
.ccs_third .vc_pie_chart.cmsms_pie_chart .vc_pie_chart_units {
  color: #ffffff;
}
.vc_pie_chart.cmsms_pie_chart .cmsms_pie-icon {
  color: #000000;
  font-size: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -48px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ccs_default .vc_pie_chart.cmsms_pie_chart .cmsms_pie-icon {
  color: #000000;
}
.ccs_footer .vc_pie_chart.cmsms_pie_chart .cmsms_pie-icon {
  color: #ffffff;
}
.ccs_first .vc_pie_chart.cmsms_pie_chart .cmsms_pie-icon {
  color: #ffffff;
}
.ccs_second .vc_pie_chart.cmsms_pie_chart .cmsms_pie-icon {
  color: #ffffff;
}
.ccs_third .vc_pie_chart.cmsms_pie_chart .cmsms_pie-icon {
  color: #ffffff;
}
.vc_pie_chart.cmsms_pie_chart.cmsms_pie_chart_icon .vc_pie_chart_value {
  margin-top: 26px;
}
.vc_pie_chart .wpb_pie_chart_heading {
  text-align: center;
  margin-top: 20px;
}
/* button */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.5
 */
.vc_general.vc_btn3.vc_btn3-style-cmsms {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #c93126;
  border-width: 0;
  border-style: solid;
  padding: 8px 24px;
  vertical-align: baseline;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.ccs_default .vc_general.vc_btn3.vc_btn3-style-cmsms {
  color: #ffffff;
  background-color: #c93126;
}
.ccs_footer .vc_general.vc_btn3.vc_btn3-style-cmsms {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.4);
}
.ccs_first .vc_general.vc_btn3.vc_btn3-style-cmsms {
  color: #101010;
  background-color: rgba(255, 255, 255, 0.1);
}
.ccs_second .vc_general.vc_btn3.vc_btn3-style-cmsms {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third .vc_general.vc_btn3.vc_btn3-style-cmsms {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.6);
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-left {
  padding-left: 48px;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-left.vc_btn3-block {
  padding-left: 24px;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-left.vc_btn3-block .vc_btn3-icon {
  vertical-align: top;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-left .vc_btn3-icon {
  text-align: left;
  left: 24px;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-right {
  padding-right: 48px;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-right.vc_btn3-block {
  padding-right: 24px;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-right.vc_btn3-block .vc_btn3-icon {
  vertical-align: top;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms.vc_btn3-icon-right .vc_btn3-icon {
  text-align: right;
  right: 24px;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms .vc_btn3-icon {
  font-size: 18px;
  line-height: 20px;
  height: 1em;
  margin: auto;
  top: -2px;
  bottom: 0;
  vertical-align: baseline;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.vc_general.vc_btn3.vc_btn3-style-cmsms:hover,
.vc_general.vc_btn3.vc_btn3-style-cmsms:focus {
  color: #ffffff;
  background-color: #000000;
  border-width: 0;
  border-style: solid;
}
.ccs_default .vc_general.vc_btn3.vc_btn3-style-cmsms:hover,
.ccs_default .vc_general.vc_btn3.vc_btn3-style-cmsms:focus {
  color: #ffffff;
  background-color: #000000;
}
.ccs_footer .vc_general.vc_btn3.vc_btn3-style-cmsms:hover,
.ccs_footer .vc_general.vc_btn3.vc_btn3-style-cmsms:focus {
  color: #101010;
  background-color: #ffffff;
}
.ccs_first .vc_general.vc_btn3.vc_btn3-style-cmsms:hover,
.ccs_first .vc_general.vc_btn3.vc_btn3-style-cmsms:focus {
  color: #101010;
  background-color: #ffffff;
}
.ccs_second .vc_general.vc_btn3.vc_btn3-style-cmsms:hover,
.ccs_second .vc_general.vc_btn3.vc_btn3-style-cmsms:focus {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third .vc_general.vc_btn3.vc_btn3-style-cmsms:hover,
.ccs_third .vc_general.vc_btn3.vc_btn3-style-cmsms:focus {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
/* call to action */
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.vc_general.vc_cta3.vc_cta3-style-cmsms {
  background-color: #fcfcfc;
  border-color: #e0e0e0;
  padding: 30px;
}
.ccs_default .vc_general.vc_cta3.vc_cta3-style-cmsms {
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_footer .vc_general.vc_cta3.vc_cta3-style-cmsms {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .vc_general.vc_cta3.vc_cta3-style-cmsms {
  background-color: #fcfcfc;
  border-color: #e0e0e0;
}
.ccs_second .vc_general.vc_cta3.vc_cta3-style-cmsms {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .vc_general.vc_cta3.vc_cta3-style-cmsms {
  background-color: #fcfcfc;
  border-color: rgba(0, 0, 0, 0.3);
}
.vc_general.vc_cta3.vc_cta3-style-cmsms .vc_cta3-content-header h2 {
  font-family: 'Adamina', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 25px;
}
.vc_general.vc_cta3.vc_cta3-style-cmsms.vc_cta3-actions-top .vc_cta3-content {
  margin-top: 30px;
}
.vc_general.vc_cta3.vc_cta3-style-cmsms.vc_cta3-actions-bottom .vc_cta3-content {
  margin-bottom: 30px;
}
.vc_general.vc_cta3.vc_cta3-style-cmsms.vc_cta3-align-center .vc_cta3-actions {
  text-align: center;
}
.vc_general.vc_cta3.vc_cta3-style-cmsms.vc_cta3-align-right .vc_cta3-actions {
  text-align: right;
}
.vc_general.vc_cta3.vc_cta3-style-cmsms.vc_cta3-align-left .vc_cta3-actions {
  text-align: left;
}
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Portfolio ******************/
.portfolio {
  position: relative;
}
.portfolio:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/***************** Grid Item Project ******************/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.cmsms_gitem.cmsms_gitem_project {
  position: relative;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img {
  position: relative;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img div,
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure {
  display: block;
  width: 100%;
  height: 100%;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure > div:empty {
  font-size: 40px;
  color: #bcbcbc;
  background-color: #fcfcfc;
}
.ccs_default .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure > div:empty {
  color: #bcbcbc;
  background-color: #fcfcfc;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure > div:empty {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.08);
}
.ccs_first .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure > div:empty {
  color: #bcbcbc;
  background-color: #fcfcfc;
}
.ccs_second .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure > div:empty {
  color: #ffffff;
  background-color: #ffffff;
}
.ccs_third .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure > div:empty {
  color: #ffffff;
  background-color: #fcfcfc;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_img figure > div:empty:before {
  content: '\eae8';
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover {
  background-color: rgba(201, 49, 38, 0.9);
}
.ccs_default .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover {
  background-color: rgba(201, 49, 38, 0.9);
}
.ccs_footer .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover {
  background-color: rgba(255, 255, 255, 0.9);
}
.ccs_first .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover {
  background-color: rgba(255, 255, 255, 0.9);
}
.ccs_second .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover {
  background-color: rgba(255, 255, 255, 0.9);
}
.ccs_third .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover {
  background-color: rgba(255, 255, 255, 0.9);
}
html.csstransitions .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links {
  padding: 20px 20px 0 0;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .cmsms_gitem_project_link {
  margin: 0;
  padding: 0;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner {
  width: 40px;
  height: 40px;
  border-width: 0;
  border-style: solid;
  color: #c93126;
  background-color: #ffffff;
}
.ccs_default .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner {
  color: #c93126;
  background-color: #ffffff;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner {
  color: rgba(255, 255, 255, 0.4);
  background-color: #101010;
}
.ccs_first .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner {
  color: rgba(255, 255, 255, 0.1);
  background-color: #101010;
}
.ccs_second .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
}
.ccs_third .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.25);
}
html.csstransitions .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner {
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner:hover {
  color: #ffffff;
  background-color: #000000;
}
.ccs_default .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner:hover {
  color: #ffffff;
  background-color: #000000;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner:hover {
  color: #101010;
  background-color: #ffffff;
}
.ccs_first .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner:hover {
  color: #101010;
  background-color: #ffffff;
}
.ccs_second .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.ccs_third .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_rollover .cmsms_gitem_project_links .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 16px !important;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_inner {
  position: relative;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info {
  padding: 12px 0 0;
  overflow: hidden;
  color: #c93126;
}
.ccs_default .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info {
  color: #c93126;
}
.ccs_footer .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info {
  color: #ffffff;
}
.ccs_third .cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info {
  color: rgba(255, 255, 255, 0.6);
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info,
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_info a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_title {
  padding: 18px 0 0;
  overflow: hidden;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_cont {
  padding: 15px 0 0;
  overflow: hidden;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_cont p {
  margin: 0;
  padding: 0;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_gitem_project_meta {
  padding: 23px 0 0;
  overflow: hidden;
}
.cmsms_gitem.cmsms_gitem_project .vc_cmsms_likes,
.cmsms_gitem.cmsms_gitem_project .vc_cmsms_comments {
  padding: 0 20px 0 0;
}
.cmsms_gitem.cmsms_gitem_project .cmsms_likes a:before,
.cmsms_gitem.cmsms_gitem_project .cmsms_comments a:before {
  font-size: 16px;
  left: 1px;
}
/***************** Single Project ******************/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
/***************** Project ******************/
.cmsms_open_project {
  position: relative;
  overflow: hidden;
}
.cmsms_open_project .preloader {
  padding-bottom: 60%;
}
.cmsms_open_project .preloader.highImg {
  height: auto;
  padding: 0;
}
.cmsms_open_project .cmsms_video_wrap,
.cmsms_open_project .resizable_block {
  padding-bottom: 60%;
}
.cmsms_open_project .cmsms_project_header {
  padding: 0 0 60px;
  text-align: center;
  overflow: hidden;
  clear: both;
}
.cmsms_open_project .cmsms_project_title {
  margin: 0;
  padding: 0;
}
.cmsms_open_project .cmsms_project_cont {
  width: 100%;
  padding: 0 0 30px;
}
.cmsms_open_project .cmsms_project_cont.cmsms_with_sidebar {
  width: 73%;
  padding-left: 0;
  padding-right: 34px;
  float: left;
}
@media only screen and (max-width: 991px) {
  .cmsms_open_project .cmsms_project_cont.cmsms_with_sidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    clear: both;
  }
}
.cmsms_open_project .cmsms_img_wrap,
.cmsms_open_project .cmsms_slick_slider,
.cmsms_open_project .cmsms_video_wrap,
.cmsms_open_project .cmsms_album {
  margin: 0 0 30px;
}
.cmsms_open_project .cmsms_project_content {
  position: relative;
}
.cmsms_open_project .cmsms_project_sidebar {
  width: 27%;
  padding: 0 0 30px 30px;
  position: relative;
  float: right;
}
@media only screen and (max-width: 991px) {
  .cmsms_open_project .cmsms_project_sidebar {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    clear: both;
  }
}
.cmsms_open_project .cmsms_project_details {
  padding: 0 0 45px;
  position: relative;
  overflow: hidden;
}
.cmsms_open_project .cmsms_project_details:last-child {
  padding: 0;
}
.cmsms_open_project .cmsms_project_details_title {
  margin: 0;
  padding: 0 0 20px;
}
.cmsms_open_project .cmsms_project_details_item {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e0e0e0;
}
.ccs_default .cmsms_open_project .cmsms_project_details_item {
  border-color: #e0e0e0;
}
.ccs_footer .cmsms_open_project .cmsms_project_details_item {
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .cmsms_open_project .cmsms_project_details_item {
  border-color: #e0e0e0;
}
.ccs_second .cmsms_open_project .cmsms_project_details_item {
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .cmsms_open_project .cmsms_project_details_item {
  border-color: rgba(0, 0, 0, 0.3);
}
.cmsms_open_project .cmsms_project_details_item:last-child {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.cmsms_open_project .cmsms_project_details_item_title {
  max-width: 50%;
  float: left;
  overflow: hidden;
  color: #000000;
}
.ccs_default .cmsms_open_project .cmsms_project_details_item_title {
  color: #000000;
}
.ccs_footer .cmsms_open_project .cmsms_project_details_item_title {
  color: #ffffff;
}
.ccs_first .cmsms_open_project .cmsms_project_details_item_title {
  color: #ffffff;
}
.ccs_second .cmsms_open_project .cmsms_project_details_item_title {
  color: #ffffff;
}
.ccs_third .cmsms_open_project .cmsms_project_details_item_title {
  color: #ffffff;
}
.cmsms_open_project .cmsms_project_details_item_desc {
  padding: 0 0 0 15px;
  word-wrap: break-word;
  text-align: right;
  overflow: hidden;
}
.cmsms_open_project .cmsms_project_likes a:before,
.cmsms_open_project .cmsms_project_comments a:before {
  font-size: 16px;
  top: -2px;
}
/***************** Portfolio Widgets ******************/
/**
 * @package 	WordPress
 * @subpackage 	De Jure
 * @version 	1.0.0
 */
.widget_custom_portfolio_projects_entries {
  position: relative;
}
.widget_custom_portfolio_projects_entries .preloader {
  padding-bottom: 60%;
}
.widget_custom_portfolio_projects_entries .preloader.highImg {
  height: auto;
  padding: 0;
}
.widget_custom_portfolio_projects_entries .cmsms_slider_project {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.widget_custom_portfolio_projects_entries .cmsms_slider_project_inner {
  position: relative;
  overflow: hidden;
}
.widget_custom_portfolio_projects_entries .cmsms_img_wrap {
  margin: 0 0 20px;
}
.widget_custom_portfolio_projects_entries .cmsms_slider_project_header {
  position: relative;
}
.widget_custom_portfolio_projects_entries .cmsms_slider_project_title {
  margin: 0;
  padding: 0;
}
.widget_custom_portfolio_projects_entries .cmsms_slider_project_cont_info {
  padding: 2px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_custom_portfolio_projects_entries .cmsms_slider_project_category {
  position: relative;
}
.widget_custom_portfolio_projects_entries .cmsms_slider_project_category,
.widget_custom_portfolio_projects_entries .cmsms_slider_project_category a {
  font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.widget_custom_portfolio_projects_entries .cmsms_slick_arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_default .widget_custom_portfolio_projects_entries .cmsms_slick_arrow {
  color: #000000;
  background-color: #ffffff;
  border-color: #e0e0e0;
}
.ccs_footer .widget_custom_portfolio_projects_entries .cmsms_slick_arrow {
  color: #ffffff;
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.1);
}
.ccs_first .widget_custom_portfolio_projects_entries .cmsms_slick_arrow {
  color: #ffffff;
  background-color: #101010;
  border-color: #e0e0e0;
}
.ccs_second .widget_custom_portfolio_projects_entries .cmsms_slick_arrow {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.ccs_third .widget_custom_portfolio_projects_entries .cmsms_slick_arrow {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.3);
}
.widget_custom_portfolio_projects_entries .cmsms_slick_arrow:hover {
  color: #c93126;
}
.ccs_default .widget_custom_portfolio_projects_entries .cmsms_slick_arrow:hover {
  color: #c93126;
}
.ccs_footer .widget_custom_portfolio_projects_entries .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.4);
}
.ccs_first .widget_custom_portfolio_projects_entries .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.1);
}
.ccs_second .widget_custom_portfolio_projects_entries .cmsms_slick_arrow:hover {
  color: #ffffff;
}
.ccs_third .widget_custom_portfolio_projects_entries .cmsms_slick_arrow:hover {
  color: rgba(255, 255, 255, 0.6);
}
.widget_custom_portfolio_projects_entries .cmsms_slick_arrow.cmsms_slick_prev_arrow {
  border-right-width: 0;
  border-right-style: solid;
}
.widget_custom_portfolio_projects_entries .cmsms_slick_arrow.cmsms_slick_next_arrow {
  left: 30px;
  border-left-width: 0;
  border-left-style: solid;
}
