.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.junkie-one-half { width: 48%; }
.junkie-one-third { width: 30.66%; }
.junkie-two-third { width: 65.33%; }
.junkie-one-fourth { width: 22%; }
.junkie-three-fourth { width: 74%; }
.junkie-one-fifth { width: 16.8%; }
.junkie-two-fifth { width: 37.6%; }
.junkie-three-fifth { width: 58.4%; }
.junkie-four-fifth { width: 79.2%; }
.junkie-one-sixth { width: 13.33%; }
.junkie-five-sixth { width: 82.67%; }
.junkie-one-half,
.junkie-one-third,
.junkie-two-third,
.junkie-three-fourth,
.junkie-one-fourth,
.junkie-one-fifth,
.junkie-two-fifth,
.junkie-three-fifth,
.junkie-four-fifth,
.junkie-one-sixth,
.junkie-five-sixth {
float: left;
margin-right: 4%;
margin-bottom: 2em;
position: relative;
}
.junkie-column-last {
clear: right;
margin-right: 0 !important;
} a.junkie-button,
a.junkie-button:visited {
background-color: #0c6fb1;
background-image: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
background-image:    -moz-linear-gradient(top, #14a7cf, #0c6fb1);
background-image: 		  linear-gradient(top, #14a7cf, #0c6fb1);
border: 1px solid #0d507a !important;
-webkit-border-radius: 16px;
border-radius: 16px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
color: #ffffff !important;
cursor: pointer;
display: inline-block;
font-family: Helvetica, Arial, Sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 1em;
margin: 0 0.1em 1.5em 0 !important;
outline: none;
padding: 7px 13px !important;
text-align: center;
text-decoration: none !important;
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
vertical-align: middle;
}
a.junkie-button.square {
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
}
a.junkie-button.medium {
-webkit-border-radius: 20px;
border-radius: 20px;
font-size: 16px;
padding: 11px 16px !important;
}
a.junkie-button.large {
-webkit-border-radius: 25px;
border-radius: 25px;
font-size: 18px;
padding: 15px 20px !important;
}
a.junkie-button:hover { text-decoration: none; }
a.junkie-button:active {
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
position: relative;
top: 1px;
}
a.junkie-button.green {
background-color: #7fc33c;
background-image: -webkit-linear-gradient(top, #b1d960, #7fc33c);
background-image:    -moz-linear-gradient(top, #b1d960, #7fc33c);
background-image: 		  linear-gradient(top, #b1d960, #7fc33c);
border-color: #69963b !important;
}
a.junkie-button.green:hover {
background-color: #8dd242;
background-image: -webkit-linear-gradient(top, #b9e46a, #8dd242);
background-image:    -moz-linear-gradient(top, #b9e46a, #8dd242);
background-image:         linear-gradient(top, #b9e46a, #8dd242);
}
a.junkie-button.light-blue {
background-color: #2caada;
background-image: -webkit-linear-gradient(top, #46cae8, #2caada);
background-image:    -moz-linear-gradient(top, #46cae8, #2caada);
background-image:         linear-gradient(top, #46cae8, #2caada);
border-color: #2681a2 !important;
}
a.junkie-button.light-blue:hover {
background-color: #32bcef;
background-image: -webkit-linear-gradient(top, #50d6f5, #32bcef);
background-image:    -moz-linear-gradient(top, #50d6f5, #32bcef);
background-image:         linear-gradient(top, #50d6f5, #32bcef);
}
a.junkie-button.blue {
background-color: #0c6fb1;
background-image: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
background-image:    -moz-linear-gradient(top, #14a7cf, #0c6fb1);
background-image:         linear-gradient(top, #14a7cf, #0c6fb1);
border-color: #0d507a !important;
}
a.junkie-button.blue:hover {
background-color: #1188d6;
background-image: -webkit-linear-gradient(top, #1bb6e6, #1188d6);
background-image:    -moz-linear-gradient(top, #1bb6e6, #1188d6);
background-image:         linear-gradient(top, #1bb6e6, #1188d6);
}
a.junkie-button.red {
background-color: #e3514a;
background-image: -webkit-linear-gradient(top, #ed8376, #e3514a);
background-image:    -moz-linear-gradient(top, #ed8376, #e3514a);
background-image:         linear-gradient(top, #ed8376, #e3514a);
border-color: #ab4b44 !important;
}
a.junkie-button.red:hover {
background-color: #ff5e56;
background-image: -webkit-linear-gradient(top, #ff988c, #ff5e56);
background-image:    -moz-linear-gradient(top, #ff988c, #ff5e56);
background-image:         linear-gradient(top, #ff988c, #ff5e56);
}
a.junkie-button.orange {
background-color: #ffb031;
background-image: -webkit-linear-gradient(top, #ffce4f, #ffb031);
background-image:    -moz-linear-gradient(top, #ffce4f, #ffb031);
background-image:         linear-gradient(top, #ffce4f, #ffb031);
border-color: #dc9014 !important;
}
a.junkie-button.orange:hover {
background-color: #ffc531;
background-image: -webkit-linear-gradient(top, #ffdb4f, #ffc531);
background-image:    -moz-linear-gradient(top, #ffdb4f, #ffc531);
background-image:         linear-gradient(top, #ffdb4f, #ffc531);
}
a.junkie-button.purple {
background-color: #d17ac6;
background-image: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
background-image:    -moz-linear-gradient(top, #e3acdc, #d17ac6);
background-image:         linear-gradient(top, #e3acdc, #d17ac6);
border-color: #996192 !important;
}
a.junkie-button.purple:hover {
background-color: #eb90e0;
background-image: -webkit-linear-gradient(top, #f3baec, #eb90e0);
background-image:    -moz-linear-gradient(top, #f3baec, #eb90e0);
background-image:         linear-gradient(top, #f3baec, #eb90e0);
}
a.junkie-button.grey {
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(top, #efefef, #e5e5e5);
background-image:    -moz-linear-gradient(top, #efefef, #e5e5e5);
background-image:         linear-gradient(top, #efefef, #e5e5e5);
border-color: #acacac !important;
color: #555555 !important;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
a.junkie-button.grey:hover {
background-color: #f6f6f6;
background-image: -webkit-linear-gradient(top, #fcfcfc, #f6f6f6);
background-image:    -moz-linear-gradient(top, #fcfcfc, #f6f6f6);
background-image:         linear-gradient(top, #fcfcfc, #f6f6f6);
}
a.junkie-button.black {
background-color: #444444;
background-image: -webkit-linear-gradient(top, #6c6c6c, #444444);
background-image:    -moz-linear-gradient(top, #6c6c6c, #444444);
background-image:         linear-gradient(top, #6c6c6c, #444444);
border-color: #323232 !important;
}
a.junkie-button.black:hover {
background-color: #575757;
background-image: -webkit-linear-gradient(top, #8d8d8d, #575757);
background-image:    -moz-linear-gradient(top, #8d8d8d, #575757);
background-image:         linear-gradient(top, #8d8d8d, #575757);
} .junkie-alert {
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
line-height: 1.6em;
margin: 0 0 1.5em 0;
padding: 0.8em;
}
.junkie-alert.white {
background: #fff;
border: 1px solid #dfdfdf;
color: #373737;
}
.junkie-alert.red {
background: #ffe6e3;
border: 1px solid #f2c3bf;
color: #bf210e;
}
.junkie-alert.yellow {
background: #fff7d6;
border: 1px solid #e9d477;
color: #956433;
}
.junkie-alert.green {
background: #edfdd3;
border: 1px solid #c4dba0;
color: #657e3c;
}
.junkie-alert.grey {
background: #fbfbfb;
border: 1px solid #dfdfdf;
color: #373737;
} .junkie-tabs.ui-tabs .ui-tabs-hide {
position: absolute;
left: -10000px;
}
.junkie-tabs {
background: none;
margin: 0 0 2em 0;
}
.junkie-tabs .junkie-nav {
background: none;
border: 0;
float: none;
list-style: none !important;
margin: 0 !important;
padding: 0;
}
.junkie-tabs .junkie-nav li {
float: left;
list-style: none !important;
margin: 0 2px -1px 0 !important;
position: relative;
z-index: 10;
}
.junkie-tabs .junkie-nav li a {
background: #FBFBFB;
border: 1px solid #dfdfdf !important;
border-bottom: none !important;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
color: #373737 !important;
display: block;
height: 26px;
margin: 0 !important;
overflow: hidden;
padding: 5px 10px 0 10px;
text-decoration: none;
}
.junkie-tabs .junkie-nav li a:hover {
background: #fff!important;
margin: 0!important;
}
.junkie-tabs .junkie-nav .ui-tabs-selected a,
.junkie-tabs .junkie-nav .ui-tabs-active a {
background: #fff;
height: 27px;
}
.junkie-tabs .junkie-tab {
background: #fff;
border: 1px solid #dfdfdf;
padding: 10px;
} .junkie-toggle { margin: 0 0 2em 0; }
.junkie-toggle + .junkie-toggle { margin-top: -1.75em; }
.junkie-toggle .junkie-toggle-title {
background: #FBFBFB;
border: 1px solid #dfdfdf;
cursor: pointer;
display: block;
outline: none;
padding: 10px 10px 10px 30px;
position: relative;
}
.junkie-toggle .junkie-toggle-title:hover { border: 1px solid #c5c5c5; }
.junkie-toggle-inner {
background: #fff;
border: 1px solid #dfdfdf;
border-top: none;
padding: 10px;
}
.junkie-toggle span.ui-icon {
background: url(//ewpm.eu/wp-content/plugins/theme-junkie-shortcodes/assets/img/toggle-closed.png) no-repeat;
height: 12px;
margin: -6px 0 0 0;
position: absolute;
top: 50%;
left: 10px;
width: 12px;
}
.junkie-toggle .ui-state-active .ui-icon { background: url(//ewpm.eu/wp-content/plugins/theme-junkie-shortcodes/assets/img/toggle-open.png) no-repeat; } .junkie-dropcap {
float: left;
font-size: 58px;
line-height: 54px;
padding-right: 10px;
} .junkie-hightlights {
display: inline;
padding: 0 0.2em 0 0.25em;
}
.junkie-hightlights.red {
background: #ffe6e3;
}
.junkie-hightlights.yellow {
background: #fff7d6;
}
.junkie-hightlights.green {
background: #edfdd3;
}
.junkie-hightlights.grey {
background: #ddd;
}
.junkie-hightlights.blue {
background: #68b5e8;
} .junkie-clearfix:before,
.junkie-clearfix:after { content:""; display:table; }
.junkie-clearfix:after { clear: both; }
.junkie-clearfix { zoom:1; }.flex-direction-nav a,.flex-direction-nav a:before{color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}@font-face{font-family:flexslider-icon;src:url(//ewpm.eu/wp-content/themes/truereview/assets/css/fonts/flexslider-icon.eot);src:url(//ewpm.eu/wp-content/themes/truereview/assets/css/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(//ewpm.eu/wp-content/themes/truereview/assets/css/fonts/flexslider-icon.woff) format('woff'),url(//ewpm.eu/wp-content/themes/truereview/assets/css/fonts/flexslider-icon.ttf) format('truetype'),url(//ewpm.eu/wp-content/themes/truereview/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{padding:0;margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider .slides{zoom:1}.flexslider .slides img{width:100%;display:block;height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001'}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.fa-fw,.fa-li,.flex-control-nav{text-align:center}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.fa,.fa-stack{display:inline-block}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}@font-face{font-family:FontAwesome;src:url(//ewpm.eu/wp-content/themes/truereview/assets/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//ewpm.eu/wp-content/themes/truereview/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//ewpm.eu/wp-content/themes/truereview/assets/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//ewpm.eu/wp-content/themes/truereview/assets/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//ewpm.eu/wp-content/themes/truereview/assets/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//ewpm.eu/wp-content/themes/truereview/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.wide-container{background-color:#fff}.container-boxed .wide-container,.container-framed .wide-container{max-width:1120px;margin:0 auto;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);box-shadow:0 0 10px rgba(0,0,0,0.05)}.container-framed{margin:0 auto}@media (min-width: 1025px){.container-framed{margin:40px auto}}.site-content{padding-bottom:48px}.container{max-width:1050px;margin-left:auto;margin-right:auto;padding:0 20px}.container:after{content:" ";display:block;clear:both}@media (min-width: 1170px){.container{padding:0}}.site-content .container{position:relative}@media (min-width: 801px){.layout-2c-l .content-area{width:65.7142857143%;float:left;margin-right:2.8571428571%}}@media (min-width: 801px){.layout-2c-r .content-area{width:65.7142857143%;float:right;margin-right:0}.layout-2c-r .content-area::before{content:"";position:absolute;border-left:1px solid #e5e5e5;height:100%;margin-left:-30px}}.layout-1c-n .content-area{width:65.7142857143%;margin:auto}.layout-2c-l .sidebar-primary{margin-top:24px}@media (min-width: 801px){.layout-2c-l .sidebar-primary{width:31.4285714286%;float:right;margin-right:0;padding-left:2.8571428571%;margin-top:0}.layout-2c-l .sidebar-primary::before{content:"";position:absolute;border-left:1px solid #e5e5e5;height:100%;margin-left:-30px}}@media (min-width: 801px){.layout-2c-r .sidebar-primary{width:31.4285714286%;float:left;margin-right:2.8571428571%;padding-right:2.8571428571%}}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}* html{font-size:100%}html{min-height:100%}body{font-family:"Open Sans",sans-serif;font-size:16px;font-weight:400;font-style:normal;line-height:1.5em;color:#333;background:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-moz-selection{color:#fff;background:#000;text-shadow:none}::selection{color:#fff;background:#000;text-shadow:none}::-moz-selection{color:#fff;background:#000;text-shadow:none}figure>img{display:block}img{max-width:100%;height:auto}img[class*="align"],img[class*="attachment-"]{height:auto}.wp-caption{max-width:100%;margin-bottom:24px}.wp-caption img[class*="wp-image-"]{display:block;margin-bottom:5px}.wp-caption-text{font-size:14px;font-style:italic;color:#999}.wp-smiley{margin-top:0;margin-bottom:0;padding:0;border:0}embed,iframe,object{width:100%;max-width:100%}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both}.alignnone{display:block}.screen-reader-text{position:absolute;clip:rect(1px, 1px, 1px, 1px)}table{width:100%;margin-bottom:2.618em}table th,table td{padding:10px;text-align:left;vertical-align:top;border-bottom:1px solid #e5e5e5}table th{text-transform:uppercase;border-bottom:1px solid #e5e5e5}table tr th:first-child,table tr td:first-child{padding-left:0}table tr th:last-child,table tr td:last-child{padding-right:0}.sticky,.bypostauthor{font-size:inherit}.gallery{margin-bottom:20px}.gallery-item{position:relative;float:left;overflow:hidden;margin:0 4px 4px 0}.gallery-icon a,.gallery-icon img{display:block}.gallery-columns-1 .gallery-item{max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;max-width:-webkit-calc(50% - 4px);max-width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{max-width:32%;max-width:-webkit-calc(33.3% - 4px);max-width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1){clear:left}.gallery-caption{font-size:14px;line-height:1.3;position:absolute;bottom:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-height:50%;margin:0;padding:2px 8px;text-align:left;opacity:0;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.7)}.gallery-caption:before{position:absolute;top:0;left:0;width:100%;height:100%;min-height:50px;content:""}.gallery-item:hover .gallery-caption{opacity:0}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.hide-img{will-change:opacity;opacity:0}.show-img{opacity:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.review-score{position:relative;line-height:0;display:inline-block}.review-score::before,.bar::before{content:"\f005\f005\f005\f005\f005";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#d8d8d8;margin-right:-4px;letter-spacing:5px}.bar{color:inherit;position:absolute;top:0;left:0;padding-top:1em;overflow:hidden}.bar::before{position:absolute;top:0;left:0;color:#fcb314}.post-overlay{position:relative}.post-overlay .img-overlay{position:absolute;right:0;bottom:0;left:0;width:100%;height:50%;background:#000;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(transparent));background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.8), transparent);background:linear-gradient(to top, rgba(0,0,0,0.8), transparent)}.post-overlay .post-overlay-meta{position:absolute;bottom:0;color:#fff;padding:20px;width:100%}.post-overlay .post-overlay-meta .entry-date{font-size:13px}.post-overlay .post-overlay-meta .entry-title{margin:0;font-size:16px}.post-overlay .post-overlay-meta a{color:#fff}.site-main,.gallery,.menu-secondary-container,.menu-secondary-items,.hentry,.entry-byline,.entry-share,.post-pagination,.prev-post,.next-post,.related-posts,.site-info,.comment-container,.breaking-news,.review-features li,.review-features .review-txt,.review-footer,.modern-block,.modern-block .small-post,.grid-block,.featured-posts,.attachment .entry-header,.members{*zoom:1}.site-main:before,.gallery:before,.menu-secondary-container:before,.menu-secondary-items:before,.hentry:before,.entry-byline:before,.entry-share:before,.post-pagination:before,.prev-post:before,.next-post:before,.related-posts:before,.site-info:before,.comment-container:before,.breaking-news:before,.review-features li:before,.review-features .review-txt:before,.review-footer:before,.modern-block:before,.modern-block .small-post:before,.grid-block:before,.featured-posts:before,.attachment .entry-header:before,.members:before,.site-main:after,.gallery:after,.menu-secondary-container:after,.menu-secondary-items:after,.hentry:after,.entry-byline:after,.entry-share:after,.post-pagination:after,.prev-post:after,.next-post:after,.related-posts:after,.site-info:after,.comment-container:after,.breaking-news:after,.review-features li:after,.review-features .review-txt:after,.review-footer:after,.modern-block:after,.modern-block .small-post:after,.grid-block:after,.featured-posts:after,.attachment .entry-header:after,.members:after{display:table;content:""}.site-main:after,.gallery:after,.menu-secondary-container:after,.menu-secondary-items:after,.hentry:after,.entry-byline:after,.entry-share:after,.post-pagination:after,.prev-post:after,.next-post:after,.related-posts:after,.site-info:after,.comment-container:after,.breaking-news:after,.review-features li:after,.review-features .review-txt:after,.review-footer:after,.modern-block:after,.modern-block .small-post:after,.grid-block:after,.featured-posts:after,.attachment .entry-header:after,.members:after{clear:both}.menu-primary-items,.menu-primary-items .sub-menu,.menu-secondary-items,.menu-secondary-items .sub-menu,.mega-links,.mega-links .sub-mega,.related-posts ul,.posts-thumbnail-widget ul,.commentlist,.review-features{margin:0;padding:0;list-style:none}.entry-share ul,.author-bio .author-social{margin:0;padding:0;list-style:none}.entry-share ul>li,.author-bio .author-social>li{display:inline-block;padding-right:5px;padding-left:5px}.entry-share ul a,.author-bio .author-social a{display:block}.aligncenter{display:block;margin-right:auto;margin-left:auto}a{-webkit-transition:all 200ms ease-in-out 0s;transition:all 200ms ease-in-out 0s;text-decoration:none;color:#46a546}a:visited{color:#3e933e}a:hover,a:visited:hover{text-decoration:none;color:#62bc62}h1,h2,h3,h4,h5,h6{font-family:"Lato",sans-serif;font-weight:700;font-style:normal;margin:12px 0;color:#333}h1,.h1{font-size:36px;line-height:1.1em}h2,.h2{font-size:30px;line-height:1.1em}h3,.h3{font-size:24px;line-height:1.3em}h4,.h4{font-size:20px;line-height:1.3em}h5,.h5{font-size:16px}h6,.h6{font-size:14px}p{margin:0 0 24px}abbr[title],dfn[title]{cursor:help}del{vertical-align:baseline;text-decoration:line-through;color:#aaa}code,kbd,pre,samp{font-size:16px}pre{margin:24px 0;padding:24px;color:#2080ad;background-color:#fafafa}code{color:#2080ad}blockquote{font-style:italic;margin:24px 40px;padding-left:20px;color:#777;border-left:3px solid #46a546}blockquote cite{position:relative;display:block;padding:10px 0 0 20px;color:#555}blockquote cite:before{position:absolute;left:0;content:"\2014"}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin:0 0 24px}ul,ol{margin:16px 0;padding:0 0 0 24px}ul{list-style:disc}ol{list-style-type:decimal}ol ol{list-style:upper-alpha}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:lower-alpha}li ul,li ol{margin:0}dl{margin:24px}dt{font-weight:700}dd{margin-bottom:24px}hr{clear:both;height:1px;min-height:0;margin:24px 0;border-top:1px solid #e5e5e5;border-right:0;border-bottom:0;border-left:0}hr.dotted{border-style:dotted}hr.dashed{border-style:dashed}hr.blackborder{border-color:#000}hr.whiteborder{border-color:#fff}@media print{*{color:#000 !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:2.5em;padding:.5em .6em;vertical-align:middle;border:1px solid #e5e5e5;background-color:#fff;width:100%}@media (min-width: 479px){form input[type="text"],form input[type="password"],form input[type="email"],form input[type="url"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="datetime"],form input[type="datetime-local"],form input[type="week"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="color"],form select,form textarea{width:auto}}form textarea{height:auto}form input:not([type]){display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.5em .6em;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 3px #ddd;box-shadow:inset 0 1px 3px #ddd}form input[type="color"]{padding:.2em .5em}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="email"]:focus,form input[type="url"]:focus,form input[type="date"]:focus,form input[type="month"]:focus,form input[type="time"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="week"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="color"]:focus,form select:focus,form textarea:focus{border-color:#129fea;outline:0;background-color:#fff}form input:not([type]):focus{border-color:#129fea;outline:0}form input[type="file"]:focus,form input[type="radio"]:focus,form input[type="checkbox"]:focus{outline:thin solid #129fea;outline:1px auto #129fea}form input[type="checkbox"],form input[type="radio"]{display:inline-block;margin:.5em 0}form input[type="text"][disabled],form input[type="password"][disabled],form input[type="email"][disabled],form input[type="url"][disabled],form input[type="date"][disabled],form input[type="month"][disabled],form input[type="time"][disabled],form input[type="datetime"][disabled],form input[type="datetime-local"][disabled],form input[type="week"][disabled],form input[type="number"][disabled],form input[type="search"][disabled],form input[type="tel"][disabled],form input[type="color"][disabled],form select[disabled],form textarea[disabled]{cursor:not-allowed;color:#cad2d3;background-color:#eaeded}form input:not([type])[disabled]{cursor:not-allowed;color:#cad2d3;background-color:#eaeded}form input[readonly],form select[readonly],form textarea[readonly]{color:#777;border-color:#ccc;background-color:#eee}form input:focus:invalid,form textarea:focus:invalid,form select:focus:invalid{color:#b94a48;border-color:#e9322d}form input[type="file"]:focus:invalid:focus,form input[type="radio"]:focus:invalid:focus,form input[type="checkbox"]:focus:invalid:focus{outline-color:#e9322d}form select{height:2.25em;border:1px solid #ccc;background-color:white}form select[multiple]{height:auto}form label{margin:.5em 0 .2em}form fieldset{margin:0;padding:.35em 0 .75em;border:0}form legend{display:block;width:100%;margin-bottom:.3em;padding:.3em 0;color:#333;border-bottom:1px solid #e5e5e5}button,input[type="button"],input[type="reset"],input[type="submit"],.button{font-family:inherit;font-size:100%;padding:.5em 1em;text-decoration:none;color:#fff;border:1px solid #3e933e;border:none transparent;background-color:#46a546}button:visited,input[type="button"]:visited,input[type="reset"]:visited,input[type="submit"]:visited,.button:visited{color:#fff}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,.button:hover{background-image:-webkit-gradient(linear, 0 0, 0 100%, left, color-stop(40%, rgba(0,0,0,0.05)), right);background-image:-webkit-linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));background-image:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0.1)));background-image:linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0)}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus{outline:0}button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{border-color:#000\9;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.15) inset,0 0 6px rgba(0,0,0,0.2) inset;box-shadow:0 0 0 1px rgba(0,0,0,0.15) inset,0 0 6px rgba(0,0,0,0.2) inset}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{cursor:not-allowed;opacity:.40;border:none;background-image:none;-webkit-box-shadow:none;box-shadow:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);-khtml-opacity:.40;-moz-opacity:.40}button::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{color:#fff;background-color:#0078e7}.top-bar{font-size:14px;background-color:#f0f0f0}.top-bar-left{width:57.1428571429%;float:left;margin-right:2.8571428571%}@media (min-width: 801px){.top-bar-left{width:78.5714285714%;float:left;margin-right:2.8571428571%}}@media (min-width: 1170px){.top-bar-left{width:82.8571428571%;float:left;margin-right:2.8571428571%}}.top-bar-right{width:40%;float:right;margin-right:0}@media (min-width: 801px){.top-bar-right{width:18.5714285714%;float:right;margin-right:0}}@media (min-width: 1170px){.top-bar-right{width:14.2857142857%;float:right;margin-right:0}}.has-date .today{display:none}@media (min-width: 860px){.has-date .today{display:block;width:17.2413793103%;float:left;margin-right:3.4482758621%;font-size:11px;font-weight:600;color:#888;line-height:35px}}#header-social{text-align:right;line-height:35px;display:none}@media (min-width: 479px){#header-social{display:block}}.social-icons a{color:#333;margin:0 3px;opacity:.5;display:inline-block}.social-icons a:hover{opacity:1}.site-header{min-height:135px;margin-bottom:24px}.site-branding{display:block;text-align:center}@media (min-width: 960px){.site-branding{float:left;display:inline-block;text-align:left}}.site-branding h1,.site-branding .site-logo{margin:0;line-height:135px;letter-spacing:-2px}.site-branding h1 a,.site-branding .site-logo a{color:#000}.site-branding .site-logo{display:block}.site-branding .site-logo img{line-height:2}.header-ad{text-align:center;padding-top:0;padding-bottom:22px}@media (min-width: 960px){.header-ad{padding-top:22px;float:right}}.header-ad a{display:block}@media (min-width: 960px){.header-ad a img{display:block}}.searchform{position:absolute;right:0;top:0;display:none}@media (min-width: 479px){.searchform{display:block}}.searchform .search-field{border:none;background-color:#1f1f1f;color:#fff;height:2.9em;margin-right:-5px;font-size:14px;width:8em;-webkit-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out}.searchform .search-field:focus{background-color:#262626;width:11em}@-moz-document url-prefix(){.searchform .search-field{height:2.9em}}.searchform .submit-field{padding:.62em 1em}.main-navigation{width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 860px){.has-date .main-navigation{width:79.3103448276%;float:right;margin-right:0}}.menu-primary-items{display:none}@media (min-width: 860px){.menu-primary-items{display:block}}.menu-primary-items li{display:inline-block;position:relative}.menu-primary-items li:hover>.sub-menu,.menu-primary-items li:hover>.mega-links{display:block}.menu-primary-items li.menu-item-has-children a{padding-right:8px}.menu-primary-items li.menu-item-has-children::after{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;font-size:12px;position:absolute;top:12px;right:13px;display:inline-block;content:"\f107";-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);color:#333;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.menu-primary-items li.menu-item-has-children::after:hover{content:"\f106"}.menu-primary-items li.menu-item-has-children:hover::after{content:"\f106"}.menu-primary-items a{font-size:11px;color:#333;line-height:1;margin-right:17px;font-weight:600;text-transform:uppercase;padding:12px 0;display:block}.menu-primary-items a:hover{color:#46a546}.menu-primary-items .sub-menu{position:absolute;z-index:9999;top:100%;left:0;display:none;min-width:160px;padding:5px 0;text-align:left;border-top:0;background-color:#f0f0f0}.menu-primary-items .sub-menu ul{top:0;left:100%}.menu-primary-items .sub-menu li{display:block}.menu-primary-items .sub-menu li.menu-item-has-children::after{top:10px;right:10px;content:"\f105";color:gray}.menu-primary-items .sub-menu li.menu-item-has-children:hover::after{content:"\f104"}.menu-primary-items .sub-menu a{padding:10px;text-transform:capitalize;font-weight:400;font-size:13px}.secondary-navigation{display:block;clear:both;position:relative}.menu-secondary-container{background-color:#000;border-top:2px solid #46a546}.menu-secondary-items{width:74.2857142857%;float:left;display:none}@media (min-width: 801px){.menu-secondary-items{display:block}}.menu-secondary-items li{float:left;position:relative}.menu-secondary-items li:hover{background-color:#1f1f1f}.menu-secondary-items li:hover>.sub-menu,.menu-secondary-items li:hover>.mega-links{display:block}.menu-secondary-items li.menu-item-has-children a{padding-right:22px}.menu-secondary-items li.menu-item-has-children::after{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;font-size:15px;position:absolute;top:14px;right:6px;display:inline-block;content:"\f107";-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.menu-secondary-items li.menu-item-has-children::after:hover{content:"\f106"}.menu-secondary-items li.menu-item-has-children:hover::after{content:"\f106"}.menu-secondary-items a{font-size:14px;color:#fff;line-height:1;font-weight:600;text-transform:uppercase;padding:14px;display:block}.menu-secondary-items a:hover{background-color:#1f1f1f;color:#fff}.menu-secondary-items .sub-menu{position:absolute;z-index:9999;top:100%;left:0;display:none;min-width:190px;text-align:left;border-top:0;background-color:#1f1f1f}.menu-secondary-items .sub-menu ul{top:0;left:100%}.menu-secondary-items .sub-menu li{display:block;float:none}.menu-secondary-items .sub-menu li.menu-item-has-children::after{top:10px;right:10px;content:"\f105";color:gray}.menu-secondary-items .sub-menu li.menu-item-has-children:hover::after{content:"\f104"}.menu-secondary-items .sub-menu a{color:#fff;text-transform:capitalize;border-left:3px solid transparent}.menu-secondary-items .sub-menu a:hover{border-color:#46a546}.mega-links{position:absolute;z-index:9999;left:0;display:none;padding:30px 0;border-radius:0 0 3px 3px;background-color:#1f1f1f;-webkit-box-shadow:0 2px 10px -2px rgba(0,0,0,0.2);box-shadow:0 2px 10px -2px rgba(0,0,0,0.2)}#menu-primary-items .mega-links>li,#menu-secondary-items .mega-links>li{padding:0 20px;border-right:1px solid #333}#menu-primary-items .mega-links>li:last-child,#menu-secondary-items .mega-links>li:last-child{border-right:0}#menu-primary-items .mega-links li.current-menu-item a,#menu-secondary-items .mega-links li.current-menu-item a{background-color:transparent}#menu-primary-items .mega-links .sub-mega li,#menu-secondary-items .mega-links .sub-mega li{float:none}#menu-primary-items .mega-links a,#menu-secondary-items .mega-links a{font-weight:400;padding:9px 0;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;text-transform:capitalize;color:#fff;border-radius:0}#menu-primary-items .mega-links a:hover,#menu-secondary-items .mega-links a:hover{color:#46a546;background-color:transparent}#menu-primary-items .mega-links{background-color:#fff;border:5px solid #f0f0f0;border-top:0;-webkit-box-shadow:none;box-shadow:none}#menu-primary-items .mega-links>li{border-color:#dbdbdb}#menu-primary-items .mega-links>li.menu-item-has-children::after{content:""}#menu-primary-items .mega-links>li.menu-item-has-children:hover::after{content:""}#menu-primary-items .mega-links a{font-size:13px;color:#333}#menu-secondary-items .mega-links{text-align:left}#menu-secondary-items .mega-links li{float:left}#menu-secondary-items .mega-links li.menu-item-has-children::after{content:""}#menu-secondary-items .mega-links li.menu-item-has-children:hover::after{content:""}.mega-links.two-columns{width:450px}#menu-primary-items .mega-links.two-columns{width:400px}.mega-links.two-columns>li{width:50%}#menu-primary-items .mega-links.two-columns>li{width:49%}.mega-links.three-columns{width:675px}#menu-primary-items .mega-links.three-columns{width:600px}.mega-links.three-columns>li{width:33.333%}#menu-primary-items .mega-links.three-columns>li{width:32%}.mega-links .column-heading{font-size:14px;font-weight:600;color:#b3b3b3;display:block;margin-bottom:14px;text-transform:uppercase}#menu-primary-items .mega-links .column-heading{font-size:13px;color:#333}.mega-links .sub-mega li{display:block}.slicknav_menu{background-color:transparent;padding:0;display:block}.main-navigation .slicknav_menu .slicknav_nav a{color:#46a546}@media (min-width: 860px){.main-navigation .slicknav_menu{display:none}}@media (min-width: 801px){.secondary-navigation .slicknav_menu{display:none}}.secondary-navigation .slicknav_menu .slicknav_btn{padding:10px 15px}.secondary-navigation .slicknav_menu .slicknav_icon-bar{background-color:#fff}.secondary-navigation .slicknav_menu .slicknav_nav{padding:10px 20px;background-color:#1f1f1f}.secondary-navigation .slicknav_menu .slicknav_nav a,.secondary-navigation .slicknav_menu .slicknav_arrow{color:#fff}.secondary-navigation .slicknav_menu .mega-links .column-heading{color:#fff}.slicknav_menu .slicknav_btn{float:left;background-color:transparent;padding:6px 0}.slicknav_menu .slicknav_icon-bar{-webkit-box-shadow:none;box-shadow:none;background-color:#000}.slicknav_menu .slicknav_nav .slicknav_row,.slicknav_menu .slicknav_nav a{margin:0;padding:5px 0}.slicknav_menu .slicknav_arrow{font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;color:#46a546}.slicknav_menu .slicknav_nav .slicknav_row:hover,.slicknav_menu .slicknav_nav a:hover{background-color:transparent;border-radius:0}.slicknav_menu .mega-links{position:relative;width:auto;border:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.slicknav_menu .mega-links>li{width:100%}.slicknav_menu .mega-links .column-heading{font-weight:400;display:inline-block;margin-bottom:0;text-transform:capitalize;color:#46a546}.slicknav_menu .mega-links ul{margin-left:20px}.hentry{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #e5e5e5}.single .hentry{border-bottom:0;padding-bottom:0;margin-bottom:0}.thumbnail-link{display:block;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}.single .thumbnail-link{margin-bottom:24px}.thumbnail-link:hover img{-webkit-transform:translate3d(0, 0, 0);-webkit-perspective:0;-webkit-backface-visibility:hidden;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-moz-transform:scale(1.1) rotate(0.1deg);opacity:0.9}.thumbnail-link img{display:block;-webkit-transition:all 600ms;transition:all 600ms}.thumbnail{width:34.7826086957%;float:left;margin-right:4.347826087%}.entry-wrapper{overflow:hidden}.entry-title{margin-top:0;font-size:24px;line-height:1.3}.single .entry-title{font-size:35px;line-height:1.2}.entry-title a{color:#000}.entry-title a:hover{color:#46a546}.entry-meta{font-size:13px;color:#999;margin-bottom:12px}.entry-meta .post-review{display:inline-block;padding-right:10px}.entry-comment{display:inline-block;padding-left:10px}.entry-comment a{border-bottom:1px dotted}.entry-comment a:hover{border-bottom:none}.entry-summary{font-size:14px;line-height:1.6}.entry-summary p:last-child{margin-bottom:0}.page-title{font-size:28px}.entry-header .page-title{margin-bottom:24px}.format-audio .thumbnail-link,.format-video .thumbnail-link,.format-gallery .thumbnail-link{position:relative}.format-audio .thumbnail-link::before,.format-video .thumbnail-link::before,.format-gallery .thumbnail-link::before{content:"";position:absolute;left:0;right:0;background-color:rgba(0,0,0,0.2);width:100%;height:100%;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.entry-format{margin-bottom:24px}.format-gallery.featured-posts{margin-bottom:0;padding-bottom:0;border-bottom:0}.thumbnail{position:relative}.thumbnail .format-icon{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;font-size:30px;color:#fff;text-align:center;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;z-index:9}.thumbnail .format-icon .fa{border:3px solid #fff;border-radius:100%;display:inline-block;width:40px;height:40px;font-size:18px;text-align:center;line-height:35px}.cat-links{display:block;margin-bottom:12px}.cat-links a{color:#fff;font-size:11px;text-transform:uppercase;font-weight:600;padding:5px;display:inline-block;line-height:1}.cat-links a:hover{color:#fff;opacity:.8}.entry-byline{font-size:13px;color:#999;margin-bottom:12px}.entry-byline a{font-weight:600}.entry-byline .byline-left{float:left}.entry-byline .byline-right{float:right}.entry-byline .entry-view .fa{padding-right:5px}.entry-byline .entry-comment a{border-bottom:0;color:#999;font-weight:400}.entry-byline .entry-comment a:hover{color:#46a546}.page-links{text-align:center;margin-bottom:24px}.page-links a{color:#333;border:1px solid #e5e5e5;padding:10px;border-radius:2px;display:inline-block;line-height:1;font-size:14px;text-transform:uppercase;font-weight:600}.page-links a:hover{background-color:#000;color:#fff;border-color:#000}.entry-footer{margin-bottom:12px}.tag-links{font-size:14px}.tag-links span{text-transform:uppercase;font-size:14px}.tag-links a{font-size:11px;text-transform:uppercase;color:#fff;background-color:#333;padding:5px;display:inline-block;line-height:1;font-weight:600}.tag-links a{background-color:#999}.tag-links a:hover{background-color:#000;color:#fff}.entry-share{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:16px 0 16px;margin-bottom:24px}.entry-share ul>li{padding:0}@media (min-width: 1170px){.entry-share ul>li{padding-left:5px;padding-right:5px}}.entry-share li.twitter{padding-left:0}.entry-share li.twitter a{background-color:#55acee}.entry-share li.facebook a{background-color:#3b5998}.entry-share li.google-plus a{background-color:#dc4e41}.entry-share li.linkedin a{background-color:#0077b5}.entry-share li.pinterest a{background-color:#bd081c}.entry-share li.email{padding-right:0}.entry-share li.email a{background-color:#4285f4}.entry-share a{font-size:12px;font-weight:700;color:#fff;border-radius:2px;padding:10px 13px 8px 13px;height:40px;min-width:40px;text-align:center;display:inline-block;vertical-align:middle}@media (min-width: 668px){.entry-share a{padding:10px 15px 8px 14px}}.entry-share a:hover{opacity:.8;color:#fff}.entry-share a .fa{font-size:16px;display:inline-block}@media (min-width: 481px){.entry-share a .fa{display:none}}@media (min-width: 601px){.entry-share a .fa{display:inline-block}}.entry-share a span{display:none}@media (min-width: 481px){.entry-share a span{display:inline-block}}@media (min-width: 601px){.entry-share a span{padding-left:8px}}.post-pagination{margin-top:48px;margin-bottom:48px}.post-pagination .thumbnail-link{float:left;margin-right:12px;margin-bottom:0;max-width:80px}.post-pagination .post-detail{overflow:hidden}.post-pagination .post-detail span{display:block;font-size:11px;text-transform:uppercase;color:#999;font-weight:600}.post-pagination .post-detail a{color:#333;font-size:14px;font-weight:600;line-height:1.1}.post-pagination .post-detail a:hover{color:#46a546}.prev-post{margin-bottom:24px}@media (min-width: 569px){.prev-post{width:47.8260869565%;float:left;margin-right:4.347826087%;margin-bottom:0}}@media (min-width: 569px){.next-post{width:47.8260869565%;float:right;margin-right:0;text-align:right}}.next-post .thumbnail-link{float:right;margin-right:0;margin-left:12px}.related-posts{padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #e5e5e5}.related-posts h3{font-size:16px;text-transform:uppercase;margin-bottom:16px}.related-posts li{margin-bottom:24px}@media (min-width: 481px){.related-posts li{width:31.4285714286%;float:left;margin-right:2.8571428571%;margin-bottom:0}.related-posts li:nth-child(3n){float:right;margin-right:0}}.related-posts .thumbnail-link{margin-bottom:12px}.related-posts .entry-title{font-size:14px;line-height:1.5;margin-bottom:4px}.related-posts .published{font-size:13px;color:#999}.error-404 ul{font-size:14px}.page-content .searchform{position:relative}.widget{font-size:14px;margin-bottom:48px}@media (min-width: 601px){.sidebar-primary .widget{width:47.8260869565%;float:left;margin-right:4.347826087%}.sidebar-primary .widget:nth-child(2n){float:right;margin-right:0}.sidebar-primary .widget:nth-child(2n+1){clear:right}}@media (min-width: 769px){.sidebar-primary .widget{width:100%;float:none;margin-right:0}}.widget a{color:#000}.widget a:hover{color:#46a546}.widget select{width:100%;color:#333}.widget-title{text-transform:uppercase;font-size:15px;position:relative;border-bottom:1px solid #e5e5e5;padding-bottom:12px;margin-top:0;margin-bottom:24px}.widget-title::after{content:"";border-bottom:1px solid #46a546;width:70px;left:0;bottom:-1px;display:block;position:absolute}.widget_search .searchform{position:relative}.widget_search .searchform .search-field{width:100%;background-color:#fff;border:1px solid #e5e5e5}.widget_search .searchform .submit-field{position:absolute;right:0;top:0}.widget_tag_cloud a{line-height:1.5;display:inline-block;margin-right:5px;margin-bottom:5px;padding:2px 8px;letter-spacing:1px;text-transform:uppercase;color:#fff;border-radius:2px;background-color:#000;font-weight:600}.widget_tag_cloud a:hover{opacity:.75;color:#fff}.sidebar-footer .widget_tag_cloud a{background-color:#46a546}.widget_nav_menu .menu-secondary-container{background-color:transparent;border-top:0}.widget_nav_menu ul{margin:0}.widget_ads_125 span{display:inline-block;margin-right:12px;margin-bottom:12px}@media (min-width: 1170px){.widget_ads_125 span{margin-right:16px}}.widget_newsletter{background-color:#fff;border:1px solid #e5e5e5;padding:20px;-webkit-box-shadow:0 0 0 3px rgba(0,0,0,0.05);box-shadow:0 0 0 3px rgba(0,0,0,0.05)}.sidebar-footer .widget_newsletter{background-color:#000;border-color:#333}.widget_newsletter .widget-title{border-bottom:0;font-size:14px;margin-bottom:0}.widget_newsletter .widget-title::after{border-bottom:0}.widget_newsletter input[type="text"]{width:100%;margin-bottom:4px}@media (min-width: 1025px){.widget_newsletter input[type="text"]{width:auto;margin-bottom:0}}@-moz-document url-prefix(){.widget_newsletter input[type="text"]{width:65%}}.widget_newsletter button{font-weight:600;padding:.4em 1em}.posts-thumbnail-widget li{line-height:1.3em;overflow:hidden;padding:10px 0}.posts-thumbnail-widget li::before{content:""}.posts-thumbnail-widget .post-title{display:block}.posts-thumbnail-widget .thumbnail-link{float:left;max-width:75px;margin-right:12px;margin-bottom:0}.posts-thumbnail-widget .entry-thumbnail{display:block}.posts-thumbnail-widget .entry-date{font-size:12px;font-weight:400;display:block;margin-top:5px;color:#9f9f9f}.posts-thumbnail-widget .entry-info .entry-date{display:inline-block;margin-right:3px}.posts-thumbnail-widget .entry-info .entry-view{font-size:12px;font-weight:400;display:block;display:inline-block;margin-top:6px;color:#9f9f9f}.posts-thumbnail-widget .big-thumbnail-style .thumbnail-link{margin-bottom:12px;margin-right:0;float:none;display:block;max-width:none}.posts-thumbnail-widget .review-score{display:inline-block;margin-top:8px}.posts-thumbnail-widget .top{margin-bottom:8px}.posts-thumbnail-widget .top .thumbnail-link{float:none;max-width:none;margin-bottom:12px}.posts-thumbnail-widget .top p{margin-top:10px;margin-bottom:0;line-height:1.5}.posts-thumbnail-widget .small .thumbnail-link{float:left;max-width:75px;margin-right:12px;margin-bottom:0}.sidebar-footer{background-color:#000;padding:60px 0 12px;color:#fff}.sidebar-footer .widget-title{color:#fff;border-color:#333}.sidebar-footer a{color:#fff}@media (min-width: 601px){.footer-column{width:31.4285714286%;float:left;margin-right:2.8571428571%}.footer-column.footer-column-3{float:right;margin-right:0}}.site-info{background-color:#0d0d0d;padding:8px 0;font-size:13px;color:#b3b3b3}.site-info a{color:#fff}.site-info a:hover{color:#46a546}.site-info p{margin-bottom:0;text-align:center}@media (min-width: 601px){.site-info p{float:right;text-align:right}}#footer-social{text-align:center;margin-bottom:12px}@media (min-width: 601px){#footer-social{float:left;text-align:left;margin-bottom:0}}#footer-social a{font-size:16px;margin:0 5px}.comments-title{margin-bottom:30px}.commentlist{margin-bottom:40px;border-bottom:1px dotted #e5e5e5}.commentlist .comment{margin-bottom:60px}.commentlist .children{margin:60px 0;padding-left:0;list-style:none}@media (min-width: 600px){.commentlist .children{padding-left:90px}}@media (min-width: 240px) and (max-width: 768px){.commentlist .children .children{padding-left:0}}.commentlist .children .avatar{width:70px}@media (min-width: 480px){.comment-avatar{width:14.2857142857%;float:left;margin-right:2.8571428571%}.comment-body{width:82.8571428571%;float:right;margin-right:0}}.comment-avatar{text-align:center}.comment-avatar .avatar{border-radius:50%}.comment-avatar .name{font-size:14px;font-weight:600;display:block}.comment-avatar .name a{color:#333}.comment-body{position:relative;font-size:14px}.comment-body .comment-wrapper{position:relative;padding:25px;border:1px solid #e5e5e5}.comment-body .comment-head{font-size:12px;margin-bottom:10px}.comment-body .comment-head a{color:#aaa}@media (max-width: 479px){.comment-body .comment-content{font-size:16px}}.comment-body .comment-content p:last-of-type{margin-bottom:0}.comment-reply-link{font-size:12px;position:relative;top:auto;right:auto;display:inline-block;padding-top:20px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out;color:#999}@media (min-width: 480px){.comment-reply-link{position:absolute;top:25px;right:25px;padding-top:0}}.author-badge{font-size:11px;font-weight:700;line-height:1;display:inline-block;margin-bottom:20px;padding:4px 6px;color:#fff;background-color:#46a546}@media (min-width: 480px){.author-badge{margin-bottom:0}}.children .comment-respond,.layout-2c-l .comment-respond{margin-top:0}@media (min-width: 601px){.children .comment-respond,.layout-2c-l .comment-respond{margin-top:60px}}.children .comment-form-author,.children .comment-form-email,.children .comment-form-url,.layout-2c-l .comment-form-author,.layout-2c-l .comment-form-email,.layout-2c-l .comment-form-url{display:block;width:100%}.comments-area{margin-bottom:24px}.comment-notes{font-size:13px;font-style:italic;color:#999}form.comment-form label{font-size:12px;font-weight:600;display:block}form.comment-form input[type="text"],form.comment-form input[type="email"],form.comment-form input[type="url"],form.comment-form textarea{border-radius:0;background-color:#fff}form.comment-form input[type="text"],form.comment-form input[type="email"],form.comment-form input[type="url"]{padding:17px 8px}form.comment-form .comment-form-comment{clear:both}@media (min-width: 481px){form.comment-form .comment-form-author,form.comment-form .comment-form-email,form.comment-form .comment-form-url{float:left;width:32%;margin-right:2%}}form.comment-form .comment-form-author input,form.comment-form .comment-form-email input,form.comment-form .comment-form-url input{width:100%}form.comment-form textarea{width:100%}form.comment-form .comment-form-url{margin-right:0}form.comment-form input[type="submit"]{font-weight:700;padding:10px 20px}.required{color:#f00}#cancel-comment-reply-link{font-family:"Open Sans",sans-serif;font-size:13px}#comment-nav-above{margin-bottom:30px}.comment-navigation .nav-previous{display:inline;float:left}.comment-navigation .nav-next{display:inline;float:right;text-align:right}.comment-navigation a{color:#555}.pagination{display:block;clear:both}.pagination .page-numbers{padding:5px 11px;border:1px solid #e5e5e5;display:inline-block;margin:0 8px 8px 0;min-width:33px;text-align:center;color:#666;line-height:21px;float:left;font-weight:600}.pagination .page-numbers.current,.pagination .page-numbers:hover{background-color:#46a546;color:#fff;border-color:#46a546}.breaking-news{background-color:#f0f0f0;padding:10px 20px;clear:both}.breaking-news h3{margin:0;font-size:14px;text-transform:uppercase;margin-right:24px;line-height:1.8;display:block}@media (min-width: 601px){.breaking-news h3{float:left;display:inline-block}}.breaking-news .items{overflow:hidden;font-size:14px}.breaking-news .item{display:none}.breaking-news a{color:#333}.breaking-news a:hover{color:#46a546}.breaking-date{padding-left:6px;color:#999;font-size:12px}.top-ads{padding:24px 0;text-align:center}.post-ads{margin-bottom:24px}.post-ads.center-position{text-align:center}.post-ads.right-position{text-align:right}.post-ads.f-left-position{float:left;margin-right:24px}.post-ads.f-right-position{float:right;margin-left:24px}.after-menu-ads,.footer-ads{padding-bottom:48px;text-align:center}.review-wrapper{margin-bottom:24px;clear:both}.review-heading{background-color:#000;color:#fff;text-transform:uppercase;font-weight:600;display:inline-block;padding:6px 16px;margin-top:0;font-size:14px}.review-area{background-color:#f5f5f5}.review-features{padding:25px 25px 16px 25px;border-bottom:1px solid #e5e5e5}.review-features li{margin-bottom:16px}.review-features .review-txt{line-height:2;font-size:14px;font-weight:600}.review-features .review-txt .name{float:left;text-transform:uppercase}.review-features .review-txt .score{float:right}.point-type .review-bar,.percentage-type .review-bar{background:#fff;height:21px}.point-type .review-bar .bar,.percentage-type .review-bar .bar{background:#46a546;display:block;height:21px;position:relative}.point-type .review-bar .bar::before,.percentage-type .review-bar .bar::before{content:""}.star-type li{border-bottom:1px solid #e5e5e5;padding-bottom:12px}.star-type li:last-child{border-bottom:0;padding-bottom:0}.star-type .score{display:none}.star-type .review-txt{float:left}.star-type .review-bar{position:relative;line-height:0;float:right}.star-type .review-bar::before{content:"\f005\f005\f005\f005\f005";display:inline-block;font:normal normal normal 16px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#d8d8d8;margin-right:-4px;letter-spacing:5px;font-size:18px}.star-type .bar::before{font-size:18px}.review-desc{font-size:14px;line-height:1.5;padding:25px;border-bottom:1px solid #e5e5e5}@media (min-width: 481px){.review-desc{width:73.9130434783%;float:left;border-right:1px solid #e5e5e5;border-bottom:0}}.review-desc p:last-child{margin-bottom:0}.aff-btn{background-color:#46a546;color:#fff;border-radius:2px;padding:10px 20px;font-weight:600;display:inline-block}.aff-btn:visited,.aff-btn:visited:hover{color:#fff}.total-score{overflow:hidden;padding:25px;text-align:center}.total-score .total{display:inline-block;font-size:48px;font-weight:700;line-height:80px}.total-score .total-txt{display:block;font-size:11px;font-weight:700;text-transform:uppercase}.coupon-wrapper{margin-bottom:24px}.coupon-wrapper .coupon-title{font-size:20px;margin-right:20px;font-weight:700}.coupon-wrapper form{display:inline-block}.coupon-wrapper .fa{padding-right:10px}.coupon-wrapper .coupon-code{background-color:transparent;border:2px dashed #52b043;border-radius:5px;color:#333;display:inline-block;line-height:36px;padding:0 15px;font-size:15px;font-weight:700}.coupon-wrapper .coupon-code:hover{-webkit-box-shadow:none;box-shadow:none;background-image:none;border-style:solid}.coupon-wrapper .click{color:#777;font-size:13px;margin-left:15px}.featured-post-left{position:relative;margin-bottom:12px}@media (min-width: 601px){.featured-post-left{-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;float:left;padding-right:10px;margin-bottom:0}}.featured-post-left .entry-title{font-size:14px}@media (min-width: 376px){.featured-post-left .entry-title{font-size:24px}}@media (min-width: 601px){.featured-post-right{-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;float:left}}.featured-small{position:relative;margin-bottom:12px}@media (min-width: 376px){.featured-small{-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;float:left;padding-right:5px;margin-bottom:0}.featured-small:last-child{padding-left:5px;padding-right:0}}.page-template-home .featured-posts{padding-bottom:0;border-bottom:0}.featured-posts .post-review{padding-left:12px}@-moz-document url-prefix(){.featured-posts .thumbnail-link{position:relative}}.featured-big{padding-bottom:10px;position:relative}.featured-big .entry-title{font-size:14px}@media (min-width: 376px){.featured-big .entry-title{font-size:24px}}.featured-small .entry-title{font-size:14px}@media (min-width: 769px){.featured-small .entry-title{font-size:16px}}.section-title{margin-top:0;margin-bottom:24px;border-bottom:2px solid #46a546;position:relative}.section-title .cat-name{font-size:16px;text-transform:uppercase;color:#fff;background-color:#46a546;display:inline-block;padding:7px 10px 4px;line-height:1}.section-title .cat-name a{color:#fff}.section-title .cat-name a:hover{color:#fff}.section-title .see-all{display:block;position:absolute;top:-2px;right:0;text-transform:lowercase}.section-title .see-all a{color:#999;font-size:10px;text-transform:uppercase}.section-title .see-all a:hover{color:#46a546}.panel-grid .entry-comment a{color:#46a546}.classic-block .hentry:last-child{padding-bottom:0;border-bottom:0}.classic-block .thumbnail{display:none}@media (min-width: 481px){.classic-block .thumbnail{display:block}}.modern-block .left-post{margin-bottom:12px}@media (min-width: 481px){.modern-block .left-post{width:47.8260869565%;float:left;margin-right:4.347826087%;margin-bottom:0}}.modern-block .left-post .thumbnail-link{margin-bottom:12px}@media (min-width: 481px){.modern-block .right-post{width:47.8260869565%;float:right;margin-right:0}}.modern-block .small-post{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e5e5}.modern-block .small-post:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.modern-block .small-post .thumbnail-link{float:left;margin-right:12px;max-width:80px}.modern-block .small-post .entry-title{overflow:hidden;font-size:16px;font-weight:400;margin-bottom:6px}.modern-block .small-post .entry-meta{overflow:hidden;margin-bottom:0;font-size:12px}.grid-block .grid-post{margin-bottom:4.347826087%}@media (min-width: 426px){.grid-block .grid-post{width:47.8260869565%;float:left;margin-right:4.347826087%;margin-bottom:4.347826087%}.grid-block .grid-post:nth-of-type(2n){float:right;margin-right:0}}@media (min-width: 601px){.grid-block.three-columns .grid-post{width:31.4285714286%;float:left;margin-right:2.8571428571%;margin-bottom:2.8571428571%}.grid-block.three-columns .grid-post:nth-of-type(3n){float:right;margin-right:0}}.grid-block.three-columns .grid-post .entry-title{font-size:14px}.grid-block .post-review{padding-left:10px}.modern-vertical-block .top-post{margin-bottom:24px}.modern-vertical-block .top-post .thumbnail-link{margin-bottom:12px}.grid-classic-block .grid-classic-post{margin-bottom:24px}@media (min-width: 601px){.grid-classic-block .grid-classic-post{width:31.4285714286%;float:left;margin-right:2.8571428571%}.grid-classic-block .grid-classic-post:nth-of-type(3n){float:right;margin-right:0}}@media (min-width: 426px){.grid-classic-block.two-columns .grid-classic-post{width:47.8260869565%;float:left;margin-right:4.347826087%}.grid-classic-block.two-columns .grid-classic-post:nth-of-type(2n){float:right;margin-right:0}.grid-classic-block.two-columns .grid-classic-post:nth-of-type(3n){clear:right}}.grid-classic-block.two-columns .entry-title{font-size:20px}.grid-classic-block .thumbnail-link{margin-bottom:12px;position:relative}.grid-classic-block .post-review{position:absolute;bottom:5px;left:10px}.grid-classic-block .entry-title{font-size:18px}.page-header{border-bottom:1px solid #e5e5e5;padding-bottom:30px;margin-bottom:30px}.page-title{margin:0}.page-title span{color:#46a546}.taxonomy-description{color:#777;font-size:14px;line-height:1.5;padding-top:12px}.taxonomy-description p:last-child{margin-bottom:0}.list-layout-blog-style .thumbnail,.list-layout-grid-style .thumbnail,.list-layout-masonry-style .thumbnail{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:24px}.list-layout-blog-style .entry-wrapper,.list-layout-grid-style .entry-wrapper,.list-layout-masonry-style .entry-wrapper{overflow:visible}@media (min-width: 481px){.list-layout-grid-style .hentry{width:47.8260869565%;float:left;margin-right:4.347826087%}.list-layout-grid-style .hentry:nth-of-type(2n){float:right;margin-right:0}.list-layout-grid-style .hentry:nth-of-type(2n+1){clear:right}}.list-layout-grid-style .hentry .entry-summary p:last-child{margin-bottom:0}@media (min-width: 481px){.layout-1c.list-layout-grid-style .hentry{width:48.5714285714%;float:left;margin-right:2.8571428571%}.layout-1c.list-layout-grid-style .hentry:nth-of-type(2n){float:right;margin-right:0}}@media (min-width: 769px){.layout-1c.list-layout-grid-style .hentry{width:31.4285714286%;float:left;margin-right:2.8571428571%}.layout-1c.list-layout-grid-style .hentry:nth-of-type(2n){float:left;margin-right:2.8571428571%}.layout-1c.list-layout-grid-style .hentry:nth-of-type(3n){float:right;margin-right:0}.layout-1c.list-layout-grid-style .hentry:nth-of-type(3n+1){clear:left}}.list-layout-masonry-style .hentry{padding:0 20px 30px}@media (min-width: 481px){.list-layout-masonry-style .hentry{width:45.8333333333%;float:left;margin-left:2.0833333333%;margin-right:2.0833333333%;padding:0 0 30px}.list-layout-masonry-style .hentry:nth-of-type(2n){float:right}.list-layout-masonry-style .hentry:nth-of-type(2n+1){clear:right}}.list-layout-masonry-style .hentry .entry-summary p:last-child{margin-bottom:0}@media (min-width: 481px){.layout-1c.list-layout-masonry-style .hentry{width:47.2222222222%;float:left;margin-left:1.3888888889%;margin-right:1.3888888889%}.layout-1c.list-layout-masonry-style .hentry:nth-of-type(2n){float:right}}@media (min-width: 769px){.layout-1c.list-layout-masonry-style .hentry{width:30.5555555556%;float:left;margin-left:1.3888888889%;margin-right:1.3888888889%}.layout-1c.list-layout-masonry-style .hentry:nth-of-type(3n){float:right}.layout-1c.list-layout-masonry-style .hentry:nth-of-type(3n+1){clear:right}}.default-list-style .page-entry .thumbnail{display:none}@media (min-width: 481px){.default-list-style .page-entry .thumbnail{display:inline-block}}.list-layout-masonry-style .page-entry{margin-left:-15px;margin-right:-15px}.featured-posts{border:0;border-radius:0;margin:0;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e5e5e5}.featured-posts.flexslider{display:none}@media (min-width: 479px){.featured-posts.flexslider{display:inline-block}}.featured-posts .img-overlay{position:absolute;right:0;bottom:0;left:0;width:100%;height:50%;background:#000;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(transparent));background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.8), transparent);background:linear-gradient(to top, rgba(0,0,0,0.8), transparent)}.featured-item{position:relative}.featured-meta{position:absolute;bottom:0;color:#fff;padding:20px;width:100%}.featured-meta .entry-date{font-size:13px}.featured-meta .entry-title{margin:0}.featured-meta a{color:#fff}.featured-summary{font-size:14px}.flex-direction-nav a{z-index:10;width:35px;height:35px;margin:-30px 0 0;display:block;background:#fff;position:absolute;top:50%;cursor:pointer;font-size:0;opacity:0}.flex-direction-nav a::before{content:"\f104";display:block;font-family:FontAwesome;font-style:normal;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:35px;font-size:30px;text-align:center;color:#19232d;text-shadow:none}.flex-direction-nav a.flex-next::before{content:"\f105"}@media (min-width: 481px){.featured-grid-style .featured-item-big{width:60.8695652174%;float:left;margin-right:4.347826087%}}.featured-grid-style .featured-item-big .thumbnail-link{margin-bottom:24px}.featured-grid-style .featured-item-small{overflow:hidden;position:relative;margin-bottom:12px}.featured-grid-style .featured-item-small .thumbnail-link{margin-bottom:12px}.featured-grid-style .featured-item-small .entry-title{font-size:16px;line-height:1.5;margin-bottom:6px}.featured-grid-style .featured-meta{position:relative;padding:0;color:#999;font-size:13px;margin-bottom:12px}.list-layout-default-style .page-entry .thumbnail{display:none}@media (min-width: 481px){.list-layout-default-style .page-entry .thumbnail{display:inline-block}}.author-bio{padding-bottom:0}.single .author-bio{border:1px solid #e5e5e5;padding:20px;margin-bottom:24px}.author-bio .avatar{border-radius:50%;float:right;margin-left:20px;display:none}@media (min-width: 481px){.author-bio .avatar{display:inline-block}}.single .author-bio .avatar{border-radius:0}.author-bio .description{overflow:hidden}.author-bio .name{margin-top:0;font-size:16px;text-transform:uppercase}.author-bio .name a{color:#333}.author-bio .name a:hover{color:#46a546}.author-bio .bio{font-size:15px;line-height:1.5;color:#666}.author-bio .author-social{margin-bottom:30px}.single .author-bio .author-social{margin-bottom:0}.author-bio .author-social li:first-child{padding-left:0}.author-bio .author-social a{color:#bbb;font-size:16px}.author-bio .author-social a:hover{color:#46a546}.attachment .entry-header{margin-bottom:24px}.attachment .entry-title{float:left;margin-bottom:0}.attachment .attachment-nav{float:right;font-size:14px;line-height:30px}.attachment .hentry{margin-bottom:0;padding-bottom:0;border-bottom:0}.attachment img{display:block}.page-template-contact .hentry{border-bottom:0;margin-bottom:0;padding-bottom:0}.acf-map{width:100%;height:400px;border:1px solid #e5e5e5;margin-bottom:24px}.acf-map img{max-width:inherit !important}.wpcf7-form{font-size:14px;font-weight:600}.wpcf7-form input{font-size:inherit;font-weight:400}.wpcf7-form textarea{width:100%}.wpcf7-form input[type="submit"],.wpcf7-form button{font-weight:600;padding:10px 20px}.team-members{margin-top:48px}.members{margin:0;padding:0}.members .member{margin-bottom:24px;list-style:none}@media (min-width: 801px){.members .member{width:48.5714285714%;float:left;margin-right:2.8571428571%}.members .member:nth-child(2n){float:right;margin-right:0}.members .member:nth-of-type(2n+1){clear:left}}.members .member .member-photo{width:100px;max-width:100%;margin:0 auto 24px}@media (min-width: 479px){.members .member .member-photo{float:left;margin-right:30px}}.members .member .member-photo img{width:100%;margin-bottom:20px;border-radius:50%}.members .member .member-photo .member-social{margin:0;padding:0;list-style:none}.members .member .member-photo .member-social li{font-size:12px;display:inline-block;margin:0}.members .member .member-photo .member-social a{color:#333}.members .member .member-photo .member-social a:hover{color:#46a546}.members .member .member-content{position:relative;overflow:hidden}.members .member .member-content:before{position:absolute;top:0;width:56px;height:3px;content:"";background:#dededc}.members .member .member-content .member-name{margin:10px 0 0}.members .member .member-content .member-position{color:#999}.members .member .member-content .member-desc{line-height:1.5em}.no-js .hide-if-no-js{display:none}.menu-secondary-container,
.widget-title::after,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.menu-secondary-items .sub-menu a:hover,
blockquote {
border-color: #2196F3;
}
.searchform .submit-field,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.widget_newsletter button,
.author-badge,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.point-type .review-bar .bar,
.percentage-type .review-bar .bar {
background-color: #2196F3;
}
a:hover,
.entry-title a:hover,
.entry-comment a:hover,
.widget a:hover,
.breaking-news a:hover,
.menu-primary-items a:hover,
.entry-comment a,
.site-info a:hover,
.site-title a:hover,
#menu-primary-items .mega-links a:hover,
#menu-secondary-items .mega-links a:hover,
.social-icons a:hover,
.entry-content a,
.post-pagination .post-detail a:hover,
.author-bio .name a:hover,
.author-bio .author-social a:hover,
.logged-in-as a,
.entry-byline a,
.panel-grid .entry-comment a {
color: #2196F3;
}