.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.awp-close-icon {
display: block;
width: 24px;
height: 24px;
position: relative;
}
.awp-close-icon:before,
.awp-close-icon:after {
content: '';
display: block;
width: 100%;
height: 2px;
background-color: #fff;
position: absolute;
top: 14px;
}
.awp-close-icon:before {
transform: rotate(45deg);
}
.awp-close-icon:after {
transform: rotate(-45deg);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} #acwp-toolbar * {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
} .acwp-hide {
display: none;
} #acwp-toolbar-btn-wrap {
border: 1.5px solid #1E7AB9;
z-index: 9500;
position: fixed;
margin-top: -100vh; border-radius: 50%;
-webkit-transition: all 1200ms ease;
-moz-transition: all 1200ms ease;
-ms-transition: all 1200ms ease;
-o-transition: all 1200ms ease;
transition: all 1200ms ease;
}
#acwp-toolbar-btn {
margin:  0;
padding: 0;
cursor:  pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
width: 48px;
height: 48px;
background: #1E7AB9;
text-align: center;
color: #fff;
border: 4px solid #fff;
border-radius:50%;
-webkit-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
-moz-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
-ms-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
-o-box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
box-shadow: 6px 8px 16px rgba(0,0,0,0.2);
}
#acwp-toolbar-btn.acwp-noanimation {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
} #acwp-toolbar-btn:hover, 
#acwp-toolbar-btn:focus {
border-color: orangered;
} #acwp-toolbar-btn-wrap.show {
margin-top: 0;
} body.acwp-contrast #acwp-toolbar-btn svg,
#acwp-toolbar-btn svg {
height: auto;
display: inline-block;
width: 36px;
top: 2px;
position: relative;
background-color: transparent;
} #acwp-toolbar-btn-wrap.acwp-right {
left: auto;
right: 10px
} #acwp-close-toolbar {
margin: 0;
padding: 0;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
position: absolute;
top: 10px;
right: 10px;
outline: none;
color: #fff;
z-index: 250;
}
#acwp-toolbar-module > #acwp-close-toolbar{
color: #000;
top: 0;
right: 0;
} body.acwp-keyboard #acwp-close-toolbar:focus{
border: 1px solid orangered;
} body.rtl #acwp-close-toolbar{
right: auto;
left: 10px
}
body.rtl #acwp-toolbar-module > #acwp-close-toolbar{
color: #000;
right: auto;
left: 0;
} .acwp-footer {
border-top:1px solid #efefef
} .acwp-footer a {
color: #3c8dbc;
text-decoration: none;
} .acwp-footer a:hover, .acwp-footer a:focus {
color: #3c8dbc;
text-decoration: underline;
} .acwp-footer ul {
list-style: none;
padding: 0;
margin: 0;
} body.acwp-contrast #acwp-toolbar.acwp-style-columns .acwp-footer ul {
background-color: #ccc;
} .acwp-footer ul li {
margin: 0;
padding: 8px 20px;
line-height: 18px;
font-size: 15px;
border-bottom: 1px solid #efefef;
}
.acwp-footer ul li a {
color: #333;
}
.acwp-footer ul li a:hover,
.acwp-footer ul li a:focus {
text-decoration: underline;
color: #333;
} .acwp-footer ul li:last-child {
padding-bottom:0;
border:0;
background:#efefef;
text-align:center;
font-size:13px
}
.acwp-footer ul li:last-child i.material-icons{
line-height:18px;
font-size:13px;
position:relative;
top:2px
} #acwp-toolbar.acwp-style-columns .acwp-footer ul li {
text-align: center;
padding: 4px 12px;
border-radius: 5px;
} #acwp-toolbar.acwp-style-default .acwp-toggler {
border-bottom:1px solid rgba(36,36,36,0.1)
}
.acwp-toggler:last-child{
border-bottom:0
}
.acwp-toggler.acwp-toggler-decfont{
border-bottom:1px solid rgba(36,36,36,0.1)
}
#acwp-toolbar.acwp-style-columns .acwp-toggler label{
display: block;
text-align: center;
padding: 18px 12px;
font-size: 15px;
background: white;
margin: 2px;
cursor: pointer;
border-radius: 5px;
border: 2px solid white;
}
.acwp-toggler label > * {
pointer-events: none;
}
#acwp-toolbar.acwp-style-default .acwp-toggler label{
display:flex;
width:100%;
margin:0;
cursor:pointer;
background:white;
padding: 8px 16px;
font-weight:400;
font-size:1em;
outline:none;
align-items: center;
}
.acwp-toggler label:hover, 
.acwp-toggler label:focus {
outline: none;
background: whitesmoke;
}
#acwp-toolbar.acwp-style-default .acwp-toggler label > i.material-icons,
#acwp-toolbar.acwp-style-default .acwp-toggler label > span{
display:inline-block;
line-height:34px;
color: #333;
}
#acwp-toolbar.acwp-style-columns .acwp-toggler label > i.material-icons,
#acwp-toolbar.acwp-style-columns .acwp-toggler label > span{
display:block;
float: none;
margin: 0;
}
.acwp-toggler label > span{
flex-grow: 1;
}
.acwp-toggler label > i.material-icons{
float:left;
margin-right:8px
}
body.rtl .acwp-toggler label > i.material-icons{
float:right;
margin-right:auto;
margin-left:8px
}
.acwp-toggler label input{
display:none
}
.acwp-switcher{
position:relative;
display:inline-block;
height:34px;
width:60px;
float:right
}
body.rtl .acwp-switcher{
float:left
}
.acwp-switch{
background-color:rgba(36,36,36,0.22);
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
border-radius:500px;
cursor:pointer;
transition-property:background-color;
transition-duration:.2s;
box-shadow:inset 0 0 2px rgba(36,36,36,0.07)
}
.acwp-switch:before{
content:'';
background-color:#fff;
position:absolute;
width:30px;
height:30px;
left:2px;
bottom:2px;
border-radius:50%;
transition-property:transform, box-shadow;
transition-duration:.2s;
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
-ms-transform:translateX(0px);
-o-transform:translateX(0px);
transform:translateX(0px)
}
body.rtl .acwp-switch:before{
-webkit-transform:translateX(26px);
-moz-transform:translateX(26px);
-ms-transform:translateX(26px);
-o-transform:translateX(26px);
transform:translateX(26px)
}
input:checked+.acwp-switch{
background-color:#3c8dbc !important
}
input:checked+.acwp-switch:before{
-webkit-transform:translateX(26px);
-moz-transform:translateX(26px);
-ms-transform:translateX(26px);
-o-transform:translateX(26px);
transform:translateX(26px)
}
body.rtl input:checked+.acwp-switch:before{
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
-ms-transform:translateX(0px);
-o-transform:translateX(0px);
transform:translateX(0px)
}
.acwp-toolbar{
display:none;
position:fixed;
z-index:99999;
outline:none;
-webkit-transition: all 1200ms ease;
-moz-transition: all 1200ms ease;
-ms-transition: all 1200ms ease;
-o-transition: all 1200ms ease;
transition: all 1200ms ease;
}
.acwp-toolbar.acwp-noanimation {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.acwp-toolbar:focus{
outline:none
}
.acwp-toolbar.acwp-toolbar-active{
display:block
} #acwp-toolbar-module{
position:relative;
background-color:white;
width:380px;
border:8px solid #efefef;
-webkit-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
-moz-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
-ms-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
-o-box-shadow:0 2px 12px 1px rgba(36,36,36,0.33);
box-shadow:0 2px 12px 1px rgba(36,36,36,0.33)
}
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label,
body.acwp-contrast #acwp-toolbar-module {
background-color: black;
border-color: #ccc;
}
body.acwp-contrast #acwp-toolbar .acwp-heading,
body.acwp-contrast #acwp-toolbar .acwp-heading p.acwp-title {
background-color: #333;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .acwp-switch {
background-color: #666;
}
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label > i.material-icons, 
body.acwp-contrast #acwp-toolbar.acwp-style-default .acwp-toggler label > span {
color: #fff;
}
#acwp-toolbar.acwp-style-columns #acwp-toolbar-module {
background-color: #efefef;
border-radius: 5px;
overflow: hidden;
}
body.acwp-contrast #acwp-toolbar.acwp-style-columns #acwp-toolbar-module {
background-color: #ccc;
}
.incresed #acwp-toolbar-module{
width:616px
}
.acwp-heading{
background: #1E7AB9;
padding: 8px 16px;
}
p.acwp-title {
color: #fff;
}
#acwp-toolbar.acwp-style-columns .acwp-heading {
border-radius: 5px;
}
.acwp-heading p.acwp-title {
margin:0;
padding:0;
font-size:32px
}
.acwp-heading p{
margin:0
}
body.acwp-keyboard #acwp-toolbar.acwp-style-columns .acwp-toggler-keyboard label,
body.acwp-decfont #acwp-toolbar.acwp-style-columns .acwp-toggler-decfont label,
body.acwp-incfont #acwp-toolbar.acwp-style-columns .acwp-toggler-incfont label,
body.acwp-animations #acwp-toolbar.acwp-style-columns .acwp-toggler-animations label,
body.acwp-contrast #acwp-toolbar.acwp-style-columns .acwp-toggler-contrast label,
body.acwp-readable #acwp-toolbar.acwp-style-columns .acwp-toggler-readable label,
body.acwp-marktitles #acwp-toolbar.acwp-style-columns .acwp-toggler-marktitles label,
body.acwp-underline #acwp-toolbar.acwp-style-columns .acwp-toggler-underline label {
border:2px solid #333;
box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
-webkit-box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
-moz-box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
-ms-box-shadow: inset 4px 8px 24px rgba(36, 36, 36, .25);
}
body.acwp-animations *{
-webkit-transition:none !important;
-moz-transition:none !important;
-o-transition:none !important;
transition:none !important;
-webkit-animation:none !important;
-o-animation:none !important;
animation:none !important
}
body.acwp-underline:not(.acwp-underline-hardcss) #acwp-close-toolbar,
body.acwp-underline:not(.acwp-underline-hardcss) a,
body.acwp-underline:not(.acwp-underline-hardcss) button{
text-decoration:underline;
background: #FFE901;
color: #000;
-webkit-box-shadow: 0 0 0 2px #FFE901;
-moz-box-shadow: 0 0 0 2px #FFE901;
-ms-box-shadow: 0 0 0 2px #FFE901;
box-shadow: 0 0 0 2px #FFE901;
}
body.acwp-underline.acwp-underline-hardcss a,
body.acwp-underline.acwp-underline-hardcss button {
text-decoration:underline !important;
background: #FFE901 !important;
color: #000 !important;
-webkit-box-shadow: 0 0 0 2px #FFE901 !important;
-moz-box-shadow: 0 0 0 2px #FFE901 !important;
-ms-box-shadow: 0 0 0 2px #FFE901 !important;
box-shadow: 0 0 0 2px #FFE901 !important;
}
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar .acwp-heading,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) #acwp-toolbar p.acwp-title,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h1,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h2,
body.acwp-marktitles:not(.acwp-titles-hardcss):not(.acwp-titles-custom) h3 {
background-color:yellow;
color:black
}
body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h1,
body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h2,
body.acwp-marktitles.acwp-titles-hardcss:not(.acwp-titles-custom) h3{
background-color:yellow !important;
color:black !important
}
body.acwp-marklinks:not(.acwp-links-hardcss):not(.acwp-links-custom) a,body.acwp-marklinks:not(.acwp-links-hardcss):not(.acwp-links-custom) button{
background-color:yellow;
color:black
}
body.acwp-marklinks.acwp-links-hardcss:not(.acwp-links-custom) a,body.acwp-marklinks.acwp-links-hardcss:not(.acwp-links-custom) button{
background-color:yellow !important;
color:black !important
}
body.acwp-contrast:not(.acwp-contrast-hardcss):not(.acwp-contrast-js):not(.acwp-contrast-bgimages) *{
background-image:none
}
body.acwp-contrast.acwp-contrast-hardcss:not(.acwp-contrast-js):not(.acwp-contrast-bgimages) *{
background-image:none !important
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js){
background-color:black;
color:white
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler label,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) *,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #footer,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #site-footer,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #header,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #site-header,
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .singular .featured-media::before{
background-color:black;
color:white
}
body.acwp-contrast #acwp-toolbar.acwp-style-columns .acwp-toggler label {
border-color: black;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-togglers > .acwp-toggler {
background-color: #ccc;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler label > i.material-icons, 
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler label > span {
color: yellow;
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) a,body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button,body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) label{
color:yellow
}
body.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) .material-icons{
background:none
}
body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) *{
background-color:black !important;
color:white !important
}
body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) a,body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) button,body.acwp-contrast-hardcss.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-js) label{
color:yellow !important
}
body.acwp-monochrome,body.acwp-monochrome *{
filter:grayscale(100%)
}
body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-tahoma),body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-tahoma) *:not(.fa):not(.material-icons){
font-family:'Arial', sans-serif
}
body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-tahoma),body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-tahoma) *:not(.fa):not(.material-icons){
font-family:'Arial', sans-serif !important
}
body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-arial),body.acwp-readable:not(.acwp-readable-hardcss):not(.acwp-readable-custom):not(.acwp-readable-arial) *:not(.fa):not(.material-icons){
font-family:'Tahoma', sans-serif
}
body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-arial),body.acwp-readable-hardcss.acwp-readable:not(.acwp-readable-custom):not(.acwp-readable-arial) *:not(.fa):not(.material-icons){
font-family:'Tahoma', sans-serif !important
}
#acwp-toolbar.acwp-style-columns .acwp-togglers {
display: flex;
flex-wrap: wrap;
margin: 6px -2px;
}
#acwp-toolbar.acwp-style-columns .acwp-togglers > .acwp-toggler {
flex-grow: 1;
width: 50%;
}
body.acwp-keyboard.acwp-decfont #acwp-toolbar.acwp-style-columns .acwp-toggler-decfont label:focus,
body.acwp-keyboard.acwp-contrast.acwp-decfont:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) #acwp-toolbar.acwp-style-columns .acwp-toggler-decfont label:focus,
body.acwp-keyboard.acwp-incfont #acwp-toolbar.acwp-style-columns .acwp-toggler-incfont label:focus,
body.acwp-keyboard.acwp-contrast.acwp-incfont:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js)  #acwp-toolbar.acwp-style-columns .acwp-toggler-incfont label:focus,
body.acwp-keyboard a:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) a:not([disabled]):focus,
body.acwp-keyboard button:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]):focus,
body.acwp-keyboard input[type=text]:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) input[type=text]:not([disabled]):focus,
body.acwp-keyboard input[type=search]:not([disabled]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) input[type=search]:not([disabled]):focus,
body.acwp-keyboard [tabindex]:not([disabled]):not([tabindex="-1"]):focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) [tabindex]:not([disabled]):not([tabindex="-1"]):focus,
body.acwp-keyboard #acwp-toolbar.acwp-style-columns .acwp-toggler label:focus,
body.acwp-keyboard.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler label:focus,
body.acwp-contrast.acwp-keyboard:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-keyboard label:focus,
body.acwp-keyboard #acwp-toolbar.acwp-style-columns .acwp-toggler-keyboard label:focus,
body.acwp-keyboard.acwp-marktitles #acwp-toolbar.acwp-style-columns .acwp-toggler-marktitles label:focus,
body.acwp-keyboard.acwp-contrast.acwp-marktitles:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-marktitles label:focus,
body.acwp-keyboard.acwp-underline #acwp-toolbar.acwp-style-columns .acwp-toggler-underline label:focus,
body.acwp-keyboard.acwp-contrast.acwp-underline:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-underline label:focus,
body.acwp-keyboard.acwp-readable #acwp-toolbar.acwp-style-columns .acwp-toggler-readable label:focus,
body.acwp-keyboard.acwp-contrast.acwp-readable:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-readable label:focus,
body.acwp-keyboard.acwp-contrast:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js)  #acwp-toolbar.acwp-style-columns .acwp-toggler-contrast label:focus,
body.acwp-keyboard.acwp-animations #acwp-toolbar.acwp-style-columns .acwp-toggler-animations label:focus,
body.acwp-keyboard.acwp-contrast.acwp-animations:not(.acwp-contrast-custom):not(.acwp-contrast-hardcss):not(.acwp-contrast-js) button:not([disabled]) #acwp-toolbar.acwp-style-columns .acwp-toggler-animations label:focus
{
outline:none;
border:2px solid orangered
}
@media (max-height: 867px){
.acwp-toggler label>i.material-icons,.acwp-toggler label>span{
line-height:24px
}
.acwp-switcher{
height:24px;
width:50px
}
.acwp-switch::before{
width:20px;
height:20px
}
}
@media (max-height: 768px){
.acwp-heading{
padding: 8px 16px;
}
.acwp-heading p.acwp-title {
font-size:24px
}
}
@media (max-height: 600px){
.acwp-heading{
padding:6px 16px
}
.acwp-togglers h2{
font-size:1em
}
#acwp-toolbar-module{
border-width:4px
}
.acwp-footer ul li:last-child{
padding-top:0
}
}
@media (max-height: 558px){
.acwp-footer a {
font-size: 14px
}
#acwp-toolbar .acwp-toggler label>i.material-icons,
#acwp-toolbar.acwp-style-default .acwp-toggler label>i.material-icons,
#acwp-toolbar .acwp-toggler label>span,
#acwp-toolbar.acwp-style-default .acwp-toggler label>span{
font-size: 14px;
line-height:20px
}
.acwp-switcher{
height:20px;
width:46px
}
.acwp-footer ul li{
padding:2px 20px
}
.acwp-switch::before{
width:16px;
height:16px
}
.acwp-togglers h2{
line-height:1
}
.acwp-heading p.acwp-title {
font-size:18px
}
}
@media (max-height: 481px){
#acwp-close-toolbar{
top:4px;
right:4px
}
}
@media (max-height: 468px){
.acwp-togglers h2{
display:none
}
.acwp-heading{
padding: 4px 16px
}
.acwp-footer ul li{
padding:0 20px
}
.acwp-heading p.acwp-title{
font-size:16px
}
#acwp-close-toolbar{
top:0px;
right:0px
}
}
@media (max-height: 386px){
.acwp-heading p.acwp-title{
font-size:14px
}
.acwp-toggler label>i.material-icons,.acwp-toggler label>span{
font-size:12px;
line-height:18px
}
.acwp-switcher{
height:18px;
width:44px
}
.acwp-switch::before{
width:14px;
height:14px
}
}
@media (max-width: 768px) {
.incresed #acwp-toolbar-module {
width: 548px;
}
}
@media (max-width: 600px) {
.incresed #acwp-toolbar-module {
width: 420px;
}
}
@media (max-width: 481px) {
.incresed #acwp-toolbar-module {
width: 396px;
}
}
@media (max-width: 400px){
#acwp-toolbar-module{
width:320px
}
.incresed #acwp-toolbar-module {
width: 100%;
}
}
@media (max-width: 321px){
#acwp-toolbar-module{
width:300px
}
}#acwp-skiplinks > ul {
list-style: none;
margin: 0;
padding: 0;
}
#acwp-skiplinks > ul > li {
margin: 0;
padding: 0;
}
#acwp-skiplinks > ul > li > a {
position: absolute;
z-index: 99999;
top: -100vh;
left: 20px;
padding: 10px 38px;
background-color: #3c8dbc;
color: #fff;
font-size: 24px;
border-radius: 16px;
text-decoration: none;
}
#acwp-skiplinks > ul > li > a:focus {
top: 50px;
}
#acwp-skiplinks.acwp-skiplinks-animated > ul > li > a {
transition: top 0.6s ease;
-webkit-transition: top 0.6s ease;
-moz-transition: top 0.6s ease;
-ms-transition: top 0.6s ease;
}
#acwp-skiplinks.acwp-skiplinks-shadows > ul > li > a {
text-shadow: 2px 4px 2px rgb(0 0 0 / 20%);
-ms-text-shadow: 2px 4px 2px rgb(0 0 0 / 20%);
-moz-text-shadow: 2px 4px 2px rgb(0 0 0 / 20%);
-webkit-text-shadow: 2px 4px 2px rgb(0 0 0 / 20%);
box-shadow: 4px 8px 16px rgb(0 0 0 / 20%);
-webkit-box-shadow: 4px 8px 16px rgb(0 0 0 / 20%);
-moz-box-shadow: 4px 8px 16px rgb(0 0 0 / 20%);
-ms-box-shadow: 4px 8px 16px rgb(0 0 0 / 20%);
}
body.rtl #acwp-skiplinks > ul > li > a,
#acwp-skiplinks.acwp-skiplinks-turnsides > ul > li > a {
right: 20px;
left: auto;
}
body.rtl #acwp-skiplinks.acwp-skiplinks-turnsides > ul > li > a {
right: auto;
left: 20px;
}@font-face{
font-family:'fontawesome';
src:url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/fontawesome-webfont.eot?v=4.3.0);
src:url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),
url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),
url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),
url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),
url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight:normal;
font-style:normal;
}@font-face { font-family:'ctsc-icons'; font-weight:normal; font-style:normal;
src:url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/social.eot); 
src:url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/social.eot#iefix) format('embedded-opentype'),
url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/social.woff) format('woff'),
url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/social.ttf) format('truetype'),
url(//ihrname.bettensteuer.de/wp-content/plugins/cpo-companion/assets/fonts/social.svg#social) format('svg'); }
[class^="ctwg-icon-"]:before, [class*=" ctwg-icon-"]:before { font-family:"ctsc-icons"; font-style:normal; font-weight:normal; speak:none; display:inline-block; text-decoration:inherit; width:1em; margin-right:.2em; text-align:center; font-variant:normal; text-transform:none; line-height:1em; margin-left:.2em; }
[class^="ctsc-icon-"]:before, [class*=" ctsc-icon-"]:before { font-family:"ctsc-icons"; font-style:normal; font-weight:normal; speak:none; display:inline-block; text-decoration:inherit; width:1em; margin-right:.2em; text-align:center; font-variant:normal; text-transform:none; line-height:1em; margin-left:.2em; } .ctwg-recent { }
.ctwg-recent-item { overflow:hidden; padding:0; margin:0 0 20px; }
.ctwg-recent-item .ctwg-recent-image { display:block; width:50px; float:left; }
.ctwg-recent-item .ctwg-recent-image img { display:block; width:50px; height:auto; margin:0; padding:0; border-radius:2px; }
.ctwg-recent-item .ctwg-recent-body { margin:0; }
.ctwg-has-thumbnail .ctwg-recent-body { margin:0 0 0 65px; }
.ctwg-recent-item .ctwg-recent-title { margin:0; padding:0; }
.ctwg-recent-item .ctwg-recent-meta { font-size:0.8em; margin:0; } .ctwg-social { overflow:hidden; }
.ctwg-social-link { display:block; float:left; margin:0 8px 8px 0; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.ctwg-social .ctwg-social-icon { font-family:'ctsc-icons'; display:block; width:40px; height:40px; line-height:40px; color:#fff; background:#ddd; font-size:18px; border-radius:3px; text-align:center; }
.ctwg-social-link:hover { opacity:0.8;text-decoration:none; }
.ctwg-social .ctwg-social-icon:hover { text-decoration:none; } .ctwg-social-rss .ctwg-social-icon { background:#fe9900; }
.ctwg-social-facebook .ctwg-social-icon { background:#4862a3; }
.ctwg-social-twitter .ctwg-social-icon { background:#00acee; }
.ctwg-social-gplus .ctwg-social-icon { background:#dd4b39; }
.ctwg-social-tumblr .ctwg-social-icon { background:#2c4762; }
.ctwg-social-youtube .ctwg-social-icon { background:#dc2725; }
.ctwg-social-pinterest .ctwg-social-icon { background:#ce2125; }
.ctwg-social-instagram .ctwg-social-icon { background:#517FA4; }
.ctwg-social-dribbble .ctwg-social-icon { background:#ed6297; }
.ctwg-social-linkedin .ctwg-social-icon { background:#1a85bc; }
.ctwg-social-skype .ctwg-social-icon { background:#00aff0; } .ctwg-social-rss .ctwg-social-icon:before { content:'\e809'; } 
.ctwg-social-facebook .ctwg-social-icon:before { content:'\e800'; }
.ctwg-social-twitter .ctwg-social-icon:before { content:'\e802'; }
.ctwg-social-gplus .ctwg-social-icon:before { content:'\e801'; }
.ctwg-social-tumblr .ctwg-social-icon:before { content:'\e808'; }
.ctwg-social-youtube .ctwg-social-icon:before { content:'\e806'; }
.ctwg-social-pinterest .ctwg-social-icon:before { content:'\e803'; }
.ctwg-social-instagram .ctwg-social-icon:before { content:'\e804'; }
.ctwg-social-dribbble .ctwg-social-icon:before { content:'\e80a'; }
.ctwg-social-linkedin .ctwg-social-icon:before { content:'\e805'; }
.ctwg-social-skype .ctwg-social-icon:before { content:'\e807'; } .ctwg-subscribers {}
.ctwg-subscribers .subscriber-item { display:block; margin:0 0 20px; float:left; width:50%; }
.ctwg-subscribers .subscriber-item .icon { display:block; float:left; font-size:40px; width:40px; height:40px; line-height:40px; margin-right:10px; text-align:center; }
.ctwg-subscribers .subscriber-item .icon-facebook-sign { color:#3b5998; }
.ctwg-subscribers .subscriber-item .icon-twitter-sign { color:#00acee; }
.ctwg-subscribers .subscriber-item .value { display:block; margin:0 0 5px 50px; line-height:1; font-size:26px; }
.ctwg-subscribers .subscriber-item .description { display:block; margin:0 0 0 50px; line-height:1; font-weight:0.9em; } .ctwg-flickr { overflow:hidden; }
.ctwg-flickr img { float:left; margin:0 12px 12px 0; width:50px; height:50px; border-radius:2px; } .ctwg-instagram { overflow:hidden; }
.ctwg-instagram img { float:left; margin:0 12px 12px 0; width:50px; height:50px; border-radius:2px; } .ctwg-advert img { display:block; line-height:0; border-radius:2px; } .ctwg-tweets { margin:0 0 10px; }
.ctwg-tweets .ctwg-tweet  { position:relative; list-style:none; background:none; margin:0 0 15px 0; padding:0; font-size:0.9em; }
.ctwg-tweets .ctwg-tweet .tweet-content { margin:0; }
.ctwg-tweets .ctwg-tweet .tweet-date { display:block; } .ctwg-author { margin:0 0 10px; }
.ctwg-author .ctwg-author-image { margin:0 0 20px; }
.ctwg-author .ctwg-author-image img  { margin:0 auto; padding:0; border-radius:200px; display:block; height:auto; }
.ctwg-author .ctwg-author-name { margin:0 0 10px; font-size:20px; line-height:1.2; text-align:center; }
.ctwg-author .ctwg-author-description { font-size:14px; text-align:center; margin:0 0 20px; }
.ctwg-author .ctwg-author-content { margin:20px 0 s0; }   .ctsc-column { display:block; float:left; margin-right:5%; }
.ctsc-col1 { width:100%; }
.ctsc-col2 { width:47.5%; }
.ctsc-col3 { width:30%; }
.ctsc-col3x2 { width:65%; }
.ctsc-col4 { width:21.25%; }
.ctsc-col4x2 { width:47.5%; }
.ctsc-col4x3 { width:73.5%; }
.ctsc-col5 { width:16%; }
.ctsc-col5x2 { width:37%; }
.ctsc-col5x3 { width:58%; }
.ctsc-col5x4 { width:79%; }
.ctsc-col6 { width:12.5%; }
.ctsc-col6x2 { width:30%; }
.ctsc-col6x3 { width:47.5%; }
.ctsc-col6x4 { width:65%; }
.ctsc-col6x5 { width:82.5%; }
.ctsc-col-last { margin-right:0; }
.ctsc-clear { display:block; clear:both; width:100%; } .ctsc-column-wide { display:block; float:left; margin-right:8%; }
.ctsc-column-wide.ctsc-col2 { width:46%; }
.ctsc-column-wide.ctsc-col3 { width:28%; }
.ctsc-column-wide.ctsc-col3x2 { width:64%; }
.ctsc-column-wide.ctsc-col4 { width:19%; }
.ctsc-column-wide.ctsc-col4x2 { width:46%; }
.ctsc-column-wide.ctsc-col4x3 { width:73%; }
.ctsc-column-wide.ctsc-col5 { width:13.6%; }
.ctsc-column-wide.ctsc-col5x2 { width:35.2%; }
.ctsc-column-wide.ctsc-col5x3 { width:56.8%; }
.ctsc-column-wide.ctsc-col5x4 { width:78.4%; }
.ctsc-column-wide.ctsc-col6 { width:10%; }
.ctsc-column-wide.ctsc-col6x2 { width:28%; }
.ctsc-column-wide.ctsc-col6x3 { width:46%; }
.ctsc-column-wide.ctsc-col6x4 { width:64%; }
.ctsc-column-wide.ctsc-col6x5 { width:82%; }
.ctsc-column-wide.ctsc-col-last { margin-right:0; } .ctsc-column-narrow { display:block; float:left; margin-right:2%; }
.ctsc-column-narrow.ctsc-col2 { width:49%; }
.ctsc-column-narrow.ctsc-col3 { width:32%; }
.ctsc-column-narrow.ctsc-col3x2 { width:66%; }
.ctsc-column-narrow.ctsc-col4 { width:23.5%; }
.ctsc-column-narrow.ctsc-col4x2 { width:49%; }
.ctsc-column-narrow.ctsc-col4x3 { width:74.5%; }
.ctsc-column-narrow.ctsc-col5 { width:18.4%; }
.ctsc-column-narrow.ctsc-col5x2 { width:38.8%; }
.ctsc-column-narrow.ctsc-col5x3 { width:60%; }
.ctsc-column-narrow.ctsc-col5x4 { width:80%; }
.ctsc-column-narrow.ctsc-col6 { width:15%; }
.ctsc-column-narrow.ctsc-col6x2 { width:32%; }
.ctsc-column-narrow.ctsc-col6x3 { width:49%; }
.ctsc-column-narrow.ctsc-col6x4 { width:66%; }
.ctsc-column-narrow.ctsc-col6x5 { width:83%; }
.ctsc-column-narrow.ctsc-col7 { width:12.57142%; }
.ctsc-column-narrow.ctsc-col-last { margin-right:0; } .ctsc-column-fit { display:block; float:left; margin-right:0; }
.ctsc-column-fit.ctsc-col2 { width:50%; }
.ctsc-column-fit.ctsc-col3 { width:33.3333%; }
.ctsc-column-fit.ctsc-col3x2 { width:66.6666%; }
.ctsc-column-fit.ctsc-col4 { width:25%; }
.ctsc-column-fit.ctsc-col4x2 { width:50%; }
.ctsc-column-fit.ctsc-col4x3 { width:75%; }
.ctsc-column-fit.ctsc-col5 { width:20%; }
.ctsc-column-fit.ctsc-col5x2 { width:40%; }
.ctsc-column-fit.ctsc-col5x3 { width:60%; }
.ctsc-column-fit.ctsc-col5x4 { width:80%; }
.ctsc-column-fit.ctsc-col6 { width:16.66666%; }
.ctsc-column-fit.ctsc-col6x2 { width:33.3333%%; }
.ctsc-column-fit.ctsc-col6x3 { width:50%; }
.ctsc-column-fit.ctsc-col6x4 { width:66.666666%; }
.ctsc-column-fit.ctsc-col6x5 { width:83.333333%; }
.ctsc-column-fit.ctsc-col7 { width:14.2857%; } .ctsc-spacer { width:100%; clear:both; padding:0; margin:0; height:30px; } .ctsc-section { position:relative; padding:40px 600px 20px; width:100%; margin:0 0 40px -600px; }
.ctsc-section:last-child { margin-bottom:0; border-bottom:none; }
.ctsc-section-content { position:relative; }
.ctsc-section + .ctsc-section { margin-top:-40px; border-top:none; }  .ctsc-section-heading {  margin-bottom:0; padding:20px 0 50px; }
.ctsc-section .ctsc-section-title { text-align:center; margin:0; }
.ctsc-dark .ctsc-section-heading .ctsc-section-title { color:#fff; }
.ctsc-section .ctsc-section-subtitle { display:block; text-align:center; margin-top:10px; font-size:1.3em; opacity:0.8; } .ctsc-section-background { position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background-size:cover; }
.ctsc-section-fixed .ctsc-section-background { background-attachment:fixed; } .ctsc-section-video { position:absolute; overflow:hidden; width:100%; height:100%; top:0; left:0; right:0; bottom:0; }
.ctsc-section-video video { width:100%; height:auto; } .ctsc-animation { opacity:0; visibility:hidden; -moz-transition:1s all cubic-bezier(0,.5,.5,1); -webkit-transition:1s all cubic-bezier(0,.5,.5,1); transition:1s all cubic-bezier(0,.5,.5,1); }
.ctsc-animation-zoomin { -moz-transform:scale(0.5); -webkit-transform:scale(0.5); transform:scale(0.5); }
.ctsc-animation-zoomout { -moz-transform:scale(1.5); -webkit-transform:scale(1.5); transform:scale(1.5); }
.ctsc-animation-slideup { -moz-transform:translateY(20%); -webkit-transform:translateY(20%); transform:translateY(20%); }
.ctsc-animation-slidedown { -moz-transform:translateY(-20%); -webkit-transform:translateY(-20%); transform:translateY(-20%); }
.ctsc-animation-slideleft { -moz-transform:translateX(20%); -webkit-transform:translateX(20%); transform:translateX(20%); }
.ctsc-animation-slideright { -moz-transform:translateX(-20%); -webkit-transform:translateX(-20%); transform:translateX(-20%); }
.ctsc-animation-spinleft { -moz-transform:scale(1.5) rotate(15deg); -webkit-transform:scale(1.5) rotate(15deg); transform:scale(1.5) rotate(15deg); }
.ctsc-animation-spinright { -moz-transform:scale(1.5) rotate(-15deg); -webkit-transform:scale(1.5) rotate(-15deg); transform:scale(1.5) rotate(-15deg); }
.ctsc-animation-active { opacity:1; visibility:visible; -moz-transform:none; -webkit-transform:none; transform:none; } body .ctsc-button,
body .ctsc-button:visited { display:inline-block; position:relative; width:auto; border:none; margin:5px 0; line-height:1; padding:15px; color:#fff; text-align:center; text-shadow:none; border-radius:2px; cursor:pointer; background:#ccc; border:0 solid rgba(0,0,0,0); border-style:solid; background:-moz-linear-gradient(top, #ccc 0%, #aaa 100%); background:-webkit-linear-gradient(top, #ccc 0%,#aaa 100%); background:linear-gradient(to bottom, #ccc 0%,#aaa 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 ); }
body .ctsc-button:link { color:#fff; text-decoration:none; }
html body .ctsc-button:before { position:absolute; content:' '; top:0; bottom:0; left:0; right:0; background:#fff; opacity:0; -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; z-index:99; }
html body .ctsc-button:hover { }
html body .ctsc-button:hover:before { opacity:0.2; }
body .ctsc-button:hover { text-decoration:none; } body .ctsc-button-content { position:relative; display:inline-block; text-align:center; }
body .ctsc-button-text { font-weight:bold; }
body .ctsc-button-description { display:block; text-transform:uppercase; text-align:left; font-size:0.7em; letter-spacing:1px; opacity:0.6; margin-top:5px; } body .ctsc-button-small { font-size:0.9em; padding:10px; margin:5px 0; }
body .ctsc-button-medium { font-size:1.2em; padding:20px; margin:5px 0; }
body .ctsc-button-large { font-size:1.8em; padding:30px; margin:10px 0; }
body .ctsc-button-huge { font-size:2.3em; padding:40px; margin:15px 0; }
body .ctsc-button-left { float:left; margin:0 30px 10px 0; }
body .ctsc-button-right { float:right; margin:0 0 10px 30px; }
body .ctsc-button-center { display:block; clear:both; float:none; margin:0 0 30px; } body .ctsc-button-icon { display:block; position:absolute; top:50%; left:0; text-align:center; margin:-10px 0 0; width:20px; height:20px; line-height:20px; font-size:1.3em; }
body .ctsc-button-small .ctsc-button-icon { margin-top:-10px; }
body .ctsc-button-medium .ctsc-button-icon { margin-top:-15px; width:30px; height:30px; line-height:30px; }
body .ctsc-button-large .ctsc-button-icon { margin-top:-20px; width:40px; height:40px; line-height:40px; }
body .ctsc-button-huge .ctsc-button-icon { margin-top:-25px; width:50px; height:50px; line-height:50px; font-size:1.5em; }
body .ctsc-button-has-icon  .ctsc-button-content { padding-left:35px; }
body .ctsc-button-small.ctsc-button-has-icon .ctsc-button-content { padding-left:30px; }
body .ctsc-button-medium.ctsc-button-has-icon  .ctsc-button-content { padding-left:40px; }
body .ctsc-button-large.ctsc-button-has-icon .ctsc-button-content { padding-left:60px; }
body .ctsc-button-huge.ctsc-button-has-icon .ctsc-button-content { padding-left:75px; } .ctsc-icon { display:inline-block; position:relative; width:auto; border:none; margin:0; line-height:14px; width:14px; height:14px; padding:3px; text-align:center; text-shadow:none; border-radius:2px; border:0 solid rgba(0,0,0,0); border-style:solid; } .ctsc-icon-content { position:relative; display:inline-block; text-align:center; } .ctsc-icon-small { font-size:10px; line-height:10px; width:10px; height:10px; padding:2px; border-radius:1px; }
.ctsc-icon-medium { font-size:18px; line-height:18px; width:18px; height:18px; padding:5px; border-radius:3px; }
.ctsc-icon-large { font-size:24px; line-height:24px; width:24px; height:24px; padding:10px; border-radius:5px; }
.ctsc-icon-huge { font-size:34px; line-height:34px; width:34px; height:34px; padding:18px; border-radius:8px; } .ctsc-icon-left { float:left; margin:0 30px 10px 0; }
.ctsc-icon-right { float:right; margin:0 0 10px 30px; }
.ctsc-icon-center { display:block; clear:both; float:none; margin:0 0 30px; } .ctsc-icon-square { border-radius:0; }
.ctsc-icon-circle { border-radius:1000px; }
.ctsc-icon-leaf { border-radius:0.6em 0 0.6em 0; } .ctsc-progress { display:block; overflow:hidden; background:rgba(0,0,0,0.1); margin:0 0 25px; height:30px; line-height:30px; padding:0; border-radius:3px; box-shadow:inset 0 1px 2px #999; }
.ctsc-progress .bar-title { display:inline-block; color:#fff; padding:5px 10px; border-radius:3px; }
.ctsc-progress .bar-content { float:left; border-radius:2px; text-align:left; height:30px; line-height:20px; width:0; }
.ctsc-progress .bar-icon { margin-right:10px; } .ctsc-progress-small { margin-top:4px; }
.ctsc-progress-small, .ctsc-progress-small .bar-content { height:10px; margin-top:0; line-height:10px; border-radius:50px; }
.ctsc-progress-small .bar-title { display:none; }
.ctsc-progress-medium, .ctsc-progress-medium .bar-content { height:40px; line-height:40px; font-size:1.1em; }
.ctsc-progress-medium .bar-title { line-height:25px; padding:0 15px; }
.ctsc-progress-large, .ctsc-progress-large .bar-content { height:60px; line-height:60px; font-size:1.3em; }
.ctsc-progress-large .bar-title { line-height:35px; padding:0 20px; } .ctsc-progress-left .bar-content { float:right; text-align:right; } .ctsc-message { display:block; position:relative; background:#f9f9f9; margin:0 0 30px; padding:15px 20px; border:1px solid rgba(0,0,0,0.1); color:#666; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.ctsc-message:before { display:block; position:absolute; top:50%; left:20px; content:''; font-family:'fontawesome'; font-size:20px; margin-top:-10px; line-height:1; }
.ctsc-message-ok { background:#d9f5ce; color:#060; padding-left:60px; }
.ctsc-message-ok:before { content:'\f058'; }
.ctsc-message-error { background:#ffdec9; color:#761a1a; padding-left:60px; }
.ctsc-message-error:before { content:'\f057'; }
.ctsc-message-warn { background:#fff9d8; color:#960; padding-left:60px; }
.ctsc-message-warn:before { content:'\f06a'; }
.ctsc-message-info { background:#e1edf9; color:#3c3c7c; padding-left:60px; }
.ctsc-message-info:before { content:'\f05a'; } .ctsc-focus { display:block; position:relative; background:#f5f5f5; margin:0 0 30px; padding:30px; border-radius:3px; }
.ctsc-focus-shadow { box-shadow:0 20px 15px -15px rgba(0,0,0,0.35); }
.ctsc-dark .ctsc-focus { background:#666; }
.ctsc-focus > *:last-child { margin-bottom:0; } .ctsc-list { list-style:none; position:relative; margin:0 0 10px; padding-left:1.5em; }
.ctsc-list .ctsc-list-icon { position:absolute; left:0; top:0.3em; }
.ctsc-list-round .ctsc-list-icon { border-radius:50%; text-align:center; width:1.8em; height:1.8em; line-height:1.9em; color:#fff; }
.ctsc-list-round { margin-bottom:15px; padding-top:6px; padding-left:2.5em; }
.ctsc-list-square .ctsc-list-icon { border-radius:2px; text-align:center; width:1.8em; height:1.8em; line-height:1.9em; color:#fff; }
.ctsc-list-square { margin-bottom:15px; padding-top:6px; padding-left:2.5em; } .ctsc-accordion { clear:both; margin:0 0 30px; }
.ctsc-accordion + .ctsc-accordion { margin-top:-15px; }
.ctsc-accordion-title { font-size:1.2em; padding:0 0 10px; margin:0; cursor:pointer; }
.ctsc-accordion-title .icon { margin-right:10px; }
.ctsc-accordion-content { padding:10px 0; }
.ctsc-accordion-content p:last-child { margin-bottom:0; }
.ctsc-accordion-title:after { display:block; float:right; opacity:0.2; color:#000; content:'\f105'; font-family:'fontawesome'; font-size:20px; line-height:1; }
.ctsc-accordion-icon { margin-right:10px; }
.ctsc-accordion-open .ctsc-accordion-title:after { content:'\f107'; } .ctsc-accordion-boxed { background:#fff; background:rgba(255,255,255,0.2); }
.ctsc-accordion-boxed .ctsc-accordion-title, 
.ctsc-accordion-boxed .ctsc-accordion-content { padding:10px; border:1px solid rgba(0,0,0,0.1); border-width:0 1px 1px; }
.ctsc-accordion-boxed .ctsc-accordion-title { background:rgba(255,255,255,0.3); border:1px solid rgba(0,0,0,0.1); border-width:1px; }
.ctsc-dark .ctsc-accordion-boxed { background:#666; background:rgba(0,0,0,0.5); border:1px solid #666; } .ctsc-tablist { overflow:hidden; margin:0 0 30px; padding:0 0 5px; }
.ctsc-tablist .ctsc-tablist-nav { display:block; overflow:hidden; margin:0; padding:0; padding:0; }
.ctsc-tablist .ctsc-tablist-nav li { display:block; float:left; width:auto; padding:0; margin:0; list-style:none; }
.ctsc-tablist .ctsc-tablist-nav li a { display:block; background:#f2f2f2; padding:10px 20px; font-weight:bold; border:solid 1px #ddd; border-width:1px 1px 0 0; margin:0; color:#999; }
.ctsc-tablist .ctsc-tablist-nav li a:hover { text-decoration:none; }
.ctsc-tablist .ctsc-tablist-nav .ui-state-active a,
.ctsc-tablist .ctsc-tablist-nav .ui-state-active a:hover  { background:#fff; position:relative; color:#444; }
.ctsc-tablist .ctsc-tablist-nav li:first-child a { border-width:1px 1px 0 1px; }
.ctsc-tablist .ctsc-tab-content { overflow:hidden; background:#fff; background:rgba(255,255,255,0.5); padding:20px 20px; border:solid 1px #ddd; } .ctsc-tablist-vertical .ctsc-tablist-nav { float:left; width:25%; }
.ctsc-tablist-vertical .ctsc-tablist-nav li { float:none; width:auto; }
.ctsc-tablist-vertical .ctsc-tablist-nav li a { border-width:0 0 1px 1px; }
.ctsc-tablist-vertical .ctsc-tablist-nav li:first-child a { border-width:1px 0 1px 1px; }
.ctsc-tablist-vertical .ctsc-tab-content { margin-left:25%; }
.ctsc-tablist .ui-tabs-hide { display:none; } .ctsc-separator { position:relative; clear:both; width:100%; margin:50px 0 50px; }
.ctsc-separator .ctsc-separator-line { border-top:1px solid #ddd; border-top:1px solid rgba(0,0,0,0.1); }
.ctsc-separator-has-icon .ctsc-separator-line { position:relative; margin-bottom:3px; border:none; height:1px; }
.ctsc-separator-has-icon .ctsc-separator-line:before,
.ctsc-separator-has-icon .ctsc-separator-line:after { position:absolute; display:block; content:' '; top:0; width:46%; border-top:1px solid #ddd; border-top:1px solid rgba(0,0,0,0.1); }
.ctsc-separator-has-icon .ctsc-separator-line:before { left:0; }
.ctsc-separator-has-icon .ctsc-separator-line:after { right:0; }
.ctsc-separator .ctsc-separator-title { font-size:0.8em; }
.ctsc-separator .ctsc-separator-top { display:block; float:right; font-size:0.8em; text-align:right; }
.ctsc-separator .ctsc-separator-icon { position:absolute; top:-20px; left:50%; margin-left:-35px; text-align:center; height:40px; width:70px; line-height:40px; font-size:28px; }
.ctsc-separator-dashed .ctsc-separator-line:before,
.ctsc-separator-dashed .ctsc-separator-line:after { border-width:1px 0 0; border-style:dashed; }
.ctsc-separator-dotted .ctsc-separator-line:before,
.ctsc-separator-dotted .ctsc-separator-line:after { border-width:1px 0 0; border-style:dotted; }
.ctsc-separator-thick .ctsc-separator-line:before,
.ctsc-separator-thick .ctsc-separator-line:after { border-width:3px 0 0; }
.ctsc-separator-narrow { width:60%; margin:50px 20%; } .ctsc-dropcap { display:block; float:left; font-size:3em; padding:10px 12px; border-radius:3px; line-height:1; margin-right:10px; }
.ctsc-dropcap-square { background:#777; color:#fff; }
.ctsc-dropcap-round { background:#777; color:#fff; border-radius:500px; padding:10px 20px; } .ctsc-leading { display:block; font-size:1.3em; margin:0 0 30px; opacity:0.8; } .ctsc-definition { margin-bottom:30px; overflow:hidden; }
.ctsc-definition + .ctsc-definition { margin-top:-15px; }
.ctsc-definition-term { float:left; width:30%; font-weight:bold; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; padding-right:30px; }
.ctsc-definition-description { margin:0 0 0 30%; } .ctsc-feature { margin:0 0 30px; }
.ctsc-feature .ctsc-feature-image { display:block; margin:0 20px 10px 0; }
.ctsc-feature .ctsc-feature-image img { display:block; margin:0; padding:0; height:auto; }
.ctsc-feature .ctsc-feature-icon { display:block; font-family:'fontawesome'; background-size:100% auto; background-position:center; background-repeat:no-repeat; text-align:center; font-size:32px; line-height:40px; height:40px; width:40px; margin:0 20px 10px 0; border-radius:2px; border-style:solid; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box; }
.ctsc-feature .ctsc-feature-icon span { line-height:40px; }
.ctsc-feature .ctsc-feature-body { overflow:hidden; }
.ctsc-feature .ctsc-feature-title { clear:none; font-size:1.3em; line-height:1.2; margin:5px 0 10px; }
.ctsc-feature .ctsc-feature-title a { color:inherit; }
.ctsc-feature .ctsc-feature-content { clear:both; } .ctsc-feature-small .ctsc-feature-icon { font-size:24px; line-height:30px; height:30px; width:30px; }
.ctsc-feature-small .ctsc-feature-icon span { line-height:30px; }
.ctsc-feature-medium .ctsc-feature-icon { font-size:40px; line-height:50px; height:50px; width:50px; }
.ctsc-feature-medium .ctsc-feature-icon span { line-height:50px; }
.ctsc-feature-large .ctsc-feature-icon { font-size:60px; line-height:76px; height:76px; width:76px; }
.ctsc-feature-large .ctsc-feature-icon span { line-height:76px; }
.ctsc-feature-huge .ctsc-feature-icon { font-size:80px; line-height:100px; height:100px; width:100px; }
.ctsc-feature-huge .ctsc-feature-icon span { line-height:100px; } .ctsc-feature-horizontal .ctsc-feature-image,
.ctsc-feature-horizontal .ctsc-feature-icon { float:left; }
.ctsc-feature-horizontal .ctsc-feature-title { margin:0 0 10px; }
.ctsc-feature-horizontal .ctsc-feature-content { clear:none; margin:0; }
.ctsc-feature-vertical { text-align:center; }
.ctsc-feature-vertical .ctsc-feature-image,
.ctsc-feature-vertical .ctsc-feature-icon { display:inline-block; max-width:100%; margin:0 0 20px; }
.ctsc-feature-vertical .ctsc-feature-title { margin:0 0 10px; }
.ctsc-feature-vertical .ctsc-feature-content { } .ctsc-feature-has-icon .ctsc-feature-icon { padding:0.15em; }
.ctsc-feature-has-icon .ctsc-feature-icon * { font-size:0.9em; } .ctsc-pricing { list-style:none; display:block; background:#fff; margin:15px 0; padding:0; text-align:center; border:1px solid #ddd; border:1px solid rgba(0,0,0,0.1); box-shadow:0 5px 5px -5px rgba(0,0,0,0.2); }
.ctsc-pricing-highlight { position:relative; margin:0; box-shadow:0 0 15px 0 rgba(0,0,0,0.1); border:1px solid #ddd; margin-left:-1px; }
.ctsc-pricing .ctsc-pricing-title { font-size:2em; padding:10px 10px 20px; background:#f5f5f5; background:rgba(0,0,0,0.04); }
.ctsc-pricing .ctsc-pricing-subtitle { font-size:0.4em; text-transform:uppercase; opacity:0.5; font-weight:bold; }
.ctsc-pricing-highlight .ctsc-pricing-title { padding-top:25px; }
.ctsc-pricing .ctsc-pricing-price { border:none; padding:30px 15px; margin:0; border:1px solid #eee; border-width:1px 0; line-height:1.1; }
.ctsc-pricing .ctsc-pricing-price-value { font-size:4em;  }
.ctsc-pricing .ctsc-pricing-before,
.ctsc-pricing .ctsc-pricing-after { font-size:2em; }
.ctsc-pricing .ctsc-pricing-description { display:block; text-align:center; opacity:0.7; }
.ctsc-pricing .ctsc-pricing-content { padding:20px; }
.ctsc-pricing-highlight .ctsc-pricing-content { padding-bottom:35px; } .ctsc-postlist { margin:0; }
.ctsc-postlist-list {}
.ctsc-postlist .ctsc-post { overflow:hidden; margin:0 0 30px; }
.ctsc-postlist .ctsc-post-thumbnail { margin:0 0 10px; }
.ctsc-postlist .ctsc-post-thumbnail img { display:block; width:100%; height:auto; border-radius:2px; }
.ctsc-postlist .ctsc-post-title { margin:0 0 10px; }
.ctsc-postlist .ctsc-post-byline { overflow:hidden; font-size:0.85em; }
.ctsc-postlist .ctsc-post-byline div { float:left; margin:0 15px 10px 0; }
.ctsc-postlist .ctsc-post-readmore { display:inline-block; margin:20px 0 0; } .ctsc-postlist-list .ctsc-post { margin:0 0 20px; }
.ctsc-postlist-list .ctsc-post-thumbnail { display:table-cell; vertical-align:middle; width:70px; margin:0; }
.ctsc-postlist-list .ctsc-post-thumbnail img { display:block; height:auto; width:50px; margin-right:20px; }
.ctsc-postlist-list .ctsc-post-body { display:table-cell; vertical-align:middle; overflow:hidden; }
.ctsc-postlist-list .ctsc-post-title { font-size:1.2em; margin:0 0 5px; }
.ctsc-postlist-list .ctsc-post-byline div { margin-bottom:0; }
.ctsc-postlist-list .ctsc-post-content { display:none; } .ctsc-optin { margin:0 0 30px; overflow:hidden; }
.ctsc-optin .ctsc-optin-field input{ display:block; width:100%; margin-bottom:10px; }
.ctsc-optin .ctsc-optin-submit input { margin:0; } .ctsc-optin-horizontal .ctsc-optin-field input { padding:8px 10px; }
.ctsc-optin-horizontal .ctsc-optin-submit input[type=submit] { width:100%; padding:9px 10px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; } .ctsc-optin-medium .ctsc-optin-field input { padding-top:15px; padding-bottom:15px; font-size:1.2em; }
.ctsc-optin-medium .ctsc-optin-submit input[type=submit] { padding-top:16px; padding-bottom:16px; font-size:1.2em; }
.ctsc-optin-large .ctsc-optin-field input { padding-top:25px; padding-bottom:25px; font-size:1.4em; }
.ctsc-optin-large .ctsc-optin-submit input[type=submit] { padding-top:26px; padding-bottom:26px; font-size:1.5em; } .ctsc-slideshow { padding:0; margin:0 0 50px; position:relative; -moz-transition:0.3s all; -webkit-transition:0.3s all; transition:0.3s all; }
.ctsc-slideshow .ctsc-slideshow-slides { display:block; overflow:hidden; padding:0; margin:0; width:100%; }
.ctsc-slideshow .ctsc-slide { overflow:hidden; margin:0; padding:0; width:100%; }
.ctsc-slideshow .ctsc-slide *:last-child { margin-bottom:0; }
.ctsc-slideshow .ctsc-slide .ctsc-caption { overflow:hidden; position:absolute; background:rgba(0,0,0,0.5); color:#fff; bottom:0; left:0; right:0; padding:10px; text-align:left; } .ctsc-slideshow-prev, .ctsc-slideshow-next, .ctsc-slideshow-pages { -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; opacity:0; }
.ctsc-slideshow-prev, .ctsc-slideshow-next { position:absolute; width:30px; height:40px; background:#444; background:rgba(0,0,0,0.4); border-radius:2px; font-size:24px; line-height:40px; margin-top:-20px; top:50%; text-align:center; color:#fff; z-index:999; text-shadow:0 0 3px rgba(0,0,0,0.5); cursor:pointer; }
.ctsc-slideshow-prev { left:5px;  }
.ctsc-slideshow-prev:before { font-family:'fontawesome'; content:'\f104'; }
.ctsc-slideshow-next { right:5px; }
.ctsc-slideshow-next:before { font-family:'fontawesome'; content:'\f105'; }
.ctsc-slideshow .ctsc-slideshow-pages { position:absolute; width:100%; height:40px; bottom:0; left:0; text-align:center; opacity:0; z-index:1000; }
.ctsc-slideshow .ctsc-slideshow-pages span { display:inline-block; background:#000; background:rgba(0,0,0,0.5); overflow:hidden; color:transparent; margin:10px 5px 0; width:10px; height:10px; padding:10px 10px 0 0; border-radius:50px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.ctsc-slideshow .ctsc-slideshow-pages .cycle-pager-active { background:#fff; }
.ctsc-slideshow:hover .ctsc-slideshow-prev, 
.ctsc-slideshow:hover .ctsc-slideshow-next, 
.ctsc-slideshow:hover .ctsc-slideshow-pages { opacity:0.8; } .ctsc-testimonial { margin:0 0 30px; }
.ctsc-testimonial-content { position:relative; background:#fff; background:rgba(255,255,255,0.3); padding:30px; margin-bottom:15px; border:1px solid #ddd; border-radius:3px; }
.ctsc-testimonial-content:after { display:block; position:absolute; font-family:'fontawesome'; content:'\f10e'; bottom:10px; right:10px; font-size:18px; line-height:1; opacity:0.2; }
.ctsc-testimonial-content p { margin-bottom:5px; }
.ctsc-testimonial-image { display:block; float:left; width:50px; height:auto; line-height:0; margin-right:20px; border-radius:5px; }
.ctsc-testimonial-name { margin:0 0 5px; }
.ctsc-testimonial-title { font-size:0.9em; letter-spacing:1px; text-transform:uppercase; margin:0 0 5px; opacity:0.8;}
.ctsc-testimonial-meta { margin-left:70px; }
.ctsc-testimonial-right .ctsc-testimonial-image { float:right; margin:0 0 0 20px; }
.ctsc-testimonial-right .ctsc-testimonial-meta { margin:0 70px 0 0; text-align:right; }
.ctsc-testimonial-noimage .ctsc-testimonial-meta { margin-right:0; } .ctsc-team { margin:0 0 40px; }
.ctsc-team-image { line-height:0; margin:0 0 20px; }
.ctsc-team-image img { display:block; width:100%; height:auto; margin:0; padding:0; border-radius:3px; }
.ctsc-team-body { }
.ctsc-team-name { margin:0 0 5px; }
.ctsc-team-title { display:block; font-size:0.9em; letter-spacing:1px; text-transform:uppercase; margin:0 0 10px; opacity:0.8; }
.ctsc-team-content { }
.ctsc-team-content p:last-child { margin-bottom:0; } .ctsc-team-social { }
.ctsc-team-social a,
.ctsc-team-social a:link,
.ctsc-team-social a:visited { display:inline-block; font-family:'fontawesome'; font-size:14px; text-align:center; line-height:32px; width:32px; height:32px; margin:10px 0 0 5px; color:#fff; border-radius:50px; }
.ctsc-team-social a:first-child { margin:10px 0 0; }
.ctsc-team-social a:hover { text-decoration:none; opacity:0.8; }
.ctsc-team-web { background:#777; }
.ctsc-team-facebook { background:#3b5998; }
.ctsc-team-twitter { background:#00aced; }
.ctsc-team-google-plus { background:#dd4b39; }
.ctsc-team-linkedin { background:#007bb6; }
.ctsc-team-pinterest { background:#cb2027; }
.ctsc-team-tumblr { background:#32506d; }
.ctsc-team-web:before { content:'\f0c1'; }
.ctsc-team-facebook:before { content:'\f09a'; }
.ctsc-team-twitter:before { content:'\f099'; }
.ctsc-team-google-plus:before { content:'\f0d5'; }
.ctsc-team-linkedin:before { content:'\f0e1'; }
.ctsc-team-pinterest:before { content:'\f231'; }
.ctsc-team-tumblr:before { content:'\f173'; } .ctsc-team-meta { }
.ctsc-team-link { display:inline-block; position:relative; margin:15px 20px 0 0; padding-left:42px; }
.ctsc-team-link:before { position:absolute; content:' '; text-align:center; font-size:14px; left:0; top:50%; margin:-16px 0 0; width:30px; height:30px; line-height:30px; font-family:'fontawesome'; background:rgba(255,255,255,0.5); color:#666; border:1px solid #aaa; border-radius:50px; }
.ctsc-team-phone:before { content:'\f095'; }
.ctsc-team-cellphone:before { content:'\f10b'; }
.ctsc-team-fax:before { content:'\f1ac'; }
.ctsc-team-email:before { content:'\f003'; } .ctsc-map { height:400px; margin:0 0 40px; }
.ctsc-map html, #contactmap body { height:100%; }
.ctsc-map label { width: auto; display:inline; }
.ctsc-map img { max-width: none; } .ctsc-counter { margin:0 0 20px; font-size:3em; line-height:1.3; }
.ctsc-counter-icon { display:block; float:left; width:0.85em; text-align:center; margin-right:10px; }
.ctsc-counter-body { overflow:hidden; }
.ctsc-counter-number { line-height:0.8; margin:0 0 5px; }
.ctsc-counter-title { font-size:0.3em; margin-left:5px; } .ctsc-counter-small { font-size:2em; }
.ctsc-counter-medium { font-size:4em; }
.ctsc-counter-large { font-size:5em; } .ctsc-register { margin:0 0; }
.ctsc-register-field { margin:0 0 20px; } .ctsc-primary-color { color:#f90; }
.ctsc-primary-color-border { border-color:#f90; }
.ctsc-primary-color-bg { background-color:#f90; } body .ctsc-dark { color:#eee; }
body .ctsc-dark h1, 
body .ctsc-dark h2, 
body .ctsc-dark h3, 
body .ctsc-dark h4, 
body .ctsc-dark h5, 
body .ctsc-dark h6, 
body .ctsc-dark .heading,
body .ctsc-dark a:link,
body .ctsc-dark a:visited,
body .ctsc-dark a:hover { color:#fff; }  @media only screen and (max-width:800px){ .ctsc-definition-term { float:none; width:auto; padding:0 0 5px; }
.ctsc-definition-description { margin:0; }
} @media only screen and (max-width:600px){ .ctsc-column, .ctsc-column.ctsc-column-narrow, .ctsc-column.ctsc-column-fit { float: none; width: auto; margin: 0;} .ctsc-tablist .ctsc-tablist-nav { float:none; width:auto; margin:0; padding:0 5px; }
.ctsc-tablist .ctsc-tablist-nav li { float:none; width:auto; padding:0; margin:0; }
.ctsc-tablist .ctsc-tablist-nav li a { width:auto; border:solid 1px #ddd; border-width:1px 1px 0 1px; margin:0; }
.ctsc-tablist .ctsc-tablist-nav li:first-child a { border-width:1px 1px 0 1px; }
.ctsc-tablist .ctsc-tab_content, .ctsc-tablist-vertical .ctsc-tab-content { margin:0; }
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, 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;
}
header, nav, section, article, aside, footer, hgroup {
display: block;
}
body {
line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
ol, ul, li {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
} p, address {
margin-bottom: 1.6em;
}
span, div, p, dl, td, th, ul, ol, blockquote {
} ul li, ol li {
list-style: disc;
margin: 5px 0 5px 25px;
list-style-position: outside;
}
ol li {
list-style: decimal;
}
ol ol li {
list-style: upper-alpha;
}
ol ol ol li {
list-style: lower-roman;
}
ol ol ol ol li {
list-style: lower-alpha;
}
ol ul li,
ol ol ul li,
ol ol ol ul li {
list-style: disc;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
ul, ol, dd, pre, hr {
margin-bottom: 25px;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
dl {
margin: 0 0 24px 0;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 18px;
}
strong, b {
font-weight: bold;
}
cite, em, i {
border: none;
font-style: italic;
}
big {
font-size: 131.25%;
}
ins {
background: #ffc;
border: none;
}
del {
text-decoration: line-through;
} address {
font-size: 0.9em;
line-height: 1.2em;
} blockquote {
display: block;
font-style: italic;
padding: 0 5%;
margin: 25px 0;
}
blockquote cite, blockquote em, blockquote i {
font-style: normal;
} pre {
display: block;
overflow: auto;
font-family: Courier, monospace;
background: url(data:image/gif;base64,R0lGODlhAQAyAIAAAP////f39yH5BAAAAAAALAAAAAABADIAAAIIhI+pGO0P4ysAOw==);
border: 1px solid #eee;
color: #555;
line-height: 25px;
padding: 25px 20px;
font-size: 14px;
margin: 25px 0;
} abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
ins {
text-decoration: none;
}
sup, sub {
font-size: 0.7em;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
kbd, tt, var {
line-height: 21px;
}
code {
font-size: 1.05em;
} code, code var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
} iframe {
max-width: 100%;
} table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 24px;
text-align: left;
width: 100%;
}
tr th, thead th {
border: none;
color: #888;
font-weight: bold;
line-height: 1.2em;
padding: 10px;
border-bottom: 1px solid #ddd;
}
tr td {
border: none;
padding: 10px;
border-bottom: 1px solid #ddd;
}
tfoot tr td {
border-bottom: none;
}
tr td, tr th, thead th, tr th, thead th {
}
.dark tr th, .dark thead th {
border-bottom: 1px solid #ddd;
}
.dark tr td {
border-bottom: 1px solid #ddd;
} fieldset {
margin: 0 0 30px;
}
legend {
font-size: 1.3em;
display: block;
margin: 0 0 20px;
} label {
padding: 0;
margin: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input, textarea {
font-size: 1em;
}
input[type=text], input[type=password], input[type=input],
input[type=tel], input[type=url], input[type=email],
input[type=number], input[type=range], input[type=search], input[type=color],
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime],
textarea, select {
font-family: inherit;
border: 1px solid #ddd;
padding: 6px;
margin: 0;
width: 100%;
background: #fff;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
}
input[type=submit] {
width: auto;
-webkit-appearance: none;
}
body select {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAFCAYAAACn39dKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD5JREFUeNpiYGBgmMmAG8z8//8/A7GYCaYJm0EMJAKQYelYNMPY6aQYxojHJWCDQM4nxWUMWFyRzkAGAAgwAGMTKhZAxxJyAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: right;
} hr {
background-color: #fff;
border: 0;
border-top: 1px solid #bbb;
border-bottom: 1px solid #fff;
clear: both;
height: 0;
margin: 40px 0;
} img {
margin: 0;
max-width: 100%;
line-height: 0;
height: auto;
}
.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 30px;
margin-top: 4px;
}
.alignright, img.alignright {
display: inline;
float: right;
margin-left: 30px;
margin-top: 4px;
}
.aligncenter, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
} .wp-caption {
margin-bottom: 15px;
padding: 0;
max-width: 100%;
line-height: 0em;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-caption img {
margin: 0;
padding: 0;
max-width: 100%;
line-height: 0em;
}
.wp-caption .wp-caption-text {
margin: 10px 0 0;
padding: 0 10px 0;
text-align: left;
color: #888;
line-height: 1.4em;
font-size: 12px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-smiley {
margin: 0;
} .sticky {
}
.bypostauthor {
}
.screen-reader-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
width: 1px;
height: 1px;
overflow: hidden;
}
.clear {
clear: both;
width: 100%;
height: 0;
margin: 0;
padding: 0;
}
html body .outer .hidden {
display: none;
}  .outer {
position: relative;
overflow: hidden;
width: 100%;
}
.container {
max-width: 960px;
padding: 0 20px;
margin: 0 auto;
}
.wrapper-boxed .wrapper {
position: relative;
margin: 0 auto;
max-width: 100%;
width: 1000px;
} .social {
float: right;
text-align: right;
padding: 0;
width: auto;
}
.social .social-profile {
display: block;
position: relative;
float: left;
color: #999;
margin: 0;
width: 30px;
font-size: 16px;
text-align: center;
}
.social .social-profile .social-title {
display: none;
}
.social .social-profile:hover {
text-decoration: none;
} .languages {
float: right;
position: relative;
padding-left: 20px;
}
.languages .language-active {
position: relative;
cursor: pointer;
}
.languages .language-list {
position: absolute;
top: 100%;
right: 0;
padding: 10px;
margin-top: 0;
visibility: hidden;
opacity: 0;
background: #fff;
z-index: 9998;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.3);
}
.dark .languages .language-list {
background: #666;
}
.languages:hover .language-list {
visibility: visible;
opacity: 1;
}
.languages .language-item {
display: block;
line-height: 0;
padding: 10px;
width: 130px;
}
.languages img {
margin: 0 5px -2px 0;
} .shopping-cart {
float: right;
position: relative;
padding-left: 20px;
}
.shopping-cart .cart-title {
position: relative;
cursor: pointer;
}
.shopping-cart .cart-title:before {
font-family: 'fontawesome';
content: '\f07a';
margin-right: 10px;
}
.shopping-cart .cart-list {
position: absolute;
top: 100%;
width: 300px;
right: 0;
padding: 20px;
line-height: 1.6;
margin-top: 0;
visibility: hidden;
opacity: 0;
background: #fff;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.3);
z-index: 9998;
}
.dark .shopping-cart .cart-list {
background: #666;
}
.shopping-cart:hover .cart-list {
visibility: visible;
opacity: 1;
}
.shopping-cart .cart-list .buttons {
margin: 0;
} .header .logo a,
.header .logo img {
display: block;
line-height: 1;
}
.header .title {
display: inline;
font-size: 2em;
margin: 0;
}
.header .title a {
display: inline;
line-height: 40px;
}
.header .title a:hover {
text-decoration: none;
} .main {
overflow: hidden;
padding: 30px 0 10px;
} .content-full .main {
padding: 0;
}
.content-full .main > .container {
max-width: 100%;
width: auto;
padding: 0;
}
.content,
.sidebar {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.content {
float: left;
width: 66%;
margin: 0 4% 30px 0;
padding: 0;
} .sidebar-left .content {
float: right;
margin-right: 0;
margin-left: 4%;
} .sidebar-double .content {
float: left;
width: 46%;
margin-left: 27%;
margin-right: 4%;
}
.sidebar-double-left .content {
float: right;
width: 46%;
margin-right: 0;
margin-left: 4%;
}
.sidebar-double-right .content {
width: 46%;
}
.sidebar-double .main-container {
} .content-wide,
.sidebar-none .content,
.sidebar-narrow .content,
.sidebar-left .content-wide,
.sidebar-right .content-wide,
.sidebar-double .content-wide,
.sidebar-double-left .content-wide,
.sidebar-double-right .content-wide {
float: none;
margin: 0;
width: auto;
} .sidebar-narrow .content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
} .sidebar {
float: left;
width: 30%;
}
.main-full .sidebar {
padding: 30px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.sidebar-none .sidebar,
.sidebar-narrow .sidebar {
display: none;
}
.sidebar-double .sidebar,
.sidebar-double-left .sidebar,
.sidebar-double-right .sidebar {
width: 23%;
} .sidebar-secondary {
margin-left: 4%;
}
.sidebar-none .sidebar-secondary,
.sidebar-narrow .sidebar-secondary,
.sidebar-left .sidebar-secondary,
.sidebar-right .sidebar-secondary {
display: none;
}
.sidebar-double .sidebar-primary {
float: left;
margin-left: -77%;
}
.sidebar-double .sidebar-secondary {
margin-left: 0;
} .header-minimal .topbar,
.header-minimal .header-content,
.header-minimal .menu,
.title-minimal .breadcrumb,
.footer-minimal .subfooter,
.footer-minimal .footermenu,
.header-none .topbar,
.header-none .menu,
.header-none .header,
.footer-none .footer,
.footer-none .subfooter {
display: none;
} .widget {
overflow: hidden;
margin: 0 0 30px;
}
.widget .widget-title {
margin: 0 0 20px;
font-size: 1.5em;
line-height: 1.2;
}
.widget ul {
margin-bottom: 0;
}
.widget li {
list-style: none;
margin-left: 0;
}
.widget li ul {
margin-left: 20px;
margin-top: 5px;
} .search .search-result {
margin: 0 0 30px;
}
.search .search-form {
margin: 0 0 30px;
}
.search .search-title {
margin: 0;
}
.search .search-byline {
font-size: 0.8em;
}
.search .search-content p {
margin: 0;
} .notfound {
padding: 100px 0;
margin: 0 auto;
max-width: 750px;
}
.notfound-image {
font-size: 200px;
font-weight: bold;
text-align: right;
line-height: 0.7;
}
.notfound-title {
}
.notfound-content {
font-size: 1.4em;
font-weight: 300;
}  .menu-item .menu-link {
display: block;
position: relative;
line-height: 1.4;
text-align: left;
} .menu-item .menu-icon {
position: absolute;
display: block;
top: 50%;
left: -1px;
text-align: center;
width: 1em;
height: 1.6em;
line-height: 1;
margin-top: -0.5em;
font-weight: 400;
font-family: 'fontawesome';
}
.menu-has-icon > a .menu-link {
padding-left: 1.5em;
} .menu-item .menu-description {
display: block;
font-size: 0.8em;
font-weight: 400;
opacity: 0.8;
} .menu-item.menu-highlight > a,
.menu-main .menu-highlight.current_page_ancestor > a,
.menu-main .menu-highlight.current-menu-item > a {
color: #fff;
border-radius: 2px;
}
.menu-item.menu-disabled > a {
opacity: 0.4;
} .topmenu {
float: left;
}
.menu-top {
margin: 0;
}
.menu-top li {
display: inline-block;
padding: 0;
margin: 0;
list-style: none;
}
.menu-top li:first-child {
margin-left: 0;
}
.menu-top li a {
display: block;
margin: 0;
padding: 5px 10px;
}
.menu-top li a:hover,
.menu-top li:hover > a {
text-decoration: underline;
}
.menu-top li ul {
display: none;
} .menu-main {
float: right;
}
.menu-main {
margin: 0;
}
.menu-main > ul {
display: block;
margin: 0;
padding: 0;
}  .menu-main ul,
.menu-main li,
.menu-main a {
-moz-transition: 0.4s all;
-webkit-transition: 0.4s all;
transition: 0.4s all;
}
.menu-main li {
float: left;
position: relative;
display: block;
margin: 0;
list-style: none;
}
.menu-main li a {
display: block;
margin: 0;
padding: 10px;
color: #777;
border-radius: 2px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .menu-main li:hover > a,
.menu-main li a:hover {
text-decoration: none;
} .menu-main .current-menu-ancestor > a, .menu-main .current-menu-item > a {
}
.menu-main .current_page_ancestor > a:hover, .menu-main .current-menu-item > a:hover {
} .menu-main .menu-item-has-children:before {
display: block;
content: ' ';
position: absolute;
top: 50%;
opacity: 0.7;
right: 10px;
margin: -1px 0 0;
border-top: 4px solid #bbb;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.menu-main .menu-item-has-children > a {
padding-right: 25px;
}
.menu-main li ul {
visibility: hidden;
opacity: 0;
margin: 0;
position: absolute;
background: #fff;
top: 100%;
left: 0;
z-index: 9998;
}
.menu-main li ul li {
width: auto;
display: block;
float: none;
}
.menu-main li ul li a {
width: auto;
color: #555;
line-height: 1.5;
height: auto;
padding: 10px;
width: 220px;
}
.menu-main li ul li:hover > a,
.menu-main li ul li a:hover {
} .menu-main li ul .menu-item-has-children:before {
margin: -3px 0 0;
border-top: 4px solid transparent;
border-left: 4px solid #bbb;
border-bottom: 4px solid transparent;
border-right: none;
}
.menu-main li ul ul {
margin: 0;
top: 0;
left: 100%;
} .menu-main li:hover > ul {
visibility: visible;
opacity: 1;
}
.menu-main li:hover > ul:before,
.menu-main li:hover > ul:after {
visibility: visible;
opacity: 1;
} .menu-mobile {
display: none;
visibility: hidden;
opacity: 0;
font-size: 1.2em;
position: fixed;
padding: 5% 70px 5% 5%;
top: 0;
right: 100%;
width: 100%;
height: 100%;
overflow: auto;
background: #fff;
z-index: 999998;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.menu-mobile-active .menu-mobile {
visibility: visible;
opacity: 1;
right: 0;
}
.menu-mobile > ul {
display: block;
margin: 0;
padding: 0;
} .menu-mobile ul,
.menu-mobile li,
.menu-mobile a {
-moz-transition: 0.4s all;
-webkit-transition: 0.4s all;
transition: 0.4s all;
}
.menu-mobile li {
position: relative;
display: block;
margin: 0;
list-style: none;
}
.menu-mobile li a {
display: block;
margin: 0;
padding: 10px;
border-radius: 2px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} .menu-mobile li:hover > a,
.menu-mobile li a:hover {
text-decoration: none;
} .menu-mobile .has-children > a {
padding-right: 25px;
}
.menu-mobile li ul {
display: block;
margin: 0 0 0 25px;
padding: 0;
}
.menu-mobile li ul li {
width: auto;
display: block;
float: none;
}
.menu-mobile li ul li a {
width: auto;
line-height: 1.5;
height: auto;
padding: 10px;
} .menu-mobile-open {
display: none;
float: right;
position: relative;
color: #666;
margin: 17px 10px;
width: 30px;
height: 20px;
cursor: pointer;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.menu-mobile-open:before {
content: ' ';
position: absolute;
width: 100%;
top: 0;
bottom: 0;
border: 2px solid #666;
border-width: 2px 0;
}
.menu-mobile-open:after {
content: '  ';
position: absolute;
width: 100%;
top: 50%;
margin-top: -1px;
border-top: 2px solid #666;
}
.dark .menu-mobile-open {
color: #fff;
} .menu-mobile-close {
visibility: hidden;
opacity: 0;
position: fixed;
margin: 0;
top: 30px;
right: 30px;
width: 40px;
height: 40px;
z-index: 999999;
cursor: pointer;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.menu-mobile-close:before,
.menu-mobile-close:after {
position: absolute;
content: ' ';
top: 50%;
right: 50%;
margin-right: -30px;
width: 40px;
height: 2px;
background: #888;
}
.menu-mobile-close:before {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-mobile-close:after {
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu-mobile-active .menu-mobile-close {
visibility: visible;
opacity: 1;
} .footermenu {
overflow: hidden;
margin: 0;
}
.menu-footer {
display: block;
margin: 0 0 25px;
padding: 0;
}
.menu-footer > ul {
overflow: hidden;
margin: 0;
padding: 0;
}
.menu-footer li {
display: block;
float: left;
max-width: 220px;
padding: 0;
margin: 0 0 0 20px;
list-style: none;
}
.menu-footer li:first-child {
margin-left: 0;
}
.menu-footer li a {
display: block;
margin: 0;
}
.menu-footer li ul {
margin: 10px 0 0;
}
.menu-footer li ul li {
display: block;
float: none;
margin: 0;
}
.menu-footer li ul li a {
font-size: 0.9em;
margin: 0 0 5px;
}
.menu-footer li a:hover {
text-decoration: underline;
} .menu-sub {
margin: 0 0 30px;
padding: 0;
}
.menu-sub li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.menu-sub li a {
display: block;
padding: 10px;
margin: 0 10px 10px 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-sub li a:hover {
text-decoration: none;
opacity: 0.9;
}
.menu-sub li ul {
display: none;
font-size: 1em;
} .navigation {
overflow: hidden;
margin: 0 0 30px;
}
.navigation a {
display: block;
}
.navigation .nav-prev,
.navigation .nav-next {
position: relative;
padding: 0;
}
.navigation .nav-prev {
float: left;
text-align: left;
}
.navigation .nav-next {
float: right;
text-align: right;
} .pagination {
overflow: hidden;
margin: 0 0 30px;
text-align: center;
}
.pagination ul {
display: block;
}
.pagination ul li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
}
.pagination span,
.pagination a {
display: block;
margin: 0 1px;
padding: 5px 15px;
border-radius: 3px;
}
.pagination .current {
color: #fff;
background: #666;
}
.pagination a:hover {
background: #eee;
text-decoration: none;
} .postpagination {
overflow: hidden;
margin: 0 0 30px;
}
.postpagination span {
display: inline-block;
padding: 5px 15px;
border-radius: 3px;
margin: 0 5px 0 0;
}
.postpagination a {
display: inline-block;
}
.postpagination a span {
display: block;
}
.postpagination > span {
color: #fff;
background: #666;
}  .button, .button:visited, input[type=submit] {
position: relative;
display: inline-block;
width: auto;
border: 1px solid #888;
border: 1px solid rgba(0, 0, 0, 0.3);
margin: 5px 0;
padding: 12px 15px;
color: #fff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
border-radius: 2px;
cursor: pointer;
background: #ccc;
}
.button:link {
color: #fff;
text-decoration: none;
}
.button:before {
position: absolute;
content: ' ';
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #fff;
opacity: 0;
-moz-transition: 0.2s all;
-webkit-transition: 0.2s all;
transition: 0.2s all;
z-index: 99;
}
.button:hover:before {
opacity: 0.2;
}
.button:hover, input[type=submit]:hover {
background: #ccc;
text-decoration: none;
}
.button.button-small {
font-size: 0.9em;
padding: 5px 10px;
margin: 5px 0;
}
.button.button-medium {
font-size: 1.2em;
padding: 15px 20px;
margin: 5px 0;
}
.button.button-large {
font-size: 1.8em;
padding: 20px 30px;
margin: 10px 0;
}
.button.button-left {
float: left;
margin: 0 30px 10px 0;
}
.button.button-right {
float: right;
margin: 0 0 10px 30px;
}
.button.button-center {
display: block;
clear: both;
float: none;
margin: 0 0 30px;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.button.button-center:last-child {
margin-bottom: 0;
} .single-image {
display: block;
margin: 0 auto 40px;
} .slideshow {
padding: 0;
margin: 0 0 40px;
position: relative;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.slideshow .slideshow-slides {
display: block;
overflow: hidden;
padding: 0;
margin: 0;
width: 100%;
}
.slideshow .slideshow-slide {
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
}
.slideshow .slideshow-slide > img {
width: 100%;
}
.slideshow .slideshow-slide *:last-child {
margin-bottom: 0;
}
.slideshow .slideshow-slide .slideshow-caption {
overflow: hidden;
position: absolute;
background: rgba(0, 0, 0, 0.5);
color: #fff;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
text-align: left;
} .slideshow-prev, .slideshow-next {
-moz-transition: 0.4s all;
-webkit-transition: 0.4s all;
transition: 0.4s all;
opacity: 0;
}
.slideshow-prev, .slideshow-next {
position: absolute;
width: 30px;
padding: 0 10px;
height: 80px;
line-height: 80px;
background: #444;
background: rgba(0, 0, 0, 0.4);
border-radius: 2px;
font-size: 24px;
margin-top: -40px;
top: 50%;
text-align: center;
color: #fff;
z-index: 999;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
cursor: pointer;
}
.slideshow-prev {
left: 0;
border-radius: 0 3px 3px 0;
}
.slideshow-prev:before {
content: '<';
}
.slideshow-next {
right: 0;
border-radius: 3px 0 0 3px;
}
.slideshow-next:before {
content: '>';
}
.slideshow:hover .slideshow-prev,
.slideshow:hover .slideshow-next,
.slideshow:hover .slideshow-pages {
opacity: 0.8;
} .image-gallery {
margin: 0 0 30px;
}
.image-gallery-item {
margin: 0 0 5%;
}
.image-gallery-item > img {
display: block;
width: 100%;
} .video {
margin: 0 0 40px;
overflow: hidden;
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.video iframe,
.video object,
.video embed,
.video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .row {
display: block;
}
.row:after {
clear: both;
content: ' ';
display: table;
}
.column {
display: block;
float: left;
margin-right: 5%;
}
.column:last-child {
margin-right: 0;
}
.col1 {
width: 100%;
}
.col2 {
width: 47.5%;
}
.col3 {
width: 30%;
}
.col3x2 {
width: 65%;
}
.col4 {
width: 21.25%;
}
.col4x2 {
width: 47.5%;
}
.col4x3 {
width: 73.5%;
}
.col5 {
width: 16%;
}
.col5x2 {
width: 37%;
}
.col5x3 {
width: 58%;
}
.col5x4 {
width: 79%;
}
.col6 {
width: 12.5%;
}
.col6x2 {
width: 30%;
}
.col6x3 {
width: 47.5%;
}
.col6x4 {
width: 65%;
}
.col6x5 {
width: 82.5%;
}
.column.col-last {
margin-right: 0;
}
.col-divide {
display: block;
clear: both;
width: 100%;
}
.columns {
width: auto;
margin: 0;
} .column-narrow {
display: block;
float: left;
margin-right: 2%;
}
.column-narrow.col2 {
width: 49%;
}
.column-narrow.col3 {
width: 32%;
}
.column-narrow.col3x2 {
width: 66%;
}
.column-narrow.col4 {
width: 23.5%;
}
.column-narrow.col4x2 {
width: 49%;
}
.column-narrow.col4x3 {
width: 74.5%;
}
.column-narrow.col5 {
width: 18.4%;
}
.column-narrow.col5x2 {
width: 38.8%;
}
.column-narrow.col5x3 {
width: 60%;
}
.column-narrow.col5x4 {
width: 80%;
}
.column-narrow.col6 {
width: 15%;
}
.column-narrow.col6x2 {
width: 32%;
}
.column-narrow.col6x3 {
width: 49%;
}
.column-narrow.col6x4 {
width: 66%;
}
.column-narrow.col6x5 {
width: 83%;
}
.column-narrow.col7 {
width: 12.57142%;
} .column-fit {
display: block;
float: left;
margin-right: 0;
}
.column-fit.col2 {
width: 50%;
}
.column-fit.col3 {
width: 33.3333%;
}
.column-fit.col3x2 {
width: 66.6666%;
}
.column-fit.col4 {
width: 25%;
}
.column-fit.col4x2 {
width: 50%;
}
.column-fit.col4x3 {
width: 75%;
}
.column-fit.col5 {
width: 20%;
}
.column-fit.col5x2 {
width: 40%;
}
.column-fit.col5x3 {
width: 60%;
}
.column-fit.col5x4 {
width: 80%;
}
.column-fit.col6 {
width: 16.66666%;
}
.column-fit.col6x2 {
width: 33.3333%%;
}
.column-fit.col6x3 {
width: 50%;
}
.column-fit.col6x4 {
width: 66.666666%;
}
.column-fit.col6x5 {
width: 83.333333%;
}
.column-fit.col7 {
width: 14.2857%;
} .gallery {
margin: 0 auto 30px;
}
.gallery .gallery-item {
float: left;
display: block;
margin: 0 0 3% 3%;
text-align: center;
width: 48.5%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery .gallery-item:hover {
}
.gallery .gallery-icon {
text-align: center;
padding: 5px;
margin: 0;
overflow: hidden;
line-height: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.dark .gallery .gallery-icon {
border: 1px solid rgba(255, 255, 255, 0.2);
}
.gallery-columns-2 .gallery-item {
width: 48.5000%;
}
.gallery-columns-3 .gallery-item {
width: 31.3333%;
}
.gallery-columns-4 .gallery-item {
width: 22.7500%;
}
.gallery-columns-5 .gallery-item {
width: 17.6%;
}
.gallery-columns-6 .gallery-item {
width: 14.1666%;
}
.gallery-columns-7 .gallery-item {
width: 12.5714%;
margin: 0 0 2% 2%;
}
.gallery-columns-8 .gallery-item {
width: 10.75%;
margin: 0 0 2% 2%;
}
.gallery-columns-9 .gallery-item {
width: 9.33333%;
margin: 0 0 2% 2%;
}
.gallery .gallery-item:first-child,
.gallery br + .gallery-item {
margin-left: 0;
}
.gallery dl a {
display: block;
}
.gallery dl a img {
width: 100%;
height: auto;
margin: 0 auto;
}
.gallery .gallery-caption {
font-size: 12px;
line-height: 1.2em;
margin: 10px 0 0;
}
.gallery br + br {
display: none;
} body .dark {
color: #eee;
}
body .dark h1, body .dark h2, body .dark h3, body .dark h4, body .dark h5, body .dark h6,
body .dark .heading,
body .dark a:link,
body .dark a:visited,
body .dark a:hover {
color: #fff;
} .post-edit-link,
.post-edit-link:link,
.post-edit-link:visited {
display: inline-block;
font-family: Verdana, Arial;
font-size: 10px;
line-height: 1;
background: #f90;
color: #fff !important;
padding: 3px 4px;
border-radius: 2px;
text-shadow: none;
-moz-transition: 0.2s all;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.post-edit-link:hover {
background: #fa1;
color: #fff;
text-decoration: none !important;
text-shadow: 0 0 3px #fff;
} .slider {
padding: 0;
margin: 0;
position: relative;
text-align: center;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.slider-slides {
display: block;
overflow: hidden;
padding: 0;
margin: 0;
height: 500px;
}
.slider-slides .slide {
overflow: hidden;
background-position: center;
background-size: cover;
position: relative;
list-style: none;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.slider-slides .slide-body {
position: absolute;
top: 15%;
left: 0;
width: 100%;
}
.slider-slides .container {
position: relative;
height: inherit;
}
.slider-slides .slide-image {
float: right;
padding: 0;
width: 48%;
}
.slider-slides .slide-image img {
display: block;
margin: 0 auto;
}
.slider-slides .slide-caption {
overflow: hidden;
float: left;
padding: 0 0 30px;
width: 48%;
text-align: left;
}
.slider-slides .slide-caption p:last-child {
margin-bottom: 0;
}
.slider-slides .slide-title {
position: relative;
margin: 0 0 30px;
}
.slider-slides .slide-content {
padding: 0;
margin: 0 0 30px;
} .slider-slides .slide-right .slide-caption {
float: right;
}
.slider-slides .slide-right .slide-image {
float: left;
}
.slider-slides .slide-center .slide-body {
width: 100%;
left: 0;
}
.slider-slides .slide-center .slide-caption {
float: none;
margin: 0 25%;
text-align: center;
}
.slider-slides .slide-center .slide-image {
float: none;
margin: 0 20%;
width: 60%;
}  .widget_search label {
display: none;
}
.widget_search form {
position: relative;
}
.widget_search form:before {
position: absolute;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAy5JREFUeNqMUttOE1EU3TNzpmVawOlFoO1QWmynEogkKohBjQkm6gf4YMQnL/9DfDc+GI0fYGIkmhiViEpbBIGoIy0UkLa0DtPbXOs+RIzxyZ2czDlnzl57r7U2k1tXoLhbhPRCGhrNhrC5sXFc+aZE9FaL7wuHqrIsfwkGj24PDQ9DOBIB27bhMGqaBoRhGHC53ZBbXx9eXl66UqtpXQzDAr3P53JQ2Ny8KEnSYmpo6CnHccbfADRYy7JgMZsdmZt7e61Wq3URwkMgENjp6enNe72ddZqgKMrok8ePrmNXHINJ7Xb7YAEeuKuXr3gf3L8/bRgG7/f71clz5x8l5dTLgVgsG46EsyzLulVVDW9vFXwcy+lSf/9mXatBq9UE27KBkxOJkyufPw+53W771u07D0ORSKFcKoLjtMHjEcypqUtfdrZ3+sulkh+BxPixwY/NZqPdqNeh2WgCm81kosiNCrTl8Xq3kDqIou9AA/qtVCsQH4x/YPGNqv70beTy3dW9CpTLe7jKQFA0F00SBKFBeTm2A0gFUA/QUGWtpoFhWnVaxHEcVBd43sUD+1tMtj8aVWm7e+VyLyGE5V0u2N39AZZlgtAhQCKRRFBbMk0TXC6X0d19pI4IuO/A5QZ2bHx8jSKVSiXf/Py7C9RbxAWOI7Cv7cN2oeBfzGYm6Zv44KASHRhoiD4RfH4RAsEAkBOjo0omnV5fXVmJv5idvYjz4IvF4ovYbqtarUpra6vnDV3vRDcotSJaCZXKHlC7pagEzPKnJSgWd7vuzcxM449eWonypQl0RmhQQZEe1cA5PTb+LCnL7+k5KSeBu3vnLkUzCM8vOY7NYQURh8dNBUXOVl8o9L2vL1QolYq9CMxs5PNJtFePRKSCKIpAaAULFUVEfXhk5LmcSr0yTcvH84RgQU0QPGowGIQOdCmbSU8gKLyfn79s6CaRj6dek8OZphVpyzzhdVT6h6fTC2q1CggGtuPAqbGxZ4ah22urq5O0/YWFD1PBnqDBwj9Bgej82wiGHfy5M00DzkycnR0/M/GaFqI6zb15kyDwn3EIjLa/qGMo377GbkzffPVLgAEARyWfj/Z+XtcAAAAASUVORK5CYII=) no-repeat center;
content: ' ';
right: 0;
top: 50%;
color: #999;
margin-top: -20px;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
text-align: center;
}
.widget_search input[type=text] {
padding: 10px 50px 10px 10px
}
.widget_search input[type=submit] {
float: right;
position: absolute;
opacity: 0;
right: 0;
top: 0;
padding: 0;
line-height: 3;
margin: 0;
border: none;
background: none;
color: transparent;
width: 40px;
height: 100%;
cursor: pointer;
}
.widget_search input[type=submit]:hover {
background: none;
} .widget_nav_menu {
}
.widget_nav_menu ul,
.widget.widget_nav_menu ul li {
display: block;
margin: 0;
padding: 0;
}
.widget.widget_nav_menu ul li:before {
display: none;
}
.widget_nav_menu a:link,
.widget_nav_menu a:visited,
.widget_nav_menu a {
display: block;
font-size: 1.2em;
color: inherit;
margin: 0;
padding: 10px;
border-radius: 3px;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
}
.widget_nav_menu .menu-highlight a:link,
.widget_nav_menu .menu-highlight a:visited,
.widget_nav_menu .menu-highlight a,
.widget_nav_menu .menu-highlight .menu-icon {
color: #fff;
}
.widget_nav_menu a:hover {
text-decoration: none;
opacity: 0.8;
} .widget_recent_entries .post-date {
display: block;
font-size: 0.8em;
} .widget_recent_comments .post-date {
display: block;
font-size: 0.8em;
}
.widget_recent_comments .recentcomments {
color: #aaa;
display: block;
}
.widget_recent_comments .recentcomments > a {
display: block;
font-size: 0.8em;
} .widget_archive {
text-transform: capitalize;
} .widget_tag_cloud a {
display: inline-block;
padding: 6px 10px;
margin: 0 3px 8px 0;
border: 1px solid #eee;
}
.widget_tag_cloud a:hover {
text-decoration: none;
opacity: 0.7;
} .widget_calendar table {
width: 100%;
padding: 0;
margin: 0;
clear: both;
border: 0;
}
.widget_calendar caption {
font-weight: bold;
text-transform: capitalize;
padding: 5px;
text-align: center;
}
.widget_calendar td, .widget_calendar th {
padding: 5px 0;
text-align: center;
}
.widget_calendar tbody tr #today {
background: #eee;
background: rgba(0, 0, 0, 0.1);
}
.widget_calendar tfoot #prev {
text-align: left;
}
.widget_calendar tfoot #next {
text-align: right;
} .widget_rss .rss-date {
display: block;
font-size: 0.8em;
}  div.wpcf7-response-output {
margin: 0 0 20px;
padding: 15px;
border-radius: 2px;
}
div.wpcf7-mail-sent-ok {
background: #d9f5ce;
color: #060;
border: 1px solid #6dcd72;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked {
background: #ffdec9;
color: #761a1a;
border: 1px solid #d8986e;
}
div.wpcf7-validation-errors {
background: #fff9d8;
color: #960;
border: 1px solid #cdb676;
}
span.wpcf7-not-valid-tip {
left: auto;
right: 10px;
width: auto;
top: 0;
border: none;
background: none;
color: #f61a1a;
padding: 0;
text-align: right;
}
span.wpcf7-not-valid-tip:before {
font-family: 'fontawesome';
content: '\f00d';
margin-right: 10px;
}
span.wpcf7-form-control-wrap {
width: 100%;
} .wppb-form-field {
list-style: none;
margin: 0 0 20px;
} .woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1) {
clear: left;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
margin: 0;
}  @media screen and (min-width: 1280px) {
.container {
max-width: 1180px;
}
.wrapper-boxed .wrapper {
width: 1220px;
}
.wrapper-boxed .container {
padding: 0 40px;
}
} @media screen and (max-width: 1024px) { .languages .language-list {
display: none;
visibility: visible;
opacity: 1;
}
.languages:hover .language-list {
display: block;
visibility: visible;
opacity: 1;
} .shopping-cart .cart-list {
display: none;
visibility: visible;
opacity: 1;
}
.shopping-cart:hover .cart-list {
display: block;
visibility: visible;
opacity: 1;
} .menu-main li ul {
display: none;
visibility: visible;
opacity: 1;
}
.menu-main li:hover > ul {
display: block;
visibility: visible;
opacity: 1;
}
} @media screen and (max-width: 800px) { .col4 {
width: 47.5%;
}
.col4:nth-of-type(2) {
margin-right: 0;
}
.col4:nth-of-type(3) {
clear: left;
}
.col5 {
width: 47.5%;
}
.col5:nth-child(n+3) {
width: 30%;
}
.col5:nth-child(2) {
margin-right: 0;
}
.col6 {
width: 30%;
}
.col6:nth-child(3n) {
margin-right: 0;
} .column-narrow.col4 {
width: 49%;
}
.column-narrow.col5 {
width: 49%;
}
.column-narrow.col5:nth-child(n+3) {
width: 32%;
}
.column-narrow.col6 {
width: 32%;
} .column-fit.col4 {
width: 50%;
}
.column-fit.col5 {
width: 50%;
}
.column-fit.col5:nth-child(n+3) {
width: 33.3333%;
}
.column-fit.col6 {
width: 33.3333%;
} body .column.column-early {
float: none;
width: auto;
margin: 0;
} .container {
padding: 0 20px;
} .sidebar-double .content,
.sidebar-double-left .content,
.sidebar-double-right .content,
.content {
float: none;
width: auto;
margin: 30px 0 50px;
}
.content-submenu {
float: none;
width: auto;
margin: 0 0 50px;
}
.sidebar-double .sidebar,
.sidebar-double-left .sidebar,
.sidebar-double-right .sidebar,
.sidebar {
clear: both;
float: none;
width: auto;
margin: 0;
}
.sidebar-double .sidebar,
.sidebar-double-left .sidebar,
.sidebar-double-right .sidebar {
float: left;
width: 48%;
}
.sidebar-double .sidebar-secondary,
.sidebar-double-left .sidebar-secondary,
.sidebar-double-right .sidebar-secondary {
clear: right;
float: right;
}
.submenu {
float: none;
width: auto;
} .menu-main {
display: none;
}
.menu-mobile-toggle {
display: block;
}
.menu-mobile {
display: block;
} .slider-slides .slide .slide-caption,
.slider-slides .slide .slide-image {
float: none;
width: auto;
margin-left: 0;
margin-right: 0;
}
} @media only screen and (max-width: 600px) { h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1.1em;
}
h6 {
font-size: 1.0em;
} .container {
padding: 0 10px;
}
.gallery .column {
float: none;
width: auto;
margin: 0 0 1%;
}
.image-gallery .column {
float: none;
width: auto;
margin: 0 0 1%;
}
.gallery .gallery-item {
float: none;
margin: 0 0 20px 0;
width: auto;
}
.gallery br {
display: none;
} body .column.col2,
body .column.col3,
body .column.col4,
body .column.col3x2,
body .column.col4x2,
body .column.col4x3,
body .column.col5x2,
body .column.col5x3,
body .column.col5x4,
body .column.col6x2,
body .column.col6x3,
body .column.col6x4,
body .column.col6x5 {
float: none;
width: auto;
margin: 0;
}
body .col6:nth-child(3n) {
margin-right: 5%;
}
body .col6:nth-child(2n) {
margin-right: 0;
}
body .col6 {
width: 47.5%;
} body .column-narrow.col6:nth-child(3n) {
margin-right: 2%;
}
body .column-narrow.col6 {
width: 49%;
} body .column-fit.col6:nth-child(3n) {
margin-right: 0%;
}
body .column-fit.col6 {
width: 50%;
} .header .logo {
float: left;
max-width: 50%;
}
.header .header-content {
display: none;
} .languages img {
display: none;
} .sidebar-double .sidebar,
.sidebar-double-left .sidebar,
.sidebar-double-right .sidebar,
.sidebar {
clear: both;
float: none;
width: auto;
margin: 0;
} .menu-footer li {
display: block;
margin: 0 0 15px;
}
.menu-footer li ul li {
margin: 0;
} .alignleft, img.alignleft {
max-width: 40%;
margin-right: 10px;
}
.alignright, img.alignright {
max-width: 40%;
margin-left: 10px;
}
.slider-slides {
font-size: 0.8em;
}
.slider-slides .slide .slide-image {
display: none;
}
.slider-slides .slide .slide-caption {
margin: 0 20px;
}
} @media print {
.header,
.subfooter,
.footer {
display: none;
}
}body {
font-family: Arial, Helvetica, sans-serif;
background: #fff;
color: #99a;
font-size: 1em;
line-height: 1.6;
} h1, h2, h3, h4, h5, h6 {
color: #567;
line-height: 1.2;
margin: 0 0 20px;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1.2em;
}
h6 {
font-size: 1.1em;
} a:link, a:visited {
color: #2a88bf;
text-decoration: none;
}
a:hover {
color: #2a88bf;
text-decoration: underline;
} blockquote {
display: block;
font-style: italic;
padding: 0 5%;
margin: 25px 0;
}
blockquote cite, blockquote em, blockquote i {
font-style: normal;
} input[type=text], input[type=password], input[type=input],
input[type=tel], input[type=url], input[type=email],
input[type=number], input[type=range], input[type=search], input[type=color],
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime],
textarea, select {
border: 1px solid #ddd;
padding: 8px 6px;
background: #f5f5f5;
}
input[type=submit] {
width: auto;
-webkit-appearance: none;
} .primary-color {
color: #89ce40;
}
.primary-color-bg {
background-color: #89ce40;
}
.secondary-color {
color: #444449;
}
.secondary-color-bg {
background-color: #444449;
} html body .button:link,
html body .button:visited,
html body input[type=submit] {
border-radius: 2px;
border: 2px solid #89ce40;
color: #89ce40;
text-shadow: none;
background: none;
border-color: #89ce40;
-moz-transition: 0.4s all;
-webkit-transition: 0.4s all;
transition: 0.4s all;
}
html body .button:hover,
html body input[type=submit]:hover {
color: #fff;
background: #89ce40;
}  .wrapper {
margin: 0 auto;
} .topbar {
display: block;
background: #fff;
border-bottom: 1px solid #f0f0f0;
line-height: 34px;
font-size: 0.9em;
} .social {
float: right;
text-align: right;
padding: 0;
width: auto;
}
.social .social-profile {
display: block;
float: left;
color: #999;
margin: 0;
width: 40px;
font-size: 18px;
text-align: center;
}
.social .social-profile .social-title {
display: none;
}
.social .social-profile:hover {
text-decoration: none;
} .header {
position: relative;
background: #fff;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #DDD;
}
.header .logo {
float: left;
padding-top: 0;
} .breadcrumb {
margin: 20px 0 0;
}
.breadcrumb-separator {
position: relative;
padding-right: 20px;
margin-right: 15px;
}
.breadcrumb-separator:before {
display: block;
position: absolute;
top: 50%;
right: 0;
list-style: none;
font-family: 'fontawesome';
content: '/';
font-weight: bold;
font-size: 12px;
color: #ddd;
margin-top: -5px;
line-height: 10px;
opacity: 0.5;
}
.breadcrumb-separator {
}
.breadcrumb-link :first-child {
}
.breadcrumb-link :hover {
}
.breadcrumb-title {
} .banner {
overflow: hidden;
padding: 0;
margin: 0;
max-height: 500px;
}
.banner .banner-image {
display: block;
width: 100%;
height: auto;
line-height: 0;
padding: 0;
margin: 0;
}
.pagetitle {
overflow: hidden;
position: relative;
border-top: 1px solid #ddd;
background: rgba(0, 0, 0, 0.4);
background-size: cover;
background-position: center;
text-align: center;
padding: 100px 0;
margin: 0;
}
.pagetitle .pagetitle-title {
margin: 0;
font-size: 2.5em;
text-transform: uppercase;
} .main {
background: #fff;
} .widget {
overflow: hidden;
margin: 0 0 40px;
}
.sidebar .widget {
padding: 0 0;
}
.sidebar .widget:first-child {
border-top: none;
padding: 0;
}
.widget .widget-title {
font-size: 1.2em;
text-transform: uppercase;
}
.widget ul li {
position: relative;
padding: 0;
margin: 0 0 8px;
} .subfooter {
overflow: hidden;
background: rgba(0, 0, 0, 0.4);
padding: 40px 0 10px;
}
.footer {
position: relative;
overflow: hidden;
background: rgba(0, 0, 0, 0.4);
padding: 50px 0 30px;
clear: both;
text-align: center;
}
.footer:before {
content: ' ';
position: absolute;
background: #bbb;
top: 1px;
left: 50%;
margin-left: -50px;
width: 100px;
height: 1px;
}  .topmenu {
float: left;
} .menu-main {
padding-top: 5px;
float: right;
} .menu-main li a {
padding: 10px;
font-size: 1.1em;
color: #777;
}
.menu-main li a .menu-description {
}
.menu-main li:hover > a,
.menu-main li a:hover {
} .menu-main .current-menu-ancestor > a,
.menu-main .current-menu-item > a {
}
.menu-main .current_page_ancestor > a:hover,
.menu-main .current-menu-item > a:hover {
} .menu-main li ul {
margin: 5px 0 0;
padding: 10px;
background: #fff;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #eee;
-moz-transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.menu-main > li > ul:before {
visibility: hidden;
content: ' ';
opacity: 0;
margin: 0;
position: absolute;
top: 0;
left: 20px;
margin: -11px 0 0;
border-bottom: 10px solid #ddd;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
z-index: 9999;
}
.menu-main > li > ul:after {
visibility: hidden;
content: ' ';
opacity: 0;
margin: 0;
position: absolute;
top: 0;
left: 20px;
margin: -10px 0 0;
border-bottom: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
z-index: 9999;
}
.menu-main li ul li a {
text-transform: none;
font-size: 0.9em;
}
.menu-main li ul li:hover > a,
.menu-main li ul li a:hover {
background-color: none;
} .menu-mobile-open {
} .footermenu {
text-align: center;
}
.menu-footer {
display: inline-block;
text-align: center;
}
.menu-footer li a {
font-weight: bold;
}
.menu-footer li ul li a {
font-weight: normal;
font-size: 0.9em;
} .menu-sub {
}
.menu-sub li {
}
.menu-sub li a {
} .menu-portfolio {
overflow: hidden;
text-align: center;
margin: 0;
padding: 0;
}
.menu-portfolio .menu-item {
display: inline-block;
padding: 10px 25px;
text-transform: uppercase;
margin: 10px 5px;
border: 1px solid #eee;
}
.menu-portfolio .menu-item:hover {
text-decoration: none;
}
.menu-portfolio .current_page_item, .menu-portfolio .current-cat {
border-bottom: 0;
}
.menu-portfolio .current_page_item a, .menu-portfolio .current-cat a {
background: #E85F52;
color: #fff;
}
.menu-portfolio .current_page_item ul li a, .menu-portfolio .current-cat ul li a {
color: #222;
background: none;
} .navigation {
}
.navigation .nav-prev,
.navigation .nav-next {
padding: 0 30px;
}
.navigation .nav-prev:before {
display: block;
position: absolute;
top: 50%;
left: 0;
list-style: none;
font-family: 'fontawesome';
content: '\f104';
font-size: 30px;
color: #999;
margin-top: -15px;
line-height: 30px;
}
.navigation .nav-next:before {
display: block;
position: absolute;
top: 50%;
right: 0;
list-style: none;
font-family: 'fontawesome';
content: '\f105';
font-size: 30px;
color: #999;
margin-top: -15px;
line-height: 30px;
} .pagination span,
.pagination a {
border-radius: 0px;
padding: 15px 20px;
border: 1px solid #eee;
} .postpagination span {
}
.postpagination a span {
}  .post {
margin: 0 0 40px;
background: #fff;
}
.post .post-image {
margin: 0;
}
.post .post-image img {
display: block;
margin: 0;
line-height: 0em;
width: 100%;
height: auto;
border-radius: 0;
}
.post .post-body {
padding: 20px;
border: 1px solid #ddd;
}
.post .post-title {
font-size: 1.4em;
padding: 0;
margin: 0 0 10px 0;
}
.post .post-title a {
color: inherit;
}
.post .post-byline {
overflow: hidden;
text-transform: uppercase;
position: relative;
padding: 0 0 10px;
margin: 0 0 20px;
color: #aaa;
font-size: 0.9em;
}
.post .post-byline:before {
content: ' ';
position: absolute;
background: #bbb;
bottom: 0;
left: 0;
width: 100px;
height: 1px;
}
.post .post-byline div {
float: left;
position: relative;
padding: 0 22px 0 0;
margin-bottom: 10px;
}
.post .post-byline div:last-child {
padding-right: 0;
}
.post .post-content {
padding: 0;
margin: 0 0 20px 0;
}
.post .post-content p:last-child {
margin-bottom: 0;
}
.post .post-readmore {
margin: 0;
}
.post .post-tags {
display: block;
margin: 0 0;
}
.post .post-tags a {
display: inline-block;
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 50px;
margin: 0 10px 10px 0;
}
.post .post-comments {
float: right;
padding: 10px 20px;
border: 1px solid #ddd;
border-radius: 50px;
}
.post .post-comments a {
color: inherit;
}
.post .post-comments a:hover {
opacity: 0.7;
text-decoration: none;
}
.post .post-comments a:after {
content: ' \f0e5';
font-family: 'fontawesome';
} .author-info {
clear: both;
padding: 0;
margin: 0 0 40px;
}
.author-info .author-image {
float: left;
margin: 0;
width: 100px;
}
.author-info .author-image img {
display: block;
line-height: 0;
margin: 0;
border-radius: 0;
}
.author-info .author-body {
margin-left: 100px;
padding: 20px;
background: rgba(80, 80, 100, 0.05);
}
.author-info .author-name {
position: relative;
padding: 0 0 10px;
margin: 0 0 10px;
}
.author-info .author-name:before {
content: ' ';
position: absolute;
background: #bbb;
bottom: 0;
left: 0;
width: 100px;
height: 1px;
}
.author-info .author-description {
margin: 0 0 10px;
}
.author-info .author-social {
margin: 0 0 0;
}
.author-info .author-social a {
margin-right: 15px;
} .section {
border-top: 1px solid #ddd;
background: #fff;
padding: 50px 0 10px;
}
.section-heading {
position: relative;
margin: 0 0 40px;
padding: 0 0 30px;
text-align: center;
line-height: 1.2;
font-size: 2.5em;
text-transform: uppercase;
}
.section-heading:before {
content: ' ';
position: absolute;
background: #bbb;
bottom: 0;
left: 50%;
margin-left: -50px;
width: 100px;
height: 1px;
}
.section-subtitle {
margin: 0;
padding: 10px 0 0;
font-size: 0.7em;
opacity: 0.6;
text-transform: none;
} .slider {
padding: 0;
}
.slider-slides {
height: 650px;
}
.slider-slides .slide-body {
top: 15%;
}
.slider-slides .slide-caption {
text-transform: uppercase;
padding: 0 0 30px;
}
.slider-slides .slide-title {
font-size: 2.6em;
padding: 0 0 30px;
margin: 0 0 30px;
}
.slider-slides .slide-title:after {
content: ' ';
position: absolute;
background: #888;
bottom: 0;
left: 0;
width: 100px;
height: 1px;
}
.slider-slides .slide-content {
font-size: 1.2em;
margin: 0 0 30px;
} .slider-slides .slide-center .slide-title:after {
left: 50%;
margin-left: -50px;
} .slider-slides .dark .slide-title:after {
background: #fff;
} .slider-pages {
display: none;
}
.slider-prev,
.slider-next {
-moz-transition: 0.2s all;
-webkit-transition: 0.2s all;
transition: 0.2s all;
opacity: 0.3;
}
.slider:hover .slider-prev,
.slider:hover .slider-next {
opacity: 1;
}
.slider-prev,
.slider-next {
position: absolute;
width: 40px;
height: 100px;
font-size: 30px;
line-height: 70px;
margin-top: -35px;
top: 50%;
left: 1%;
text-align: center;
color: #fff;
z-index: 999;
cursor: pointer;
}
.slider-next {
right: 1%;
left: auto;
}
.slider-prev:before,
.slider-prev:after,
.slider-next:before,
.slider-next:after {
display: block;
content: ' ';
position: absolute;
top: 50px;
left: 0;
width: 50px;
height: 1px;
background: #888;
border-radius: 50px;
-moz-transform-origin: left;
-webkit-transform-origin: left;
transform-origin: left;
}
.slider-prev:before,
.slider-next:before {
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.slider-prev:after,
.slider-next:after {
-moz-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
.slider-next:before,
.slider-next:after {
left: auto;
right: 0;
-moz-transform-origin: right;
-webkit-transform-origin: right;
transform-origin: right;
} .slider-slides .slide-body .slide-caption {
-moz-transform: translateY(60px);
-webkit-transform: translateY(60px);
transform: translateY(60px);
opacity: 0;
-moz-transition: 1s all;
-webkit-transition: 1s all;
transition: 1s all;
}
.slider-slides .slide-body .slide-image {
-moz-transform: translateY(20px);
-webkit-transform: translateY(20px);
transform: translateY(20px);
opacity: 0;
-moz-transition: 1s all;
-webkit-transition: 1s all;
transition: 1s all;
}
.slider-slides .cycle-slide-active .slide-caption,
.slider-slides .cycle-slide-active .slide-image {
-moz-transform: none;
-webkit-transform: none;
transform: none;
opacity: 1;
}
.slider-slides .cycle-slide-active .slide-image {
-moz-transition-delay: 0.8s;
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
} .tagline {
padding: 50px 0 10px;
background: rgba(0, 0, 0, 0.4);
text-align: center;
}
.tagline-body {
padding: 0 0 30px;
}
.tagline-title {
font-size: 2.3em;
margin: 0 0 5px;
text-transform: uppercase;
}
.tagline-content {
margin: 0 auto 20px;
font-size: 1.6em;
}
.tagline-link {
margin: 30px auto 30px;
}
.tagline-image {
display: block;
margin: 0 auto 30px;
} .features {
}
.features .feature {
margin: 0 0 40px;
text-align: center;
}
.features .feature .feature-image {
display: block;
position: relative;
min-height: 102px;
margin: 0 0 20px;
}
.features .feature .feature-image img {
display: block;
margin: 0 auto;
}
.features .feature .feature-icon {
position: absolute;
background: #fff;
left: 50%;
top: 50%;
font-family: 'fontawesome';
text-align: center;
width: 100px;
height: 100px;
font-size: 30px;
margin: -51px 0 0 -51px;
line-height: 100px;
border: 1px solid #ddd;
border-radius: 50%;
}
.features .feature .feature-title {
margin: 30px 0;
font-size: 1.2em;
text-transform: uppercase;
}
.features .feature .feature-content {
margin: 0;
padding: 0 0 20px;
} .wrapper > .products {
padding: 50px 0 10px;
margin: 0;
background: #ebedef;
} .team {
}
.home .team {
background: rgba(0, 0, 0, 0.4);
}
.team .team-member {
margin: 0 0 40px;
}
.team .team-member-image {
display: block;
width: 100%;
margin: 0;
}
.team .team-member-body {
background: #fff;
border: 1px solid #ddd;
padding: 20px;
margin: 0;
}
.team .team-member-title {
margin: 0;
font-size: 1.2em;
text-transform: uppercase;
}
.team .team-member-description {
text-transform: uppercase;
font-size: 0.8em;
margin: 0 0 5px;
}
.team .team-member-content {
margin: 15px 0 0;
}
.team .team-member-content p:last-child {
margin-bottom: 0;
}
.team .team-member-links {
margin: 10px 0 0;
}
.team .team-member-link {
display: block;
float: left;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
margin: 0 10px 0 0;
color: #999;
border: 1px solid #eee;
font-family: 'fontawesome';
}
.team .team-member-link:hover {
text-decoration: none;
opacity: 0.7;
} .testimonials {
}
.testimonials .testimonial {
margin: 0 0 40px;
}
.testimonials .testimonial-content {
background: rgba(80, 80, 100, 0.05);
padding: 20px 20px 30px;
margin: 0;
}
.testimonials .testimonial-image {
display: block;
width: 70px;
margin: -35px auto 20px;
}
.testimonials .testimonial-name {
text-align: center;
font-size: 1.3em;
margin: 0 0 5px;
}
.testimonials .testimonial-position {
text-align: center;
font-size: 0.9em;
margin: 0;
} .clients {
display: block;
position: relative;
overflow: hidden;
padding: 40px 0 0;
}
.clients .client {
margin: 0 0 40px;
}
.clients .client img {
display: block;
margin: 0;
} .portfolio {
clear: both;
padding: 50px 0 50px;
}
.portfolio {
}
.portfolio-item {
display: block;
overflow: hidden;
position: relative;
text-align: center;
padding: 1px;
margin: 0;
}
.portfolio-item-image {
display: block;
width: 100%;
overflow: hidden;
background: #eee;
position: relative;
}
.portfolio-item img {
display: block;
max-width: 100%;
margin: 0 auto;
width: 100%;
height: auto;
line-height: 0;
-moz-transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
}
.portfolio-item .portfolio-item-overlay {
opacity: 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
transition: 0.3s all;
-moz-transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
z-index: 9997;
}
.portfolio-item .portfolio-item-title,
.portfolio-item .portfolio-item-description {
position: absolute;
left: 0;
opacity: 0;
width: 80%;
-moz-transition: 0.4s all;
-webkit-transition: 0.4s all;
transition: 0.4s all;
z-index: 9998;
}
.portfolio-item > .post-edit-link {
position: absolute;
left: 0;
opacity: 0;
width: 80%;
-moz-transition: 0.4s all;
-webkit-transition: 0.4s all;
transition: 0.4s all;
z-index: 9999;
}
.portfolio-item .portfolio-item-title {
font-size: 1.3em;
opacity: 1;
text-transform: uppercase;
bottom: 50%;
margin: 0 10% -20px;
}
.portfolio-item .portfolio-item-description {
top: 50%;
margin: 20px 10% 0;
}
.portfolio-item > a.post-edit-link {
top: 70%;
width: 60px;
left: 50%;
margin-left: -30px;
}
.portfolio-item a:hover {
text-decoration: none;
}
.portfolio-item:hover .portfolio-item-overlay {
opacity: 0.9;
}
.portfolio-item-has-excerpt:hover .portfolio-item-title {
opacity: 1;
margin-bottom: 10px;
}
.portfolio-item:hover .portfolio-item-description {
opacity: 1;
margin-top: 10px;
}
.portfolio-item:hover > .post-edit-link {
opacity: 1;
margin-top: 10px;
}
.portfolio-item:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.portfolio-item > a.portfolio-item-link {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9999;
} .cpo_portfolio .portfolio-media {
margin: 0 0 30px;
}
.cpo_portfolio .portfolio-image {
text-align: center;
}
.cpo_portfolio .portfolio-content {
} .services {
}
.home .services {
background: rgba(0, 0, 0, 0.4);
}
.services .service {
margin-bottom: 50px;
}
.services .service a {
color: inherit;
}
.services .service a:hover {
text-decoration: none;
}
.services .service .service-body {
margin-left: 70px;
}
.services .service .service-icon {
font-family: 'fontawesome';
float: left;
text-align: center;
width: 50px;
height: 50px;
font-size: 40px;
margin: 0 auto 20px;
line-height: 50px;
}
.services .service .service-title {
margin: 0 0 10px;
font-size: 1.2em;
text-transform: uppercase;
}
.services .service .service-content {
margin: 0 0 10px;
}
.services .service .service-content p:last-child {
margin-bottom: 0;
}  .comments {
clear: both;
margin: 0;
}
.comments-list {
list-style: none;
padding: 0;
margin: 0 0 30px;
}
.comment {
overflow: hidden;
list-style: none;
margin: 0 0 10px;
padding: 0;
}
.comment.bypostauthor > .comment-body {
background: rgba(80, 80, 180, 0.05);
}
.comment .comment-avatar {
float: left;
width: 50px;
}
.comment .comment-avatar img {
display: block;
width: 100%;
}
.comment .comment-body {
margin: 0 0 20px 50px;
background: rgba(80, 80, 100, 0.05);
padding: 20px 20px 20px;
}
.comment .comment-title {
position: relative;
padding: 0 0 10px;
margin: 0 0 10px;
}
.comment .comment-title:before {
content: ' ';
position: absolute;
background: #bbb;
bottom: 0;
left: 0;
width: 100px;
height: 1px;
}
.comment .comment-author {
display: block;
font-size: 1.3em;
line-height: 1.2em;
margin: 0 0 5px;
}
.comment .comment-date {
font-size: 0.9em;
text-transform: uppercase;
}
.comment .comment-approval {
display: block;
padding: 0 10px 0;
margin: 0;
}
.comment .comment-content {
margin: 0;
padding: 0;
}
.comment .comment-options {
overflow: hidden;
float: right;
text-align: right;
padding: 5px 10px;
border-radius: 2px;
font-size: 0.9em;
border: 1px solid #eee;
}
.comment .comment-options a {
margin-left: 10px;
}
.comment .comment-options a:first-child {
margin: 0;
} .comment .comment-content ul,
.comment .comment-content ol {
margin-bottom: 18px;
}
.comment .comment-content p:last-child {
margin-bottom: 6px;
}
.comment .comment-content blockquote p:last-child {
margin-bottom: 24px;
} .comment .children {
list-style: none;
margin: 0 0 0 50px;
} .comments ol.pinglist {
margin: 0;
}
.comments .pingback {
list-style: none;
margin: 0 0 10px 0;
}
.comments .pingback .url {
font-style: italic;
} .bypostauthor {
} .comment-respond {
margin: 30px 0;
overflow: hidden;
position: relative;
}
.comment-respond p {
overflow: hidden;
} .comment-respond .comment-notes {
display: none;
}
.comment-respond .required {
color: #ff4b33;
}
.comment-respond label {
display: block;
padding: 5px 0;
}
.comment-respond textarea {
height: 200px;
max-height: 400px;
min-height: 200px;
resize: vertical;
} #cancel-comment-reply-link {
float: right;
display: block;
font-size: 0.9em;
} .comment-respond .form-allowed-tags {
display: none;
color: #888;
font-size: 0.9em;
}
.comment-respond .form-allowed-tags code {
display: block;
font-size: 0.9em;
}
.comment-respond .form-submit {
}  @media screen and (min-width: 1280px) {
} @media screen and (max-width: 1024px) {
} @media screen and (max-width: 800px) {
.header .logo {
float: left;
}
.pagetitle .pagetitle-title {
float: none;
font-size: 2em;
}
.breadcrumb {
float: none;
}
.slider-slides .slide-body {
top: 5%;
}
.clients .client {
margin: 0 auto 40px auto;
}
.clients .client img {
text-align: center;
margin: 0 auto;
}
.column-narrow.col5:nth-child(n+3) {
width: auto !important;
}
.clients .column-narrow {
float: none;
}
.column-narrow.col5 {
width: auto !important;
}
} @media only screen and (max-width: 600px) {
.social {
float: left;
} .menu-top {
text-align: center;
}
.menu-top li {
display: inline-block;
}
.menu-top li a {
margin: 0 auto;
}
.footermenu {
float: none;
}
.menu-footer li a {
margin: 0 10px 10px 0;
} .author-info .author-image {
float: none;
}
.author-info .author-body {
margin-left: 0;
}
} .cpo-sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 9999999;
}
.logged-in:not(.customize-partial-edit-shortcuts-shown) .cpo-sticky {
top: 32px;
}